:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1b23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;min-width:320px;min-height:100vh}body{display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-screen{display:flex;min-height:100vh;width:100%;box-shadow:0 25px 50px -12px #0006}.login-left{flex:0 0 40%;background:#36f;position:relative;display:flex;align-items:center;justify-content:center;padding:3rem}.login-left-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.15) 1.2px,transparent 1.2px);background-size:24px 24px;pointer-events:none}.login-left-content{position:relative;z-index:1;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.login-hero-icon{width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#36f}.login-hero-icon svg{width:32px;height:32px}.login-hero-title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.3;color:#fff;letter-spacing:-.02em}.login-hero-desc{margin:0;font-size:.95rem;line-height:1.5;color:#fffffff2;max-width:340px}.login-hero-placeholder{width:100%;max-width:320px;aspect-ratio:2;border-radius:16px;background:linear-gradient(180deg,#ffffff40,#ffffff0d);display:flex;align-items:center;justify-content:center;margin-top:.5rem}.login-hero-graphic{width:80%;height:80%;opacity:.8}.login-right{flex:1;background:#1a1b23;display:flex;align-items:center;justify-content:center;padding:2rem}.login-form-wrap{width:100%;max-width:400px}.login-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.login-brand-icon{display:flex;align-items:center;justify-content:center;color:#36f}.login-brand-icon svg{width:28px;height:28px}.login-brand-text{font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:-.02em}.login-welcome{margin:0 0 .5rem;font-size:1.85rem;font-weight:700;color:#fff;letter-spacing:-.02em}.login-subtitle{margin:0 0 .25rem;font-size:.95rem;color:#9ca3af}.login-demo-hint{margin:0 0 2rem;font-size:.8rem;color:#6b7280}.login-error{padding:.75rem 1rem;font-size:.9rem;color:#fef2f2;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;margin-bottom:.5rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;color:#9ca3af}.login-label-row{display:flex;justify-content:space-between;align-items:center}.login-input-wrap{display:flex;align-items:center;gap:.75rem;background:#25262e;border:1px solid #3f4048;border-radius:10px;padding:0 1rem;transition:border-color .2s,box-shadow .2s}.login-input-wrap:focus-within{border-color:#36f;box-shadow:0 0 0 2px #36f3}.login-input-icon{display:flex;color:#6b7280;flex-shrink:0}.login-input-icon svg{width:20px;height:20px}.login-input{flex:1;background:none;border:none;padding:.875rem 0;font-size:.95rem;color:#fff;outline:none}.login-input::placeholder{color:#6b7280}.login-link{font-size:.875rem;font-weight:500;color:#36f;text-decoration:none}.login-link:hover{text-decoration:underline}.login-checkbox-wrap{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#9ca3af}.login-checkbox{width:18px;height:18px;accent-color:#3366ff;cursor:pointer}.login-checkbox-label{-webkit-user-select:none;user-select:none}.login-btn-primary{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s;margin-top:.25rem}.login-btn-primary:hover{background:#2952cc}.login-btn-primary:active{transform:scale(.99)}.login-divider{display:flex;align-items:center;gap:1rem;margin:1.75rem 0 1.25rem;font-size:.875rem;color:#6b7280}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#3f4048}.login-btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;color:#fff;background:#25262e;border:1px solid #3f4048;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s}.login-btn-google:hover{background:#2d2e36;border-color:#4b4c54}.login-google-icon{flex-shrink:0}.login-signup{margin:1.75rem 0 0;font-size:.9rem;color:#9ca3af;text-align:center}.login-signup .login-link{font-weight:600}@media(max-width:900px){.login-screen{flex-direction:column}.login-left{flex:none;min-height:40vh;padding:2rem 1.5rem}.login-hero-title{font-size:1.5rem}.login-hero-placeholder{max-width:240px}.login-right{padding:2rem 1.5rem}}.signup-screen{display:flex;min-height:calc(100vh - 3rem);width:100%;max-width:1100px;margin:1.5rem auto;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;border:1px solid #2d2e36}.signup-left{flex:0 0 42%;background:#36f;position:relative;display:flex;align-items:center;padding:2.5rem 2rem}.signup-left-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1.2px,transparent 1.2px);background-size:22px 22px;pointer-events:none}.signup-left-content{position:relative;z-index:1;width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.75rem}.signup-brand{display:flex;align-items:center;gap:.5rem}.signup-brand-stars{display:flex;color:#fff}.signup-brand-stars svg{width:28px;height:28px}.signup-brand-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.signup-hero-title{margin:0;font-size:1.6rem;font-weight:700;line-height:1.35;color:#fff;letter-spacing:-.02em}.signup-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.signup-feature{display:flex;gap:1rem;align-items:flex-start}.signup-feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff}.signup-feature-icon svg{width:22px;height:22px}.signup-feature strong{display:block;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.signup-feature p{margin:0;font-size:.85rem;line-height:1.45;color:#ffffffe6}.signup-social-proof{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem}.signup-avatars{display:flex}.signup-avatar{width:32px;height:32px;border-radius:50%;background:#fff6;border:2px solid #3366ff;margin-left:-8px}.signup-avatar:first-child{margin-left:0}.signup-badge{font-size:.8rem;font-weight:600;color:#fff;background:#ffffff40;padding:.2rem .5rem;border-radius:6px}.signup-proof-text{font-size:.8rem;color:#ffffffe6}.signup-right{flex:1;background:#1a1b23;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem}.signup-form-wrap{width:100%;max-width:380px}.signup-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.02em}.signup-subtitle{margin:0 0 1.75rem;font-size:.95rem;color:#9ca3af}.signup-form{display:flex;flex-direction:column;gap:1.1rem}.signup-label{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:500;color:#9ca3af}.signup-input-wrap{display:flex;align-items:center;gap:.75rem;background:#25262e;border:1px solid #3f4048;border-radius:10px;padding:0 1rem;transition:border-color .2s,box-shadow .2s}.signup-input-wrap:focus-within{border-color:#36f;box-shadow:0 0 0 2px #36f3}.signup-input-wrap--error{border-color:#ef4444}.signup-input-wrap--error:focus-within{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.signup-input-icon{display:flex;color:#6b7280;flex-shrink:0}.signup-input-icon svg{width:20px;height:20px}.signup-input,.signup-select{flex:1;background:none;border:none;padding:.8rem 0;font-size:.95rem;color:#fff;outline:none}.signup-input::placeholder{color:#6b7280}.signup-select{cursor:pointer;appearance:none;padding-right:2rem}.signup-select option{background:#25262e;color:#fff}.signup-select-wrap{position:relative}.signup-chevron{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.signup-chevron svg{width:18px;height:18px}.signup-error{font-size:.8rem;color:#ef4444}.signup-error-banner{padding:.75rem 1rem;font-size:.9rem;color:#fef2f2;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;margin-bottom:1rem}.signup-error-banner:empty{display:none}.signup-btn-primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s;margin-top:.5rem}.signup-btn-primary:hover{background:#2952cc}.signup-btn-primary:active{transform:scale(.99)}.signup-btn-arrow{display:flex}.signup-btn-arrow svg{width:18px;height:18px}.signup-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#6b7280}.signup-divider:before,.signup-divider:after{content:"";flex:1;height:1px;background:#3f4048}.signup-social-buttons{display:flex;gap:.75rem}.signup-btn-social{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;color:#fff;background:#25262e;border:1px solid #3f4048;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s}.signup-btn-social:hover{background:#2d2e36;border-color:#4b4c54}.signup-google-icon,.signup-github-icon{flex-shrink:0}.signup-login{margin:1.5rem 0 0;font-size:.9rem;color:#9ca3af;text-align:center}.signup-link{font-weight:600;color:#36f;text-decoration:none}.signup-link:hover{text-decoration:underline}.signup-success{padding:1.5rem;background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:10px;color:#86efac;text-align:center}.signup-success p{margin:0 0 .75rem}@media(max-width:900px){.signup-screen{flex-direction:column;max-width:none;border-radius:0;border:none}.signup-left{flex:none;min-height:auto;padding:2rem 1.5rem}.signup-left-content{max-width:none}.signup-hero-title{font-size:1.4rem}.signup-social-proof{flex-wrap:wrap}.signup-right{padding:2rem 1.5rem}.signup-social-buttons{flex-direction:column}}.student-dashboard{display:flex;min-height:100vh;background:#1a1b23;color:#fff}.dashboard-sidebar{width:260px;flex-shrink:0;background:#1e1f28;border-right:1px solid #2d2e36;display:flex;flex-direction:column;padding:1.5rem 0}.dashboard-sidebar-profile{display:flex;flex-direction:column;align-items:center;padding:0 1rem 1.5rem;border-bottom:1px solid #2d2e36;margin-bottom:1rem;min-width:0}.dashboard-avatar{width:64px;height:64px;border-radius:50%;background:#3366ff40;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.dashboard-avatar svg{width:32px;height:32px}.dashboard-profile-info{text-align:center;width:100%;min-width:0;max-width:100%}.dashboard-profile-name{display:block;font-weight:600;font-size:.9rem;margin-bottom:.25rem;word-break:break-all;overflow-wrap:anywhere;line-height:1.35}.dashboard-profile-badge{font-size:.8rem;color:#9ca3af}.dashboard-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.dashboard-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;border-radius:10px;background:transparent;color:#9ca3af;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;text-align:left;width:100%}.dashboard-nav-item svg{width:22px;height:22px;flex-shrink:0}.dashboard-nav-item:hover{background:#25262e;color:#fff}.dashboard-nav-item--active{background:#36f;color:#fff}.dashboard-sidebar-footer{margin-top:auto;padding:1.25rem .75rem 0;border-top:1px solid #2d2e36}.dashboard-nav-logout:hover{background:#ef444426;color:#f87171}.dashboard-body{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.dashboard-page-header{padding:1rem 2rem .5rem;border-bottom:1px solid #2d2e36}.dashboard-page-title{margin:0;font-size:1rem;font-weight:600;color:#9ca3af;letter-spacing:.02em}.dashboard-main{flex:1;padding:1.5rem 2rem 2rem;overflow:auto}.dashboard-welcome-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;flex-wrap:wrap}.dashboard-welcome-text h2{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.dashboard-welcome-text p{margin:0;font-size:.95rem;color:#9ca3af}.dashboard-welcome-text strong{color:#fff;font-weight:600}.dashboard-streak-badge{display:flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:#25262e;border:1px solid #3f4048;border-radius:8px;font-size:.8rem;font-weight:600;color:#f59e0b}.dashboard-streak-badge svg{width:18px;height:18px}.dashboard-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.dashboard-card{border-radius:12px;padding:1.25rem;border:1px solid #2d2e36}.dashboard-card--trend{background:#1e1f28}.dashboard-card-trend-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.dashboard-card-trend-header h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.dashboard-card-trend-header p{margin:0;font-size:.8rem;color:#9ca3af}.dashboard-card-trend-stats{text-align:right}.dashboard-trend-value{display:block;font-size:1.5rem;font-weight:700;color:#fff}.dashboard-trend-delta{font-size:.8rem;color:#22c55e}.dashboard-trend-chart{height:100px;margin-bottom:.5rem}.dashboard-trend-chart svg{width:100%;height:100%}.dashboard-trend-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#6b7280}.dashboard-card--continue{background:#36f;border-color:#36f;display:flex;flex-direction:column;gap:.5rem}.dashboard-card--continue h3{margin:0;font-size:1rem;font-weight:600;color:#ffffffe6}.dashboard-continue-course{margin:0;font-size:1.15rem;font-weight:700;color:#fff}.dashboard-continue-next{margin:0;font-size:.85rem;color:#ffffffd9}.dashboard-continue-progress{margin-top:.25rem}.dashboard-continue-progress span{font-size:.8rem;color:#ffffffe6}.dashboard-progress-bar{height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden;margin-top:.35rem}.dashboard-progress-fill{height:100%;background:#fff;border-radius:3px;transition:width .3s}.dashboard-btn-resume{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:#36f;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.dashboard-btn-resume:hover{opacity:.95}.dashboard-btn-resume svg{width:18px;height:18px}.dashboard-courses-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-courses-header h3{margin:0;font-size:1.1rem;font-weight:600}.dashboard-link{background:none;border:none;color:#36f;font-size:.9rem;font-weight:500;cursor:pointer;padding:.25rem 0}.dashboard-link:hover{text-decoration:underline}.dashboard-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.dashboard-course-card{background:#25262e;border:1px solid #3f4048;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;transition:border-color .2s;cursor:pointer}.dashboard-course-card:hover{border-color:#4b4c54}.dashboard-course-difficulty{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.25rem .5rem;border-radius:4px;width:fit-content;margin-bottom:.75rem}.dashboard-course-difficulty--orange{background:#f9731633;color:#f97316}.dashboard-course-difficulty--green{background:#22c55e33;color:#22c55e}.dashboard-course-difficulty--red{background:#ef444433;color:#ef4444}.dashboard-course-image{height:90px;border-radius:8px;margin-bottom:.75rem}.dashboard-course-image--python{background:linear-gradient(135deg,#36f,#1e3a8a)}.dashboard-course-image--design{background:linear-gradient(135deg,#a855f7,#6b21a8)}.dashboard-course-image--data{background:linear-gradient(135deg,#22c55e,#15803d)}.dashboard-course-image--ml{background:linear-gradient(135deg,#ef4444,#b91c1c)}.dashboard-course-card h4{margin:0 0 .4rem;font-size:1rem;font-weight:600}.dashboard-course-card>p{margin:0 0 .75rem;font-size:.8rem;color:#9ca3af;line-height:1.4;flex:1}.dashboard-course-meta{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#6b7280;margin-bottom:.75rem}.dashboard-course-meta svg{width:14px;height:14px}.dashboard-btn-start{padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:8px;cursor:pointer;width:fit-content;transition:background .2s}.dashboard-btn-start:hover{background:#2952cc}.dashboard-btn-start--disabled,.dashboard-btn-start:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dashboard-course-card--disabled{cursor:default}.dashboard-course-card--disabled:hover{border-color:#2d2e36;transform:none}.dashboard-float-help{position:fixed;bottom:1.5rem;right:2rem;display:flex;align-items:center;gap:.5rem}.dashboard-float-help span{font-size:.85rem;color:#9ca3af}.dashboard-float-btn{width:48px;height:48px;border-radius:50%;background:#36f;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s}.dashboard-float-btn:hover{background:#2952cc}.dashboard-float-btn:active{transform:scale(.96)}.dashboard-float-btn svg{width:24px;height:24px}@media(max-width:1200px){.dashboard-courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.dashboard-cards-row{grid-template-columns:1fr}.dashboard-sidebar{width:72px;padding:1rem 0}.dashboard-sidebar-profile .dashboard-profile-info,.dashboard-sidebar-profile .dashboard-profile-name,.dashboard-sidebar-profile .dashboard-profile-badge,.dashboard-nav-item span{display:none}.dashboard-sidebar-profile{padding-bottom:1rem}.dashboard-avatar{width:44px;height:44px}.dashboard-avatar svg{width:22px;height:22px}}@media(max-width:640px){.dashboard-sidebar{width:56px}.dashboard-main{padding:1rem}.dashboard-page-header{padding:.75rem 1rem}.dashboard-courses-grid{grid-template-columns:1fr}.dashboard-welcome-row{flex-direction:column}.dashboard-float-help span{display:none}}.dashboard-achievements{padding:.25rem 0}.dashboard-achievements-title{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#e5e7eb}.dashboard-achievements-subtitle{margin:0 0 1.5rem;font-size:.9rem;color:#9ca3af}.dashboard-achievements-loading,.dashboard-achievements-empty{margin:0;font-size:.95rem;color:#9ca3af}.dashboard-achievements-error{margin:0;font-size:.9rem;color:#fca5a5}.dashboard-achievements-overview{display:flex;gap:1.5rem;margin-bottom:1.5rem}.dashboard-achievements-stat{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;background:#25262e;border:1px solid #2d2e36;border-radius:12px;min-width:120px}.dashboard-achievements-stat-value{font-size:1.5rem;font-weight:700;color:#36f;line-height:1.2}.dashboard-achievements-stat-label{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.dashboard-achievements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.dashboard-achievements-card{background:#25262e;border:1px solid #2d2e36;border-radius:12px;padding:1.25rem}.dashboard-achievements-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.dashboard-achievements-card-title{margin:0;font-size:1rem;font-weight:600;color:#e5e7eb;flex:1;min-width:0}.dashboard-achievements-grade{flex-shrink:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:6px}.dashboard-achievements-grade--green{background:#22c55e33;color:#22c55e}.dashboard-achievements-grade--yellow{background:#eab30833;color:#eab308}.dashboard-achievements-grade--orange{background:#f9731633;color:#f97316}.dashboard-achievements-grade--red{background:#ef444433;color:#ef4444}.dashboard-achievements-score-row{margin-bottom:1rem;display:flex;align-items:baseline;gap:.5rem}.dashboard-achievements-total{font-size:1.75rem;font-weight:700;color:#36f}.dashboard-achievements-total-label{font-size:.8rem;color:#9ca3af}.dashboard-achievements-bars{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.dashboard-achievements-bar-row{display:grid;grid-template-columns:100px 1fr 36px;align-items:center;gap:.5rem}.dashboard-achievements-bar-label{font-size:.8rem;color:#9ca3af}.dashboard-achievements-bar-track{height:8px;background:#1e1f28;border-radius:4px;overflow:hidden}.dashboard-achievements-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.dashboard-achievements-bar-fill--blue{background:#36f}.dashboard-achievements-bar-fill--green{background:#22c55e}.dashboard-achievements-bar-fill--purple{background:#a855f7}.dashboard-achievements-bar-value{font-size:.8rem;font-weight:600;color:#d1d5db;text-align:right}.dashboard-achievements-meta{display:flex;gap:1rem;font-size:.75rem;color:#6b7280}.dashboard-achievement-gallery{padding:0}.dashboard-achievement-layout{display:flex;gap:2rem}.dashboard-achievement-main{flex:1;min-width:0}.dashboard-achievement-hero{text-align:center;margin-bottom:2rem}.dashboard-achievement-shield{position:relative;width:140px;height:140px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.dashboard-achievement-shield-icon{position:absolute;inset:0;width:100%;height:100%;color:#eab308;filter:drop-shadow(0 4px 12px rgba(234,179,8,.4))}.dashboard-achievement-shield-num{position:relative;z-index:1;font-size:2.75rem;font-weight:800;color:#1a1b23;line-height:1}.dashboard-achievement-title{margin:0 0 .5rem;font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:-.02em}.dashboard-achievement-subtitle{font-size:.95rem;color:#ffffffd9;line-height:1.5;max-width:520px;margin:0 auto}.dashboard-achievement-loading,.dashboard-achievement-error{margin:0 0 1rem;font-size:.9rem}.dashboard-achievement-error{color:#fca5a5}.dashboard-achievement-milestones-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.dashboard-achievement-milestones-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:700;color:#e5e7eb}.dashboard-achievement-milestones-title svg,.dashboard-achievement-milestones-icon{width:22px;height:22px;color:#eab308;flex-shrink:0}.dashboard-achievement-count{font-size:.85rem;font-weight:600;color:#eab308}.dashboard-achievement-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.dashboard-achievement-card{display:flex;flex-direction:column;padding:1.25rem 1rem;background:#1e1f28d9;border:1px solid #2d2e36;border-radius:12px}.dashboard-achievement-card-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-achievement-card-icon{width:44px;height:44px;padding:8px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#eab3081f;border:1px solid #eab308;border-radius:10px;color:#eab308;flex-shrink:0}.dashboard-achievement-card-icon svg,.dashboard-achievement-card-icon>svg{width:20px;height:20px}.dashboard-achievement-card-icon--combo{flex-direction:column;gap:2px}.dashboard-achievement-card-icon--combo svg{width:14px;height:14px}.dashboard-achievement-card-icon--muted{background:#eab3080f;color:#9ca3af;border-color:#6b7280;opacity:.95}.dashboard-achievement-card-lock{width:14px;height:14px;color:#6b7280;flex-shrink:0}.dashboard-achievement-card-lock svg,.dashboard-achievement-card-lock>svg{width:100%;height:100%}.dashboard-achievement-card--ultimate{opacity:.95}.dashboard-achievement-card h4{display:block;margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#e5e7eb;line-height:1.3}.dashboard-achievement-card p{display:block;margin:0 0 .6rem;font-size:.82rem;color:#9ca3af;line-height:1.4}.dashboard-achievement-bar{height:6px;background:#1e1f28;border:1px solid rgba(255,255,255,.12);border-radius:3px;overflow:hidden}.dashboard-achievement-bar-fill{height:100%;background:linear-gradient(90deg,#eab308,#facc15);border-radius:2px;transition:width .35s ease;min-width:2px}.dashboard-achievement-cta-wrap{text-align:center;margin-top:.5rem}.dashboard-achievement-cta{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.75rem;font-size:1rem;font-weight:700;color:#1a1b23;background:linear-gradient(145deg,#eab308,#facc15);border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 16px #eab30859;transition:transform .2s,box-shadow .2s}.dashboard-achievement-cta:hover{transform:translateY(-1px);box-shadow:0 6px 24px #eab30866}.dashboard-achievement-cta svg,.dashboard-achievement-cta>svg{width:18px;height:18px;flex-shrink:0}.dashboard-achievement-sidebar{width:260px;flex-shrink:0;padding:1.5rem;background:#1e1f28b3;border:1px solid #2d2e36;border-radius:14px;align-self:flex-start}.dashboard-achievement-sidebar-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1rem;font-weight:700;color:#e5e7eb}.dashboard-achievement-sidebar-title svg,.dashboard-achievement-sidebar-title-icon{width:20px;height:20px;color:#60a5fa;flex-shrink:0}.dashboard-achievement-path{display:flex;flex-direction:column}.dashboard-achievement-path-item{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding-bottom:1.25rem}.dashboard-achievement-path-item--next:before{content:"";position:absolute;left:6px;top:22px;bottom:0;width:2px;background:#2d2e36}.dashboard-achievement-path-item--mastered.dashboard-achievement-path-item--next:before{background:linear-gradient(180deg,#60a5fa,#2d2e36)}.dashboard-achievement-path-dot{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;background:#2d2e36;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:1}.dashboard-achievement-path-dot svg,.dashboard-achievement-path-dot>svg{width:14px;height:14px;color:#6b7280}.dashboard-achievement-path-item--mastered .dashboard-achievement-path-dot{background:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.dashboard-achievement-path-item--mastered .dashboard-achievement-path-dot svg{color:#fff}.dashboard-achievement-path-content{display:flex;flex-direction:column;gap:.2rem}.dashboard-achievement-path-label{display:block;font-size:.9rem;font-weight:600;color:#d1d5db}.dashboard-achievement-path-item--mastered .dashboard-achievement-path-label{color:#93c5fd}.dashboard-achievement-path-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#60a5fa;background:#60a5fa33;padding:.2rem .5rem;border-radius:6px}.dashboard-achievement-path-locked{font-size:.75rem;color:#6b7280}.dashboard-achievement-mastery{margin-top:1rem;padding-top:1rem;border-top:1px solid #2d2e36}.dashboard-achievement-mastery-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.08em;color:#6b7280;margin-bottom:.25rem}.dashboard-achievement-mastery-value{display:block;font-size:1.1rem;font-weight:700;color:#60a5fa;margin-bottom:.35rem}.dashboard-achievement-mastery-bar{height:8px;background:#1e1f28;border:1px solid rgba(255,255,255,.12);border-radius:4px;overflow:hidden}.dashboard-achievement-mastery-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:3px;transition:width .3s ease}@media(max-width:900px){.dashboard-achievement-layout{flex-direction:column}.dashboard-achievement-sidebar{width:100%}.dashboard-achievement-cards{grid-template-columns:1fr}}.module-detail-screen{height:100vh;min-height:0;background:#1a1b23;color:#e5e7eb;display:flex;flex-direction:column;overflow:hidden}.module-topnav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#1e1f28;border-bottom:1px solid #2d2e36;flex-shrink:0}.module-topnav-left{display:flex;align-items:center;gap:2.5rem}.module-topnav-logo{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.1rem;text-decoration:none;transition:color .2s}.module-topnav-logo:hover{color:#36f}.module-topnav-logo svg{width:24px;height:24px}.module-topnav-center{display:flex;align-items:center;gap:1.5rem}.module-topnav-link{color:#9ca3af;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.module-topnav-link:hover{color:#fff}.module-topnav-right{display:flex;align-items:center;gap:1.25rem}.module-topnav-progress{display:flex;align-items:center;gap:.5rem;min-width:140px}.module-topnav-progress-text{font-size:.8rem;color:#9ca3af;white-space:nowrap}.module-topnav-progress-bar{flex:1;height:6px;background:#2d2e36;border-radius:3px;overflow:hidden}.module-topnav-progress-fill{height:100%;background:#36f;border-radius:3px;transition:width .3s}.module-topnav-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:10px;color:#9ca3af;cursor:pointer;transition:background .2s,color .2s}.module-topnav-icon:hover{background:#25262e;color:#fff}.module-topnav-icon svg{width:22px;height:22px}.module-topnav-avatar{width:40px;height:40px;border-radius:50%;background:#3366ff4d;color:#fff;display:flex;align-items:center;justify-content:center}.module-topnav-avatar svg{width:22px;height:22px}.module-detail-body{display:flex;flex:1;min-height:0;overflow:hidden}.module-sidebar-left{width:260px;flex-shrink:0;background:#1e1f28;border-right:1px solid #2d2e36;display:flex;flex-direction:column;padding:1.25rem 0;overflow-y:auto}.module-outline-title{margin:0 1rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#9ca3af}.module-outline-list{list-style:none;margin:0;padding:0 .5rem;flex:1}.module-outline-section{margin-bottom:.25rem}.module-outline-heading{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;border:none;border-radius:8px;background:transparent;color:#d1d5db;font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;transition:background .2s,color .2s}.module-outline-heading:hover{background:#25262e;color:#fff}.module-outline-heading--open{background:#3366ff26;color:#93c5fd}.module-outline-chevron{width:16px;height:16px;flex-shrink:0;transition:transform .2s}.module-outline-heading--open .module-outline-chevron{transform:rotate(90deg)}.module-outline-folder{width:18px;height:18px;flex-shrink:0;color:#9ca3af}.module-outline-sublist{list-style:none;margin:.25rem 0 0 1.5rem;padding:0 0 0 .5rem;border-left:1px solid #2d2e36}.module-outline-sublist li{margin:0}.module-outline-item{display:block;padding:.5rem .75rem;color:#9ca3af;font-size:.85rem;text-decoration:none;border-radius:6px;transition:background .2s,color .2s;margin-bottom:.15rem}.module-outline-item:hover{background:#25262e;color:#fff}.module-outline-item--active{background:#36f;color:#fff}.module-outline-item-link{text-decoration:none;color:inherit}.module-outline-quiz{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;color:#9ca3af;font-size:.9rem;text-decoration:none;border-radius:8px;transition:background .2s,color .2s}.module-outline-quiz:hover{background:#25262e;color:#fff}.module-outline-quiz svg{width:18px;height:18px;flex-shrink:0}.module-syllabus-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 1rem 0;padding:.75rem 1rem;background:#25262e;border:1px solid #3f4048;border-radius:8px;color:#d1d5db;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.module-syllabus-btn:hover{background:#2d2e36;border-color:#4b4c54;color:#fff}.module-syllabus-btn svg{width:18px;height:18px}.module-main{flex:1;min-width:0;min-height:0;height:100%;overflow-y:auto;padding:1.5rem 2rem 4rem}.module-breadcrumb{font-size:.8rem;color:#9ca3af;margin-bottom:1rem}.module-breadcrumb a{color:#93c5fd;text-decoration:none}.module-breadcrumb a:hover{text-decoration:underline}.module-breadcrumb-sep{margin:0 .35rem;color:#6b7280}.module-main-title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:#fff}.module-content-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem;color:#9ca3af}.module-content-spinner{width:40px;height:40px;border:3px solid #2d2e36;border-top-color:#36f;border-radius:50%;animation:module-spin .8s linear infinite}@keyframes module-spin{to{transform:rotate(360deg)}}.module-content-error{padding:1.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#fca5a5}.module-content-error p{margin:0 0 .75rem}.module-content-retry{padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.module-content-retry:hover{background:#2952cc}.module-content{line-height:1.65;max-width:720px}.module-mark-complete-wrap{max-width:720px;margin-top:2rem;margin-bottom:2.5rem;padding-top:1rem;padding-bottom:.5rem;border-top:1px solid #2d2e36}.module-mark-complete-error{margin:0 0 .75rem;font-size:.9rem;color:#fca5a5}.module-btn-mark-complete{padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.module-btn-mark-complete:hover{background:#2952cc}.module-btn-mark-complete:disabled{opacity:.8;cursor:not-allowed}.module-content .module-md-h2{margin:2rem 0 1rem;padding-bottom:.35rem;font-size:1.35rem;font-weight:700;color:#fff;border-bottom:1px solid #2d2e36}.module-content .module-md-h2:first-child{margin-top:0}.module-content .module-md-h3{margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600;color:#f3f4f6}.module-content .module-md-p{margin:0 0 1rem;color:#d1d5db}.module-content .module-md-ul,.module-content .module-md-ol{margin:0 0 1rem;padding-left:1.5rem;color:#d1d5db}.module-content .module-md-li{margin-bottom:.35rem}.module-code-wrap{margin:1.25rem 0;background:#111113;border:1px solid #2d2e36;border-radius:10px;overflow:hidden}.module-code-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#1e1f28;border-bottom:1px solid #2d2e36}.module-code-filename{font-size:.8rem;font-weight:600;color:#9ca3af}.module-code-copy{padding:.35rem .65rem;font-size:.75rem;font-weight:600;color:#93c5fd;background:transparent;border:1px solid #3f4048;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.module-code-copy:hover{background:#25262e;border-color:#4b4c54}.module-content .module-md-pre{margin:0;padding:1.25rem;overflow-x:auto;font-size:.875rem;line-height:1.5}.module-content .module-md-pre code{display:block;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;color:#e5e7eb;background:none;padding:0;border-radius:0}.module-content .module-md-code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;padding:.15em .4em;background:#25262e;border-radius:4px;color:#93c5fd}.module-content .module-md-pre .module-md-code{padding:0;background:none;color:#e5e7eb}.module-content .module-md-strong{font-weight:700;color:#f3f4f6}.module-content .module-md-em{font-style:italic;color:#d1d5db}.module-sidebar-right{width:320px;flex-shrink:0;background:#1e1f28;border-left:1px solid #2d2e36;padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.module-quiz-wrap{position:relative}.module-quiz-wrap--locked .module-quiz-card{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.module-quiz-locked-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#1e1f28d9;border-radius:12px;z-index:1}.module-quiz-locked-message{margin:0;font-size:.9rem;font-weight:500;color:#9ca3af;text-align:center;line-height:1.45}.module-quiz-card{background:#25262e;border:1px solid #3f4048;border-radius:12px;padding:1.25rem}.module-quiz-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#9ca3af}.module-quiz-title svg{width:16px;height:16px;color:#fbbf24}.module-quiz-question{margin:0 0 .75rem;font-size:.9rem;color:#d1d5db;line-height:1.45}.module-quiz-question code{font-size:.85em;padding:.1em .3em;background:#1e1f28;border-radius:4px;color:#93c5fd}.module-quiz-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.module-quiz-option{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;background:#1e1f28;border:1px solid #2d2e36;border-radius:8px;font-size:.85rem;color:#d1d5db;cursor:pointer;transition:border-color .2s,background .2s}.module-quiz-option:hover{border-color:#3f4048;background:#25262e}.module-quiz-option input{accent-color:#3366ff}.module-quiz-submit{width:100%;padding:.65rem;font-size:.9rem;font-weight:600;color:#fff;background:#36f;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.module-quiz-submit:hover{background:#2952cc}.module-quiz-submit:disabled{opacity:.5;cursor:not-allowed}.module-quiz-confidence-wrap{margin-bottom:1rem}.module-quiz-confidence-label{display:block;margin-bottom:.5rem;font-size:.8rem;font-weight:500;color:#9ca3af}.module-quiz-confidence-label strong{color:#e5e7eb}.module-quiz-confidence-slider{width:100%;height:8px;-webkit-appearance:none;appearance:none;background:#2d2e36;border-radius:4px;outline:none}.module-quiz-confidence-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#36f;border-radius:50%;cursor:pointer;border:2px solid #1e1f28;box-shadow:0 0 0 1px #3f4048}.module-quiz-confidence-slider::-moz-range-thumb{width:20px;height:20px;background:#36f;border-radius:50%;cursor:pointer;border:2px solid #1e1f28;box-shadow:0 0 0 1px #3f4048}.module-quiz-intro{margin:0 0 1rem;font-size:.9rem;color:#9ca3af;line-height:1.45}.module-quiz-error{margin:0 0 .75rem;font-size:.85rem;color:#fca5a5}.module-quiz-no-questions,.module-quiz-no-options{margin:0 0 1rem;font-size:.9rem;color:#9ca3af}.module-quiz-meta{margin:0 0 .75rem;font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.03em}.module-quiz-type-hint{font-weight:500;color:#9ca3af}.module-quiz-subjective-wrap{margin-bottom:1rem;min-width:0}.module-quiz-textarea{box-sizing:border-box;width:100%;max-width:100%;padding:.75rem 1rem;font-size:.9rem;font-family:inherit;line-height:1.5;color:#e5e7eb;background:#1e1f28;border:1px solid #2d2e36;border-radius:8px;resize:vertical;min-height:100px}.module-quiz-textarea::placeholder{color:#6b7280}.module-quiz-textarea:focus{outline:none;border-color:#36f}.module-quiz-complete{margin:0;font-size:.95rem;font-weight:600;color:#22c55e}.module-quiz-result{margin-top:.25rem}.module-quiz-result-loading{margin:0;font-size:.9rem;color:#9ca3af}.module-quiz-result-title{margin:0 0 .75rem;font-size:.85rem;font-weight:700;color:#fff}.module-quiz-result-summary{display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#1e1f28;border-radius:8px}.module-quiz-result-stat{display:flex;flex-direction:column;gap:.2rem}.module-quiz-result-stat-value{font-size:1rem;font-weight:700;color:#36f}.module-quiz-result-stat-label{font-size:.7rem;color:#9ca3af}.module-quiz-result-scores{margin-bottom:1rem}.module-quiz-result-scores-label,.module-quiz-result-list-label{display:block;margin-bottom:.35rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#9ca3af}.module-quiz-result-scores-grid{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;color:#d1d5db}.module-quiz-result-list{margin-bottom:1rem}.module-quiz-result-list ul{margin:0;padding-left:1.25rem;font-size:.85rem;color:#d1d5db;line-height:1.5}.module-quiz-result-list li{margin-bottom:.25rem}.module-quiz-result-questions{margin-bottom:0}.module-quiz-result-q{padding:.6rem 0;border-bottom:1px solid #2d2e36;font-size:.8rem}.module-quiz-result-q:last-child{border-bottom:none}.module-quiz-result-q-meta{display:block;margin-bottom:.25rem;color:#9ca3af}.module-quiz-result-q-feedback{margin:0 0 .25rem;color:#d1d5db;line-height:1.4}.module-quiz-result-right{font-weight:600;color:#22c55e}.module-quiz-result-wrong{font-weight:600;color:#ef4444}.module-chat-card{flex:0 1 auto;min-height:280px;max-height:520px;display:flex;flex-direction:column;background:#25262e;border:1px solid #3f4048;border-radius:12px;padding:1rem;overflow:hidden}.module-chat-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#9ca3af}.module-chat-title svg{width:16px;height:16px}.module-chat-expand-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:auto;padding:0;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;transition:background .2s,color .2s}.module-chat-expand-btn:hover{background:#25262e;color:#fff}.module-chat-expand-btn svg{width:16px;height:16px}.module-chat-status{margin-left:.25rem;color:#22c55e;font-size:.5rem}.module-chat-messages{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.module-chat-msg{padding:.65rem .85rem;border-radius:10px;font-size:.85rem;line-height:1.45}.module-chat-msg--ai{background:#1e1f28;border:1px solid #2d2e36;align-self:flex-start}.module-chat-msg--user{background:#36f3;border:1px solid rgba(51,102,255,.3);align-self:flex-end;max-width:90%}.module-chat-msg-label{display:block;font-size:.7rem;font-weight:600;color:#9ca3af;margin-bottom:.25rem}.module-chat-msg p{margin:0 0 .25rem;color:#d1d5db}.module-chat-msg-time{font-size:.7rem;color:#6b7280}.module-chat-input-wrap{display:flex;align-items:center;gap:.5rem;padding:.35rem;background:#1e1f28;border:1px solid #2d2e36;border-radius:10px}.module-chat-input{flex:1;padding:.6rem .75rem;font-size:.9rem;color:#fff;background:transparent;border:none;outline:none}.module-chat-input::placeholder{color:#6b7280}.module-chat-send{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#36f;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background .2s}.module-chat-send:hover{background:#2952cc}.module-chat-send svg{width:18px;height:18px}.module-chat-follow-ups{margin-top:.75rem}.module-chat-follow-ups-label{display:block;margin-bottom:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.03em;color:#9ca3af}.module-chat-follow-up-btn{display:block;width:100%;margin-bottom:.4rem;padding:.5rem .75rem;font-size:.8rem;text-align:left;color:#93c5fd;background:#3366ff1f;border:1px solid rgba(51,102,255,.3);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.module-chat-follow-up-btn:hover:not(:disabled){background:#36f3;border-color:#3366ff80}.module-chat-follow-up-btn:disabled{opacity:.6;cursor:not-allowed}.module-chat-typing{margin:0;font-style:italic;color:#9ca3af}.module-chat-typing-dots span{display:inline-block;animation:module-chat-typing-bounce 1.4s ease-in-out infinite both}.module-chat-typing-dots span:nth-child(1){animation-delay:0s}.module-chat-typing-dots span:nth-child(2){animation-delay:.2s}.module-chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes module-chat-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.module-chat-error{margin:0 0 .5rem;font-size:.8rem;color:#fca5a5}.module-chat-disclaimer{margin:.5rem 0 0;font-size:.7rem;color:#6b7280}.module-chat-dialog-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.module-chat-dialog{width:100%;max-width:560px;max-height:calc(100vh - 4rem);display:flex;flex-direction:column;background:#1e1f28;border:1px solid #3f4048;border-radius:16px;box-shadow:0 20px 60px #0006;overflow:hidden}.module-chat-dialog-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:1rem 1.25rem;background:#25262e;border-bottom:1px solid #2d2e36}.module-chat-dialog-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.85rem;font-weight:700;letter-spacing:.05em;color:#e5e7eb}.module-chat-dialog-title svg{width:20px;height:20px;color:#9ca3af}.module-chat-dialog-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;transition:background .2s,color .2s}.module-chat-dialog-close:hover{background:#2d2e36;color:#fff}.module-chat-dialog-close svg{width:20px;height:20px}.module-chat-dialog-card{display:flex;flex-direction:column;flex:1;min-height:0;padding:1.25rem 1.5rem 1.5rem;background:#25262e}.module-chat-dialog-messages{flex:1;min-height:200px;max-height:50vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.module-chat-dialog-msg{padding:.9rem 1.1rem;font-size:.95rem;line-height:1.55}.module-chat-dialog-msg .module-chat-msg-label{font-size:.75rem;margin-bottom:.35rem}.module-chat-dialog-msg p{font-size:.95rem;line-height:1.55}.module-chat-dialog-msg .module-chat-msg-time{font-size:.75rem}.module-chat-dialog-input-wrap{padding:.5rem}.module-chat-dialog-input-wrap .module-chat-input{padding:.75rem 1rem;font-size:1rem}.module-chat-dialog-input-wrap .module-chat-send{width:44px;height:44px}.module-chat-dialog-input-wrap .module-chat-send svg{width:20px;height:20px}.module-chat-dialog-card .module-chat-disclaimer{margin-top:.75rem;font-size:.75rem}#root{min-height:100vh;width:100%}
