:root{--bg-dark:#0f172a;--bg-card:#1e293b;--bg-input:#334155;--primary:#6366f1;--primary-hover:#4f46e5;--accent:#ec4899;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#334155;--glass-bg:#1e293bb3;--glass-border:#ffffff1a;--glass-blur:12px;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 0 15px #6366f14d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 20px #6366f166}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{color:var(--text-main);background:#ffffff0d}.input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-main);input-outline:none;box-sizing:border-box;width:100%;padding:.5rem .75rem;transition:border-color .2s}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #6366f133}.badge{border-radius:var(--radius-full);text-transform:uppercase;padding:.125rem .625rem;font-size:.75rem;font-weight:600}.badge-easy{color:#4ade80;background:#22c55e33}.badge-medium{color:#facc15;background:#eab30833}.badge-hard{color:#f87171;background:#ef444433}.badge-extra{color:#c084fc;background:#a855f733}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-input);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.question-bank.svelte-1b5y8rm{background:#1e293b80;flex-direction:column;height:100%;display:flex;overflow:hidden}.header.svelte-1b5y8rm{border-bottom:1px solid var(--border);padding:1rem}h3.svelte-1b5y8rm{margin:0 0 1rem;font-size:1.1rem}.filters.svelte-1b5y8rm{flex-direction:column;gap:1rem;display:flex}.section-label.svelte-1b5y8rm{color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;display:block}.checkbox-row.svelte-1b5y8rm{gap:.75rem;display:flex}.checkbox-label.svelte-1b5y8rm{cursor:pointer;color:var(--text-muted);align-items:center;gap:.25rem;font-size:.85rem;display:flex}.checkbox-label.svelte-1b5y8rm:hover{color:var(--text-main)}.list-container.svelte-1b5y8rm{flex:1;padding:.5rem .5rem 2rem;overflow-y:auto}.list.svelte-1b5y8rm{flex-direction:column;gap:.5rem;display:flex}.part-group.svelte-1b5y8rm{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.part-header.svelte-1b5y8rm{color:var(--primary);text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e293bf2;padding:.5rem .25rem;font-size:.75rem;font-weight:700}.part-header.sticky.svelte-1b5y8rm{z-index:10;border-bottom:1px solid #ffffff0d;position:sticky;top:0}.topic-item.svelte-1b5y8rm{border-radius:var(--radius-md);cursor:pointer;background:#ffffff08;border:1px solid #0000;padding:.85rem;transition:all .2s}.topic-item.svelte-1b5y8rm:hover{border-color:var(--primary);background:#ffffff14}.topic-header.svelte-1b5y8rm{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.topic-name.svelte-1b5y8rm{color:var(--text-main);font-weight:600}.badge-part-small.svelte-1b5y8rm{background:var(--bg-input);color:var(--text-muted);padding:.1rem .4rem;font-size:.7rem}.topic-meta.svelte-1b5y8rm{color:var(--text-muted);font-size:.8rem}.loading.svelte-1b5y8rm,.empty.svelte-1b5y8rm{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.preview-panel.svelte-2fyd8o{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1e293b66,#0f172a99);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.placeholder.svelte-2fyd8o{text-align:center;color:var(--text-muted);margin:auto;padding:2rem}.placeholder.svelte-2fyd8o .icon:where(.svelte-2fyd8o){opacity:.5;margin-bottom:1rem;font-size:3rem}.content.svelte-2fyd8o{flex-direction:column;height:100%;min-height:0;display:flex}.header.svelte-2fyd8o{border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:1.5rem 1.5rem 1rem}.badge-part.svelte-2fyd8o{background:var(--primary);color:#fff;margin-bottom:.5rem;display:inline-block}.topic-title.svelte-2fyd8o{color:var(--text-main);margin:0;font-size:1.5rem}.body.svelte-2fyd8o{flex:1;padding:1rem 1.5rem 1.5rem;overflow-y:auto}.questions-list.svelte-2fyd8o{flex-direction:column;gap:.75rem;padding-bottom:2rem;display:flex}.question-card.svelte-2fyd8o{border-radius:var(--radius-md);background:#ffffff08;gap:1rem;padding:1rem;display:flex}.q-num.svelte-2fyd8o{width:24px;height:24px;color:var(--text-muted);background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.q-content.svelte-2fyd8o{flex:1}.q-text.svelte-2fyd8o{color:var(--text-main);margin:0;font-size:.95rem;line-height:1.4}.q-subs.svelte-2fyd8o{color:var(--text-muted);border-radius:var(--radius-sm);background:#0003;margin-top:.75rem;padding:.5rem;font-size:.85rem}.sub-label.svelte-2fyd8o{text-transform:uppercase;opacity:.8;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.sub-list.svelte-2fyd8o{margin:0;padding-left:1.2rem;list-style-type:disc}.bullet-points.svelte-2fyd8o{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff0d;margin-top:.75rem;padding:.75rem}.instruction.svelte-2fyd8o{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem;font-style:italic}.bullet-points.svelte-2fyd8o ul:where(.svelte-2fyd8o){color:var(--text-main);margin:0;padding-left:1.2rem;font-size:.9rem}.actions.svelte-2fyd8o{background:#0f172a33;border-top:1px solid #ffffff1a;flex-shrink:0;padding:1.5rem}.full-width.svelte-2fyd8o{width:100%;padding:.75rem;font-size:1rem}button.svelte-2fyd8o:disabled{background:var(--primary);opacity:.5;cursor:default}.session-plan.svelte-x6uatb{background:#0f172acc;flex-direction:column;height:100%;display:flex}.header.svelte-x6uatb{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}h3.svelte-x6uatb{margin:0;font-size:1.1rem}.count.svelte-x6uatb{color:var(--text-muted);font-size:.85rem}.plan-content.svelte-x6uatb{flex:1;padding:1rem 1rem 2rem;overflow-y:auto}.empty-state.svelte-x6uatb{text-align:center;color:var(--text-muted);margin-top:3rem}.hint.svelte-x6uatb{opacity:.7;font-size:.8rem}.part-section.svelte-x6uatb{margin-bottom:1.5rem}.part-header.svelte-x6uatb{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.plan-item.svelte-x6uatb{border-radius:var(--radius-sm);background:#ffffff08;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.item-name.svelte-x6uatb{flex:1;font-size:.9rem;font-weight:500}.item-meta.svelte-x6uatb{color:var(--text-muted);font-size:.8rem}.btn-remove.svelte-x6uatb{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.2rem;line-height:1}.btn-remove.svelte-x6uatb:hover{color:#ef4444}.footer.svelte-x6uatb{border-top:1px solid var(--border);background:#0f172a80;flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 2rem;display:flex}.input-sm.svelte-x6uatb{box-sizing:border-box;width:100%;padding:.6rem;font-size:.9rem}.full-width.svelte-x6uatb{width:100%;padding:.85rem;font-size:1rem}.glow.svelte-x6uatb{box-shadow:0 0 20px #6366f166}.video-panel.svelte-1vprhwp{border-radius:inherit;box-sizing:border-box;background:#050d1a;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.video-grid.svelte-1vprhwp{background:#050d1a;flex:1;min-height:0;position:relative}.video-tile.svelte-1vprhwp{background:#111827;position:absolute;inset:0}.video-el.svelte-1vprhwp{object-fit:cover;width:100%;height:100%;display:block}.remote-tile.svelte-1vprhwp{border-radius:0;position:absolute;inset:0}.local-pip.svelte-1vprhwp{z-index:5;border:2px solid #fff3;border-radius:8px;width:130px;height:90px;position:absolute;bottom:10px;right:10px;overflow:hidden;box-shadow:0 4px 16px #00000080}.video-grid.svelte-1vprhwp:not(.has-remote) .local-pip:where(.svelte-1vprhwp){width:100%;height:100%;box-shadow:none;border:none;border-radius:0;inset:0}.waiting-tile.svelte-1vprhwp{color:#ffffff59;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.88rem;display:flex;position:absolute;inset:0}.waiting-tile.svelte-1vprhwp p:where(.svelte-1vprhwp){margin:0}.waiting-icon.svelte-1vprhwp{opacity:.4;font-size:2rem}.peer-label.svelte-1vprhwp{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;border-radius:4px;padding:.15rem .5rem;font-size:.72rem;position:absolute;bottom:8px;left:10px}.no-video-avatar.svelte-1vprhwp{color:#fff6;background:#1e293b;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex;position:absolute;inset:0}.controls-bar.svelte-1vprhwp{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;gap:.75rem;padding:.55rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ctrl-btn.svelte-1vprhwp{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.82rem;transition:all .15s;display:flex}.ctrl-btn.svelte-1vprhwp:hover{background:#ffffff2e}.ctrl-btn.active.svelte-1vprhwp{background:#ef44444d;border-color:#ef444466}.ctrl-btn.end.svelte-1vprhwp{background:#ef444433;border-color:#ef444466}.ctrl-btn.end.svelte-1vprhwp:hover{background:#ef444473}.auth-container.svelte-e0s7ou{border:1px solid var(--border);border-radius:var(--radius-lg);background:#0f172acc;max-width:400px;margin:4rem auto;padding:2rem}h2.svelte-e0s7ou{text-align:center;margin-bottom:1.5rem}.form-group.svelte-e0s7ou{margin-bottom:1rem}.form-group.svelte-e0s7ou label:where(.svelte-e0s7ou){color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;display:block}.form-group.svelte-e0s7ou input:where(.svelte-e0s7ou),.form-group.svelte-e0s7ou select:where(.svelte-e0s7ou){box-sizing:border-box;border:1px solid var(--border);color:#fff;border-radius:var(--radius-sm);background:#0003;width:100%;padding:.75rem}.full-width.svelte-e0s7ou{width:100%;margin-top:1rem}.error-box.svelte-e0s7ou{color:#fca5a5;border-radius:var(--radius-sm);background:#ef444433;border:1px solid #ef444480;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.toggle.svelte-e0s7ou{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.btn-link.svelte-e0s7ou{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.rm-backdrop.svelte-1q6hpi8{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;animation:.18s svelte-1q6hpi8-rm-fadein;display:flex;position:fixed;inset:0}@keyframes svelte-1q6hpi8-rm-fadein{0%{opacity:0}to{opacity:1}}.rm-modal.svelte-1q6hpi8{background:#141c2e;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:min(840px,94vw);height:85vh;animation:.22s svelte-1q6hpi8-rm-slidein;display:flex;overflow:hidden;box-shadow:0 24px 80px #0009}@keyframes svelte-1q6hpi8-rm-slidein{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.rm-header.svelte-1q6hpi8{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem .85rem;display:flex}.rm-title.svelte-1q6hpi8{letter-spacing:.01em;color:#e2e8f0;font-size:1rem;font-weight:700}.rm-close.svelte-1q6hpi8{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.3rem;transition:color .15s,background .15s;display:flex}.rm-close.svelte-1q6hpi8:hover{color:#e2e8f0;background:#ffffff12}.rm-center.svelte-1q6hpi8{color:#64748b;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;font-size:.9rem;display:flex}.rm-error.svelte-1q6hpi8{color:#f87171}.rm-muted.svelte-1q6hpi8{color:#475569}.rm-spinner.svelte-1q6hpi8,.rm-spinner-xs.svelte-1q6hpi8{border:2px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;flex-shrink:0;animation:.7s linear infinite svelte-1q6hpi8-spin}.rm-spinner.svelte-1q6hpi8{width:20px;height:20px}.rm-spinner-xs.svelte-1q6hpi8{border-width:1.5px;width:14px;height:14px}@keyframes svelte-1q6hpi8-spin{to{transform:rotate(360deg)}}.rm-part-tabs.svelte-1q6hpi8{border-bottom:1px solid #ffffff12;flex-shrink:0;padding:0 .5rem;display:flex}.rm-part-tab.svelte-1q6hpi8{color:#64748b;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.65rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.rm-part-tab.svelte-1q6hpi8:hover{color:#94a3b8}.rm-part-tab.active.svelte-1q6hpi8{color:#fff;border-bottom-color:#6366f1}.rm-q-list.svelte-1q6hpi8{flex-direction:column;flex:1;gap:.6rem;padding:.85rem 1.25rem;display:flex;overflow-y:auto}.rm-q-item.svelte-1q6hpi8{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:.85rem 1rem;transition:all .15s}.rm-q-item.svelte-1q6hpi8:hover{background:#ffffff0f;border-color:#6366f14d}.rm-q-item.rm-q-item-active.svelte-1q6hpi8{background:#6366f126;border-color:#6366f180}.rm-q-item-header.svelte-1q6hpi8{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.rm-q-badge.svelte-1q6hpi8{color:#fff;background:#4f46e5;border-radius:4px;padding:.15rem .4rem;font-size:.72rem;font-weight:700;display:inline-block}.rm-q-badge-fu.svelte-1q6hpi8{color:#a5b4fc;background:#6366f140}.rm-q-time.svelte-1q6hpi8{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:.75rem}.rm-q-time-group.svelte-1q6hpi8{align-items:center;gap:.6rem;display:flex}.rm-q-text-body.svelte-1q6hpi8{color:#e2e8f0;margin:0;font-size:.95rem;line-height:1.45}.rm-q-notes.svelte-1q6hpi8{border-top:1px dashed #ffffff0d;flex-direction:column;gap:.4rem;margin-top:.75rem;padding-top:.75rem;display:flex}.rm-q-note-item.svelte-1q6hpi8{background:#facc1514;border-left:2px solid #facc1599;border-radius:4px;padding:.35rem .6rem}.rm-q-note-text.svelte-1q6hpi8{color:#fef3c7;font-size:.8rem;line-height:1.35}.rm-empty-list.svelte-1q6hpi8{text-align:center;padding:2rem 1rem}.rm-player.svelte-1q6hpi8{border-top:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.9rem;padding:1rem 1.25rem 1.25rem;display:flex}.rm-play-btn.svelte-1q6hpi8{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex;box-shadow:0 4px 16px #4f46e573}.rm-play-btn.svelte-1q6hpi8:hover{background:#6366f1;transform:scale(1.06)}.rm-play-btn.svelte-1q6hpi8:active{transform:scale(.96)}.rm-waveform-bar.svelte-1q6hpi8{cursor:pointer;background:#ffffff0f;border-radius:8px;flex:1;height:38px;transition:background .15s;position:relative;overflow:visible}.rm-waveform-bar.svelte-1q6hpi8:hover{background:#ffffff17}.rm-waveform-loader.svelte-1q6hpi8{color:#fff6;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:flex;position:absolute;inset:0}.rm-waveform-bars.svelte-1q6hpi8{pointer-events:none;align-items:center;gap:2px;padding:0 4px;display:flex;position:absolute;inset:0}.rm-wave-bar.svelte-1q6hpi8{background:#ffffff26;border-radius:2px;flex:1;max-width:3px;min-height:4px;transition:background .1s}.rm-wave-bar.rm-wave-active.svelte-1q6hpi8{background:#818cf8}.rm-prep-highlight.svelte-1q6hpi8{pointer-events:none;background:#f59e0b33;border-radius:4px;position:absolute;top:0;bottom:0}.rm-progress-fill.svelte-1q6hpi8{pointer-events:none;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:8px;transition:width .1s linear;position:absolute;top:0;bottom:0;left:0}.rm-part-marker.svelte-1q6hpi8{pointer-events:none;background:#ffffff40;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.rm-q-marker.svelte-1q6hpi8{cursor:pointer;z-index:2;background:#818cf8;border-radius:2px;width:3px;transition:background .15s,top .15s,bottom .15s;position:absolute;top:4px;bottom:4px;transform:translate(-50%)}.rm-q-marker.svelte-1q6hpi8:hover{background:#fff;top:1px;bottom:1px}.rm-q-marker.rm-q-marker-fu.svelte-1q6hpi8{opacity:.7;background:#6366f1;width:2px}.rm-time.svelte-1q6hpi8{font-variant-numeric:tabular-nums;color:#64748b;white-space:nowrap;text-align:right;flex-shrink:0;min-width:7ch;font-size:.78rem}.mr-sm{margin-right:.25rem}.dashboard.svelte-lztlh0{flex-direction:column;gap:2rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.greeting.svelte-lztlh0{align-items:center;gap:1rem;display:flex}.avatar.svelte-lztlh0{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 0 20px #6366f159}.greeting.svelte-lztlh0 h2:where(.svelte-lztlh0){margin:0;font-size:1.5rem;font-weight:700}.greeting.svelte-lztlh0 p:where(.svelte-lztlh0){color:var(--text-muted,#94a3b8);margin:.2rem 0 0;font-size:.9rem}.card.svelte-lztlh0{background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;padding:1.5rem}.invite-card.svelte-lztlh0{flex-direction:column;gap:1rem;display:flex}.card-header.svelte-lztlh0{align-items:flex-start;gap:1rem;display:flex}.card-icon.svelte-lztlh0{font-size:1.5rem}.input-row.svelte-lztlh0{gap:.75rem;display:flex}.alert-error.svelte-lztlh0{color:#fca5a5;background:#ef44441f;border:1px solid #ef444440;border-radius:8px;padding:.6rem .85rem;font-size:.85rem}.section-header.svelte-lztlh0{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header.svelte-lztlh0 h3:where(.svelte-lztlh0){margin:0;font-size:1.1rem;font-weight:700}.loading-grid.svelte-lztlh0{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.session-skeleton.svelte-lztlh0{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/200% 100%;border-radius:12px;height:180px;animation:1.5s infinite svelte-lztlh0-shimmer}@keyframes svelte-lztlh0-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state.svelte-lztlh0{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;display:flex}.empty-icon.svelte-lztlh0{font-size:3rem}.muted.svelte-lztlh0{color:var(--text-muted,#94a3b8);font-size:.85rem}.sessions-grid.svelte-lztlh0{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.session-card.svelte-lztlh0{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;transition:border-color .2s;display:flex}.session-card.svelte-lztlh0:hover{border-color:#6366f14d}.sc-head.svelte-lztlh0{justify-content:space-between;align-items:center;display:flex}.sc-id.svelte-lztlh0{font-size:.95rem;font-weight:700}.status-badge.svelte-lztlh0{text-transform:uppercase;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.status-scheduled.svelte-lztlh0{color:#fde047;background:#facc151f}.status-live.svelte-lztlh0{color:#4ade80;background:#4ade801f}.status-done.svelte-lztlh0{color:#94a3b8;background:#94a3b81a}.status-cancelled.svelte-lztlh0{color:#fca5a5;background:#ef44441a}.sc-meta.svelte-lztlh0{flex-direction:column;gap:.4rem;display:flex}.meta-row.svelte-lztlh0{color:var(--text-muted,#94a3b8);align-items:center;gap:.5rem;font-size:.83rem;display:flex}.meta-icon.svelte-lztlh0{font-size:.9rem}.invite-copy-btn.svelte-lztlh0{color:#a5b4fc;cursor:pointer;background:#6366f11f;border:1px solid #6366f159;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.6rem 1rem;font-size:.88rem;font-weight:600;transition:all .15s;display:flex}.invite-copy-btn.svelte-lztlh0:hover{color:#c7d2fe;background:#6366f138;border-color:#6366f18c}.invite-copy-btn-copied.svelte-lztlh0{color:#6ee7b7;background:#10b98126;border-color:#10b98166}.invite-copy-btn-copied.svelte-lztlh0:hover{color:#6ee7b7;background:#10b98138}.invite-url-preview.svelte-lztlh0{color:#94a3b899;word-break:break-all;padding:.3rem .1rem 0;font-family:monospace;font-size:.72rem}.sc-actions.svelte-lztlh0{margin-top:auto}.sc-actions.svelte-lztlh0 .btn:where(.svelte-lztlh0){text-align:center;width:100%}.btn-success.svelte-lztlh0{color:#6ee7b7;cursor:pointer;background:#10b98126;border:1px solid #10b9814d;border-radius:8px;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.btn-success.svelte-lztlh0:hover{background:#10b98147}.btn-feedback.svelte-lztlh0{color:#a5b4fc;cursor:pointer;background:#6366f126;border:1px solid #6366f14d;border-radius:8px;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.btn-feedback.svelte-lztlh0:hover{background:#6366f147}.result-summary.svelte-lztlh0{background:#6366f10f;border:1px solid #6366f126;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.result-band-badge.svelte-lztlh0{color:#a5b4fc;font-size:1.1rem;font-weight:800}.result-overall-feedback.svelte-lztlh0{color:#e2e8f0;margin-bottom:.25rem;font-size:.85rem;font-style:italic}.result-scores.svelte-lztlh0{flex-direction:column;gap:.25rem;display:flex}.score-row.svelte-lztlh0{justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.score-label.svelte-lztlh0{color:#94a3b8}.score-band.svelte-lztlh0{color:#e2e8f0;font-weight:700}.result-actions.svelte-lztlh0{gap:.5rem;display:flex}.awaiting-results.svelte-lztlh0{color:#64748b;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.82rem;display:flex}.await-dot.svelte-lztlh0{background:#64748b;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite svelte-lztlh0-await-pulse}@keyframes svelte-lztlh0-await-pulse{0%,to{opacity:.3}50%{opacity:1}}.btn-sm.svelte-lztlh0{border-radius:6px;padding:.4rem .75rem;font-size:.8rem}.sc-actions-row.svelte-lztlh0{flex-wrap:wrap;gap:.5rem;display:flex}.modal-backdrop.svelte-lztlh0{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;animation:.2s svelte-lztlh0-fadein;display:flex;position:fixed;inset:0}@keyframes svelte-lztlh0-fadein{0%{opacity:0}to{opacity:1}}.modal-card.svelte-lztlh0{background:#10172a;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;animation:.2s svelte-lztlh0-slideup;box-shadow:0 10px 40px #00000080}@keyframes svelte-lztlh0-slideup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header.svelte-lztlh0{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.modal-header.svelte-lztlh0 h3:where(.svelte-lztlh0){margin:0;font-size:1.1rem}.modal-close.svelte-lztlh0{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.2rem;transition:color .2s}.modal-close.svelte-lztlh0:hover{color:#fff}.modal-body.svelte-lztlh0{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.form-group.svelte-lztlh0{flex-direction:column;gap:.4rem;display:flex}.form-group.svelte-lztlh0 label:where(.svelte-lztlh0){color:#cbd5e1;font-size:.85rem;font-weight:500}.fluid-input.svelte-lztlh0{box-sizing:border-box;color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;width:100%;padding:.7rem .85rem;font-size:.9rem;transition:all .2s}.fluid-input.svelte-lztlh0:focus{background:#ffffff14;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.input-wrapper.svelte-lztlh0{align-items:center;display:flex;position:relative}.input-icon{color:#64748b;pointer-events:none;position:absolute;left:.85rem}.has-icon.svelte-lztlh0{padding-left:2.5rem}.custom-select.svelte-lztlh0{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.custom-select.svelte-lztlh0 option:where(.svelte-lztlh0){color:#fff;background:#1e293b}input[type=datetime-local].svelte-lztlh0::-webkit-calendar-picker-indicator{filter:invert(.6)sepia()saturate(5)hue-rotate(175deg);cursor:pointer}.or-divider.svelte-lztlh0{text-align:center;color:#64748b;align-items:center;margin:.5rem 0;font-size:.75rem;display:flex}.or-divider.svelte-lztlh0:before,.or-divider.svelte-lztlh0:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.or-divider.svelte-lztlh0 span:where(.svelte-lztlh0){padding:0 .75rem}.btn-outline.svelte-lztlh0{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:.65rem;font-weight:500;transition:all .2s}.btn-outline.svelte-lztlh0:hover{background:#ffffff0d;border-color:#ffffff4d}.full-w.svelte-lztlh0{width:100%}.result-badge-inline.svelte-lztlh0{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:.25rem;padding:.4rem .75rem;font-size:.82rem;font-weight:700;display:flex}.feedback-modal.svelte-lztlh0{flex-direction:column;max-width:520px;max-height:90vh;display:flex}.feedback-body.svelte-lztlh0{padding:1.5rem;overflow-y:auto}.feedback-hero.svelte-lztlh0{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.fb-overall-ring.svelte-lztlh0{background:#6366f11a;border:3px solid #6366f1;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:flex;box-shadow:0 0 20px #6366f14d}.fb-overall-num.svelte-lztlh0{color:#fff;font-size:1.75rem;font-weight:900;line-height:1}.fb-overall-label.svelte-lztlh0{text-transform:uppercase;color:#a5b4fc;letter-spacing:.05em;font-size:.65rem;font-weight:700}.fb-hero-msg.svelte-lztlh0{color:#94a3b8;margin:0;font-size:.9rem}.fb-section.svelte-lztlh0{margin-bottom:1.5rem}.fb-section-label.svelte-lztlh0{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin-bottom:.6rem;font-size:.75rem;font-weight:800;display:block}.fb-text-card.svelte-lztlh0{color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:.85rem 1rem;font-size:.88rem;line-height:1.5}.fb-text-card.holistic.svelte-lztlh0{background:#6366f10d;border-color:#6366f126;font-style:italic}.fb-grid.svelte-lztlh0{flex-direction:column;gap:1.25rem;display:flex}.fb-item-head.svelte-lztlh0{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.fb-crit-name.svelte-lztlh0{color:#cbd5e1;font-size:.85rem;font-weight:700}.fb-crit-band.svelte-lztlh0{color:#a5b4fc;font-size:.85rem;font-weight:800}.modal-actions.svelte-lztlh0{background:#0000001a;border-top:1px solid #ffffff14;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.header-actions.svelte-lztlh0{align-items:center;gap:.75rem;display:flex}@media (width<=600px){.hide-mobile.svelte-lztlh0{display:none}}.session-layout.svelte-r88nzp{grid-template-columns:270px 1fr 300px;gap:.75rem;height:100%;display:grid;overflow:hidden}.col-questions.svelte-r88nzp{border-radius:var(--radius-md,12px);background:#0f172ae6;flex-direction:column;height:100%;display:flex;overflow:hidden}.panel-header.svelte-r88nzp{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.panel-header.svelte-r88nzp h3:where(.svelte-r88nzp){letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.9rem;font-weight:700}.part-tabs.svelte-r88nzp{border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.part-tab.svelte-r88nzp{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.3rem;padding:.55rem 0;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.part-tab.svelte-r88nzp:disabled{cursor:default;opacity:.4}.part-tab.svelte-r88nzp:not(:disabled):hover{color:#fff;background:#ffffff0a}.part-tab.active.svelte-r88nzp{color:#fff;border-bottom-color:var(--primary)}.part-tab.done.svelte-r88nzp{color:#10b981}.dot-done.svelte-r88nzp{font-size:.65rem}.start-part-area.svelte-r88nzp{flex-shrink:0;padding:.75rem}.start-part-area-hero.svelte-r88nzp{padding:0}.begin-cta.svelte-r88nzp{text-align:center;border-bottom:1px solid var(--border,#ffffff12);flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem 1rem;display:flex}.begin-cta-icon.svelte-r88nzp{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.25rem;display:flex}.begin-cta-title.svelte-r88nzp{color:#e2e8f0;margin:0;font-size:.9rem;font-weight:700}.begin-cta-sub.svelte-r88nzp{color:#94a3b8;max-width:200px;margin:0;font-size:.75rem;line-height:1.45}.begin-cta-btn.svelte-r88nzp{margin-top:.5rem}.starting-spinner.svelte-r88nzp{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite svelte-r88nzp-spin-up}@keyframes svelte-r88nzp-spin-up{to{transform:rotate(360deg)}}.q-active-badge.svelte-r88nzp{text-transform:uppercase;letter-spacing:.04em;color:#4ade80;background:#4ade8026;border:1px solid #4ade804d;border-radius:999px;padding:.1rem .45rem;font-size:.62rem;font-weight:700}.full-w.svelte-r88nzp{width:100%}.q-list-subheader.svelte-r88nzp{flex-shrink:0;justify-content:space-between;align-items:center;padding:.4rem .75rem;display:flex}.q-list-subheader.svelte-r88nzp span:where(.svelte-r88nzp){text-transform:uppercase;color:var(--primary);letter-spacing:.06em;font-size:.72rem;font-weight:700}.q-list.svelte-r88nzp{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.q-list.svelte-r88nzp li:where(.svelte-r88nzp){cursor:default;border-bottom:1px solid #ffffff09;align-items:flex-start;gap:.5rem;padding:.7rem .85rem;transition:background .12s;display:flex}.q-list.svelte-r88nzp li:where(.svelte-r88nzp):hover{background:#ffffff0a}.q-list.svelte-r88nzp li.asked:where(.svelte-r88nzp){opacity:.4}.q-list.svelte-r88nzp li.current-q:where(.svelte-r88nzp){border-left:3px solid var(--primary);background:#6366f11f}.q-text.svelte-r88nzp{color:var(--text-main);flex:1;margin:0;font-size:.83rem;line-height:1.45}.ask-btn.svelte-r88nzp{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;flex-shrink:0;min-width:44px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;transition:opacity .15s}.ask-btn.svelte-r88nzp:disabled{border:1px solid var(--border);color:var(--text-muted);cursor:default;opacity:.5;background:0 0}.list-placeholder.svelte-r88nzp{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:.85rem}.error-strip.svelte-r88nzp{color:#fca5a5;border-radius:var(--radius-sm);background:#ef444426;border:1px solid #ef44444d;flex-shrink:0;justify-content:space-between;margin:.5rem;padding:.5rem .75rem;font-size:.82rem;display:flex}.error-strip.svelte-r88nzp button:where(.svelte-r88nzp){color:#fca5a5;cursor:pointer;background:0 0;border:none}.col-center.svelte-r88nzp{flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.video-wrapper.svelte-r88nzp{border-radius:var(--radius-md,12px);flex:1;min-height:0;position:relative;overflow:hidden}.video-layer.svelte-r88nzp{position:absolute;inset:0}.q-overlay.svelte-r88nzp{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#0000 0%,#050814e0 30%,#050814f5 100%);padding:1rem 1.1rem .85rem;animation:.25s both svelte-r88nzp-fade-up;position:absolute;bottom:52px;left:0;right:0}@keyframes svelte-r88nzp-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.q-overlay-meta.svelte-r88nzp{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.55rem;display:flex}.q-badge-part.svelte-r88nzp{text-transform:uppercase;color:#a5b4fc;letter-spacing:.04em;background:#6366f140;border-radius:999px;padding:.1rem .5rem;font-size:.65rem;font-weight:800}.q-badge-num.svelte-r88nzp{color:#fff9;background:#ffffff1a;border-radius:999px;padding:.1rem .5rem;font-size:.65rem;font-weight:700}.q-badge-topic.svelte-r88nzp{color:#ffffff73;font-size:.68rem}.badge-prep.svelte-r88nzp{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b4d;border-radius:999px;padding:.13rem .45rem;font-size:.62rem;font-weight:700}.end-q-pill.svelte-r88nzp{color:#fca5a5;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:700;transition:all .15s}.end-q-pill.svelte-r88nzp:hover{background:#ef444447}.q-overlay-text.svelte-r88nzp{color:#fff;margin:0 0 .55rem;font-size:1.05rem;font-weight:700;line-height:1.45}.q-overlay-bullets.svelte-r88nzp{color:#ffffffa6;margin:0 0 .55rem;padding-left:1.3rem;font-size:.85rem;list-style:outside}.fu-overlay-row.svelte-r88nzp{flex-wrap:wrap;gap:.4rem;margin-bottom:.55rem;display:flex}.fu-chip.svelte-r88nzp{color:#ffffffbf;cursor:pointer;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s}.fu-chip.svelte-r88nzp:not(:disabled):hover{color:#a5b4fc;background:#6366f133;border-color:#6366f166}.fu-chip.fu-chip-done.svelte-r88nzp{opacity:.4;cursor:default;text-decoration:line-through}.note-section.svelte-r88nzp{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem;display:flex}.note-list.svelte-r88nzp{flex-direction:column;gap:.35rem;max-height:120px;display:flex;overflow-y:auto}.note-item.svelte-r88nzp{background:#facc151a;border-left:2px solid #fde68a;border-radius:4px;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.35rem .5rem;display:flex}.note-text.svelte-r88nzp{color:#fef3c7;word-break:break-word;font-size:.82rem;line-height:1.3}.note-del-btn.svelte-r88nzp{color:#facc1580;cursor:pointer;background:0 0;border:none;align-items:center;padding:.1rem;transition:color .15s;display:flex}.note-del-btn.svelte-r88nzp:hover{color:#ef4444}.note-input-row.svelte-r88nzp{align-items:center;gap:.4rem;display:flex}.note-input.svelte-r88nzp{color:#fff;background:#ffffff12;border:1px solid #ffffff1f;border-radius:6px;outline:none;flex:1;padding:.4rem .6rem;font-size:.82rem;transition:border-color .15s}.note-input.svelte-r88nzp:focus{background:#ffffff1a;border-color:#facc1566}.note-input.svelte-r88nzp::placeholder{color:#ffffff4d}.btn-add-note.svelte-r88nzp{color:#fde68a;cursor:pointer;background:#facc1526;border:1px solid #facc154d;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.btn-add-note.svelte-r88nzp:not(:disabled):hover{background:#facc1540}.btn-add-note.svelte-r88nzp:disabled{opacity:.5;cursor:default}.overlay-idle.svelte-r88nzp{color:#ffffff80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap;background:#0000008c;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .85rem;font-size:.8rem;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.idle-dot.svelte-r88nzp{background:#ffffff4d;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite svelte-r88nzp-pulse}@keyframes svelte-r88nzp-pulse{0%,to{opacity:.3}50%{opacity:1}}.col-right.svelte-r88nzp{border-radius:var(--radius-md,12px);height:100%;overflow:hidden}.record-header.svelte-r88nzp{align-items:center;gap:1rem;padding-bottom:.75rem;display:flex}.btn-record.svelte-r88nzp{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.btn-record.play-rec.svelte-r88nzp{color:#a5b4fc;background:#6366f126;border:1px solid #6366f166}.btn-record.play-rec.svelte-r88nzp:hover{color:#c7d2fe;background:#6366f147}.upload-overlay.svelte-r88nzp{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:900;background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.upload-card.svelte-r88nzp{background:#141c2e;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:.9rem;padding:2.5rem 3rem;display:flex;box-shadow:0 24px 80px #0009}.upload-spinner.svelte-r88nzp{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite svelte-r88nzp-spin-upload}@keyframes svelte-r88nzp-spin-upload{to{transform:rotate(360deg)}}.upload-label.svelte-r88nzp{color:#e2e8f0;margin:0;font-size:1rem;font-weight:600}.upload-sub.svelte-r88nzp{color:#64748b;margin:0;font-size:.82rem}.upload-error-bar.svelte-r88nzp{color:#fca5a5;z-index:800;white-space:nowrap;background:#1e0f0ff2;border:1px solid #ef444473;border-radius:10px;align-items:center;gap:1rem;padding:.65rem 1rem;font-size:.85rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #00000080}.btn-retry.svelte-r88nzp{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef444466;border-radius:6px;padding:.3rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s}.btn-retry.svelte-r88nzp:hover{background:#ef444459}.upload-inline-spinner.svelte-r88nzp{border:2px solid #ffffff26;border-top-color:#6366f1;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite svelte-r88nzp-spin-upload;display:inline-block}.rec-indicator.svelte-r88nzp{color:#ef4444;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.pulse-dot.svelte-r88nzp{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite svelte-r88nzp-pulse-red}@keyframes svelte-r88nzp-pulse-red{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.cs-root.svelte-10k1ga5{border-radius:var(--radius-md,12px);background:#050d1a;width:100%;height:100%;max-height:100dvh;position:relative;overflow:hidden}.cs-video-layer.svelte-10k1ga5{z-index:0;position:absolute;inset:0}.overlay.svelte-10k1ga5{z-index:10;position:absolute}.overlay-bottom.svelte-10k1ga5{-webkit-backdrop-filter:blur(20px);background:#050d1ae0;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;gap:.55rem;width:min(90%,640px);padding:1.1rem 1.4rem 1rem;animation:.28s cubic-bezier(.16,1,.3,1) both svelte-10k1ga5-slide-up;display:flex;bottom:60px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000080}@keyframes svelte-10k1ga5-slide-up{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.overlay-pill.svelte-10k1ga5{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffff80;white-space:nowrap;background:#0000008c;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .9rem;font-size:.75rem;display:flex;bottom:60px;left:50%;transform:translate(-50%)}.q-meta.svelte-10k1ga5{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.badge-part.svelte-10k1ga5{text-transform:uppercase;letter-spacing:.05em;color:#c4b5fd;background:#6366f14d;border-radius:999px;padding:.13rem .45rem;font-size:.62rem;font-weight:700}.badge-prep.svelte-10k1ga5{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b4d;border-radius:999px;padding:.13rem .45rem;font-size:.62rem;font-weight:700}.q-text.svelte-10k1ga5{color:#fff;text-shadow:0 1px 6px #0009;margin:0;font-size:1.25rem;font-weight:700;line-height:1.4}.bullets.svelte-10k1ga5{color:#ffffffb3;margin:0;padding-left:1.3rem;font-size:.85rem;list-style:outside}.prep-bar.svelte-10k1ga5{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:10px;align-items:center;gap:.8rem;margin-top:.25rem;padding:.75rem 1rem;display:flex}.prep-timer-ring.svelte-10k1ga5{border:3px solid #f59e0b4d;border-top-color:#f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;animation:2s linear infinite svelte-10k1ga5-spin;display:flex;position:relative}.prep-timer-num.svelte-10k1ga5{color:#fcd34d;font-size:.8rem;font-weight:800;animation:2s linear infinite svelte-10k1ga5-spin-reverse;position:absolute}@keyframes svelte-10k1ga5-spin{to{transform:rotate(360deg)}}@keyframes svelte-10k1ga5-spin-reverse{to{transform:rotate(-360deg)}}.prep-hint.svelte-10k1ga5{flex-direction:column;gap:.15rem;display:flex}.prep-title.svelte-10k1ga5{color:#fcd34d;font-size:.85rem;font-weight:700}.prep-sub.svelte-10k1ga5{color:#fcd34db3;font-size:.72rem}.speak-bar.svelte-10k1ga5{color:#4ade80;align-items:center;gap:.45rem;margin-top:.25rem;font-size:.72rem;font-weight:600;display:flex}.pulse.svelte-10k1ga5{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite svelte-10k1ga5-pulse-anim;display:inline-block}.wait-dot.svelte-10k1ga5{background:#ffffff4d;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s ease-in-out infinite svelte-10k1ga5-pulse-anim;display:inline-block}@keyframes svelte-10k1ga5-pulse-anim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.8)}}@media (width<=640px){.overlay-bottom.svelte-10k1ga5{gap:.4rem;width:92%;padding:.85rem 1rem .8rem;bottom:52px}.q-text.svelte-10k1ga5{font-size:1.05rem}.overlay-pill.svelte-10k1ga5{white-space:normal;text-align:center;max-width:92%;padding:.28rem .75rem;font-size:.7rem;bottom:52px}.prep-bar.svelte-10k1ga5{gap:.6rem;padding:.6rem .75rem}}.scoring-panel.svelte-x5h5un{border-radius:var(--radius-md,12px);box-sizing:border-box;background:#0a0e1cf5;border:1px solid #ffffff12;flex-direction:column;height:100%;display:flex;overflow:hidden}.sp-header.svelte-x5h5un{border-bottom:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:.65rem;padding:.85rem 1rem .7rem;display:flex}.sp-title-row.svelte-x5h5un{justify-content:space-between;align-items:center;display:flex}.sp-title.svelte-x5h5un{text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;font-size:.72rem;font-weight:800}.released-pill.svelte-x5h5un{color:#34d399;background:#34d3991a;border:1px solid #34d39940;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:flex}.saving-indicator.svelte-x5h5un{color:#ffffff80;font-size:.65rem;font-style:italic;font-weight:600}.overall-display.svelte-x5h5un{align-items:center;gap:.85rem;display:flex}.overall-ring.svelte-x5h5un{background:conic-gradient(var(--oc) 0%, #ffffff0f 0%);width:54px;height:54px;box-shadow:0 0 16px color-mix(in srgb, var(--oc) 35%, transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:box-shadow .3s;display:flex;position:relative}.overall-ring.svelte-x5h5un:before{content:"";background:#0a0e1cfa;border-radius:50%;position:absolute;inset:5px}.overall-num.svelte-x5h5un{z-index:1;color:#fff;letter-spacing:-.03em;font-size:1.25rem;font-weight:900;position:relative}.overall-info.svelte-x5h5un{flex-direction:column;gap:.1rem;display:flex}.overall-label.svelte-x5h5un{color:#ffffff59;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.overall-sublabel.svelte-x5h5un{font-size:.88rem;font-weight:700;transition:color .25s}.sp-error.svelte-x5h5un{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;flex-shrink:0;justify-content:space-between;align-items:center;margin:.4rem .75rem;padding:.35rem .6rem;font-size:.75rem;display:flex}.sp-error.svelte-x5h5un button:where(.svelte-x5h5un){color:#fca5a5;cursor:pointer;background:0 0;border:none;font-size:1rem;line-height:1}.sp-loading.svelte-x5h5un{flex:1;justify-content:center;align-items:center;display:flex}.loader-ring.svelte-x5h5un{border:3px solid #ffffff14;border-top-color:#6366f1;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite svelte-x5h5un-spin}@keyframes svelte-x5h5un-spin{to{transform:rotate(360deg)}}.criteria-grid.svelte-x5h5un{flex:1;grid-template-columns:1fr;align-content:start;gap:.75rem;min-height:0;padding:.65rem;display:grid;overflow-y:auto}.criteria-grid.grid-2col.svelte-x5h5un{grid-template-columns:1fr 1fr}.crit-card-compact.svelte-x5h5un{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:.4rem;padding:.65rem .85rem;transition:background .15s,border-color .15s;display:flex}.crit-card-compact.svelte-x5h5un:focus-within{background:#ffffff0a;border-color:#ffffff1a}.crit-compact-head.svelte-x5h5un{justify-content:space-between;align-items:center;display:flex}.crit-label.svelte-x5h5un{color:#ffffffd9;cursor:pointer;font-size:.82rem;font-weight:700}.crit-val.svelte-x5h5un{text-shadow:0 0 8px color-mix(in srgb, currentColor 40%, transparent);font-size:1.1rem;font-weight:900}.crit-card-slider.svelte-x5h5un{align-items:center;padding:.2rem 0;display:flex}.overall-feedback-container.svelte-x5h5un{flex-direction:column;grid-column:1/-1;min-height:100px;margin-top:.5rem;display:flex}.band-slider.svelte-x5h5un{appearance:none;cursor:pointer;background:linear-gradient(to right, var(--cc) 0%, var(--cc) var(--pct), #ffffff1a var(--pct), #ffffff1a 100%);border-radius:2px;outline:none;flex:1;height:4px;transition:background .15s}.band-slider.svelte-x5h5un::-webkit-slider-thumb{appearance:none;border:2.5px solid var(--cc);width:14px;height:14px;box-shadow:0 0 6px color-mix(in srgb, var(--cc) 40%, transparent);cursor:grab;background:#fff;border-radius:50%;transition:transform .1s,box-shadow .15s}.band-slider.svelte-x5h5un::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.25)}.band-slider.svelte-x5h5un::-moz-range-thumb{border:2.5px solid var(--cc);cursor:grab;background:#fff;border-radius:50%;width:14px;height:14px}.feedback-area.svelte-x5h5un{box-sizing:border-box;color:#fff;resize:none;background:#0003;border:1px solid #ffffff0d;border-radius:6px;outline:none;flex:1;width:100%;min-height:0;padding:.4rem .5rem;font-family:inherit;font-size:.72rem;line-height:1.4;transition:border-color .15s,background .15s}.feedback-area.svelte-x5h5un:focus{background:#0000004d;border-color:#6366f166}.feedback-area.svelte-x5h5un::placeholder{color:#ffffff40}.sp-actions.svelte-x5h5un{border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem .85rem;display:flex}.btn-save.svelte-x5h5un{color:#a5b4fc;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.btn-save.svelte-x5h5un:not(:disabled):hover{color:#fff;background:#6366f133;border-color:#6366f180;transform:translateY(-1px)}.btn-save.svelte-x5h5un:disabled{opacity:.5;cursor:not-allowed}.full-w.svelte-x5h5un{width:100%}.btn-release.svelte-x5h5un{color:#34d399;cursor:pointer;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:all .15s;display:flex}.btn-release.svelte-x5h5un:not(:disabled):hover{background:#10b98126;border-color:#10b9814d}.btn-release.svelte-x5h5un:disabled{opacity:.5;cursor:not-allowed}.btn-spinner.svelte-x5h5un{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite svelte-x5h5un-spin;display:inline-block}body{background:#0f172a;min-height:100vh;margin:0;padding:0}.app-root.svelte-1n46o8q{height:100vh;color:var(--text-main,#e2e8f0);background:radial-gradient(at 0 0,#1e3a5f 0%,#0f172a 60%);flex-direction:column;display:flex}.navbar.svelte-1n46o8q{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0a0f1ef2;border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 1.5rem;display:flex}.logo.svelte-1n46o8q{-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;display:flex}.logo-mark.svelte-1n46o8q{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 0 14px #6366f166}.logo-text.svelte-1n46o8q{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.nav-links.svelte-1n46o8q{align-items:center;gap:.5rem;display:flex}.btn-ghost.svelte-1n46o8q{color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .75rem;font-size:.88rem;transition:all .15s}.btn-ghost.svelte-1n46o8q:hover{color:#fff;background:#ffffff12}.btn-end-session-nav.svelte-1n46o8q{color:#fca5a5;cursor:pointer;white-space:nowrap;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;padding:.4rem .85rem;font-size:.88rem;font-weight:700;transition:all .15s}.btn-end-session-nav.svelte-1n46o8q:hover{color:#fecaca;background:#ef44444d;border-color:#ef444480}.nav-active.svelte-1n46o8q{color:#fff}.user-pill.svelte-1n46o8q{color:#fff;border-radius:var(--radius-full,9999px);cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;align-items:center;gap:.45rem;padding:.3rem .75rem .3rem .35rem;font-size:.85rem;transition:all .15s;display:flex}.user-pill.svelte-1n46o8q:hover{background:#ef444433;border-color:#ef444459}.user-avatar.svelte-1n46o8q{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.breadcrumb.svelte-1n46o8q{align-items:center;gap:.75rem;display:flex}.bc-session.svelte-1n46o8q{color:var(--text-muted,#94a3b8);font-size:.88rem}.badge-live.svelte-1n46o8q{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:700;animation:2s step-end infinite svelte-1n46o8q-blink}.badge-scoring.svelte-1n46o8q{color:#a5b4fc;background:#6366f126;border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:700}@keyframes svelte-1n46o8q-blink{0%,to{opacity:1}50%{opacity:.4}}.main.svelte-1n46o8q{flex:1;min-height:0;position:relative;overflow:hidden}.confirm-backdrop.svelte-1n46o8q{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;animation:.2s svelte-1n46o8q-fadein;display:flex;position:fixed;inset:0}@keyframes svelte-1n46o8q-fadein{0%{opacity:0}to{opacity:1}}.confirm-card.svelte-1n46o8q{background:#10172a;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:380px;padding:1.5rem;animation:.2s svelte-1n46o8q-slideup;box-shadow:0 10px 40px #00000080}@keyframes svelte-1n46o8q-slideup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.confirm-title.svelte-1n46o8q{color:#e2e8f0;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.confirm-msg.svelte-1n46o8q{color:#94a3b8;margin:0 0 1.5rem;font-size:.9rem;line-height:1.4}.confirm-actions.svelte-1n46o8q{justify-content:flex-end;gap:.75rem;display:flex}.btn-primary.svelte-1n46o8q{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:transform .1s,box-shadow .15s;box-shadow:0 4px 12px #6366f140}.btn-primary.svelte-1n46o8q:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f159}.page-scroll.svelte-1n46o8q{box-sizing:border-box;height:100%;padding:1.5rem;overflow-y:auto}.main-mock.svelte-1n46o8q{padding:0}.main-mock>.examiner-session-wrapper,.main-mock>.candidate-wrap{height:100%}.session-layout{box-sizing:border-box;height:100%;padding:.75rem}.setup-grid.svelte-1n46o8q{box-sizing:border-box;grid-template-columns:300px 1fr 300px;gap:.75rem;height:100%;padding:.75rem;display:grid;overflow:hidden}.setup-col.svelte-1n46o8q{flex-direction:column;height:100%;display:flex;overflow:hidden}.candidate-wrap.svelte-1n46o8q{box-sizing:border-box;height:100%;padding:.75rem;overflow:hidden}.scoring-standalone.svelte-1n46o8q{flex-direction:column;max-width:640px;height:100%;margin:0 auto;display:flex}.scoring-recording-row.svelte-1n46o8q{flex-shrink:0;justify-content:center;padding:.5rem 0 1rem;display:flex}.scoring-rec-btn.svelte-1n46o8q{color:#a5b4fc;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .15s}.scoring-rec-btn.svelte-1n46o8q:hover{color:#c7d2fe;background:#6366f138}.toast-container.svelte-1n46o8q{z-index:9999;flex-direction:column;gap:.5rem;max-width:min(420px,100vw - 2rem);display:flex;position:fixed;top:70px;right:1rem}.toast.svelte-1n46o8q{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem .9rem;font-size:.85rem;line-height:1.45;animation:.2s both svelte-1n46o8q-toast-in;display:flex;box-shadow:0 4px 20px #0006}@keyframes svelte-1n46o8q-toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.toast-info.svelte-1n46o8q{color:#e2e8f0;background:#141e37f2;border:1px solid #ffffff1a}.toast-error.svelte-1n46o8q{color:#fca5a5;background:#1e0a0af2;border:1px solid #ef444466}.toast-success.svelte-1n46o8q{color:#6ee7b7;background:#051e14f2;border:1px solid #10b98166}.toast-msg.svelte-1n46o8q{flex:1}.toast-dismiss.svelte-1n46o8q{color:inherit;opacity:.55;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.1rem;line-height:1;transition:opacity .15s}.toast-dismiss.svelte-1n46o8q:hover{opacity:1}.center-loading.svelte-1n46o8q{justify-content:center;align-items:center;height:100%;display:flex}.spinner.svelte-1n46o8q{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite svelte-1n46o8q-spin}@keyframes svelte-1n46o8q-spin{to{transform:rotate(360deg)}}.guest-join-container.svelte-1n46o8q{justify-content:center;align-items:center;height:100%;display:flex}.guest-join-card.svelte-1n46o8q{text-align:center;background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;width:100%;max-width:400px;padding:2rem}.guest-join-card.svelte-1n46o8q h2:where(.svelte-1n46o8q){margin:0 0 .5rem;font-size:1.5rem}.guest-join-card.svelte-1n46o8q p:where(.svelte-1n46o8q){color:var(--text-muted,#94a3b8);margin-bottom:1.5rem}
