@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);:root{--primary-color:#ff6b35;--secondary-color:#6b4c93;--gradient-primary:linear-gradient(135deg,#ff6b35,#6b4c93);--accent-blue:#4a90e2;--accent-orange:#ff6b35;--accent-orange-light:#ff8555;--deep-blue:#1e2050;--lavender-bg:#e8e7ff;--lavender-light:#f5f4ff;--text-dark:#2c3e50}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}:not(code):not(pre):not([class*=monospace]):not([class*=code]),body,html{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-height:80px;--header-height-mobile:70px;--font-family:"Inter","Outfit",sans-serif;--primary-color:#2563eb;--primary-dark:#1e40af;--accent-color:#f97316;--text-dark:#0f172a;--text-light:#64748b;--glass-bg:#ffffffd9;--glass-border:#ffffff80;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #0000000d}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;background:var(--glass-bg);border-bottom:1px solid #e2e8f099;height:80px;height:var(--header-height);left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.header.scrolled{background:#fffffff2;box-shadow:0 4px 6px -1px #0000000d;box-shadow:var(--shadow-sm)}.logo{gap:.5rem}.logo-icon{height:48px;object-fit:contain;width:48px}.logo h1{background:linear-gradient(135deg,#0f172a,#2563eb);font-weight:800}.nav{margin-left:auto}.nav-list{gap:2rem}.nav-link{color:#0f172a;color:var(--text-dark);font-size:1rem;padding:.5rem 0;transition:color .2s ease}.nav-link:after{background:#2563eb;background:var(--primary-color);bottom:0;height:2px;left:0;transition:width .3s ease}.nav-link:hover:after{width:100%}.btn-primary{border:1px solid #ffffff1a;border-radius:50px;box-shadow:0 4px 6px #2563eb33;font-size:.95rem;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{box-shadow:0 8px 15px #2563eb4d}.btn-secondary{color:#0f172a;color:var(--text-dark);text-decoration:none;transition:color .2s}.btn-secondary:hover{color:#2563eb;color:var(--primary-color)}.mobile-menu-toggle span{background:#0f172a;background:var(--text-dark);display:block;height:2px;margin:5px 0;transition:.3s}@media (max-width:992px){.nav{display:none}.mobile-menu-toggle{display:block}}.header-container{gap:1rem;height:100%;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 2.5rem}.header-container,.logo{align-items:center;display:flex}.logo{flex-shrink:0;gap:0;text-decoration:none;transition:transform .2s ease;z-index:1002}.logo:hover{transform:scale(1.02)}.logo-icon{align-items:center;border-radius:0;display:flex;flex-shrink:0;height:75px;justify-content:center;overflow:visible;position:relative;transition:transform .3s ease;width:70px}.logo-image{display:block;height:120%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality;object-fit:cover;object-position:center;transform:scale(1.2);width:120%}.logo-svg,.logo-svg-fallback{height:100%;object-fit:contain;object-position:center;width:100%}.logo:hover .logo-icon{transform:rotate(5deg) scale(1.05)}.logo h1{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;transition:all .3s ease}.logo:hover h1{filter:brightness(1.15)}.nav{margin-left:1.5rem}.nav,.nav-list{align-items:center;display:flex}.nav-list{gap:.5rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{border-radius:10px;display:inline-block;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;padding:.625rem 1rem;transition:all .3s ease}.nav-link:after{background:var(--gradient-primary);border-radius:2px;bottom:.375rem;content:"";height:2.5px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s var(--transition-smooth);width:0}.nav-link:hover{background-color:#4a90e20f;color:#2563eb;color:var(--primary-color)}.nav-link:hover:after{width:calc(100% - 2rem)}.dropdown-menu{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:var(--shadow-lg);left:50%;list-style:none;margin:0;max-width:280px;min-width:240px;opacity:0;overflow:hidden;padding:.75rem;pointer-events:none;position:absolute;top:calc(100% + .75rem);transform:translateX(-50%) translateY(-8px) scale(.96);transition:all .25s var(--transition-smooth);visibility:hidden}.nav-item.dropdown .dropdown-bridge:hover+.dropdown-menu,.nav-item.dropdown .dropdown-menu:hover,.nav-item.dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1);visibility:visible}.nav-link-chevron{align-items:center;display:inline-flex;gap:.3rem}.nav-chevron{color:#94a3b8;flex-shrink:0;margin-top:1px;transition:transform .25s ease,color .2s ease}.nav-item.dropdown:hover .nav-chevron{color:#2563eb;color:var(--primary-color);transform:rotate(180deg)}.dropdown-bridge{background:#0000;height:.85rem;left:0;pointer-events:auto;position:absolute;right:0;top:100%;z-index:10}.dropdown-menu li{margin:0;padding:0}.dropdown-link,.dropdown-menu a{align-items:center;border-radius:10px;color:#334155;display:flex;font-size:.875rem;font-weight:500;gap:.625rem;overflow:hidden;padding:.6rem .875rem;position:relative;text-decoration:none;transition:all .18s ease}.dropdown-link:before,.dropdown-menu a:before{background:var(--gradient-primary);border-radius:0 3px 3px 0;bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .18s ease;width:3px}.dropdown-link:hover,.dropdown-menu a:hover{background:linear-gradient(135deg,#2563eb12,#2563eb08);color:#2563eb;color:var(--primary-color);padding-left:1.125rem}.dropdown-link:hover:before,.dropdown-menu a:hover:before{transform:scaleY(1)}.dropdown-menu:not(.tests-dropdown) a{color:#475569}.dropdown-menu:not(.tests-dropdown) a:hover{color:#2563eb;color:var(--primary-color);padding-left:.875rem;transform:translateX(3px)}.dropdown-empty,.dropdown-loading{color:#94a3b8;display:block;font-size:.8125rem;font-style:italic;padding:.75rem 1rem}.header-actions{flex-shrink:0;margin-left:auto}.user-profile-dropdown{position:relative}.user-profile-trigger{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .3s var(--transition-smooth);width:40px}.user-profile-trigger:hover{transform:translateY(-2px)}.user-avatar-small{align-items:center;background:var(--gradient-primary);border:2px solid #ffffffe6;border-radius:50%;box-shadow:0 2px 8px #4a90e24d;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.user-profile-trigger:hover .user-avatar-small{border-color:#fff;box-shadow:0 6px 16px #4a90e280;transform:scale(1.1)}.dropdown-backdrop{background:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.user-dropdown-menu{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffffffa;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:var(--shadow-lg);min-width:220px;opacity:0;overflow:hidden;padding:.75rem;pointer-events:none;position:absolute;right:0;top:calc(100% + .75rem);transform:translateY(-8px) scale(.96);transition:all .25s var(--transition-smooth);visibility:hidden;z-index:1001}.user-dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.dropdown-user-info{align-items:center;border-bottom:1px solid #e2e8f0b3;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem 1rem}.dropdown-user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:36px;justify-content:center;width:36px}.dropdown-user-name{color:#0f172a;font-size:.875rem;font-weight:600;line-height:1.2}.dropdown-user-phone{color:#94a3b8;font-size:.75rem;margin-top:.1rem}.dropdown-item{align-items:center;background:none;border:none;border-radius:10px;color:#334155;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.875rem;padding:.75rem 1rem;position:relative;text-align:left;text-decoration:none;transition:all .2s var(--transition-smooth);width:100%}.dropdown-item:before{background:var(--gradient-primary);border-radius:0 3px 3px 0;bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:3px}.dropdown-item:hover{background:linear-gradient(135deg,#4a90e214,#4a90e20a);color:#2563eb;color:var(--primary-color);padding-left:1.125rem}.dropdown-item:hover:before{transform:scaleY(1)}.dropdown-item svg{color:#64748b;flex-shrink:0;height:18px;transition:all .2s ease;width:18px}.dropdown-item:hover svg{color:#2563eb;color:var(--primary-color);transform:scale(1.1)}.dropdown-item-logout{border-top:1px solid #e2e8f099;color:#dc2626;margin-top:.5rem;padding-top:1rem}.dropdown-item-logout:before{background:linear-gradient(135deg,#dc2626,#991b1b)}.dropdown-item-logout:hover{background:linear-gradient(135deg,#dc26261a,#dc26260d);color:#991b1b}.dropdown-item-logout svg{color:#dc2626}.dropdown-item-logout:hover svg{color:#991b1b}.btn-primary,.btn-secondary{border-radius:10px;display:inline-block;font-size:.875rem;letter-spacing:-.01em;padding:.625rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s var(--transition-smooth)}.btn-primary{box-shadow:0 4px 12px #667eea66}.btn-primary:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea80}.btn-secondary{border:2px solid #47556933;box-shadow:0 2px 8px #0000000f;overflow:hidden;position:relative;z-index:1}.btn-secondary:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:-1}.btn-secondary:hover{border-color:#0000;box-shadow:0 4px 16px #667eea4d}.btn-secondary:hover:before{left:0}.mobile-menu-toggle{background:none;border:none;border-radius:8px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:.5rem;transition:background-color .3s ease;width:40px;z-index:1002}.mobile-menu-toggle:hover{background-color:#4a90e214}.mobile-menu-toggle span{background:linear-gradient(135deg,#4a90e2,#1976d2);border-radius:2px;height:2.5px;transform-origin:center;transition:all .3s var(--transition-smooth);width:24px}.nav-open~.mobile-menu-toggle span:first-child{transform:translateY(7.5px) rotate(45deg)}.nav-open~.mobile-menu-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-open~.mobile-menu-toggle span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width:1024px){.header-container{margin:0 2rem}.nav-list{gap:.25rem}.nav-link{font-size:.875rem;padding:.5rem .75rem}.btn-test-management{font-size:.8125rem;padding:.5rem 1rem}.user-name{max-width:100px}}@media (max-width:768px){.header{height:70px;height:var(--header-height-mobile)}.header-container{gap:1rem;margin:0 1rem}.logo h1{font-size:1.25rem}.logo-icon{height:36px;width:36px}.nav{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);bottom:0;box-shadow:inset -1px 0 0 #e2e8f099;flex-direction:column;justify-content:flex-start;left:0;opacity:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:70px;top:var(--header-height-mobile);transform:translateX(-100%);transition:all .4s var(--transition-smooth);visibility:hidden;z-index:999}.nav-open{opacity:1;transform:translateX(0);visibility:visible}.nav-list{align-items:stretch;flex-direction:column;gap:.375rem}.nav-item,.nav-link,.nav-list{width:100%}.nav-link{background:#fff;border:1px solid #e2e8f099;border-radius:10px;box-shadow:0 1px 4px #0000000a;font-size:.9375rem;padding:.875rem 1rem}.nav-link:after{display:none}.nav-link:hover{background:linear-gradient(135deg,#4a90e214,#4a90e20a);border-color:#2563eb;border-color:var(--primary-color)}.dropdown-menu{background:#f8fafc80;border:1px solid #e2e8f099;box-shadow:none;margin-top:.5rem;max-height:0;opacity:1;overflow:hidden;padding:0;position:static;transform:none;transition:max-height .3s var(--transition-smooth),padding .3s var(--transition-smooth);visibility:visible}.nav-item.dropdown:hover .dropdown-menu{max-height:500px;padding:.5rem}.dropdown-link{font-size:.875rem;padding:.75rem .875rem}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.header-actions .btn-primary{padding:.5rem 1rem}.header-actions .btn-primary,.header-actions .btn-secondary{flex:none;font-size:.85rem;max-width:-webkit-fit-content;max-width:fit-content;width:auto!important}.header-actions .btn-secondary{padding:.5rem}.mobile-menu-toggle{display:flex}}@media (max-width:480px){.header-container{padding:0 .75rem}.logo h1{font-size:1.125rem}.logo-icon{height:32px;width:32px}.user-name{display:none}.dropdown-arrow{margin-left:0}.header-actions .btn-primary{padding:.4rem .75rem}.header-actions .btn-primary,.header-actions .btn-secondary{flex:none;font-size:.8rem;max-width:-webkit-fit-content;max-width:fit-content;width:auto!important}.header-actions .btn-secondary{padding:.4rem}}.tests-dropdown{max-width:320px!important;min-width:320px!important;padding:.5rem!important}.tests-dropdown .dropdown-section-header{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-top:.25rem;padding:.75rem 1rem .5rem;text-transform:uppercase}.tests-dropdown .dropdown-section-header:first-child{margin-top:0}.tests-dropdown .dropdown-divider{background:linear-gradient(90deg,#0000,#e2e8f0 20%,#e2e8f0 80%,#0000);height:1px;margin:.5rem 0;padding:0!important}.tests-dropdown .dropdown-link-enhanced{align-items:center;display:flex!important;gap:.75rem;padding:.875rem 1rem!important;transition:all .2s ease}.tests-dropdown .dropdown-link-icon{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:10px;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .3s ease;width:36px}.tests-dropdown .dropdown-link-icon svg{color:#64748b;transition:all .3s ease}.tests-dropdown .dropdown-link-content{display:flex;flex:1 1;flex-direction:column;gap:.125rem}.tests-dropdown .dropdown-link-title{color:#0f172a;font-size:.9375rem;font-weight:600;transition:color .2s ease}.tests-dropdown .dropdown-link-desc{color:#64748b;font-size:.75rem;font-weight:400;line-height:1.3}.tests-dropdown .dropdown-link-enhanced:hover{background:linear-gradient(135deg,#2563eb14,#2563eb0a)!important;padding-left:1rem!important;transform:translateX(3px)}.tests-dropdown .dropdown-link-enhanced:hover .dropdown-link-icon{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px #2563eb33;transform:scale(1.05)}.tests-dropdown .dropdown-link-enhanced:hover .dropdown-link-icon svg{color:#fff}.tests-dropdown .dropdown-link-enhanced:hover .dropdown-link-title{color:#2563eb}.tests-dropdown .dropdown-link-enhanced:before{display:none}.tests-dropdown li{opacity:1}.nav-item.dropdown:hover .tests-dropdown li{animation:testsDropdownSlideIn .28s ease both}.nav-item.dropdown:hover .tests-dropdown li:first-child{animation-delay:.03s}.nav-item.dropdown:hover .tests-dropdown li:nth-child(2){animation-delay:.08s}.nav-item.dropdown:hover .tests-dropdown li:nth-child(3){animation-delay:.13s}.nav-item.dropdown:hover .tests-dropdown li:nth-child(4){animation-delay:.18s}.nav-item.dropdown:hover .tests-dropdown li:nth-child(5){animation-delay:.22s}@keyframes testsDropdownSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.tests-dropdown{max-width:100%!important;min-width:100%!important}.tests-dropdown .dropdown-link-enhanced{padding:1rem!important}.tests-dropdown .dropdown-link-icon{height:40px;width:40px}}.hero{background:radial-gradient(at 0 0,#100f15 0,#0000 50%),radial-gradient(at 50% 0,#2f3e6a 0,#0000 50%),radial-gradient(at 100% 0,#722741 0,#0000 50%);background-color:#0f172a;background:#fff;overflow:hidden;padding:2rem 0 8rem;position:relative}.hero:before{background:radial-gradient(circle,#2563eb14 0,#fff0 70%);height:120%;right:-10%;top:-10%;width:70%}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute;z-index:0}.hero:after{background:radial-gradient(circle,#f973160f 0,#fff0 70%);bottom:-20%;height:100%;left:-10%;width:60%}.hero-container{margin:0 auto;max-width:1280px;padding:0 2rem;position:relative;z-index:2}.hero-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.hero-content{gap:2.5rem}.hero-headline{font-size:3.5rem;letter-spacing:-.02em;line-height:1.1}.hero-headline span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text}.hero-lead{color:#64748b;font-weight:400;line-height:1.6;max-width:90%}.hero-feature-list{gap:1rem}.hero-feature-row{color:#334155;gap:1rem}.feature-icon{align-items:center;background:#2563eb1a;border-radius:50%;display:flex;font-size:.875rem;height:24px;justify-content:center;width:24px}.hero-cta-group{margin-top:1rem}.btn-attempt{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50px;box-shadow:0 10px 25px -5px #f9731666;font-size:1.125rem;padding:1rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-attempt:hover{box-shadow:0 20px 30px -10px #f9731680;transform:translateY(-4px) scale(1.02)}.btn-coming-soon,.btn-coming-soon:focus,.btn-coming-soon:hover{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:none;cursor:not-allowed;letter-spacing:.03em;opacity:.85;transform:none!important}.btn-video-pulse{border:1px solid #e2e8f0cc;box-shadow:0 4px 12px #00000008;color:#334155;font-size:1.125rem;gap:1rem;padding:.875rem 2rem;transition:all .3s ease}.btn-video-pulse:hover{border-color:#2563eb;box-shadow:0 8px 16px #2563eb1a}.btn-icon-play{color:#2563eb;font-size:1.25rem}.hero-form-column{perspective:1000px}.counseling-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff6;border-radius:24px;box-shadow:0 20px 50px -10px #0000001a,0 10px 20px -10px #0000000d,inset 0 0 0 1px #ffffff80;max-width:420px;padding:2.5rem;transform:rotateY(-2deg);transition:transform .3s ease}.counseling-card:hover{transform:rotateY(0deg) translateY(-5px)}.card-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 2rem;text-align:center}.counseling-form{gap:1.25rem}.form-field input,.phone-input-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #00000005;font-size:1rem;padding:1rem;transition:all .2s ease;width:100%}.phone-input-container{padding:0}.country-prefix{background:#f8fafc;color:#64748b;padding:1rem}.phone-input-container input{box-shadow:none}.form-field input:focus,.phone-input-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;outline:none}.btn-schedule{background:#2563eb;border-radius:12px;box-shadow:0 4px 6px -1px #2563eb33;font-size:1.1rem;margin-top:1rem;padding:1rem;transition:all .3s ease}.btn-schedule:hover{background:#1d4ed8;box-shadow:0 8px 15px -3px #2563eb4d;transform:translateY(-2px)}@media (max-width:1024px){.hero-headline{font-size:3rem}}@media (max-width:900px){.hero-grid{gap:4rem;grid-template-columns:1fr;text-align:center}.hero-content{align-items:center}.hero-cta-group,.hero-form-column{justify-content:center}.hero-form-column{perspective:none}.counseling-card{max-width:100%;transform:none}}@media (max-width:480px){.hero-headline{font-size:2.25rem}.hero{padding:4rem 0}.hero-cta-group{flex-direction:column;width:100%}.btn-attempt,.btn-video-pulse{justify-content:center;width:100%}}.form-message{border-radius:8px;font-size:.9rem;font-weight:500;line-height:1.4;margin-bottom:1rem;padding:.75rem 1rem}.form-message.success{background-color:#dcfce7;border:1px solid #bbf7d0;color:#166534}.form-message.error{background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-headline{color:#0f172a;font-size:2.75rem;font-weight:800;line-height:1.25;margin:0}.hero-subtext-group{display:flex;flex-direction:column;gap:1rem}.hero-lead{color:#475569;font-size:1.25rem;font-weight:500;margin:0}.hero-feature-list{display:flex;flex-direction:column;gap:.75rem}.hero-feature-row{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;gap:.75rem}.feature-icon{color:#2563eb;font-size:1.25rem}.feature-text strong{color:#0f172a;font-weight:700}.hero-cta-group{align-items:center;display:flex;gap:1.5rem;margin-top:1.5rem}.btn-attempt{background-color:#f97316;border:none;border-radius:8px;box-shadow:0 4px 12px #f973164d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .2s ease}.btn-attempt:hover{background-color:#ea580c;box-shadow:0 6px 16px #f9731666;transform:translateY(-2px)}@keyframes pulse-blue{0%{box-shadow:0 0 0 0 #2563eb66}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 0 0 #2563eb00}}.btn-video-pulse{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50px;box-shadow:0 4px 6px -1px #0000000d;color:#1e293b;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-video-pulse:hover{background-color:#f0f9ff;border-color:#bae6fd;box-shadow:0 10px 15px -3px #00000014;color:#2563eb;transform:translateY(-2px)}.btn-video-pulse .btn-icon-play{color:#2563eb;font-size:1.25rem;transition:transform .3s ease}.btn-video-pulse:hover .btn-icon-play{animation:pulse-blue 1.5s infinite;transform:scale(1.2)}.hero-form-column{display:flex;justify-content:flex-end}.counseling-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;border-top:4px solid #2563eb;box-shadow:0 20px 50px #00000026;max-width:400px;padding:2rem;width:100%}.card-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.counseling-form{display:flex;flex-direction:column;gap:1rem}.form-field input{border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:1rem;outline:none;padding:.875rem 1rem;transition:border-color .2s;width:100%}.form-field input:focus{border-color:#2563eb}.phone-input-container{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden;transition:box-shadow .2s,border-color .2s;width:100%}.phone-input-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.country-prefix{align-items:center;background-color:#f8fafc;border-right:1px solid #e2e8f0;color:#1e293b;display:flex;font-size:1rem;font-weight:600;height:100%;padding:.875rem 1rem;white-space:nowrap}.phone-input-container input{background:#0000;border:none;border-radius:0;color:#334155;font-size:1rem;outline:none;padding:.875rem 1rem;width:100%}.phone-input-container input::placeholder{color:#94a3b8}.phone-input-container input:focus{border-color:#0000;outline:none}.btn-schedule{background-color:#f97316;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem;transition:background-color .2s}.btn-schedule:hover{background-color:#ea580c}.btn-schedule:disabled{background-color:#93c5fd;cursor:not-allowed}.hero-bg-wave{background:radial-gradient(circle at bottom right,#f0f9ff 0,#0000 60%);bottom:0;height:100%;pointer-events:none;position:absolute;right:0;width:50%;z-index:1}@media (max-width:992px){.hero-grid{gap:3rem;grid-template-columns:1fr}.hero-form-column{justify-content:center}.hero-content{text-align:center}.hero-content,.hero-feature-list{align-items:center}.hero-cta-group{justify-content:center}}@media (max-width:768px){.hero-headline{font-size:2rem}.hero{padding:3rem 0}.btn-attempt{padding:1rem;width:100%}.hero-cta-group{flex-direction:column;margin:1.5rem auto 0;max-width:300px;width:100%}}.home-page .stats-overlay-container{margin:-4rem auto -3rem;position:relative;z-index:20}.stats-card{grid-gap:1.5rem;align-items:stretch;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffa6;border:1px solid #fffc;border-radius:30px;box-shadow:0 20px 40px -5px #00000014,0 8px 16px -8px #0000000a,inset 0 1px 0 #ffffffe6;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);padding:1.5rem}.stat-item{align-items:center;border:1px solid #f1f5f9cc;border-radius:20px;gap:1rem;justify-content:center;padding:2rem 1.5rem;text-align:center}.stat-item:hover{border-color:#e2e8f0cc;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.stat-icon-wrapper{align-items:center;border-radius:16px;display:flex;flex-shrink:0;font-size:1.75rem;height:60px;justify-content:center;margin-bottom:.5rem;transition:transform .3s ease;width:60px}.stat-item:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg)}.stat-icon-wrapper.green{background:#dcfce7;color:#10b981}.stat-icon-wrapper.yellow{background:#fef3c7;color:#f59e0b}.stat-icon-wrapper.purple{background:#dbeafe;color:#2563eb}.stat-icon-wrapper.orange{background:#ffedd5;color:#f97316}.stat-content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.75rem;font-weight:700}.stat-value{color:#0f172a;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0}@media (max-width:1024px){.stats-card{gap:1.25rem;grid-template-columns:repeat(2,1fr);padding:1.25rem}.stats-overlay-container{margin-bottom:-1.5rem;margin-top:-3rem}}@media (max-width:640px){.stats-card{border-radius:24px;gap:1rem;grid-template-columns:1fr;padding:1rem}.stats-overlay-container{margin-bottom:1rem;margin-top:-2rem}.stat-item{flex-direction:column;padding:1.5rem}}.flash-news-section{background-color:#f8fbff;padding:3rem 0}.flash-news-section .container{position:relative;z-index:1}.flash-news-grid{display:block;width:100%}.news-main-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;border-top:4px solid #2563eb;box-shadow:0 20px 50px -10px #0000001a,0 10px 20px -10px #0000000d;overflow:hidden}.news-header{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.5rem 2rem}.view-all-link{background-color:#eff6ff;border-radius:50px;color:#2563eb;font-size:.95rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.view-all-link:hover{background-color:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff}.news-title-group{align-items:center;display:flex;gap:1rem}.header-icon{animation:pulse 2s infinite;color:#f97316;filter:drop-shadow(0 4px 6px rgba(249,115,22,.2));font-size:1.75rem}.news-header h3{color:#0f172a;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin:0}.news-list-container{padding:0}.news-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:1.5rem;padding:1.5rem 2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.news-item:last-child{border-bottom:none}.news-item:hover{background-color:#f8fafc;transform:translateX(5px)}.news-date-badge{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:8px;box-shadow:0 2px 4px #2563eb0d;color:#2563eb;font-size:.85rem;font-weight:700;line-height:1.2;min-width:80px;padding:.5rem .75rem;text-align:center}.news-content{flex:1 1}.news-item-title{color:#1e293b;font-size:1.05rem;font-weight:600;margin:0 0 .35rem;transition:color .2s}.news-item:hover .news-item-title{color:#2563eb}.news-item-desc{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.btn-arrow,.news-action{align-items:center;display:flex}.btn-arrow{background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;height:36px;justify-content:center;transition:all .2s;width:36px}.news-item:hover .btn-arrow{background-color:#2563eb;border-color:#2563eb;box-shadow:0 4px 6px -1px #2563eb4d;color:#fff;transform:translateX(3px)}@media (max-width:768px){.news-header,.news-item{padding:1rem}.news-header h3{font-size:1.25rem}.header-icon{font-size:1.5rem}.news-item{align-items:flex-start;flex-direction:column;gap:1rem}.news-date-badge{align-self:flex-start}.news-action{align-self:flex-end}}.home-page .best-courses-section{background:#fff;padding:4rem 0 5rem;position:relative}.best-courses-section .section-header-wrapper{margin-bottom:.75rem;text-align:center}.best-courses-section .section-title{color:#0f172a;font-size:2.6rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:.5rem;text-align:center}.best-courses-section .section-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text;display:inline}.best-courses-section .section-subtitle{color:#64748b;font-size:1.0625rem;line-height:1.6;margin-bottom:2.5rem;text-align:center}.best-courses-section .courses-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)!important;width:100%}.best-courses-section .course-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;box-shadow:0 2px 12px -4px #0000000f;cursor:pointer;display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.best-courses-section .course-card:before{background:#6366f1;background:var(--theme-color,#6366f1);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.best-courses-section .course-card:hover{border-color:#0000;box-shadow:0 16px 40px -8px #0000001f;transform:translateY(-6px)}.best-courses-section .course-card.theme-rrb{--theme-color:#ea580c;--theme-glow:#ea580c26;--theme-accent:#fff7ed}.best-courses-section .course-card.theme-banking{--theme-color:#0ea5e9;--theme-glow:#0ea5e926;--theme-accent:#f0f9ff}.best-courses-section .course-card.theme-police{--theme-color:#10b981;--theme-glow:#10b98126;--theme-accent:#f0fdf4}.best-courses-section .course-card.theme-ssc{--theme-color:#eab308;--theme-glow:#eab30826;--theme-accent:#fefce8}.card-header-ai{background:#f8faff;background:var(--theme-accent,#f8faff);border-bottom:1px solid #f1f5f9;padding:1.5rem 1.5rem 1rem;position:relative;z-index:2}.course-title-master{color:#0f172a;font-size:1.1875rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin:0 0 .25rem;text-transform:uppercase}.theme-accent-text{color:var(--theme-color)!important;display:block;font-size:.875rem;font-weight:700;letter-spacing:.04em;margin-bottom:.5rem;text-transform:uppercase}.course-subtitle-ai{color:#94a3b8;display:block;font-size:.75rem;font-weight:500;letter-spacing:.02em;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricing-box-poster{border-bottom:1px solid #f1f5f9;flex:1 1;padding:1.25rem 1.5rem 1rem;position:relative;z-index:2}.price-main{align-items:baseline;display:flex;gap:3px;margin-bottom:.75rem}.price-symbol{font-size:1.125rem}.price-amount,.price-symbol{color:#0f172a;font-weight:800}.price-amount{font-size:2rem;letter-spacing:-.04em;line-height:1}.price-period{color:#94a3b8;font-size:.8125rem;font-weight:500}.pricing-details-ai{display:flex;flex-direction:column;gap:.4rem}.price-item-ai{align-items:center;display:flex;font-size:.75rem;font-weight:600;gap:.5rem}.price-item-ai.policy{color:#ef4444}.price-item-ai.access{color:#10b981}.card-footer-ai{margin-top:auto;padding:1.125rem 1.5rem 1.25rem;position:relative;z-index:2}.btn-start-free{background:#6366f1;background:var(--theme-color,#6366f1);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:700;letter-spacing:.01em;padding:.875rem;transition:all .25s ease;width:100%}.btn-start-free:hover{box-shadow:0 8px 20px #6366f14d;box-shadow:0 8px 20px var(--theme-glow,#6366f14d);filter:brightness(1.1);transform:translateY(-1px)}.exam-footer-bar{align-items:center;background:#f8fafc;border-top:1px solid #f1f5f9;color:#64748b;color:var(--theme-color,#64748b);display:flex;flex-shrink:0;font-size:.65rem;font-weight:700;height:56px;justify-content:center;letter-spacing:.05em;line-height:1.4;overflow:hidden;padding:0 1rem;text-align:center;text-transform:uppercase}.section-contact-info-bottom{color:#475569;font-size:1rem;font-weight:600;margin-top:2.5rem;text-align:center}.highlight-contact{color:#2563eb;font-size:1.125rem;font-weight:800}.skeleton-card{animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:20px}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.course-card{animation:fadeInUp .5s ease-out backwards}.course-card:first-child{animation-delay:.05s}.course-card:nth-child(2){animation-delay:.1s}.course-card:nth-child(3){animation-delay:.15s}.course-card:nth-child(4){animation-delay:.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.best-courses-section .courses-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.best-courses-section .courses-grid{gap:1rem;grid-template-columns:1fr!important}.best-courses-section .section-title{font-size:2.2rem}.card-footer-ai,.card-header-ai,.pricing-box-poster{padding-left:1.25rem;padding-right:1.25rem}.btn-start-free{font-size:.875rem;padding:.75rem}}.our-team{background:#fff;padding:3rem 0;position:relative}.our-team:before{background:linear-gradient(90deg,#0000,#e5e7eb 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.our-team .team-header-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem}.our-team .section-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:0!important}.our-team .section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-bottom:30px!important;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.team-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.team-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex:0 1 280px;flex-direction:column;max-width:300px;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.team-card:hover{box-shadow:0 10px 15px #00000014;transform:translateY(-5px)}.team-image-wrapper{border:4px solid #f0f0f0;border-radius:50%;box-shadow:0 4px 12px #0000000f;height:160px;margin-bottom:1rem;overflow:hidden;width:160px}.team-image{height:100%;object-fit:cover;width:100%}.team-name{color:#2d3748;font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.team-badge{align-items:center;background-color:#fef3c7;border-radius:20px;color:#92400e;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;padding:.4rem 1rem;white-space:nowrap}@media (max-width:768px){.team-grid{-ms-overflow-style:none;flex-wrap:nowrap;gap:1rem;justify-content:flex-start;margin:0 -1rem;overflow-x:auto;padding:0 1rem 1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.team-grid::-webkit-scrollbar{display:none}.team-card{flex:0 0 85%;margin-right:.5rem;max-width:300px;scroll-snap-align:center}.our-team{overflow:hidden;padding:3rem 0}}.success-stories{background:linear-gradient(135deg,#f0f9ff,#e0f2fe 50%,#f8fafc);padding:3rem 0;position:relative}.success-stories .section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;margin-bottom:0!important;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-auto-rows:0;grid-template-columns:repeat(4,1fr);margin-bottom:2rem;overflow:hidden}.stories-grid>*{grid-row:1}.story-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.story-card:hover{box-shadow:0 10px 15px #0000000d;transform:translateY(-5px)}.story-image-wrapper{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;height:80px;margin-bottom:1rem;overflow:hidden;width:80px}.story-image{height:100%;object-fit:cover;width:100%}.story-name{color:#2d3748;font-size:1.1rem;font-weight:700;margin:0 0 1rem}.story-badge{align-items:center;background-color:#f0f4f8;border-radius:20px;color:#4a5568;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;padding:.4rem 1rem;white-space:nowrap}.badge-icon{font-size:1rem}.carousel-section{margin-top:1rem;padding:0 4.5rem;position:relative}.stories-carousel{-ms-overflow-style:none;display:flex;gap:2rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.stories-carousel::-webkit-scrollbar{display:none}.carousel-card{flex-shrink:0;min-width:calc(25% - 1.5rem)}.carousel-nav-btn{align-items:center;background:#fff;border:2px solid #2563eb;border-radius:50%;box-shadow:0 4px 12px #2563eb26;color:#2563eb;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.carousel-nav-btn:hover{background:#2563eb;box-shadow:0 6px 16px #2563eb40;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-nav-left{left:0}.carousel-nav-right{right:0}.carousel-nav-btn svg{font-size:1.2rem}.success-stories .section-header-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem;width:100%}.success-stories .section-title{border-bottom:0;color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:0!important;text-align:center;width:100%}@media (max-width:1024px){.stories-grid{grid-template-columns:repeat(3,1fr)}.carousel-card{min-width:calc(33.333% - 1.5rem)}}@media (max-width:768px){.stories-grid{grid-template-columns:repeat(2,1fr)}.success-stories{padding:3rem 0}.carousel-section{padding:0 2.5rem}.carousel-card{min-width:calc(50% - 1rem)}.carousel-nav-btn{height:40px;width:40px}.carousel-nav-btn svg{font-size:1rem}}@media (max-width:480px){.stories-grid{grid-template-columns:1fr}.carousel-section{padding:0 2rem}.carousel-card{min-width:calc(100% - 1rem)}.carousel-nav-btn{height:36px;width:36px}}.what-we-offer{background:linear-gradient(160deg,#f8faff,#f1f5fe 60%,#f8faff);overflow:hidden;padding:4rem 0 5rem;position:relative}.what-we-offer:before{background:radial-gradient(circle,#6366f112 0,#0000 70%);height:450px;right:-100px;top:-100px;width:450px}.what-we-offer:after,.what-we-offer:before{content:"";pointer-events:none;position:absolute}.what-we-offer:after{background:radial-gradient(circle,#10b9810d 0,#0000 70%);bottom:-100px;height:400px;left:-100px;width:400px}.offer-header{margin-bottom:2.5rem;position:relative;text-align:center;z-index:1}.offer-badge{align-items:center;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:9999px;box-shadow:0 4px 12px #6366f140;color:#fff;display:inline-flex;font-size:.75rem;font-weight:700;gap:.4rem;letter-spacing:.1em;margin-bottom:1rem;padding:.35rem 1rem;text-transform:uppercase}.offer-title{color:#0f172a!important;font-size:2.6rem!important;font-weight:800!important;letter-spacing:-.03em!important;line-height:1.2!important;margin:0 0 .875rem!important;text-align:center}.offer-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#3b82f6);-webkit-background-clip:text;background-clip:text}.offer-subtitle{color:#64748b;font-size:1.0625rem;line-height:1.65;margin:0 auto;max-width:580px}.offer-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.offer-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:18px;box-shadow:0 2px 12px -4px #0000000f;cursor:default;display:flex;flex-direction:column;gap:.875rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.offer-card:before{background:#6366f1;background:var(--accent,#6366f1);border-radius:18px 18px 0 0;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.offer-card:hover{border-color:#e2e8f066;box-shadow:0 14px 32px -8px #0000001a;transform:translateY(-5px)}.offer-card:hover:before{opacity:1}.offer-icon-wrap{align-items:center;background:#eef2ff;background:var(--accent-bg,#eef2ff);border-radius:12px;color:#6366f1;color:var(--accent,#6366f1);display:flex;flex-shrink:0;font-size:1.25rem;height:48px;justify-content:center;transition:transform .3s ease;width:48px}.offer-card:hover .offer-icon-wrap{transform:scale(1.1) rotate(-5deg)}.offer-card-title{color:#0f172a;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;line-height:1.35;margin:0}.offer-card-desc{color:#64748b;font-size:.8125rem;line-height:1.6;margin:0}@media (max-width:1100px){.offer-grid{gap:1rem;grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.offer-grid{gap:1.125rem;grid-template-columns:repeat(2,1fr)}.offer-title{font-size:2rem!important}}@media (max-width:600px){.what-we-offer{padding:3rem 0 4rem}.offer-grid{gap:.875rem;grid-template-columns:1fr 1fr}.offer-title{font-size:1.75rem!important}.offer-card{padding:1.25rem}}@media (max-width:400px){.offer-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(180deg,#1a2642,#0f1729);color:#fff;padding:3rem 0 1.5rem;position:relative;z-index:1000}.footer .container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1.5fr;padding:2rem 0 2.5rem}.footer-brand{padding-right:2rem}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c42,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;margin:0 0 .75rem}.footer-tagline{color:#cbd5e1;font-size:.9rem;line-height:1.6;margin:0 0 1.25rem}.social-links{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1rem}.social-links a{background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;box-sizing:border-box;color:#cbd5e1;display:grid!important;font-size:16px;height:38px;line-height:normal!important;margin:0!important;padding:0!important;place-items:center!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1);width:38px}.social-links a svg{display:block;height:1em;margin:auto;width:1em}.social-links a:hover{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-color:#0000;box-shadow:0 6px 16px #ff6b3566;color:#fff;transform:translateY(-3px) scale(1.05)}.footer-section h3{color:#fff;font-size:1.125rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.footer-section h3:after{background:linear-gradient(90deg,#ff6b35,#ff8c42);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#cbd5e1;display:inline-block;font-size:.9375rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-section a:before{background:#ff8c42;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-section a:hover{color:#ff8c42;transform:translateX(4px)}.footer-section a:hover:before{width:100%}.footer-contact .contact-list{list-style:none;margin:0;padding:0}.footer-contact .contact-list li{align-items:flex-start;color:#cbd5e1;display:flex;font-size:.9375rem;gap:.875rem;line-height:1.6;margin-bottom:1rem}.contact-icon{color:#ff8c42;flex-shrink:0;font-size:1.125rem;margin-top:.125rem}.footer-contact a{color:#cbd5e1}.footer-contact a:hover{color:#ff8c42}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem 0 1rem}.footer-bottom p{color:#94a3b8;font-size:.875rem;margin:0}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff8c42}.footer-bottom-links .separator{color:#475569}@media (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;padding-right:0}}@media (max-width:768px){.footer-content{gap:2.5rem;grid-template-columns:1fr;padding:3rem 0 2rem}.footer-bottom{flex-direction:column;padding:1.5rem 0;text-align:center}.footer-bottom-links{flex-wrap:wrap}.footer-bottom-links,.social-links{justify-content:center}}@media (max-width:480px){.footer .container{padding:0 1.5rem}.footer-logo{font-size:1.5rem}.social-links a{font-size:.875rem;height:36px;width:36px}.footer-section h3{font-size:1rem}}.home-page{background-color:#fff;min-height:100vh}.home-page .container,.home-page .courses-grid-wrapper,.home-page .hero-container,.home-page .stats-overlay-container{box-sizing:border-box;margin:0 auto;max-width:1300px;padding:0 2.5rem}.flash-news-section .container,.our-team .container,.success-stories .container{margin:0 auto!important;max-width:1300px!important;padding:0 2.5rem!important}.home-page .best-courses-section,.home-page .flash-news-section,.home-page .hero,.home-page .our-team,.home-page .success-stories,.home-page section{padding:4rem 0}.home-page .best-courses-section{padding-top:2rem}.home-page .section-title{color:#0f172a;font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;text-align:center}.home-page .section-subtitle{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media (max-width:1024px){.flash-news-section .container,.home-page .container,.home-page .courses-grid-wrapper,.home-page .hero-container,.home-page .stats-overlay-container,.our-team .container,.success-stories .container{padding:0 2rem!important}.home-page .section-title{font-size:2.25rem}}@media (max-width:768px){.flash-news-section .container,.home-page .container,.home-page .courses-grid-wrapper,.home-page .hero-container,.home-page .stats-overlay-container,.our-team .container,.success-stories .container{padding:0 1.25rem!important}.home-page .best-courses-section,.home-page .flash-news-section,.home-page .hero,.home-page .our-team,.home-page .success-stories,.home-page section{padding:3rem 0}.home-page .section-title{font-size:2rem;margin-bottom:.75rem}.home-page .section-subtitle{font-size:1rem;margin-bottom:2rem}}.all-news-container{background-color:#f8fafc;min-height:60vh;padding:3rem 0 5rem}.page-header-simple{margin-bottom:3rem;text-align:center}.page-header-simple h1{color:#1e293b;font-size:2.5rem;margin-bottom:.5rem}.page-header-simple p{color:#64748b;font-size:1.1rem}.news-feed-list{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;margin:0 auto;max-width:900px;overflow:hidden}.full-width-item{padding:2rem}.full-width-item:hover{background-color:#f8fafc}.news-title-row{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.badge-new{background-color:#ef4444;border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px}.empty-state,.loading-state{color:#64748b;font-size:1.1rem;padding:4rem;text-align:center}.pagination-wrapper{align-items:center;background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:1.5rem;justify-content:center;padding:2rem}.pagination-btn{align-items:center;border:1px solid #cbd5e1;border-radius:8px;color:#334155;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1.2rem}.pagination-btn:hover:not(:disabled){background-color:#f1f5f9;color:#2563eb}.pagination-btn:disabled{background-color:#f1f5f9}.pagination-info{color:#475569;font-weight:600}.course-listing-page{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.course-listing-container{flex:1 1;margin:0 auto;max-width:1600px;padding:3rem 2rem;width:100%}.courses-search-filter{align-items:center;display:flex;justify-content:center;margin-bottom:2.5rem}.search-bar-container{max-width:600px;width:100%}.search-bar-wrapper{align-items:center;background:#fff;border:2px solid #0000;border-radius:50px;box-shadow:0 2px 12px #00000014;display:flex;position:relative;transition:all .3s ease}.search-bar-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 4px 20px #4a90e226}.search-icon{height:20px;left:1.25rem;pointer-events:none;position:absolute;width:20px;z-index:1}.search-input{border:0!important;color:#1e293b;font-family:inherit;padding:.875rem 3.5rem .875rem 50px;padding-left:50px!important;width:100%}.search-clear-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:24px;justify-content:center;padding:.4rem;position:absolute;right:1.25rem;transition:all .2s ease;width:24px;z-index:2}.search-clear-btn:hover{background:#e2e8f0;color:#1e293b}.results-count{color:#64748b;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.btn-clear-filters{background:var(--primary-color);border:none;border-radius:50px;box-shadow:0 4px 12px #4a90e233;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-clear-filters:hover{background:var(--secondary-color);box-shadow:0 6px 16px #4a90e24d;transform:translateY(-1px)}.courses-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.course-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.course-card:hover{border-color:#cbd5e1;box-shadow:0 12px 24px -5px #0000001a;transform:translateY(-4px)}.course-card-image{background:#f1f5f9;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.placeholder-image{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);height:100%;left:0;position:absolute;top:0;width:100%}.placeholder-image:after{background:radial-gradient(circle at 50% 50%,#ffffff1a 0,#0000 60%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.course-new-badge{background:#10b981;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem;z-index:2}.course-card-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem}.course-card-provider{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.provider-icon{align-items:center;background:#ef4444;border-radius:4px;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;width:20px}.provider-name{color:#64748b;font-size:.8rem;font-weight:500}.course-card-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:1rem;font-weight:700;line-height:1.4;margin:0;overflow:hidden}.course-card-footer{margin-top:auto;padding-top:.75rem}.footer-item{align-items:center;display:flex;gap:.5rem}.footer-icon{font-size:1rem}.footer-icon,.footer-text{color:var(--primary-color)}.footer-text{font-size:.9rem;font-weight:600}.empty-state,.error-state,.loading-state{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.loading-spinner{height:48px;width:48px}.error-message{color:#ef4444;font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:900px){.courses-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.course-listing-container{padding:2rem 1.5rem}}@media (max-width:700px){.courses-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.course-listing-container{padding:1.5rem 1rem}.course-card-content,.course-card-footer,.course-card-header{padding:1.25rem}}@media (max-width:500px){.courses-grid{gap:1.25rem;grid-template-columns:1fr}}.course-details-page .course-sidebar-wrapper{position:relative;z-index:10}.course-details-page .course-sidebar-sticky{background:var(--cd-surface);border:1px solid var(--cd-border);border-radius:var(--cd-radius);box-shadow:var(--cd-shadow);display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.course-details-page .sidebar-image-container{border-radius:var(--cd-radius);cursor:pointer;overflow:hidden;position:relative;width:100%}.course-details-page .sidebar-course-image{aspect-ratio:16/9;display:block;object-fit:cover;transition:transform .3s ease;width:100%}.course-details-page .sidebar-image-container:hover .sidebar-course-image{transform:scale(1.02)}.course-details-page .sidebar-image-overlay{align-items:center;background:#0006;display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.course-details-page .sidebar-image-container:hover .sidebar-image-overlay{opacity:1}.course-details-page .play-icon-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 6px #0000001a;display:flex;height:60px;justify-content:center;margin-bottom:.5rem;width:60px}.course-details-page .play-triangle{border-bottom:10px solid #0000;border-left:14px solid var(--cd-secondary);border-top:10px solid #0000;height:0;margin-left:5px;width:0}.course-details-page .preview-text{color:#fff;font-size:.95rem;font-weight:600}.course-details-page .sidebar-price-section{display:flex;flex-direction:column;gap:.25rem}.course-details-page .sidebar-cost-row{align-items:baseline;display:flex;gap:.25rem}.course-details-page .sidebar-currency{color:var(--cd-secondary);font-size:1.5rem;font-weight:700}.course-details-page .sidebar-price-amount{color:var(--cd-secondary);font-size:2.25rem;font-weight:800;line-height:1}.course-details-page .sidebar-gst-info{color:var(--cd-text-muted);font-size:.85rem}.course-details-page .btn-enroll-sidebar{background:var(--cd-primary);border:none;border-radius:var(--cd-radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .2s ease;width:100%}.course-details-page .btn-enroll-sidebar:hover{background:var(--cd-primary-hover)}.course-details-page .btn-enroll-sidebar:disabled{cursor:not-allowed;opacity:.7}.course-details-page .sidebar-includes{border-top:1px solid var(--cd-border);padding-top:1.5rem}.course-details-page .includes-title{color:var(--cd-secondary);font-size:1rem;font-weight:700;margin-bottom:1rem}.course-details-page .includes-list{display:flex;flex-direction:column;gap:.875rem}.course-details-page .include-item{align-items:center;color:var(--cd-text-main);display:flex;font-size:.95rem;gap:.75rem}.course-details-page .include-icon{color:var(--cd-text-muted);font-size:1.125rem;min-width:20px}.course-details-page .pricing-plans-selection{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.course-details-page .selection-label{color:var(--cd-text-muted);font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.course-details-page .plan-option{align-items:flex-start;background:#fff;border:1px solid var(--cd-border);border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.course-details-page .plan-option:hover{background:#f8fafc;border-color:var(--cd-primary)}.course-details-page .plan-option.selected{background:#eff6ff;border-color:var(--cd-primary);box-shadow:0 0 0 1px var(--cd-primary)}.course-details-page .plan-radio{align-items:center;border:2px solid var(--cd-border);border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:2px;width:20px}.course-details-page .plan-option.selected .plan-radio{border-color:var(--cd-primary)}.course-details-page .radio-inner{background:var(--cd-primary);border-radius:50%;height:10px;transform:scale(0);transition:transform .2s ease;width:10px}.course-details-page .plan-option.selected .radio-inner{transform:scale(1)}.course-details-page .plan-info{flex:1 1}.course-details-page .plan-type-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.course-details-page .plan-type-label{color:var(--cd-secondary);font-weight:700}.course-details-page .plan-price{color:var(--cd-primary);font-weight:800}.course-details-page .plan-validity{color:var(--cd-text-muted);font-size:.8rem}.course-details-page .enrolled-status-badge{align-items:center;background:#dcfce7;border-radius:8px;color:#166534;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;padding:.75rem}.course-details-page .check-icon{font-size:1.2rem}.course-header-hero{background:#f8fafc;border-bottom:1px solid var(--cd-border);color:var(--cd-secondary);padding:3rem 0}.course-header-hero-container{box-sizing:border-box;display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative}@media (min-width:992px){.course-header-hero-container{align-items:flex-start;flex-direction:row}}.hero-content-wrapper{flex:1 1;min-width:0}.hero-sidebar-wrapper{width:100%}@media (min-width:992px){.hero-sidebar-wrapper{flex-shrink:0;margin-top:1rem;width:360px}}.breadcrumb-dark{align-items:center;color:var(--cd-text-muted);display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem}.breadcrumb-dark span{transition:color .2s ease}.breadcrumb-dark span:not(:last-child){color:var(--cd-primary);cursor:pointer}.breadcrumb-dark span:not(:last-child):hover{text-decoration:underline}.hero-course-title{color:var(--cd-secondary);font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.hero-course-subtitle{color:var(--cd-text-main);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;max-width:800px}.hero-meta-stats{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.hero-meta-stats,.hero-stat{align-items:center;display:flex}.hero-stat{font-size:.95rem;gap:.5rem}.hero-star-icon{color:#f59e0b}.hero-stat-value{color:#b45309;font-weight:700}.hero-stat-label{color:var(--cd-text-muted)}.hero-meta-details{color:var(--cd-text-muted);flex-wrap:wrap;font-size:.95rem;gap:1.5rem}.hero-detail-item,.hero-meta-details{align-items:center;display:flex}.hero-detail-item strong{color:var(--cd-secondary);margin-left:.25rem}@media (max-width:768px){.hero-course-title{font-size:2rem}}.hero-course-includes{border-top:1px solid #0000000d;margin-top:2rem;padding-top:2rem}.includes-list-hero{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.include-item-hero{align-items:center;color:var(--cd-secondary);display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.include-icon-hero{color:var(--cd-primary);font-size:1.1rem}.course-details-page .course-overview-features{position:relative}.course-details-page .features-tags-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.course-details-page .feature-tag{align-items:center;background:var(--cd-surface);border:1px solid var(--cd-border);border-radius:9999px;box-shadow:0 2px 4px #00000005;color:var(--cd-text-main);display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.course-details-page .feature-tag:hover{border-color:var(--cd-primary);box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.course-details-page .feature-tag-icon{color:var(--cd-primary);font-size:.85rem}.course-details-page .feature-tag-text{color:var(--cd-secondary);font-weight:600}.course-details-page .target-audience{background:#f8fafc;border:1px solid var(--cd-border);border-radius:var(--cd-radius);margin-top:3rem;padding:2rem}.course-details-page .target-audience-title{color:var(--cd-secondary);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.course-details-page .target-audience-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0}.course-details-page .target-audience-item{align-items:flex-start;display:flex;gap:.75rem}.course-details-page .target-audience-bullet{background:var(--cd-primary);border-radius:50%;flex-shrink:0;height:8px;margin-top:.4rem;width:8px}.course-details-page .target-audience-text{color:var(--cd-text-main);font-size:1rem;line-height:1.5}.course-details-page .skills-gained{position:relative}.course-details-page .skills-list-minimal{display:flex;flex-wrap:wrap;gap:.75rem}.course-details-page .skill-item{align-items:center;background:#fff;border:1px solid var(--cd-border);border-radius:9999px;box-shadow:0 1px 2px #0000000d;color:var(--cd-text-main);display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1.25rem}.course-details-page .skill-item:before{color:var(--cd-text-muted);content:"✓";font-size:.8rem;font-weight:700}.course-details-page .cs-section{position:relative}.course-details-page .cs-container{max-width:100%}.course-details-page .cs-header{align-items:flex-end;border-bottom:1px solid var(--cd-border);display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.course-details-page .cs-header-left{display:flex;flex-direction:column;gap:.5rem}.course-details-page .cs-title{color:var(--cd-secondary);font-size:1.75rem;font-weight:800;line-height:1.2;margin:0}.course-details-page .cs-overall-meta{align-items:center;color:var(--cd-text-muted);display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.course-details-page .cs-dot{color:var(--cd-border);font-size:.8rem}.course-details-page .cs-header-actions{align-items:center;display:flex;gap:1.5rem}.course-details-page .cs-toggle-all-btn{background:#0000;border:none;color:var(--cd-primary);cursor:pointer;font-size:.9rem;font-weight:600;padding:0;transition:color .2s ease}.course-details-page .cs-toggle-all-btn:hover{color:var(--cd-primary-hover);text-decoration:underline}.course-details-page .cs-download-btn{align-items:center;background:#fff;border:1px solid var(--cd-border);border-radius:6px;box-shadow:0 1px 2px #00000005;color:var(--cd-text-main);cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.course-details-page .cs-download-btn:hover{background:#f8fafc;border-color:var(--cd-primary);color:var(--cd-primary)}.course-details-page .cs-modules-list{display:flex;flex-direction:column;gap:1rem}.course-details-page .cs-module-card{background:#fff;border:1px solid var(--cd-border);border-radius:var(--cd-radius);overflow:hidden;transition:all .2s ease}.course-details-page .cs-module-card:hover{border-color:#cbd5e1}.course-details-page .cs-module-card.is-expanded{border-color:var(--cd-primary);box-shadow:0 4px 12px #2563eb0d}.course-details-page .cs-module-header{align-items:center;background:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.course-details-page .cs-module-card.is-expanded .cs-module-header{background:#f8fafc;border-bottom:1px solid var(--cd-border)}.course-details-page .cs-module-header:hover{background:#f8fafc}.course-details-page .cs-module-info{display:flex;flex-direction:column;gap:.25rem}.course-details-page .cs-module-number{color:var(--cd-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.course-details-page .cs-module-name{color:var(--cd-secondary);font-size:1.125rem;font-weight:700;margin:0}.course-details-page .cs-module-controls{align-items:center;display:flex;gap:1rem}.course-details-page .cs-module-summary{color:var(--cd-text-muted);font-size:.9rem;font-weight:500}.course-details-page .cs-module-chevron{align-items:center;color:var(--cd-secondary);display:flex;font-size:1rem;height:24px;justify-content:center;width:24px}.course-details-page .cs-module-body{background:#fff;padding:1.5rem}.course-details-page .cs-no-lessons{color:var(--cd-text-muted);font-size:.95rem;font-style:italic}.course-details-page .cs-lessons-wrapper{display:flex;flex-direction:column;gap:2rem}.course-details-page .cs-lesson-block{display:flex;flex-direction:column;gap:1rem}.course-details-page .cs-lesson-title{border-bottom:1px solid #f1f5f9;color:var(--cd-secondary);font-size:1rem;font-weight:700;margin:0;padding-bottom:.5rem}.course-details-page .cs-lecture-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.course-details-page .cs-lecture-item{align-items:center;background:#fff;border:1px solid #0000;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease}.course-details-page .cs-lecture-item:hover{background:#f8fafc;border-color:#e2e8f0}.course-details-page .cs-lecture-left{align-items:center;display:flex;gap:.75rem}.course-details-page .cs-lecture-icon{font-size:1rem}.course-details-page .cs-lecture-icon.is-video{color:var(--cd-primary)}.course-details-page .cs-lecture-icon.is-doc{color:#8b5cf6}.course-details-page .cs-lecture-icon.is-test{color:#f59e0b}.course-details-page .cs-lecture-name{color:var(--cd-text-main);font-size:.95rem;font-weight:500}.course-details-page .cs-lecture-right{align-items:center;display:flex}.course-details-page .cs-lecture-duration{color:var(--cd-text-muted);font-size:.85rem;font-weight:500}@media (max-width:768px){.course-details-page .cs-header{align-items:flex-start;flex-direction:column;gap:1rem}}.course-details-page .instructor-section{position:relative}.course-details-page .instructor-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.course-details-page .instructor-grid{grid-template-columns:repeat(2,1fr)}}.course-details-page .instructor-card{align-items:center;background:var(--cd-surface);border:1px solid var(--cd-border);border-radius:var(--cd-radius);cursor:pointer;display:flex;gap:1.5rem;padding:1.5rem;transition:border-color .2s ease}.course-details-page .instructor-card:hover{border-color:var(--cd-primary)}.course-details-page .instructor-image-wrapper{background:#f1f5f9;border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;width:80px}.course-details-page .instructor-image{height:100%;object-fit:cover;width:100%}.course-details-page .instructor-name{color:var(--cd-secondary);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.course-details-page .instructor-badge{color:var(--cd-text-muted);font-size:.875rem}.course-details-page .badge-icon{margin-right:.5rem}.course-details-page .carousel-section{align-items:center;display:flex;position:relative}.course-details-page .team-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem;scroll-behavior:smooth;scrollbar-width:none}.course-details-page .team-carousel::-webkit-scrollbar{display:none}.course-details-page .carousel-card{max-width:300px;min-width:300px}.course-details-page .testimonials-section{position:relative}.course-details-page .testimonials-carousel-wrapper{align-items:center;display:flex;gap:1rem;position:relative}.course-details-page .testimonials-carousel{display:flex;flex:1 1;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.course-details-page .testimonials-carousel::-webkit-scrollbar{display:none}.course-details-page .testimonial-card{background:var(--cd-surface);border:1px solid var(--cd-border);border-radius:var(--cd-radius);display:flex;flex-direction:column;max-width:380px;min-width:380px;padding:2rem}.course-details-page .testimonial-quote-wrapper{flex:1 1;position:relative}.course-details-page .quote-icon{color:#cbd5e1;height:24px;margin-bottom:1rem;width:24px}.course-details-page .testimonial-quote{color:var(--cd-text-main);font-size:1.05rem;font-weight:400;line-height:1.6;margin-bottom:2rem}.course-details-page .testimonial-author{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:1rem;margin-top:auto;padding-top:1.5rem}.course-details-page .author-avatar{align-items:center;background:var(--cd-primary);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;width:48px}.course-details-page .author-info{display:flex;flex-direction:column}.course-details-page .author-name{color:var(--cd-secondary);font-size:1rem;font-weight:700}.course-details-page .author-role{color:var(--cd-text-muted);font-size:.875rem}.course-details-page .carousel-nav-btn{align-items:center;background:#fff;border:1px solid var(--cd-border);border-radius:50%;color:var(--cd-secondary);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px;z-index:10}.course-details-page .carousel-nav-btn:hover{border-color:var(--cd-primary);color:var(--cd-primary)}.course-details-page .faq-section{position:relative}.course-details-page .faq-list{border-top:1px solid var(--cd-border);display:flex;flex-direction:column}.course-details-page .faq-item{border-bottom:1px solid var(--cd-border)}.course-details-page .faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem 0;text-align:left;width:100%}.course-details-page .faq-question span{color:var(--cd-secondary);font-size:1.125rem;font-weight:700;padding-right:1.5rem}.course-details-page .faq-icon{color:var(--cd-primary);flex-shrink:0;font-size:1.25rem;transition:transform .3s ease}.course-details-page .faq-item.active .faq-icon{transform:rotate(180deg)}.course-details-page .faq-answer{color:var(--cd-text-muted);font-size:1rem;line-height:1.6;padding:0 0 1.5rem}.course-details-page .faq-footer{background:#f8fafc;border-radius:var(--cd-radius);margin-top:3rem;padding:2rem;text-align:center}.course-details-page .faq-footer p{color:var(--cd-text-main);font-size:1rem;margin-bottom:1rem}.course-details-page .help-link{background:#fff;border:1px solid var(--cd-border);border-radius:var(--cd-radius);color:var(--cd-secondary);display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s ease}.course-details-page .help-link:hover{background:#f1f5f9}.course-details-page{--cd-primary:#2563eb;--cd-primary-hover:#1d4ed8;--cd-secondary:#0f172a;--cd-text-main:#334155;--cd-text-muted:#64748b;--cd-surface:#fff;--cd-background:#fff;--cd-border:#e2e8f0;--cd-radius:8px;--cd-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;background-color:var(--cd-background);color:var(--cd-text-main);font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}.course-details-page .container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1.5rem}.course-details-page .course-details-layout{display:flex;flex-direction:column;gap:3rem;padding-bottom:5rem;padding-top:2rem}.course-details-page .course-main-content{display:flex;flex:1 1;flex-direction:column;gap:4rem;min-width:0}.course-details-page .section-title{color:var(--cd-secondary);font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;text-align:left}.course-details-page .section-subtitle{color:var(--cd-text-muted);font-size:1.125rem;line-height:1.6;margin-bottom:2rem;text-align:left}.course-details-page .course-main-content>section{background:#0000;padding:0}.course-details-page .course-main-content .container{max-width:100%!important;padding:0!important}.course-details-page .error-container,.course-details-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.course-details-page .loading-spinner{animation:cd-spin 1s linear infinite;border:3px solid var(--cd-border);border-radius:50%;border-top-color:var(--cd-primary);height:40px;margin-bottom:1rem;width:40px}@keyframes cd-spin{to{transform:rotate(1turn)}}.cl-page{background-color:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.cl-navbar{background-color:#1e293b;box-shadow:0 2px 4px #0000001a;flex-shrink:0;height:60px;padding:0 1.5rem}.cl-back-btn,.cl-navbar{align-items:center;color:#fff;display:flex}.cl-back-btn{background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;gap:.5rem;margin-right:2rem;opacity:.9;padding:0;transition:opacity .2s ease}.cl-back-btn:hover{opacity:1}.cl-nav-title{font-size:1.125rem;font-weight:600;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-container{display:flex;flex:1 1;height:calc(100vh - 140px);max-width:100%;overflow:hidden}.cl-main{background-color:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:2rem 3rem}.cl-player-wrapper{background:#000;border-radius:8px;box-shadow:0 10px 30px #0000001a;margin:0 auto 2rem;max-width:1000px;overflow:hidden;position:relative;width:100%}.cl-video{aspect-ratio:16/9;border:none;display:block;width:100%}.cl-doc-placeholder{align-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.cl-doc-placeholder h2{font-size:2rem;margin-bottom:.5rem}.cl-doc-placeholder p{color:#94a3b8;font-size:1.1rem;margin-bottom:1.5rem}.cl-btn-primary{background:#2563eb;background:var(--cd-primary,#2563eb);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease}.cl-btn-primary:hover{background:#1d4ed8}.cl-info-section{margin:0 auto;max-width:1000px;width:100%}.cl-lecture-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.cl-lecture-title{color:#0f172a;font-size:2rem;font-weight:800;line-height:1.2;margin:0}.cl-mark-btn{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#334155;cursor:pointer;flex-shrink:0;font-weight:600;padding:.5rem 1rem;transition:all .2s}.cl-mark-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}.cl-marked-badge{align-items:center;background:#f0fdf4;border-radius:6px;color:#10b981;display:flex;flex-shrink:0;font-size:.95rem;font-weight:700;gap:.35rem;padding:.5rem 1rem}.cl-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:2rem;margin-bottom:2rem}.cl-tab{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:1.1rem;font-weight:600;padding:0 0 1rem;transition:all .2s}.cl-tab.active{border-bottom-color:#2563eb;border-bottom-color:var(--cd-primary,#2563eb);color:#0f172a}.cl-tab:hover:not(.active){color:#334155}.cl-overview-tab{color:#334155;line-height:1.6}.cl-overview-tab h3{color:#0f172a;font-size:1.25rem;margin-bottom:1rem;margin-top:0}.cl-lecture-metadata{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.cl-lecture-metadata strong{color:#0f172a}.cl-lecture-desc{font-size:1.05rem}.cl-qa-tab{display:flex;flex-direction:column}.qa-compose{margin-bottom:2rem}.qa-compose textarea{border:1px solid #cbd5e1;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:.75rem;min-height:100px;padding:1rem;resize:vertical;width:100%}.qa-compose textarea:focus{border-color:#2563eb;border-color:var(--cd-primary,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}.qa-compose button{background:#0f172a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.qa-compose button:disabled{cursor:not-allowed;opacity:.5}.qa-empty{color:#64748b;font-style:italic;padding:2rem 0;text-align:center}.qa-comment-item{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem 0}.qa-comment-item.is-reply{padding-left:3rem;padding-right:0}.qa-avatar{align-items:center;background:#e2e8f0;border-radius:50%;color:#475569;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.qa-content{flex:1 1}.qa-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.25rem}.qa-author{color:#0f172a;font-weight:700}.qa-time{color:#94a3b8;font-size:.85rem}.qa-text{color:#334155;line-height:1.5;margin:.5rem 0}.qa-actions button{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:600;margin-right:1.5rem;padding:0}.qa-actions button:hover{color:#0f172a}.qa-reply-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.qa-reply-box textarea{border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:.9rem;margin-bottom:.5rem;min-height:60px;padding:.75rem;resize:vertical;width:100%}.qa-reply-actions{display:flex;gap:.5rem;justify-content:flex-end}.qa-btn-cancel{background:none;color:#64748b}.qa-btn-cancel,.qa-btn-post{border:none;cursor:pointer;font-weight:600;padding:.5rem 1rem}.qa-btn-post{background:#2563eb;background:var(--cd-primary,#2563eb);border-radius:4px;color:#fff}.cl-sidebar{background:#fff;border-left:1px solid #e2e8f0;box-shadow:-2px 0 10px #00000005;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;width:380px}.cl-sidebar-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.cl-sidebar-header h3{color:#0f172a;font-size:1.25rem;font-weight:800;margin:0}.cl-modules-list{display:flex;flex-direction:column}.cl-module{border-bottom:1px solid #e2e8f0}.cl-module-header{align-items:center;background:#f8fafc;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;transition:background .2s}.cl-module-header:hover{background:#f1f5f9}.cl-mod-title-wrapper{display:flex;flex-direction:column;gap:.25rem}.cl-mod-title-wrapper h4{color:#1e293b;font-size:1rem;font-weight:700;margin:0}.cl-mod-meta{font-size:.85rem;font-weight:500}.cl-chevron,.cl-mod-meta{color:#64748b}.cl-lessons-list{background:#fff}.cl-lesson{border-bottom:1px solid #f1f5f9}.cl-lesson:last-child{border-bottom:none}.cl-lesson-title{padding:1rem 1.5rem .5rem}.cl-lesson-title h5{color:#94a3b8;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.cl-lectures-list{display:flex;flex-direction:column;padding:0 0 1rem}.cl-lecture-item{cursor:pointer;display:flex;gap:1rem;padding:.75rem 1.5rem;transition:background .2s}.cl-lecture-item:hover{background:#f1f5f9}.cl-lecture-item.active{background:#eff6ff;border-left:3px solid #2563eb;border-left:3px solid var(--cd-primary,#2563eb);padding-left:calc(1.5rem - 3px)}.cl-lec-check{align-items:center;display:flex;padding-top:.15rem}.cl-lec-check .completed{color:#10b981;font-size:1.1rem}.cl-lec-check .pending{color:#cbd5e1;font-size:1.1rem}.cl-lec-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.cl-lec-title{color:#334155;font-size:.95rem;font-weight:500;line-height:1.4}.cl-lecture-item.active .cl-lec-title{color:#0f172a;font-weight:600}.cl-lec-meta{align-items:center;color:#64748b;display:flex;font-size:.8rem;gap:.5rem}.cl-lec-meta svg{color:#94a3b8}.cl-empty-state,.cl-error,.cl-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;padding:2rem;text-align:center}.cl-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top:4px solid var(--cd-primary,#2563eb);height:50px;margin-bottom:1rem;width:50px}@media (max-width:1024px){.cl-container{flex-direction:column;height:auto;overflow-y:auto}.cl-sidebar{border-left:none;border-top:1px solid #e2e8f0;width:100%}}@media (max-width:768px){.cl-main{padding:1.5rem}.cl-lecture-title{font-size:1.5rem}.cl-tabs{gap:1rem}.cl-tab{font-size:1rem}}.profile-page{background-color:#f8fafc;color:#0f172a;font-family:Inter,sans-serif;min-height:100vh}.profile-wrapper{display:flex;margin:0 auto;max-width:1200px;min-height:100vh;padding-top:0}.dashboard-sidebar{background:#fff;border-right:1px solid #e2e8f0;color:#334155;display:flex;flex-direction:column;flex-shrink:0;height:calc(100vh - 5rem);overflow-y:auto;padding:2rem 1rem;position:-webkit-sticky;position:sticky;top:5rem;width:260px;z-index:10}.user-mini-profile{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.mini-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:50%;box-shadow:0 4px 10px #3b82f633;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin-bottom:.75rem;width:80px}.mini-name{color:#0f172a;font-size:1.1rem;font-weight:700;margin:0}.mini-email{color:#64748b;font-size:.85rem;margin:.25rem 0 0}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.nav-link{align-items:center;background:#0000;border-radius:8px;color:#64748b;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem;text-decoration:none;width:100%}.nav-link:hover{background:#f8fafc;color:#0f172a;transform:translateX(2px)}.nav-link.active{box-shadow:none}.nav-link svg{font-size:1.2rem;opacity:.8}.nav-link.active svg{opacity:1}.logout-btn{color:#fda4af;margin-top:auto}.logout-btn:hover{background:#ef44441a;color:#fca5a5}.dashboard-main{background-color:#f8fafc;background-image:radial-gradient(at 100% 0,#ebf5ff 0,#0000 50%),radial-gradient(at 0 0,#f7f5ff 0,#0000 50%);flex:1 1;padding:3rem 4rem}.dashboard-header{margin-bottom:3rem;position:relative}.welcome-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem}.date-text{color:#64748b;font-size:1.1rem}.stats-strip{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-item{border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px -1px #00000005;overflow:hidden;padding:1.5rem;position:relative;transition:transform .2s}.stat-item:hover{box-shadow:0 10px 15px -3px #0000000d;transform:translateY(-5px)}.stat-item:first-child{border-top:4px solid #3b82f6}.stat-item:nth-child(2){border-top:4px solid #10b981}.stat-item:nth-child(3){border-top:4px solid #f59e0b}.stat-num{color:#0f172a;font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-lbl{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.section-header{margin-bottom:2rem}.section-h2{color:#0f172a;font-size:1.5rem;font-weight:700}.clean-list{display:flex;flex-direction:column;gap:1rem}.clean-list-item{grid-gap:2rem;align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 2px 4px #00000005;display:grid;gap:2rem;grid-template-columns:60px 1fr auto auto;padding:1.5rem;transition:all .2s}.clean-list-item:hover{border-color:#e2e8f0;box-shadow:0 10px 20px #0000000d;transform:scale(1.01)}.item-icon{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;color:#2563eb;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.item-title{color:#0f172a;display:block;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.item-sub{color:#64748b;font-size:.9rem}.clean-progress-bar{background:#f1f5f9;border-radius:10px;height:8px;margin-top:.5rem;max-width:200px;overflow:hidden;width:100%}.clean-progress-fill{background:#2563eb;border-radius:10px;height:100%}.btn-text-Action{background:#eff6ff;border:none;border-radius:50px;color:#2563eb;cursor:pointer;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.btn-text-Action:hover{background:#2563eb;color:#fff}.clean-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.clean-course-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 6px -1px #00000005;cursor:pointer;overflow:hidden;transition:all .3s}.clean-course-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-8px)}.clean-thumb{background:linear-gradient(135deg,#60a5fa,#3b82f6);height:180px;position:relative}.clean-info{padding:1.5rem}.clean-info h3{font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.minimal-table{border-collapse:initial;border-spacing:0 .5rem;width:100%}.minimal-table th{color:#64748b;font-size:.85rem;font-weight:600;padding:1rem;text-align:left;text-transform:uppercase}.minimal-table tr{background:#fff;box-shadow:0 2px 4px #00000003;transition:transform .2s}.minimal-table tr:hover{transform:scale(1.005)}.minimal-table td{border-bottom:1px solid #f1f5f9;border-top:1px solid #f1f5f9;padding:1.25rem 1rem}.minimal-table td:first-child{border-bottom-left-radius:12px;border-left:1px solid #f1f5f9;border-top-left-radius:12px}.minimal-table td:last-child{border-bottom-right-radius:12px;border-right:1px solid #f1f5f9;border-top-right-radius:12px}.clean-form-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.clean-input-group{display:flex;flex-direction:column;gap:.5rem}.clean-input-group label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.clean-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s}.clean-input.editable{background-color:#fff;border-color:#cbd5e1}.clean-input.editable:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.clean-input[readonly]{background-color:#f1f5f9;border-color:#0000;cursor:default}.glass-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);transition:all .2s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #2563eb33;transform:translateY(-1px)}.btn-secondary{color:#64748b;transition:all .2s}.btn-secondary:hover{color:#0f172a}@media (max-width:1024px){.profile-wrapper{flex-direction:column}.dashboard-sidebar{background:#0f172a;height:auto;padding:1.5rem;position:relative;top:0;width:100%}.dashboard-main{padding:2rem 1.5rem}.clean-list-item{gap:1rem;grid-template-columns:1fr;text-align:center}.clean-list-item>*{justify-self:center}.item-main{text-align:center}}.auth-split-layout{background-color:#fff;display:flex;margin-top:0!important;min-height:100vh;overflow:hidden;padding-top:0!important;width:100%}.auth-visual-side{background:linear-gradient(#0f172a4d,#0f172a80),url(/static/media/competeminds-logo-v2.025670cf625dcb4fa5e8.jpg) 50%/cover no-repeat;color:#fff;display:flex;flex:1.2 1;flex-direction:column;justify-content:flex-end;padding:4rem;position:relative}.visual-content{max-width:600px;position:relative;z-index:2}.visual-content h1{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.visual-content p{font-size:1.25rem;font-weight:400;margin-bottom:2rem;opacity:.9}.visual-features{display:flex;font-size:.95rem;font-weight:500;gap:1.5rem;opacity:.9}.auth-form-side{align-items:center;background:#fff;display:flex;flex:0.8 1;justify-content:center;min-width:440px;padding:2rem}.auth-form-container{display:flex;flex-direction:column;max-width:380px;width:100%}.auth-brand{margin-bottom:2.5rem;padding:1rem 0;text-align:center}.auth-logo{background:#fff;border-radius:12px;display:block;height:200px;margin:0 auto;object-fit:contain;padding:1rem;transition:transform .3s ease;width:200px}.auth-logo:hover{transform:scale(1.05)}.auth-header{margin-bottom:2rem}.auth-header h2{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:1rem}.compact-form{gap:1rem}.compact-form,.form-group.compact{display:flex;flex-direction:column}.compact-input{background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;padding:.875rem 1rem;transition:all .2s;width:100%}.compact-input:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.compact-input.error{background-color:#fef2f2;border-color:#ef4444}.field-error-text{color:#dc2626;font-size:.8rem;margin-top:.25rem}.compact-actions{display:flex;justify-content:flex-end;margin-top:-.25rem}.auth-link.small{color:#ff6b35;font-size:.875rem;font-weight:600;text-decoration:none}.auth-button.primary{background:linear-gradient(135deg,#ff6b35,#6b4c93);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem;transition:all .3s ease}.auth-button.primary:hover{background:linear-gradient(135deg,#ff8555,#7d5ba6);box-shadow:0 4px 12px #ff6b354d;transform:translateY(-2px)}.auth-button.primary:disabled{background-color:#94a3b8;cursor:not-allowed}.auth-divider{align-items:center;color:#94a3b8;display:flex;font-size:.875rem;margin:1.5rem 0;text-align:center}.auth-divider:after,.auth-divider:before{border-bottom:1px solid #e2e8f0;content:"";flex:1 1}.auth-divider span{font-size:.75rem;letter-spacing:.05em;padding:0 1rem;text-transform:uppercase}.auth-footer-text{color:#0f172a;font-size:.95rem;margin-bottom:2rem;text-align:center}.auth-link.highlight{color:#ff6b35;font-weight:600;text-decoration:none}.auth-legal-links{color:#94a3b8;display:flex;font-size:.8rem;gap:.75rem;justify-content:center;margin-top:auto}.auth-legal-links a{color:#64748b;text-decoration:none;transition:color .2s}.auth-legal-links a:hover{color:#0f172a;text-decoration:underline}.auth-error-banner{align-items:center;background-color:#fef2f2;border-radius:4px;color:#991b1b;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem;padding:.75rem}.error-icon{flex-shrink:0;font-size:1.25rem}.auth-success-banner{align-items:flex-start;background-color:#f0fdf4;border-radius:4px;color:#166534;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.success-icon{color:#16a34a;flex-shrink:0}.auth-success-banner h3{color:#166534;font-size:1rem;font-weight:600;margin:0 0 .5rem}.auth-success-banner p{color:#15803d;font-size:.9rem;line-height:1.5;margin:0}.field-hint{color:#64748b;display:block;font-size:.75rem;line-height:1.4;margin-top:.25rem}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.loading-spinner{animation:spinner .6s linear infinite;border:3px solid #ffffff4d;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spinner{to{transform:rotate(1turn)}}@media (max-width:900px){.auth-visual-side{display:none}.auth-form-side{flex:1 1;min-width:auto}.auth-logo{height:120px;width:120px}}@media (max-width:480px){.auth-logo{height:80px;width:80px}}.contact-page{background:#fdfdfd;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;padding:0;position:relative}.contact-page:before{background:radial-gradient(circle,#3b82f614 0,#0000 70%);height:500px;right:-100px;top:-150px;width:500px}.contact-page:after,.contact-page:before{content:"";filter:blur(60px);position:absolute;z-index:0}.contact-page:after{background:radial-gradient(circle,#8b5cf60d 0,#0000 70%);height:400px;left:-150px;top:100px;width:400px}.contact-container{flex:1 1;margin:0 auto;max-width:1250px;padding:2.5rem 2rem 6rem;position:relative;width:100%;z-index:1}.contact-hero{margin-bottom:3.5rem;position:relative;text-align:left}.contact-badge{background:#eff6ff;border:1px solid #3b82f61a;border-radius:100px;color:#3b82f6;display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.12em;margin-bottom:.75rem;padding:.4rem 1rem;text-transform:uppercase}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;color:#0f172a;font-size:3.5rem;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:1rem}.hero-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;line-height:1.5;margin:0;max-width:600px}.contact-content{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 380px}.contact-form-section{background:#fff;border:1px solid #f1f5f9;border-radius:28px;box-shadow:0 15px 35px -12px #00000014,0 4px 6px -2px #00000005;padding:2.5rem}.contact-form-section h2{color:#1e293b;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.required-note{color:#94a3b8;font-size:.825rem;margin-bottom:2rem}.contact-form{display:grid}.contact-form,.form-row{grid-gap:1.25rem;gap:1.25rem}.form-group label{font-size:.75rem;font-weight:700;letter-spacing:.05em}.form-group input,.form-group textarea{background:#f8fafc;border-radius:10px;color:#0f172a;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease}.form-group input:hover,.form-group textarea:hover{border-color:#cbd5e1}.form-group input:focus,.form-group textarea:focus{background:#fff;box-shadow:0 0 0 4px #3b82f60f}.submit-button{background:#3b82f6;border:none;border-radius:10px;box-shadow:0 4px 12px #3b82f633;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:700;justify-self:start;padding:.875rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.submit-button:hover{background:#2563eb;box-shadow:0 6px 16px #3b82f64d;transform:translateY(-2px)}.contact-info-section{padding-top:.5rem}.contact-info-section h2{color:#1e293b;font-size:1.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:2rem}.contact-info-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;display:flex;gap:1.25rem;margin-bottom:1.75rem;padding:1.25rem;transition:all .3s ease}.contact-info-item:hover{border-color:#e2e8f0;box-shadow:0 10px 20px -10px #0000000d;transform:scale(1.02)}.info-icon{align-items:center;background:#f1f5f9;border-radius:12px;color:#3b82f6;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.info-icon svg{height:20px;width:20px}.info-content h3{color:#1e293b;font-size:1rem;font-weight:800;margin-bottom:.25rem}.info-content p{color:#64748b;font-size:.875rem;line-height:1.5}.info-content a{color:#3b82f6;font-weight:600;text-decoration:none}.error-message,.success-message{border-radius:12px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.25rem}.success-message{background:#f0fdf4;border:1px solid #dcfce7;color:#166534}.error-message{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:2.75rem}.contact-container{padding-top:2rem}}@media (max-width:640px){.hero-title{font-size:2.25rem}.contact-form-section{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.submit-button{width:100%}}.payment-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.payment-container{flex:1 1;margin:0 auto;max-width:1200px;padding:3rem 1.5rem;width:100%}.payment-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1.2fr;margin-top:1rem}.payment-left{display:flex;flex-direction:column}.course-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.course-summary-card h2{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:1rem}.course-summary-content h3{color:#111827;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.course-summary-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.course-summary-details{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.summary-item{font-size:.9rem}.summary-label{color:#6b7280}.summary-value{color:#374151;font-weight:600}.payment-right{display:flex;flex-direction:column}.payment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2.5rem}.payment-card h2{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.payment-amount{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;margin-bottom:2rem;padding:1.5rem;text-align:center}.amount-label{color:#6b7280;display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.amount-value{align-items:baseline;display:flex;gap:.25rem;justify-content:center;margin-bottom:1rem}.amount-value .currency{color:#374151;font-size:1.5rem;font-weight:600}.amount-value .price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;color:#111827;font-size:2.5rem;font-weight:800}.amount-breakdown{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.breakdown-item{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.breakdown-label{color:#6b7280}.breakdown-value{color:#4b5563;font-weight:600}.payment-methods{margin-bottom:2rem}.payment-methods h3{color:#374151;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.payment-method-options{display:flex;flex-direction:column;gap:.75rem}.payment-method-option{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .2s ease}.payment-method-option.active,.payment-method-option:hover{background:#eff6ff;border-color:var(--primary-color)}.payment-method-option.active{box-shadow:0 0 0 1px var(--primary-color)}.payment-method-option input[type=radio]{accent-color:var(--primary-color);cursor:pointer;height:18px;margin-right:1rem;width:18px}.payment-method-content{align-items:center;display:flex;flex:1 1;gap:.75rem}.payment-method-content svg{color:var(--secondary-color)}.payment-method-content span{color:#374151;font-weight:500}.card-payment-form{animation:fadeIn .3s ease;margin-top:2rem}.form-group{margin-bottom:1.25rem}.form-group input{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus{background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e226}.btn-pay-now{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border:none;border-radius:8px;box-shadow:0 4px 6px -1px #4a90e266;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.btn-pay-now:hover:not(:disabled){box-shadow:0 10px 15px -3px #4a90e280;transform:translateY(-2px)}.btn-pay-now:disabled{cursor:not-allowed;opacity:.7;transform:none}.bank-payment,.paypal-payment{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;margin-top:1.5rem;padding:2rem;text-align:center}.bank-payment p,.paypal-payment p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.payment-security{align-items:center;border-top:1px solid #f3f4f6;color:#6b7280;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;margin-top:2rem;padding-top:1.5rem}.payment-security svg{color:var(--primary-color)}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.loading-spinner{border:4px solid #f3f4f6;height:50px;margin-bottom:1rem;width:50px}.error-container h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.error-container p{color:#6b7280;margin-bottom:1.5rem}.btn-primary{background-color:var(--primary-color);transition:all .2s ease}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-1px)}@media (max-width:968px){.payment-content{gap:1.5rem;grid-template-columns:1fr}.course-summary-card{margin-bottom:1rem;position:static}.form-row{grid-template-columns:1fr}}.selected-plan-details{animation:slideDown .4s ease;background:#f0f7ff;border:1px solid #cce3ff;border-radius:10px;margin-bottom:2rem;padding:1.25rem}.plan-detail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.plan-badge{background:var(--primary-color);border-radius:20px;color:#fff;font-size:.7rem;letter-spacing:.5px;padding:.25rem .6rem}.plan-detail-header h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0;text-transform:capitalize}.plan-detail-info{display:flex;flex-direction:column;gap:.6rem}.info-row{align-items:center;display:flex;justify-content:space-between}.info-label{color:#6b7280;font-size:.85rem}.info-value{color:#374151;font-size:.9rem;font-weight:600}.payment-plan-selection{border-top:1px solid #f3f4f6;margin-top:1.5rem;padding-top:1.5rem}.payment-plan-selection h4{color:#374151;font-size:.95rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.plan-selection-list{display:flex;flex-direction:column;gap:.75rem}.plan-selection-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.plan-selection-card:hover{background:#f8fbff;border-color:var(--primary-color)}.plan-selection-card.active{background:#eff6ff;border-color:var(--primary-color);box-shadow:0 4px 12px #4a90e226}.plan-card-info{display:flex;flex-direction:column;gap:.25rem}.plan-card-type{color:#1f2937;font-size:1rem;font-weight:700;text-transform:capitalize}.plan-card-validity{color:#6b7280;font-size:.8rem}.plan-card-price{color:var(--primary-color);font-size:1.1rem;font-weight:800}.no-plans-error{color:#ef4444;font-size:.9rem;font-style:italic}.tl-page{background:#f4f6fb;display:flex;flex-direction:column;min-height:100vh}.tl-container{flex:1 1;margin:0 auto;max-width:1300px;padding:1.5rem 2.5rem 4rem;width:100%}.tl-hero{background:linear-gradient(135deg,#2563eb,#1e40af);overflow:hidden;padding:2.5rem 2rem 3rem;position:relative;text-align:center}.tl-hero-overlay{background:radial-gradient(circle at 30% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff14 0,#0000 50%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.tl-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.tl-hero-content h1{color:#fff;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.tl-hero-content p{color:#ffffffe6;font-size:1.05rem;line-height:1.6;margin-bottom:1.75rem}.tl-hero-search{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;margin:0 auto;max-width:600px;padding:.75rem 1.25rem;transition:box-shadow .3s ease,transform .3s ease}.tl-hero-search:focus-within{box-shadow:0 15px 50px #0003;transform:translateY(-2px)}.tl-hero-search-icon{color:#64748b;font-size:1.1rem;margin-right:.75rem}.tl-hero-search-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:1.05rem;outline:none;padding:.5rem 0}.tl-hero-search-input::placeholder{color:#94a3b8}.tl-hero-clear-btn{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;font-size:1.1rem;padding:.25rem;transition:color .2s}.tl-hero-clear-btn:hover{color:#475569}.tl-count{color:#64748b;font-size:.95rem;font-weight:600;margin-bottom:1.5rem;margin-top:-1rem;text-align:left}.tl-grid{grid-gap:1.5rem;animation:tl-fade .3s ease-out;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@keyframes tl-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:560px){.tl-grid{grid-template-columns:1fr}}.tc{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s}.tc:hover{border-color:#cbd5e1;box-shadow:0 12px 24px -5px #0000001a,0 8px 10px -6px #0000000d;transform:translateY(-4px)}.tc-strip{flex-shrink:0;height:6px;width:100%}.tc-body{display:flex;flex:1 1;flex-direction:column;gap:.75rem;padding:1.25rem}.tc-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.tc-exam-badge{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tc-exam-badge,.tc-type-chip{border-radius:6px;font-size:.7rem;padding:4px 8px}.tc-type-chip{background:#f1f5f9;color:#64748b;font-weight:600;text-transform:capitalize}.tc-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;font-size:1.125rem;font-weight:700;line-height:1.4;margin:0;min-height:3.1rem;overflow:hidden;transition:color .2s ease}.tc:hover .tc-title{color:#2563eb}.tc-stats{border-top:1px dashed #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:.5rem}.tc-stat{align-items:center;color:#64748b;display:flex;font-size:.8rem;font-weight:500;gap:.4rem}.tc-stat-icon{color:#94a3b8;font-size:.85rem}.tc-stat-icon.star{color:#f59e0b}.tc-stat-icon.qs{color:#10b981}.tc-footer{background:#0000;border:none;padding:0 1.25rem 1.25rem}.tc-btn{border:none;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.02em;padding:.75rem;transition:all .3s ease;width:100%}.tc:hover .tc-btn{box-shadow:0 6px 12px -2px #00000026;filter:brightness(1.05);transform:translateY(-2px)}.tl-state{background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:4rem 2rem;text-align:center}.tl-state p{color:#64748b;font-size:.95rem;margin-bottom:1.25rem}.tl-error{color:#dc2626!important}.tl-spinner{animation:tl-spin .85s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#6366f1;height:40px;margin:0 auto 1rem;width:40px}@keyframes tl-spin{to{transform:rotate(1turn)}}.tl-btn-primary{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.88rem;font-weight:600;padding:.6rem 1.4rem;transition:background .2s,transform .15s}.tl-btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}.confirmation-modal-overlay{align-items:center;animation:confirmationModalFadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes confirmationModalFadeIn{0%{opacity:0}to{opacity:1}}.confirmation-modal-container{animation:confirmationModalSlideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:480px;width:90%}@keyframes confirmationModalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.confirmation-modal-container .confirmation-modal-content{padding:40px 30px 30px;text-align:center}.confirmation-modal-container .modal-icon-wrapper{display:flex;justify-content:center;margin-bottom:24px}.confirmation-modal-container .modal-icon{animation:confirmationModalScaleIn .4s ease-out}@keyframes confirmationModalScaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.confirmation-modal-container .modal-icon.danger{color:#e74c3c}.confirmation-modal-container .modal-icon.warning{color:#f39c12}.confirmation-modal-container .modal-icon.info{color:#3498db}.confirmation-modal-container .modal-icon.success{color:#2ecc71}.confirmation-modal-container .modal-title{color:#2c3e50;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 16px}.confirmation-modal-container .modal-message{color:#555;font-size:16px;line-height:1.6;margin:0 0 32px}.confirmation-modal-container .modal-actions{display:flex;gap:12px;justify-content:center}.confirmation-modal-container .modal-btn{border:none;border-radius:50px;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;min-width:120px;padding:14px 32px;transition:all .3s ease}.confirmation-modal-container .btn-cancel{background:#ecf0f1;color:#555}.confirmation-modal-container .btn-cancel:hover{background:#d5dbdb;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.confirmation-modal-container .btn-confirm{box-shadow:0 4px 12px #00000026;color:#fff}.confirmation-modal-container .btn-confirm.danger{background:linear-gradient(135deg,#e74c3c,#c0392b)}.confirmation-modal-container .btn-confirm.danger:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 6px 16px #e74c3c66;transform:translateY(-2px)}.confirmation-modal-container .btn-confirm.warning{background:linear-gradient(135deg,#f39c12,#e67e22)}.confirmation-modal-container .btn-confirm.warning:hover{background:linear-gradient(135deg,#e67e22,#d35400);box-shadow:0 6px 16px #f39c1266;transform:translateY(-2px)}.confirmation-modal-container .btn-confirm.info{background:linear-gradient(135deg,#3498db,#2980b9)}.confirmation-modal-container .btn-confirm.info:hover{background:linear-gradient(135deg,#2980b9,#21618c);box-shadow:0 6px 16px #3498db66;transform:translateY(-2px)}.confirmation-modal-container .btn-confirm.success{background:linear-gradient(135deg,#2ecc71,#27ae60)}.confirmation-modal-container .btn-confirm.success:hover{background:linear-gradient(135deg,#27ae60,#1e8449);box-shadow:0 6px 16px #2ecc7166;transform:translateY(-2px)}.confirmation-modal-container .modal-btn:active{transform:translateY(0)}.confirmation-modal-container .modal-btn:focus{box-shadow:0 0 0 3px #3498db4d;outline:none}@media (max-width:576px){.confirmation-modal-container{border-radius:12px;width:95%}.confirmation-modal-container .confirmation-modal-content{padding:30px 20px 20px}.confirmation-modal-container .modal-title{font-size:20px}.confirmation-modal-container .modal-message{font-size:15px;margin-bottom:24px}.confirmation-modal-container .modal-actions{flex-direction:column-reverse}.confirmation-modal-container .modal-btn{min-width:auto;width:100%}}@media (prefers-reduced-motion:reduce){.confirmation-modal-container,.confirmation-modal-container .modal-icon,.confirmation-modal-overlay{animation:none}.confirmation-modal-container .modal-btn{transition:none}}.test-attempt-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.test-attempt-container{flex:1 1;margin:0 auto;max-width:1400px;padding:20px;width:100%}.test-header-bar{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:20px;padding:20px}.test-title-bar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.test-title-bar h2{color:#212529;font-size:24px;margin:0}.timer{align-items:center;background:#f0f4ff;border-radius:8px;color:#667eea;display:flex;font-size:20px;font-weight:700;gap:8px;padding:8px 16px}.timer-warning{color:#dc3545}.test-content-wrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 320px}.test-question-panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:30px}.question-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.question-number{color:#667eea;font-size:18px}.question-section{background:#f8f9fa;border-radius:20px;color:#6c757d;font-size:14px;padding:4px 12px}.question-text{color:#212529;font-size:16px;line-height:1.8;margin-bottom:24px}.question-text p{margin:0}.question-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.option-item{align-items:flex-start;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .2s}.option-item:hover{background:#f8f9ff;border-color:#667eea}.option-item.selected{background:#f0f4ff;border-color:#667eea}.option-item input[type=radio]{cursor:pointer;height:18px;margin-top:2px;width:18px}.option-label{color:#667eea;font-weight:600;min-width:24px}.option-text{color:#212529;flex:1 1;line-height:1.6}.numeric-answer-input{margin-bottom:24px}.numeric-input{border:2px solid #e9ecef;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .2s;width:100%}.numeric-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.question-actions{margin-bottom:24px}.btn-mark-review{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-mark-review.marked,.btn-mark-review:hover{background:#667eea;color:#fff}.question-navigation{border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:space-between;padding-top:24px}.btn-nav{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.btn-nav:hover:not(:disabled){border-color:#667eea;color:#667eea}.btn-nav:disabled{cursor:not-allowed;opacity:.5}.btn-nav-primary{background:#667eea;border-color:#667eea;color:#fff}.btn-nav-primary:hover:not(:disabled){background:#5568d3;border-color:#5568d3}.test-sidebar{display:flex;flex-direction:column;gap:20px}.question-palette{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:20px}.question-palette h3{color:#212529;font-size:18px;margin:0 0 16px}.palette-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);margin-bottom:16px}.palette-item{aspect-ratio:1;background:#fff;border:2px solid #e9ecef;border-radius:6px;color:#495057;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.palette-item:hover{border-color:#667eea;transform:scale(1.05)}.palette-item.current{background:#667eea;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;color:#fff}.palette-item.answered{background:#d4edda;border-color:#28a745;color:#155724}.palette-item.marked{background:#fff3cd;border-color:#ffc107;color:#856404}.palette-item.answered.marked{background:linear-gradient(135deg,#d4edda,#fff3cd)}.palette-legend{border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:8px;padding-top:16px}.legend-item{align-items:center;color:#6c757d;display:flex;font-size:12px;gap:8px}.legend-color{border:1px solid #dee2e6;border-radius:4px;height:16px;width:16px}.legend-color.answered{background:#d4edda;border-color:#28a745}.legend-color.marked{background:#fff3cd;border-color:#ffc107}.test-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:20px}.test-summary h3{color:#212529;font-size:18px;margin:0 0 16px}.summary-stats{display:flex;flex-direction:column;gap:12px}.summary-item{align-items:center;border-bottom:1px solid #e9ecef;justify-content:space-between;padding:8px 0}.summary-item:last-child{border-bottom:none}.summary-label{color:#6c757d;font-size:14px}.summary-value{color:#212529;font-size:16px;font-weight:700}.btn-submit-test{background:linear-gradient(135deg,#dc3545,#c82333);border:none;border-radius:8px;box-shadow:0 4px 12px #dc35454d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px;transition:all .3s;width:100%}.btn-submit-test:hover{box-shadow:0 6px 16px #dc354566;transform:translateY(-2px)}.test-instructions-container{margin:40px auto;max-width:800px;padding:0 20px}.test-instructions-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:40px}.test-instructions-card h2{color:#212529;font-size:28px;margin:0 0 24px}.test-info-grid{grid-gap:16px;background:#f8f9fa;border-radius:8px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:32px;padding:20px}.test-info-item{color:#495057;font-size:16px}.test-info-item strong{color:#212529;margin-right:8px}.test-instructions{margin-bottom:32px}.test-instructions h3{color:#212529;font-size:20px;margin:0 0 16px}.test-instructions ul{color:#495057;line-height:1.8;margin:0;padding-left:24px}.test-instructions li{margin-bottom:8px}.btn-start-test{border-radius:8px;box-shadow:0 4px 12px #667eea4d;font-weight:700;padding:16px;transition:all .3s;width:100%}.btn-start-test:hover{box-shadow:0 6px 16px #667eea66}.error-container,.loading-container{padding:60px 20px;text-align:center}.loading-spinner{margin:0 auto 20px}.error-container h2{color:#dc3545;margin-bottom:16px}.error-container p{color:#6c757d;margin-bottom:24px}@media (max-width:1024px){.test-content-wrapper{grid-template-columns:1fr}.test-sidebar{order:-1}.question-palette{margin-bottom:20px}}@media (max-width:768px){.test-attempt-container{padding:12px}.test-question-panel{padding:20px}.palette-grid{grid-template-columns:repeat(4,1fr)}.test-info-grid{grid-template-columns:1fr}}.test-instructions-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:calc(100vh - 140px);padding:30px 20px}.instructions-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 350px;margin:0 auto;max-width:1400px}.instructions-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;max-height:calc(100vh - 200px);overflow-y:auto;padding:40px}.instructions-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.instructions-header h1{color:#1a1a1a;font-size:28px;font-weight:700;margin:0 0 15px}.test-meta-info{display:flex;flex-wrap:wrap;gap:30px}.meta-item{color:#555;font-size:14px}.meta-item strong{color:#333;margin-right:5px}.instruction-section{margin-bottom:35px}.section-title{border-bottom:2px solid #3498db;color:#2c3e50;display:inline-block;font-size:18px;font-weight:700;margin:0 0 15px;padding-bottom:10px}.instruction-list{color:#333;line-height:1.8;margin:0;padding-left:25px}.instruction-list li{font-size:15px;margin-bottom:20px}.instruction-list li strong{color:#2c3e50;font-weight:600}.sub-list{line-height:1.7;margin-top:12px;padding-left:20px}.sub-list li{font-size:14px;margin-bottom:10px}.palette-symbols{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin:20px 0;padding:20px}.symbol-item{align-items:center;display:flex;gap:15px;margin-bottom:12px;padding:8px}.symbol-item:last-child{margin-bottom:0}.symbol-box{border:2px solid #ddd;border-radius:4px;display:inline-block;flex-shrink:0;height:32px;width:32px}.symbol-box.not-visited{background:#fff;border-color:#ccc}.symbol-box.not-answered{background:#ff6b6b;border-color:#ff6b6b}.symbol-box.answered{background:#51cf66;border-color:#51cf66}.symbol-box.marked-review{background:#a78bfa;border-color:#a78bfa}.symbol-box.answered-marked{background:#ffd43b;border-color:#ffd43b}.symbol-text{color:#555;flex:1 1;font-size:14px}.note-text{background:#fff3cd;border-left:4px solid #ffc107;color:#856404}.info-text,.note-text{border-radius:4px;font-size:14px;line-height:1.6;margin:15px 0;padding:15px}.info-text{background:#d1ecf1;border-left:4px solid #17a2b8;color:#0c5460}.highlight-text{color:#d9534f;font-style:italic}.warning-text{color:#d9534f;font-weight:600}.instructions-footer{border-top:2px solid #e0e0e0;margin-top:40px;padding-top:30px;text-align:center}.btn-start-test{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:600;gap:12px;padding:16px 50px;transition:all .3s ease}.btn-start-test:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-start-test:active{transform:translateY(0)}.btn-icon{font-size:20px}.student-profile-sidebar{display:flex;flex-direction:column;gap:20px}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:30px;text-align:center}.profile-avatar{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.profile-name{color:#2c3e50;font-size:20px;margin:0 0 20px}.profile-details{text-align:left}.detail-row{border-bottom:1px solid #f0f0f0;padding:12px 0}.detail-label{color:#666;font-size:14px;font-weight:500}.detail-value{color:#333;font-size:14px;font-weight:600;max-width:60%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.important-note{background:linear-gradient(135deg,#fff5f5,#ffe5e5);border-left:4px solid #e74c3c;border-radius:12px;padding:25px}.important-note h4{color:#c0392b;font-size:16px;font-weight:700;margin:0 0 15px}.important-note ul{list-style:none;margin:0;padding-left:20px}.important-note ul li{color:#555;font-size:14px;line-height:1.5;margin-bottom:10px;padding-left:20px;position:relative}.important-note ul li:before{color:#e74c3c;content:"•";font-size:18px;font-weight:700;left:0;position:absolute}.important-note ul li:last-child{margin-bottom:0}@media (max-width:1200px){.instructions-container{gap:20px;grid-template-columns:1fr 300px}.instructions-content{padding:30px}}@media (max-width:992px){.instructions-container{grid-template-columns:1fr}.student-profile-sidebar{order:-1}.important-note,.profile-card{margin:0 auto;max-width:600px}}@media (max-width:768px){.test-instructions-page{padding:20px 15px}.instructions-content{max-height:none;padding:25px 20px}.instructions-header h1{font-size:24px}.test-meta-info{gap:15px}.meta-item{font-size:13px}.section-title{font-size:16px}.instruction-list li{font-size:14px}.palette-symbols{padding:15px}.symbol-item{gap:10px}.symbol-box{height:28px;width:28px}.btn-start-test{font-size:16px;padding:14px 40px}}@media (max-width:480px){.instructions-header h1{font-size:20px}.test-meta-info{flex-direction:column;gap:8px}.instruction-list{padding-left:20px}.sub-list{padding-left:15px}.btn-start-test{padding:14px 30px;width:100%}}.instructions-content::-webkit-scrollbar{width:8px}.instructions-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.instructions-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.instructions-content::-webkit-scrollbar-thumb:hover{background:#555}.test-attempt-page-active{background:#f5f5f5;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding-top:80px}.test-top-bar{align-items:center;background:#fff;border-bottom:2px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:0;z-index:10}.test-sections-tabs{display:flex}.section-tab{background:#0d7377;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 40px;transition:background .3s}.section-tab.active,.section-tab:hover{background:#0a5a5d}.test-top-info{align-items:center;display:flex;gap:25px;padding-right:30px}.test-stats-badges{display:flex;gap:15px}.stat-badge{align-items:center;display:flex;flex-direction:column;gap:2px}.badge-count{background:#e74c3c;border-radius:4px;color:#fff;font-size:16px;font-weight:700;min-width:35px;padding:4px 12px;text-align:center}.stat-badge.marked .badge-count{background:#a78bfa}.badge-label{color:#666;font-size:11px;font-weight:500}.test-timer-display{align-items:center;display:flex;flex-direction:column;gap:2px}.timer-label{color:#666;font-size:11px;font-weight:500}.timer-value{color:#2c3e50;font-size:18px;font-weight:700}.timer-value.timer-warning{animation:pulse 1s infinite;color:#e74c3c}.test-view-options{align-items:center;display:flex;gap:8px}.view-btn{background:none;border:none;color:#666;cursor:default;font-size:13px}.language-select{background:#fff;padding:6px 12px}.language-select,.report-btn{border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px}.report-btn{background:none;padding:6px 15px;transition:all .3s}.report-btn:hover{background:#f8f9fa;border-color:#e74c3c;color:#e74c3c}.test-main-container{display:grid;flex:1 1;grid-template-columns:1fr 320px;overflow:hidden}.test-question-area{background:#fff;display:flex;flex-direction:column;overflow:hidden}.question-header-bar{background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:15px 30px}.question-number-title{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.question-content-box{flex:1 1;overflow-y:auto;padding:30px}.question-text-display{color:#333;font-size:16px;line-height:1.8;margin-bottom:30px;overflow-x:auto}.option-content img,.question-text-display img{border-radius:4px;height:auto;max-width:100%}.question-options-list{display:flex;flex-direction:column;gap:15px}.option-choice{align-items:flex-start;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:15px;padding:15px 20px;position:relative;transition:all .3s}.option-choice:hover{background:#f8f9fa;border-color:#3498db}.option-choice.selected{background:#e3f2fd;border-color:#3498db}.option-choice input[type=radio]{cursor:pointer;opacity:0;position:absolute}.option-radio{border:2px solid #999;border-radius:50%;flex-shrink:0;height:20px;margin-top:2px;position:relative;width:20px}.option-choice.selected .option-radio{border-color:#3498db}.option-choice.selected .option-radio:after{background:#3498db;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.option-content{color:#333;flex:1 1;font-size:15px;line-height:1.6;overflow-x:auto}.numeric-answer-box{margin-top:20px}.numeric-input-field{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;max-width:300px;padding:12px 20px;transition:border-color .3s;width:100%}.numeric-input-field:focus{border-color:#3498db;outline:none}.question-action-bar{background:#f8f9fa;border-top:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-top:auto;padding:20px 30px;z-index:10}.action-buttons-left,.action-buttons-right{display:flex;flex-wrap:wrap;gap:15px}.action-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-mark-review{background:#a78bfa;color:#fff}.btn-mark-review:hover{background:#9370db;transform:translateY(-1px)}.btn-mark-review.active{background:#7c3aed}.btn-clear{background:#fff;border:2px solid #e74c3c;color:#e74c3c}.btn-clear:hover{background:#e74c3c;color:#fff}.btn-save-next{background:#14b8a6;color:#fff}.btn-save-next:hover{background:#0d9488;transform:translateY(-1px)}.btn-save-next:disabled{background:#ccc;cursor:not-allowed;transform:none}.test-sidebar-panel{background:#e8f4f5;border-left:2px solid #d0d0d0;display:flex;flex-direction:column;overflow:hidden}.sidebar-profile{align-items:center;background:#fff;border-bottom:2px solid #e0e0e0;display:flex;gap:15px;padding:20px}.profile-avatar-small{flex-shrink:0}.profile-name-small{color:#2c3e50;font-size:15px;font-weight:600}.palette-status-legend{background:#fff;border-bottom:2px solid #e0e0e0;padding:15px 20px}.legend-row{display:flex;gap:20px;margin-bottom:10px}.legend-row:last-child{margin-bottom:0}.legend-item-inline{align-items:center;display:flex;flex:1 1;gap:8px}.legend-box{border:2px solid #ddd;border-radius:4px;flex-shrink:0;height:24px;width:24px}.legend-box.answered{background:#51cf66;border-color:#51cf66}.legend-box.marked{background:#a78bfa;border-color:#a78bfa}.legend-box.not-visited{background:#fff;border-color:#999}.legend-box.not-answered{background:#ff6b6b;border-color:#ff6b6b}.legend-text{color:#555;font-size:12px;font-weight:500}.palette-section-header{background:#0d7377;padding:12px 20px}.palette-section-header h4{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0}.question-palette-grid{grid-gap:10px;align-content:start;box-shadow:inset 0 -15px 15px -15px #0000001a;display:grid;flex:1 1;gap:10px;grid-template-columns:repeat(5,1fr);overflow-y:auto;padding:20px}.palette-number{aspect-ratio:1;background:#fff;border:2px solid #999;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s}.palette-number:hover{box-shadow:0 2px 8px #00000026;transform:scale(1.05)}.palette-number.current{border-color:#2c3e50;border-width:3px;box-shadow:0 0 0 2px #2c3e5033}.palette-number.answered{background:#51cf66;border-color:#51cf66;color:#fff}.palette-number.marked{background:#a78bfa;border-color:#a78bfa;color:#fff}.palette-number.not-answered{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.palette-number.answered-marked{background:#ffd43b;border-color:#ffd43b;color:#333}.sidebar-bottom-actions{background:#fff;border-top:2px solid #e0e0e0;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:20px;z-index:10}.sidebar-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .3s}.btn-instructions{background:#fff;border:2px solid #3498db;color:#3498db}.btn-instructions:hover{background:#3498db;color:#fff}.btn-submit-final{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 4px 12px #e74c3c4d;color:#fff}.btn-submit-final:hover{box-shadow:0 6px 16px #e74c3c66;transform:translateY(-2px)}@media (max-width:1200px){.test-main-container{grid-template-columns:1fr 280px}.question-palette-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.test-main-container{grid-template-columns:1fr}.test-sidebar-panel{display:none}.test-top-info{gap:15px;padding-right:15px}.test-stats-badges{gap:10px}}@media (max-width:768px){.section-tab{font-size:14px;padding:12px 25px}.test-top-info{flex-wrap:wrap;gap:10px}.question-content-box{padding:20px}.question-action-bar{flex-direction:column;gap:15px}.action-buttons-left,.action-buttons-right{width:100%}.action-btn{flex:1 1}}@media (max-width:480px){.test-top-bar{align-items:stretch;flex-direction:column}.test-top-info{justify-content:space-between;padding:10px 15px}.question-text-display{font-size:15px}.option-choice{padding:12px 15px}.option-content{font-size:14px}}.test-question-area::-webkit-scrollbar,.test-sidebar-panel::-webkit-scrollbar{width:8px}.test-question-area::-webkit-scrollbar-track,.test-sidebar-panel::-webkit-scrollbar-track{background:#f1f1f1}.test-question-area::-webkit-scrollbar-thumb,.test-sidebar-panel::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.test-question-area::-webkit-scrollbar-thumb:hover,.test-sidebar-panel::-webkit-scrollbar-thumb:hover{background:#555}.ta-toast{align-items:center;animation:ta-toast-in .3s cubic-bezier(.34,1.56,.64,1) both;border-radius:10px;box-shadow:0 8px 24px #0000002e;display:flex;font-size:.9rem;font-weight:600;gap:.75rem;left:50%;max-width:640px;padding:.875rem 1.25rem;position:fixed;top:88px;transform:translateX(-50%);width:calc(100% - 2rem);z-index:9999}.ta-toast--warn{background:#fff3cd;border:1.5px solid #f0c040;color:#7a4f00}.ta-toast--info{background:#dbeafe;border:1.5px solid #60a5fa;color:#1e3a5f}.ta-toast__icon{flex-shrink:0;font-size:1.15rem}.ta-toast__msg{flex:1 1;line-height:1.45}.ta-toast__close{background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;flex-shrink:0;font-size:.8rem;opacity:.6;padding:.2rem .4rem;transition:opacity .15s}.ta-toast__close:hover{background:#00000014;opacity:1}@keyframes ta-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(-12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:600px){.ta-toast{font-size:.82rem;top:70px}}.rv-page{background:#f4f6fb;display:flex;flex-direction:column;min-height:100vh}.rv-wrap{display:flex;flex:1 1;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:1200px;padding:1.5rem 1.5rem 4rem;width:100%}.rv-summary{grid-gap:2rem;align-items:center;background:#fff;border:1px solid #e8edf3;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;padding:1.5rem 2rem}.rv-summary-left{display:flex;flex-direction:column;gap:.5rem}.rv-breadcrumb{align-items:center;display:flex;gap:.5rem}.rv-back{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.8rem;font-weight:600;padding:0;transition:opacity .15s}.rv-back:hover{opacity:.75}.rv-bc-sep{color:#cbd5e1;font-size:.85rem}.rv-bc-cur{color:#94a3b8;font-size:.8rem;font-weight:500}.rv-test-title{color:#0f172a;font-size:1.2rem;font-weight:800;line-height:1.3;margin:0}.rv-exam-chip{background:#eef2ff;border-radius:4px;color:#6366f1;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:2px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.rv-score-ring-wrap{flex-shrink:0;height:110px;position:relative;width:110px}.rv-score-ring-wrap svg{display:block}.rv-ring-centre{align-items:center;display:flex;flex-direction:column;gap:2px;inset:0;justify-content:center;position:absolute}.rv-ring-score{color:#0f172a;font-size:1.3rem;font-weight:900;line-height:1}.rv-ring-total{color:#64748b;font-size:.7rem;font-weight:600}.rv-ring-verdict{border-radius:20px;font-size:.6rem;font-weight:800;letter-spacing:.08em;padding:1px 7px}.rv-ring-verdict.pass{background:#dcfce7;color:#15803d}.rv-ring-verdict.fail{background:#fecdd3;color:#be123c}.rv-stat-row{display:flex;flex-wrap:wrap;gap:.6rem 1rem;justify-content:flex-end}.rv-stat-pill{align-items:center;display:flex;gap:.5rem}.rv-stat-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.rv-stat-dot.green{background:#22c55e}.rv-stat-dot.red{background:#ef4444}.rv-stat-dot.amber{background:#f59e0b}.rv-stat-dot.indigo{background:#6366f1}.rv-stat-dot.purple{background:#a855f7}.rv-sp-val{color:#0f172a;font-size:.9rem;font-weight:700;line-height:1.2}.rv-sp-lbl{color:#94a3b8;font-size:.65rem;font-weight:500}.rv-body{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:220px 1fr}.rv-sidebar{background:#fff;border:1px solid #e8edf3;border-radius:14px;box-shadow:0 1px 4px #0000000a;padding:1.1rem;position:-webkit-sticky;position:sticky;top:1.5rem}.rv-sidebar-label{color:#94a3b8;font-size:.68rem;font-weight:700;letter-spacing:.07em;margin-bottom:.65rem;text-transform:uppercase}.rv-sections-list{gap:.45rem}.rv-sec-btn,.rv-sections-list{display:flex;flex-direction:column}.rv-sec-btn{background:#f8fafc;border:1.5px solid #e8edf3;border-radius:9px;cursor:pointer;gap:.25rem;padding:.7rem .85rem;text-align:left;transition:all .18s;width:100%}.rv-sec-btn:hover{background:#f1f5f9;border-color:#6366f1}.rv-sec-btn.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;box-shadow:0 4px 12px #6366f140}.rv-sec-name{color:#1e293b;font-size:.82rem;font-weight:700}.rv-sec-btn.active .rv-sec-name{color:#fff}.rv-sec-meta{align-items:center;display:flex;gap:.5rem}.rv-sec-count{color:#64748b;font-size:.7rem;font-weight:500}.rv-sec-btn.active .rv-sec-count,.rv-sec-btn.active .rv-sec-score{color:#fffc}.rv-sec-score{background:#6366f11f;border-radius:4px;color:#6366f1;font-size:.7rem;font-weight:700;padding:1px 6px}.rv-sec-btn.active .rv-sec-score{background:#fff3}.rv-progress-bars{display:flex;flex-direction:column;gap:.6rem}.rv-pb-row{align-items:center;display:flex;gap:.45rem}.rv-pb-lbl{color:#64748b;flex-shrink:0;font-size:.68rem;font-weight:600;width:42px}.rv-pb{background:#f1f5f9;border-radius:10px;flex:1 1;height:5px;overflow:hidden}.rv-pb-fill{border-radius:10px;height:100%;transition:width .5s ease}.rv-pb-fill.green{background:#22c55e}.rv-pb-fill.red{background:#ef4444}.rv-pb-fill.amber{background:#f59e0b}.rv-pb-pct{color:#94a3b8;flex-shrink:0;font-size:.65rem;font-weight:700;text-align:right;width:34px}.rv-questions-panel{display:flex;flex-direction:column;gap:1rem}.rv-filter-bar{align-items:center;background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:.9rem 1.1rem}.rv-section-heading{color:#0f172a;font-size:.9rem;font-weight:700}.rv-sec-desc{color:#64748b;font-size:.8rem;font-weight:400}.rv-filters{display:flex;flex-wrap:wrap;gap:.4rem}.rv-filter-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:600;padding:.35rem .8rem;transition:all .18s}.rv-filter-btn:hover{border-color:#6366f1;color:#6366f1}.rv-filter-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.rv-questions-list{display:flex;flex-direction:column;gap:.85rem}.rv-empty{border:1px solid #e8edf3;color:#94a3b8;font-size:.9rem;padding:3rem 2rem;text-align:center}.rv-empty,.rv-qcard{background:#fff;border-radius:12px}.rv-qcard{border:1.5px solid #e8edf3;box-shadow:0 1px 4px #0000000a;overflow:hidden;transition:box-shadow .2s}.rv-qcard:hover{box-shadow:0 4px 16px #00000014}.rv-qcard-correct{border-color:#86efac}.rv-qcard-incorrect{border-color:#fca5a5}.rv-qcard-unanswered{border-color:#fde68a}.rv-qcard-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.7rem 1.1rem}.rv-qcard-left{align-items:center;display:flex;gap:.6rem}.rv-qnum{background:#eef2ff;border-radius:4px;color:#6366f1;font-size:.78rem;font-weight:800;padding:2px 8px}.rv-qbadge{border-radius:20px;font-size:.7rem;font-weight:700;padding:2px 8px}.rv-qbadge.correct{background:#dcfce7;color:#15803d}.rv-qbadge.incorrect{background:#fecdd3;color:#be123c}.rv-qbadge.unanswered{background:#fef9c3;color:#a16207}.rv-qcard-marks{align-items:center;display:flex;font-size:.82rem;gap:.3rem}.rv-marks{font-weight:700}.rv-marks.pos{color:#16a34a}.rv-marks.neg{color:#dc2626}.rv-marks-sep{color:#cbd5e1}.rv-marks-total{color:#64748b;font-weight:500}.rv-qtext{border-bottom:1px solid #f8fafc;color:#1e293b;font-size:.88rem;font-weight:500;line-height:1.65;padding:.9rem 1.1rem .75rem}.rv-options{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.1rem}.rv-opt{align-items:flex-start;background:#fafbfc;border:1.5px solid #e8edf3;border-radius:8px;display:flex;gap:.75rem;padding:.6rem .9rem;transition:background .15s}.rv-opt-correct{background:#f0fdf4;border-color:#86efac}.rv-opt-wrong{background:#fff1f2;border-color:#fca5a5}.rv-opt-label{align-items:center;background:#f1f5f9;border-radius:6px;color:#475569;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:26px;justify-content:center;min-width:26px}.rv-opt-label.green{background:#22c55e;color:#fff}.rv-opt-label.red{background:#ef4444;color:#fff}.rv-opt-text{color:#334155;flex:1 1;font-size:.83rem;line-height:1.55}.rv-opt-tags{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.25rem}.rv-tag{border-radius:20px;font-size:.65rem;font-weight:700;padding:1px 7px;white-space:nowrap}.rv-tag.correct{background:#22c55e;color:#fff}.rv-tag.wrong{background:#ef4444;color:#fff}.rv-numeric{background:#f8fafc;border-radius:8px;color:#475569;font-size:.85rem;line-height:1.7;padding:.75rem}.rv-solution{background:#fafaf5;border:1px solid #fde68a;border-radius:8px;margin:.25rem 1.1rem .85rem;padding:.75rem 1rem}.rv-sol-label{color:#d97706;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:.4rem;text-transform:uppercase}.rv-sol-text{color:#475569;font-size:.83rem;line-height:1.65}.rv-actions{display:flex;gap:.75rem;padding-top:.25rem}.rv-btn-pri{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:9px;box-shadow:0 4px 12px #6366f14d;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:700;gap:.45rem;padding:.65rem 1.4rem;transition:all .2s}.rv-btn-pri:hover{box-shadow:0 6px 18px #6366f166;transform:translateY(-2px)}.rv-btn-out{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.45rem;padding:.65rem 1.3rem;transition:all .2s}.rv-btn-out:hover{border-color:#6366f1;color:#6366f1}.rv-btn-ghost{align-items:center;background:#0000;border:none;border-radius:9px;color:#6366f1;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.45rem;padding:.65rem 1.1rem;transition:background .2s}.rv-btn-ghost:hover{background:#eef2ff}.rv-state{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.rv-state p{color:#64748b;font-size:.95rem;margin-bottom:1.2rem}.rv-err{color:#dc2626!important}.rv-spinner{animation:rv-spin .85s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#6366f1;height:38px;margin-bottom:1rem;width:38px}@keyframes rv-spin{to{transform:rotate(1turn)}}@media (max-width:900px){.rv-summary{grid-template-columns:1fr;text-align:center}.rv-summary-left{align-items:center}.rv-stat-row{justify-content:center}.rv-body{grid-template-columns:1fr}.rv-sidebar{position:static}}@media (max-width:560px){.rv-filter-bar{align-items:flex-start}.rv-actions,.rv-filter-bar{flex-direction:column}.rv-btn-ghost,.rv-btn-out,.rv-btn-pri{justify-content:center;width:100%}}.page-header{background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #e8e8e8;padding:3rem 0 2rem;position:relative}.page-header:after{background:linear-gradient(90deg,#0000,#e8e8e8 20%,#e8e8e8 80%,#0000);bottom:0;content:"";height:1px;left:50%;max-width:800px;position:absolute;transform:translateX(-50%);width:80%}.page-header-container{margin:0 auto;max-width:1200px;padding:0 20px}.page-breadcrumb{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;margin-bottom:1rem}.breadcrumb-separator{color:#999;margin:0 .25rem}.breadcrumb-link{color:#667eea;font-weight:500;text-decoration:none;transition:all .2s ease}.breadcrumb-link:hover{color:#764ba2;text-decoration:underline}.breadcrumb-current{color:#666;font-weight:500}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#667eea);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;letter-spacing:-.02em;line-height:1.2;margin:0 0 .75rem}.page-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0;max-width:800px}@media (max-width:768px){.page-header{padding:2rem 0 1.5rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.page-breadcrumb{font-size:.85rem}}@media (max-width:480px){.page-header{padding:1.5rem 0 1rem}.page-title{font-size:1.75rem}.page-subtitle{font-size:.95rem}}.at-page{background:#f4f6fb;display:flex;flex-direction:column;min-height:100vh}.at-container{flex:1 1;margin:0 auto;max-width:1100px;padding:2rem 1.5rem 4rem;width:100%}.at-filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.at-filter-item{display:flex;flex-direction:column;gap:.35rem}.at-filter-item label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.at-input,.at-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:.85rem;min-width:200px;outline:none;padding:.55rem .85rem;transition:border-color .2s,box-shadow .2s}.at-input:focus,.at-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.at-dropdown-container{position:relative}.at-dropdown-input{align-items:center;display:flex;position:relative}.at-dropdown-input .at-input{cursor:pointer;padding-right:52px;width:100%}.at-clear-filter{align-items:center;background:#cbd5e1;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:18px;justify-content:center;line-height:1;position:absolute;right:28px;transition:background .2s;width:18px;z-index:2}.at-clear-filter:hover{background:#94a3b8}.at-arrow{color:#94a3b8;font-size:11px;pointer-events:none;position:absolute;right:10px}.at-dropdown-menu{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001a;left:0;max-height:260px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:200}.at-dropdown-item{border-bottom:1px solid #f1f5f9;cursor:pointer;padding:10px 14px;transition:background .15s}.at-dropdown-item:last-child{border-bottom:none}.at-dropdown-item:hover{background:#f8fafc}.at-dropdown-item.selected{background:#eef2ff;border-left:3px solid #6366f1}.at-ddi-title{color:#1e293b;font-size:.85rem;font-weight:600}.at-ddi-id{color:#94a3b8;font-size:.72rem;margin-top:1px}.at-ddi-empty{color:#94a3b8;cursor:default;font-size:.85rem;font-style:italic;text-align:center}.at-count-badge{align-self:flex-end;background:#f1f5f9;border-radius:20px;color:#475569;font-size:.75rem;font-weight:600;margin-left:auto;padding:.4rem .85rem}.at-grid{grid-gap:1.1rem;animation:at-fade .3s ease-out;display:grid;gap:1.1rem;grid-template-columns:repeat(3,1fr)}@keyframes at-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.at-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.at-grid{grid-template-columns:1fr}}.at-card{background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 1px 4px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s}.at-card-clickable{cursor:pointer}.at-card-clickable:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.at-card-strip{flex-shrink:0;height:4px;width:100%}.at-card-body{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:.9rem 1rem .75rem}.at-card-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.at-exam-badge{letter-spacing:.05em;text-transform:uppercase}.at-exam-badge,.at-status-badge{border-radius:4px;font-size:.65rem;font-weight:700;padding:2px 7px}.at-status-badge{text-transform:capitalize}.at-status-done{background:#dcfce7;color:#15803d}.at-status-wip{background:#dbeafe;color:#1d4ed8}.at-status-paused{background:#fef9c3;color:#a16207}.at-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;font-size:.88rem;font-weight:700;line-height:1.4;margin:0;overflow:hidden}.at-score-row{align-items:center;border-radius:7px;display:flex;gap:.5rem;margin-top:.1rem;padding:.5rem .75rem}.at-score-row.passed{background:#f0fdf4}.at-score-row.failed{background:#fff1f2}.at-score-row.incomplete{background:#f8fafc}.at-score-val{color:#0f172a;font-size:1.1rem;font-weight:800}.at-score-total{color:#64748b;font-size:.75rem;font-weight:500}.at-pct-badge{background:#e2e8f0;border-radius:20px;color:#475569;font-size:.72rem;font-weight:700;padding:2px 7px}.at-verdict{border-radius:4px;font-size:.65rem;font-weight:800;letter-spacing:.08em;margin-left:auto;padding:2px 8px}.at-verdict.pass{background:#bbf7d0;color:#15803d}.at-verdict.fail{background:#fecdd3;color:#be123c}.at-stats{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:.6rem;padding-top:.35rem}.at-stat{align-items:center;display:flex;font-size:.72rem;font-weight:600;gap:.25rem}.at-stat.correct{color:#16a34a}.at-stat.incorrect{color:#dc2626}.at-stat.unanswered{color:#d97706}.at-stat.time{color:#6366f1;margin-left:auto}.at-date{color:#94a3b8;font-size:.7rem;margin-top:.1rem}.at-card-footer{border-top:1px solid #f1f5f9;display:flex;gap:.5rem;padding:.6rem 1rem .85rem}.at-btn-result{border:none;border-radius:7px;color:#fff;cursor:pointer;flex:2 1;font-size:.78rem;font-weight:700;padding:.48rem 0;transition:filter .2s,transform .15s}.at-btn-result:hover{filter:brightness(1.1);transform:scale(1.01)}.at-btn-review{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#475569;cursor:pointer;flex:1 1;font-size:.78rem;font-weight:700;padding:.48rem 0;transition:background .2s,border-color .2s}.at-btn-review:hover{background:#f1f5f9;border-color:#cbd5e1}.at-state{background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:4rem 2rem;text-align:center}.at-state p{color:#64748b;font-size:.95rem;margin-bottom:1.25rem}.at-error{color:#dc2626!important}.at-spinner{animation:at-spin .85s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#6366f1;height:40px;margin:0 auto 1rem;width:40px}@keyframes at-spin{to{transform:rotate(1turn)}}.at-btn-primary{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.88rem;font-weight:600;padding:.6rem 1.4rem;transition:background .2s,transform .15s}.at-btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}@media (max-width:600px){.at-filters{align-items:stretch;flex-direction:column}.at-count-badge{margin-left:0;text-align:center}}.admin-sidebar-backdrop{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:998}@media (max-width:1024px){.admin-sidebar-backdrop{display:block}}.admin-sidebar{background:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 80px);height:calc(100vh - var(--header-height, 80px));left:-350px;overflow-y:auto;position:fixed;top:80px;top:var(--header-height,80px);transition:left .3s ease;width:350px;z-index:999}.admin-sidebar.open{left:0}.admin-sidebar-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary-color,#667eea) 0,var(--secondary-color,#764ba2) 100%);border-bottom:1px solid #e2e8f0;color:#fff;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.admin-sidebar-header h2{color:#fff;font-size:1.125rem;font-weight:700;margin:0}.admin-sidebar-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:background .3s;width:32px}.admin-sidebar-close:hover{background:#ffffff4d}.admin-sidebar-close svg{height:16px;width:16px}.admin-sidebar-toggle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary-color,#667eea) 0,var(--secondary-color,#764ba2) 100%);border:none;border-radius:8px;box-shadow:0 2px 8px #4a90e24d;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;left:1rem;position:fixed;top:calc(80px + 1rem);top:calc(var(--header-height, 80px) + 1rem);transition:all .3s;width:40px;z-index:998}.admin-sidebar-toggle:hover{box-shadow:0 4px 12px #4a90e266;transform:translateX(4px)}.admin-sidebar-toggle svg{height:20px;width:20px}.admin-sidebar-nav{flex:1 1;padding:.5rem 0}.admin-sidebar-nav ul{list-style:none;margin:0;padding:0}.admin-sidebar-nav li{margin:0}.admin-sidebar-link{align-items:center;border-left:3px solid #0000;color:#495057;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:.875rem 1.25rem;text-decoration:none;transition:all .3s}.admin-sidebar-link .link-content{align-items:center;display:flex;gap:.875rem}.admin-sidebar-link:hover{background:#f8faff}.admin-sidebar-link.active,.admin-sidebar-link:hover{border-left-color:#667eea;border-left-color:var(--primary-color,#667eea);color:#667eea;color:var(--primary-color,#667eea)}.admin-sidebar-link.active{background:#eff6ff;font-weight:600}.admin-sidebar-icon{font-size:1.25rem;text-align:center;width:24px}.admin-sidebar-label{font-size:.95rem}.admin-sidebar .arrow-icon{color:#a0aec0;font-size:.7rem;transition:transform .3s ease}.admin-sidebar .arrow-icon.expanded{transform:rotate(180deg)}.admin-sidebar .sidebar-submenu{background:#f8f9fa;border-bottom:1px solid #f1f3f5;border-top:1px solid #f1f3f5;list-style:none;margin:0;padding:0}.admin-sidebar .sidebar-submenu .admin-sidebar-link{border-left:3px solid #0000;font-size:.9rem;padding-left:3rem}.admin-sidebar .sidebar-submenu .admin-sidebar-link:hover{background:#e9ecef}.admin-sidebar .sidebar-submenu .admin-sidebar-link.active{background:#e9ecef;border-left-color:#667eea;border-left-color:var(--primary-color,#667eea);color:#667eea;color:var(--primary-color,#667eea)}.admin-sidebar-footer{border-top:1px solid #e2e8f0;padding:1rem}.admin-sidebar-footer .back-link{border-radius:6px;color:#718096;display:block;font-size:.9rem;padding:.5rem;text-align:center;text-decoration:none;transition:all .2s}.admin-sidebar-footer .back-link:hover{background:#f7fafc;color:#4a5568}@media (min-width:1025px){.admin-sidebar{box-shadow:2px 0 10px #0000001a;height:calc(100vh - 80px);height:calc(100vh - var(--header-height, 80px));left:-280px;position:fixed;top:80px;top:var(--header-height,80px);width:280px}.admin-sidebar.open{left:0}.admin-sidebar-backdrop{display:none}.admin-sidebar-close,.admin-sidebar-toggle{display:flex}.admin-page-container{margin-left:0;transition:margin-left .3s ease}.admin-page-container.sidebar-open,.admin-sidebar.open~* .admin-page-container{margin-left:280px}}@media (max-width:1024px){.admin-sidebar{left:-350px}.admin-sidebar.open{left:0}.admin-sidebar-toggle{display:flex}}.question-pool-page{background:#f7f9fc;display:flex;flex-direction:column;min-height:100vh}.admin-page-container{padding:0}.question-pool-container{margin-top:0!important;width:100%}.question-pool-content-wrapper{margin:0 auto;max-width:1600px;padding:1rem 1.5rem;width:100%}@media (min-width:1025px){.admin-page-container{box-sizing:border-box;margin-left:0;padding:1.5rem 2rem;width:100%}.admin-page-container.sidebar-open{margin-left:280px;padding:1.5rem;width:calc(100% - 280px)}.admin-page-container.sidebar-closed{margin-left:0;width:100%}}.page-header{border-bottom:1px solid #e8ecf0;margin-bottom:1rem;padding:1rem 0 .75rem}.page-header-left{display:flex;flex-direction:column;gap:.5rem}.page-header h1{color:#1a1f36;letter-spacing:-.02em}.questions-count{color:#64748b;font-size:.95rem;font-weight:500}.header-actions{align-items:center;gap:.75rem}.quick-stats{grid-gap:.75rem;animation:slideDown .3s ease-out;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1rem}.stat-item{background:#fff;border:1px solid #e8ecf0;border-radius:10px;box-shadow:0 2px 6px #00000008;display:flex;flex-direction:column;gap:.375rem;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-label{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stat-value{color:#1a1f36;font-size:1.75rem;font-weight:700;line-height:1}.stat-value.active,.stat-value.easy{color:#10b981}.stat-value.medium{color:#f59e0b}.stat-value.hard{color:#ef4444}.search-bar-container{animation:slideDown .3s ease-out;margin-bottom:1rem}.search-input-wrapper{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;padding:.75rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 4px 16px #4a90e226,0 0 0 3px #4a90e21a;transform:translateY(-1px)}.search-icon{color:#94a3b8;flex-shrink:0;font-size:1.125rem;margin-right:.875rem;transition:color .3s ease}.search-input-wrapper:focus-within .search-icon{color:var(--primary-color)}.search-input{background:#0000;border:none;color:#1a1f36;font-weight:500;outline:none}.search-input::placeholder{color:#94a3b8;font-weight:400}.clear-search-btn{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:.5rem;padding:.5rem;transition:all .2s ease}.clear-search-btn:hover{background:#e2e8f0;color:#1a1f36;transform:rotate(90deg)}.btn-clear-filters,.btn-filter,.btn-primary{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-primary{background:var(--gradient-primary);box-shadow:0 4px 12px #4a90e240}.btn-primary:hover{box-shadow:0 6px 20px #4a90e259}.btn-primary:active{transform:translateY(0)}.btn-primary svg{flex-shrink:0}.btn-filter{background:#fff;border:2px solid var(--primary-color);color:var(--primary-color);font-weight:600}.btn-filter:hover{box-shadow:0 4px 12px #4a90e233;transform:translateY(-1px)}.btn-filter.active,.btn-filter:hover{background:var(--primary-color);color:#fff}.btn-filter svg{flex-shrink:0}.btn-clear-filters{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:.875rem;padding:.5rem 1rem}.btn-clear-filters:hover{background:#e2e8f0;border-color:#cbd5e1;color:#475569}.btn-clear-filters svg{flex-shrink:0}.filters-panel{animation:slideDown .3s ease-out;background:#fff;border:1px solid #e8ecf0;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:1rem;padding:1.25rem}.filters-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.filters-header h3{color:#1a1f36;font-size:1.1rem;font-weight:600;margin:0}.btn-close-filters{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.btn-close-filters:hover{background:#f1f5f9;color:#1a1f36}.filter-row{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{display:flex;flex-direction:column;gap:.625rem}.filter-group label{color:#334155;font-size:.875rem;font-weight:600;letter-spacing:.01em}.filter-group select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1a1f36;cursor:pointer;font-size:.95rem;font-weight:500;padding:.875rem 1rem;transition:all .3s ease}.filter-group select:hover{background:#f8faff;border-color:var(--primary-color)}.filter-group select:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.filters-footer{border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem}.questions-list-container{animation:fadeIn .4s ease-out;background:#fff;border:1px solid #e8ecf0;border-radius:12px;box-shadow:0 2px 12px #0000000a;max-width:100%;overflow:hidden;width:100%}.questions-table{border-collapse:collapse;min-width:1000px;width:100%}.questions-table thead{background:linear-gradient(135deg,#f8faff,#f1f5f9);border-bottom:2px solid #e8ecf0}.questions-table th{color:#475569;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:1.25rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.questions-table th:first-child{width:5%}.questions-table th:nth-child(2){width:30%}.questions-table th:nth-child(3){width:8%}.questions-table th:nth-child(4),.questions-table th:nth-child(5),.questions-table th:nth-child(6){width:10%}.questions-table th:nth-child(7){width:7%}.questions-table th:nth-child(8){width:10%}.questions-table th:nth-child(9){background:linear-gradient(135deg,#f8faff,#f1f5f9);box-shadow:-2px 0 8px #00000014;position:-webkit-sticky;position:sticky;right:0;width:10%;z-index:10}.questions-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.questions-table tbody tr:hover{box-shadow:0 2px 8px #0000000a;transform:scale(1.001)}.questions-table tbody tr:hover,.questions-table tbody tr:hover td:nth-child(9){background:linear-gradient(135deg,#f8faff,#f1f5f9)}.questions-table td{color:#1a1f36;font-size:.9rem;padding:1.25rem 1rem;vertical-align:middle}.questions-table td:first-child{width:5%}.questions-table td:nth-child(2){width:30%}.questions-table td:nth-child(3){width:8%}.questions-table td:nth-child(4),.questions-table td:nth-child(5),.questions-table td:nth-child(6){width:10%}.questions-table td:nth-child(7){width:7%}.questions-table td:nth-child(8){width:10%}.questions-table td:nth-child(9){background:#fff;box-shadow:-2px 0 8px #00000014;position:-webkit-sticky;position:sticky;right:0;width:10%;z-index:5}.question-id{color:var(--primary-color);font-size:.95rem;font-weight:700;transition:all .2s ease}.question-row:hover .question-id{text-shadow:0 2px 4px #4a90e233;transform:scale(1.05)}.question-text-cell{overflow:hidden}.question-text-truncated{color:#1a1f36;line-height:1.5}.question-meta-cell,.question-text-truncated{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.question-meta-cell{color:#64748b;font-size:.875rem;font-weight:500}.question-marks{white-space:nowrap}.marks-display{align-items:center;display:flex;gap:.25rem}.marks-value{color:#1a1f36;font-size:.95rem;font-weight:700}.negative-marks{color:#dc2626;font-size:.8rem;font-weight:600}.question-actions-cell{background:#fff;white-space:nowrap}.questions-table tbody tr:hover .question-actions-cell{background:linear-gradient(135deg,#f8faff,#f1f5f9)}.questions-table tbody td:nth-child(9),.questions-table thead th:nth-child(9){box-shadow:-2px 0 8px #00000014}.action-buttons,.badge{align-items:center}.badge{border-radius:12px;cursor:default;display:inline-flex;font-weight:700;letter-spacing:.03em;padding:.375rem .875rem;transition:all .2s ease}.badge:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.badge.type{background:#e0f2fe;border:1px solid #bae6fd;color:#0369a1}.badge.difficulty.easy{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.badge.difficulty.medium{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.badge.difficulty.hard{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.badge.status.active{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.badge.status.inactive{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.btn-delete-small,.btn-edit-small{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.375rem;height:36px;justify-content:center;min-width:36px;padding:.5rem 1rem;transition:all .3s ease}.btn-edit-small{background:var(--primary-color);box-shadow:0 2px 8px #4a90e233;color:#fff}.btn-edit-small:hover{background:var(--secondary-color);box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.btn-edit-small svg{flex-shrink:0;font-size:.875rem}.btn-delete-small{background:#fee2e2;box-shadow:0 2px 8px #dc26261a;color:#dc2626}.btn-delete-small:hover{background:#dc2626;box-shadow:0 4px 12px #dc262640;color:#fff;transform:translateY(-1px)}.btn-delete-small svg{flex-shrink:0;font-size:.875rem}.empty-container,.error-container,.loading-container{animation:fadeIn .4s ease-out;border:1px solid #e8ecf0;box-shadow:0 2px 12px #0000000a;padding:4rem 2rem}.loading-spinner{border:4px solid #f1f5f9;border-top:4px solid var(--primary-color);height:3.5rem;margin:0 auto 1.5rem;width:3.5rem}.loading-text{color:#64748b;font-size:1rem;font-weight:500;margin:0}.empty-icon,.error-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.empty-container h3,.error-container h3{color:#1a1f36;font-size:1.5rem;font-weight:700;margin:0 0 .75rem}.empty-container p,.error-container p{color:#64748b;font-size:1rem;line-height:1.6;margin:0 0 2rem}@media (max-width:1024px){.admin-page-container{padding:1.5rem 1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{flex-wrap:wrap;width:100%}.btn-filter,.btn-primary{flex:1 1;justify-content:center;min-width:140px}.filter-row{grid-template-columns:repeat(2,1fr)}.search-bar-container{margin-bottom:1.25rem}}@media (max-width:768px){.question-pool-container{padding:0}.page-header{border-bottom:1px solid #e8ecf0;padding:1.25rem 0}.page-header h1{font-size:1.5rem}.header-actions{flex-direction:column;width:100%}.btn-filter,.btn-primary{width:100%}.filters-panel{border-radius:12px;padding:1.5rem}.filter-row{gap:1rem;grid-template-columns:1fr}.questions-list-container{border-radius:12px;overflow-x:auto}.questions-table{min-width:800px}.action-buttons{flex-direction:column;gap:.375rem}.btn-delete-small,.btn-edit-small{justify-content:center;width:100%}}@media (max-width:480px){.admin-page-container{padding:1rem .75rem}.page-header{padding:1rem 0}.page-header h1{font-size:1.25rem}.filters-panel{padding:1rem}.filters-header h3{font-size:1rem}.btn-clear-filters{justify-content:center;width:100%}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2) format("woff2"),url(/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff) format("woff"),url(/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2) format("woff2"),url(/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff) format("woff"),url(/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.rich-text-editor-wrapper{background:#fff;border-radius:8px;position:relative;z-index:1}.rich-text-editor-wrapper .ql-container{font-family:Source Sans Pro,Noto Sans Telugu,sans-serif;font-size:1rem;line-height:1.6;min-height:200px;pointer-events:auto!important;position:relative}.rich-text-editor-wrapper .ql-container.ql-disabled{opacity:1!important;pointer-events:auto!important}.rich-text-editor-wrapper .ql-container:not(.ql-disabled){cursor:text;pointer-events:auto!important}.rich-text-editor-wrapper .ql-editor{cursor:text;min-height:200px;padding:12px 15px}.rich-text-editor-wrapper .ql-editor.ql-blank:before{color:#999;font-style:normal;left:15px}.rich-text-editor-wrapper .ql-editor:focus{outline:none}.rich-text-editor-wrapper .ql-editor{cursor:text!important}.rich-text-editor-wrapper .ql-editor[contenteditable=false]{cursor:text!important;pointer-events:auto!important}.rich-text-editor-wrapper .ql-editor[contenteditable=true]{cursor:text!important}.rich-text-editor-wrapper .ql-editor blockquote,.rich-text-editor-wrapper .ql-editor h1,.rich-text-editor-wrapper .ql-editor h2,.rich-text-editor-wrapper .ql-editor h3,.rich-text-editor-wrapper .ql-editor ol,.rich-text-editor-wrapper .ql-editor p,.rich-text-editor-wrapper .ql-editor pre,.rich-text-editor-wrapper .ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.rich-text-editor-wrapper .ql-toolbar{background:#fafafa;border:1px solid #ccc;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px}.rich-text-editor-wrapper .ql-container{border:1px solid #ccc;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none}.editor-help-text{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.85rem;margin-top:.5rem;padding:.5rem}.ql-formula{background:#f0f0f0;border-radius:3px;font-family:KaTeX_Math,Times New Roman,serif;padding:2px 4px}.ql-syntax{background:#f4f4f4;border-radius:4px;font-family:Courier New,monospace;padding:1rem}.image-upload-container{margin:1rem 0}.image-upload-controls{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.btn-upload-image{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.btn-upload-image:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.btn-upload-image:disabled{cursor:not-allowed;opacity:.6}.upload-hint{color:#6c757d;font-size:.85rem}.uploaded-images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:1rem}.uploaded-image-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;position:relative}.uploaded-image-item img{display:block;height:150px;object-fit:cover;width:100%}.btn-remove-image{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:28px;justify-content:center;line-height:1;position:absolute;right:.5rem;top:.5rem;transition:all .3s;width:28px}.btn-remove-image:hover{background:#dc3545;transform:scale(1.1)}.live-preview-container{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-top:1rem;max-height:600px;overflow-y:auto;padding:1.5rem}.preview-header{border-bottom:2px solid #e9ecef;color:#212529;font-size:1.2rem;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem}.preview-content{display:flex;flex-direction:column;font-family:Source Sans Pro,Noto Sans Telugu,sans-serif;gap:1.5rem}.preview-section{border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.preview-section:last-child{border-bottom:none}.preview-section-title{color:#495057;font-size:1rem;font-weight:600;margin:0 0 .75rem}.preview-question,.preview-solution{background:#f8f9fa;border-radius:6px;color:#212529;font-size:1rem;line-height:1.6;padding:1rem}.preview-options{display:flex;flex-direction:column;gap:.75rem}.preview-option{align-items:flex-start;background:#f8f9fa;border:2px solid #0000;border-radius:6px;display:flex;gap:.75rem;padding:.75rem;transition:all .2s}.preview-option.correct{background:#e7f5e7;border-color:#28a745}.option-label-preview{color:#667eea;font-weight:700;min-width:24px}.option-text-preview{flex:1 1;font-size:.95rem;line-height:1.5}.correct-badge-preview{background:#28a745;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;white-space:nowrap}.math-block{background:#fff;border-radius:4px;margin:1rem 0;padding:1rem;text-align:center}.math-error{background:#fff3cd;border-radius:3px;color:#856404;font-family:monospace;padding:2px 4px}.live-preview-container pre{border-radius:6px;margin:.5rem 0}.preview-html-content{line-height:1.6}.preview-html-content img{border-radius:4px;height:auto;margin:.5rem 0;max-width:100%}.preview-html-content p{margin:.5rem 0}.preview-html-content ol,.preview-html-content ul{margin:.5rem 0;padding-left:1.5rem}.preview-html-content code{background:#f4f4f4;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;padding:2px 4px}.preview-html-content pre{background:#f4f4f4;border-radius:4px;overflow-x:auto;padding:1rem}.question-form-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.admin-page-container{margin-top:80px;margin-top:var(--header-height,80px)}.question-form-container{width:100%}.question-form{grid-gap:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.form-group input[type=checkbox]{cursor:pointer;margin-right:.5rem;width:auto}.form-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.option-input-group{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.option-header-input{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.option-label-display{align-items:center;background:#eef2ff;border-radius:50%;color:#667eea;display:inline-flex;font-size:1.2rem;font-weight:700;height:2.5rem;justify-content:center;min-width:2rem;width:2.5rem}.correct-checkbox-label{align-items:center;color:#495057;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.correct-checkbox-label input[type=checkbox]{accent-color:#28a745;cursor:pointer;height:18px;width:18px}.readonly-input{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.preview-toggle-section{border-top:1px solid #e9ecef;grid-column:1/-1;margin-top:2rem;padding-top:1.5rem}.btn-preview-toggle{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.btn-preview-toggle:hover{background:#e9ecef;border-color:#adb5bd}.preview-section-wrapper{grid-column:1/-1;margin-top:1rem}.btn-save-draft{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-save-draft:hover{background:#5a6268;transform:translateY(-1px)}@media (max-width:1200px){.question-form{grid-template-columns:1fr}.form-section.full-width{grid-column:1}}.hindi-fields-toggle,.telugu-fields-toggle{margin:1rem 0}.btn-toggle-hindi,.btn-toggle-telugu{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1rem;transition:all .3s}.btn-toggle-hindi:hover,.btn-toggle-telugu:hover{background:#e9ecef;border-color:#adb5bd}.btn-toggle-hindi span,.btn-toggle-telugu span{font-size:.8rem;transition:transform .3s}.hindi-field-section,.telugu-field-section{animation:slideDown .3s ease-out;margin-top:1rem}@media (max-width:768px){.question-form-container{padding:1rem}.form-header{align-items:flex-start;flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}}.tests-management-page{--primary-color:#2563eb;--secondary-color:#1d4ed8;background:#fff;display:flex;flex-direction:column;min-height:100vh}.tests-management-container{box-sizing:border-box;margin-top:0!important;max-width:100%;overflow-x:hidden;width:100%}.page-header{border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.page-header h1{color:#0f172a}.header-actions{display:flex;gap:1rem}.btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #f973164d}.btn-primary:hover{box-shadow:0 6px 16px #f9731666}.btn-secondary{border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;color:#334155}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.tests-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.search-filter-group{display:flex;flex:1 1;gap:1rem;min-width:300px}.search-input{border:1px solid #dee2e6;border-radius:8px;flex:1 1;font-size:.95rem;padding:.75rem 1rem;transition:all .3s}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.status-filter{background:#fff;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;font-size:.95rem;min-width:150px;padding:.75rem 1rem}.pagination-controls{align-items:center;display:flex;gap:1rem}.pagination-controls label{align-items:center;color:#495057;display:flex;font-size:.9rem;gap:.5rem}.pagination-controls select{border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem}.results-info{color:#64748b;font-size:.9rem;white-space:nowrap}.tests-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;overflow:hidden}.tests-table{border-collapse:collapse;width:100%}.tests-table thead{background:#2563eb;color:#fff}.tests-table th{font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.tests-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s}.tests-table tbody tr:hover{background-color:#f8f9fa}.tests-table tbody tr:last-child{border-bottom:none}.tests-table td{color:#334155;font-size:.95rem;padding:1rem;vertical-align:middle}.test-title-cell{max-width:300px}.title-wrapper{display:flex;flex-direction:column;gap:.25rem}.title-wrapper strong{color:#212529;font-weight:600}.test-subtitle{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.85rem;overflow:hidden}.badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.badge.exam-type{background:#e7f3ff;color:#06c}.badge.test-type{background:#fff3cd;color:#856404}.badge.status.published{background:#d4edda;color:#155724}.badge.status.draft{background:#f8d7da;color:#721c24}.actions-cell{align-items:center;display:flex;gap:.25rem;white-space:nowrap}.btn-icon{font-size:1rem;padding:.4rem;transition:transform .2s}.btn-icon:hover{background:#f8f9fa;transform:scale(1.1)}.btn-icon.btn-edit:hover{background:#e7f3ff}.btn-icon.btn-delete:hover{background:#f8d7da}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.pagination-btn{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.pagination-btn.active,.pagination-btn:hover:not(:disabled){background:#2563eb;border-color:#2563eb;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-numbers{display:flex;gap:.25rem}.pagination-ellipsis{color:#6c757d;padding:.5rem}.empty-container,.error-container,.loading-container{background:#fff;border-radius:12px;padding:3rem 1rem;text-align:center}.loading-spinner{border-top-color:#2563eb}@media (max-width:1200px){.tests-table td:nth-child(8),.tests-table th:nth-child(8){display:none}}@media (max-width:992px){.tests-controls{align-items:stretch;flex-direction:column}.search-filter-group{width:100%}.pagination-controls{justify-content:space-between;width:100%}.tests-table td:nth-child(4),.tests-table td:nth-child(5),.tests-table th:nth-child(4),.tests-table th:nth-child(5){display:none}}@media (max-width:768px){.admin-page-container{padding:1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{width:100%}.header-actions button{flex:1 1}.tests-table-container{overflow-x:auto}.tests-table{min-width:600px}.tests-table td:nth-child(3),.tests-table td:nth-child(6),.tests-table th:nth-child(3),.tests-table th:nth-child(6){display:none}.pagination{flex-wrap:wrap}.pagination-numbers{justify-content:center;margin-top:.5rem;order:3;width:100%}}.test-form-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.test-form-container{width:100%}.form-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.form-header h1{color:#212529;font-size:2rem;font-weight:700;margin:0}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}.error-alert{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.test-form{grid-gap:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.form-section{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section.full-width{grid-column:1/-1}.form-section h2{border-bottom:2px solid #e9ecef;color:#212529;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem}.form-section h3{color:#495057;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.form-section h4{color:#495057;font-size:1rem;font-weight:600;margin-bottom:.75rem}.form-group label{color:#495057}.form-group input[type=number],.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input[type=number]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:80px}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.sections-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:1.5rem}.section-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;transition:all .3s}.section-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea33}.section-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.section-card-header h3{color:#212529;font-size:1rem;font-weight:600;margin:0}.section-description{color:#6c757d;font-size:.85rem;margin:0 0 .5rem}.section-stats{color:#6c757d;display:flex;font-size:.8rem;gap:1rem;margin-top:.5rem}.btn-remove-small,.btn-remove-tiny{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;transition:all .3s}.btn-remove-small{font-size:1.2rem;height:24px;padding:.25rem .5rem;width:24px}.btn-remove-small,.btn-remove-tiny{align-items:center;display:flex;justify-content:center;line-height:1}.btn-remove-tiny{font-size:1rem;height:20px;padding:.15rem .4rem;width:20px}.btn-remove-small:hover,.btn-remove-tiny:hover{background:#c82333}.btn-manage{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:all .3s}.btn-manage:hover{background:#5568d3}.add-section-form{align-items:flex-end;display:flex;gap:1rem;margin-top:1rem}.section-select{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:.95rem;padding:.75rem}.btn-add-section{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s;white-space:nowrap}.btn-add-section:hover{background:#218838;transform:translateY(-1px)}.section-questions-management{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.sections-questions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1rem}.section-questions-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.section-questions-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.section-questions-header h4{color:#212529;font-size:.95rem;font-weight:600;margin:0}.questions-list-compact{margin:.75rem 0;max-height:200px;overflow-y:auto}.questions-list-compact ul{list-style:none;margin:0;padding:0}.question-item-compact{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:4px;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.4rem;padding:.5rem}.question-item-compact span{color:#495057;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-questions{color:#6c757d;font-size:.85rem;font-style:italic;padding:.75rem;text-align:center}.add-question-form-compact{margin-top:.75rem}.add-question-form-compact select{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.5rem;width:100%}.form-actions{border-top:2px solid #e9ecef;display:flex;gap:1rem;grid-column:1/-1;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.loading-container{padding:3rem 1rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-top-color:#667eea;height:3rem;margin:0 auto 1rem;width:3rem}@media (max-width:1200px){.test-form{grid-template-columns:1fr}.form-section.full-width{grid-column:1}}@media (max-width:768px){.test-form-container{padding:1rem}.form-header{align-items:flex-start;flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}.section-item{align-items:flex-start;flex-direction:column;gap:1rem}}.form-tabs-container{border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.form-tabs{display:flex;gap:.5rem}.tab-btn{border-bottom:3px solid #0000;color:#64748b;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.tab-btn:hover{background:#667eea0d;border-radius:8px 8px 0 0;color:#667eea}.tab-btn.active{border-bottom-color:#667eea;color:#667eea}.slide-in{animation:slideIn .4s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-state{background:#f8f9fa;border:2px dashed #dee2e6;color:#6c757d;padding:3rem}.form-actions-inline{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.tab-description{color:#6c757d;font-size:.95rem;margin:-.5rem 0 1.5rem}.sections-management-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.available-sections-panel,.selected-sections-panel{background:#fff;border:2px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;min-height:500px;overflow:hidden}.panel-header{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #dee2e6;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.panel-header h3{color:#212529;font-size:1.1rem;font-weight:700;margin:0}.count-badge{background:#fff;border:1px solid #dee2e6;border-radius:20px;color:#6c757d;font-size:.85rem;font-weight:600;padding:.375rem .875rem}.count-badge.primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.sections-list{flex:1 1;max-height:600px;overflow-y:auto;padding:1rem}.available-section-card{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.available-section-card:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateX(4px)}.available-section-card:active{transform:translateX(2px) scale(.98)}.section-card-content{flex:1 1}.section-card-content h4{color:#212529;font-size:1rem;font-weight:600;margin:0 0 .5rem}.section-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.875rem;line-height:1.4;margin:0 0 .75rem;overflow:hidden}.section-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{align-items:center;color:#6c757d;display:inline-flex;font-size:.8rem;font-weight:500;gap:.375rem}.meta-item svg{color:#667eea;flex-shrink:0}.add-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .3s;width:36px}.available-section-card:hover .add-icon{box-shadow:0 4px 12px #667eea66;transform:scale(1.1) rotate(90deg)}.selected-section-card{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #667eea;border-radius:10px;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .3s}.selected-section-card:hover{box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.section-number{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:.9rem;font-weight:700}.btn-remove-icon,.section-number{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.btn-remove-icon{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#dc3545;cursor:pointer;transition:all .3s}.btn-remove-icon:hover{background:#dc3545;border-color:#dc3545;color:#fff;transform:scale(1.1)}.empty-state-small{color:#6c757d;padding:3rem 1.5rem;text-align:center}.empty-state-small svg{color:#dee2e6;margin-bottom:1rem}.empty-state-small p{color:#495057;font-size:1rem;font-weight:600;margin:.5rem 0}.empty-state-small span{color:#6c757d;font-size:.875rem}@media (max-width:1024px){.sections-management-grid{gap:1.5rem;grid-template-columns:1fr}.available-sections-panel,.selected-sections-panel{min-height:400px}}.questions-mapping-layout{background:#fff;border:1px solid #e9ecef;border-radius:12px;display:flex;height:600px;overflow:hidden}.qm-sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;flex-shrink:0;width:250px}.qm-sidebar-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 1.25rem}.qm-sidebar-header h3{color:#495057;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.qm-sections-list{flex:1 1;overflow-y:auto}.qm-section-item{align-items:center;border-bottom:1px solid #e9ecef;cursor:pointer;display:flex;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s}.qm-section-item:hover{background:#e9ecef}.qm-section-item.active{background:#fff;border-left:4px solid #667eea;box-shadow:0 2px 8px #0000000d}.qm-section-info{align-items:center;display:flex;gap:.75rem}.qm-section-idx{align-items:center;background:#dee2e6;border-radius:50%;color:#495057;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.qm-section-item.active .qm-section-idx{background:#667eea;color:#fff}.qm-section-name{color:#343a40;font-size:.9rem;font-weight:600}.qm-section-count{background:#e9ecef;border-radius:12px;color:#868e96;font-size:.8rem;padding:.1rem .5rem}.qm-content-panel{background:#fff;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.qm-active-section{display:flex;flex-direction:column;height:100%}.qm-panel-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.25rem 2rem}.qm-panel-header h3{color:#212529;font-size:1.25rem;margin:0 0 .25rem}.qm-subtitle{color:#868e96;font-size:.9rem;margin:0}.qm-stats{display:flex;gap:1rem}.stat-pill{background:#e7f5ff;border-radius:20px;color:#1971c2;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.qm-questions-manager{background:#f8f9fa;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:1rem 2rem}.qm-tools-bar{margin-bottom:1rem}.qm-lists-container{gap:1.5rem}.qm-list-column,.qm-lists-container{display:flex;flex:1 1;overflow:hidden}.qm-list-column{background:#fff;border:1px solid #e9ecef;border-radius:10px;box-shadow:0 2px 4px #00000005;flex-direction:column}.qm-list-column h4{background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#495057;font-size:.95rem;margin:0;padding:1rem;text-align:center}.qm-list-column.selected{border-color:#d0bfff}.qm-list-column.selected h4{background:#f3f0ff;color:#5f3dc4}.qm-scroll-list{flex:1 1;overflow-y:auto;padding:.75rem}.qm-question-card{align-items:flex-start;border-bottom:1px solid #f1f3f5;display:flex;gap:.75rem;padding:.75rem;transition:background .2s}.qm-question-card:last-child{border-bottom:none}.qm-question-card:hover{background:#f8f9fa}.q-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#343a40;display:-webkit-box;flex:1 1;font-size:.9rem;line-height:1.4;overflow:hidden}.q-text p{margin:0}.q-text img{max-height:60px;max-width:100px;object-fit:cover}.btn-add-circle,.btn-remove-circle{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:28px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:28px}.btn-add-circle{background:#e7f5ff;color:#1971c2}.btn-add-circle:hover{background:#1971c2;color:#fff}.btn-remove-circle{background:#fff5f5;color:#e03131}.btn-remove-circle:hover{background:#e03131;color:#fff}.qm-empty-selection{align-items:center;background:#f8f9fa;display:flex;flex:1 1;justify-content:center}.selection-prompt{color:#adb5bd;text-align:center}.arrow-left-icon{animation:bounceLeft 1s infinite;display:block;font-size:2rem;margin-bottom:1rem}@keyframes bounceLeft{0%,to{transform:translateX(0)}50%{transform:translateX(-10px)}}.empty-placeholder{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.empty-placeholder,.empty-small{color:#adb5bd;padding:2rem;text-align:center}.empty-small{font-size:.9rem}.card-actions{gap:.5rem}.btn-view-icon,.card-actions{align-items:center;display:flex}.btn-view-icon{background:#f1f3f5;border:none;border-radius:50%;color:#495057;cursor:pointer;height:28px;justify-content:center;padding:0;transition:all .2s;width:28px}.btn-view-icon:hover{background:#dee2e6;color:#212529}.question-detail-view{padding:.5rem}.detail-row{margin-bottom:1.5rem}.detail-row strong{color:#495057;display:block;font-size:.95rem;margin-bottom:.5rem}.detail-options-list{grid-gap:.75rem;display:grid;gap:.75rem}.detail-option-item{align-items:flex-start;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:.75rem;padding:.75rem}.detail-option-item.correct{background:#e6fffa;border-color:#38b2ac}.opt-label{color:#495057;font-weight:700}.correct-badge{background:#38b2ac;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;margin-left:auto;padding:.2rem .5rem}.tags-selector{display:flex;flex-direction:column;gap:1rem}.tag-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:1rem;padding:.75rem;transition:border-color .3s}.tag-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.selected-tags{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-wrap:wrap;gap:.5rem;min-height:40px;padding:.75rem}.tag-badge{align-items:center;animation:fadeIn .3s ease-in;background:linear-gradient(135deg,#ff6b35,#6b4c93);border-radius:20px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:all .3s}.tag-badge:hover{box-shadow:0 4px 12px #ff6b354d;transform:translateY(-2px)}.tag-remove{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:20px;justify-content:center;line-height:1;padding:0;transition:background .2s;width:20px}.tag-remove:hover{background:#ffffff59;transform:scale(1.1)}.no-tags-text{align-self:center;color:#94a3b8;font-size:.875rem;font-style:italic}.test-form-page .modal-container{max-width:900px}.question-detail-modal{max-width:100%;min-width:800px;padding:.5rem}.q-modal-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.q-id-badge{background:#e9ecef;color:#495057}.q-id-badge,.q-type-badge{border-radius:4px;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.q-type-badge{background:#cfe2ff;color:#084298}.q-marks-badge{background:#fff3cd;color:#856404}.q-difficulty-badge,.q-marks-badge{border-radius:4px;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.q-difficulty-badge{text-transform:uppercase}.q-difficulty-badge.easy{background:#d1e7dd;color:#0f5132}.q-difficulty-badge.medium{background:#fff3cd;color:#856404}.q-difficulty-badge.hard{background:#f8d7da;color:#842029}.test-bilingual-toggle{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;display:flex;margin-left:auto;padding:4px}.lang-btn{background:#0000;border:none;border-radius:4px;color:#6c757d;cursor:pointer;font-size:.85rem;font-weight:600;padding:.35rem .85rem;transition:all .2s}.lang-btn.active{background:#fff;box-shadow:0 2px 4px #0000000d;color:#667eea}.lang-btn:disabled{cursor:not-allowed;opacity:.5}.q-modal-body .detail-row{margin-bottom:1.5rem}.detail-label{color:#6c757d;font-size:.9rem;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.q-text-content{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;color:#212529;font-size:1.1rem;line-height:1.6;padding:1rem}.q-options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.q-option-card{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.q-option-card.correct-answer{background:#f0fff4;border-color:#198754;box-shadow:0 2px 8px #1987541a}.opt-indicator{flex-direction:column;gap:4px}.opt-indicator,.opt-letter{align-items:center;display:flex}.opt-letter{background:#e9ecef;border-radius:50%;color:#495057;font-size:.9rem;font-weight:700;height:28px;justify-content:center;width:28px}.correct-answer .opt-letter{background:#198754;color:#fff}.correct-icon{color:#198754;font-size:1.2rem;font-weight:700}.opt-content{flex:1 1;font-size:1rem;line-height:1.5}.explanation-row{border-top:2px dashed #e9ecef;margin-top:2rem;padding-top:1.5rem}.explanation-content{background:#fff3cd;border:1px solid #ffecb5;border-radius:8px;color:#664d03;line-height:1.6;padding:1rem}.q-modal-footer{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}@media (max-width:768px){.q-options-grid{grid-template-columns:1fr}.q-modal-header{align-items:flex-start;flex-direction:column}.test-bilingual-toggle{justify-content:center;margin-left:0;width:100%}}.test-form-page .qm-tools-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.test-form-page .search-input-wrapper{flex:1 1;min-width:200px}.test-form-page .filter-select{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:.9rem;min-width:140px;outline:none;padding:.6rem 1rem}.test-form-page .filter-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.test-form-page .qm-column-header{align-items:center;border-bottom:2px solid #f1f3f5;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.test-form-page .qm-list-actions{align-items:center;background:#e7f5ff;border:1px solid #a5d8ff;border-radius:6px;display:flex;margin-bottom:.75rem;padding:.5rem 1rem}.test-form-page .select-all-label{align-items:center;color:#1971c2;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;-webkit-user-select:none;user-select:none}.test-form-page .select-all-label input{cursor:pointer;height:16px;width:16px}.test-form-page .btn-bulk-add,.test-form-page .btn-bulk-remove{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .2s}.test-form-page .btn-bulk-add{background:#198754;color:#fff}.test-form-page .btn-bulk-add:hover{background:#157347}.test-form-page .btn-bulk-remove{background:#dc3545;color:#fff}.test-form-page .btn-bulk-remove:hover{background:#bb2d3b}.test-form-page .qm-question-card{align-items:flex-start;display:flex;gap:.75rem;padding:.75rem}.test-form-page .qm-question-card.selected{background-color:#f0f7ff;border-color:#667eea}.test-form-page .qm-card-checkbox{padding-top:4px}.test-form-page .qm-card-checkbox input{cursor:pointer;height:18px;width:18px}.test-form-page .qm-card-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.test-form-page .qm-card-actions{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin-top:.5rem}.test-form-page .btn-icon-add,.test-form-page .btn-icon-remove,.test-form-page .btn-icon-view{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background .2s,color .2s}.test-form-page .btn-icon-view:hover{background:#e7f5ff;color:#1971c2}.test-form-page .btn-icon-add:hover{background:#d3f9d8;color:#2b8a3e}.test-form-page .btn-icon-remove:hover{background:#ffe3e3;color:#c92a2a}.modal-overlay{animation:fadeIn .3s ease-in-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;padding:20px}.modal-container{animation:slideUp .3s ease-out;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 8px 32px #0000001f;max-height:85vh;max-width:480px;overflow-y:auto;position:relative;width:100%}.modal-header{border-bottom:1px solid #e2e8f0cc;padding:20px 24px 16px}.modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a90e2,#1976d2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.modal-close{background:#0000;border-radius:50%;font-size:28px;height:32px;padding:0;transition:all .3s ease;width:32px}.modal-close:hover{background:#0000000d;color:#333;transform:rotate(90deg)}.modal-body{padding:20px 24px 24px}@media (max-width:768px){.modal-container{margin:10px;max-width:95%}.modal-header{padding:16px 20px 12px}.modal-header h2{font-size:1.25rem}.modal-body{padding:16px 20px 20px}}.modal-container::-webkit-scrollbar{width:8px}.modal-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4a90e2,#1976d2);border-radius:10px}.modal-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1976d2,#4a90e2)}.courses-management-page{display:flex;flex-direction:column;min-height:100vh}.courses-management-container{flex:1 1;margin:0 auto;margin-top:0!important;max-width:1400px;padding:2rem;transition:margin-left .3s ease}.courses-management-container.sidebar-open{margin-left:280px}.courses-management-container.sidebar-closed{margin-left:0}.page-header-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.page-header-section .btn-primary{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.page-header-section .btn-primary:hover{background:#2563eb;box-shadow:0 4px 6px #3b82f64d;transform:translateY(-1px)}.header-content h1{font-size:2rem;margin:0 0 .5rem}.header-content p{color:#718096}.filters-section{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-box{flex:1 1;min-width:250px}.search-box input{border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:all .2s;width:100%}.search-box input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a;outline:none}.filter-buttons{background:#f7fafc;border-radius:8px;display:flex;gap:.5rem;padding:.25rem}.filter-buttons button{background:#0000;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.filter-buttons button:hover{background:#edf2f7}.filter-buttons button.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2d3748}.courses-list{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.courses-table{width:100%}.table-header{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:1rem 1.5rem;text-transform:uppercase}.table-header,.table-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 90px 90px 110px 130px 340px}.table-row{align-items:center;border-bottom:1px solid #f3f4f6;padding:1.25rem 1.5rem;transition:all .2s}.table-row:hover{background:#f9fafb}.table-row:last-child{border-bottom:none}.col-title h3{color:#111827;font-size:.95rem;font-weight:600;line-height:1.4;margin:0}.col-meta{text-align:center}.meta-value{color:#3b82f6;font-size:.9rem;font-weight:700}.meta-badge{background:#f3f4f6;border-radius:12px;color:#6b7280;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .625rem}.col-status{display:flex;justify-content:center}.status-badge{align-items:center;border-radius:14px;display:inline-flex;font-size:.7rem;font-weight:700;gap:.375rem;letter-spacing:.3px;padding:.375rem .75rem;text-transform:uppercase}.status-icon{height:14px;width:14px}.status-badge.published{background:#dbeafe;color:#1e40af}.status-badge.draft{background:#fef3c7;color:#92400e}.col-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-toggle{border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s;white-space:nowrap}.btn-publish{background:#3b82f6;color:#fff}.btn-publish:hover{background:#2563eb;box-shadow:0 2px 4px #3b82f64d;transform:translateY(-1px)}.btn-unpublish{background:#f3f4f6;color:#6b7280}.btn-unpublish:hover{background:#e5e7eb;color:#374151}.btn-icon{background:#fff;border:1px solid #d1d5db;height:34px;text-decoration:none;width:34px}.btn-icon svg{color:#374151;height:18px;transition:all .2s;width:18px}.btn-icon:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.btn-icon.btn-edit:hover{background:#eff6ff;border-color:#3b82f6}.btn-icon.btn-edit:hover svg{color:#3b82f6}.btn-icon.btn-delete:hover{background:#fef2f2;border-color:#ef4444}.btn-icon.btn-delete:hover svg{color:#ef4444}.btn-action{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:600;justify-content:center;padding:.5rem .875rem;text-decoration:none;transition:all .2s;white-space:nowrap}.btn-action:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.btn-action.btn-edit{border-color:#3b82f6;color:#3b82f6}.btn-action.btn-edit:hover{background:#3b82f6;color:#fff}.btn-action.btn-delete{border-color:#ef4444;color:#ef4444}.btn-action.btn-delete:hover{background:#ef4444;color:#fff}.empty-state{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;padding:4rem 2rem}.empty-state h3{color:#2d3748;font-size:1.5rem;margin:0 0 .5rem}.empty-state p{color:#718096;margin:0 0 1.5rem}.error-alert{color:#742a2a;padding:1rem}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#4299e1;height:40px;width:40px}@media (max-width:1280px){.courses-management-container.sidebar-open{margin-left:0}}@media (max-width:1024px){.courses-management-container{padding:1.5rem}.table-header,.table-row{gap:.75rem;grid-template-columns:2fr 75px 75px 95px 115px 280px}.col-actions{gap:.375rem}.btn-action,.btn-toggle{font-size:.75rem;padding:.4rem .75rem}}@media (max-width:768px){.courses-management-container{padding:1rem}.courses-management-container.sidebar-open{margin-left:0}.page-header-section{align-items:stretch;flex-direction:column}.page-header-section .btn-primary{display:flex;justify-content:center;text-align:center;width:100%}.header-content h1{font-size:1.5rem}.filters-section{flex-direction:column}.filter-buttons{width:100%}.filter-buttons button{flex:1 1;font-size:.85rem}.table-header{display:none}.table-row{border:1px solid #e5e7eb;border-radius:8px;gap:.75rem;grid-template-columns:1fr;margin-bottom:.75rem;padding:1rem}.table-row:last-child{border-bottom:1px solid #e5e7eb}.col-title h3{font-size:1rem;margin-bottom:.75rem}.col-meta,.col-status{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.col-meta:before{content:attr(data-label)}.col-meta:before,.col-status:before{color:#6b7280;font-size:.75rem;font-weight:700;min-width:80px;text-transform:uppercase}.col-status:before{content:"Status:"}.col-actions{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:.5rem;padding-top:.75rem}.btn-action,.btn-toggle{flex:1 1;font-size:.85rem;min-height:44px;min-width:calc(50% - .25rem);padding:.625rem 1rem}}@media (max-width:640px){.courses-management-container{padding:.75rem}.page-header-section{margin-bottom:1.5rem}.header-content h1{font-size:1.25rem}.header-content p{font-size:.875rem}.page-header-section .btn-primary{font-size:.9rem;padding:.625rem 1.25rem}.search-box input{font-size:.9rem;padding:.625rem .875rem}.filter-buttons{padding:.2rem}.filter-buttons button{font-size:.8rem;padding:.5rem .75rem}.table-row{gap:.625rem;padding:.875rem}.col-title h3{font-size:.95rem;margin-bottom:.625rem}.col-meta:before,.col-status:before{font-size:.7rem;min-width:70px}.meta-value{font-size:.85rem}.meta-badge{font-size:.7rem;padding:.2rem .5rem}.status-badge{font-size:.65rem;padding:.3rem .625rem}.status-icon{height:12px;width:12px}.col-actions{gap:.5rem;padding-top:.625rem}.btn-action,.btn-toggle{font-size:.85rem;justify-content:center;min-width:100%;padding:.625rem 1rem;width:100%}.empty-state{padding:3rem 1.5rem}.empty-state h3{font-size:1.25rem}.empty-state p{font-size:.9rem}}@media (max-width:375px){.courses-management-container{padding:.5rem}.header-content h1{font-size:1.1rem}.page-header-section .btn-primary{font-size:.85rem;padding:.5rem 1rem}.table-row{padding:.75rem}.col-title h3{font-size:.9rem}.filter-buttons button{font-size:.75rem;padding:.4rem .5rem}}.lecture-form-modal{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.lecture-form-card{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.lecture-form-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.lecture-form-header h4{color:#111827;font-size:1.25rem;font-weight:700;margin:0}.close-btn{background:#f3f4f6;border-radius:6px}.close-btn:hover{background:#e5e7eb;color:#111827}.lecture-form-body{padding:2rem}.content-type-selector{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.type-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;font-size:.85rem;font-weight:600;gap:.5rem;padding:1rem;transition:all .2s}.type-btn svg{font-size:1.5rem}.type-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.type-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.form-group label{font-size:.85rem;letter-spacing:.02em;text-transform:uppercase}.modern-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-family:inherit;font-size:.95rem;padding:.75rem 1rem;transition:all .2s;width:100%}.modern-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modern-input::placeholder{color:#9ca3af}textarea.modern-input{min-height:80px;resize:vertical}.field-hint{font-size:.8rem;font-style:italic;margin:.5rem 0 0}.uploaded-file-info{align-items:center;background:#d1fae5;border:1px solid #10b981;border-radius:8px;color:#065f46;display:flex;font-size:.9rem;gap:.75rem;margin-top:.75rem;padding:.75rem 1rem}.uploaded-file-info .success-icon{color:#10b981;font-size:1.1rem}.uploaded-file-info a{color:#059669;font-weight:600;margin-left:auto;text-decoration:none}.uploaded-file-info a:hover{text-decoration:underline}.lecture-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;margin-top:2rem;padding-top:1.5rem}.btn-submit{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.btn-submit:hover{background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.btn-cancel{border-radius:8px;font-size:.95rem;padding:.875rem 1.5rem}.btn-cancel:hover{border-color:#d1d5db}@media (max-width:640px){.lecture-form-modal{padding:1rem}.content-type-selector{grid-template-columns:1fr}.lecture-form-body,.lecture-form-header{padding:1.5rem}.lecture-form-actions{flex-direction:column}}.file-upload-component{margin:1rem 0}.file-upload-label{cursor:pointer;display:block}.file-upload-button{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:flex;font-size:.9rem;font-weight:600;gap:.75rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.file-upload-button.uploading,.file-upload-button:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.file-upload-button.uploading{cursor:wait}.file-upload-button.success{background:#d1fae5;border-color:#10b981;color:#059669}.file-upload-button svg{font-size:1.1rem}.spin{animation:spin 1s linear infinite}.file-name-display{align-items:center;background:#f3f4f6;border-radius:6px;color:#374151;display:flex;font-size:.85rem;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.file-name-display svg{color:#6b7280}.upload-error{align-items:center;background:#fee2e2;border-radius:6px;color:#991b1b;display:flex;font-size:.85rem;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.upload-error svg{color:#dc2626}.course-form-page{background:#f9fafb;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.course-form-container{flex:1 1;margin:0 auto;margin-top:0!important;max-width:1400px;padding:0 1.5rem 1.5rem;width:100%}.course-header-section{background:#f9fafb;padding:1.25rem 0 1rem}.header-top{gap:1rem;margin-bottom:1rem}.back-btn,.header-top{align-items:center;display:flex}.back-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;height:36px;justify-content:center;transition:all .2s;width:36px}.back-btn:hover{background:#f3f4f6;border-color:#d1d5db}.breadcrumb-path{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em}.breadcrumb-path .separator{margin:0 .5rem}.header-main{align-items:center;display:flex;justify-content:space-between}.header-main h1{color:#111827;font-size:1.75rem;font-weight:700;margin:0}.btn-save-changes{align-items:center;background:#111827;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.btn-save-changes:hover{background:#000;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.btn-save-changes:disabled{cursor:not-allowed;opacity:.6}.alert-success{animation:slideDown .3s ease-out;background:#d1fae5;border:1px solid #10b981;border-radius:8px;color:#065f46}.alert-error,.alert-success{font-weight:500;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-error{background:#fee2e2;border:1px solid #ef4444;border-radius:8px;color:#991b1b}.course-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:0;margin-bottom:2rem}.tab-btn{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:1rem 1.5rem;position:relative;transition:all .2s}.tab-btn:hover:not(.disabled){background:#f9fafb;color:#111827}.tab-btn.active{border-bottom-color:#111827;color:#111827;font-weight:600}.tab-btn.disabled{cursor:not-allowed;opacity:.5}.save-first-badge{background:#fef3c7;border-radius:4px;color:#92400e;font-size:.65rem;font-weight:700;letter-spacing:.02em;padding:.2rem .4rem}.tab-content{animation:fadeIn .3s ease-out}.overview-layout{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:1fr 350px}.main-column,.sidebar-column{display:flex;flex-direction:column;gap:1rem}.sidebar-column{position:-webkit-sticky;position:sticky;top:2rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.card-header{border-bottom:1px solid #f3f4f6;padding:1rem}.card-header h3{color:#111827;font-size:1rem;font-weight:700;margin:0 0 .25rem}.card-header p{color:#6b7280;font-size:.85rem;margin:0}.card-body{padding:1rem}.form-field{margin-bottom:1rem}.form-field:last-child{margin-bottom:0}.form-field label{color:#374151;display:block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.4rem}.required{color:#ef4444}.form-field input,.form-field select,.form-field textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-family:inherit;font-size:.95rem;padding:.625rem .875rem;transition:all .2s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field textarea{min-height:100px;resize:vertical}.char-counter{color:#6b7280;font-size:.75rem;font-weight:500;margin-top:.25rem;text-align:right}.image-preview{border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;overflow:hidden}.image-preview img{display:block;width:100%}.curriculum-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.curriculum-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.curriculum-header h2{color:#111827;font-size:1.35rem;font-weight:700;margin:0}.btn-add-module{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.btn-add-module:hover{background:#f9fafb;border-color:#d1d5db}.inline-form{animation:slideDown .2s ease-out;background:#fff;border:2px solid #3b82f6;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.inline-form.nested{margin:1rem 0;padding:1rem}.inline-form input{border:1px solid #e5e7eb;border-radius:6px;font-size:.95rem;margin-bottom:.75rem;padding:.75rem 1rem;width:100%}.inline-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.btn-confirm,.inline-actions{display:flex;gap:.5rem}.btn-confirm{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;justify-content:center;padding:.625rem 1rem;transition:all .2s}.btn-confirm:hover{background:#059669}.btn-cancel{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 1rem;transition:all .2s}.btn-cancel:hover{background:#f9fafb}.curriculum-list{display:flex;flex-direction:column;gap:.75rem}.empty-state{color:#9ca3af;padding:3rem 1.5rem}.empty-state svg{color:#d1d5db;margin-bottom:1rem}.empty-state p{font-size:.95rem;margin:0}.empty-lessons{color:#9ca3af;font-size:.9rem;font-style:italic;padding:.75rem;text-align:center}.module-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.module-header{align-items:center;background:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:.875rem 1rem;transition:all .2s}.module-header:hover{background:#f9fafb}.module-title{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:500;gap:.75rem}.module-title .icon{color:#6b7280;font-size:1.1rem}.module-title strong{color:#111827}.module-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s}.module-header:hover .module-actions{opacity:1}.module-actions button{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 3px #0000001a;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.module-actions button:hover{background:#111827;color:#fff}.module-actions button.danger:hover{background:#ef4444;color:#fff}.module-content{background:#fafafa;border-top:1px solid #f3f4f6;padding:.5rem 1rem .875rem 2rem;position:relative}.module-content:before{background:#e5e7eb;bottom:1rem;content:"";left:1rem;position:absolute;top:0;width:2px}.lecture-icon-wrapper,.lesson-icon-wrapper,.module-icon-wrapper{align-items:center;background:#f3f4f6;border-radius:6px;color:#6b7280;display:flex;height:28px;justify-content:center;width:28px}.module-icon-wrapper{background:#eef2ff;color:#4f46e5}.lesson-icon-wrapper{background:#ecfdf5;color:#10b981}.lecture-icon-wrapper{background:#fff7ed;color:#ea580c}.chevron{color:#9ca3af;font-size:.8rem}.lesson-item{margin-bottom:.625rem}.lesson-header{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:.625rem .875rem;transition:all .2s}.lesson-header:hover{background:#f9fafb;border-color:#d1d5db}.lesson-title{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:.75rem}.lesson-title .icon{color:#6b7280}.lesson-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s}.lesson-header:hover .lesson-actions{opacity:1}.lesson-actions button{align-items:center;background:#fff;border:none;border-radius:4px;box-shadow:0 1px 2px #0000001a;color:#6b7280;cursor:pointer;display:flex;font-size:.75rem;height:28px;justify-content:center;transition:all .2s;width:28px}.lesson-actions button:hover{background:#111827;color:#fff}.lesson-actions button.danger:hover{background:#ef4444;color:#fff}.lesson-content{padding:.625rem 0 0 2.25rem}.lecture-item{background:#fff;border:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;margin-bottom:.375rem;padding:.5rem .875rem}.lecture-info,.lecture-item{align-items:center;display:flex}.lecture-info{color:#374151;font-size:.875rem;gap:.75rem}.lecture-info .icon{color:#6b7280;font-size:.9rem}.btn-delete-lecture{align-items:center;background:#0000;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;font-size:.7rem;height:24px;justify-content:center;opacity:0;transition:all .2s;width:24px}.lecture-item:hover .btn-delete-lecture{opacity:1}.btn-delete-lecture:hover{background:#fee2e2;color:#ef4444}.loading-screen{align-items:center;color:#6b7280;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}@media (max-width:1280px){.course-form-container.sidebar-open{margin-left:0;padding-left:1.5rem}}@media (max-width:1024px){.overview-layout{grid-template-columns:1fr}.sidebar-column{position:static}.course-form-container{padding:0 1.5rem 2rem}.course-header-section{padding:1rem 0}}@media (max-width:768px){.course-form-container{padding:0 1rem 1.5rem}.header-main{align-items:flex-start;flex-direction:column;gap:1rem}.header-main h1{font-size:1.5rem}.btn-save-changes{justify-content:center;width:100%}.course-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin-bottom:1.5rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.course-tabs::-webkit-scrollbar{display:none}.tab-btn{flex-shrink:0;font-size:.9rem;padding:.875rem 1.25rem}.curriculum-section{padding:1rem}.curriculum-header{align-items:flex-start;flex-direction:column;gap:1rem}.curriculum-header h2{font-size:1.25rem}.btn-add-module{justify-content:center;width:100%}.card-body,.card-header{padding:.875rem}.lesson-actions,.module-actions{opacity:1}.module-actions button{height:36px;width:36px}.lesson-actions button{height:32px;width:32px}.form-field>div[style*="display: flex"]{flex-direction:column!important;gap:.5rem!important}.form-field button[style*="flex: 1"]{width:100%!important}.curriculum-actions{flex-direction:column;width:100%}.btn-remove-curriculum,.btn-view-curriculum{display:flex;justify-content:center;text-align:center;width:100%}.selected-file-info{align-items:stretch;flex-direction:column}.btn-cancel-upload,.btn-upload-curriculum{width:100%}}@media (max-width:640px){.course-form-container{padding:0 .75rem 1rem}.course-header-section{padding:.75rem 0}.header-top{gap:.75rem;margin-bottom:.75rem}.breadcrumb-path{font-size:.7rem}.header-main h1{font-size:1.25rem}.btn-save-changes{font-size:.875rem;padding:.625rem 1.25rem}.tab-btn svg{display:none}.tab-btn{font-size:.85rem;padding:.75rem 1rem}.save-first-badge{font-size:.6rem;padding:.15rem .35rem}.card{border-radius:8px}.card-header{padding:.75rem}.card-header h3{font-size:.95rem}.card-header p{font-size:.8rem}.card-body{padding:.75rem}.form-field{margin-bottom:.875rem}.form-field label{font-size:.7rem;margin-bottom:.35rem}.form-field input,.form-field select,.form-field textarea{font-size:.9rem;padding:.5rem .75rem}.field-hint{font-size:.8rem}.curriculum-section{border-radius:8px;padding:.75rem}.curriculum-header{margin-bottom:1rem}.curriculum-header h2{font-size:1.1rem}.btn-add-module{font-size:.85rem;padding:.625rem 1rem}.module-header{padding:.75rem .875rem}.module-title{font-size:.875rem;gap:.5rem}.module-title .icon{font-size:1rem}.module-content{padding:.5rem .75rem .75rem 1.5rem}.lesson-header{padding:.5rem .75rem}.lesson-title{font-size:.85rem;gap:.5rem}.lesson-content{padding:.5rem 0 0 1.5rem}.lecture-item{padding:.5rem .75rem}.lecture-info{font-size:.8rem;gap:.5rem}.inline-form{padding:.875rem}.inline-form.nested{padding:.75rem}.inline-form input{font-size:.9rem;padding:.625rem .875rem}.btn-cancel,.btn-confirm{font-size:.8rem;padding:.5rem .875rem}.btn-delete-lecture,.btn-edit-lecture,.lesson-actions button,.module-actions button{min-height:44px;min-width:44px}.faq-section-layout .card-body>div[style*="background: #f9fafb"]{margin-bottom:.75rem!important;padding:.75rem!important}}@media (max-width:375px){.course-form-container{padding:0 .5rem 1rem}.header-main h1{font-size:1.1rem}.btn-save-changes{font-size:.8rem;padding:.5rem 1rem}.tab-btn{padding:.625rem .875rem}.lesson-title,.module-title,.tab-btn{font-size:.8rem}.card-header h3{font-size:.9rem}}.curriculum-upload-section{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.curriculum-upload-section label{color:#374151;display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.field-hint{color:#6b7280;font-size:.875rem;margin:.25rem 0 1rem}.curriculum-upload-area{position:relative}.curriculum-file-input{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;font-size:.875rem;padding:.75rem;transition:all .2s;width:100%}.curriculum-file-input:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.curriculum-file-input:disabled{cursor:not-allowed;opacity:.5}.upload-hint{color:#9ca3af;font-size:.75rem;font-style:italic;margin-top:.5rem}.upload-progress{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-top:.75rem;padding:.75rem;text-align:center}.upload-progress span{color:#3b82f6;font-size:.875rem;font-weight:500}.curriculum-uploaded{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem}.curriculum-info{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.pdf-icon{color:#dc2626;flex-shrink:0;height:40px;width:40px}.curriculum-details{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.curriculum-name{color:#374151;font-size:.875rem;font-weight:600}.curriculum-status{color:#16a34a;font-size:.75rem;font-weight:500}.curriculum-actions{display:flex;gap:.75rem}.btn-remove-curriculum,.btn-view-curriculum{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-view-curriculum{background:#3b82f6;color:#fff}.btn-view-curriculum:hover{background:#2563eb}.btn-remove-curriculum{background:#fff;border:1px solid #fca5a5;color:#dc2626}.btn-remove-curriculum:hover{background:#fef2f2;border-color:#dc2626}.selected-file-info{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:1rem;margin-top:1rem;padding:1rem}.selected-file-info .file-name{color:#1e40af;flex:1 1;font-size:.875rem;font-weight:500}.btn-cancel-upload,.btn-upload-curriculum{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.btn-upload-curriculum{background:#10b981;color:#fff}.btn-upload-curriculum:hover{background:#059669;box-shadow:0 2px 4px #10b98133;transform:translateY(-1px)}.btn-cancel-upload{background:#fff;border:1px solid #d1d5db;color:#6b7280}.btn-cancel-upload:hover{background:#f9fafb;border-color:#9ca3af}.pricing-plan-edit-card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 1px 2px #0000000d;padding:1.5rem!important;position:relative}.plan-type-display{align-items:center;display:flex;gap:.75rem}.plan-badge{border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.badge-one_time{background:#e0e7ff;color:#4338ca}.badge-monthly{background:#d1fae5;color:#065f46}.badge-quarterly{background:#fef3c7;color:#92400e}.badge-half_yearly{background:#fce7f3;color:#9d174d}.badge-yearly{background:#dbeafe;color:#1e40af}.plan-status-badge{color:#6b7280;font-size:.75rem;font-weight:500}.unsaved-badge{background:#fef3c7;border-radius:4px;color:#92400e;font-size:.7rem;font-weight:700;padding:.2rem .5rem}.pricing-form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.price-input-wrapper{align-items:center;display:flex;position:relative}.currency-symbol{color:#6b7280;font-weight:600;left:.875rem;position:absolute}.price-input-wrapper input{padding-left:2rem!important}.toggle-switch-container{align-items:center;display:flex;gap:.75rem;height:42px}.toggle-switch{display:inline-block;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#10b981}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.toggle-label{color:#6b7280;font-size:.85rem}.pricing-footer-actions{border-top:1px solid #f3f4f6;display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.25rem}.btn-plan-action{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.btn-plan-action.btn-delete{background:#fff;border:1px solid #fee2e2;color:#ef4444}.btn-plan-action.btn-delete:hover{background:#fef2f2;border-color:#ef4444}.btn-plan-action.btn-save{background:#111827;border:none;color:#fff}.btn-plan-action.btn-save:hover{background:#000;transform:translateY(-1px)}.btn-plan-action.btn-save:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:1024px){.pricing-form-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.pricing-form-grid{grid-template-columns:1fr}}.user-management-page{background:#f8f9fa;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding-top:80px;padding-top:var(--header-height,80px)}.user-management{margin:0 auto;max-width:1400px;padding:2rem}.page-header h1{color:#1a1a1a;color:var(--text-primary,#1a1a1a);margin:0}.search-bar{margin-bottom:2rem;position:relative}.search-bar svg{color:#666;color:var(--text-secondary,#666);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-bar input{border:2px solid #e0e0e0;border:2px solid var(--border-color,#e0e0e0);border-radius:8px;font-size:1rem;padding:.75rem 1rem .75rem 3rem;transition:all .3s ease;width:100%}.search-bar input:focus{border-color:#2563eb;border-color:var(--primary-color,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}.alert{align-items:center;animation:slideDown .3s ease;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-error{background:#fee;border:1px solid #fcc;color:#c00}.alert-success{background:#efe;border:1px solid #cfc;color:#060}.loading{color:#666;color:var(--text-secondary,#666);font-size:1.1rem;padding:3rem;text-align:center}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.users-table th{font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-color,#e0e0e0);transition:background .2s ease}.users-table tbody tr:hover{background:#f8f9fa}.users-table td{color:#1a1a1a;color:var(--text-primary,#1a1a1a);padding:1rem}.roles-badges{display:flex;flex-wrap:wrap;gap:.5rem}.role-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.role-admin{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.role-instructor{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.role-student{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.status-indicators{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.status-badge{border-radius:20px}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.verified-badge{align-items:center;background:#cce5ff;border-radius:20px;color:#004085;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.25rem .75rem}.action-buttons{gap:.5rem}.btn-icon{border:none;border-radius:6px;display:flex;padding:.5rem;transition:all .2s ease}.btn-icon:hover{transform:translateY(-2px)}.btn-edit{background:#e3f2fd;color:#1976d2}.btn-edit:hover{background:#1976d2;color:#fff}.btn-delete{background:#ffebee;color:#c62828}.btn-delete:hover{background:#c62828;color:#fff}.btn-primary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#f5f5f5;border:1px solid #e0e0e0;border:1px solid var(--border-color,#e0e0e0);border-radius:8px;color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:#e0e0e0}.modal-overlay{animation:fadeIn .3s ease;z-index:2000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-color,#e0e0e0);display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1a1a1a;color:var(--text-primary,#1a1a1a);margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#666;color:var(--text-secondary,#666);cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;transition:all .2s ease}.modal-close:hover{background:#f5f5f5;color:#1a1a1a;color:var(--text-primary,#1a1a1a)}.modal-content form{padding:1.5rem}.form-group label{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-weight:600}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{border:2px solid #e0e0e0;border:2px solid var(--border-color,#e0e0e0);border-radius:8px;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#2563eb;border-color:var(--primary-color,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.roles-checkboxes{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1rem}.checkbox-label{align-items:flex-start;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:background .2s ease}.checkbox-label:hover{background:#fff}.checkbox-label input[type=checkbox]{cursor:pointer;margin-top:.25rem}.checkbox-label span{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-weight:600}.checkbox-label small{color:#666;color:var(--text-secondary,#666);display:block;font-size:.85rem;margin-top:.25rem}.modal-actions{border-top:1px solid #e0e0e0;border-top:1px solid var(--border-color,#e0e0e0);gap:1rem;padding-top:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.user-management{padding:1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.form-row{grid-template-columns:1fr}.modal-content{width:95%}}.role-management-page{background:#f8f9fa;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding-top:80px;padding-top:var(--header-height,80px)}.admin-page{overflow-x:hidden;width:100%}.admin-page-container{box-sizing:border-box;flex:1 1;margin-top:0;max-width:100%;overflow-x:hidden;transition:margin-left .3s ease}@media (min-width:1025px){.admin-page-container{margin-left:0;padding:2rem 3rem}.admin-page-container.sidebar-open{margin-left:280px}.admin-page-container.sidebar-closed{margin-left:0}}.role-management{margin:0 auto;max-width:1400px;padding:2rem}.roles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.role-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.role-card:hover{border-color:#2563eb;border-color:var(--primary-color,#2563eb);box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.role-card-header{gap:1rem;margin-bottom:1rem}.role-card-header,.role-icon{align-items:center;display:flex}.role-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:1.5rem;height:48px;justify-content:center;width:48px}.role-card h3{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-size:1.25rem;margin:0}.role-description{color:#666;color:var(--text-secondary,#666);line-height:1.6;min-height:3rem}.role-description,.role-permissions{margin-bottom:1.5rem}.role-permissions h4{color:#666;color:var(--text-secondary,#666);font-size:.9rem;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.permissions-list{display:flex;flex-wrap:wrap;gap:.5rem}.permission-badge{background:linear-gradient(135deg,#e0e7ff,#cfe2ff);border-radius:20px;color:#1e40af;display:inline-block;font-size:.75rem;font-weight:600;padding:.35rem .75rem}.no-permissions{color:#999;color:var(--text-secondary,#999);font-size:.9rem;font-style:italic}.role-card-actions{border-top:1px solid #e0e0e0;border-top:1px solid var(--border-color,#e0e0e0);display:flex;gap:.75rem;padding-top:1rem}.role-card-actions .btn-icon{align-items:center;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem}.permissions-checkboxes{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding:1rem}.permissions-checkboxes .checkbox-label{align-items:flex-start;background:#fff;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.permissions-checkboxes .checkbox-label:hover{border-color:#2563eb;border-color:var(--primary-color,#2563eb);box-shadow:0 2px 8px #2563eb1a}.permission-info{flex:1 1}.permission-name{color:#1a1a1a;color:var(--text-primary,#1a1a1a);display:block;font-weight:600;margin-bottom:.25rem}.permission-info small{color:#666;color:var(--text-secondary,#666);display:block;font-size:.85rem;line-height:1.4}.form-group textarea{border:2px solid #e0e0e0;border:2px solid var(--border-color,#e0e0e0);border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;resize:vertical;transition:all .3s ease;width:100%}.form-group textarea:focus{border-color:#2563eb;border-color:var(--primary-color,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}@media (max-width:768px){.role-management{padding:1rem}.roles-grid{grid-template-columns:1fr}.role-card-actions{flex-direction:column}.permissions-checkboxes{max-height:300px}}.team-member-profile{background:#fff;margin-top:80px;margin-top:var(--header-height,80px);min-height:100vh;padding:1.5rem 0}.team-member-profile .container{margin:0 auto;max-width:1200px;padding:0 2rem}.profile-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 0}.profile-avatar-large{flex-shrink:0}.avatar-circle-large{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #4a90e233;border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.avatar-circle-large svg{color:var(--primary-color);height:40px;width:40px}.profile-header-content{flex:1 1}.profile-name{color:#212529;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .25rem}.profile-role{color:#495057;font-size:1.1rem;font-weight:600;margin:0 0 .125rem}.profile-organization{color:#6c757d;font-size:.95rem;margin:0}.profile-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.profile-section.bio-section{grid-column:1/-1}.profile-section{padding:0}.courses-section-fullwidth{box-sizing:border-box;grid-column:1/-1;left:50%;margin-left:-50vw;margin-right:-50vw;padding:0 2rem;position:relative;right:50%;width:100vw}.profile-section .section-title{border-bottom:1px solid #e9ecef;color:#212529;font-size:1.5rem;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem}.bio-text{color:#495057;font-size:1rem;line-height:1.7;margin:0}.courses-section-fullwidth .section-title{margin-left:auto;margin-right:auto;max-width:1200px;padding:0}.courses-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);margin-left:auto;margin-right:auto;margin-top:1rem;max-width:1600px}.course-card-mini{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.course-card-mini:before{background:var(--primary-color);content:"";height:3px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.course-card-mini:hover{border-color:var(--primary-color);box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.course-card-mini:hover:before{transform:scaleX(1)}.course-card-mini-icon{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;color:var(--primary-color);display:flex;height:48px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:48px}.course-card-mini:hover .course-card-mini-icon{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;transform:scale(1.1)}.course-card-mini-icon svg{height:20px;width:20px}.course-card-mini-content{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.75rem;justify-content:space-between;width:100%}.course-card-mini-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#212529;display:-webkit-box;flex:1 1;font-size:.875rem;font-weight:600;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.course-card-mini:hover .course-card-mini-title{color:var(--primary-color)}.course-card-mini-arrow{align-items:center;color:#94a3b8;display:flex;margin-top:.25rem;transition:all .3s ease}.course-card-mini:hover .course-card-mini-arrow{color:var(--primary-color);transform:translateY(2px)}.education-list{display:flex;flex-direction:column;gap:1.25rem}.education-item{border-bottom:1px solid #f0f0f0;padding:0 0 1rem}.education-item:last-child{border-bottom:none;padding-bottom:0}.education-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.education-degree{color:#212529;flex:1 1;font-size:1rem;font-weight:600;margin:0}.education-year{color:#6c757d;font-size:.9rem;font-weight:500;white-space:nowrap}.education-institution{color:#6c757d;font-size:.95rem;margin:0}.experience-list{display:flex;flex-direction:column;gap:1.5rem}.experience-item{border-bottom:1px solid #f0f0f0;padding:0 0 1.5rem}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-header{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:.5rem}.experience-position{color:#212529;font-size:1rem;font-weight:600;margin:0 0 .25rem}.experience-company{color:var(--primary-color);font-size:.95rem;font-weight:500;margin:0}.experience-duration{color:#6c757d;font-size:.9rem;font-weight:500;white-space:nowrap}.experience-description{color:#495057;font-size:.95rem;line-height:1.6;margin:0}.profile-not-found{padding:3rem 0;text-align:center}.profile-not-found h2{color:#212529;font-size:1.5rem;margin:0}@media (max-width:1400px){.courses-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.courses-grid{grid-template-columns:repeat(3,1fr)}.courses-section-fullwidth{padding:0 1.5rem}}@media (max-width:968px){.profile-content{grid-template-columns:1fr}.profile-section.bio-section{grid-column:1}.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.team-member-profile{padding:1rem 0}.team-member-profile .container{padding:0 1rem}.profile-header{flex-direction:column;gap:1rem;padding:1rem 0;text-align:center}.profile-name{font-size:1.75rem}.profile-section .section-title{font-size:1.25rem}.bio-text{font-size:.95rem}.courses-section-fullwidth{padding:0 1rem}.courses-grid{gap:.875rem;grid-template-columns:1fr}.course-card-mini{min-height:120px;padding:1rem .875rem}.course-card-mini-icon{height:40px;margin-bottom:.75rem;width:40px}.course-card-mini-icon svg{height:18px;width:18px}.course-card-mini-title{font-size:.85rem}.education-header,.experience-header{flex-direction:column;gap:.5rem}.education-year,.experience-duration{align-self:flex-start}}.terms-page{background-color:#f8fafc;min-height:100vh}.terms-hero{background:#0f172a;color:#fff;overflow:hidden;padding:3rem 0 2rem;position:relative}.terms-hero .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff1a;color:#94a3b8;font-size:.75rem;font-weight:500;margin-bottom:.75rem;padding:.25rem .75rem}.terms-hero .hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-background-clip:text;font-size:2.25rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.terms-hero .hero-subtitle{color:#94a3b8;font-size:1rem;line-height:1.5;margin:0 auto;max-width:600px}.terms-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.terms-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr;margin-bottom:3rem;margin-top:2rem}.terms-sidebar{position:relative}.sidebar-sticky{border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;padding:1.25rem}.sidebar-title{color:#64748b;font-size:.75rem;margin-bottom:.75rem}.terms-nav{display:flex;flex-direction:column;gap:.15rem}.nav-link{font-size:.875rem;font-weight:500;padding:.6rem .875rem}.sidebar-help{margin-top:1.5rem;padding-top:1rem}.sidebar-help p{font-size:.8125rem}.help-link{font-size:.875rem;gap:.5rem}.help-link:hover{text-decoration:underline}.terms-content-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;padding:2rem}.content-header{margin-bottom:2rem;padding-bottom:1.5rem}.last-updated{color:#64748b;font-size:.8125rem;font-weight:500;margin-bottom:.5rem}.intro-text{font-size:1rem;line-height:1.6}.terms-section{display:flex;gap:1.25rem;margin-bottom:2.5rem;scroll-margin-top:100px}.terms-section:last-child{margin-bottom:0}.section-icon{border-radius:10px;font-size:1.125rem;height:40px;width:40px}.section-body{flex:1 1}.section-body h2{font-size:1.25rem;margin-bottom:.75rem}.section-body p{font-size:.9375rem;line-height:1.6;margin-bottom:.75rem}.terms-list{color:#475569;font-size:.9375rem;padding-left:1.25rem}.terms-list li{line-height:1.5;margin-bottom:.5rem}.terms-list li::marker{color:#94a3b8}.policy-box{border-radius:8px;margin-top:.75rem;padding:1.25rem}.policy-box h4{color:#1e293b;font-size:.9375rem;margin-bottom:.75rem}.policy-box ol{color:#475569;font-size:.9375rem;padding-left:1.25rem}.policy-box li{margin-bottom:.375rem}.contact-box{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.contact-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.875rem 1.25rem}.contact-item .label{color:#94a3b8;display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem;text-transform:uppercase}.contact-item .value{color:#1e293b;font-size:.9375rem;font-weight:500}.contact-item a.value{color:#2563eb;text-decoration:none}.contact-item a.value:hover{text-decoration:underline}@media (max-width:1024px){.terms-layout{gap:1.5rem;grid-template-columns:240px 1fr}}@media (max-width:768px){.terms-layout{display:block;margin-top:1.5rem}.terms-sidebar{display:none}.terms-content-wrapper{padding:1.5rem}.terms-section{flex-direction:column;gap:.75rem;margin-bottom:2rem}.section-icon{font-size:.875rem;height:36px;width:36px}.terms-hero .hero-title{font-size:1.75rem}}.privacy-page{background-color:#f8fafc;min-height:100vh}.privacy-hero{background:#f0f7ff;border-bottom:1px solid #e2e8f0;color:#1e293b;overflow:hidden;padding:1.5rem 0;position:relative;text-align:center}.hero-badge{background:#e0e7ff;border:1px solid #c7d2fe;border-radius:99px;color:#4338ca;display:inline-block;font-size:.65rem;font-weight:600;margin-bottom:.4rem;padding:.15rem .5rem}.privacy-hero .hero-title{color:#0f172a;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.15rem}.privacy-hero .hero-subtitle{color:#64748b;font-size:.85rem;line-height:1.3;margin:0 auto;max-width:500px}.privacy-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.privacy-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:240px 1fr;margin-bottom:3rem;margin-top:1.5rem}.sidebar-sticky{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 4px #00000005;padding:1rem;position:-webkit-sticky;position:sticky;top:90px}.sidebar-title{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.privacy-nav{display:flex;flex-direction:column;gap:.1rem}.nav-link{background:none;border:none;border-radius:6px;color:#475569;cursor:pointer;font-size:.85rem;padding:.5rem .75rem;text-align:left;transition:all .2s}.nav-link:hover{background:#f1f5f9;color:#1e293b}.nav-link.active{background:#eff6ff;color:#2563eb;font-weight:600}.sidebar-help{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem}.sidebar-help p{color:#64748b;font-size:.75rem;margin-bottom:.25rem}.help-link{align-items:center;color:#2563eb;display:inline-flex;font-size:.8rem;font-weight:600;gap:.4rem;text-decoration:none}.privacy-content-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #00000005;padding:1.5rem}.content-header{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1rem}.last-updated{color:#94a3b8;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.intro-text{color:#334155;font-size:.95rem;line-height:1.5}.privacy-section{display:flex;gap:1rem;margin-bottom:1.5rem;scroll-margin-top:100px}.section-icon{align-items:center;background:#eff6ff;border-radius:8px;color:#2563eb;display:flex;flex-shrink:0;font-size:.9rem;height:32px;justify-content:center;width:32px}.section-body h2{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.section-body p{color:#475569;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.privacy-list{color:#475569;font-size:.9rem;padding-left:1.2rem}.privacy-list li{margin-bottom:.25rem}.policy-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:.5rem;padding:.75rem 1rem}.contact-grid-simple{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:.5rem}.contact-item-simple{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem}.contact-item-simple .label{color:#94a3b8;display:block;font-size:.65rem;font-weight:700;margin-bottom:.15rem;text-transform:uppercase}.contact-item-simple .value{color:#1e293b;font-size:.85rem;font-weight:600;text-decoration:none}@media (max-width:768px){.privacy-layout{display:block}.privacy-sidebar{display:none}.privacy-content-wrapper{padding:1rem}.privacy-hero .hero-title{font-size:1.75rem}}.about-page{background-color:#fff;color:#1e293b;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.about-hero{background-color:#fff;overflow:hidden;padding:8rem 0 6rem;position:relative;text-align:center}.about-page .hero-background-shapes .shape{border-radius:50%;filter:blur(80px);opacity:.15;position:absolute;z-index:0}.about-page .shape-1{animation:float 20s ease-in-out infinite;background:#2563eb;height:500px;right:-100px;top:-100px;width:500px}.about-page .shape-2{animation:float 25s ease-in-out infinite reverse;background:#ff6b35;bottom:0;height:400px;left:-100px;width:400px}.about-hero .container{max-width:900px;position:relative;z-index:1}.about-page .hero-badge{background:#2563eb14;border-radius:99px;color:#2563eb;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;padding:.5rem 1.25rem;text-transform:uppercase}.about-page .hero-title{color:#0f172a;font-size:4rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.about-page .text-highlight{color:#2563eb;display:inline-block;position:relative}.about-page .text-highlight:after{background:#ff6b3533;bottom:8px;content:"";height:14px;left:-5px;position:absolute;right:-5px;transform:rotate(-1deg);z-index:-1}.about-page .hero-subtitle{color:#64748b;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:700px}.about-page .stats-section{padding:3rem 0 6rem;position:relative;z-index:2}.about-page .stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.about-page .stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-page .stat-card:hover{border-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px)}.about-page .stat-icon-wrapper{align-items:center;background:#f0f9ff;border-radius:12px;color:#2563eb;display:flex;font-size:2rem;height:60px;justify-content:center;margin-bottom:1.25rem;width:60px}.about-page .stat-number{color:#0f172a;display:block;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}.about-page .stat-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.about-page .story-section{background:#f8fafc;overflow:hidden;padding:6rem 0}.about-page .story-grid{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about-page .story-image-wrapper{height:500px;position:relative}.about-page .story-image-bg{background:#e2e8f0;background-image:radial-gradient(#cbd5e1 1px,#0000 0);background-size:20px 20px;border-radius:24px;bottom:0;left:50px;position:absolute;right:0;top:50px;z-index:0}.about-page .story-image-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 25px 50px -12px #0000001a;display:flex;justify-content:center;padding:2.5rem;position:absolute;z-index:1}.about-page .card-1{border-bottom:4px solid #2563eb;height:250px;left:0;top:0;width:250px;z-index:2}.about-page .card-2{border-bottom:4px solid #ff6b35;bottom:0;height:220px;right:40px;width:220px;z-index:3}.about-page .card-content{text-align:center}.about-page .card-label{color:#64748b;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.about-page .card-value{color:#0f172a;display:block;font-size:2.5rem;font-weight:800}.about-page .section-label{color:#ff6b35;display:block;font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.about-page .section-title{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.about-page .story-text{color:#475569;font-size:1.125rem;line-height:1.75}.about-page .story-text p{margin-bottom:1.5rem}.about-page .values-section{background:#fff;padding:8rem 0}.about-page .section-header{margin:0 auto 5rem;max-width:600px;text-align:center}.about-page .values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.about-page .value-card{background:#f8fafc;border:1px solid #0000;border-radius:20px;padding:2.5rem 2rem;text-align:left;transition:all .3s ease}.about-page .value-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 10px 25px -5px #2563eb1a;transform:translateY(-5px)}.about-page .value-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;color:#2563eb;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-bottom:1.5rem;width:50px}.about-page .value-card h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.about-page .value-card p{color:#64748b;font-size:.95rem;line-height:1.6}.team-wrapper{padding-bottom:4rem}.about-cta{background:#0f172a;background-image:radial-gradient(circle at top right,#1e293b,#0f172a);color:#fff;padding:8rem 0;text-align:center}.cta-content{margin:0 auto;max-width:700px;padding:0 2rem}.about-cta h2{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.about-cta p{color:#94a3b8;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.cta-button{align-items:center;background:#2563eb;border-radius:99px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1.25rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#1d4ed8;box-shadow:0 10px 25px -5px #2563eb66;transform:translateY(-2px)}@media (max-width:1024px){.about-page .hero-title{font-size:3rem}.about-page .stats-grid,.about-page .values-grid{grid-template-columns:repeat(2,1fr)}.about-page .story-grid{gap:4rem;grid-template-columns:1fr}.about-page .story-image-wrapper{height:400px;margin:0 auto;max-width:500px}}@media (max-width:640px){.about-page .hero-title{font-size:2.5rem}.about-page .stats-grid,.about-page .values-grid{grid-template-columns:1fr}.about-cta h2{font-size:2.5rem}}.publish-news-page{background-color:#f1f5f9;display:flex;flex-direction:column;min-height:100vh}.publish-news-container.admin-page-container{display:flex;flex:1 1;position:relative;transition:margin-left .3s ease}.publish-news-container.sidebar-open{margin-left:260px}.publish-news-container.sidebar-closed{margin-left:0}.publish-news-page .admin-content-wrapper{flex:1 1;margin:0 auto;max-width:1400px;padding:2.5rem;width:100%}.publish-news-page .page-header{margin-bottom:2rem}.publish-news-page .page-header h1{color:#0f172a;font-size:2rem;font-weight:700;margin:0 0 .5rem}.publish-news-page .subtitle{color:#64748b;font-size:1.05rem;margin:0}.publish-news-page .content-grid{display:flex;flex-direction:column;gap:2.5rem}@media (min-width:1200px){.publish-news-page .content-grid{align-items:flex-start;flex-direction:row}.publish-news-page .form-card{flex:0 0 400px;position:-webkit-sticky;position:sticky;top:2rem}.publish-news-page .news-list-section{flex:1 1}}.publish-news-page .form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d;padding:2rem}.publish-news-page .form-header-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.publish-news-page .form-header-row h3{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0}.publish-news-page .form-group{margin-bottom:1.5rem;position:relative}.publish-news-page .form-group label{color:#334155;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.publish-news-page .required{color:#ef4444}.publish-news-page .form-group input[type=text],.publish-news-page .form-group textarea{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;padding:.75rem 1rem;transition:all .2s;width:100%}.publish-news-page .form-group input:focus,.publish-news-page .form-group textarea:focus{background-color:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;outline:none}.publish-news-page .char-count{color:#94a3b8;display:block;font-size:.75rem;margin-top:.25rem;text-align:right}.publish-news-page .toggle-group{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:1rem}.publish-news-page .toggle-label{color:#475569;font-weight:600;margin:0!important}.publish-news-page .toggle-switch{display:inline-block;height:24px;position:relative;width:44px}.publish-news-page .toggle-switch input{height:0;opacity:0;width:0}.publish-news-page .slider{background-color:#cbd5e1;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.publish-news-page .slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0000001a;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.publish-news-page input:checked+.slider{background-color:#2563eb}.publish-news-page input:checked+.slider:before{transform:translateX(20px)}.publish-news-page .form-actions{margin-top:2rem}.publish-news-page .btn-primary{background-color:#2563eb;border:none;border-radius:10px;box-shadow:0 4px 6px #2563eb33;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2rem;transition:background-color .2s;width:100%}.publish-news-page .btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px)}.publish-news-page .btn-cancel{align-items:center;background:#fee2e2;border:none;border-radius:6px;color:#b91c1c;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.4rem;padding:.4rem .8rem}.publish-news-page .news-list-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d;overflow:hidden;padding:2rem}.publish-news-page .list-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.publish-news-page .list-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.publish-news-page .search-box{position:relative;width:300px}.publish-news-page .search-icon{color:#94a3b8;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.publish-news-page .search-box input{border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:.6rem 1rem .6rem 2.5rem;width:100%}.publish-news-page .news-table-wrapper{overflow-x:auto}.publish-news-page .admin-news-table{border-collapse:initial;border-spacing:0;width:100%}.publish-news-page .admin-news-table th{background-color:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.publish-news-page .admin-news-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.95rem;padding:1rem;vertical-align:middle}.publish-news-page tr:last-child td{border-bottom:none}.publish-news-page tr:hover td{background-color:#f8fafc}.publish-news-page .active-edit td{background-color:#eff6ff}.publish-news-page .date-cell{color:#2563eb;font-weight:600}.publish-news-page .title-cell{color:#1e293b;font-weight:600;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-news-page .desc-cell{color:#64748b;max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-news-page .badge-new{background-color:#dcfce7;border-radius:20px;color:#166534;font-size:.75rem;font-weight:700;padding:.25rem .6rem}.publish-news-page .badge-std{background-color:#f1f5f9;border-radius:20px;color:#64748b;font-size:.75rem;font-weight:600;padding:.25rem .6rem}.publish-news-page .actions-cell{display:flex;gap:.5rem}.publish-news-page .btn-icon{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;height:34px;justify-content:center;transition:all .2s;width:34px}.publish-news-page .btn-icon.edit{background-color:#fff;border:1px solid #e2e8f0;color:#2563eb}.publish-news-page .btn-icon.edit:hover{background-color:#2563eb;border-color:#2563eb;color:#fff}.publish-news-page .btn-icon.delete{background-color:#fff;border:1px solid #e2e8f0;color:#ef4444}.publish-news-page .btn-icon.delete:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.publish-news-page .empty-state,.publish-news-page .loading-state{color:#64748b;padding:4rem 2rem;text-align:center}.publish-news-page .spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#2563eb;height:30px;margin:0 auto 1rem;width:30px}.tag-management-page{background-color:#f3f4f6;display:flex;flex-direction:column;min-height:100vh}.tag-management-container{flex:1 1;margin-left:0;padding:24px;transition:margin-left .3s ease;width:100%}.tag-management-container.sidebar-open{margin-left:300px;width:calc(100% - 300px)}.tag-management-container.sidebar-closed{margin-left:0;width:100%}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.header-content h1{color:#1a202c;font-size:24px;margin:0 0 4px}.header-content p{color:#64748b;font-size:14px;margin:0}.admin-content-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.add-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.add-btn:hover{background:#2563eb;transform:translateY(-2px)}.admin-table{border-collapse:collapse;width:100%}.admin-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:600;letter-spacing:.05em;padding:16px;text-align:left;text-transform:uppercase}.admin-table td{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:14px;padding:16px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover{background:#fdfdfd}.action-btns{display:flex;gap:8px}.delete-btn,.edit-btn{border:none;border-radius:6px;cursor:pointer;padding:6px 10px;transition:all .2s}.edit-btn{background:#e0f2fe;color:#0369a1}.edit-btn:hover{background:#bae6fd}.delete-btn{background:#fee2e2;color:#b91c1c}.delete-btn:hover{background:#fecaca}.empty-state{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;padding:48px}.add-btn-empty{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:10px 24px;transition:all .2s}.add-btn-empty:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.admin-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;padding:32px;position:relative;width:100%;z-index:10000}.admin-modal h2{color:#1e293b;font-size:20px;margin:0 0 24px}.form-group{margin-bottom:20px}.form-group label{color:#475569;font-size:14px;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:15px;padding:10px 12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb1a;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.cancel-btn{background:#f1f5f9;border:none;border-radius:8px;color:#475569;cursor:pointer;font-weight:500;padding:10px 20px;transition:background .2s}.cancel-btn:hover{background:#e2e8f0}.save-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background .2s}.save-btn:hover{background:#2563eb}.error-banner{background:#fee2e2;border-radius:8px;color:#b91c1c;font-size:14px;margin-bottom:16px;padding:12px 16px}code{background:#f1f5f9;border-radius:4px;color:#475569;font-family:monospace;font-size:.9em;padding:2px 6px}@media (max-width:768px){.tag-management-container.sidebar-open{margin-left:0;width:100%}}.test-series-management-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.test-series-management-page .test-series-management-container{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.test-series-management-page .page-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.test-series-management-page .header-content h1{color:#212529;font-size:2rem;font-weight:700;margin:0 0 .5rem}.test-series-management-page .subtitle{color:#6c757d;font-size:1rem;margin:0}.test-series-management-page .btn-create{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s}.test-series-management-page .btn-create:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.test-series-management-page .btn-create .icon{font-size:1.2rem}.test-series-management-page .filters-section{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2rem;padding:1.25rem}.test-series-management-page .card-style{background:#fff;box-shadow:0 4px 12px #0000000d}.test-series-management-page .search-wrapper{align-items:center;display:flex;flex:1 1;max-width:400px;position:relative}.test-series-management-page .search-icon{color:#a0aec0;font-size:1rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.test-series-management-page .search-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:100px;color:#2d3748;font-size:.95rem;padding:.875rem 1rem .875rem 2.75rem;transition:all .2s ease;width:100%}.test-series-management-page .search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea26;outline:none}.test-series-management-page .filter-actions{align-items:center;display:flex;gap:1rem}.test-series-management-page .filter-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;min-width:160px;padding:.6rem 2.5rem .6rem 1rem;transition:all .2s ease}.test-series-management-page .filter-select:hover{border-color:#cbd5e0}.test-series-management-page .filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.test-series-management-page .btn-clear-filters{align-items:center;background:none;border:none;border-radius:6px;color:#e53e3e;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.25rem;padding:.5rem 1rem;transition:background .2s}.test-series-management-page .btn-clear-filters:hover{background:#fff5f5}.test-series-management-page .stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.test-series-management-page .stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s}.test-series-management-page .stat-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.test-series-management-page .stat-icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.test-series-management-page .stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2)}.test-series-management-page .stat-icon.published{background:linear-gradient(135deg,#38b2ac,#2c7a7b)}.test-series-management-page .stat-icon.enrollments{background:linear-gradient(135deg,#f6ad55,#ed8936)}.test-series-management-page .stat-icon.free{background:linear-gradient(135deg,#48bb78,#38a169)}.test-series-management-page .stat-content{flex:1 1}.test-series-management-page .stat-value{color:#212529;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.test-series-management-page .stat-label{color:#6c757d;font-size:.875rem;font-weight:500}.test-series-management-page .test-series-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;overflow-x:auto}.test-series-management-page .test-series-table{border-collapse:collapse;min-width:800px;width:100%}.test-series-management-page .test-series-table th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#495057;font-weight:600;padding:1rem 1.5rem;text-align:left;white-space:nowrap}.test-series-management-page .test-series-table td{border-bottom:1px solid #e9ecef;color:#212529;padding:1rem 1.5rem;vertical-align:middle}.test-series-management-page .test-series-table tr:last-child td{border-bottom:none}.test-series-management-page .test-series-table tr:hover{background-color:#f8f9fa}.test-series-management-page .series-title-cell{display:flex;flex-direction:column;gap:.25rem;max-width:300px}.test-series-management-page .series-name{color:#212529;font-weight:600}.test-series-management-page .series-desc-small{color:#6c757d;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-series-management-page .exam-type-badge{background:#e9ecef;border-radius:6px;color:#495057;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.test-series-management-page .status-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.35rem .75rem;text-transform:uppercase}.test-series-management-page .status-badge.published{background:#e6fffa;color:#2c7a7b}.test-series-management-page .status-badge.draft{background:#fffaf0;color:#c05621}.test-series-management-page .status-badge.free{background:#f0fff4;border:1px solid #c6f6d5;color:#276749}.test-series-management-page .ml-2{margin-left:.5rem}.test-series-management-page .action-buttons{display:flex;gap:.5rem}.test-series-management-page .btn-icon{align-items:center;background:#f1f3f5;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;transition:all .2s;width:36px}.test-series-management-page .btn-icon:hover{transform:translateY(-2px)}.test-series-management-page .btn-icon.view:hover{background:#e9ecef;color:#495057}.test-series-management-page .btn-icon.edit:hover{background:#667eea;color:#fff}.test-series-management-page .btn-icon.delete:hover{background:#fff5f5;color:#e53e3e}.test-series-management-page .empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:4rem 2rem;text-align:center}.test-series-management-page .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.test-series-management-page .empty-state h3{color:#212529;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.test-series-management-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem}.test-series-management-page .error-message{align-items:center;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.test-series-management-page .loading-container{padding:4rem 2rem;text-align:center}.test-series-management-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:3rem;margin:0 auto 1rem;width:3rem}@media (max-width:768px){.test-series-management-page .test-series-management-container{padding:1rem}.test-series-management-page .page-header{align-items:flex-start;flex-direction:column;gap:1rem}.test-series-management-page .filters-section{align-items:stretch;flex-direction:column;gap:1rem}.test-series-management-page .search-wrapper{max-width:100%}.test-series-management-page .filter-actions{flex-direction:column;width:100%}.test-series-management-page .filter-select{width:100%}.test-series-management-page .btn-clear-filters{background:#fff5f5;justify-content:center;padding:.75rem;width:100%}.test-series-management-page .series-name{white-space:normal}}.test-series-form-page{background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.test-series-form-page .form-container{margin:0 auto;max-width:1000px;padding:2rem;width:100%}.test-series-form-page .form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.test-series-form-page .form-header h1{color:#2d3748;font-size:1.8rem;margin:0}.test-series-form-page .back-btn{align-items:center;background:none;border:none;border-radius:6px;color:#667eea;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:background .2s}.test-series-form-page .back-btn:hover{background:#eef2ff}.test-series-form-page .form-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:1.5rem}.test-series-form-page .tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#718096;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .2s}.test-series-form-page .tab-btn:hover:not(:disabled){color:#667eea}.test-series-form-page .tab-btn.active{border-bottom-color:#667eea;color:#667eea}.test-series-form-page .tab-btn:disabled{color:#cbd5e0;cursor:not-allowed}.test-series-form-page .series-form,.test-series-form-page .tests-management-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2.5rem}.test-series-form-page .form-group{margin-bottom:1.5rem}.test-series-form-page .form-group label{color:#4a5568;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.test-series-form-page .form-group input[type=number],.test-series-form-page .form-group input[type=text],.test-series-form-page .form-group select,.test-series-form-page .form-group textarea{background:#fdfdfd;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.875rem;transition:border-color .2s,box-shadow .2s;width:100%}.test-series-form-page .form-group input:focus,.test-series-form-page .form-group select:focus,.test-series-form-page .form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.test-series-form-page .form-row{display:flex;gap:1.5rem}.test-series-form-page .form-row .form-group{flex:1 1}.test-series-form-page .checkboxes{align-items:center;background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.test-series-form-page .checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:500;gap:.75rem}.test-series-form-page .checkbox-label input{accent-color:#667eea;height:20px;width:20px}.test-series-form-page .form-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:2rem}.test-series-form-page .btn-primary,.test-series-form-page .btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s}.test-series-form-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px #667eea4d;color:#fff}.test-series-form-page .btn-primary:hover:not(:disabled){box-shadow:0 6px 12px #667eea66;transform:translateY(-2px)}.test-series-form-page .btn-primary:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed}.test-series-form-page .btn-secondary{background:#edf2f7;color:#4a5568}.test-series-form-page .btn-secondary:hover{background:#e2e8f0;color:#2d3748}.test-series-form-page .error-message{align-items:center;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem}.test-series-form-page .loading-screen{align-items:center;color:#667eea;display:flex;font-size:1.2rem;height:100vh;justify-content:center}.test-series-form-page .tests-management-container h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.test-series-form-page .tests-management-container p.subtitle{color:#718096;margin-bottom:2rem}.test-series-form-page .tests-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.test-series-form-page .tests-column{display:flex;flex-direction:column;gap:1rem}.test-series-form-page .column-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.test-series-form-page .column-header h4{color:#4a5568;font-size:1.1rem;margin:0}.test-series-form-page .column-header .badge{background:#e2e8f0;border-radius:20px;color:#4a5568;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.test-series-form-page .search-box-container{margin-bottom:.5rem}.test-series-form-page .search-input{border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.test-series-form-page .search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.test-series-form-page .tests-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.test-series-form-page .tests-list::-webkit-scrollbar{width:6px}.test-series-form-page .tests-list::-webkit-scrollbar-track{background:#f1f1f1}.test-series-form-page .tests-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.test-series-form-page .test-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s;-webkit-user-select:none;user-select:none}.test-series-form-page .test-item:hover{background:#fff;border-color:#667eea;box-shadow:0 2px 8px #0000000d}.test-series-form-page .test-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.test-series-form-page .test-title{color:#2d3748;font-size:.95rem;font-weight:600}.test-series-form-page .test-meta{align-items:center;color:#718096;display:flex;font-size:.85rem;gap:.5rem}.test-series-form-page .btn-remove-test{align-items:center;background:#fff5f5;border:1px solid #feb2b2;border-radius:6px;color:#e53e3e;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.test-series-form-page .btn-remove-test:hover:not(:disabled){background:#e53e3e;border-color:#e53e3e;color:#fff}.test-series-form-page .test-checkbox{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.test-series-form-page .test-checkbox:hover{background:#f8faff;border-color:#667eea}.test-series-form-page .test-checkbox input[type=checkbox]{accent-color:#667eea;height:18px;margin-top:.3rem;width:18px}.test-series-form-page .btn-add-selected{background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:1rem;transition:all .2s;width:100%}.test-series-form-page .btn-add-selected:hover:not(:disabled){background:#38a169;box-shadow:0 4px 12px #48bb784d;transform:translateY(-2px)}.test-series-form-page .btn-add-selected:disabled{background:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.test-series-form-page .no-tests-message{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;color:#718096;font-style:italic;padding:2rem;text-align:center}.test-series-form-page .help-text{background:#ebf8ff;border-left:4px solid #4299e1;border-radius:8px;color:#2c5282;font-size:.95rem;margin-bottom:1.5rem;padding:1rem}.test-series-form-page .thumbnail-upload-container{margin-top:.5rem}.test-series-form-page .thumbnail-preview{border:2px solid #e2e8f0;border-radius:8px;height:200px;overflow:hidden;position:relative;width:300px}.test-series-form-page .thumbnail-preview img{height:100%;object-fit:cover;width:100%}.test-series-form-page .remove-thumbnail-btn{align-items:center;background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .2s;width:32px}.test-series-form-page .remove-thumbnail-btn:hover{background:#dc2626;transform:scale(1.1)}.test-series-form-page .thumbnail-upload-placeholder{align-items:center;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;display:flex;height:200px;justify-content:center;transition:all .2s;width:300px}.test-series-form-page .thumbnail-upload-placeholder:hover{background:#eef2ff;border-color:#667eea}.test-series-form-page .upload-label{cursor:pointer;padding:2rem;text-align:center}.test-series-form-page .upload-icon{font-size:3rem;margin-bottom:.5rem}.test-series-form-page .upload-text{color:#4a5568;font-size:1rem;font-weight:500;margin-bottom:.25rem}.test-series-form-page .upload-hint{color:#718096;font-size:.85rem}@media (max-width:1024px){.test-series-form-page .tests-layout{grid-template-columns:1fr}}@media (max-width:768px){.test-series-form-page .form-container{padding:1rem}.test-series-form-page .form-row{flex-direction:column;gap:0}.test-series-form-page .tests-column{max-height:none}}.test-series-browse-page{background:#f8fafc;min-height:100vh}.test-series-browse-page .browse-hero{background:linear-gradient(135deg,#2563eb,#1e40af);overflow:hidden;padding:2.5rem 2rem 2rem;position:relative}.test-series-browse-page .hero-overlay{background:radial-gradient(circle at 30% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff14 0,#0000 50%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.test-series-browse-page .hero-content-wrapper{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.test-series-browse-page .browse-hero h1{color:#fff;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem}.test-series-browse-page .browse-hero p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.test-series-browse-page .hero-search{margin:0 auto;max-width:600px;position:relative}.test-series-browse-page .hero-search .search-icon{color:#64748b;left:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.test-series-browse-page .hero-search-input{background:#fff;border:none;border-radius:16px;box-shadow:0 10px 40px #00000026;font-size:1rem;padding:1.25rem 1.5rem 1.25rem 3.5rem;transition:all .3s ease;width:100%}.test-series-browse-page .hero-search-input:focus{box-shadow:0 15px 50px #0003;outline:none;transform:translateY(-2px)}.test-series-browse-page .hero-search-input::placeholder{color:#94a3b8}.test-series-browse-page .browse-container{margin:-1rem auto 3rem;max-width:1300px;padding:0 2.5rem;position:relative;z-index:10}.test-series-browse-page .exam-categories{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 40px #00000014;margin-bottom:1.5rem;padding:1.5rem}.test-series-browse-page .section-title{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.test-series-browse-page .categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.test-series-browse-page .category-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.test-series-browse-page .category-card:before{background:linear-gradient(90deg,#2563eb,#1e40af);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.test-series-browse-page .category-card:hover{border-color:#2563eb;box-shadow:0 12px 28px #2563eb26;transform:translateY(-4px)}.test-series-browse-page .category-card:hover:before{transform:scaleX(1)}.test-series-browse-page .category-card.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;box-shadow:0 8px 24px #2563eb33}.test-series-browse-page .category-card.active:before{transform:scaleX(1)}.test-series-browse-page .category-icon{align-items:center;border-radius:12px;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin:0 auto .75rem;transition:transform .3s ease;width:50px}.test-series-browse-page .category-card:hover .category-icon{transform:scale(1.1) rotate(5deg)}.test-series-browse-page .category-card h3{color:#0f172a;font-size:1rem;font-weight:700;margin-bottom:.25rem}.test-series-browse-page .category-card p{color:#64748b;font-size:.8125rem;margin:0}.test-series-browse-page .filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.test-series-browse-page .filter-left h3{align-items:center;color:#0f172a;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem}.test-series-browse-page .result-count{color:#64748b;font-size:1rem;font-weight:500}.test-series-browse-page .filter-right{display:flex;gap:.75rem}.test-series-browse-page .filter-chip{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.test-series-browse-page .filter-chip svg{color:#64748b}.test-series-browse-page .filter-chip:hover{border-color:#2563eb;color:#2563eb}.test-series-browse-page .filter-chip:hover svg{color:#2563eb}.test-series-browse-page .filter-chip.active{background:linear-gradient(135deg,#2563eb,#1e40af);border-color:#2563eb;color:#fff}.test-series-browse-page .filter-chip.active svg{color:#fff}.test-series-browse-page .series-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.test-series-browse-page .series-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.test-series-browse-page .series-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.test-series-browse-page .card-custom-header{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);display:flex;min-height:80px;padding:1.25rem 1rem;position:relative}.test-series-browse-page .series-logo{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;font-size:2rem;height:56px;justify-content:center;transform:translateY(20%);width:56px;z-index:2}.test-series-browse-page .status-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;box-shadow:0 2px 4px #0000001a;font-size:.7rem;font-weight:800;letter-spacing:.05em;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.test-series-browse-page .status-badge.free{background:#10b981e6;color:#fff}.test-series-browse-page .status-badge.premium{background:#f59e0be6;color:#fff}.test-series-browse-page .card-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem 1.5rem 1rem}.test-series-browse-page .card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:1.125rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;margin-top:.5rem;min-height:3.2rem;overflow:hidden}.test-series-browse-page .tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.test-series-browse-page .meta-tag{align-items:center;background:#f3f4f6;border-radius:6px;color:#4b5563;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .625rem;text-transform:uppercase}.test-series-browse-page .meta-tag.difficulty{background:#eef2ff;color:#4f46e5}.test-series-browse-page .info-grid{grid-gap:.75rem;border-top:1px dashed #e5e7eb;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-top:auto;padding-top:1rem}.test-series-browse-page .info-item{align-items:center;color:#6b7280;display:flex;font-size:.85rem;font-weight:500;gap:.5rem}.test-series-browse-page .info-item svg{color:#9ca3af;height:16px;width:16px}.test-series-browse-page .card-footer{background:#0000;border:none;padding:0 1.25rem 1.25rem}.test-series-browse-page .go-to-series-btn{background:#06b6d4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem;text-align:center;transition:all .2s ease;width:100%}.test-series-browse-page .go-to-series-btn:hover{background:#0891b2;box-shadow:0 4px 6px -1px #06b6d433;transform:translateY(-1px)}.test-series-browse-page .browse-empty,.test-series-browse-page .browse-error,.test-series-browse-page .browse-loading{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:5rem 2rem;text-align:center}.test-series-browse-page .spinner{animation:spin .8s linear infinite;border:4px solid #f1f5f9;border-radius:50%;border-top-color:#2563eb;height:50px;margin:0 auto 1.5rem;width:50px}.test-series-browse-page .browse-empty p,.test-series-browse-page .browse-error p,.test-series-browse-page .browse-loading p{color:#64748b;font-size:1.125rem;margin:0}.test-series-browse-page .empty-icon,.test-series-browse-page .error-icon{font-size:4rem;margin-bottom:1.5rem}.test-series-browse-page .browse-empty h3,.test-series-browse-page .browse-error h3{color:#0f172a;font-size:1.5rem;margin-bottom:.75rem}.test-series-browse-page .reset-btn,.test-series-browse-page .retry-btn{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:1.5rem;padding:.875rem 2rem;transition:all .3s ease}.test-series-browse-page .reset-btn:hover,.test-series-browse-page .retry-btn:hover{background:#1e40af;transform:translateY(-2px)}@media (max-width:1024px){.test-series-browse-page .categories-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.test-series-browse-page .series-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.test-series-browse-page .browse-hero{padding:3rem 1.5rem}.test-series-browse-page .browse-hero h1{font-size:2.25rem}.test-series-browse-page .browse-hero p{font-size:1rem}.test-series-browse-page .browse-container{margin-top:-1rem;padding:0 1rem}.test-series-browse-page .exam-categories{padding:1.5rem}.test-series-browse-page .categories-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.test-series-browse-page .category-card{padding:1.25rem 1rem}.test-series-browse-page .category-icon{font-size:1.5rem;height:50px;width:50px}.test-series-browse-page .filter-bar{align-items:flex-start;flex-direction:column}.test-series-browse-page .filter-left h3{font-size:1.25rem}.test-series-browse-page .series-grid{gap:1.5rem;grid-template-columns:1fr}.test-series-browse-page .card-footer{align-items:stretch;flex-direction:column;gap:1rem}}.test-series-details-page{background:#f8f9fa;color:#1f2937;font-family:Inter,sans-serif;min-height:100vh;padding-bottom:4rem}.test-series-details-page .details-breadcrumb-nav{margin:0 auto;max-width:1280px;padding:1rem 2rem}.test-series-details-page .back-link{align-items:center;background:none;border:none;color:#2563eb;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:0}.test-series-details-page .back-link:hover{text-decoration:underline}.test-series-details-page .details-header-section{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1fr 340px;margin:0 auto;max-width:1280px;padding:0 2rem 2rem}.test-series-details-page .header-content-left{display:flex;flex-direction:column;gap:2rem}.test-series-details-page .header-main-wrapper{display:flex;gap:1.5rem}.test-series-details-page .series-thumbnail-container{background:#f1f5f9;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;flex-shrink:0;height:120px;overflow:hidden;width:120px}.test-series-details-page .series-thumbnail{height:100%;object-fit:cover;width:100%}.test-series-details-page .series-placeholder-thumb{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;height:100%;justify-content:center;width:100%}.test-series-details-page .thumb-icon{font-size:3rem;font-weight:800}.test-series-details-page .series-header-info{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.test-series-details-page .header-badges-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.test-series-details-page .header-badge{border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.test-series-details-page .exam-tag{background:#e0f2fe;color:#0369a1}.test-series-details-page .free-tag{background:#dcfce7;color:#15803d}.test-series-details-page .premium-tag{background:#fef9c3;color:#b45309}.test-series-details-page .free-trial-tag{background:#ffedd5;color:#c2410c}.test-series-details-page .header-title{color:#111827;font-size:2rem;font-weight:800;line-height:1.2;margin:0}.test-series-details-page .header-description{color:#4b5563;font-size:.95rem;line-height:1.5;margin:0;max-width:90%}.test-series-details-page .header-meta-grid{grid-gap:1rem 2rem;border-top:1px dashed #e5e7eb;display:grid;gap:1rem 2rem;grid-template-columns:repeat(auto-fit,minmax(140px,auto));margin-top:.5rem;padding-top:1rem}.test-series-details-page .meta-item{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem}.test-series-details-page .meta-item strong{color:#374151;font-weight:600}.test-series-details-page .meta-icon{align-items:center;display:flex;font-size:1.1rem;justify-content:center}.test-series-details-page .header-progress-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.5rem}.test-series-details-page .progress-info{display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;margin-bottom:.5rem}.test-series-details-page .progress-label{color:#374151}.test-series-details-page .progress-percent{color:#2563eb;font-weight:600}.test-series-details-page .progress-bar-container{background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden}.test-series-details-page .progress-bar-fill{background:#2563eb;border-radius:4px;height:100%;transition:width .3s ease}.test-series-details-page .subscription-card{background:linear-gradient(145deg,#1f2937,#111827);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;color:#fff;padding:2rem;position:relative}.test-series-details-page .sub-badge{background:#f59e0b;border-radius:4px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:.7rem;font-weight:800;left:20px;padding:.25rem .75rem;position:absolute;top:-10px}.test-series-details-page .sub-header{margin-bottom:1.5rem}.test-series-details-page .sub-header h3{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.test-series-details-page .sub-header h3 span{color:#fcd34d}.test-series-details-page .sub-header p{color:#9ca3af;font-size:.9rem;margin:0}.test-series-details-page .sub-features{list-style:none;margin:0 0 1.5rem;padding:0}.test-series-details-page .sub-features li{align-items:center;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:.75rem}.test-series-details-page .check-icon{align-items:center;background:#059669;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:700;height:20px;justify-content:center;width:20px}.test-series-details-page .sub-cta-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem;transition:transform .2s;width:100%}.test-series-details-page .sub-cta-btn:hover:not(:disabled){background:#059669;transform:translateY(-2px)}.test-series-details-page .sub-cta-btn.enrolled{background:#ffffff1a;color:#10b981;cursor:default}.test-series-details-page .details-body-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 340px;margin:0 auto;max-width:1280px;padding:0 2rem}.test-series-details-page .section-header-row{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.test-series-details-page .section-heading{font-size:1.5rem;font-weight:700;margin:0}.test-series-details-page .search-bar-wrapper{align-items:center;display:flex;flex:1 1;max-width:450px;position:relative}.test-series-details-page .search-icon{color:#94a3b8;font-size:1.1rem;left:1.25rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;z-index:2}.test-series-details-page .test-search-input{background-color:#fff;border:2px solid #cbd5e1;border-radius:14px;box-shadow:0 1px 2px #0000000d;color:#1e293b;font-size:1rem;padding:.875rem 3rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.test-series-details-page .test-search-input::placeholder{color:#94a3b8;font-weight:400}.test-series-details-page .test-search-input:hover{border-color:#94a3b8}.test-series-details-page .test-search-input:focus{background-color:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb40,0 4px 12px #2563eb26;outline:none}.test-series-details-page .search-bar-wrapper:focus-within .search-icon{color:#3b82f6}.test-series-details-page .search-right-actions{align-items:center;display:flex;gap:.75rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);z-index:2}.test-series-details-page .search-shortcut{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 1px 0 #0000000d;color:#64748b;font-family:monospace;font-size:.75rem;font-weight:700;padding:2px 8px;pointer-events:none}.test-series-details-page .results-count{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;color:#64748b;font-size:.8rem;font-weight:500;padding:2px 8px}.test-series-details-page .search-clear-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;transition:all .2s;width:24px}.test-series-details-page .search-clear-btn:hover{background:#e2e8f0;color:#0f172a;transform:scale(1.1)}.test-series-details-page .search-highlight{background-color:#3b82f633;border-radius:2px;color:#1e40af;font-weight:700;padding:0 1px}.test-series-details-page .filter-pills-row{display:flex;gap:1rem;margin-bottom:1.5rem}.test-series-details-page .filter-pill{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#4b5563;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1.5rem}.test-series-details-page .filter-pill.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.test-series-details-page .pro-tag{background:#fcd34d;border-radius:4px;color:#78350f;font-size:.65rem;font-weight:800;padding:1px 6px}.test-series-details-page .category-scroll-container{border-bottom:2px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.test-series-details-page .category-scroll-track{display:flex;gap:2rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.test-series-details-page .category-scroll-track::-webkit-scrollbar{display:none}.test-series-details-page .category-tab{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;white-space:nowrap}.test-series-details-page .category-tab.active{color:#0ea5e9;font-weight:700}.test-series-details-page .category-tab.active:after{background:#0ea5e9;border-radius:3px 3px 0 0;bottom:-.65rem;content:"";height:3px;left:0;position:absolute;right:0}.test-series-details-page .scroll-arrow{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:-4px 0 8px #fffc;color:#4b5563;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .2s;width:32px}.test-series-details-page .scroll-arrow:hover{background:#f0f9ff;border-color:#0ea5e9;color:#0ea5e9}.test-series-details-page .sub-filters-row{display:flex;gap:.5rem;margin-bottom:1.5rem}.test-series-details-page .sub-filter{background:#e5e7eb;border:none;border-radius:6px;color:#4b5563;cursor:pointer;font-size:.85rem;font-weight:500;padding:.4rem 1rem}.test-series-details-page .sub-filter.active{background:#64748b;color:#fff}.test-series-details-page .test-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:1.5rem;overflow:hidden}.test-series-details-page .test-card-badges{display:flex;gap:.5rem;padding:1rem 1rem 0}.test-series-details-page .badge-live{align-items:center;background:#dc2626;border-radius:4px;color:#fff;display:flex;font-size:.7rem;font-weight:700;gap:4px;padding:2px 8px}.test-series-details-page .live-dot{animation:blink 1.5s infinite;font-size:.5rem}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.test-series-details-page .badge-free{background:#10b981;border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px}.test-series-details-page .test-card-main{align-items:flex-end;display:flex;justify-content:space-between;padding:1rem}.test-series-details-page .test-info{flex:1 1}.test-series-details-page .test-title{color:#111827;font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.test-series-details-page .test-meta-row{color:#6b7280;display:flex;font-size:.85rem;gap:1.5rem;margin-bottom:1rem}.test-series-details-page .meta-item-box{align-items:center;display:flex;gap:.4rem}.test-series-details-page .meta-item-box .icon{align-items:center;color:#9ca3af;display:flex;font-size:1rem}.test-series-details-page .test-card-footer{color:#9ca3af;display:flex;font-size:.8rem;gap:1.5rem}.test-series-details-page .lang-text{color:#2563eb;font-weight:500}.test-series-details-page .test-action{margin-left:1.5rem}.test-series-details-page .action-btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;min-width:140px;padding:.75rem 2rem}.test-series-details-page .action-btn.start{background:#0ea5e9;color:#fff}.test-series-details-page .action-btn.register{background:#10b981;color:#fff}.test-series-details-page .sidebar-heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.test-series-details-page .related-series-list{display:flex;flex-direction:column;gap:1rem}.test-series-details-page .related-series-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:box-shadow .2s}.test-series-details-page .related-series-card:hover{box-shadow:0 4px 6px -1px #0000001a}.test-series-details-page .related-content h4{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:.95rem;line-height:1.4;margin:0 0 .25rem;overflow:hidden}.test-series-details-page .related-content p{color:#6b7280;font-size:.8rem;margin:0}.test-series-details-page .related-arrow{align-items:center;color:#9ca3af;display:flex;font-size:1.25rem}.test-series-details-page .view-more-btn{background:#fff;border:1px solid #2563eb;border-radius:8px;color:#2563eb;cursor:pointer;font-weight:600;margin-top:1.5rem;padding:.8rem;width:100%}.test-series-details-page .action-btn.reattempt{background:#fff;border:2px solid #0ea5e9;color:#0ea5e9}.test-series-details-page .action-btn.reattempt:hover{background:#f0f9ff}.test-series-details-page .action-btn.resume{background:#f59e0b;color:#fff}.test-series-details-page .action-btn.resume:hover{background:#d97706}.test-series-details-page .empty-state{background:#fff;border:1px dashed #e5e7eb;border-radius:12px;color:#6b7280;padding:3rem;text-align:center}.test-series-details-page .empty-state p{font-size:1rem;margin:0 0 1rem}.test-series-details-page .clear-search-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.test-series-details-page .clear-search-btn:hover{background:#e5e7eb;color:#111827}@media (max-width:1024px){.test-series-details-page .details-body-container,.test-series-details-page .details-header-section{grid-template-columns:1fr}.test-series-details-page .subscription-card{max-width:400px}.test-series-details-page .test-card-main{align-items:flex-start;flex-direction:column;gap:1rem}.test-series-details-page .test-action{margin-left:0;width:100%}.test-series-details-page .action-btn{width:100%}}.test-series-details-page .error-icon{color:#f59e0b;display:flex;font-size:4rem;justify-content:center;margin-bottom:1.5rem}.test-series-details-page .details-page-error .back-btn{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.my-enrollments-page{background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.enrollments-container{flex:1 1;margin:0 auto;max-width:1000px;padding:2rem;width:100%}.page-header{margin-bottom:2.5rem}.page-header h1{font-weight:700}.page-header p{color:#718096}.enrollments-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.enrollment-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;padding:1.5rem;transition:transform .2s}.enrollment-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-4px)}.card-header{gap:1rem;margin-bottom:1.5rem}.series-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.series-info{flex:1 1}.exam-tag{background:#edf2f7;border-radius:4px;color:#718096;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.4rem;padding:.2rem .6rem}.series-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d3748;display:-webkit-box;font-size:1.1rem;line-height:1.3;overflow:hidden}.progress-section{background:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.progress-labels{color:#4a5568;display:flex;font-size:.85rem;font-weight:500;justify-content:space-between;margin-bottom:.5rem}.progress-bar-container{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-bar-fill{background:#48bb78;border-radius:4px;height:100%;transition:width .5s ease-out}.progress-text{color:#718096;font-size:.8rem;text-align:right}.card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.validity-tag{background:#edf2f7;border-radius:20px;color:#4a5568;font-size:.8rem;padding:.3rem .8rem}.validity-tag.expiring{background:#fed7d7;color:#c53030}.resume-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem;transition:background .2s}.resume-btn:hover{background:#5a67d8}.empty-enrollments{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-icon{display:block;font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-enrollments h3{color:#2d3748;margin-bottom:.5rem}.empty-enrollments p{color:#718096;margin-bottom:2rem}.browse-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem}@media (max-width:768px){.enrollments-container{padding:1rem}.enrollments-grid{grid-template-columns:1fr}}.bulk-import-page{background:#f8f9fa}.bulk-import-container{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.page-header h1{color:#2d3748;font-size:2rem;margin:0 0 .5rem}.subtitle{color:#718096;margin:0}.btn-back{background:#e2e8f0;border:none;border-radius:8px;color:#4a5568}.btn-back:hover{background:#cbd5e0}.instructions-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.instructions-card h3{color:#2d3748;margin:0 0 1rem}.instructions-card ol{color:#4a5568;margin:0 0 1rem;padding-left:1.5rem}.instructions-card ol li{margin-bottom:.5rem}.btn-sample{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-sample:hover{background:#5a67d8;transform:translateY(-1px)}.json-input-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{color:#2d3748;margin:0}.action-buttons{display:flex;gap:.75rem}.btn-preview{background:#48bb78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-preview:hover:not(:disabled){background:#38a169;transform:translateY(-1px)}.btn-preview:disabled{background:#cbd5e0;cursor:not-allowed}.json-textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.875rem;padding:1rem;resize:vertical;transition:border-color .2s;width:100%}.json-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group label{color:#4a5568}.form-control,.form-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:1rem;padding:.75rem;transition:all .2s;width:100%}.form-control:focus,.form-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error-alert{align-items:center;background:#fed7d7;border:1px solid #fc8181;border-radius:8px;color:#c53030;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.error-icon{font-size:1.5rem}.success-alert{align-items:center;background:#c6f6d5;border:1px solid #48bb78;border-radius:8px;color:#22543d;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.success-icon{font-size:1.5rem}.success-alert h4{color:#22543d;margin:0 0 .25rem}.success-alert p{font-size:.875rem;margin:0}.preview-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.preview-section h3{color:#2d3748;margin:0 0 1.5rem}.test-preview{border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem}.preview-header h4{color:#2d3748;font-size:1.5rem;margin:0 0 1rem}.preview-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.preview-meta span{background:#edf2f7;border-radius:6px;color:#4a5568;font-size:.875rem;padding:.5rem 1rem}.questions-preview{margin-bottom:1.5rem}.questions-preview h5{color:#4a5568;margin:0 0 1rem}.question-preview-item{background:#f7fafc;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.question-number{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.question-content{flex:1 1}.question-text{color:#2d3748;font-weight:600;margin:0 0 .5rem}.question-header-row{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.btn-edit-inline{background:#0000;border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:4px;transition:background .2s}.btn-edit-inline:hover{background:#e2e8f0;box-shadow:0 0 0 2px #0000000d}.question-preview-item.editing{background:#ebf4ff;border:1px solid #90cdf4}.edit-mode .edit-field{margin-bottom:1rem}.edit-mode .edit-field label{color:#4a5568;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.edit-mode .edit-field textarea{border:1px solid #cbd5e0;border-radius:6px;font-family:inherit;padding:.75rem;resize:vertical;width:100%}.edit-options label{color:#4a5568;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.edit-option-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.edit-option-row input[type=text]{border:1px solid #cbd5e0;border-radius:6px;flex:1 1;padding:.5rem}.edit-actions{display:flex;gap:.75rem;margin-top:1.5rem}.btn-cancel,.btn-save{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.5rem 1rem}.btn-save{background:#48bb78;color:#fff}.btn-save:hover{background:#38a169}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover{background:#cbd5e0}.question-text-te{color:#718096;font-size:.875rem;margin:0 0 .75rem}.options-preview{display:flex;flex-direction:column;gap:.5rem}.option-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:.875rem;padding:.5rem .75rem}.option-item.correct{background:#c6f6d5;border-color:#48bb78;color:#22543d;font-weight:600}.more-questions{color:#718096;font-style:italic;margin:1rem 0 0;text-align:center}.split-left-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem;z-index:5}.split-left-header h5{margin:0}.split-left-footer{background:#fff;border-top:1px solid #e2e8f0;padding:1rem 1.5rem;z-index:5}.btn-add-question{background:#ebf8ff;border:1px dashed #63b3ed;border-radius:6px;color:#3182ce;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;text-align:center;transition:all .2s;width:100%}.btn-add-question:hover{background:#bee3f8;color:#2b6cb0}.btn-import{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s;width:100%}.btn-import:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.btn-import:disabled{background:#cbd5e0;cursor:not-allowed}.result-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.result-details{margin-top:1.5rem}.result-details h4{color:#2d3748;margin:0 0 1rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.summary-item{background:#f7fafc;border-radius:8px;display:flex;flex-direction:column;gap:.25rem;padding:1rem}.summary-item .label{color:#718096;font-size:.875rem}.summary-item .value{color:#2d3748;font-size:1.25rem;font-weight:700}.summary-item .value.success{color:#38a169}.summary-item .value.error{color:#e53e3e}.errors-list,.warnings-list{border-radius:8px;margin-bottom:1rem;padding:1rem}.warnings-list{background:#fef5e7;border:1px solid #f6ad55}.warnings-list h5{color:#c05621;margin:0 0 .5rem}.warnings-list p{color:#744210;font-size:.875rem;margin:.25rem 0}.errors-list{background:#fed7d7;border:1px solid #fc8181}.errors-list h5{color:#c53030;margin:0 0 .5rem}.errors-list p{color:#742a2a;font-size:.875rem;margin:.25rem 0}.result-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-import-another,.btn-view-test{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:.875rem 1.5rem;transition:all .2s}.btn-view-test{background:#667eea;color:#fff}.btn-view-test:hover{background:#5a67d8;transform:translateY(-1px)}.btn-import-another{background:#e2e8f0;color:#4a5568}.btn-import-another:hover{background:#cbd5e0}@media (max-width:768px){.bulk-import-container{padding:1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.summary-grid{grid-template-columns:1fr}.question-preview-item,.result-actions{flex-direction:column}}.preview-section.split-view{background:#0000;box-shadow:none;height:85vh;margin:0 -2rem 2rem;max-width:none;padding:0}.pdf-split-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:100%;overflow:hidden}.pdf-split-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.5rem;z-index:10}.pdf-split-header h3{color:#1e293b;font-size:1.25rem;margin:0}.pdf-split-header .preview-meta{flex:1 1;justify-content:center;margin:0}.pdf-split-header .btn-import{margin:0;padding:.5rem 1.5rem;width:auto}.pdf-split-content{display:flex;flex:1 1;height:100%;overflow:hidden}.split-left{border-right:2px solid #e2e8f0;display:flex;flex:1 1;flex-direction:column;max-width:50%}.questions-scroll-area{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.split-right{background:#e2e8f0;display:flex;flex:1 1;flex-direction:column;max-width:50%}.split-right .pdf-frame{border:none;flex:1 1;height:100%;width:100%}@media (max-width:1024px){.pdf-split-content{flex-direction:column}.split-left,.split-right{height:50%;max-width:100%}}.bulk-import-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh}.admin-page-container{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.glass-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 8px 32px 0 #1f268712;padding:2rem;transition:all .3s ease}.glass-card:hover{box-shadow:0 12px 40px 0 #1f26871a;transform:translateY(-5px)}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.subtitle{color:#4b5563;font-size:1.1rem}.btn-back{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 5px #0000000d;color:#4b5563;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-back:hover{background:#f9fafb;transform:translateX(-3px)}.drag-drop-zone{background:#ffffff80;border:3px dashed #cbd5e1;border-radius:20px;cursor:pointer;margin:1.5rem 0;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.drag-drop-zone.active{background:#6366f10d;border-color:#6366f1;transform:scale(1.02)}.drag-drop-zone:hover{border-color:#94a3b8}.upload-icon-large{animation:float 3s ease-in-out infinite;color:#6366f1;display:block;font-size:4rem;margin-bottom:1rem}.file-info{background:#e0e7ff;border-radius:12px;color:#3730a3;font-weight:600;gap:1rem;padding:1rem}.file-info,.remove-file{align-items:center;display:flex;justify-content:center}.remove-file{background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:.8rem;height:24px;width:24px}.form-section-title{align-items:center;color:#1f2937;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem}.form-group,.form-section-title{margin-bottom:1.5rem}.form-group label{font-size:.95rem}.modern-input,.modern-select{background:#fffc;border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:1rem;padding:.875rem 1rem;transition:all .2s;width:100%}.modern-input:focus,.modern-select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;outline:none}.btn-primary-gradient{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 6px -1px #6366f166;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s;width:100%}.btn-primary-gradient:hover:not(:disabled){box-shadow:0 10px 15px -3px #6366f166;transform:translateY(-2px)}.btn-primary-gradient:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.jobs-list{display:flex;flex-direction:column;gap:1rem}.job-item{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.job-item:hover{background:#f5f7ff;border-color:#c7d2fe}.job-info h4{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.job-info span{color:#6b7280;font-size:.85rem}.status-pill{border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.status-pill.completed{background:#dcfce7;color:#166534}.status-pill.processing{animation:pulse 2s infinite;background:#dbeafe;color:#1e40af}.status-pill.failed{background:#fee2e2;color:#991b1b}.status-pill.pending{background:#f3f4f6;color:#4b5563}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.btn-back{text-align:center;width:100%}}.lms-container{color:#1f2937;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.page-title{color:#111827;font-size:1.8rem;font-weight:700;margin:0}.page-subtitle{color:#6b7280;font-size:.95rem;margin:.5rem 0 0}.lms-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:1.5rem}.lms-table{border-collapse:initial;border-spacing:0;width:100%}.lms-table td,.lms-table th{border-bottom:1px solid #f3f4f6;padding:1.25rem 1.5rem;text-align:left;vertical-align:middle}.lms-table th{background:#f9fafb;color:#6b7280;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.lms-table th:first-child{width:25%}.lms-table th:nth-child(2){width:20%}.lms-table th:nth-child(3),.lms-table th:nth-child(4),.lms-table th:nth-child(5){width:15%}.lms-table th:nth-child(6){width:10%}.lms-table tr.row-hot td{background-color:#fff1f2}.lms-table tr.row-warm td{background-color:#fffbeb}.lms-table tr.row-cold td{background-color:#fff}.lms-table tr.row-hot:hover td{background-color:#ffe4e6}.lms-table tr.row-warm:hover td{background-color:#fef3c7}.lms-table tr:hover td{background-color:#f8fafc}.lms-table td:last-child,.lms-table th:last-child{min-width:80px;text-align:right}.lms-table tr.row-highlight td{background-color:#eff6ff}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize;white-space:nowrap}.status-new{background:#eff6ff;border:1px solid #dbeafe;color:#2563eb}.status-contacted{background:#fff7ed;border:1px solid #ffedd5;color:#ea580c}.status-interested{background:#f0fdf4;border:1px solid #dcfce7;color:#16a34a}.status-enrolled{background:#f5f3ff;border:1px solid #ede9fe;color:#7c3aed}.status-not_interested{background:#fef2f2;border:1px solid #fee2e2;color:#dc2626}.status-lost{background:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563}.score-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:.7rem;font-weight:700;gap:.35rem;padding:.25rem .6rem;text-transform:uppercase}.score-hot:before{background:#ef4444;box-shadow:0 0 8px #ef444480}.score-hot:before,.score-warm:before{border-radius:50%;content:"";display:block;height:6px;width:6px}.score-warm:before{background:#f59e0b}.score-cold:before{background:#3b82f6;border-radius:50%;content:"";display:block;height:6px;width:6px}.score-hot{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.score-warm{background:#ffedd5;border:1px solid #fed7aa;color:#ea580c}.score-cold{background:#eff6ff;border:1px solid #dbeafe;color:#2563eb}.contact-type-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;color:#4b5563;display:inline-block;font-size:.7rem;font-weight:600;margin-bottom:.5rem;padding:2px 8px}.ticket-size{color:#111827;font-size:.9rem;font-weight:600}.source-tag{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;display:inline-block;font-size:.7rem;font-weight:600;padding:2px 10px}.lead-avatar{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;color:#fff;flex-shrink:0;font-size:.85rem;font-weight:700;height:36px;justify-content:center;width:36px}.lead-avatar,.lead-name-cell{align-items:center;display:flex}.lead-name-cell{gap:.75rem}.lead-meta{display:flex;flex-direction:column;gap:.2rem}.lead-name{color:#111827;font-weight:600}.status-date-cell,.value-priority-cell{display:flex;flex-direction:column;gap:.35rem}.created-date{color:#6b7280;font-size:.75rem}.btn-icon{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:#6b7280;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-icon:hover{background-color:#eff6ff;border-color:#dbeafe;color:#2563eb}.lms-filters-bar{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;gap:1rem;padding:1.25rem}.lms-header-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.lms-filters-bar{align-items:flex-end;background:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem}.filter-group.grow-2{flex:2 1;min-width:200px}.filter-group label{color:#4b5563;font-size:.75rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.lms-input,.lms-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:.9rem;padding:.6rem .75rem;transition:all .2s;width:100%}.lms-input:placeholder{color:#9ca3af}.lms-input:focus,.lms-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-actions{align-items:center;display:flex;padding-bottom:.4rem}.lead-link,.lead-name{color:#111827;font-weight:600;text-decoration:none;transition:color .2s}.lead-link:hover{color:#2563eb;text-decoration:underline}.contact-info{font-size:.85rem}.email-row{color:#374151;margin-bottom:2px}.phone-row{color:#6b7280}.assign-cell{position:relative;width:200px}.assign-select{background-position:right .5rem center;border-color:#e5e7eb;font-size:.85rem;padding:.4rem 2rem .4rem .75rem}.assign-select:hover{border-color:#d1d5db}.saving-indicator{color:#6b7280;font-size:.8rem;position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.lms-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.page-info{color:#4b5563;font-size:.9rem;font-weight:500}.empty-state{color:#6b7280;padding:2rem;text-align:center}.lms-loading{align-items:center;color:#4b5563;display:flex;flex-direction:column;gap:1rem;padding:4rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:30px;width:30px}.lead-details-page{background-color:#f3f4f6;min-height:100vh}.lead-details-page .back-link{align-items:center;color:#6b7280;display:inline-flex;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;text-decoration:none;transition:color .2s}.lead-details-page .back-link:hover{color:#111827}.lead-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.lead-title{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.lead-title h1{color:#111827;font-size:1.8rem;font-weight:700;margin:0}.status-actions select.lms-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #0000;border-radius:8px;cursor:pointer;font-weight:600;padding:.5rem 2rem .5rem 1rem}.status-actions select.status-new{background-color:#eff6ff;border-color:#dbeafe;color:#2563eb}.status-actions select.status-contacted{background-color:#fff7ed;border-color:#ffedd5;color:#ea580c}.status-actions select.status-interested{background-color:#f0fdf4;border-color:#dcfce7;color:#16a34a}.status-actions select.status-enrolled{background-color:#f5f3ff;border-color:#ede9fe;color:#7c3aed}.status-actions select.status-not_interested{background-color:#fef2f2;border-color:#fee2e2;color:#dc2626}.status-actions select.status-lost{background-color:#f3f4f6;border-color:#e5e7eb;color:#4b5563}.lead-content-grid,.lms-content-split{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:350px 1fr}@media (max-width:900px){.lead-content-grid,.lms-content-split{grid-template-columns:1fr}}.lead-activity-card,.lead-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.card-header h3{color:#374151;font-size:1.1rem;font-weight:600;margin:0}.lead-info-card .info-list{padding:1.5rem}.detail-row{border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.75rem 0}.detail-row:last-child{border-bottom:none}.detail-row label{color:#6b7280;font-size:.9rem;font-weight:500}.detail-row span{color:#111827;font-size:.95rem;font-weight:600;text-align:right}.edit-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.lms-input,.lms-select,.lms-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;padding:.6rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.lms-input:focus,.lms-select:focus,.lms-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.lms-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;margin-bottom:1rem;min-height:100px;padding:.6rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.lms-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.activity-timeline{max-height:600px;overflow-y:auto;padding:1.5rem;position:relative}.activity-timeline:before{background:#e5e7eb;bottom:1.5rem;content:"";left:2.25rem;position:absolute;top:1.5rem;width:2px;z-index:0}.timeline-item{margin-bottom:2rem;padding-left:2.5rem;position:relative;z-index:1}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{background:#fff;border:3px solid #3b82f6;border-radius:50%;content:"";height:12px;left:.4rem;position:absolute;top:.4rem;width:12px;z-index:2}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.timeline-header .author{color:#111827;font-size:.95rem;font-weight:600}.timeline-header .date{color:#6b7280;font-size:.8rem}.timeline-notes{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;color:#4b5563;font-size:.95rem;line-height:1.5;margin-top:.5rem;padding:.75rem}.next-action{background:#fff7ed;border:1px solid #ffedd5;border-radius:4px;color:#ea580c;display:inline-block;font-size:.85rem;margin-top:.5rem;padding:.25rem .6rem}.edit-timeline-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.edit-timeline-form textarea{margin-bottom:.75rem}.btn-primary{background-color:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.btn-secondary:hover{background-color:#f9fafb}.btn-small{background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;font-size:.85rem;padding:.3rem .75rem}.btn-small.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-small-text{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.8rem;margin-left:.5rem;padding:0;text-decoration:underline}.btn-small-text.primary{color:#2563eb}.text-muted{color:#9ca3af}.mb-2{margin-bottom:.5rem}.no-activity{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.lms-error{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;margin-bottom:2rem;padding:1rem}.lms-form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.half-width{flex:1 1;min-width:0}.text-danger{color:#dc2626;margin-left:2px}.lms-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.lms-modal-content{animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:85vh;max-width:700px;overflow-y:auto;padding:0;width:90%}.lms-modal-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.lms-modal-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.close-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.25rem;height:32px;justify-content:center;transition:all .2s;width:32px}.close-btn:hover{background-color:#fee2e2;color:#ef4444;transform:rotate(90deg)}.modal-body{overflow-y:auto;padding:1.5rem}.lms-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-modal-overlay{align-items:center;animation:overlay-in .2s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.auth-modal{animation:modal-in .25s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:24px;box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #e2e8f099;max-width:480px;overflow:hidden;position:relative;width:100%}@keyframes modal-in{0%{opacity:0;transform:scale(.92) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:36px;z-index:10}.auth-modal-close:hover{background:#e2e8f0;color:#0f172a}.auth-tabs{border-bottom:1px solid #f1f5f9;display:flex;gap:.25rem;padding:1.75rem 1.75rem 0}.auth-tab{background:none;border:none;border-radius:8px 8px 0 0;color:#94a3b8;cursor:pointer;font-size:1rem;font-weight:600;padding:.625rem 1rem;position:relative;transition:color .2s ease}.auth-tab:after{background:#2563eb;border-radius:2px;bottom:-1px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;transition:opacity .2s ease}.auth-tab-active{color:#2563eb}.auth-tab-active:after{opacity:1}.auth-tab:hover:not(.auth-tab-active){color:#475569}.auth-form-wrap{padding:1.5rem 1.75rem 1.75rem}.auth-form-subtitle{color:#64748b;font-size:.9rem;margin:0 0 1.25rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-row{grid-gap:.875rem;display:grid;gap:.875rem;grid-template-columns:1fr 1fr}.auth-field{display:flex;flex-direction:column;gap:.375rem}.auth-label{color:#374151;font-size:.8125rem;font-weight:600}.auth-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;box-sizing:border-box;color:#0f172a;font-size:.9375rem;outline:none;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auth-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-input-error{border-color:#ef4444!important}.auth-field-error{color:#ef4444;font-size:.75rem;font-weight:500}.auth-error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626}.auth-error-banner,.auth-success-banner{font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.auth-success-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#16a34a}.auth-info-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1d4ed8;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.auth-submit-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-top:.25rem;padding:.875rem;transition:all .25s ease;width:100%}.auth-submit-btn:hover:not(:disabled){box-shadow:0 8px 20px #2563eb59;transform:translateY(-1px)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.7}.auth-spinner{animation:spin .7s linear infinite;border:3px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.auth-switch-text{color:#64748b;font-size:.875rem;margin-top:1.25rem;text-align:center}.auth-link-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px}.auth-link-btn:hover{color:#1d4ed8}@media (max-width:520px){.auth-modal{border-radius:20px}.auth-row{grid-template-columns:1fr}.auth-form-wrap{padding:1.25rem 1.25rem 1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root>:not(.header){padding-top:72px;padding-top:var(--header-height,72px)}.App{min-height:100vh}
/*# sourceMappingURL=main.2a0dee7e.css.map*/