.navbar{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #00000014;width:100%}.nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;position:relative}.nav-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:700;font-size:1.25rem;color:#1f2937;z-index:1001;transition:transform .2s ease;-webkit-tap-highlight-color:transparent}.nav-brand:active{transform:scale(.95)}.brand-icon{display:flex;align-items:center;justify-content:center;height:80px;width:auto}.brand-icon img{height:100%;width:auto;max-width:120px;object-fit:contain;display:block}.brand-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.desktop-nav{display:flex;gap:.5rem;background:#f8fafc;padding:.5rem;border-radius:15px;align-items:center}.nav-links{display:flex;gap:.5rem;background:#f8fafc;padding:.5rem;border-radius:15px}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;color:#6b7280;font-weight:500;font-size:.95rem;position:relative;white-space:nowrap;-webkit-tap-highlight-color:transparent}.nav-link:hover{background:#fff;color:#374151;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.nav-link.active{background:#fff;color:#667eea;box-shadow:0 2px 10px #667eea33;font-weight:600}.nav-icon{font-size:1.2rem;line-height:1}.nav-label{font-size:.9rem}.nav-right{display:flex;align-items:center;gap:1rem;z-index:1001}.points-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;font-weight:600;color:#92400e;box-shadow:0 2px 8px #fbbf2433;transition:all .3s ease}.points-display:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fbbf244d}.points-icon{font-size:1.1rem}.points-value{font-size:.95rem}.desktop-points{display:flex}@media(max-width:768px){.desktop-points{display:none}}.user-profile{position:relative}.user-info{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f8fafc;border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.user-info:hover{background:#e5e7eb;transform:translateY(-1px)}.user-avatar{width:60px!important;height:60px!important;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:30px!important;flex-shrink:0}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #fff;min-width:240px;padding:.5rem 0;z-index:1002;animation:slideDown .2s ease;border:1px solid rgb(255,255,255)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;cursor:pointer;transition:background-color .2s ease;font-size:.9rem;color:#333;text-align:left;-webkit-tap-highlight-color:transparent}.dropdown-item:hover{background:#f8f9fa}.user-info-item{cursor:default;padding:1rem}.user-info-item:hover{background:none}.user-avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1rem;flex-shrink:0}.user-name-full{font-weight:600;color:#333;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.8rem;color:#666;margin-top:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-points-dropdown{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;font-size:.85rem;font-weight:600;color:#92400e;width:fit-content}.points-icon-small{font-size:.9rem}.points-value-dropdown{font-size:.85rem}.dropdown-icon{font-size:1.1rem;width:20px;text-align:center;flex-shrink:0}.dropdown-divider{height:1px;background:#e9ecef;margin:.5rem 0}.notification-badge{background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;margin-left:.25rem;animation:pulse-badge 2s infinite;flex-shrink:0}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;background:#fff;border:1px solid #ffffff;border-radius:12px;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .3s ease;position:relative;z-index:1004;box-shadow:0 2px 4px #fff}.mobile-menu-toggle:hover{background:#f9fafb;box-shadow:0 4px 8px #00000026}.mobile-menu-toggle:active{transform:scale(.95);background:#f3f4f6}.mobile-menu-toggle:focus-visible{outline:2px solid #667eea;outline-offset:2px}.hamburger-menu{display:flex;flex-direction:column;gap:6px;cursor:pointer;padding:0;width:24px;height:18px;justify-content:space-between;align-items:center}.hamburger-menu span{width:100%;height:3px;background-color:#1f2937;border-radius:2px;transition:all .3s ease;display:block;min-height:3px}.hamburger-menu.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-menu.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#524f4f99;z-index:1002;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:all}.mobile-menu{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;height:100dvh;background:#fff;box-shadow:-4px 0 25px #00000040;z-index:1003;transition:right .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;will-change:right}.mobile-menu.open{right:0}.mobile-menu-content{padding:1.5rem 0;display:flex;flex-direction:column;min-height:100%;padding-bottom:env(safe-area-inset-bottom,1.5rem)}.mobile-user-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.mobile-user-avatar{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.5rem;flex-shrink:0}.mobile-user-details{flex:1;min-width:0}.mobile-user-name{font-weight:600;color:#333;font-size:1.1rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{font-size:.85rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem}.mobile-user-points{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;font-size:.85rem;font-weight:600;color:#92400e;width:fit-content}.points-value-mobile{font-size:.85rem}.mobile-nav-links{flex:1;padding:1rem 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-link{display:flex;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.5rem;border:none;background:none;cursor:pointer;transition:all .2s ease;color:#374151;font-size:1rem;font-weight:500;text-align:left;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:52px}.mobile-nav-link:active{background:#f3f4f6;transform:scale(.98)}.mobile-nav-link:hover{background:#f9fafb}.mobile-nav-link.active{background:linear-gradient(90deg,#eff6ff,#eff6ff80);color:#667eea;font-weight:600}.mobile-nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:0 2px 2px 0}.mobile-nav-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.mobile-nav-label{flex:1}.mobile-active-indicator{color:#667eea;font-size:1.2rem;font-weight:600;flex-shrink:0}.mobile-notification-badge{background:#dc3545;color:#fff;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;min-width:24px;text-align:center;flex-shrink:0}.mobile-nav-divider{height:1px;background:#e5e7eb;margin:.5rem 1.5rem}.mobile-menu-actions{padding:.5rem 0;border-top:1px solid #e5e7eb}.mobile-menu-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;border:none;background:none;cursor:pointer;transition:background-color .2s ease;color:#374151;font-size:1rem;font-weight:500;text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-menu-item:active{background:#f3f4f6}.mobile-menu-item.logout-button{color:#dc3545}.mobile-menu-item.logout-button:active{background:#fff5f5}.mobile-menu-icon{font-size:1.3rem;line-height:1;flex-shrink:0}@media(min-width:769px){.mobile-menu-toggle,.mobile-menu,.mobile-menu-overlay{display:none!important}}@media(max-width:1024px)and (min-width:769px){.nav-container{padding:.75rem 1.25rem}.nav-link{padding:.65rem 1rem;font-size:.9rem}.nav-label{font-size:.85rem}}@media(max-width:768px){.nav-container{padding:.75rem 1rem;gap:.5rem;flex-wrap:nowrap;justify-content:space-between}.desktop-nav,.nav-links.desktop-nav,.desktop-profile{display:none!important;visibility:hidden!important}.mobile-menu-toggle{display:flex!important;visibility:visible!important}.nav-right{gap:.5rem;flex-shrink:0;order:-1}.nav-brand{order:1;margin-left:auto}.brand-icon{height:90px}.brand-icon img{max-width:110px}.brand-text{font-size:1.1rem}.mobile-menu{display:block!important}}@media(min-width:481px)and (max-width:1024px){.mobile-menu{width:75%;max-width:380px}.mobile-nav-link{padding:1.1rem 1.5rem;font-size:1.05rem}}@media(min-width:481px)and (max-width:768px){.nav-brand{font-size:1.2rem}}@media(max-width:480px){.nav-container{padding:.625rem .875rem}.brand-icon{height:60px}.brand-icon img{max-width:100px}.brand-text{font-size:1rem}.mobile-menu{width:90%;max-width:280px}.mobile-user-info{padding:1.25rem}.mobile-user-avatar{width:48px;height:48px;font-size:1.3rem}.mobile-user-name{font-size:1rem}.mobile-user-email{font-size:.8rem}.mobile-nav-link{padding:.875rem 1.25rem;font-size:.95rem}.mobile-nav-icon{font-size:1.4rem}.mobile-menu-item{padding:.875rem 1.25rem;font-size:.95rem}.mobile-menu-icon{font-size:1.2rem}}@media(max-width:360px){.nav-container{padding:.5rem .75rem}.brand-text{font-size:.95rem}.mobile-menu{width:95%}}@media(max-height:500px)and (orientation:landscape){.mobile-menu-content{padding:1rem 0}.mobile-user-info{padding:1rem 1.5rem}.mobile-user-avatar{width:44px;height:44px;font-size:1.2rem}.mobile-nav-link{padding:.75rem 1.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.navbar{border-bottom-width:.5px}}@supports (padding: max(0px)){.navbar{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.mobile-menu{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}.nav-link:focus-visible,.mobile-nav-link:focus-visible,.mobile-menu-item:focus-visible,.user-info:focus-visible,.mobile-menu-toggle:focus-visible,.nav-brand:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:768px){.mobile-menu{position:fixed;top:0;left:-100%;right:auto;width:85%;max-width:320px;height:100vh;height:100dvh;background:#fff;box-shadow:4px 0 25px #5d5c5c;z-index:1003;transition:left .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;will-change:left}.mobile-menu.open{left:0;right:auto}.mobile-nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:0 2px 2px 0}.nav-container{padding:.75rem 1rem;gap:.5rem;flex-wrap:nowrap;justify-content:space-between}.nav-right{gap:.5rem;flex-shrink:0;order:-1}.nav-brand{order:1;margin-left:auto}.desktop-nav,.nav-links.desktop-nav,.desktop-profile{display:none!important;visibility:hidden!important}.mobile-menu-toggle{display:flex!important;visibility:visible!important}}@media(min-width:481px)and (max-width:1024px){.mobile-menu{width:75%;max-width:380px}}@media(max-width:480px){.mobile-menu{width:90%;max-width:280px}}@media(max-width:360px){.mobile-menu{width:95%}}.modal-content{background:#fff;border-radius:24px;padding:2rem;max-width:960px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out;box-shadow:0 30px 80px #0f172a40}.modal-body{display:flex;gap:2rem}.modal-visual{flex:0 0 40%;background:radial-gradient(circle at top,#f59e0b4d,#764ba2cc);border-radius:18px;padding:2rem 1.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;isolation:isolate}.modal-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.25),transparent 55%);opacity:.8;z-index:-1;animation:float 6s ease-in-out infinite}.visual-badge{align-self:flex-end;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;background:#fff3;padding:.35rem .75rem;border-radius:999px;margin-bottom:1rem}.modal-app-logo{width:60%;max-width:160px;mix-blend-mode:normal;filter:drop-shadow(0 10px 25px rgba(0,0,0,.2)) brightness(1.1);animation:float 5s ease-in-out infinite;border-radius:20px;background:#ffffff1a;padding:.5rem}.visual-caption{margin-top:1.5rem;font-size:.95rem;color:#ffffffd9;line-height:1.5}.modal-form{flex:1}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.close-button:hover{background:#f3f4f6;color:#374151}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{color:#1f2937;margin-bottom:.5rem;font-size:1.8rem}.modal-header p{color:#6b7280;font-size:1.1rem}.registration-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.terms-group{margin:1rem 0}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;color:#374151;font-size:.9rem;line-height:1.4}.checkbox-label input{margin-top:.2rem}.checkmark{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:inline-block;position:relative;flex-shrink:0}.checkbox-label input:checked+.checkmark{background:#667eea;border-color:#667eea}.checkbox-label input:checked+.checkmark:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.25rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-button.disabled{background:#9ca3af;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite}.login-text{text-align:center;color:#6b7280;margin-top:1rem}.login-text a{color:#667eea;text-decoration:none;font-weight:600}.login-text a:hover{text-decoration:underline}@media(max-width:768px){.modal-overlay{padding:.75rem}.modal-content{max-width:90vw;padding:1.25rem;border-radius:16px;max-height:85vh}.modal-body{flex-direction:column-reverse}.modal-visual{flex:unset}.close-button{top:.75rem;right:.75rem;width:32px;height:32px;font-size:1.5rem}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:clamp(1.25rem,4vw,1.5rem)}.modal-header p{font-size:clamp(.9rem,3vw,1rem)}.registration-form{gap:1.25rem}.form-group label{font-size:.85rem;margin-bottom:.4rem}.form-group input,.form-group select{padding:.75rem;font-size:.95rem;border-radius:10px}.submit-button{padding:1rem;font-size:1rem;border-radius:10px}.terms-group{margin:.75rem 0}.checkbox-label{font-size:.85rem;gap:.5rem}.login-text{margin-top:.75rem;font-size:.9rem}}@media(max-width:480px){.modal-overlay{padding:.5rem}.modal-content{max-width:95vw;padding:1rem;border-radius:12px;max-height:90vh}.modal-visual{padding:1.5rem 1rem}.modal-app-logo{max-width:180px}.close-button{top:.5rem;right:.5rem;width:28px;height:28px;font-size:1.25rem}.modal-header{margin-bottom:1.25rem}.modal-header h2{font-size:1.25rem;margin-bottom:.4rem}.modal-header p{font-size:.9rem}.registration-form{gap:1rem}.form-group label{font-size:.8rem;margin-bottom:.35rem}.form-group input,.form-group select{padding:.65rem;font-size:.9rem;border-radius:8px}.submit-button{padding:.875rem;font-size:.95rem;border-radius:8px}.terms-group{margin:.5rem 0}.checkbox-label{font-size:.8rem;gap:.4rem}.checkmark{width:16px;height:16px}.login-text{margin-top:.5rem;font-size:.85rem}}.login-link{color:#667eea;cursor:pointer;text-decoration:underline;font-weight:500}.login-link:hover{color:#5a6fd8}.landing-page{min-height:100vh;background:#000;color:#fff;overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}[data-animate]{opacity:0;transition:opacity .6s ease,transform .6s ease}[data-animate=badge]{animation:fadeInUp .8s ease-out .2s forwards}[data-animate=title]{animation:fadeInUp .8s ease-out .4s forwards}[data-animate=subtitle]{animation:fadeInUp .8s ease-out .6s forwards}[data-animate=actions]{animation:fadeInUp .8s ease-out .8s forwards}[data-animate=stats]{animation:fadeInUp .8s ease-out 1s forwards}[data-animate=sectionHeader]{animation:fadeInUp .8s ease-out forwards}[data-animate=feature1]{animation:fadeInUp .6s ease-out .1s forwards}[data-animate=feature2]{animation:fadeInUp .6s ease-out .2s forwards}[data-animate=feature3]{animation:fadeInUp .6s ease-out .3s forwards}[data-animate=feature4]{animation:fadeInUp .6s ease-out .4s forwards}[data-animate=feature5]{animation:fadeInUp .6s ease-out .5s forwards}[data-animate=visual]{animation:slideInRight .8s ease-out .9s forwards}[data-animate=ctaTitle]{animation:fadeInUp .8s ease-out .2s forwards}[data-animate=ctaSubtitle]{animation:fadeInUp .8s ease-out .4s forwards}[data-animate=ctaButton]{animation:fadeInUp .8s ease-out .6s forwards}.hero-section{background:linear-gradient(135deg,#757f9a,#d7dde8 50%,#757f9a)!important;position:relative;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem);overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(32,32,31,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(251,251,251,.08) 0%,transparent 50%);pointer-events:none;animation:pulse 4s ease-in-out infinite}.hero-section:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,13,13,.05) 0%,transparent 70%);animation:float 6s ease-in-out infinite;pointer-events:none}.hero-container{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,5vw,4rem);align-items:center}.hero-content{max-width:600px;margin:0;text-align:left}.hero-badge{display:inline-block;padding:.5rem 1.25rem;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:50px;color:#fbbf24;font-size:clamp(.75rem,2vw,.9rem);font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2rem;transition:all .3s ease;animation:float 3s ease-in-out infinite}.hero-badge:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f59e0b4d}.hero-title-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.hero-title-icon{width:clamp(60px,8vw,100px);height:auto;mix-blend-mode:multiply;filter:drop-shadow(0 8px 16px rgb(0,0,0));flex-shrink:0;display:none}.hero-title{font-size:clamp(2rem,6vw,4rem);font-weight:800;line-height:1.1;margin:0;color:#000;letter-spacing:-.02em;flex:1}.hero-title .highlight{color:#000;display:block;margin-top:.5rem;background:linear-gradient(135deg,#000,#9fa9a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeIn 1s ease-out .6s forwards;opacity:0}.hero-subtitle{font-size:clamp(1rem,3vw,1.25rem);line-height:1.7;color:#1c5aa6;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap;margin-bottom:3rem}.cta-primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0f172a;border:none;padding:clamp(.875rem,2.5vw,1.125rem) clamp(2rem,5vw,2.75rem);font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #f59e0b4d;letter-spacing:.3px;position:relative;overflow:hidden}.cta-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.cta-primary:hover:before{width:300px;height:300px}.cta-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #f59e0b80;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.cta-primary:active{transform:translateY(-1px) scale(1)}.cta-secondary{background:transparent;color:#000;border:2px solid rgba(0,0,0,.829);padding:clamp(.875rem,2.5vw,1.125rem) clamp(2rem,5vw,2.75rem);font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.cta-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(8,243,208,.852),transparent);transition:left .5s ease}.cta-secondary:hover:before{left:100%}.cta-secondary:hover{background:#0ef;border-color:#fff6;transform:translateY(-3px);box-shadow:0 4px 15px #ffffff1a}.hero-stats{display:flex;gap:clamp(2rem,6vw,4rem);justify-content:flex-start;flex-wrap:wrap;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}@media(min-width:769px){.hero-visual{display:flex}}.hero-logo{width:min(280px,50%);max-width:100%;height:auto;z-index:1;mix-blend-mode:multiply;filter:drop-shadow(0 15px 30px rgba(0,0,0,.3));animation:float 5.5s ease-in-out infinite}.hero-logo-caption{margin-top:1.25rem;color:#000000d9;font-weight:500;letter-spacing:.5px;z-index:1;font-size:clamp(.9rem,2.5vw,1rem)}.hero-stat{text-align:center}.stat-value{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:#fbbf24!important;margin-bottom:.5rem;line-height:1;transition:transform .3s ease}.hero-stat:hover .stat-value{transform:scale(1.1);color:#f59e0b!important}.stat-text{font-size:clamp(.85rem,2.5vw,1rem);color:#000;font-weight:500}.features-section{background:#fff;padding:clamp(4rem,10vw,6rem) clamp(1rem,4vw,2rem);position:relative}.features-container{max-width:1200px;width:100%;margin:0 auto}.section-header{text-align:center;margin-bottom:clamp(3rem,8vw,4rem)}.section-title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:clamp(1rem,3vw,1.2rem);color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f59e0b,#fbbf24);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.05) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #0f172a26;border-color:#fbbf24}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover:after{opacity:1}.feature-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b1a,#fbbf241a);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#f59e0b33,#fbbf2433);box-shadow:0 4px 15px #f59e0b33}.feature-icon{width:28px;height:28px;color:#f59e0b;stroke-width:2;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-icon{color:#d97706;transform:scale(1.1)}.feature-title{font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;color:#0f172a;margin-bottom:.75rem}.feature-description{font-size:clamp(.9rem,2.5vw,1rem);line-height:1.6;color:#64748b}.cta-section{background:linear-gradient(135deg,#1e293b,#0f172a);padding:clamp(4rem,10vw,6rem) clamp(1rem,4vw,2rem);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(245,158,11,.1) 0%,transparent 70%);pointer-events:none;animation:pulse 5s ease-in-out infinite}.cta-section:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.05) 0%,transparent 70%);animation:float 8s ease-in-out infinite reverse;pointer-events:none}.cta-container{max-width:800px;width:100%;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.cta-subtitle{font-size:clamp(1rem,3vw,1.2rem);color:#cbd5e1;margin-bottom:2.5rem}.cta-button-large{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0f172a;border:none;padding:clamp(1rem,3vw,1.25rem) clamp(2.5rem,6vw,3.5rem);font-size:clamp(1.1rem,3vw,1.3rem);font-weight:700;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #f59e0b4d;letter-spacing:.3px;position:relative;overflow:hidden}.cta-button-large:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.cta-button-large:hover:before{width:400px;height:400px}.cta-button-large:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 50px #f59e0b80;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.cta-button-large:active{transform:translateY(-2px) scale(1.02)}@media(max-width:768px){.hero-section{padding:clamp(2rem,6vw,4rem) clamp(1rem,3vw,1.5rem)}.hero-grid{grid-template-columns:1fr;grid-template-areas:"visual" "content";gap:2rem}.hero-content{grid-area:content;text-align:center}.hero-title-wrapper{display:flex;justify-content:space-between;align-items:center}.hero-title-icon{display:block;width:clamp(100px,10vw,70px);order:2;margin-right:80px}.hero-title{font-size:clamp(1.75rem,5vw,2.5rem)}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}.hero-stats{gap:2rem;padding-top:2rem;justify-content:center}.hero-visual{grid-area:visual;display:none}.features-section{padding:clamp(3rem,8vw,4rem) clamp(1rem,3vw,1.5rem)}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.cta-section{padding:clamp(3rem,8vw,4rem) clamp(1rem,3vw,1.5rem)}.cta-button-large{width:100%;max-width:300px}}@media(max-width:480px){.hero-badge{font-size:.7rem;padding:.4rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.hero-stats{gap:1.5rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.feature-card{padding:1.25rem}.feature-icon-wrapper{width:48px;height:48px}.feature-icon{width:24px;height:24px}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:.95rem}}@media(min-width:769px){.hero-grid{grid-template-columns:1fr 1fr}.hero-visual{display:flex}}.dashboard{padding:2rem;margin:0;width:100%;background:#f8fafc;min-height:100vh;height:100vh;overflow-y:auto;position:relative}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 10px 30px #667eea4d}.welcome-section h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.welcome-section p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.user-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:#fff!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;transition:transform .3s ease;justify-content:flex-start}.stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:2rem}.stat-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1;min-width:0}.stat-value{font-size:1.8rem;font-weight:700;line-height:1.2;color:#000!important;text-align:left;width:100%}.stat-label{font-size:.9rem;opacity:.8;margin-top:.25rem;text-align:left;width:100%}.daily-goal{margin-bottom:2rem}.goal-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;border-left:4px solid #fbbf24}.goal-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.3rem}.goal-progress{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);transition:width .3s ease}.goal-info{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.goal-badge,.streak-badge,.points-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.goal-badge{background:#d1fae5;color:#065f46}.streak-badge{background:#fee2e2;color:#991b1b}.points-badge{background:#dbeafe;color:#1e40af;border-radius:10px;transition:width .5s ease}.goal-progress span{color:#6b7280;font-weight:600;min-width:80px}.goal-card p{color:#6b7280;font-size:.9rem}.quick-actions{margin-bottom:3rem}.quick-actions h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;align-items:start}.feature-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid transparent;min-height:auto;display:flex;flex-direction:column;height:100%}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026;border-color:var(--card-color)}.feature-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.feature-header h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin:0}.feature-stats{background:var(--card-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.feature-card p{color:#6b7280;line-height:1.5;margin-bottom:2rem;flex:1}.feature-arrow{position:absolute;bottom:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--card-color);transition:transform .3s ease}.feature-card:hover .feature-arrow{transform:translate(5px)}.recent-activity{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.recent-activity h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:10px}.activity-icon{font-size:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000001a}.activity-content p{color:#1f2937;font-weight:500;margin:0}.activity-content span{color:#6b7280;font-size:.8rem}.activity-placeholder{text-align:center;padding:3rem 2rem;color:#6b7280}.start-quiz-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .3s ease}@media(max-width:768px){.dashboard{padding:1rem;min-height:auto}.dashboard-header{padding:1.25rem;border-radius:15px;margin-bottom:1.5rem}.welcome-section h1{font-size:1.5rem;margin-bottom:.25rem}.welcome-section p{font-size:1rem;margin-bottom:1.5rem}.user-stats{display:flex;flex-direction:column;gap:1rem;width:100%}.stat-card{width:100%;padding:1.25rem;justify-content:flex-start;gap:1rem;align-items:center}.stat-icon{font-size:2rem;flex-shrink:0}.stat-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.stat-value{font-size:1.5rem;line-height:1.3;word-break:break-word;text-align:left;width:100%}.stat-label{font-size:.85rem;margin-top:.3rem;line-height:1.3;word-break:break-word;text-align:left;width:100%}.daily-goal{margin-bottom:1.5rem}.goal-card{padding:1rem;border-radius:12px}.goal-card h3{font-size:1.1rem;margin-bottom:.75rem}.goal-progress{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem}.goal-progress span{min-width:auto;font-size:.85rem;text-align:center}.goal-card p{font-size:.8rem}.quick-actions{margin-bottom:2rem}.quick-actions h2{font-size:1.5rem;margin-bottom:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.feature-card{padding:1rem;border-radius:12px;min-height:auto;display:flex;flex-direction:column;box-shadow:0 2px 10px #00000014}.feature-header{flex-direction:column;gap:.5rem;align-items:flex-start;margin-bottom:.75rem}.feature-header h3{font-size:1rem;line-height:1.3}.feature-stats{padding:.2rem .6rem;font-size:.7rem;align-self:flex-start}.feature-card p{font-size:.8rem;margin-bottom:1rem;line-height:1.4;flex:1}.feature-arrow{bottom:1rem;right:1rem;font-size:1.25rem}.recent-activity{padding:1.25rem;border-radius:12px;margin-bottom:1rem}.recent-activity h2{font-size:1.5rem;margin-bottom:1rem}.activity-item{padding:.875rem;gap:.75rem}.activity-icon{width:40px;height:40px;font-size:1.25rem}.activity-content p{font-size:.9rem}.activity-content span{font-size:.75rem}.activity-placeholder{padding:2rem 1rem}.start-quiz-btn{padding:.875rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.dashboard{padding:.75rem}.dashboard-header{padding:1rem;margin-bottom:1.25rem}.welcome-section h1{font-size:1.25rem}.welcome-section p{font-size:.9rem;margin-bottom:1.25rem}.user-stats{display:flex;flex-direction:column;gap:1rem;width:100%}.stat-card{width:100%;padding:1.25rem;justify-content:flex-start;gap:1rem;align-items:center}.stat-icon{font-size:2rem;flex-shrink:0}.stat-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.stat-value{font-size:1.5rem;line-height:1.3;word-break:break-word;text-align:left;width:100%}.stat-label{font-size:.85rem;margin-top:.3rem;line-height:1.3;word-break:break-word;text-align:left;width:100%}.goal-card{padding:.875rem}.goal-card h3{font-size:1rem}.goal-progress span{font-size:.8rem}.goal-card p{font-size:.75rem}.quick-actions h2{font-size:1.25rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-card{padding:.875rem}.feature-header h3{font-size:.9rem}.feature-stats{padding:.15rem .5rem;font-size:.65rem}.feature-card p{font-size:.75rem;margin-bottom:.75rem}.feature-arrow{bottom:.875rem;right:.875rem;font-size:1.1rem}.recent-activity{padding:1rem}.recent-activity h2{font-size:1.25rem}.activity-item{padding:.75rem}.activity-icon{width:36px;height:36px;font-size:1.1rem}}@media(max-width:360px){.features-grid{gap:.625rem}.feature-card{padding:.75rem}.feature-header h3{font-size:.85rem}.feature-card p{font-size:.7rem}}.daily-quiz-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.quiz-page-header{text-align:center;color:#fff;margin-bottom:3rem}.quiz-page-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.quiz-page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}@media(min-width:1024px){.subjects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media(min-width:1440px){.subjects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:1600px}}.subject-card{background:#fff;border-radius:20px;padding:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000001a;border:3px solid transparent;position:relative;overflow:hidden}.subject-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--subject-color)}.subject-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003;border-color:var(--subject-color)}.subject-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.subject-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--subject-color);border-radius:15px;color:#fff}.subject-info h3{color:#1f2937;margin:0 0 .5rem;font-size:1.3rem}.subject-info p{color:#6b7280;margin:0;line-height:1.4;font-size:.9rem}.subject-stats{display:flex;justify-content:center;gap:1.5rem;border-top:1px solid #e5e7eb;padding-top:1rem}.stat{display:flex;flex-direction:row;align-items:center;min-width:80px}.stat-value{font-size:20px!important;font-weight:700;color:var(--subject-color)}.stat-label{font-size:15px!important;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.settings-modal{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-header h2{color:#1f2937;margin:0;font-size:1.5rem}.close-btn{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.close-btn:hover{background:#f3f4f6;color:#374151}.settings-content,.setting-group{margin-bottom:2rem}.setting-group label{display:block;color:#374151;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.options-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.option-btn{padding:1rem;border:2px solid #e5e7eb;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s;font-weight:500;color:#6b7280}.option-btn:hover{border-color:#667eea;color:#667eea}.option-btn.selected{background:#667eea;border-color:#667eea;color:#fff}.quiz-summary{background:#f8fafc;padding:1.5rem;border-radius:15px;margin-top:2rem}.quiz-summary h4{color:#1f2937;margin:0 0 1rem;font-size:1.2rem}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-item span:first-child{color:#6b7280;font-weight:500}.summary-item span:last-child{color:#1f2937;font-weight:600}.modal-actions{text-align:center}.start-quiz-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.25rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #10b98166}.start-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.quiz-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.quiz-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.quiz-info h2{margin:0 0 .5rem;font-size:1.5rem}.quiz-progress{opacity:.9;font-size:.9rem}.quiz-timer{background:#fff3;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:1.1rem}.question-section{padding:2rem}.question-text{font-size:1.3rem;color:#1f2937;margin-bottom:2rem;line-height:1.5;font-weight:500}.contributor-badge{display:block;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#ffffffb3;font-style:italic;font-weight:400}.options-grid{display:grid;gap:1rem;margin-bottom:2rem}.option-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e5e7eb;border-radius:15px;cursor:pointer;transition:all .3s;background:#fff}.option-card:hover{border-color:#667eea;transform:translate(5px)}.option-card.selected{border-color:#667eea;background:#f0f4ff}.option-card.selected .option-label{background:#667eea;color:#fff}.option-text{color:#374151;font-size:1rem;line-height:1.4}.quiz-navigation{text-align:center}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.submit-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.quiz-result{display:flex;justify-content:center;align-items:center;min-height:80vh}.result-card{background:#fff;padding:3rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%}.result-icon{font-size:4rem;margin-bottom:1rem}.result-card h2{color:#1f2937;margin-bottom:2rem;font-size:2rem}.score-display{font-size:1.5rem;margin-bottom:2rem;color:#6b7280}.score-value{font-size:3rem;font-weight:700;color:#10b981;display:block;margin:.5rem 0}.result-details{background:#f8fafc;padding:1.5rem;border-radius:15px;margin-bottom:2rem;text-align:left}.result-details p{margin:.5rem 0;color:#6b7280}.result-details strong{color:#1f2937}.retry-btn,.home-btn{padding:1rem 2rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.retry-btn{background:#667eea;color:#fff}.home-btn{background:#e5e7eb;color:#374151}.retry-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.home-btn:hover{background:#d1d5db;transform:translateY(-2px)}.quiz-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-button{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.tab-button:hover{background:#fff3;transform:translateY(-2px)}.tab-button.active{background:#fff;color:#667eea;box-shadow:0 10px 30px #0003}.hosted-quizzes-section{margin-top:2rem;margin-bottom:2rem;padding:1.5rem;background:#111827b3;border-radius:20px;box-shadow:0 10px 40px #0f172a99}.hosted-quizzes-section h2{color:#e5e7eb;margin-bottom:1rem}.hosted-quizzes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hosted-quiz-card{background:#0f172ae6;border-radius:16px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid rgba(148,163,184,.4)}.hosted-quiz-header{display:flex;justify-content:space-between;align-items:center}.hosted-quiz-header h3{color:#f9fafb;font-size:1rem;margin:0}.hosted-quiz-badge{padding:.2rem .6rem;border-radius:999px;font-size:.7rem;background:#22c55e26;color:#bbf7d0;border:1px solid rgba(34,197,94,.5)}.hosted-quiz-description{color:#e5e7eb;font-size:.85rem;margin:.25rem 0}.hosted-quiz-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#9ca3af}.hosted-quiz-host{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;color:#e5e7eb}.avatar-circle.small{width:28px;height:28px;border-radius:999px;background:#1f2937;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;overflow:hidden}.avatar-circle.small img{width:100%;height:100%;object-fit:cover}.start-hosted-quiz-btn{margin-top:.75rem;width:100%;padding:.6rem 1rem;border-radius:999px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .2s ease}.start-hosted-quiz-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #22c55e66}.hosted-loading,.hosted-empty,.hosted-error{margin-top:.75rem;font-size:.85rem}.hosted-loading{color:#e5e7eb}.hosted-empty{color:#9ca3af}.hosted-error{color:#fecaca}.hosted-quiz-ranking{margin-top:0;margin-left:2rem;text-align:left;flex:1}.hosted-quiz-ranking h3{margin-bottom:1rem;color:#111827}.ranking-list{display:flex;flex-direction:column;gap:.5rem}.ranking-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:12px;background:#f3f4f6}.ranking-item.current-user{background:#d1fae5}.rank-position{font-weight:700;color:#4b5563}.rank-user{display:flex;align-items:center;gap:.5rem}.rank-user-info{display:flex;flex-direction:column;gap:.15rem}.rank-name{font-weight:600;color:#111827;font-size:.9rem}.rank-meta{font-size:.8rem;color:#6b7280}.you-badge{margin-left:.4rem;padding:.05rem .4rem;border-radius:999px;font-size:.7rem;background:#22c55e;color:#fff}.your-rank-summary{margin-top:.75rem;font-size:.85rem;color:#374151}.result-layout{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem}@media(max-width:900px){.result-layout{flex-direction:column;align-items:stretch}.hosted-quiz-ranking{margin-left:0;margin-top:2rem}}@media(max-width:768px){.quiz-tabs{flex-direction:column;align-items:center;gap:.5rem}.tab-button{width:100%;max-width:300px;text-align:center}}@media(max-width:768px){.daily-quiz-page{padding:1rem;height:auto;min-height:100vh}.quiz-page-header h1{font-size:2rem}.subjects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.subject-card{padding:.75rem}.subject-icon{font-size:1.5rem;width:40px;height:40px}.subject-info h3{font-size:.9rem;line-height:1.2;margin-bottom:.25rem}.subject-info p{font-size:.7rem;line-height:1.2}.subject-stats{gap:.75rem;padding-top:.5rem}.stat-value{display:block;font-size:12px!important;font-weight:700;color:var(--subject-color)}.stat-label{font-size:10px!important;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.options-row{grid-template-columns:1fr}.quiz-header{flex-direction:column;gap:1rem;text-align:center}.result-actions{flex-direction:column}.option-card{padding:1rem}}.quiz-browser-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.quiz-browser-header{text-align:center;color:#fff;margin-bottom:2rem}.back-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.quiz-browser-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.quiz-browser-header p{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.quiz-stats{display:flex;justify-content:center;gap:2rem;margin-top:1rem;font-size:1rem;font-weight:500}.error-banner{background:#ef4444e6;color:#fff;padding:1rem;border-radius:12px;text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.timed-quiz-section{max-width:1000px;margin:0 auto 3rem}.timed-quiz-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:2rem;display:flex;align-items:center;gap:2rem;box-shadow:0 10px 30px #0003}.timed-quiz-icon{font-size:4rem;flex-shrink:0}.timed-quiz-content{flex:1;color:#fff}.timed-quiz-content h3{margin:0 0 .5rem;font-size:1.8rem}.timed-quiz-content p{margin:0;opacity:.9;font-size:1rem;line-height:1.5}.start-timed-quiz-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #10b98166;white-space:nowrap}.start-timed-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.questions-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.questions-container{grid-template-columns:repeat(2,1fr);gap:2rem}}.question-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0003;transition:transform .3s}.question-card:hover{transform:translateY(-2px)}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.question-number{font-size:1.1rem;font-weight:600;color:#667eea}.answer-status{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.answer-status.correct{background:#d1fae5;color:#065f46}.answer-status.incorrect{background:#fee2e2;color:#991b1b}.question-text{font-size:1.2rem;color:#1f2937;margin-bottom:1.5rem;line-height:1.6;font-weight:500}.contributor-badge{display:block;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#6b7280;font-style:italic;font-weight:400}.options-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.option-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s;background:#fff;position:relative}.option-item:hover,.option-item.selected{border-color:#667eea;background:#f0f4ff}.option-item.correct-answer{border-color:#10b981;background:#d1fae5}.option-item.wrong-answer{border-color:#ef4444;background:#fee2e2}.option-item:has(.correct-badge),.option-item:has(.wrong-badge){cursor:default}.option-label{width:40px;height:40px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;flex-shrink:0}.option-item.selected .option-label{background:#667eea;color:#fff}.option-item.correct-answer .option-label{background:#10b981;color:#fff}.option-item.wrong-answer .option-label{background:#ef4444;color:#fff}.option-text{flex:1;color:#374151;font-size:1rem;line-height:1.5}.correct-badge,.wrong-badge{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.correct-badge{background:#10b981;color:#fff}.wrong-badge{background:#ef4444;color:#fff}.explanation{margin-top:1.5rem;padding:1rem;background:#f0f4ff;border-left:4px solid #667eea;border-radius:8px;color:#374151;line-height:1.6}.explanation strong{color:#667eea;display:block;margin-bottom:.5rem}.question-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.explain-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #10b98166;display:flex;align-items:center;gap:.5rem}.explain-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.explain-btn:active{transform:translateY(0)}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0;flex-wrap:wrap}.page-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-btn:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:.5rem}.page-number{width:45px;height:45px;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-number:hover{background:#ffffff4d;transform:scale(1.1)}.page-number.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 4px 15px #0003}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh;color:#fff;font-size:1.2rem}.no-questions{text-align:center;padding:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;color:#fff;font-size:1.2rem}.copy-prompt-modal-overlay{z-index:3000}.copy-prompt-modal{max-width:600px;width:90vw;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;display:flex;flex-direction:column}.copy-prompt-modal .modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 0 0}.copy-prompt-modal .modal-header h2{margin:0;font-size:1.3rem;color:#fff}.copy-prompt-modal .modal-close{color:#fff;background:#fff3}.copy-prompt-modal .modal-close:hover{background:#ffffff4d}.copy-prompt-modal .modal-body{padding:1.5rem}.copy-instructions{margin-bottom:1.5rem;padding:1rem;background:#f0f4ff;border-radius:12px;border-left:4px solid #667eea}.copy-instructions p{margin:.5rem 0;color:#374151;line-height:1.6}.copy-instructions ol{margin:1rem 0;padding-left:1.5rem;color:#374151}.copy-instructions li{margin:.5rem 0;line-height:1.6}.note-text{color:#667eea!important;font-weight:500;margin-top:1rem!important}.prompt-preview{margin-bottom:1.5rem}.prompt-preview label{display:block;color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.prompt-textarea{width:100%;min-height:150px;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;margin-bottom:.75rem;line-height:1.5;color:#374151}.prompt-textarea:focus{outline:none;border-color:#667eea}.copy-again-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.copy-again-btn:hover{background:#5568d3;transform:translateY(-1px)}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.open-chatgpt-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #10b98166}.open-chatgpt-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.close-modal-btn{background:#e5e7eb;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.close-modal-btn:hover{background:#d1d5db;transform:translateY(-1px)}@media(max-width:768px){.quiz-browser-page{padding:1rem;height:auto;min-height:100vh}.quiz-browser-header h1{font-size:1.8rem}.quiz-stats{flex-direction:column;gap:.5rem}.timed-quiz-card{flex-direction:column;text-align:center;padding:1.5rem}.timed-quiz-icon{font-size:3rem}.start-timed-quiz-btn{width:100%}.question-card{padding:1.5rem}.question-text{font-size:1rem}.option-item{padding:.75rem 1rem}.pagination{gap:.5rem}.page-number{width:40px;height:40px;font-size:.9rem}}.live-quiz-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#1e3c72,#2a5298);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto;color:#fff}.quiz-battle-header{text-align:center;margin-bottom:2rem}.quiz-battle-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}.quiz-battle-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.battle-error{max-width:600px;margin:0 auto 1.5rem;padding:1rem 1.5rem;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;text-align:center;font-weight:500}.battle-lobby{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.lobby-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.lobby-card h2{margin-bottom:.5rem;font-size:1.8rem}.lobby-card p{opacity:.8;margin-bottom:2rem}.subject-selection label{display:block;margin-bottom:1rem;font-weight:600;font-size:1.1rem}.subject-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.subject-option{background:#ffffff1a;border:2px solid transparent;border-radius:15px;padding:1rem .75rem;text-align:center;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80px;overflow:hidden;word-wrap:break-word}.subject-option:hover{background:#fff3;transform:translateY(-2px)}.subject-option.selected{border-color:var(--subject-color);background:#ffffff26;box-shadow:0 5px 15px #0003}.subject-icon{font-size:1.5rem;margin-bottom:.5rem;flex-shrink:0}.subject-option span{font-weight:500;font-size:.85rem;line-height:1.2;word-break:break-word;overflow-wrap:break-word}.battle-info{background:#ffffff0d;padding:1.5rem;border-radius:15px;margin-bottom:2rem}.battle-info h3{margin-bottom:1rem;font-size:1.3rem}.battle-info ul{list-style:none;padding:0}.battle-info li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.battle-info li:last-child{border-bottom:none}.start-battle-btn{width:100%;background:linear-gradient(135deg,#00b4db,#0083b0);color:#fff;border:none;padding:1.25rem;font-size:1.2rem;font-weight:600;border-radius:15px;cursor:pointer;transition:all .3s;box-shadow:0 5px 15px #00b4db66}.start-battle-btn:disabled{background:#6b7280;cursor:not-allowed;box-shadow:none}.start-battle-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 25px #00b4db99}.recent-battles{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);height:fit-content}.recent-battles h3{margin-bottom:1rem;font-size:1.3rem}.battle-record{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff0d;border-radius:10px;margin-bottom:.5rem;font-size:.9rem}.battle-subject{font-weight:500}.battle-result{font-weight:600}.battle-result.win{color:#34d399}.battle-result.loss{color:#f87171}.battle-result.tie{color:#fbbf24}.battle-opponent{opacity:.8;font-size:.8rem}.no-battles{text-align:center;opacity:.7;font-style:italic;padding:2rem}.waiting-room{display:flex;justify-content:center;align-items:center;min-height:60vh}.waiting-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2);max-width:500px;width:100%}.searching-animation{margin-bottom:2rem}.searching-dots{display:flex;justify-content:center;gap:.5rem}.searching-dots span{width:12px;height:12px;background:#00b4db;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.searching-dots span:nth-child(1){animation-delay:-.32s}.searching-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.waiting-card h2{margin-bottom:1rem;font-size:1.8rem}.queue-info{background:#ffffff0d;padding:1rem;border-radius:10px;margin:1.5rem 0}.cancel-btn{background:#ef4444cc;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;cursor:pointer;transition:all .3s}.cancel-btn:hover{background:#ef4444;transform:translateY(-1px)}.battle-starting{display:flex;justify-content:center;align-items:center;min-height:70vh}.countdown-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2)}.countdown-card h1{margin-bottom:2rem;font-size:2rem}.countdown-number{font-size:6rem;font-weight:700;color:#00b4db;text-shadow:0 0 20px rgba(0,180,219,.5);margin:1rem 0}.opponent-info{margin-top:2rem;padding:1.5rem;background:#ffffff0d;border-radius:15px}.player-avatar{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem}.player-names{display:flex;justify-content:center;align-items:center;gap:1rem;font-weight:600}.vs{opacity:.7}.battle-arena{max-width:900px;margin:0 auto}.battle-header{display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.battle-status{text-align:center;flex:1;padding:0 2rem}.player-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:100px}.player-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.player-name{font-weight:600;font-size:.9rem}.player-score{font-size:1.5rem;font-weight:700;color:#00b4db}.battle-status{text-align:center}.question-progress{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.timer{font-size:1.3rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem}.timer.urgent{color:#f87171}.battle-subject{opacity:.8;font-size:.9rem}.question-area{margin-bottom:2rem}.question-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.question-text{font-size:1.4rem;line-height:1.5;margin-bottom:2rem;text-align:center;font-weight:500}.options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.battle-option{background:#ffffff1a;border:2px solid transparent;border-radius:15px;padding:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:1rem;position:relative}.battle-option:hover{background:#ffffff26;transform:translateY(-2px)}.battle-option.selected{border-color:#00b4db;background:#00b4db1a}.battle-option.correct{border-color:#10b981;background:#10b9811a}.battle-option.wrong{border-color:#ef4444;background:#ef44441a}.battle-option.disabled{pointer-events:none;opacity:.7}.option-label{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.battle-option.selected .option-label{background:#00b4db}.battle-option.correct .option-label{background:#10b981}.battle-option.wrong .option-label{background:#ef4444}.option-text{flex:1;font-size:1rem;line-height:1.4}.answer-indicator{position:absolute;top:10px;right:10px;font-weight:700;font-size:1.2rem}.battle-option.correct .answer-indicator{color:#10b981}.battle-option.wrong .answer-indicator{color:#ef4444}.leave-battle-btn{background:#ef4444cc;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;cursor:pointer;transition:all .3s;display:block;margin:0 auto}.leave-battle-btn:hover{background:#ef4444;transform:translateY(-1px)}.battle-results{display:flex;justify-content:center;align-items:center;min-height:70vh}.results-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2);max-width:500px;width:100%}.results-card h1{font-size:2.5rem;margin-bottom:2rem}.final-scores{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;background:#ffffff0d;border-radius:15px}.score-player{text-align:center}.player-name{font-weight:600;margin-bottom:.5rem;font-size:1.1rem}.score-value{font-size:3rem;font-weight:700;color:#00b4db}.score-vs{font-size:1.5rem;font-weight:700;opacity:.7}.battle-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat{background:#ffffff0d;padding:1rem;border-radius:10px;text-align:center}.stat span{display:block;font-size:.9rem;opacity:.8;margin-bottom:.5rem}.stat strong{font-size:1.1rem;color:#00b4db}.result-actions{display:flex;gap:1rem;justify-content:center}.rematch-btn,.new-battle-btn{padding:1rem 2rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.rematch-btn{background:linear-gradient(135deg,#00b4db,#0083b0);color:#fff}.new-battle-btn{background:#fff3;color:#fff}.rematch-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00b4db66}.new-battle-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media(max-width:768px){.live-quiz-page{padding:1rem;height:auto;min-height:100vh}.battle-lobby{grid-template-columns:1fr}.subject-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.subject-option{padding:.75rem .5rem;min-height:70px}.subject-icon{font-size:1.2rem;margin-bottom:.25rem}.subject-option span{font-size:.7rem}.options-grid{grid-template-columns:1fr}.battle-header{flex-direction:column;gap:1rem;text-align:center}.final-scores{flex-direction:column;gap:1rem}.battle-stats{grid-template-columns:1fr}.result-actions{flex-direction:column}}.notes-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.notes-header{text-align:center;color:#fff;margin-bottom:2rem}.notes-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.notes-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.notes-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-btn{background:#fff3;color:#fff;border:2px solid transparent;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.tab-btn.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 5px 15px #0003}.contribute-section{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:2rem}.upload-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:fit-content}.upload-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem}.upload-card p{color:#6b7280;margin-bottom:2rem}.upload-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:border-color .3s}.file-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:2rem;text-align:center;transition:all .3s;cursor:pointer}.file-upload-area:hover{border-color:#667eea;background:#f8fafc}.file-upload-label{cursor:pointer}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text strong{display:block;color:#374151;margin-bottom:.5rem;font-size:1.1rem}.upload-text span{color:#6b7280;font-size:.9rem}.upload-progress{display:flex;align-items:center;gap:1rem}.progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:10px;transition:width .3s}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.upload-btn:disabled{background:#9ca3af;cursor:not-allowed}.upload-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.community-notes{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.community-notes h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.pdf-search-container{margin-bottom:1.5rem}.pdf-search-input{width:100%;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s;background:#fff;color:#1f2937}.pdf-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.pdf-search-input::placeholder{color:#9ca3af}.notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.note-card{background:#f8fafc;padding:1.5rem;border-radius:15px;border-left:4px solid #667eea;transition:all .3s}.note-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.note-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.note-type-icon{font-size:2rem;flex-shrink:0}.note-info h4{color:#1f2937;margin:0 0 .25rem;font-size:1.1rem;line-height:1.3}.note-subject{color:#667eea;font-weight:600;font-size:.9rem;margin:0}.note-preview{color:#6b7280;font-size:.8rem;margin:.25rem 0 0;line-height:1.3}.note-meta{display:flex;justify-content:space-between;color:#6b7280;font-size:.8rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.note-stats{display:flex;justify-content:space-between;margin-bottom:1rem}.stat{display:flex;align-items:center;gap:.5rem}.like-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s;font-size:.9rem}.like-btn:hover{background:#f3f4f6;color:#dc2626}.note-actions{display:flex;gap:.5rem;width:100%}.view-btn{flex:1;background:#667eea;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.view-btn:hover{background:#5568d3;transform:translateY(-1px)}.download-btn{flex:1;background:#10b981;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.download-btn:hover{background:#059669;transform:translateY(-1px)}.notebook-section{max-width:100%;margin:0 auto;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.notebook-header{text-align:center;margin-bottom:1rem}.notebook-header+.options-toggle-btn{display:none}.notebook-header h3{color:#1f2937;margin-bottom:.5rem;font-size:1.8rem}.notebook-header p{color:#6b7280;margin:0}.mode-selection{display:flex;gap:1rem;margin:1rem 0;justify-content:center}.mode-btn{background:#667eea1a;border:2px solid transparent;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s;color:#667eea}.mode-btn:hover{background:#667eea33;transform:translateY(-2px)}.mode-btn.active{background:#667eea;color:#fff;border-color:#667eea;box-shadow:0 5px 15px #667eea66}.canvas-loading{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;margin-top:.5rem;display:inline-block}.notebook-container{display:grid;grid-template-columns:250px 1fr;gap:2rem;margin-bottom:2rem;width:100%}.tools-panel{background:#f8fafc;padding:1.5rem;border-radius:15px;border-right:4px solid #667eea;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:769px){.tools-panel{display:flex!important}}.tool-group label{display:block;color:#374151;font-weight:600;margin-bottom:1rem;font-size:.9rem}.color-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.color-option{width:30px;height:30px;border:2px solid transparent;border-radius:50%;cursor:pointer;transition:all .3s}.color-option.selected{border-color:#374151;transform:scale(1.1)}.color-input{grid-column:span 3;width:100%;height:40px;border:none;border-radius:8px;cursor:pointer}.brush-sizes{display:flex;flex-direction:column;gap:.5rem}.size-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s;display:flex;justify-content:center;align-items:center}.size-option.selected{border-color:#667eea;background:#f0f4ff}.brush-preview{background:#000;border-radius:50%}.font-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.font-sizes .size-option{text-align:center;font-size:.8rem}.font-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;width:100%}.paper-style-selector{display:flex;flex-direction:column;gap:.5rem}.paper-style-btn{padding:.5rem;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:.8rem;transition:all .3s}.paper-style-btn.active{border-color:#667eea;background:#f0f4ff}.paper-style-btn:hover{transform:translateY(-1px)}.tool-actions{display:flex;flex-direction:column;gap:.5rem}.tool-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .3s;font-size:.9rem}.tool-btn:hover{border-color:#667eea;transform:translateY(-1px)}.content-area{display:flex;flex-direction:column;width:100%}.canvas-container{background:#fff;border:2px solid #e5e7eb;border-radius:15px;padding:1rem;display:flex;justify-content:center;align-items:center;min-height:520px;overflow:hidden;max-width:100%}@media(max-width:768px){.canvas-container{min-height:400px;padding:.5rem}.drawing-canvas{width:100%!important;height:400px!important}}.text-container{display:flex;flex-direction:column;gap:1rem}.lined-paper{width:100%;height:500px}.lined-paper{position:relative;background:linear-gradient(to bottom,transparent 0%,transparent calc(var(--line-spacing) - 1px),var(--line-color) calc(var(--line-spacing) - 1px),var(--line-color) var(--line-spacing)),linear-gradient(to right,var(--margin-color) 0%,var(--margin-color) 3px,transparent 3px,transparent 100%),linear-gradient(135deg,#fefefe,#fafafa);background-size:100% var(--line-spacing),100% 100%,auto;background-repeat:repeat-y;border:1px solid #d1d5db;border-radius:8px;padding:2rem 2rem 2rem 3rem;height:500px;overflow:hidden;box-shadow:0 2px 10px #0000001a,inset 0 1px #fff,inset 0 -1px #fff}.lined-paper:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,#ef4444 10%,#ef4444 90%,transparent 100%);opacity:.6}.lined-paper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:8px;background:linear-gradient(to right,transparent 0%,rgba(0,0,0,.05) 100%);border-radius:0 8px 8px 0}.lined-paper .text-editor{width:100%;height:100%;border:none;outline:none;resize:none;font-family:inherit;line-height:var(--line-spacing);background:transparent;padding:0;margin:0;color:inherit}.lined-paper .text-editor::placeholder{color:#9ca3af;opacity:.7}.paper-college{--line-spacing: calc(var(--font-size, 16) * 1.6px);--line-color: #d1d5db}.paper-wide{--line-spacing: calc(var(--font-size, 16) * 2.2px);--line-color: #cbd5e1}.paper-plain{background:linear-gradient(135deg,#fefefe,#fafafa);padding:2rem}.paper-plain:before{display:none}.text-stats{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;margin-top:1rem;font-size:.8rem;color:#6b7280;border:1px solid #e5e7eb}.text-stats span{display:flex;align-items:center;gap:.25rem}.text-stats span:before{font-size:.7rem;opacity:.7}.text-stats span:nth-child(1):before{content:"📝"}.text-stats span:nth-child(2):before{content:"📄"}.text-stats span:nth-child(3):before{content:"📏"}.save-section{grid-column:1 / -1;width:100%}.save-form{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.note-title-input{flex:1;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem}.subject-select{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;min-width:150px}.save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s;min-width:150px}.save-btn:disabled{background:#9ca3af;cursor:not-allowed}.save-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 5px 15px #10b98166}.tips-section{background:#f0f4ff;padding:1.5rem;border-radius:15px;border-left:4px solid #667eea}.tips-section h4{color:#1f2937;margin-bottom:1rem}.tips-section ul{color:#6b7280;margin:0;padding-left:1.5rem}.tips-section li{margin-bottom:.5rem;line-height:1.4}.section-content{max-width:1200px;margin:0 auto}.section-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.header-actions-right{display:flex;align-items:center;gap:1rem}.mobile-share-btn{display:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #667eea66}.mobile-share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.filter-select{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem}.saved-notes-section{width:100%;margin-top:2rem}.saved-notes-section h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.notes-list{display:flex;flex-direction:column;gap:1rem}.saved-note-item{background:#f8fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.saved-note-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.note-item-info h4{color:#1f2937;margin:0 0 .5rem;font-size:1.1rem}.note-item-info p{color:#6b7280;margin:0;font-size:.9rem}.note-item-actions{display:flex;gap:.5rem}.note-item-actions button{background:#fff;border:2px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s}.note-item-actions button:hover{border-color:#667eea;background:#f0f4ff}.cancel-btn{background:#dc3545!important;color:#fff!important;border:none!important;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s}.cancel-btn:hover{background:#c82333!important}.quiz-maker-section{max-width:1000px;margin:0 auto}.quiz-list-section{margin-top:2rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.quiz-list-section h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.quiz-list{display:flex;flex-direction:column;gap:1rem}.quiz-item{background:#f8fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.quiz-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.quiz-item-info h4{color:#1f2937;margin:0 0 .5rem;font-size:1.1rem}.quiz-item-info p{color:#6b7280;margin:.25rem 0;font-size:.9rem}.quiz-date{color:#9ca3af;font-size:.8rem!important}.status-processing{color:#f59e0b;font-weight:600}.status-completed{color:#10b981;font-weight:600}.status-failed{color:#dc2626;font-weight:600}.start-quiz-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.start-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.processing-badge,.error-badge{padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600}.processing-badge{background:#fef3c7;color:#92400e}.error-badge{background:#fee2e2;color:#991b1b}.empty-state{text-align:center;color:#6b7280;padding:2rem;font-style:italic}.options-toggle-btn{display:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;margin:0 auto 1rem;transition:all .3s;box-shadow:0 4px 15px #667eea66;width:auto;min-width:150px;position:relative;z-index:10;visibility:visible;opacity:1}.options-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}@media(max-width:768px){.notes-page{padding:1rem;height:auto;min-height:100vh}.contribute-section{grid-template-columns:1fr;gap:0}.desktop-upload-card{display:none}.community-notes{order:1;width:100%;padding:1rem;margin:0;border-radius:0;box-shadow:none}.notes-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.note-card{padding:.875rem;min-width:0;display:flex;flex-direction:column;aspect-ratio:.85;min-height:180px}.note-header{flex-direction:row;gap:.5rem;margin-bottom:.5rem;flex-shrink:0}.note-type-icon{font-size:1.5rem;flex-shrink:0}.note-info{flex:1;min-width:0}.note-info h4{font-size:.8rem;line-height:1.3;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.note-subject{font-size:.65rem!important;margin-bottom:.25rem!important;font-weight:600}.note-preview{display:none}.note-meta{font-size:.6rem;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.note-stats{gap:.5rem;margin-bottom:.5rem;flex-shrink:0}.note-stats .stat{font-size:.65rem}.note-stats .stat button{padding:.25rem .5rem;font-size:.65rem}.note-actions{flex-direction:row;gap:.5rem;margin-top:auto;flex-shrink:0}.note-actions button{padding:.5rem .75rem;font-size:.7rem;flex:1;white-space:nowrap}.pdf-search-input{padding:.75rem 1rem;font-size:.9rem}.mobile-share-btn{display:block}.section-header-actions{flex-direction:column;align-items:stretch}.header-actions-right{width:100%;justify-content:space-between}.filter-select{flex:1}.notebook-container{grid-template-columns:1fr}.tools-panel{order:2;display:none}.tools-panel.show{display:flex}.save-form{flex-direction:column}.note-title-input,.subject-select,.save-btn,.cancel-btn{width:100%}.lined-paper{height:400px}.saved-note-item,.quiz-item{flex-direction:column;align-items:flex-start;gap:1rem}.note-item-actions{width:100%;flex-wrap:wrap}.note-item-actions button{flex:1;min-width:100px}.notes-tabs{flex-direction:row;align-items:center;gap:.5rem}.tab-btn{width:100%;text-align:center}.notebook-header+.options-toggle-btn,.options-toggle-btn{display:block!important;visibility:visible!important;opacity:1!important;width:100%;max-width:200px;margin:1rem auto 1.5rem;position:relative;z-index:10}.notebook-header p{display:none}.notebook-section{padding:1.5rem 1rem}}@media(max-width:480px){.notes-header h1{font-size:2rem}.notes-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.note-card{padding:.75rem;min-width:0;aspect-ratio:.85;min-height:160px}.note-header{flex-direction:row;gap:.4rem;margin-bottom:.5rem}.note-type-icon{font-size:1.3rem}.note-info h4{font-size:.75rem;line-height:1.2;margin-bottom:.2rem}.note-subject{font-size:.6rem!important;margin-bottom:.2rem!important}.note-meta{font-size:.55rem;gap:.3rem;margin-bottom:.4rem}.note-stats{gap:.4rem;margin-bottom:.4rem}.note-stats .stat{font-size:.6rem}.note-actions{flex-direction:row;gap:.4rem}.note-actions button{padding:.4rem .5rem;font-size:.65rem;flex:1}.color-picker,.font-sizes{grid-template-columns:repeat(2,1fr)}}.quiz-maker-section{max-width:1000px;margin:0 auto;padding:20px}.quiz-maker-header{text-align:center;margin-bottom:30px}.quiz-maker-header h3{color:#333;font-size:2rem;margin-bottom:10px}.quiz-maker-header p{color:#666;font-size:1.1rem}.available-notes-section{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 2px 10px #0000001a}.available-notes-section h4{color:#333;margin-bottom:10px;font-size:1.3rem}.available-notes-section>p{color:#666;margin-bottom:20px}.notes-list-for-quiz{display:flex;flex-direction:column;gap:15px}.note-quiz-item{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;border:1px solid #e1e5e9;border-radius:8px;background:#fafbfc;transition:all .3s ease}.note-quiz-item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.note-quiz-info{flex:1}.note-quiz-info h5{color:#333;margin-bottom:8px;font-size:1.1rem}.note-subject{color:#007bff;font-weight:600;margin-bottom:8px;font-size:.9rem}.note-preview{color:#666;margin-bottom:10px;line-height:1.4;font-size:.9rem}.note-stats{display:flex;gap:15px;font-size:.8rem;color:#888}.note-quiz-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:140px}.generate-quiz-btn{background:#28a745;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;min-width:120px}.generate-quiz-btn:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.generate-quiz-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.warning-text{color:#dc3545;font-size:.8rem;font-weight:500}.empty-notes-state,.empty-quizzes-state{text-align:center;padding:40px 20px;color:#666}.empty-icon{font-size:3rem;margin-bottom:15px}.empty-notes-state h5,.empty-quizzes-state h5{color:#333;margin-bottom:10px}.create-note-btn{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600;margin-top:15px;transition:all .3s ease}.create-note-btn:hover{background:#0056b3;transform:translateY(-1px)}.daily-limit-notice{display:flex;align-items:center;gap:15px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:15px 20px;margin-bottom:25px}.limit-icon{font-size:1.5rem}.limit-text strong{color:#856404;display:block;margin-bottom:5px}.limit-text p{color:#856404;margin:0;font-size:.9rem}.generated-quizzes-section{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 2px 10px #0000001a}.generated-quizzes-section h4{color:#333;margin-bottom:10px;font-size:1.3rem}.generated-quizzes-section>p{color:#666;margin-bottom:20px}.quiz-list{display:flex;flex-direction:column;gap:15px}.quiz-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border:1px solid #e1e5e9;border-radius:8px;background:#f8f9fa;transition:all .3s ease}.quiz-item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.quiz-item-info h5{color:#333;margin-bottom:8px;font-size:1.1rem}.quiz-meta{display:flex;align-items:center;gap:15px;margin-bottom:8px;flex-wrap:wrap}.status-badge{padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:600}.status-completed{background:#d4edda;color:#155724}.status-processing{background:#cce7ff;color:#004085}.status-failed{background:#f8d7da;color:#721c24}.question-count{color:#666;font-size:.9rem}.quiz-date{color:#888;font-size:.8rem}.source-note{color:#666;font-size:.9rem;margin:0}.quiz-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:160px}.start-quiz-btn{background:#007bff;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;min-width:120px}.start-quiz-btn:hover{background:#0056b3;transform:translateY(-1px)}.processing-indicator{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem}.spinner{width:16px;height:16px;border:2px solid rgba(37,99,235,.2);border-top:2px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite}.retry-btn{background:#ffc107;color:#212529;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.8rem;transition:all .3s ease}.retry-btn:hover:not(:disabled){background:#e0a800;transform:translateY(-1px)}.retry-btn:disabled{background:#6c757d;cursor:not-allowed}.how-it-works{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #0000001a}.how-it-works h4{color:#333;margin-bottom:20px;font-size:1.3rem;text-align:center}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.step{display:flex;align-items:flex-start;gap:15px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.step-number{background:#007bff;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.step-content strong{color:#333;display:block;margin-bottom:5px}.step-content p{color:#666;margin:0;font-size:.9rem;line-height:1.4}@media(max-width:768px){.quiz-maker-section{padding:15px}.note-quiz-item,.quiz-item{flex-direction:column;gap:15px;align-items:stretch}.note-quiz-actions,.quiz-item-actions{align-items:stretch;min-width:auto}.quiz-meta{flex-direction:column;align-items:flex-start;gap:8px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.pdf-preview-overlay,.pdf-upload-modal-overlay{z-index:2000}.pdf-upload-modal{max-width:95vw;width:95vw;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;display:flex;flex-direction:column}.pdf-upload-modal .modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;position:sticky;top:0;z-index:10}.pdf-upload-modal .modal-header h2{margin:0;color:#1f2937;font-size:1.3rem}.pdf-upload-modal .modal-body{padding:1.5rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:1200px;max-height:90vh;overflow:hidden;box-shadow:0 4px 20px #0000004d}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.modal-close:hover{background:#e5e7eb;color:#1f2937}.pdf-preview-fallback p{margin:0 0 .75rem;color:#6b7280;font-size:.9rem}@media(max-width:768px){.pdf-preview-modal{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.steps{grid-template-columns:1fr}.daily-limit-notice{flex-direction:column;text-align:center;gap:10px}}.active-section-notebook .section-content{display:block;max-width:900px;margin:0 auto}.options-toggle-btn{display:none;background:#667eea;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;margin-bottom:1rem;box-shadow:0 4px 10px #0000001a;transition:background .2s ease,transform .1s ease}.options-toggle-btn:hover{background:#5568d3;transform:translateY(-1px)}.delete-modal{border:1px solid rgba(220,53,69,.3);background:#1a2332!important;max-width:500px!important}.delete-modal-overlay{z-index:3000!important}.delete-modal .modal-header{background:#1a2332!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.delete-modal .modal-header h2{color:#fff!important}.delete-modal .modal-close{color:#9ca3af!important}.delete-modal .modal-close:hover{background:#ffffff1a!important;color:#fff!important}.delete-modal .modal-body{padding:1.5rem}.delete-modal .modal-body p{margin:0 0 1rem;color:#e0e0e0;font-size:1rem;line-height:1.5}.delete-modal .message-preview{margin-top:1rem;padding:1rem;background:#0000004d;border-radius:8px;border-left:3px solid #00af9c}.delete-modal .message-preview strong{color:#00af9c;display:block;margin-bottom:.5rem;font-size:.9rem}.delete-modal .message-preview p{color:#ccc;font-style:italic;margin:0;font-size:.9rem}.delete-modal .modal-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:1rem}.chat-page{min-height:100vh;height:100vh;background:#1a1a1a;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;width:100%;position:relative}.chat-error-banner{background:#ef4444e6;color:#fff;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;z-index:1000}.chat-error-banner button{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0 .5rem;opacity:.8}.chat-error-banner button:hover{opacity:1}.chat-container{display:flex;width:100%;flex:1;min-height:0;overflow:hidden}.online-users-sidebar{width:280px;background:#2b2b2b;border-right:1px solid #444;display:flex;flex-direction:column}.sidebar-header{padding:1.5rem;border-bottom:1px solid #444}.sidebar-header h3{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.online-count{color:#00af9c;font-size:.9rem;font-weight:500}.connection-status{color:#fbbf24;font-size:.8rem;font-weight:400}.no-users{color:#666;text-align:center;padding:2rem;font-style:italic}.users-list{flex:1;padding:1rem;overflow-y:auto}.user-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;margin-bottom:.5rem;transition:background .2s}.user-info-container{display:flex;flex-direction:column;gap:.25rem;flex:1}.user-item:hover{background:#3a3a3a}.user-avatar-small{position:relative;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.online-status{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;border:2px solid #2b2b2b}.online-status.online{background:#00af9c}.online-status.offline{background:#666}.user-name{color:#fff!important;font-size:.9rem}.typing-badge{color:#1f0;font-size:.75rem;font-style:italic;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.banned-words-section{padding:1.5rem;border-top:1px solid #444;background:#333}.banned-words-section h4{color:#fff;margin:0 0 1rem;font-size:.9rem}.banned-words-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.banned-word-tag{background:#444;color:#ff6b6b;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500}.warning-text{color:#ff6b6b;font-size:.8rem;margin:0;line-height:1.4}.chat-main{flex:1;display:flex;flex-direction:column;background:#0e1621;min-height:0;overflow:hidden}.typing-indicator{color:#1f0;font-style:italic;font-size:.85rem}.chat-actions{display:flex;gap:.5rem}.action-btn{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.action-btn:hover{background:#ffffff1a}.messages-container{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;min-height:0;overflow-x:hidden}.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center}.message-user-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:0 .5rem}.message-bubble-wrapper{display:flex;align-items:flex-end;gap:.5rem}.message-bubble{background:#182533;padding:.75rem 1rem;border-radius:8px;position:relative;min-width:120px}.message-bubble.important p{color:#78350f!important;font-weight:500}.message-bubble.important .message-time{color:#92400e!important}.message-bubble-wrapper.important-message{position:relative;width:100%}.important-message-badge{background:#fbbf24;color:#78350f;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;margin-bottom:.5rem;display:inline-block;box-shadow:0 2px 4px #fbbf244d;animation:pulseImportant 2s ease-in-out infinite;width:fit-content;max-width:100%}.message-time{display:flex;align-items:center;gap:.25rem;color:#e0e0e0;font-size:.75rem;justify-content:flex-end;font-weight:400}.read-status{color:#00af9c;font-size:.8rem}.message-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.message-wrapper:hover .message-actions{opacity:1}.reply-btn,.delete-btn{background:#ffffff1a;border:none;color:#aaa;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.9rem;display:flex;align-items:center;justify-content:center}.reply-btn:hover{background:#fff3;color:#fff}.delete-btn:hover{background:#ef444433;color:#ef4444}.reply-preview{background:#ffffff0d;border-left:3px solid #00af9c;padding:.5rem;margin-bottom:.5rem;border-radius:4px}.reply-preview-bar{background:#2b5278;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #444;flex-shrink:0;z-index:10}.reply-info{flex:1}.reply-info span{color:#00af9c;font-size:.9rem;font-weight:500;display:block;margin-bottom:.25rem}.reply-message-preview{color:#fff;font-size:.8rem;line-height:1.3;opacity:.9}.cancel-reply-btn{background:none;border:none;color:#aaa;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.cancel-reply-btn:hover{background:#ffffff1a;color:#fff}.message-input-form{padding:1rem;border-top:1px solid #444;background:#1e2a3a;flex-shrink:0;z-index:10;position:relative}.input-container{display:flex;align-items:flex-end;gap:.75rem;background:#2b5278;border-radius:25px;padding:.75rem 1rem}.message-input{flex:1;background:none;border:none;color:#fff;font-size:1rem;resize:none;max-height:120px;outline:none;font-family:inherit}.message-input::placeholder{color:#aaa}.send-button{background:#00af9c;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s}.send-button:disabled{background:#666;cursor:not-allowed}.send-button:not(:disabled):hover{background:#009382}.messages-container::-webkit-scrollbar,.users-list::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track,.users-list::-webkit-scrollbar-track{background:#1a1a1a}.messages-container::-webkit-scrollbar-thumb,.users-list::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover,.users-list::-webkit-scrollbar-thumb:hover{background:#555}.chat-tabs{display:flex;gap:.5rem;padding:1rem;background:#2b2b2b;border-bottom:1px solid #444}.chat-tab{padding:.75rem 1.5rem;background:#3a3a3a;border:none;border-radius:8px 8px 0 0;color:#aaa;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.chat-tab:hover{background:#444;color:#fff}.chat-tab.active{background:#0e1621;color:#fff;border-bottom:2px solid #00af9c}.developer-contact-container{flex:1;padding:2rem;overflow-y:auto;background:#0e1621;color:#fff}.developer-contact-header{text-align:center;margin-bottom:2rem}.developer-contact-header h2{color:#fff;margin:0 0 .5rem;font-size:2rem}.developer-contact-header p{color:#b0b0b0;font-size:1rem;margin:0;font-weight:400}.developer-contact-content{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.send-message-section,.my-messages-section{background:#182533;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000004d}.send-message-section h3,.my-messages-section h3{color:#fff;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.developer-message-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#4dd0c1;font-weight:600;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.message-type-select,.developer-message-input{background:#1a2332;border:2px solid #3a4a5a;border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;font-family:inherit;outline:none;transition:border-color .3s}.message-type-select option{background:#1a2332;color:#fff}.message-type-select:focus,.developer-message-input:focus{border-color:#4dd0c1;box-shadow:0 0 0 3px #4dd0c133}.message-type-select{cursor:pointer;color:#fff!important}.message-type-select option{background:#1a2332;color:#fff;padding:.5rem}.developer-message-input{resize:vertical;min-height:150px}.developer-message-input::placeholder{color:#888;opacity:.8}.char-count{color:#b0b0b0;font-size:.85rem;text-align:right;font-weight:500}.send-developer-message-btn{background:#00af9c;border:none;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;align-self:flex-start}.send-developer-message-btn:hover:not(:disabled){background:#009382}.send-developer-message-btn:disabled{background:#666;cursor:not-allowed;opacity:.6}.sending-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(37,99,235,.2);border-top:2px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite}.loading-messages,.no-messages{text-align:center;padding:3rem;color:#b0b0b0}.loading-messages{color:#4dd0c1;font-weight:500}.no-messages p{color:#b0b0b0;font-weight:400}.messages-list{max-height:600px;overflow-y:auto;padding-right:5px;display:flex;flex-direction:column;gap:1rem}.message-card{background:#1a2332;border-radius:8px;padding:1.5rem;border-left:4px solid #00af9c;transition:transform .2s,box-shadow .2s}.message-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.message-card.new-message{animation:highlightNewMessage 2s ease;border-left-color:#00af9c;box-shadow:0 0 10px #00af9c4d}@keyframes highlightNewMessage{0%{background:#00af9c33;transform:scale(1.02)}to{background:#1a2332;transform:scale(1)}}.message-count{color:#00af9c;font-size:.9rem;font-weight:400}.message-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.message-type-badge{background:#00af9c4d;color:#4dd0c1;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,175,156,.5)}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.pending{background:#ffc1074d;color:#ffd54f;border:1px solid rgba(255,193,7,.5);font-weight:600}.status-badge.replied{background:#28a7454d;color:#66bb6a;border:1px solid rgba(40,167,69,.5);font-weight:600}.status-badge.resolved{background:#00af9c4d;color:#4dd0c1;border:1px solid rgba(0,175,156,.5);font-weight:600}.status-badge.closed{background:#6666664d;color:#bdbdbd;border:1px solid rgba(102,102,102,.5);font-weight:600}.message-card-body{margin-bottom:1rem}.message-text{color:#e0e0e0;line-height:1.6;margin:0 0 .75rem;white-space:pre-wrap;font-weight:400}.message-meta{color:#b0b0b0;font-size:.85rem;font-weight:500}.admin-reply-section{background:#00af9c26;border-left:3px solid #4dd0c1;padding:1rem;border-radius:6px;margin-top:1rem;border:1px solid rgba(0,175,156,.3)}.admin-reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.admin-label{color:#4dd0c1;font-weight:700;font-size:.9rem}.admin-name{color:#b0b0b0;font-size:.85rem;font-weight:500}.admin-reply-text{color:#000;line-height:1.6;margin:0 0 .75rem;white-space:pre-wrap;font-weight:400;background:#ffffff0d;padding:.75rem;border-radius:6px}.admin-reply-meta{display:flex;justify-content:space-between;align-items:center;color:#b0b0b0;font-size:.85rem;font-weight:500}.unread-badge{background:#ffc107;color:#000;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700;border:1px solid #ffb300;box-shadow:0 2px 4px #ffc1074d}.message-card-footer{padding:1rem 1.5rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem;display:flex;justify-content:flex-end}.btn-delete-message{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;background:#dc354533;color:#ff6b6b;border:1px solid rgba(220,53,69,.4)}.btn-delete-message:hover:not(:disabled){background:#dc35454d;color:#ff5252;border-color:#dc354599;transform:translateY(-1px)}.btn-delete-message:disabled{opacity:.6;cursor:not-allowed}.modal-content{background:#1a2332;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #00000080;animation:modalSlideIn .3s ease}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#fff;font-size:1.5rem}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-body p{margin:0 0 1rem;color:#e0e0e0;font-size:1rem;line-height:1.5}.message-preview{margin-top:1rem;padding:1rem;background:#0000004d;border-radius:8px;border-left:3px solid #00af9c}.message-preview strong{color:#00af9c;display:block;margin-bottom:.5rem;font-size:.9rem}.message-preview p{color:#ccc;font-style:italic;margin:0;font-size:.9rem}.modal-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:1rem}.btn-cancel{padding:10px 20px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#e0e0e0;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.btn-cancel:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}@media(max-width:768px){.chat-container{flex-direction:column;overflow:visible}.online-users-sidebar{display:none}.message-wrapper{max-width:85%}.chat-header,.developer-contact-container{padding:1rem}.send-message-section,.my-messages-section{padding:1.5rem}.chat-tabs{padding:.5rem}.chat-tab{padding:.5rem 1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;max-width:100vw;width:100%}body{overflow-x:hidden;overflow-y:auto;max-width:100vw;width:100%;position:relative;margin:0;padding:0}.app{min-height:100vh;background:transparent;overflow-x:hidden;max-width:100vw;width:100%;position:relative}.main-content{min-height:100vh;padding:0;margin:0;width:100%;max-width:100%}.main-content.with-navbar{padding-top:0}.install-prompt{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#fff;padding:1rem;border-radius:12px;box-shadow:0 10px 25px #0003;z-index:1000;max-width:400px;width:90%}.prompt-content h3{margin-bottom:.5rem;color:#333}.prompt-actions{display:flex;gap:1rem;margin-top:1rem}.install-btn,.cancel-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;flex:1}.install-btn{background:#2563eb;color:#fff}.cancel-btn{background:#e5e7eb;color:#374151}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;position:sticky;top:0;z-index:100}.nav-links{display:flex;justify-content:center;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:#374151;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s}.nav-links a:hover{background:#2563eb;color:#fff}button{font-family:inherit}input,textarea,select{font-family:inherit;box-sizing:border-box}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8f9fa}.spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.2);border-top:3px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}#toast-container{position:fixed;top:90px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-notification{position:relative;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;align-items:center;gap:12px;animation:slideInRight .3s ease;border-left:4px solid #667eea;max-width:400px;min-width:300px;pointer-events:auto}.toast-icon{font-size:1.5rem;flex-shrink:0}.toast-content{display:flex;flex-direction:column;flex:1}.toast-content span{color:#1f2937;font-size:.95rem;line-height:1.4}.toast-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;padding:4px;border-radius:4px;transition:all .2s ease;line-height:1;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-close:hover{color:#374151;background:#f3f4f6}.toast-notification.closing{animation:slideOutRight .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media(max-width:768px){.toast-notification{top:80px;right:10px;left:10px;max-width:none;min-width:auto}}.signin-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#757f9a,#d7dde8);padding:20px}.signin-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0003;width:100%;max-width:450px}.signin-header{text-align:center;margin-bottom:30px}.signin-header h1{color:#333;margin-bottom:8px;font-size:28px}.signin-header p{color:#666;margin:0}.signin-form{margin-bottom:25px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333}.form-group input{width:100%;padding:12px;border:2px solid #e1e5e9;border-radius:6px;font-size:16px;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:16px}.checkbox-label input{margin-right:8px}.forgot-password{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-decoration:underline}.forgot-password:hover:not(:disabled){color:#5a6fd8}.forgot-password:disabled{color:#ccc;cursor:not-allowed}.submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.submit-button.loading{background:#8fa3e6}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fcc;text-align:center}.signup-link{text-align:center;margin-bottom:30px}.signup-link p{color:#666;margin:0}.link{color:#667eea;text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.features{background:#f8f9fa;padding:20px;border-radius:8px;margin-top:25px}.features h3{margin-bottom:15px;color:#333;font-size:16px}.features ul{list-style:none;padding:0;margin:0}.features li{padding:5px 0;color:#555}@media(max-width:480px){.signin-card{padding:25px;margin:10px}.form-options{flex-direction:column;gap:15px;align-items:flex-start}}.error-message{padding:12px;border-radius:6px;margin-bottom:20px;text-align:center;font-weight:500}.error-message.error{background:#fee;color:#c33;border:1px solid #fcc}.error-message.warning{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.contact-admin{margin-top:10px;padding-top:10px;border-top:1px solid rgba(133,100,4,.3)}.contact-admin p{margin:5px 0 0;font-size:.9rem;font-weight:400}.contact-admin strong{color:#856404}.forgot-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#111827,#0f172a 55%,#020617);padding:2rem 1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.forgot-card{width:100%;max-width:520px;background:#fffffffa;border-radius:20px;padding:2.5rem;box-shadow:0 40px 80px #0f172a73;position:relative;overflow:hidden}.forgot-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% -10%,rgba(251,191,36,.2),transparent 50%);pointer-events:none}.forgot-header{text-align:center;margin-bottom:1.5rem;position:relative}.forgot-logo{width:80px;height:80px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 15px 25px rgba(0,0,0,.2));animation:float 6s ease-in-out infinite}.forgot-header h1{margin:1rem 0 .35rem;color:#0f172a;font-size:1.9rem}.forgot-header p{color:#475569;margin:0}.forgot-steps{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1.5rem;position:relative}.forgot-step{flex:1;text-align:center;padding:.5rem;border-radius:12px;border:1px dashed rgba(148,163,184,.6);display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#94a3b8;font-size:.85rem;transition:all .3s ease}.forgot-step.active{border-color:#fbbf2499;color:#0f172a;background:#fbbf241f;box-shadow:0 6px 18px #fbbf2440}.step-index{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#94a3b833;color:#475569;font-weight:600}.forgot-step.active .step-index{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#1f2937}.status-banner{padding:.85rem 1rem;border-radius:10px;margin-bottom:1rem;font-weight:500}.status-banner.success{background:#10b9811f;color:#047857;border:1px solid rgba(16,185,129,.2)}.status-banner.error{background:#f871711f;color:#b91c1c;border:1px solid rgba(248,113,113,.3)}.forgot-form{display:flex;flex-direction:column;gap:.85rem;position:relative;z-index:1}.forgot-form label{font-weight:600;color:#0f172a;font-size:.95rem}.forgot-form input{padding:.85rem 1rem;border-radius:10px;border:1px solid #e2e8f0;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.forgot-form input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #fbbf2433}.forgot-primary,.forgot-secondary{border-radius:12px;padding:.9rem 1.1rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;text-align:center}.forgot-primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0f172a;box-shadow:0 12px 24px #f59e0b59}.forgot-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #f59e0b66}.forgot-primary:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.forgot-secondary{background:#0f172a0d;color:#0f172a;border:1px dashed rgba(15,23,42,.2)}.forgot-secondary:disabled{cursor:not-allowed;opacity:.6}.forgot-success{text-align:center;padding:1.5rem 0}.forgot-success h2{color:#0f172a;margin-bottom:.5rem}.forgot-success p{color:#475569;margin-bottom:1.5rem}.full-width{display:inline-block;width:100%}.helper-text{font-size:.85rem;color:#94a3b8;margin-top:-.25rem}.forgot-footer{margin-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.9rem;color:#64748b;position:relative;z-index:1}.forgot-footer a{color:#f59e0b;font-weight:600;text-decoration:none}.forgot-footer a:hover{text-decoration:underline}@media(max-width:540px){.forgot-card{padding:2rem 1.5rem}.forgot-steps{flex-direction:column}.forgot-step{flex-direction:row;justify-content:flex-start}.step-label{text-align:left}.forgot-footer{flex-direction:column;align-items:flex-start}}.admin-dashboard{padding:2rem}.admin-dashboard h1{color:#030404;margin-bottom:2rem;font-size:2.5rem}.admin-dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.admin-dashboard .stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0717f31a;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.admin-dashboard .stat-card:hover{transform:translateY(-5px)}.admin-dashboard .stat-icon{font-size:3rem;opacity:.8}.admin-dashboard .stat-info h3{font-size:2.5rem;margin:0;color:#000}.admin-dashboard .stat-info p{margin:0;color:#000;font-weight:500}.admin-dashboard .recent-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.admin-dashboard .recent-section h2{color:#2c3e50;margin-bottom:1.5rem}.admin-dashboard .recent-users{display:grid;gap:1rem}.admin-dashboard .user-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:8px;transition:background-color .3s ease}.admin-dashboard .user-card:hover{background-color:#f8f9fa}.admin-dashboard .user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.admin-dashboard .user-details h4{margin:0 0 .25rem;color:#2c3e50}.admin-dashboard .user-details p{margin:0 0 .5rem;color:#6c757d}.admin-dashboard .join-date{font-size:.875rem;color:#868e96}.admin-dashboard .loading{text-align:center;padding:3rem;font-size:1.2rem;color:#6c757d}.manage-questions{padding:20px;max-width:1200px;margin:0 auto}.manage-questions .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.header-actions{display:flex;gap:10px}.btn-secondary{background:#6c757d;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:all .3s ease}.btn-secondary:hover{background:#5a6268}.filters-section{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.search-box{position:relative;margin-bottom:15px}.search-input{width:100%;padding:12px 40px 12px 15px;border:1px solid #ddd;border-radius:6px;font-size:16px}.clear-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;color:#666}.category-filters{display:flex;flex-wrap:wrap;gap:10px}.category-filter{padding:8px 16px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:5px}.category-filter.active{background:#007bff;color:#fff;border-color:#007bff}.category-filter:hover:not(.active){background:#e9ecef}.question-count{font-size:12px;opacity:.7}.current-filter-info{margin-bottom:20px}.current-filter-info h2{color:#333;margin:0}.total-count{color:#666;font-size:18px}.questions-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.question-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.question-card h4{margin:0 0 15px;color:#333;line-height:1.4}.question-meta{display:flex;align-items:center;gap:10px;margin-bottom:15px;flex-wrap:wrap}.difficulty{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.difficulty.easy{background:#d4edda;color:#155724}.difficulty.medium{background:#fff3cd;color:#856404}.difficulty.hard{background:#f8d7da;color:#721c24}.category{background:#e9ecef;padding:4px 8px;border-radius:4px;font-size:12px;color:#495057}.question-tags{display:flex;flex-wrap:wrap;gap:5px}.tag{background:#007bff;color:#fff;padding:2px 6px;border-radius:3px;font-size:11px}.question-options{margin-bottom:15px}.option{padding:8px;margin-bottom:5px;border-radius:4px;background:#f8f9fa;border-left:3px solid #dee2e6}.option.correct{background:#d4edda;border-left-color:#28a745;font-weight:700}.explanation{padding:10px;background:#fff3cd;border-radius:4px;margin-bottom:15px;font-size:14px}.question-actions{display:flex;gap:10px}.btn-edit,.btn-delete{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.no-questions{text-align:center;padding:40px;color:#666;font-size:18px;grid-column:1 / -1}.add-question-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:30px;margin-bottom:30px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:700;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group textarea{min-height:80px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}.btn-primary{background:#007bff;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:16px}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.view-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.view-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:.5rem}.view-tab:hover{color:#667eea}.view-tab.active{color:#667eea;border-bottom-color:#667eea}.pending-badge{background:#ff9800;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.pending-approvals-section{margin-top:2rem}.section-header{margin-bottom:2rem}.section-header h2{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.section-header p{color:#6b7280;font-size:1rem}.pending-questions-list{display:flex;flex-direction:column;gap:1.5rem}.pending-question-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;border-left:4px solid #ff9800}.question-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.contributor-info{display:flex;gap:1rem;align-items:flex-start}.contributor-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem;flex-shrink:0}.contributor-details{flex:1}.contributor-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.contributor-email{font-size:.9rem;color:#6b7280;margin-bottom:.5rem}.submission-date{font-size:.85rem;color:#9ca3af}.question-status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.question-status-badge.pending{background:#fef3c7;color:#92400e}.question-content{margin-bottom:1.5rem}.question-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.category-badge,.subcategory-badge{padding:.4rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600}.category-badge{background:#e0e7ff;color:#3730a3}.subcategory-badge{background:#f3f4f6;color:#374151}.question-text{margin-bottom:1rem}.question-text strong{display:block;margin-bottom:.5rem;color:#374151;font-size:.9rem}.question-text p{color:#1f2937;font-size:1rem;line-height:1.6;margin:0}.question-options-list{margin-bottom:1rem}.question-options-list strong{display:block;margin-bottom:.5rem;color:#374151;font-size:.9rem}.question-options-list ul{list-style:none;padding:0;margin:0}.question-options-list li{padding:.5rem .75rem;margin-bottom:.5rem;background:#f9fafb;border-radius:6px;color:#374151}.question-options-list li.correct-answer{background:#d1fae5;color:#065f46;font-weight:600}.question-explanation{margin-bottom:1rem;padding:1rem;background:#f0f9ff;border-radius:6px;border-left:3px solid #3b82f6}.question-explanation strong{display:block;margin-bottom:.5rem;color:#1e40af}.question-explanation p{color:#1e3a8a;margin:0;line-height:1.6}.question-tags{margin-bottom:1rem}.question-tags strong{display:block;margin-bottom:.5rem;color:#374151;font-size:.9rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.question-tags .tag{padding:.25rem .75rem;background:#e5e7eb;color:#374151;border-radius:12px;font-size:.8rem}.question-actions-pending{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1rem;border-top:2px solid #f3f4f6}.btn-approve{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-approve:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-reject{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-reject:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.question-actions-pending .btn-edit{background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.question-actions-pending .btn-edit:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}@media(max-width:768px){.questions-grid,.form-row{grid-template-columns:1fr}.category-filters{justify-content:center}.page-header{flex-direction:column;gap:15px;text-align:center}}.option-input-group{display:flex;align-items:center;margin-bottom:8px}.option-label{font-weight:700;margin-right:8px;min-width:20px}.option-input-group input{flex:1}.question-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0}.question-date{font-size:12px;color:#666}.btn-edit,.btn-delete{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .3s ease}.btn-edit{background:#ffc107;color:#212529}.btn-edit:hover{background:#e0a800}.btn-delete:hover{background:#c82333}@media(max-width:768px){.question-footer{flex-direction:column;gap:10px;align-items:flex-start}.question-actions{align-self:flex-end}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;width:90%}.modal-header h3{margin:0 0 16px;color:#dc3545}.modal-body{margin-bottom:20px}.modal-body p{margin:0;line-height:1.5;color:#333}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel{padding:8px 16px;border:1px solid #6c757d;background:#fff;color:#6c757d;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background:#f8f9fa}.btn-delete-confirm{padding:8px 16px;border:none;background:#dc3545;color:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn-delete-confirm:hover{background:#c82333}.bulk-import-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:30px;margin-bottom:30px;box-shadow:0 4px 6px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #007bff}.bulk-import-section .section-header h2,.add-question-form .section-header h2{color:#007bff;margin:0}.btn-close{background:#dc3545;color:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1}.btn-close:hover{background:#c82333;transform:scale(1.1)}.bulk-import-info{margin-bottom:30px}.bulk-import-info h3{color:#333;margin-bottom:10px}.bulk-import-info p{color:#666;margin-bottom:20px}.format-examples{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.format-example{background:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #dee2e6}.format-example h4{margin:0 0 10px;color:#333;font-size:14px}.format-example pre{background:#2d2d2d;color:#f8f8f2;padding:12px;border-radius:4px;overflow-x:auto;font-size:12px;margin:10px 0;line-height:1.4}.format-example p{margin:5px 0;font-size:13px;color:#666}.format-example .note{color:#856404;background:#fff3cd;padding:8px;border-radius:4px;font-size:12px}.download-template{margin-top:20px}.file-upload-section{margin-top:30px;padding-top:30px;border-top:1px solid #e0e0e0}.file-upload-section h3{color:#333;margin-bottom:15px}.file-upload-area{display:flex;align-items:center;gap:10px;margin-bottom:20px}.file-upload-label{flex:1;padding:15px;border:2px dashed #007bff;border-radius:6px;text-align:center;cursor:pointer;background:#f8f9ff;transition:all .3s ease;color:#007bff;font-weight:500}.file-upload-label:hover{background:#e7f1ff;border-color:#0056b3}.btn-clear{padding:10px 15px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.btn-clear:hover{background:#c82333}.import-result{margin-top:30px;padding:20px;border-radius:6px;border:2px solid}.import-result.success{background:#d4edda;border-color:#28a745}.import-result.error{background:#f8d7da;border-color:#dc3545}.import-result h3{margin:0 0 15px;color:#333}.result-stats{display:flex;gap:20px;margin:20px 0;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;padding:15px;background:#fff;border-radius:6px;min-width:100px}.stat-item.success .stat-value{color:#28a745;font-weight:700}.stat-item.warning .stat-value{color:#ffc107;font-weight:700}.stat-item.error .stat-value{color:#dc3545;font-weight:700}.stat-label{font-size:12px;color:#666;margin-bottom:5px}.stat-value{font-size:24px;color:#333}.import-errors{margin-top:20px;padding:15px;background:#fff;border-radius:6px;max-height:400px;overflow-y:auto}.import-errors h4{margin:0 0 15px;color:#dc3545}.errors-list{display:flex;flex-direction:column;gap:10px}.error-item{padding:10px;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px}.error-item strong{color:#856404}.error-item ul{margin:5px 0 0 20px;padding:0}.error-item li{color:#856404;font-size:13px}.more-errors{text-align:center;color:#856404;font-style:italic;margin-top:10px}@media(max-width:768px){.format-examples{grid-template-columns:1fr}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}.result-stats{justify-content:center}}.admin-navbar{background:linear-gradient(135deg,#2c3e50,#34495e);padding:0 20px;box-shadow:0 2px 10px #0003;position:sticky;top:0;z-index:1000}.admin-nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;height:70px}.admin-nav-brand{display:flex;align-items:center;gap:10px;cursor:pointer;color:#fff;font-weight:700;font-size:1.2rem}.admin-nav-brand .brand-icon{font-size:1.5rem}.admin-nav-links{display:flex;gap:5px}.admin-nav-link{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#fffc;padding:10px 16px;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.admin-nav-link:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.admin-nav-link.active{background:#ffffff26;color:#fff;font-weight:600}.admin-user-profile{position:relative}.admin-user-info{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background-color .3s ease;color:#fff}.admin-user-info:hover{background:#ffffff1a}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.admin-user-name{font-weight:500}.admin-dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.admin-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:220px;padding:8px 0;margin-top:8px;z-index:1001}.admin-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;cursor:pointer;transition:background-color .2s ease;font-size:.9rem;color:#333;text-align:left}.admin-dropdown-item:hover{background:#f8f9fa}.admin-user-info-item{cursor:default;padding:16px}.admin-user-info-item:hover{background:none}.admin-user-avatar-small{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2c3e50,#34495e);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.9rem}.admin-user-details{flex:1}.admin-user-name-full{font-weight:600;color:#333;margin-bottom:2px}.admin-user-email{font-size:.8rem;color:#666;margin-bottom:2px}.admin-user-role{font-size:.7rem;color:#667eea;font-weight:600;background:#f0f4ff;padding:2px 6px;border-radius:10px;display:inline-block}.admin-dropdown-icon{font-size:1rem;width:20px;text-align:center}.admin-dropdown-divider{height:1px;background:#e9ecef;margin:8px 0}.logout-button{color:#dc3545}.logout-button:hover{background:#fff5f5;color:#dc3545}.notification-badge{background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;margin-left:4px;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.admin-nav-link{position:relative}@media(max-width:768px){.admin-nav-container{padding:0 10px}.admin-nav-links{gap:2px}.admin-nav-link{padding:8px 12px;font-size:.8rem}.nav-label,.admin-user-name{display:none}.admin-dropdown-menu{min-width:200px;right:-10px}}.admin-layout{min-height:100vh;background-color:#f8f9fa}.admin-content-wrapper{display:flex;height:calc(100vh - 70px)}.admin-sidebar{width:280px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;display:flex;flex-direction:column}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0;font-size:1.5rem;font-weight:600}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#fffc;text-decoration:none;transition:all .3s ease;border-left:4px solid transparent;border:none;background:none;width:100%;text-align:left;cursor:pointer}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;color:#fff;border-left-color:#667eea}.nav-icon{font-size:1.2rem;margin-right:12px;width:24px;text-align:center}.nav-label{font-weight:500}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.back-to-app{width:100%;padding:10px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .3s ease}.back-to-app:hover{background:#fff3}.admin-main{flex:1;overflow-y:auto}.admin-content{padding:2rem;min-height:100%}@media(max-width:768px){.admin-content-wrapper{flex-direction:column;height:auto}.admin-sidebar{width:100%;height:auto}.admin-content{padding:1rem}}.users-table th:last-child,.users-table td:last-child{position:sticky;right:0;background:#fff;z-index:10}.admin-users{max-width:1200px}.admin-users .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-users .header-actions{display:flex;gap:1rem;align-items:center}.admin-users .search-box input{padding:10px 15px;border:2px solid #e9ecef;border-radius:8px;width:300px;font-size:.9rem}.admin-users .search-box input:focus{outline:none;border-color:#667eea}.admin-users .users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-users .stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;text-align:center}.admin-users .stat-value{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.admin-users .stat-label{color:#000;font-weight:500}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow-x:auto;overflow-y:visible}.users-table{width:100%;border-collapse:collapse;min-width:1000px}.users-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#000;border-bottom:1px solid #e9ecef}.users-table td{padding:1rem;border-bottom:1px solid #e9ecef}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}.user-details .user-name{font-weight:600;color:#000!important}.user-details .user-stream{font-size:.8rem;color:#000;text-transform:capitalize}.role-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background:#fff3cd;color:#856404}.role-badge.user{background:#d1ecf1;color:#0c5460}.status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem;min-width:300px}.view-details-btn{padding:8px 12px;border-radius:6px;border:none;background:#2563eb;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s ease}.view-details-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.status-btn{padding:8px 12px;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;white-space:nowrap}.status-btn.activate{background:#28a745;color:#fff}.status-btn.deactivate{background:#dc3545;color:#fff}.status-btn.contributor-btn{background:#ff9800;color:#fff}.status-btn.contributor-btn:hover{background:#f57c00}.status-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.no-users{text-align:center;padding:3rem;color:#6c757d;font-style:italic}.users-table th:last-child,.users-table td:last-child{position:static;background:inherit;z-index:1}.users-table th:last-child{background:#f8f9fa}@media(max-width:1200px){.users-table-container{overflow-x:auto}.action-buttons{flex-direction:column;gap:.3rem}.status-btn,.view-details-btn{width:100%;font-size:.8rem;padding:6px 10px}}.users-table td:last-child{min-width:280px}.users-table td:last-child{background:linear-gradient(90deg,#f8f9fa1a,#f8f9fa4d)}.users-table th:last-child{background:linear-gradient(90deg,#f8f9fa,#e9ecef)}@media(max-width:768px){.action-buttons{min-width:250px}.users-table td:last-child{min-width:250px}}.admin-analytics{max-width:1200px}.time-range-selector select{padding:8px 12px;border:2px solid #e9ecef;border-radius:6px;background:#fff;font-size:.9rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem}.metric-icon{font-size:2.5rem;opacity:.8}.metric-info h3{font-size:2rem;margin:0 0 .25rem;color:#2c3e50}.metric-info p{margin:0 0 .5rem;color:#6c757d;font-weight:500}.metric-change{font-size:.8rem;font-weight:600}.metric-change.positive{color:#28a745}.metric-change.negative{color:#dc3545}.chart-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.chart-section h2{color:#2c3e50;margin-bottom:1.5rem}.category-performance{display:flex;flex-direction:column;gap:1rem}.category-item{padding:1rem;border:1px solid #e9ecef;border-radius:8px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-name{font-weight:600;color:#2c3e50;text-transform:capitalize}.category-score{font-weight:700;color:#667eea}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.category-stats{display:flex;justify-content:space-between;font-size:.8rem;color:#6c757d}.activity-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.activity-card{text-align:center;padding:1.5rem;border:1px solid #e9ecef;border-radius:8px}.activity-card h4{margin:0 0 1rem;color:#6c757d;font-size:.9rem}.activity-value{font-size:2rem;font-weight:700;color:#667eea}.recent-activity{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:8px}.activity-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}.activity-details p{margin:0 0 .25rem;color:#2c3e50}.activity-time{font-size:.8rem;color:#6c757d}.admin-pdf-approval{max-width:1400px;padding:2rem}.admin-pdf-approval .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-pdf-approval .page-header h1{margin:0;color:#000;font-size:2rem}.admin-pdf-approval .header-actions{display:flex;gap:1rem;align-items:center}.admin-pdf-approval .search-box input{padding:10px 15px;border:2px solid #e9ecef;border-radius:8px;width:350px;font-size:.9rem}.admin-pdf-approval .search-box input:focus{outline:none;border-color:#667eea}.pdf-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.pdf-stats .stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem}.pdf-stats .stat-card.pending{border-left:4px solid #ffc107}.pdf-stats .stat-card.approved{border-left:4px solid #28a745}.pdf-stats .stat-card.rejected{border-left:4px solid #dc3545}.pdf-stats .stat-card.total{border-left:4px solid #667eea}.pdf-stats .stat-icon{font-size:2.5rem}.pdf-stats .stat-info{flex:1}.pdf-stats .stat-value{font-size:2rem;font-weight:700;color:#000;margin-bottom:.25rem}.pdf-stats .stat-label{color:#6c757d;font-weight:500;font-size:.9rem}.filter-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-tab{padding:10px 20px;border:2px solid #e9ecef;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;color:#6c757d}.filter-tab:hover{border-color:#667eea;color:#667eea}.filter-tab.active{background:#667eea;border-color:#667eea;color:#fff}.pdfs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.pdf-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid #e9ecef}.pdf-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.pdf-card.pending{border-left-color:#ffc107}.pdf-card.approved{border-left-color:#28a745}.pdf-card.rejected{border-left-color:#dc3545}.pdf-card-header{padding:1rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9ecef}.pdf-status-badge{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.pdf-card.pending .pdf-status-badge{background:#fff3cd;color:#856404}.pdf-card.approved .pdf-status-badge{background:#d4edda;color:#155724}.pdf-card.rejected .pdf-status-badge{background:#f8d7da;color:#721c24}.pdf-subject{font-size:.85rem;color:#6c757d;font-weight:500}.pdf-card-body{padding:1.5rem}.pdf-title{margin:0 0 .75rem;color:#000;font-size:1.2rem;font-weight:600}.pdf-description{color:#6c757d;font-size:.9rem;margin:0 0 1rem;line-height:1.5}.pdf-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{display:flex;gap:.5rem;font-size:.85rem}.meta-label{font-weight:600;color:#6c757d;min-width:120px}.meta-value{color:#000;flex:1}.meta-item.rejection-reason{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e9ecef;flex-direction:column}.meta-item.rejection-reason .meta-value{color:#dc3545;font-style:italic}.pdf-card-actions{padding:1rem 1.5rem;background:#f8f9fa;display:flex;gap:.75rem;border-top:1px solid #e9ecef}.pdf-card-actions button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;flex:1}.btn-preview{background:#667eea;color:#fff}.btn-preview:hover{background:#5568d3}.btn-approve{background:#28a745;color:#fff}.btn-approve:hover{background:#218838}.btn-reject{background:#dc3545;color:#fff}.btn-reject:hover{background:#c82333}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover:not(:disabled){background:#c82333}.pdf-card-actions button:disabled{opacity:.6;cursor:not-allowed}.no-pdfs{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6c757d}.no-pdfs-icon{font-size:4rem;margin-bottom:1rem}.no-pdfs h3{margin:0 0 .5rem;color:#000}.no-pdfs p{margin:0;font-style:italic}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#6c757d}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-body,.modal-content form{padding:1.5rem}.modal-body p{margin:0 0 1rem;color:#000}.form-group textarea{width:100%;padding:10px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:100px}.form-group textarea:focus{outline:none;border-color:#667eea}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6c757d;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-btn:hover:not(:disabled){color:#000}.close-btn:disabled{opacity:.5;cursor:not-allowed}.form-group input,.form-group select{width:100%;padding:10px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f3f4f6;cursor:not-allowed}.file-name{margin-top:.5rem;font-size:.85rem;color:#6b7280}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.btn-primary{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#5568d3}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e5e7eb;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-confirm-reject{padding:10px 20px;border:none;background:#dc3545;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-confirm-reject:hover:not(:disabled){background:#c82333}.btn-confirm-reject:disabled{opacity:.6;cursor:not-allowed}.pdf-preview-overlay{z-index:2000}.pdf-preview-modal{max-width:95vw;width:95vw;height:95vh;max-height:95vh;display:flex;flex-direction:column}.pdf-preview-body{flex:1;padding:0;display:flex;flex-direction:column;overflow:hidden}.pdf-preview-iframe{width:100%;flex:1;border:none;min-height:600px}.pdf-preview-fallback{padding:1rem;background:#f8f9fa;border-top:1px solid #e9ecef;text-align:center}.pdf-preview-fallback p{margin:0 0 .75rem;color:#6c757d;font-size:.9rem}.btn-preview-fallback{display:inline-block;margin:.25rem .5rem;padding:8px 16px;background:#667eea;color:#fff;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:500;transition:background .3s ease}.btn-preview-fallback:hover{background:#5568d3}@media(max-width:768px){.pdfs-grid{grid-template-columns:1fr}.admin-pdf-approval .page-header{flex-direction:column;align-items:flex-start}.admin-pdf-approval .search-box input{width:100%}.pdf-preview-modal{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}}.admin-developer-messages{max-width:1400px;padding:2rem}.admin-developer-messages .page-header{margin-bottom:2rem}.admin-developer-messages .page-header h1{margin:0 0 .5rem;color:#000;font-size:2rem}.admin-developer-messages .page-header p{margin:0;color:#6c757d;font-size:1rem}.messages-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.messages-stats .stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem;border-left:4px solid #667eea}.messages-stats .stat-card.pending{border-left-color:#ffc107}.messages-stats .stat-card.replied{border-left-color:#28a745}.messages-stats .stat-card.resolved{border-left-color:#00af9c}.messages-stats .stat-card.unread{border-left-color:#dc3545}.messages-stats .stat-card.total{border-left-color:#667eea}.messages-stats .stat-icon{font-size:2.5rem}.messages-stats .stat-info{flex:1}.messages-stats .stat-value{font-size:2rem;font-weight:700;color:#000;margin-bottom:.25rem}.messages-stats .stat-label{color:#6c757d;font-weight:500;font-size:.9rem}.filters-section{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#000;font-size:.9rem}.filter-select,.search-input{padding:10px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .3s}.filter-select:focus,.search-input:focus{border-color:#667eea}.search-group{flex:1;min-width:250px}.search-input{width:100%}.messages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.message-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s;border-left:4px solid #e9ecef}.message-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.message-card.pending{border-left-color:#ffc107}.message-card.replied{border-left-color:#28a745}.message-card.resolved{border-left-color:#00af9c}.message-card.closed{border-left-color:#666}.message-card-header{padding:1rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9ecef}.message-type{display:flex;align-items:center;gap:.5rem}.type-icon{font-size:1.2rem}.type-label{font-weight:600;color:#000;font-size:.9rem}.status-badge{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.replied{background:#d4edda;color:#155724}.status-badge.resolved{background:#d1ecf1;color:#0c5460}.status-badge.closed{background:#e2e3e5;color:#383d41}.message-card-body{padding:1.5rem}.user-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.user-details{flex:1}.user-name{font-weight:600;color:#000;margin-bottom:.25rem}.user-email{color:#6c757d;font-size:.85rem}.message-content{margin-bottom:1rem}.message-text{color:#000;line-height:1.6;margin:0 0 .75rem;white-space:pre-wrap}.message-meta{color:#6c757d;font-size:.85rem}.admin-reply-preview{background:#e7f3ff;border-left:3px solid #00af9c;padding:1rem;border-radius:6px;margin-top:1rem}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.reply-label{color:#00af9c;font-weight:600;font-size:.9rem}.reply-admin{color:#6c757d;font-size:.85rem}.reply-text{color:#000;line-height:1.6;margin:0 0 .5rem;white-space:pre-wrap}.reply-meta{color:#6c757d;font-size:.85rem}.message-card-actions{padding:1rem 1.5rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center;gap:.75rem;border-top:1px solid #e9ecef}.action-buttons-left{display:flex;gap:.75rem;flex:1}.btn-reply,.btn-reply-again{flex:1;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-reply{background:#00af9c;color:#fff}.btn-reply:hover{background:#009382}.btn-reply-again{background:#667eea;color:#fff}.btn-reply-again:hover{background:#5568d3}.status-select{padding:8px 12px;border:2px solid #e9ecef;border-radius:6px;font-size:.85rem;cursor:pointer;background:#fff;outline:none;transition:border-color .3s}.status-select:focus{border-color:#667eea}.btn-delete{padding:8px 16px;border:2px solid #dc3545;background:#fff;color:#dc3545;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}.btn-delete:hover:not(:disabled){background:#dc3545;color:#fff;transform:translateY(-1px)}.btn-delete:disabled{opacity:.6;cursor:not-allowed;border-color:#ccc;color:#999}.loading,.no-messages{text-align:center;padding:4rem 2rem;color:#6c757d}.no-messages-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-messages h3{margin:0 0 .5rem;color:#000}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination-btn{padding:10px 20px;border:2px solid #e9ecef;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.pagination-btn:hover:not(:disabled){border-color:#667eea;color:#667eea}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#6c757d;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#000}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#6c757d;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#000}.original-message{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:3px solid #667eea}.original-header{color:#000;font-size:.9rem;margin-bottom:.75rem;line-height:1.6}.original-text{color:#000;line-height:1.6;white-space:pre-wrap}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#000}.reply-textarea{width:100%;padding:10px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:150px;outline:none;transition:border-color .3s}.reply-textarea:focus{border-color:#667eea}.char-count{color:#6c757d;font-size:.85rem;text-align:right;margin-top:.25rem}.status-select-modal{width:100%;padding:10px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;cursor:pointer;background:#fff;outline:none;transition:border-color .3s}.status-select-modal:focus{border-color:#667eea}.modal-footer{padding:1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:1rem}.btn-cancel{padding:10px 20px;border:2px solid #e9ecef;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-cancel:hover{border-color:#6c757d;color:#6c757d}.btn-send-reply{padding:10px 20px;border:none;background:#00af9c;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-send-reply:hover:not(:disabled){background:#009382}.btn-send-reply:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.messages-grid{grid-template-columns:1fr}.admin-developer-messages{padding:1rem}.filters-section{flex-direction:column}.search-group{width:100%}}.admin-chat-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.admin-chat-header-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a}.admin-chat-title h1{margin:0 0 .5rem;color:#1f2937;font-size:1.8rem}.admin-chat-title p{margin:0;color:#6b7280;font-size:.95rem}.admin-controls{margin-top:1.5rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.btn-send-important-admin{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fbbf244d}.btn-send-important-admin:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fbbf2466}.admin-filters{display:flex;gap:1rem;align-items:center;flex:1}.admin-search-input{flex:1;min-width:200px;padding:8px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:all .3s ease}.admin-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-checkbox-label{display:flex;align-items:center;gap:8px;color:#374151;font-size:.9rem;cursor:pointer;white-space:nowrap}.admin-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.admin-chat-container{display:flex;gap:1rem;height:calc(100vh - 200px);min-height:600px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.online-users-sidebar{width:250px;background:#1a2332;border-right:1px solid #444;display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:1rem;border-bottom:1px solid #444;background:#2b5278}.sidebar-header h3{color:#fff;margin:0 0 .5rem;font-size:1rem}.online-count{color:#00af9c;font-size:.85rem}.connection-status{color:#ffc107;font-size:.8rem}.users-list{flex:1;padding:.5rem;overflow-y:auto}.user-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;margin-bottom:.5rem;transition:background .2s;cursor:pointer}.user-item:hover{background:#ffffff0d}.user-avatar-small{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;position:relative;flex-shrink:0}.online-status{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#00af9c;border:2px solid #1a2332;border-radius:50%}.user-info-container{flex:1;display:flex;flex-direction:column;gap:.25rem}.user-name{color:#fff;font-size:.9rem;font-weight:500}.no-users{color:#666;text-align:center;padding:2rem 1rem;font-size:.9rem}.chat-main{flex:1;display:flex;flex-direction:column;background:#0e1621}.chat-header{background:#2b5278;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #444}.chat-info h2{color:#fff;margin:0 0 .25rem;font-size:1.2rem}.member-count{color:#00af9c;font-size:.9rem}.messages-container{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.loading-messages,.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-chat p{font-size:1.1rem;margin:0}.message-wrapper{display:flex;flex-direction:column;max-width:70%}.message-wrapper.current-user{align-self:flex-end;align-items:flex-end}.message-wrapper.other-user{align-self:flex-start;align-items:flex-start}.message-wrapper.deleted{opacity:.5}.message-user-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:0 .5rem;flex-wrap:wrap}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.8rem;flex-shrink:0}.user-name{color:#00af9c;font-size:.8rem;font-weight:500}.user-email-small{color:#888;font-size:.7rem;margin-left:.25rem}.message-bubble-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;position:relative}.message-bubble-wrapper.important-message{width:100%}.important-message-badge{background:#fbbf24;color:#78350f;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 2px 4px #fbbf244d;animation:pulseImportant 2s ease-in-out infinite}@keyframes pulseImportant{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.reply-preview{background:#ffffff0d;border-left:3px solid #00af9c;padding:.5rem;margin-bottom:.5rem;border-radius:4px;width:100%}.reply-user{color:#00af9c;font-size:.8rem;font-weight:500;margin-bottom:.25rem}.reply-message{color:#ccc;font-size:.8rem;line-height:1.3}.message-bubble{background:#182533;padding:.75rem 1rem;border-radius:8px;position:relative;min-width:120px;max-width:100%}.message-bubble.important{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #fbbf24;box-shadow:0 4px 12px #fbbf2466}.message-bubble.deleted{opacity:.5;background:#333;border:1px dashed #666}.message-wrapper.current-user .message-bubble{background:#2b5278;border-bottom-right-radius:2px}.message-wrapper.other-user .message-bubble{border-bottom-left-radius:2px}.message-bubble p{color:#fff;margin:0 0 .5rem;line-height:1.4;word-wrap:break-word}.message-time{display:flex;align-items:center;gap:.25rem;color:#aaa;font-size:.7rem;justify-content:flex-end}.read-status{color:#00af9c;font-size:.7rem}.admin-message-actions{display:flex;gap:.5rem;align-items:center;margin-top:.25rem;padding:0 .5rem}.admin-action-btn{background:#ffffff1a;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.4rem .6rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.admin-action-btn:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.admin-action-btn:disabled{opacity:.5;cursor:not-allowed}.mark-important-btn.active{background:#fbbf244d;color:#fbbf24}.delete-btn{background:#ef444433;color:#ef4444}.delete-btn:hover:not(:disabled){background:#ef44444d}.deleted-label{color:#ef4444;font-size:.75rem;font-weight:600;padding:4px 8px;background:#ef444433;border-radius:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #00000080;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.delete-modal{border:1px solid rgba(220,53,69,.3)}.important-modal{border:1px solid rgba(251,191,36,.3)}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#1f2937;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#9ca3af;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{color:#1f2937;background:#f3f4f6}.modal-body{padding:1.5rem}.modal-body p{margin:0 0 1rem;color:#374151;font-size:1rem;line-height:1.5}.message-preview{margin-top:1rem;padding:1rem;background:#f3f4f6;border-radius:8px;border-left:3px solid #667eea}.message-preview strong{color:#1f2937;display:block;margin-bottom:.5rem;font-size:.9rem}.message-preview p{color:#4b5563;font-style:italic;margin:0;font-size:.9rem}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem}.btn-cancel{padding:10px 20px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.btn-cancel:hover{background:#f3f4f6;border-color:#d1d5db}.btn-delete-confirm{padding:10px 20px;border:none;background:#dc3545;color:#fff;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.btn-delete-confirm:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.btn-delete-confirm:disabled{opacity:.6;cursor:not-allowed}.important-message-form{display:flex;flex-direction:column}.form-group{margin-top:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937;font-size:.95rem}.important-message-input{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:120px;transition:all .3s ease}.important-message-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.char-count{text-align:right;color:#9ca3af;font-size:.85rem;margin-top:4px}.btn-send-important-submit{padding:10px 20px;border:none;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.btn-send-important-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #fbbf2466}.btn-send-important-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.admin-chat-container{flex-direction:column;height:auto;min-height:500px}.online-users-sidebar{width:100%;max-height:200px;border-right:none;border-bottom:1px solid #444}.admin-controls{flex-direction:column;align-items:stretch}.admin-filters{flex-direction:column}.message-wrapper{max-width:85%}}.admin-user-details{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: rgba(37, 99, 235, .1);--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #e5e7eb;--background-light: #f9fafb;--background-white: #ffffff;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition-speed: .2s;max-width:1200px;margin:0 auto;padding:1rem}.admin-user-details .page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.admin-user-details .page-header h1{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin:0}.user-details-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:var(--radius-xl);padding:2rem;margin-bottom:2rem;color:#fff;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.user-details-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:#ffffff1a;border-radius:50%;transform:translate(50%,-50%)}.user-details-header .user-info{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1}.user-avatar.large{width:80px;height:80px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#08f;font-size:2rem;font-weight:700;border:3px solid rgba(0,0,0,.3);flex-shrink:0}.user-details-header .user-details{flex:1}.user-details-header .user-name{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;color:#fff}.user-details-header .user-email{font-size:1rem;opacity:.9;margin-bottom:1rem;color:#000000e6}.user-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.5rem}.user-meta span:not(.role-badge,.status-badge){font-size:.875rem;opacity:.85;color:#000000e6}.role-badge,.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:inline-block;line-height:1.4;text-transform:uppercase;letter-spacing:.3px;border:1px solid transparent}.role-badge{background:#fff3;color:#fff;border-color:#ffffff4d}.status-badge.active{background:#10b981e6;color:#fff;border-color:#10b981e6}.status-badge.inactive{background:#ef4444e6;color:#fff;border-color:#ef4444e6}.admin-user-details .users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-user-details .stat-card{background:var(--background-white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:all var(--transition-speed) ease;border:1px solid var(--border-color);position:relative;overflow:hidden}.admin-user-details .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.admin-user-details .stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.admin-user-details .stat-value{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;line-height:1}.admin-user-details .stat-label{color:var(--text-secondary);font-weight:500;font-size:.9rem}.user-activity-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:var(--background-light);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.user-activity-tab{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-speed) ease;flex:1;min-width:120px;text-align:center}.user-activity-tab:hover{background:#2563eb1a;color:var(--primary-color)}.user-activity-tab.active{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm)}.user-activity-content{background:var(--background-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;border:1px solid var(--border-color);min-height:400px}.user-activity-content h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-top:0;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--background-light)}.overview-section{background:var(--background-light);border-radius:var(--radius-lg);padding:1.5rem}.overview-section ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.overview-section li{background:var(--background-white);padding:1rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--border-color);font-size:.95rem;color:var(--text-secondary);display:flex;justify-content:space-between;align-items:center}.overview-section li strong{color:var(--text-primary);font-weight:600}.activity-list{background:var(--background-light);border-radius:var(--radius-lg);padding:1.5rem}.activity-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.activity-list li{background:var(--background-white);padding:1rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--border-color);font-size:.9rem;color:var(--text-secondary);transition:all var(--transition-speed) ease;border-left:4px solid var(--primary-color)}.activity-list li:hover{transform:translate(4px);border-left-color:#764ba2;box-shadow:var(--shadow-sm)}.activity-list li strong{color:var(--text-primary);font-weight:600;display:inline-block;min-width:160px}.activity-list li div{margin-top:.5rem;padding:.75rem;background:var(--background-light);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-secondary);border-left:3px solid var(--warning-color)}.activity-list ul::-webkit-scrollbar{width:6px}.activity-list ul::-webkit-scrollbar-track{background:var(--background-light);border-radius:3px}.activity-list ul::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}.activity-list ul::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.activity-list>div:not(ul){text-align:center;padding:3rem;color:var(--text-tertiary);font-style:italic;background:var(--background-white);border-radius:var(--radius-md);border:2px dashed var(--border-color)}.loading,.error-message{text-align:center;padding:4rem 2rem;font-size:1.1rem}.loading{color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:1rem}.loading:after{content:"";width:50px;height:50px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.error-message{background:linear-gradient(135deg,#fce8e8,#f8d7da);border-radius:var(--radius-lg);color:#721c24;border:1px solid #f5c6cb;max-width:600px;margin:2rem auto}@media(max-width:768px){.admin-user-details{padding:.75rem}.user-details-header{padding:1.5rem;border-radius:var(--radius-lg)}.user-details-header .user-info{flex-direction:column;text-align:center;gap:1rem}.user-avatar.large{width:70px;height:70px;font-size:1.75rem}.user-details-header .user-name{font-size:1.5rem}.user-meta{justify-content:center}.admin-user-details .users-stats{grid-template-columns:1fr}.admin-user-details .stat-value{font-size:2rem}.user-activity-tabs{flex-direction:column}.user-activity-tab{min-width:100%}.user-activity-content{padding:1.25rem}.overview-section ul{grid-template-columns:1fr}.activity-list li{padding:.875rem 1rem}.activity-list li strong{display:block;margin-bottom:.25rem;min-width:auto}}@media(max-width:480px){.admin-user-details .page-header h1{font-size:1.5rem}.user-details-header{padding:1.25rem}.user-avatar.large{width:60px;height:60px;font-size:1.5rem}.admin-user-details .stat-card{padding:1.25rem}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-activity-content>*{animation:fadeIn .3s ease-out}@media print{.admin-user-details{max-width:none;padding:0}.user-activity-tabs,.loading:after{display:none}.user-activity-content{box-shadow:none;border:1px solid #000;break-inside:avoid}.user-details-header{background:#f0f0f0!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.role-badge,.status-badge{border:1px solid #000;background:#fff!important;color:#000!important}}.progress-tracker-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.progress-header{text-align:center;color:#fff;margin-bottom:3rem}.progress-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.progress-header p{font-size:1.2rem;opacity:.9}.overall-stats{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a}.overall-stats h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.category-stats{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a}.category-stats h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.category-card{background:#f8fafc;padding:1.5rem;border-radius:15px;border:2px solid #e5e7eb;transition:all .3s ease}.category-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea33}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-header h3{color:#1f2937;font-size:1.3rem;margin:0;font-weight:600}.attempts-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.category-metrics{display:flex;gap:2rem;margin-bottom:1rem}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{color:#6b7280;font-size:.85rem}.metric-value{color:#1f2937;font-size:1.5rem;font-weight:700}.metric-value.best{color:#10b981}.progress-bar-container{margin-top:1rem}.progress-bar{height:8px;background:#e5e7eb;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .5s ease}.accuracy-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.accuracy-section h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.accuracy-card{display:flex;align-items:center;gap:3rem;padding:2rem;background:#f8fafc;border-radius:15px}.accuracy-visual{flex-shrink:0}.accuracy-circle{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #667eea4d}.accuracy-value{font-size:2.5rem;font-weight:700;line-height:1}.accuracy-label{font-size:.9rem;opacity:.9;margin-top:.5rem}.accuracy-details{flex:1;display:flex;flex-direction:column;gap:1.5rem}.accuracy-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:10px;border-left:4px solid}.accuracy-item.correct{border-left-color:#10b981}.accuracy-item.incorrect{border-left-color:#ef4444}.accuracy-icon{font-size:2rem}.accuracy-info{display:flex;flex-direction:column;gap:.25rem}.accuracy-count{font-size:1.5rem;font-weight:700;color:#1f2937}.accuracy-text{font-size:.9rem;color:#6b7280}@media(max-width:768px){.progress-tracker-page{padding:1rem}.progress-header h1{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.category-grid{grid-template-columns:1fr}.accuracy-card{flex-direction:column;gap:2rem}.category-metrics{flex-direction:column;gap:1rem}}.leaderboard-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.leaderboard-header{text-align:center;color:#fff;margin-bottom:3rem}.leaderboard-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.leaderboard-header p{font-size:1.2rem;opacity:.9}.leaderboard-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.leaderboard-tab{padding:.75rem 2rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.leaderboard-tab:hover{background:#ffffff4d;transform:translateY(-2px)}.leaderboard-tab.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 4px 15px #0003}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:10px;margin-bottom:2rem;text-align:center;font-weight:500}.current-user-card{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:2rem;border:3px solid #667eea}.user-rank-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:15px;min-width:100px;flex-shrink:0}.rank-number{font-size:2.5rem;font-weight:700;line-height:1}.rank-label{font-size:.9rem;opacity:.9;margin-top:.5rem;text-align:center}.user-info{flex:1;display:flex;align-items:center;gap:1.5rem;min-width:0}.user-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2.5rem;flex-shrink:0}.user-details{flex:1;min-width:0}.user-details h3{color:#1f2937;font-size:1.5rem;margin:0 0 .5rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem;white-space:nowrap}.stat-icon{font-size:1.2rem;flex-shrink:0}.user-xp{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;min-width:100px}.xp-value{font-size:2rem;font-weight:700;color:#667eea;line-height:1;word-break:break-word;overflow-wrap:break-word;max-width:100%}.xp-label{font-size:.85rem;color:#6b7280;margin-top:.25rem}.podium-section{margin-bottom:2rem}.podium{display:flex;justify-content:center;align-items:flex-end;gap:1rem;max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a}.podium-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:15px;transition:transform .3s ease}.podium-item:hover{transform:translateY(-5px)}.podium-item.first{background:linear-gradient(135deg,gold,orange);order:2;min-height:250px}.podium-item.second{background:linear-gradient(135deg,silver,#a0a0a0);order:1;min-height:200px}.podium-item.third{background:linear-gradient(135deg,#cd7f32,#b87333);order:3;min-height:180px}.podium-avatar{width:80px;height:80px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1rem;border:3px solid white}.podium-rank{font-size:2.5rem;margin-bottom:.5rem}.podium-name{color:#fff;font-weight:600;font-size:1.1rem;margin-bottom:.5rem;text-align:center;max-width:100%;word-break:break-word;padding:0 .5rem}.podium-xp{color:#fff;font-weight:700;font-size:1.2rem;opacity:.9;text-align:center;word-break:break-word;max-width:100%;padding:0 .5rem}.leaderboard-list{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;overflow:hidden}.leaderboard-list h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.leaderboard-table{display:flex;flex-direction:column;gap:.75rem;min-width:0}.leaderboard-row{display:grid;grid-template-columns:60px minmax(150px,1fr) 120px minmax(150px,auto) 120px;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-radius:12px;transition:all .3s ease;border:2px solid transparent;min-width:0}.leaderboard-row:hover{background:#f0f4ff;border-color:#667eea;transform:translate(5px)}.leaderboard-row.current-user{background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border-color:#667eea;box-shadow:0 4px 15px #667eea33}.leaderboard-row.rank-first{background:linear-gradient(135deg,#fef3c7,#fde68a)}.leaderboard-row.rank-second{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.leaderboard-row.rank-third{background:linear-gradient(135deg,#fed7aa,#fdba74)}.rank-column{display:flex;align-items:center;justify-content:center;flex-shrink:0}.rank-icon{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;min-width:30px}.user-column{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.user-avatar-small{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.user-info-small{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.user-name{color:#000!important;font-weight:600;font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.you-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;flex-shrink:0}.level-column{display:flex;align-items:center;justify-content:center;flex-shrink:0}.level-badge{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.stats-column{display:flex;gap:1.5rem;flex-shrink:0;justify-content:center}.stat-small{display:flex;flex-direction:column;gap:.25rem;min-width:60px}.stat-label-small{color:#6b7280;font-size:.8rem;white-space:nowrap}.stat-value-small{color:#1f2937;font-weight:600;font-size:1rem;text-align:center}.xp-column{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:0}.xp-display{display:flex;flex-direction:column;align-items:flex-end;min-width:0}.xp-value-large{font-size:1.5rem;font-weight:700;color:#667eea;line-height:1;word-break:break-all;overflow-wrap:break-word;text-align:right;max-width:100%}.xp-label-small{font-size:.75rem;color:#6b7280;margin-top:.25rem;text-align:right}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state p{font-size:1.1rem;margin-bottom:.5rem}.empty-subtitle{color:#9ca3af;font-size:.9rem}.start-quiz-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;font-size:1rem}.start-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:1024px){.leaderboard-row{grid-template-columns:50px minmax(120px,1fr) 100px minmax(120px,auto) 100px;padding:.875rem 1rem;gap:.5rem}.user-avatar-small{width:40px;height:40px;font-size:1.2rem}.user-name{font-size:1rem}.xp-value-large{font-size:1.2rem}.level-badge{font-size:.8rem;padding:.4rem .8rem}}@media(max-width:768px){.leaderboard-page{padding:1rem}.leaderboard-header h1{font-size:2rem}.leaderboard-tabs{flex-direction:column;gap:.75rem;align-items:stretch}.leaderboard-tab{padding:.75rem 1.5rem;font-size:.95rem;width:100%}.current-user-card{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem;align-items:stretch}.user-rank-badge{padding:1rem;min-width:80px;width:auto;align-self:center}.rank-number{font-size:2rem}.user-info{flex-direction:column;text-align:center;gap:1rem;width:100%}.user-avatar{width:70px;height:70px;font-size:2rem;margin:0 auto}.user-details{width:100%}.user-details h3{font-size:1.3rem;white-space:normal;overflow:visible}.user-stats{gap:1rem;justify-content:center;flex-wrap:wrap}.stat-item{font-size:.85rem;flex:1;min-width:120px;justify-content:center}.user-xp{width:100%;padding-top:1rem;border-top:1px solid #e5e7eb}.xp-value{font-size:1.8rem}.podium{flex-direction:column;gap:1rem;padding:1.5rem}.podium-item{width:100%;min-height:auto;padding:1.5rem}.podium-avatar{width:70px;height:70px;font-size:2rem}.podium-item.first{order:1}.podium-item.second{order:2}.podium-item.third{order:3}.podium-name{font-size:1rem}.podium-xp{font-size:1.1rem}.leaderboard-list{padding:1.5rem}.leaderboard-list h2{font-size:1.5rem;margin-bottom:1rem}.leaderboard-row{grid-template-columns:40px 1fr 90px;gap:.75rem;padding:.75rem;font-size:.9rem;position:relative}.rank-column{grid-column:1;grid-row:1}.user-column{grid-column:2 / span 2;grid-row:1;gap:.75rem}.user-avatar-small{width:40px;height:40px;font-size:1.2rem}.user-name{font-size:.95rem;flex:1}.you-badge{position:absolute;top:5px;right:5px;font-size:.7rem;padding:.2rem .5rem}.level-column{grid-column:1;grid-row:2;justify-content:flex-start;margin-left:10px}.level-badge{font-size:.8rem;padding:.3rem .7rem;max-width:120px}.stats-column{grid-column:2;grid-row:2;gap:1rem;justify-content:flex-start}.stat-small{min-width:50px}.stat-label-small{font-size:.7rem}.stat-value-small{font-size:.9rem}.xp-column{grid-column:3;grid-row:2;justify-content:flex-end}.xp-value-large{font-size:1.1rem;word-break:normal;white-space:nowrap}.xp-label-small{font-size:.65rem}}@media(max-width:480px){.leaderboard-header h1{font-size:1.8rem}.leaderboard-header p{font-size:1rem}.current-user-card{padding:1.25rem}.stat-item{min-width:100px;font-size:.8rem}.leaderboard-row{grid-template-columns:35px 1fr 70px;padding:.6rem;gap:.5rem}.user-avatar-small{width:35px;height:35px;font-size:1rem}.user-name{font-size:.85rem}.level-badge{font-size:.75rem;padding:.25rem .5rem}.xp-value-large{font-size:1rem}}@media(max-width:768px){.leaderboard-page{padding:1rem}.leaderboard-header h1{font-size:2rem}.leaderboard-tabs{flex-direction:column;gap:.75rem;align-items:stretch;margin-bottom:1.5rem}.leaderboard-tab{padding:.75rem 1.5rem;font-size:.95rem;width:100%}.current-user-card{flex-direction:row;align-items:center;gap:1rem;padding:1rem;margin-bottom:1.5rem;border-radius:15px}.user-rank-badge{padding:.75rem;min-width:70px;border-radius:12px;flex-shrink:0}.rank-number{font-size:1.5rem}.rank-label{font-size:.75rem;margin-top:.25rem}.user-info{flex-direction:row;gap:1rem;align-items:center;min-width:0;flex:1}.user-avatar{width:50px;height:50px;font-size:1.5rem;flex-shrink:0}.user-details{min-width:0;flex:1}.user-details h3{font-size:1rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-stats{display:none}.user-xp{min-width:60px;flex-shrink:0}.xp-value{font-size:1.2rem}.xp-label{font-size:.7rem}.podium{flex-direction:column;gap:1rem;padding:1rem;margin-bottom:1.5rem}.podium-item{width:100%;min-height:auto;padding:1rem;flex-direction:row;align-items:center;gap:1rem;justify-content:space-between}.podium-avatar{width:50px;height:50px;font-size:1.5rem;margin-bottom:0;order:1}.podium-rank{font-size:1.5rem;margin-bottom:0;order:2}.podium-name{font-size:.9rem;margin-bottom:0;order:3;flex:1;text-align:left;padding:0 .5rem}.podium-xp{font-size:.9rem;order:4;padding:0}.podium-item.first{order:1}.podium-item.second{order:2}.podium-item.third{order:3}.leaderboard-list{padding:1rem}.leaderboard-list h2{font-size:1.3rem;margin-bottom:1rem}.leaderboard-row{grid-template-columns:35px 1fr 70px;gap:.5rem;padding:.75rem;font-size:.85rem}.rank-column{grid-column:1}.user-column{grid-column:2;gap:.5rem}.user-avatar-small{width:35px;height:35px;font-size:1rem}.user-info-small{min-width:0;flex:1}.user-name{font-size:.85rem}.you-badge,.level-column,.stats-column{display:none}.xp-column{grid-column:3}.xp-display{align-items:flex-end}.xp-value-large{font-size:1rem}.xp-label-small{font-size:.65rem}}@media(max-width:480px){.current-user-card{padding:.75rem;gap:.75rem}.user-rank-badge{min-width:60px;padding:.5rem}.rank-number{font-size:1.3rem}.rank-label{font-size:.7rem}.user-avatar{width:45px;height:45px;font-size:1.3rem}.user-details h3{font-size:.9rem}.xp-value{font-size:1.1rem}.xp-label{font-size:.65rem}.leaderboard-header h1{font-size:1.6rem}.leaderboard-header p{font-size:.9rem}.leaderboard-tab{padding:.6rem 1rem;font-size:.85rem}.leaderboard-row{grid-template-columns:30px 1fr 60px;padding:.6rem;gap:.4rem}.user-avatar-small{width:30px;height:30px;font-size:.9rem}.user-name{font-size:.8rem}.rank-icon{font-size:1rem}.xp-value-large{font-size:.9rem}}.profile-page{min-height:100vh;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;width:100%;position:relative;overflow-y:auto}.profile-header{text-align:center;color:#fff;margin-bottom:3rem}.profile-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.profile-header p{font-size:1.2rem;opacity:.9}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff}.spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.2);border-top:3px solid #2563eb;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:10px;margin-bottom:2rem;text-align:center;font-weight:500;max-width:1200px;margin-left:auto;margin-right:auto}.profile-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.profile-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.profile-avatar-section{display:flex;align-items:flex-start;gap:2rem}.profile-avatar-large{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:3rem;flex-shrink:0;box-shadow:0 4px 15px #667eea4d}.profile-info{flex:1}.profile-info h2{color:#1f2937;font-size:2rem;margin:0 0 .5rem;font-weight:700}.profile-email{color:#6b7280;font-size:1rem;margin:0 0 1rem}.psc-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.profile-bio{color:#6b7280;font-size:1rem;line-height:1.6;margin:1rem 0}.edit-profile-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.edit-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-weight:600;font-size:.9rem}.form-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#667eea}.form-input textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.cancel-btn{background:#e5e7eb;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.cancel-btn:hover{background:#d1d5db;transform:translateY(-2px)}.level-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.level-info{display:flex;align-items:center;gap:2rem}.level-badge-large{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 15px #f59e0b4d}.level-number{font-size:2.5rem;font-weight:700;line-height:1}.level-label{font-size:.875rem;opacity:.9;margin-top:.25rem}.xp-info{flex:1}.xp-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.xp-progress{display:flex;flex-direction:column;gap:.5rem}.xp-progress-bar{height:12px;background:#e5e7eb;border-radius:10px;overflow:hidden}.xp-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:10px;transition:width .5s ease}.xp-to-next{color:#6b7280;font-size:.875rem}.stats-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.stats-section h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;transition:transform .3s ease;box-shadow:0 4px 15px #667eea4d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #667eea66}.stat-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;flex-shrink:0}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.9}.account-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.account-section h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:10px}.info-label{color:#6b7280;font-size:.875rem;font-weight:500}.info-value{color:#1f2937;font-size:1.1rem;font-weight:600}.actions-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.actions-section h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:768px){.profile-page{padding:1rem}.profile-header h1{font-size:2rem}.profile-avatar-section{flex-direction:column;align-items:center;text-align:center}.profile-avatar-large{width:100px;height:100px;font-size:2.5rem}.level-info{flex-direction:column;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.info-grid,.actions-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}}.contributor-dashboard{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1f2937}.dashboard-header p{color:#6b7280;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#6b7280!important;font-size:.9rem}.stat-card.highlight-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-card.highlight-card .stat-value{color:#fff}.stat-card.highlight-card .stat-label{color:#ffffffe6}.actions-bar{margin-bottom:2rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-container{flex:1;min-width:250px;position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem}.search-input:focus{outline:none;border-color:#667eea}.clear-search{position:absolute;right:10px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#6b7280;padding:.25rem .5rem}.clear-search:hover{color:#374151}.btn-primary{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#5568d3}.question-form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;position:relative;z-index:1001}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;color:#1f2937}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.option-input{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem;background:#f9fafb;border-radius:6px}.option-input input[type=radio]{width:20px;height:20px;cursor:pointer;flex-shrink:0}.option-input input[type=text]{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background:#fff}.option-input input[type=text]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-secondary{background:#e5e7eb;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer}.questions-list h2{margin-bottom:1.5rem;color:#1f2937}.questions-list+.questions-list{margin-top:3rem}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.question-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.question-category{font-size:.75rem;color:#6b7280;text-transform:capitalize}.question-text{color:#374151;margin-bottom:1rem;line-height:1.5}.question-options-preview{margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.9rem}.question-options-preview strong{display:block;margin-bottom:.5rem;color:#374151}.question-options-preview ul{margin:0;padding-left:1.5rem}.question-options-preview li{margin-bottom:.25rem;color:#6b7280}.question-options-preview .correct-option{color:#059669;font-weight:600}.question-actions{display:flex;gap:.5rem}.btn-edit{background:#fbbf24;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.btn-delete{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.empty-state{text-align:center;padding:3rem;color:#6b7280}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#6b7280}
