:root{font-family:system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}h1,h2,h3,h4,h5,h6,p{margin:0}button{font-family:inherit;cursor:pointer}button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}#root{width:100%;min-height:100vh}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1}.auth-container{min-height:100vh;display:grid;grid-template-columns:45% 55%;background:#fff}@media(max-width:1024px){.auth-container{grid-template-columns:1fr}}.auth-brand-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:60px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-brand-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);border-radius:50%}.auth-brand-section:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 70%);border-radius:50%}.auth-brand-content{max-width:500px;z-index:1;display:flex;flex-direction:column;gap:48px}.brand-logo h1{font-size:48px;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:-.02em}.brand-tagline{font-size:20px;font-weight:400;color:#cbd5e1;margin:0;line-height:1.6}.brand-features{display:flex;flex-direction:column;gap:32px}.feature-item{display:flex;gap:20px;align-items:flex-start}.feature-icon{width:48px;height:48px;border-radius:12px;background:#6366f126;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{color:#6366f1}.feature-text h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 6px}.feature-text p{font-size:14px;font-weight:400;color:#94a3b8;margin:0;line-height:1.6}.testimonial-box{padding:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-text{font-size:15px;font-style:italic;color:#e2e8f0;margin:0 0 12px;line-height:1.7}.testimonial-author{font-size:13px;font-weight:600;color:#6366f1;margin:0}@media(max-width:1024px){.auth-brand-section{display:none}}.auth-form-section{display:flex;align-items:center;justify-content:center;padding:40px;background:#fff}.auth-form-container{width:100%;max-width:480px}.auth-form-card{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:40px}.auth-header h2{font-size:32px;font-weight:900;color:#0f172a;margin:0 0 12px;letter-spacing:-.01em}.auth-subtitle{font-size:15px;color:#64748b;margin:0;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.auth-form.register-grid .full-width{grid-column:1 / -1}@media(max-width:640px){.auth-form.register-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:0}.form-group input,.form-group select{width:100%;padding:14px 16px;border:1.5px solid rgba(226,232,240,1);border-radius:10px;font-size:15px;font-family:inherit;color:#0f172a;background:#fff;transition:all .2s ease;outline:none;box-sizing:border-box}.form-group input:hover,.form-group select:hover{border-color:#cbd5e1}.form-group input:focus,.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#94a3b8}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{padding-right:48px}.password-toggle{position:absolute;right:14px;background:none;border:none;cursor:pointer;padding:6px;color:#64748b;display:flex;align-items:center;transition:color .2s ease;border-radius:6px}.password-toggle:hover{color:#2563eb;background:#2563eb0d}.password-toggle:focus{outline:none}.form-options{display:flex;align-items:center;justify-content:space-between;margin-top:-8px}.remember-me{display:flex;align-items:center;gap:8px;font-size:14px;color:#475569;cursor:pointer}.remember-me input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:rgba(37,99,235,1)}.forgot-password{font-size:14px;font-weight:600;color:#2563eb;text-decoration:none;transition:color .2s ease}.forgot-password:hover{color:#1d4ed8;text-decoration:underline}.error-message{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fef2f2;border:1.5px solid rgba(254,202,202,1);border-radius:10px;color:#dc2626;font-size:14px;font-weight:500}.error-message svg{flex-shrink:0}.auth-button{margin-top:8px;width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:inherit}.auth-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:10px}.loading-spinner svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-footer{margin-top:32px}.divider{position:relative;text-align:center;margin:24px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.divider span{position:relative;background:#fff;padding:0 16px;font-size:14px;color:#94a3b8}.toggle-mode{text-align:center;font-size:14px;color:#64748b;margin:0}.toggle-link{font-weight:700;color:#2563eb;cursor:pointer;transition:color .2s ease}.toggle-link:hover{color:#1d4ed8;text-decoration:underline}@media(max-width:768px){.auth-form-section{padding:24px}.auth-header h2{font-size:28px}.auth-form-container{max-width:100%}}@media(max-width:480px){.auth-form-section{padding:20px}.auth-header h2{font-size:24px}.auth-subtitle{font-size:14px}.form-group input,.form-group select{padding:12px 14px;font-size:14px}.auth-button{padding:14px;font-size:15px}}.navbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1.5px solid #e4e4e4}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none;flex-shrink:0}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;letter-spacing:.5px}.logo-text{font-size:18px;font-weight:700;color:#142850;letter-spacing:-.3px}.navbar-links{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.nav-link{background:none;border:none;padding:8px 16px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;border-radius:8px;transition:all .2s ease;font-family:inherit}.nav-link:hover,.nav-link.active{color:#2b50e6}.navbar-user{position:relative;flex-shrink:0;display:flex;align-items:center;gap:10px}.cart-icon-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.cart-icon-btn:disabled{cursor:default;opacity:.45}.cart-icon{width:24px;height:24px;margin-right:10px}.user-btn{background:none;border:2px solid #dbeafe;border-radius:50%;padding:0;cursor:pointer;transition:all .2s ease}.user-avatar{background-color:#2b50e6;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:12px 20px;color:#fff;font-weight:700;font-size:15px}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:200px;overflow:hidden;animation:dropdownIn .15s ease-out}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:14px 16px;background:#f8faff}.dropdown-name{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 2px}.dropdown-email{font-size:12px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-divider{margin:0;border:none;border-top:1px solid #e2e8f0}.dropdown-item{width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;font-weight:500;color:#ef4444;cursor:pointer;transition:background .15s ease;font-family:inherit}.dropdown-item:hover{background:#fef2f2;transform:none;box-shadow:none}.dashboard{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.dashboard-hero{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.dashboard-hero-image{width:100%;height:auto;display:block}.dashboard-hero-overlay{position:absolute;width:80%;margin:0 auto;text-align:center}.dashHeroContent{width:50%}.dashHeroTitle{font-size:50px;font-weight:900;color:#0f172a;text-align:left}.dashHeroSubtitle{font-size:20px;font-weight:400;color:#334155;text-align:left}.dashHeroButtons{display:flex;align-items:center;justify-content:flex-start;margin-top:40px;gap:12px;flex-wrap:wrap}.dashHeroButton,.dashHeroButton2{border:none;border-radius:8px;padding:12px 20px;font-size:18px;font-weight:500;cursor:pointer}.dashHeroButton{background:#2b50e6;color:#fff}.dashHeroButton2{background:#fff;border:1px solid rgba(43,80,230,1);color:#2b50e6}.dashDivider{background-color:#142850;width:100%;display:flex;align-items:center;justify-content:space-evenly;padding:40px 0}.dashDividerContent{display:flex;align-items:center;justify-content:center;gap:20px}.dashDividerImage{width:25px;height:auto;object-fit:contain}.dashDividerContentBar{width:4px;height:50px;background-color:#fff}.dashDividerTitle{font-size:20px;font-weight:500;color:#fff;text-align:left}.dashCTA{background-color:#fff;padding:60px 0;width:100%}.dashCTAContent{width:80%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashCTATitle{font-size:40px;font-weight:900;color:#0f172a;text-align:center}.dashCTASubtitle{font-size:18px;font-weight:400;color:#334155;text-align:center}.dashCTACards{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-top:40px}.dashCTACardRow{display:flex;align-items:center;justify-content:center;gap:20px}.dashCTACard1{background-color:#0f766e;height:170px;width:365px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashCTACard2{background-color:#eef2ff;height:170px;width:365px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashCTACard3{background-color:#1f43d4;height:170px;width:365px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashCTACard4{background-color:#4338ca;height:170px;width:365px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashCTACard5{background-color:#f1f5f9;height:170px;width:365px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashCTACardTop{display:flex;align-items:center;justify-content:flex-start;width:80%;gap:10px}.dashCTACardImage{width:40px;height:auto;object-fit:contain}.dashCTACardTitle1{font-size:20px;font-weight:600;color:#fff}.dashCTACardTitle2{font-size:20px;font-weight:600;color:#0f172a}.dashCTACardTitle3,.dashCTACardTitle4{font-size:20px;font-weight:600;color:#fff}.dashCTACardTitle5{font-size:20px;font-weight:600;color:#0f172a}.dashCTACardSubtitle1{font-size:16px;font-weight:400;color:#ccfbf1;text-align:center}.dashCTACardSubtitle2{font-size:16px;font-weight:400;color:#475569;text-align:center}.dashCTACardSubtitle3{font-size:16px;font-weight:400;color:#e6ebff;text-align:center}.dashCTACardSubtitle4{font-size:16px;font-weight:400;color:#e0e7ff;text-align:center}.dashCTACardSubtitle5{font-size:16px;font-weight:400;color:#64748b;text-align:center}.dashPlans{background-color:#f8fafc;padding:60px 0;width:100%}.dashPlansContent{width:80%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashPlansHeadingTitle{font-size:40px;font-weight:900;color:#0f172a;text-align:center}.dashPlansHeadingSubtitle{font-size:18px;font-weight:400;color:#334155;text-align:center}.dashPlansCards{display:flex;align-items:center;justify-content:space-evenly;gap:20px;margin-top:40px}.dashPlansCard{width:393px;height:396px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 32px;gap:10px;background-color:#fff;border:1px solid #E2E8F0}.dashPlansCard.stand{background-color:#2b50e6;border:none}.dashPlansCard.stand .dashPlansCardTitle{color:#fff}.dashPlansCardTitle{font-size:24px;font-weight:600;color:#0f172a;text-align:left}.dashPlansCardSubtitle{font-size:14px;font-weight:400;color:#64748b;text-align:left}.dashPlansCard.stand .dashPlansCardSubtitle{color:#f5f7fd}.dashPlansCardPrice{font-size:48px;font-weight:900;color:#0f172a;text-align:left}.dashPlansCard.stand .dashPlansCardPrice{color:#fff}.dashPlansCardPricePerMonth{font-size:14px;font-weight:400;color:#64748b;text-align:left}.dashPlansCard.stand .dashPlansCardPricePerMonth{color:#f5f7fd}.dashPlansCardButton{border:none;border-radius:4px;padding:12px 20px;font-size:18px;font-weight:500;cursor:pointer;background-color:#2b50e6;color:#fff;width:100%}.dashPlansCard.stand .dashPlansCardButton{background-color:#fff;color:#000}.dashPlansCardSeparator{width:100%;height:1px;background-color:#e4e4e4;margin:20px 0}.planCardFeatures{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.planCardFeature{display:flex;align-items:center;justify-content:flex-start;gap:10px}.planCardFeatureImage{width:12px;height:auto;object-fit:contain}.planCardFeatureTitle{font-size:14px;font-weight:500;color:#334155;text-align:left}.planCardFeatureTitle.stand{color:#fff}.dashStartSection{display:flex;align-items:center;justify-content:space-evenly;width:80%;margin:0 auto}.dashStartSectionLeft{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px}.dashStartSectionLeftTitle{font-size:40px;font-weight:900;color:#0f172a;text-align:left}.dashStartSectionLeftSteps{display:flex;align-items:center;justify-content:flex-start;gap:20px;margin-bottom:20px}.dashStartSectionLeftTopTitle{font-size:24px;font-weight:600;color:#0f172a;text-align:left;background-color:#4338ca;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff}.dashStartSectionLeftTopSubtitle{font-size:20px;font-weight:600;color:#0f172a;text-align:left}.dashStartSectionLeftBottom{font-size:14px;font-weight:400;color:#334155;text-align:left}.dashStartSectionRightImage{width:570px;height:550px;object-fit:contain;margin-top:40px}.testimonials{width:100%;background-color:#2b50e6b3}.testimonialsContent{width:80%;margin:0 auto;text-align:center;display:flex;align-items:flex-start;justify-content:center;gap:20px}.testLeft{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:20px 0}.testLeftTitle{font-size:40px;font-weight:900;color:#fff;text-align:left}.testLeftTitleSpan{color:#142850}.testLeftSubtitle{font-size:18px;font-weight:400;color:#f6f6f6;text-align:left}.testRight{flex:2;display:flex;align-items:center;justify-content:center;gap:20px;padding:20px 0}.testRightCol{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;height:100%}.testRightCard{width:360px;height:245px;background-color:#fff;border-radius:22px;padding:24px}.review{font-size:16px;font-weight:400;color:#485468;text-align:left}.testRightCardTitle{font-size:20px;font-weight:600;color:#485468;text-align:left}.dashReady{width:100%;background-color:#eef2ff;position:relative;overflow:hidden;min-height:240px}.dashReadyContent{width:80%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:56px 0;position:relative;z-index:2}.dashReadyImage{position:absolute;right:0;top:0;width:min(56%,760px);height:100%;object-fit:cover;object-position:right center;z-index:1;pointer-events:none}.dashReadyContentLeft{max-width:560px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.dashReadyTitle{font-size:32px;font-weight:600;color:#0f172a;text-align:left;line-height:1.15;margin:0}.dashReadySubtitle{font-size:16px;font-weight:400;color:#334155;text-align:left;margin:0;max-width:620px}.dashReadyButton{border:none;border-radius:4px;padding:12px 20px;font-size:20px;font-weight:500;background-color:#2b50e6;color:#fff;cursor:pointer;line-height:1}.FAQ{width:100%;background:#fff;padding:28px 0 36px}.FAQTitle{font-size:40px;font-weight:900;color:#24262c;margin-bottom:40px;margin-top:40px;text-align:center}.questions{width:70%;max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:14px;padding:8px}.question{border:1px solid #E2E8F0;border-radius:18px;background:#f8fafc;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.question.open button{background:#dfeaf5}.questionToggle{width:95%;margin:10px auto 0;border:none;background:transparent;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;text-align:left;border-radius:18px;transition:background-color .3s ease,border-color .3s ease}.questionTitle{margin:0;font-size:18px;line-height:1.3;font-weight:500;color:#0f172a}.questionIcon{font-size:20px;line-height:1;font-weight:500;color:#111827;min-width:24px;text-align:center;transition:transform .3s ease}.question.open .questionIcon{transform:rotate(180deg)}.questionAnswerWrap{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;width:95%;margin:0 auto}.questionAnswerWrap.open{max-height:260px;opacity:1}.questionAnswer{margin:0;padding:24px 22px;font-size:16px;line-height:1.45;font-weight:400;color:#334155}.dashInstitutions{background-color:#fff;padding:60px 0;width:100%}.dashInstitutionsContent{width:80%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashInstitutionsTitle{font-size:36px;font-weight:900;color:#0f172a;text-align:center;margin:0 0 20px}.dashInstitutionsSubtitle{font-size:18px;font-weight:400;color:#64748b;text-align:center;margin:0 0 40px}.dashInstitutionsLogos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:20px}.institutionLogoCard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 40px;border:2px solid #E2E8F0;border-radius:16px;background-color:#f8fafc;transition:all .3s ease;min-width:280px}.institutionLogoCard:hover{border-color:#2b50e6;background-color:#2b50e60d;transform:translateY(-4px);box-shadow:0 4px 12px #2b50e61a}.institutionLogoWrapper{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:12px}.institutionLogo{max-width:90%;max-height:100%;object-fit:contain}.institutionName{font-size:16px;font-weight:500;color:#334155;text-align:center;margin:0}@media(max-width:768px){.limitedOfferContent{grid-template-columns:1fr;gap:40px}.limitedOfferTitle{font-size:36px}.limitedOfferSubtitle{font-size:16px}.limitedOfferRight{padding:20px}}} .dev-toolbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 20px;background:repeating-linear-gradient(-45deg,#1a1a1a,#1a1a1a 8px,#2a2a2a 8px 16px);border-bottom:2px solid #f59e0b;flex-wrap:wrap}.dev-toolbar-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#f59e0b;text-transform:uppercase}.dev-toolbar-actions{display:flex;gap:8px}.dev-btn{padding:6px 14px;border-radius:6px;border:none;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.dev-btn--skip{background:#f59e0b;color:#1a1a1a}.dev-btn--skip:hover{background:#d97706}.dev-btn--stop{background:#ef4444;color:#fff}.dev-btn--stop:hover{background:#dc2626}.test-simulator{user-select:none;-webkit-user-select:none;min-height:calc(100vh - 64px);background:#f8faff}.selection-page{margin:0 auto;display:flex;flex-direction:column;background-color:#fff;gap:36px}.selection-header{display:flex;align-items:center;justify-content:space-evenly;text-align:center;width:90%;margin:0 auto}.selectionHeaderTitle{font-size:48px;font-weight:900;color:#0f172a;margin:0;flex:2;text-align:left}.selectionHeaderSubtitle{font-size:16px;color:#334155;margin:0;flex:3;line-height:1.6;text-align:left}.selection-grid{display:flex;flex-direction:column;gap:24px;width:90%;margin:0 auto}.mockLibrary{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:stretch}.MockLists{background:#0f2a5d;border-radius:12px;padding:16px 14px;color:#fff;display:flex;flex-direction:column;min-height:620px}.selection-grid-header-title{font-size:40px;font-weight:900;color:#0f172a;text-align:left}.selection-grid-header-subtitle{font-size:18px;color:#334155;margin:0;flex:3;line-height:1.6;text-align:left}.MockListsTitle{margin:0;font-size:20px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.35)}.MockListsItems{margin-top:14px;display:flex;flex-direction:column;gap:8px;max-height:560px;overflow-y:auto;padding-right:2px}.MockListItem{width:100%;border:1px solid transparent;background:transparent;color:#fffffff2;border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left}.MockListItem.active{background:#fff;color:#0f172a}.MockListLock{font-size:12px;opacity:.9}.selection-card{background:#fff;border-radius:20px;padding:0;border:1.5px solid #e2e8f0;box-shadow:none;display:flex;flex-direction:column;gap:0;transition:all .25s ease}.selection-card--inactive{opacity:.6}.selection-card-top{display:flex;align-items:center;justify-content:space-between}.selection-card-number{font-size:13px;font-weight:700;color:#94a3b8;letter-spacing:.05em}.selection-inactive-badge{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#fef3c7;color:#d97706;padding:3px 10px;border-radius:999px;border:1px solid #fde68a}.selection-card-title{font-size:24px;font-weight:600;color:#0f172a;padding:14px 28px;margin:0;line-height:1.3;background:#eef2ff;border-top-left-radius:20px;border-top-right-radius:20px}.mockCTA{display:flex;flex-direction:column;gap:24px;width:90%;margin:0 auto}.mockCTArow{display:flex;align-items:center;justify-content:space-evenly;text-align:center;gap:24px}.mockCTAcard1,.mockCTAcard2,.mockCTAcard3,.mockCTAcard4,.mockCTAcard5{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;height:325px;border-radius:8px;text-align:left;padding:32px}.mockCTAcardTitle1,.mockCTAcardTitle2,.mockCTAcardTitle3,.mockCTAcardTitle4,.mockCTAcardTitle5{font-size:24px;font-weight:600}.mockCTAcardSubtitle1,.mockCTAcardSubtitle2,.mockCTAcardSubtitle3,.mockCTAcardSubtitle4,.mockCTAcardSubtitle5{font-size:16px;font-weight:400}.mockCTAcardTitle1{color:#fff}.mockCTAcardTitle2{color:#1e293b}.mockCTAcardTitle3,.mockCTAcardTitle4{color:#fff}.mockCTAcardTitle5{color:#1e293b}.mockCTAcardSubtitle1{color:#ccfbf1;width:40%}.mockCTAcardSubtitle2{color:#475569}.mockCTAcardSubtitle3{color:#e6ebff}.mockCTAcardSubtitle4{color:#e0e7ff;width:50%}.mockCTAcardSubtitle5{color:#64748b}.mockCTAcard1{background:#0f766e;flex:2}.mockCTAcard2{background:#eef2ff;flex:1}.mockCTAcard3{background:#1f43d4;flex:1}.mockCTAcard4{background:#4338ca;flex:2}.mockCTAcard5{background:#f1f5f9;flex:1}.mockCTAcardImage{width:56px;height:56px;object-fit:contain}.whyChooseUs{display:flex;align-items:center;justify-content:space-evenly;text-align:center;gap:24px;width:90%;margin:0 auto}.whyUsLeft{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.whyUsRight{display:flex;align-items:center;justify-content:center;gap:12px}.whyUsLeftTitle{font-size:40px;font-weight:900;color:#0f172a;margin:0;flex:2;text-align:left;width:50%}.whyUsLeftSubtitle{font-size:18px;color:#334155;margin:0;flex:3;line-height:1.6;text-align:left;width:80%}.whyUsRightImage{width:570px;height:452px;object-fit:contain}.selection-sections{display:flex;flex-direction:column;gap:6px;padding:22px 28px 18px}.selection-sections-title{margin:0 0 2px;font-size:16px;font-weight:500;color:#0f172a}.selection-section-row{margin:0;font-size:14px;font-weight:400;color:#0f172a;line-height:1.45}.selection-section-chip{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.selection-section-chip--purple{background:#f3e8ff;color:#7c3aed}.selection-section-chip--blue{background:#eff6ff;color:#2563eb}.selection-section-chip--green{background:#f0fdf4;color:#16a34a}.selection-section-chip--orange{background:#fffbeb;color:#d97706}.selection-card-footer{display:flex;align-items:center;justify-content:center;margin-top:0;padding:14px 28px;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.selection-total-time{display:flex;align-items:center;gap:5px;font-size:14px;color:#5c6777;font-weight:400}.selection-card-separator{margin:0;border:none;border-top:1px solid #f1f5f9}.aboutTest{padding:20px 28px 18px}.aboutTestTitle{margin:0 0 8px;font-size:16px;font-weight:500;color:#0f172a}.aboutTestPointers{margin:0;font-size:14px;font-weight:400;color:#0f172a;line-height:1.5}.selection-card-start{padding:20px 28px 30px;display:flex;flex-direction:column;align-items:center;gap:14px}.selection-card-start-title{margin:0;color:#0f172a;font-size:14px;font-weight:500;text-align:center}.selection-card-start .btn-primary{padding:10px 28px;border-radius:6px;font-size:24px;box-shadow:none}.selection-empty{display:flex;flex-direction:column;align-items:center;gap:12px;color:#94a3b8;font-size:15px;text-align:center}.selection-empty strong{color:#64748b}.mt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 64px);gap:16px;color:#64748b;font-size:15px}.mt-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.alert{padding:12px 16px;border-radius:10px;font-size:14px;line-height:1.5}.alert--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.lobby{max-width:760px;margin:0 auto;padding:48px 24px 80px;display:flex;flex-direction:column;align-items:center;gap:32px}.lobby-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.lobby-badge{display:inline-block;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.08em;padding:4px 12px;border-radius:999px;border:1px solid #bfdbfe}.lobby-title{font-size:32px;font-weight:800;color:#1e293b;margin:0}.lobby-subtitle{font-size:15px;color:#64748b;max-width:560px;line-height:1.6;margin:0}.lobby-sections{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}.limitedOfferSection{width:100%;background:linear-gradient(135deg,#f0f4f8,#e0e7ff);padding:80px 0;display:flex;align-items:center;justify-content:center}.limitedOfferContent{width:85%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.limitedOfferLeft{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px}.limitedOfferBadge{display:inline-block;background-color:#4ade80;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:700;letter-spacing:.5px}.limitedOfferTitle{font-size:48px;font-weight:900;color:#0f172a;line-height:1.2;margin:0}.limitedOfferHighlight{color:#4f46e5}.limitedOfferSubtitle{font-size:18px;font-weight:400;color:#475569;line-height:1.6;margin:0;max-width:400px}.limitedOfferFeatures{display:flex;flex-direction:column;gap:16px;margin:20px 0}.limitedOfferFeature{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#0f172a}.limitedOfferFeature svg{flex-shrink:0}.limitedOfferButton{background-color:#0f172a;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.limitedOfferButton:hover{background-color:#1e293b;transform:translateY(-2px);box-shadow:0 8px 16px #0f172a26}.limitedOfferRight{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000014}.limitedOfferImagePlaceholder{width:100%;height:300px;display:flex;align-items:center;justify-content:center;border-radius:8px}@media(max-width:600px){.lobby-sections{grid-template-columns:1fr}}.lobby-section-card{background:#fff;border-radius:16px;padding:20px 24px;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #3b82f60d}.lobby-section-card--purple{border-top:3px solid #8b5cf6}.lobby-section-card--blue{border-top:3px solid #3b82f6}.lobby-section-card--green{border-top:3px solid #22c55e}.lobby-section-card--orange{border-top:3px solid #f59e0b}.lobby-section-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.lobby-section-name{font-size:15px;font-weight:700;color:#1e293b}.lobby-section-duration{font-size:13px;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 10px;border-radius:999px}.lobby-section-desc{font-size:13px;color:#64748b;margin:0;line-height:1.55}.lobby-total{font-size:14px;color:#64748b;display:flex;gap:8px}.lobby-total strong{color:#1e293b}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#2b50e6;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #2563eb4d}.btn-primary.btn-large{padding:16px 36px;font-size:16px;border-radius:14px}.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;color:#374151;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#f8faff;border-color:#bfdbfe;color:#2563eb}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.ready-screen{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px)}.ready-card{background:#fff;border-radius:24px;padding:56px 64px;text-align:center;box-shadow:0 8px 40px #3b82f61f;border:1.5px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:12px}.ready-countdown{font-size:80px;font-weight:800;color:#2563eb;line-height:1;animation:pulseNum 1s ease infinite}@keyframes pulseNum{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.ready-title{font-size:24px;font-weight:700;color:#1e293b;margin:0}.ready-next{font-size:15px;color:#64748b;margin:0}.ready-next strong{color:#2563eb}.section-intro-screen{min-height:calc(100vh - 64px);background:#f3f4f6}.section-intro-topbar{height:42px;background:#2b50e6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;position:relative}.section-intro-topbar:after{content:"×";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:18px;opacity:.8}.section-intro-card{width:min(760px,92%);margin:56px auto 0;background:#fff;border:1px solid #e5e7eb;padding:24px 34px 30px}.section-intro-main-title{margin:0 0 14px;text-align:center;font-size:28px;color:#0f172a;font-weight:700;font-family:Georgia,Times New Roman,serif}.section-intro-separator{border:0;border-top:1px solid #e5e7eb;margin:0 0 18px}.section-intro-heading{margin:0 0 6px;font-size:28px;color:#0f172a;font-weight:600;font-family:Georgia,Times New Roman,serif}.section-intro-meta{margin:0;color:#64748b;font-size:14px}.section-intro-subheading{margin:18px 0 8px;color:#334155;font-size:16px;font-weight:500}.section-intro-list{margin:0 0 16px;padding-left:22px;display:flex;flex-direction:column;gap:4px;color:#334155;font-size:14px;line-height:1.45}.section-intro-description,.section-intro-start-note{color:#334155;font-size:14px;line-height:1.5;margin:0 0 12px}.section-intro-screen .btn-primary{margin-top:8px;font-size:14px;font-weight:500;padding:10px 18px}.section-wrapper{max-width:1100px;margin:0 auto;padding:32px 24px 80px;display:flex;flex-direction:column;gap:24px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.section-header-left{display:flex;flex-direction:column;gap:6px}.section-title{font-size:26px;font-weight:800;color:#1e293b;margin:0}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:999px}.section-tag--purple{background:#f3e8ff;color:#7c3aed}.section-tag--blue{background:#eff6ff;color:#2563eb}.section-tag--green{background:#f0fdf4;color:#16a34a}.section-tag--orange{background:#fffbeb;color:#d97706}.timer-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;font-size:18px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.timer-pill--urgent{background:#fef2f2;border-color:#fca5a5;color:#dc2626;animation:timerPulse 1s ease infinite}@keyframes timerPulse{0%,to{box-shadow:0 2px 8px #dc262626}50%{box-shadow:0 2px 16px #dc262659}}.mic-status{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#374151}.mic-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db;flex-shrink:0}.mic-dot--active{background:#ef4444;animation:micPulse 1.2s ease infinite}@keyframes micPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.speaking-card{background:#fff;border-radius:20px;padding:36px;border:1.5px solid #e2e8f0;box-shadow:0 4px 16px #3b82f60f;display:flex;flex-direction:column;gap:24px}.speaking-image-wrap{display:flex;justify-content:center}.speaking-image{max-width:100%;max-height:320px;border-radius:12px;object-fit:contain;border:1px solid #e2e8f0;pointer-events:none}.speaking-question-text{font-size:17px;color:#1e293b;line-height:1.7}.speaking-hint{font-size:13px;color:#94a3b8;line-height:1.6;text-align:center;padding:12px 16px;background:#f8faff;border-radius:10px;border:1px dashed #cbd5e1}.audio-player-wrap{background:#fff;border-radius:16px;padding:24px 28px;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #3b82f60d;display:flex;flex-direction:column;gap:12px}.audio-label{font-size:14px;color:#64748b;margin:0}.audio-player{width:100%;border-radius:8px}.questions-list{display:flex;flex-direction:column;gap:16px}.mcq-card{background:#fff;border-radius:16px;padding:24px 28px;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #3b82f60a}.mcq-question{font-size:15px;color:#1e293b;line-height:1.65;margin:0 0 16px}.mcq-number{font-weight:700;color:#2563eb;margin-right:4px}.mcq-options{display:flex;flex-direction:column;gap:10px}.mcq-option{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:10px;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .15s ease;background:#fafafa}.mcq-option:hover{border-color:#93c5fd;background:#eff6ff}.mcq-option--selected{border-color:#3b82f6;background:#eff6ff}.mcq-option input[type=radio]{display:none}.mcq-option-letter{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#374151;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.mcq-option--selected .mcq-option-letter{background:#3b82f6;color:#fff}.mcq-option-text{font-size:14px;color:#374151;line-height:1.5;padding-top:2px}.writing-questions{display:flex;flex-direction:column;gap:28px}.writing-card{background:#fff;border-radius:20px;padding:32px 36px;border:1.5px solid #e2e8f0;box-shadow:0 4px 16px #3b82f60f;display:flex;flex-direction:column;gap:20px}.writing-card-header{display:flex;align-items:center;gap:12px}.writing-q-label{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;background:#eff6ff;padding:4px 12px;border-radius:999px}.writing-image-wrap{display:flex;justify-content:center}.writing-image{max-width:100%;max-height:280px;border-radius:12px;object-fit:contain;border:1px solid #e2e8f0;pointer-events:none}.writing-question-text{font-size:16px;color:#1e293b;line-height:1.7;margin:0}.writing-textarea{width:100%;min-height:200px;padding:16px;border:1.5px solid #d1d5db;border-radius:12px;font-size:15px;font-family:inherit;color:#1e293b;line-height:1.7;resize:vertical;outline:none;transition:border-color .2s ease;background:#fafafa;box-sizing:border-box;user-select:text;-webkit-user-select:text}.writing-textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.writing-wordcount{font-size:12px;color:#94a3b8;text-align:right}.writing-submitted-badge{font-size:12px;font-weight:600;color:#059669;background:#d1fae5;padding:4px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:4px}.writing-submitted-view{display:flex;flex-direction:column;gap:16px}.writing-answer-readonly{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:16px}.writing-answer-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.writing-answer-text{font-size:15px;color:#1e293b;line-height:1.7;margin:8px 0;white-space:pre-wrap}.writing-submitted-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:14px;color:#15803d;font-weight:500}.writing-evaluating{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:14px;color:#1e40af;font-weight:500}.passage-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;border:1.5px solid #e2e8f0}.passage-nav-label{font-size:14px;font-weight:600;color:#1e293b}.passage-nav-range{font-weight:400;color:#64748b}.passage-nav-buttons{display:flex;gap:10px}.reading-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media(max-width:900px){.reading-layout{grid-template-columns:1fr}}.passage-box{background:#fff;border-radius:16px;padding:28px 32px;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #3b82f60a;position:sticky;top:24px;max-height:calc(100vh - 160px);overflow-y:auto}.passage-text{font-size:15px;color:#1e293b;line-height:1.8;margin:0;white-space:pre-wrap}.questions-list--reading{max-height:calc(100vh - 160px);overflow-y:auto;padding-right:4px}.complete-screen{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px);padding:24px}.complete-card{background:#fff;border-radius:24px;padding:56px 64px;text-align:center;box-shadow:0 8px 40px #3b82f61f;border:1.5px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:520px;width:100%}.complete-icon{width:80px;height:80px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #bbf7d0}.complete-title{font-size:28px;font-weight:800;color:#1e293b;margin:0}.complete-subtitle{font-size:15px;color:#64748b;line-height:1.6;margin:0;max-width:380px}.complete-sections{width:100%;display:flex;flex-direction:column;gap:10px;margin:8px 0}.complete-section-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8faff;border-radius:10px;border:1px solid #e2e8f0}.complete-section-name{font-size:14px;font-weight:600;color:#1e293b}.complete-section-status{font-size:13px;color:#16a34a;font-weight:600}.speaking-transcript-preview{margin-top:12px;padding:12px 14px;border:1px solid #e2e8f0;background:#f8faff;border-radius:10px;font-size:13px;color:#475569;line-height:1.5}.mt-speaking-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mt-speaking-question-panel,.mt-speaking-chat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;height:520px;display:flex;flex-direction:column}.mt-speaking-panel-title{margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #e2e8f0;font-size:24px;color:#1e293b}.mt-speaking-chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.mt-chat-message{width:100%;display:flex;flex-direction:column;gap:4px}.mt-chat-message-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.mt-chat-message-content{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;line-height:1.6}.mt-chat-message--bot .mt-chat-message-label{color:#7c3aed}.mt-chat-message--bot .mt-chat-message-content{background:#f3f4f6;color:#111827}.mt-chat-message--user .mt-chat-message-label{color:#059669;text-align:right}.mt-chat-message--user .mt-chat-message-content{background:#d1fae5;color:#065f46}.mt-chat-message--interim{opacity:.85}.mt-speaking-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.mt-speaking-chat-controls{margin-top:10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mt-speaking-chat-status{width:100%;font-size:12px;color:#64748b}.mt-status-text{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#64748b}.mt-status-text--listening{color:#2563eb}.mt-listening-dot{display:inline-block;width:8px;height:8px;background:#2563eb;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.writing-accent-toolbar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.writing-accent-btn{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:8px;padding:4px 8px;font-size:13px;cursor:pointer}.writing-accent-btn:hover{background:#f8fafc}.complete-card--report{max-width:980px}.mock-report-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}.mock-report-card{text-align:left;background:#f8faff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.mock-report-card h3,.mock-report-overall h3{margin:0 0 8px;font-size:15px;color:#1e293b}.mock-report-card p,.mock-report-overall p{margin:0 0 8px;color:#475569;font-size:13px;line-height:1.5}.mock-report-overall{width:100%;text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px;margin-bottom:12px}@media(max-width:600px){.section-wrapper{padding:20px 16px 60px}.speaking-card,.writing-card{padding:24px 20px}.mcq-card{padding:20px}.complete-card{padding:40px 28px}.ready-card{padding:40px 32px}.ready-countdown{font-size:60px}.lobby{padding:32px 16px 60px}.lobby-title{font-size:24px}.mock-report-grid,.mt-speaking-split,.limitedOfferContent{grid-template-columns:1fr}.limitedOfferTitle{font-size:36px}}.MockListItem.locked{opacity:.6;cursor:not-allowed;pointer-events:none}.MockListItem.locked:hover{background:inherit}.practice-question-page{width:100%;display:flex;flex-direction:column;background-color:#fff}.dashHeroContent2{width:90%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashHeroTitle2{font-size:40px;font-weight:900;color:#0f172a;text-align:center;width:100%}.dashHeroSubtitle2{font-size:18px;font-weight:400;color:#334155;text-align:center}.practice-test-library{max-width:1400px;margin:0 auto;padding:60px 40px;background:#fff}.library-title{font-size:40px;font-weight:900;color:#0f172a;margin:0 0 12px;text-align:left}.library-subtitle{font-size:16px;font-weight:400;color:#334155;margin:0 0 48px;line-height:1.6;max-width:800px}.library-content{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}@media(max-width:1024px){.library-content{grid-template-columns:1fr}}.sections-sidebar{background:#0f172a;border-radius:16px;padding:24px 0;position:sticky;top:80px}@media(max-width:1024px){.sections-sidebar{position:static}}.sidebar-title{font-size:14px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px 24px}.section-btn{width:100%;padding:14px 24px;background:transparent;border:none;color:#cbd5e1;font-size:15px;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease;font-family:inherit;border-left:3px solid transparent}.section-btn:hover{background:#1e293b80;color:#fff}.section-btn.active{background:#6366f11a;color:#fff;border-left-color:#6366f1;font-weight:600}.library-main{display:flex;flex-direction:column;gap:24px}.section-tabs{display:flex;gap:4px;border-bottom:1px solid rgba(226,232,240,1)}.tab-btn{padding:14px 28px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:13px;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;margin-bottom:-1px}.tab-btn:hover{color:#0f172a;background:#f1f5f9}.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:700}.tests-list{display:flex;flex-direction:column;gap:16px}.test-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;background:#fff;border:1.5px solid rgba(226,232,240,1);border-radius:12px;transition:all .2s ease}.test-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0000000f}.test-card-content{flex:1;display:flex;flex-direction:column;gap:12px}.test-card-title{font-size:16px;font-weight:700;color:#0f172a;margin:0}.test-card-description{font-size:14px;font-weight:400;color:#475569;line-height:1.6;margin:0}.test-card-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;font-weight:500}.meta-item svg{flex-shrink:0;opacity:.7}.view-pdf-btn{padding:12px 28px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;flex-shrink:0}.view-pdf-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.pagination-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid rgba(226,232,240,1);border-radius:8px;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.pagination-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.pagination-btn.active{background:#475569;color:#fff;border-color:#475569}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn svg{flex-shrink:0}@media(max-width:768px){.practice-test-library{padding:40px 20px}.library-title{font-size:32px}.library-subtitle{font-size:14px}.test-card{flex-direction:column;align-items:flex-start}.view-pdf-btn{width:100%}.tab-btn{padding:12px 16px;font-size:12px}}.pq-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;background:#6366f1;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;align-self:flex-start}.pq-btn-primary:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 20px #6366f14d}.pq-btn-primary:disabled{opacity:.45;cursor:not-allowed}.pq-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;align-self:flex-start}.pq-btn-secondary:hover{border-color:#cbd5e1;background:#f8fafc;color:#1e293b}.pq-btn-accent{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;background:#ef4444;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;align-self:flex-start}.pq-btn-accent:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 20px #ef44444d}.pq-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;padding:0;font-family:inherit;transition:color .15s}.pq-back-btn:hover{color:#1e293b}.pq-simulator{min-height:calc(100vh - 64px);background:#f8faff;user-select:none;-webkit-user-select:none}.pq-sim-topbar{display:flex;align-items:center;gap:16px;padding:14px 28px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.pq-sim-question-title{font-size:14px;font-weight:600;color:#475569;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pq-simulator-wrapper{max-width:860px;margin:0 auto;padding:36px 24px 80px;display:flex;flex-direction:column;gap:24px}.pq-sim-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.pq-sim-header-left{display:flex;flex-direction:column;gap:6px}.pq-sim-title{font-size:24px;font-weight:700;color:#1e293b;margin:0}.pq-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px}.pq-tag--purple{background:#f3e8ff;color:#7c3aed}.pq-tag--blue{background:#eff6ff;color:#2563eb}.pq-tag--green{background:#f0fdf4;color:#16a34a}.pq-tag--orange{background:#fffbeb;color:#d97706}.pq-empty{display:flex;flex-direction:column;align-items:center;gap:12px;color:#94a3b8;font-size:15px;text-align:center;padding:60px 0}.pq-mcq-card{background:#fff;border-radius:16px;border:1.5px solid #e2e8f0;padding:24px 28px;display:flex;flex-direction:column;gap:16px}.pq-mcq-question{font-size:15.5px;color:#1e293b;line-height:1.65;margin:0;font-weight:500}.pq-mcq-options{display:flex;flex-direction:column;gap:10px}.pq-mcq-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .15s ease;background:#fafafa}.pq-mcq-option:hover{border-color:#c7d2fe;background:#f5f3ff}.pq-mcq-option input[type=radio]{display:none}.pq-mcq-option--selected{border-color:#6366f1;background:#eef2ff}.pq-mcq-option--correct{border-color:#22c55e;background:#f0fdf4;cursor:default}.pq-mcq-option--wrong{border-color:#ef4444;background:#fef2f2;cursor:default}.pq-mcq-option-letter{width:28px;height:28px;border-radius:8px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#475569;flex-shrink:0}.pq-mcq-option--selected .pq-mcq-option-letter{background:#6366f1;color:#fff}.pq-mcq-option--correct .pq-mcq-option-letter{background:#22c55e;color:#fff}.pq-mcq-option--wrong .pq-mcq-option-letter{background:#ef4444;color:#fff}.pq-mcq-option-text{font-size:14.5px;color:#334155;line-height:1.4}.pq-result-banner{padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;line-height:1.4}.pq-result-banner--correct{background:#f0fdf4;border:1.5px solid #bbf7d0;color:#16a34a}.pq-result-banner--wrong{background:#fef2f2;border:1.5px solid #fecaca;color:#dc2626}.pq-audio-wrap{background:#fff;border-radius:14px;border:1.5px solid #e2e8f0;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.pq-audio-label{font-size:14px;color:#64748b;margin:0}.pq-audio-player{width:100%;border-radius:8px}.pq-writing-card{background:#fff;border-radius:16px;border:1.5px solid #e2e8f0;padding:28px;display:flex;flex-direction:column;gap:16px}.pq-writing-image-wrap{border-radius:10px;overflow:hidden;max-height:280px}.pq-writing-image{width:100%;height:100%;object-fit:cover;display:block}.pq-writing-question-text{font-size:15.5px;color:#1e293b;line-height:1.7;margin:0}.pq-writing-textarea{width:100%;min-height:200px;padding:14px 16px;border-radius:10px;border:1.5px solid #e2e8f0;font-size:15px;font-family:inherit;color:#1e293b;background:#fafafa;resize:vertical;line-height:1.65;transition:border-color .15s;box-sizing:border-box}.pq-writing-textarea:focus{outline:none;border-color:#6366f1;background:#fff}.pq-writing-textarea:disabled{background:#f8fafc;color:#64748b}.pq-writing-wordcount{font-size:12px;color:#94a3b8;font-weight:500;text-align:right}.pq-writing-card--submitted{border-color:#a7f3d0;background:#f0fdf4}.pq-writing-answer-readonly{margin-top:16px;padding:16px;background:#fff;border:1.5px solid #d1fae5;border-radius:10px}.pq-writing-answer-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#059669;margin-bottom:8px}.pq-writing-answer-text{font-size:14px;color:#1e293b;line-height:1.7;white-space:pre-wrap;margin:0 0 8px}.pq-eval-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;text-align:center}.pq-eval-loading-text{font-size:16px;font-weight:600;color:#1e293b;margin:0}.pq-eval-loading-sub{font-size:13px;color:#64748b;margin:0;max-width:340px}.pq-eval-panel{display:flex;flex-direction:column;gap:16px;width:100%}.pq-eval-header{display:flex;align-items:center;gap:10px;padding:18px 20px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:14px;color:#fff}.pq-eval-header svg{flex-shrink:0;opacity:.85}.pq-eval-title{font-size:16px;font-weight:700;margin:0;flex:1}.pq-eval-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:4px 10px;background:#ffffff26;border-radius:20px;white-space:nowrap}.pq-eval-section{padding:18px 20px;border-radius:14px;border:1.5px solid transparent}.pq-eval-section-label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.pq-eval-section-text{font-size:14px;line-height:1.75;margin:0;white-space:pre-wrap}.pq-eval-section--good{background:#f0fdf4;border-color:#bbf7d0}.pq-eval-section--good .pq-eval-section-label{color:#15803d}.pq-eval-section--good .pq-eval-section-text{color:#166534}.pq-eval-section--improve{background:#fffbeb;border-color:#fde68a}.pq-eval-section--improve .pq-eval-section-label{color:#b45309}.pq-eval-section--improve .pq-eval-section-text{color:#92400e}.pq-eval-section--clb{background:#eef2ff;border-color:#c7d2fe}.pq-eval-section--clb .pq-eval-section-label{color:#4338ca}.pq-eval-section--clb .pq-eval-section-text{color:#3730a3}.pq-eval-section--model{background:#f8fafc;border-color:#e2e8f0}.pq-eval-section--model .pq-eval-section-label{color:#475569}.pq-eval-model-answer{color:#1e293b;font-style:italic}.pq-reading-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}@media(max-width:700px){.pq-reading-layout{grid-template-columns:1fr}}.pq-passage-box{background:#fff;border-radius:16px;border:1.5px solid #e2e8f0;padding:24px;max-height:520px;overflow-y:auto}.pq-passage-text{font-size:14.5px;color:#334155;line-height:1.8;margin:0;white-space:pre-wrap}.pq-reading-right{display:flex;flex-direction:column;gap:16px}.pq-speaking-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media(max-width:1024px){.pq-speaking-split{grid-template-columns:1fr;gap:1.5rem}}.pq-speaking-question-panel,.pq-speaking-chat-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;height:600px}.pq-speaking-panel-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.pq-speaking-question-panel{overflow-y:auto}.pq-speaking-image-wrap{margin:1rem 0;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.pq-speaking-image{width:100%;height:auto;display:block}.pq-speaking-question-text{font-size:1.125rem;line-height:1.75;color:#374151;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.pq-speaking-chat-panel{position:relative;gap:.9rem}.pq-speaking-chat-messages{flex:1 1 auto;overflow-y:auto;padding:.5rem 0;display:flex;flex-direction:column;gap:.8rem;max-height:none;min-height:0;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding-inline:.75rem}.pq-chat-message{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:100%}.pq-chat-message--bot{align-self:flex-start}.pq-chat-message--user{align-self:flex-end}.pq-chat-message-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.pq-chat-message--bot .pq-chat-message-label{color:#7c3aed}.pq-chat-message--user .pq-chat-message-label{color:#059669;text-align:right}.pq-chat-message-content{padding:.875rem 1rem;border-radius:12px;font-size:.9375rem;line-height:1.6}.pq-chat-message--bot .pq-chat-message-content{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.pq-chat-message--user .pq-chat-message-content{background:#059669;color:#fff}.pq-chat-message--interim{opacity:.7}.pq-chat-message--interim .pq-chat-message-content{background:#d1fae5;color:#065f46;border:1px dashed #059669}.pq-speaking-status{padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.pq-status-text{font-size:.875rem;font-weight:500;color:#6b7280;display:inline-flex;align-items:center;gap:.5rem}.pq-status-text--listening{color:#dc2626}.pq-status-text--complete{color:#059669}.pq-listening-dot{width:8px;height:8px;background:#dc2626;border-radius:50%;display:inline-block;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.pq-speaking-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-top:1.5rem}.pq-speaking-hint{margin-top:1rem;padding:.75rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:.875rem;color:#1e40af;text-align:center}.pq-speaking-transcript-preview{margin-top:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#374151;min-height:60px;line-height:1.6}.pq-speaking-controls{display:flex;gap:1rem;justify-content:center;margin-top:.25rem;flex-wrap:wrap}.pq-speaking-controls button{min-width:150px}.pq-speaking-chat-messages::-webkit-scrollbar{width:6px}.pq-speaking-chat-messages::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.pq-speaking-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.pq-speaking-chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.pq-speaking-evaluation{margin-top:.25rem;padding:1.5rem;background:#fff;border:2px solid #7c3aed;border-radius:12px;width:100%;box-sizing:border-box}.pq-eval-scores{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.pq-eval-scores{grid-template-columns:1fr}}.pq-eval-score-card{text-align:center;padding:1rem;background:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb}.pq-eval-score-label{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.pq-eval-score-value{font-size:2rem;font-weight:700;color:#7c3aed}.pq-eval-feedback{display:flex;flex-direction:column;gap:1rem}.pq-eval-list{margin:.5rem 0 0 1.25rem;padding:0;color:inherit}.pq-eval-list li{margin:.5rem 0;line-height:1.6}.pq-eval-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}@media(max-width:768px){.pq-eval-details-grid{grid-template-columns:1fr}}.pq-eval-detail{padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.9375rem;line-height:1.6}.pq-eval-detail strong{color:#374151;display:block;margin-bottom:.25rem}.pq-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 64px);gap:16px;color:#64748b;font-size:15px}.pq-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:pq-spin .8s linear infinite}@keyframes pq-spin{to{transform:rotate(360deg)}}.pq-alert{padding:12px 16px;border-radius:10px;font-size:14px;line-height:1.5}.pq-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.test-card.locked{position:relative;opacity:.65;pointer-events:none}.test-card.locked .view-pdf-btn{cursor:not-allowed;opacity:.6}.test-card-locked-overlay{position:absolute;inset:0;background:#0006;border-radius:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;z-index:10}.test-card-locked-icon{font-size:32px}.test-card-locked-text{font-size:12px;font-weight:600;color:#fff;margin:0}.upgrade-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.upgrade-modal{background:#fff;border-radius:12px;padding:40px 32px;max-width:400px;width:100%;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d}.upgrade-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#94a3b8;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.upgrade-modal-close:hover{background:#f1f5f9;color:#0f172a}.upgrade-modal-icon{font-size:48px;margin-bottom:16px}.upgrade-modal-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 12px}.upgrade-modal-desc{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.6}.upgrade-modal-btn{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.upgrade-modal-btn:hover{background:#2563eb}.ebook-page{max-width:1200px;margin:0 auto;padding:48px 24px 80px;display:flex;flex-direction:column;gap:40px}.ebook-header{text-align:center}.ebook-header-title{font-size:32px;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.2}.ebook-header-subtitle{font-size:15px;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.ebook-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.ebook-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.ebook-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.ebook-grid{grid-template-columns:1fr;gap:16px}}.ebook-card{display:flex;flex-direction:column;gap:12px;cursor:pointer}.ebook-card-cover{width:100%;aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;background:#f1f5f9;flex-shrink:0}.ebook-card-img{width:100%;height:100%;object-fit:cover;display:block}.ebook-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#f0f4ff)}.ebook-card-placeholder-icon{font-size:48px}.ebook-card-title{font-size:15px;font-weight:600;color:#0f172a;margin:0;line-height:1.4;word-wrap:break-word}.ebook-card-footer{padding-top:4px}.ebook-btn{width:100%;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;outline:none}.ebook-btn-read{background:#e0e7ff;color:#4f46e5}.ebook-btn-read:hover{background:#c7d2fe}.ebook-btn-buy{background:#3b82f6;color:#fff}.ebook-btn-buy:hover{background:#2563eb}.ebook-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.ebook-pagination-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;width:36px;height:36px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.ebook-pagination-btn:hover:not(:disabled){background:#e2e8f0}.ebook-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.ebook-pagination-num{background:transparent;border:none;color:#0f172a;width:36px;height:36px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.ebook-pagination-num:hover{background:#f1f5f9}.ebook-pagination-num.active{background:#3b82f6;color:#fff;font-weight:600}.ebook-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:#64748b}.ebook-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ebook-alert{padding:16px 20px;border-radius:8px;display:flex;align-items:flex-start;gap:12px}.ebook-alert--error{background:#fee2e2;color:#991b1b;border-left:4px solid #dc2626}.ebook-empty{padding:60px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.ebook-empty-icon{font-size:64px;margin-bottom:8px}.ebook-empty-title{font-size:18px;font-weight:600;color:#0f172a;margin:0}.ebook-empty-desc{color:#64748b;margin:0;font-size:14px;line-height:1.6}.ebook-viewer-overlay{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.ebook-viewer-header{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.ebook-viewer-back{background:none;border:none;cursor:pointer;padding:0;color:#0f172a;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;transition:background .2s}.ebook-viewer-back:hover{background:#e2e8f0}.ebook-viewer-title{font-size:18px;font-weight:600;color:#0f172a;margin:0;line-height:1.3}.ebook-viewer-author{font-size:13px;color:#64748b;margin:0}.ebook-viewer-frame-wrapper{flex:1;overflow:hidden;position:relative}.ebook-viewer-frame{width:100%;height:100%;border:none}@media(max-width:640px){.ebook-page{padding:32px 16px 60px;gap:24px}.ebook-header-title{font-size:24px}.ebook-header-subtitle{font-size:14px}.ebook-viewer-overlay{z-index:1001}.ebook-pagination{flex-wrap:wrap;gap:6px}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:2rem}.admin-header{text-align:center;color:#fff;margin-bottom:2rem}.admin-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.admin-header p{font-size:1.1rem;color:#ffffffb3}.admin-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.admin-nav button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:#ffffff1a;color:#fff}.admin-nav button:hover{background:#ffffff26;transform:translateY(-2px)}.admin-nav button.active{background:#2563eb;box-shadow:0 4px 12px #2563eb4d}.admin-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,23,42,.1)}.admin-section-header h2{font-size:1.8rem;color:#0f172a;font-weight:700}.admin-note{color:#64748b;font-size:.9rem;margin-top:.5rem}.admin-loading{text-align:center;padding:2rem;color:#fff;font-size:1.2rem}.admin-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1rem}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;margin-top:1rem}.admin-table thead{background:#0f172a;color:#fff}.admin-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.admin-table tbody tr{border-bottom:1px solid rgba(226,232,240,1);transition:background-color .2s}.admin-table tbody tr:hover{background:#f1f5f9}.admin-table td{padding:1rem;color:#0f172a;font-size:.95rem}.btn-edit{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;margin-right:.5rem;transition:all .2s}.btn-delete{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#dc2626}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-large{max-width:800px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{color:#0f172a;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.modal-body{margin-bottom:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,1)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.95rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=number],.form-group input[type=file],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(226,232,240,1);border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.ebook-checkboxes{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:1rem;background:#f1f5f9;border-radius:6px}.ebook-checkboxes label{display:flex;align-items:center;font-weight:400;margin-bottom:0;cursor:pointer}@media(max-width:768px){.admin-dashboard{padding:1rem}.admin-header h1{font-size:2rem}.admin-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:.75rem .5rem}.modal-content{width:95%;padding:1.5rem}.form-row{grid-template-columns:1fr}}.modal-wizard{max-width:900px;max-height:90vh;overflow-y:auto}.wizard-progress{width:100%;height:8px;background:#0000001a;border-radius:4px;margin-bottom:2rem;overflow:hidden}.wizard-progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s ease;border-radius:4px}.wizard-body{min-height:400px}.wizard-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-step h3{color:#0f172a;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.wizard-note{color:#64748b;margin-bottom:1.5rem;font-style:italic}.speaking-question-group,.writing-question-group{background:#f1f5f9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.speaking-question-group h4,.writing-question-group h4{color:#1e293b;font-size:1.2rem;margin-bottom:1rem}.listening-questions-scroll,.reading-passages-scroll{max-height:500px;overflow-y:auto;padding:1rem;background:#f1f5f980;border-radius:8px;margin-top:1rem}.listening-question-item,.reading-passage-item{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #3B82F6}.listening-question-item h4{color:#1e293b;font-size:1.1rem;margin-bottom:1rem}.reading-question-item{background:#f1f5f9;padding:1rem;border-radius:6px;margin-top:1rem;border-left:3px solid #10B981}.reading-question-item h5{color:#1e293b;font-size:1rem;margin-bottom:.75rem}.passage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.passage-header h4{color:#1e293b;font-size:1.2rem;margin:0}.btn-delete-small{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .3s}.btn-delete-small:hover{background:#dc2626}.btn-small{padding:.5rem 1rem;font-size:.9rem;margin-bottom:1rem}.file-name{color:#10b981;font-size:.9rem;margin-top:.5rem;font-weight:500}.wizard-footer{display:flex;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:2px solid rgba(0,0,0,.1)}.wizard-footer button{flex:1;max-width:200px}.admin-note{color:#64748b;font-style:italic;font-size:.95rem}.listening-questions-scroll::-webkit-scrollbar,.reading-passages-scroll::-webkit-scrollbar{width:8px}.listening-questions-scroll::-webkit-scrollbar-track,.reading-passages-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.listening-questions-scroll::-webkit-scrollbar-thumb,.reading-passages-scroll::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:4px}.listening-questions-scroll::-webkit-scrollbar-thumb:hover,.reading-passages-scroll::-webkit-scrollbar-thumb:hover{background:#3b82f6b3}.modal-large{max-width:900px;max-height:90vh;overflow-y:auto}.mock-test-sections{margin-top:20px}.section-note{color:#64748b;font-size:.9rem;margin-bottom:15px}.mock-sections-expanded{margin-top:20px;padding:20px;background:#f8fafc;border-radius:8px}.section-group{margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.section-group h4{color:#1e293b;font-size:1.1rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.passage-group{margin-bottom:20px;padding:15px;background:#f8fafc;border-radius:6px}.passage-group h5{color:#475569;font-size:.95rem;margin-bottom:10px}.question-item{margin-bottom:10px;padding:12px 15px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease}.question-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.question-header{display:flex;align-items:center;gap:12px}.question-badge{display:inline-block;padding:4px 10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:4px;font-size:.85rem;font-weight:600;flex-shrink:0}.question-text{flex:1;color:#475569;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-edit{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-right:8px}.btn-edit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-edit-small{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:6px 14px;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-edit-small:hover{transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.listening-questions-scroll{max-height:400px;overflow-y:auto;padding-right:10px}.reading-questions-scroll{max-height:300px;overflow-y:auto;padding-right:10px}.help-text{color:#64748b;font-size:.85rem;margin-top:5px}.user-dashboard{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:2rem}.user-dashboard-header{text-align:center;color:#fff;margin-bottom:2rem}.user-dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.user-dashboard-header p{font-size:1.1rem;color:#ffffffb3}.user-dashboard-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.user-dashboard-nav button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:#ffffff1a;color:#fff}.user-dashboard-nav button:hover{background:#ffffff26;transform:translateY(-2px)}.user-dashboard-nav button.active{background:#2563eb;box-shadow:0 4px 12px #2563eb4d}.user-dashboard-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.user-dashboard-section h2{font-size:1.8rem;color:#0f172a;font-weight:700;margin-bottom:1.5rem}.user-dashboard-loading{text-align:center;padding:2rem;color:#fff;font-size:1.2rem}.user-dashboard-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1rem}.user-dashboard-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#15803d;padding:1rem;border-radius:8px;margin-bottom:1rem}.profile-card{max-width:600px;margin:0 auto}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(15,23,42,.1)}.profile-header h2{font-size:1.5rem;color:#0f172a;margin:0}.profile-view .profile-field{margin-bottom:1.5rem}.profile-field label{display:block;font-weight:600;color:#64748b;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.profile-field p{font-size:1.125rem;color:#0f172a;font-weight:500}.profile-edit .form-group{margin-bottom:1.25rem}.profile-edit .form-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem}.profile-edit input,.profile-edit select{width:100%;padding:.75rem;border:1px solid rgba(226,232,240,1);border-radius:6px;font-size:1rem;transition:border-color .2s}.profile-edit input:focus,.profile-edit select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-primary{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{padding:.75rem 1.5rem;background:#64748b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#475569}.btn-edit{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-edit:hover{background:#2563eb}.empty-state{text-align:center;padding:3rem;color:#64748b}.empty-state p{font-size:1.125rem}.attempts-list{display:flex;flex-direction:column;gap:1rem}.attempt-card{border:1px solid rgba(226,232,240,1);border-radius:8px;overflow:hidden;transition:box-shadow .2s}.attempt-card:hover{box-shadow:0 4px 12px #0000001a}.attempt-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;cursor:pointer;background:#fff;transition:background-color .2s}.attempt-header:hover{background:#f1f5f9}.attempt-info h3{font-size:1.125rem;color:#0f172a;margin-bottom:.5rem}.attempt-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.875rem}.section-badge,.exam-badge{padding:.25rem .625rem;border-radius:4px;font-weight:600;font-size:.75rem;text-transform:uppercase}.section-badge{background:#3b82f61a;color:#2563eb}.exam-badge{background:#a855f71a;color:#9333ea}.date{color:#64748b}.attempt-result{display:flex;align-items:center;gap:1rem}.result-badge{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem}.result-badge.correct{background:#22c55e1a;color:#15803d}.result-badge.incorrect{background:#ef44441a;color:#dc2626}.result-badge.evaluated{background:#3b82f61a;color:#2563eb}.score-badge{padding:.5rem 1rem;border-radius:6px;background:#2563eb1a;color:#2563eb;font-weight:600;font-size:.875rem}.expand-icon{color:#64748b;font-size:.875rem}.attempt-details{padding:1.5rem;background:#f8fafc;border-top:1px solid rgba(226,232,240,1)}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{font-size:1.125rem;color:#0f172a;font-weight:700;margin-bottom:.75rem}.detail-section h5{font-size:1rem;color:#0f172a;font-weight:600;margin-bottom:.5rem}.answer-text{color:#334155;line-height:1.6;padding:.75rem;background:#fff;border-radius:6px;border-left:3px solid rgba(37,99,235,1)}.ai-evaluation{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid rgba(226,232,240,1)}.eval-block{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(226,232,240,1)}.eval-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.eval-block h5{color:#2563eb;margin-bottom:.5rem}.eval-block p{color:#334155;line-height:1.6}.mock-report{background:#fff;padding:1.5rem}.section-scores{margin-bottom:1.5rem}.scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.score-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f1f5f9;border-radius:6px}.section-name{font-weight:600;color:#334155}.section-score{font-weight:700;color:#2563eb;font-size:1.125rem}@media(max-width:768px){.user-dashboard{padding:1rem}.user-dashboard-header h1{font-size:2rem}.attempt-header{flex-direction:column;align-items:flex-start;gap:1rem}.attempt-result{width:100%;justify-content:space-between}.scores-grid{grid-template-columns:1fr}}.plan-cart{width:100%;background:#fff;padding-bottom:80px}.plan-cart-hero{position:relative;text-align:center;padding:48px 24px 56px;overflow:hidden}.plan-cart-hero-bg{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:900px;height:280px;background:radial-gradient(ellipse at center,#dbeafee6,#fff0 70%);pointer-events:none;z-index:0}.plan-cart-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto}.plan-cart-title{font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700;color:#0f172a;margin:0 0 16px;line-height:1.2}.plan-cart-subtitle{font-size:16px;line-height:1.6;color:#475569;margin:0 auto;max-width:720px}.plan-cart-body{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.plan-cart-details{display:flex;flex-direction:column;gap:0}.plan-cart-section{display:flex;gap:20px;padding:28px 0;border-bottom:1px solid #e2e8f0}.plan-cart-section:last-child{border-bottom:none}.plan-cart-section-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#7c3aed;color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center}.plan-cart-section-content h2{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 10px}.plan-cart-section-content p{font-size:14px;line-height:1.65;color:#475569;margin:0 0 12px}.plan-cart-section-content ul{margin:0;padding-left:20px;color:#334155;font-size:14px;line-height:1.75}.plan-cart-section-content li{margin-bottom:4px}.plan-cart-sidebar{position:sticky;top:24px}.plan-cart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px 24px;box-shadow:0 4px 24px #0f172a0f}.plan-cart-card-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 20px}.plan-cart-inclusion{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f1f5f9}.plan-cart-inclusion:last-of-type{border-bottom:none;margin-bottom:8px}.plan-cart-inclusion-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#64748b}.plan-cart-inclusion-label{flex:1;font-size:14px;color:#64748b}.plan-cart-inclusion-value{font-size:14px;font-weight:600;color:#0f172a;text-align:right}.plan-cart-inclusion-value.price{color:#dc2626;font-size:16px;font-weight:700}.plan-cart-subscribe-btn{width:100%;margin-top:20px;padding:14px 20px;border:none;border-radius:8px;background:#2b50e6;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.plan-cart-subscribe-btn:hover{background:#2344c9}.plan-cart-subscribe-btn:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.7}.subscription-status-info{padding:12px;margin:16px 0;border-radius:8px;background:#f0fdf4;border:1px solid #86efac}.status-active{color:#15803d;font-size:13px}.status-active p{margin:4px 0}.status-message{padding:12px;margin:12px 0;border-radius:8px;font-size:13px;text-align:center}.status-message.success{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.status-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.plan-cart-empty{text-align:center;padding:80px 24px;color:#64748b}.plan-cart-back-btn{margin-top:16px;padding:10px 20px;border:1px solid #2b50e6;border-radius:6px;background:#fff;color:#2b50e6;font-size:14px;font-weight:500;cursor:pointer}@media(max-width:960px){.plan-cart-body{grid-template-columns:1fr;gap:32px}.plan-cart-sidebar{position:static}.plan-cart-title{font-size:32px}}.chatbot-fab{position:fixed;bottom:28px;right:28px;z-index:200;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #2563eb73;transition:all .25s ease}.chatbot-fab:hover{transform:scale(1.1);box-shadow:0 10px 32px #2563eb8c}.chatbot-fab--open{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 6px 24px #64748b66}.chatbot-panel{position:fixed;bottom:96px;right:28px;z-index:199;width:360px;max-height:520px;background:#fff;border-radius:20px;border:1.5px solid #e2e8f0;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.95);opacity:0;pointer-events:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom right}.chatbot-panel--visible{transform:translateY(0) scale(1);opacity:1;pointer-events:all}@media(max-width:480px){.chatbot-panel{width:calc(100vw - 32px);right:16px;bottom:88px}.chatbot-fab{right:16px;bottom:20px}}.chatbot-header{padding:16px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:38px;height:38px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;border:2px solid rgba(255,255,255,.3)}.chatbot-name{font-size:14px;font-weight:600;color:#fff;margin:0 0 2px}.chatbot-status{font-size:12px;color:#fffc;margin:0;display:flex;align-items:center;gap:5px}.status-dot{width:7px;height:7px;background:#4ade80;border-radius:50%;display:inline-block}.chatbot-close{background:#ffffff26;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;transition:background .2s ease}.chatbot-close:hover{background:#ffffff40;transform:none;box-shadow:none}.chatbot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8faff;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.chat-message{display:flex;align-items:flex-end;gap:8px}.chat-message--user{flex-direction:row-reverse}.message-avatar{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;flex-shrink:0}.message-bubble{max-width:75%;padding:10px 14px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000f}.chat-message--user .message-bubble{background:#2563eb;border-color:#2563eb;border-radius:16px 16px 4px}.chat-message--bot .message-bubble{border-radius:16px 16px 16px 4px}.message-text{font-size:13.5px;color:#1e293b;margin:0 0 4px;line-height:1.5}.chat-message--user .message-text{color:#fff}.message-time{font-size:10px;color:#94a3b8;display:block;text-align:right}.chat-message--user .message-time{color:#ffffffa6}.chatbot-subscribe-btn{display:block;margin-top:10px;padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.chatbot-subscribe-btn:hover{background:#1d4ed8;transform:scale(1.05)}.typing-bubble{display:flex;align-items:center;gap:5px;padding:12px 16px;min-width:60px}.typing-dot{width:7px;height:7px;background:#94a3b8;border-radius:50%;animation:typingBounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-input-area{padding:12px 16px;border-top:1.5px solid #e2e8f0;display:flex;align-items:flex-end;gap:10px;background:#fff;flex-shrink:0}.chatbot-input{flex:1;border:1.5px solid #d1d5db;border-radius:12px;padding:10px 14px;font-size:13.5px;font-family:inherit;resize:none;outline:none;color:#1e293b;line-height:1.5;max-height:100px;overflow-y:auto;transition:border-color .2s ease}.chatbot-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chatbot-input::placeholder{color:#9ca3af}.chatbot-send{width:38px;height:38px;border-radius:10px;background:#2563eb;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.chatbot-send:hover:not(:disabled){background:#1d4ed8;transform:scale(1.05);box-shadow:0 4px 12px #2563eb59}.chatbot-send:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.chatbot-backdrop{display:none}@media(max-width:480px){.chatbot-backdrop{display:block;position:fixed;inset:0;background:#0000004d;z-index:198}}.footer{width:100%;background-color:#142850;padding:40px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.footerContent{width:80%;margin:0 auto;display:flex;align-items:center;justify-content:space-evenly}.footerLeft{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;flex:1}.footerLeftTitle{font-size:24px;font-weight:600;color:#eef2ff;text-align:left}.footerLeftSubtitle{font-size:14px;font-weight:400;color:#fff;text-align:left}.footerRight{display:flex;align-items:flex-start;justify-content:space-evenly;gap:20px;flex:3}.footerRightCol{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.footerRightColTitle{font-size:18px;font-weight:600;color:#eef2ff;text-align:left}.footerRightColLink{font-size:14px;font-weight:400;color:#dce8ff;text-align:left;background:transparent;border:0;padding:0;cursor:pointer}.footerRightColLink:hover{text-decoration:underline}.footerRightColLink:disabled{cursor:default;text-decoration:none;opacity:.9}.footerBottom{width:80%;margin:80px auto 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(220,232,255,1)}.footerBottomText{font-size:14px;font-weight:400;color:#fff;text-align:left}.footerBottomSocial{display:flex;align-items:center;justify-content:center;gap:10px}.footerBottomSocialIcon{font-size:14px;font-weight:400;color:#fff;text-align:left}.legal-page{min-height:calc(100vh - 64px);background:#f8faff;padding:48px 24px}.legal-container{max-width:920px;margin:0 auto;background:#fff;border:1px solid rgba(226,232,240,1);border-radius:18px;padding:28px;box-shadow:0 14px 40px #0f172a0f}.legal-header{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.legal-title{font-size:30px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.legal-meta{font-size:13px;color:#64748b;margin:0;line-height:1.6}.legal-divider{height:1px;background:#e2e8f0;border:0;margin:18px 0 22px}.legal-content{color:#0f172a;line-height:1.75;font-size:14px}.legal-content h2{font-size:18px;font-weight:800;margin:22px 0 8px;color:#0f172a}.legal-content p{margin:10px 0;color:#334155}.legal-content ul{margin:10px 0 10px 18px;color:#334155}.legal-content li{margin:6px 0}.legal-note{margin-top:18px;background:#e0e7ff80;border:1px solid rgba(199,210,254,1);border-radius:14px;padding:14px;color:#1e293b}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.contact-card{border:1px solid rgba(226,232,240,1);border-radius:16px;padding:16px;background:#fff}.contact-label{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 6px}.contact-input,.contact-textarea{width:100%;border:1px solid rgba(226,232,240,1);border-radius:12px;padding:12px;font-size:14px;outline:none;background:#fff}.contact-textarea{min-height:140px;resize:vertical}.contact-input:focus,.contact-textarea:focus{border-color:#4f46e5b3;box-shadow:0 0 0 4px #6366f126}.contact-actions{display:flex;align-items:center;gap:10px;margin-top:12px}.contact-btn{border:0;padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer;font-size:14px}.contact-btn.primary{background:#4f46e5;color:#fff}.contact-btn.secondary{background:#e2e8f0;color:#0f172a}.contact-hint{font-size:13px;color:#64748b;margin:8px 0 0;line-height:1.6}.contact-info-item{margin:10px 0;color:#334155}@media(max-width:820px){.contact-grid{grid-template-columns:1fr}}@media(max-width:640px){.legal-container{padding:18px}.legal-title{font-size:24px}}
