.tool-nav.svelte-1a54eb6{position:sticky;top:0;z-index:100;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.75rem 1.5rem}.tool-nav-inner.svelte-1a54eb6{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.tool-nav-brand.svelte-1a54eb6 .brand-logo:where(.svelte-1a54eb6){height:32px}.tool-nav-cta.svelte-1a54eb6{background:var(--teal);color:#fff;font-family:var(--font-display);font-size:.875rem;font-weight:600;text-decoration:none;padding:.5rem 1rem;border-radius:var(--r-md);transition:background var(--dur) var(--ease)}.tool-nav-cta.svelte-1a54eb6:hover{background:var(--teal-hover)}.tool-main.svelte-1a54eb6{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.hero-band.svelte-1a54eb6{background-color:var(--teal);background-image:radial-gradient(ellipse 55% 45% at 88% 12%,rgba(255,212,167,.14),transparent 70%),radial-gradient(ellipse 45% 55% at 6% 95%,rgba(152,188,120,.12),transparent 70%),radial-gradient(ellipse 75% 65% at 50% 115%,rgba(22,68,85,.85),transparent 75%);color:#fff;border-bottom:none;padding:clamp(56px,6vw,96px) clamp(20px,5vw,64px);transition:min-height .3s ease,padding .3s ease}.hero-band.loading-active.svelte-1a54eb6{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.hero-band.loading-active.svelte-1a54eb6 .tool-hero-content:where(.svelte-1a54eb6){width:100%;max-width:600px}.hero-band.loading-active.svelte-1a54eb6 .tool-loading-box:where(.svelte-1a54eb6){margin-top:0}.tool-hero-content.svelte-1a54eb6{max-width:800px;margin:0 auto;text-align:center}.tool-eyebrow.svelte-1a54eb6{font-family:var(--font-display);color:var(--peach);text-transform:uppercase;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;display:inline-block}.tool-hero-title.svelte-1a54eb6{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);line-height:1.15;color:#fff;margin:0 auto 1.25rem;max-width:620px;text-wrap:balance}.tool-hero-lede.svelte-1a54eb6{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#fffffff2;margin:0 auto 2.5rem;max-width:620px;text-wrap:balance}.tool-generator-form.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border-strong);padding:.5rem;border-radius:var(--r-lg);box-shadow:var(--shadow-md);margin-bottom:1.5rem}.input-group.svelte-1a54eb6{display:flex;gap:.5rem}.input-group.svelte-1a54eb6 input:where(.svelte-1a54eb6){flex:1;border:none;outline:none;font-family:var(--font-body);font-size:1rem;padding:.75rem 1rem;background:transparent;color:var(--ink)}.input-group.svelte-1a54eb6 button:where(.svelte-1a54eb6){background:var(--peach);color:var(--peach-text);font-family:var(--font-display);font-weight:600;font-size:1rem;border:none;padding:.75rem 1.75rem;border-radius:var(--r-md);cursor:pointer;transition:background var(--dur) var(--ease)}.input-group.svelte-1a54eb6 button:where(.svelte-1a54eb6):hover:not(:disabled){background:var(--peach-border)}.input-group.svelte-1a54eb6 button:where(.svelte-1a54eb6):disabled{opacity:.65;cursor:wait}@media(max-width:640px){.input-group.svelte-1a54eb6{flex-direction:column}.input-group.svelte-1a54eb6 button:where(.svelte-1a54eb6){width:100%}}.status-alert.svelte-1a54eb6{background:var(--error-surface);border:1px solid var(--error);border-radius:var(--r-lg);padding:1rem 1.25rem;margin-top:1rem;text-align:left;color:#8b2920}.status-alert.svelte-1a54eb6 p:where(.svelte-1a54eb6){color:#8b2920;margin:0}.status-alert-header.svelte-1a54eb6{display:flex;align-items:center;gap:.5rem;color:#8b2920;font-family:var(--font-display);margin-bottom:.25rem}.alert-icon.svelte-1a54eb6{width:20px;height:20px}.tool-loading-box.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;margin-top:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:1rem}.progress-spinner.svelte-1a54eb6{width:48px;height:48px;border:4px solid var(--surface-alt);border-top:4px solid var(--teal);border-radius:50%;animation:svelte-1a54eb6-spin 1s linear infinite}.loading-message.svelte-1a54eb6{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--ink)}.loading-hint.svelte-1a54eb6{font-size:.85rem;color:var(--muted)}@keyframes svelte-1a54eb6-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tool-gate-section.svelte-1a54eb6{padding:2rem 0}.gate-footnote.svelte-1a54eb6{margin-top:.9rem;font-size:.8rem;line-height:1.5;color:var(--muted)}.gate-card.svelte-1a54eb6{background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--r-lg);padding:3rem 2rem;max-width:760px;margin:0 auto;text-align:center;box-shadow:var(--shadow-lg)}.gate-icon-wrap.svelte-1a54eb6{width:64px;height:64px;border-radius:50%;background:var(--teal-surface);color:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.gate-icon-wrap.warning.svelte-1a54eb6{background:var(--warning-surface);color:var(--warning)}.gate-icon.svelte-1a54eb6{width:32px;height:32px}.gate-card.svelte-1a54eb6 h2:where(.svelte-1a54eb6){font-family:var(--font-display);font-size:1.5rem;color:var(--ink);margin-bottom:.75rem;text-wrap:balance}.gate-card.svelte-1a54eb6 p:where(.svelte-1a54eb6){color:var(--muted);font-size:.95rem;line-height:1.5;margin-bottom:2rem;text-wrap:balance}.gate-buttons.svelte-1a54eb6{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.tool-results-section.svelte-1a54eb6{padding:1rem 0}.results-container.svelte-1a54eb6{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.video-meta-card.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;box-shadow:var(--shadow-sm)}.video-meta-main.svelte-1a54eb6{display:flex;gap:1.5rem;min-width:0}.new-result-btn.svelte-1a54eb6{flex-shrink:0;padding:.5rem 1rem;border-radius:var(--r-pill);border:1.5px solid var(--teal);background:var(--surface);color:var(--teal);font-weight:700;font-size:.875rem;cursor:pointer;white-space:nowrap}.video-thumb.svelte-1a54eb6{width:160px;flex-shrink:0;border-radius:var(--r-md);overflow:hidden;aspect-ratio:16/9;border:1px solid var(--border-strong);box-shadow:var(--shadow-sm)}.video-thumb.svelte-1a54eb6 img:where(.svelte-1a54eb6){width:100%;height:100%;object-fit:cover}.video-details.svelte-1a54eb6{display:flex;flex-direction:column;justify-content:center}.video-channel.svelte-1a54eb6{font-size:.85rem;color:var(--muted);font-weight:600;margin-bottom:.25rem}.video-title.svelte-1a54eb6{font-family:var(--font-display);font-size:1.25rem;line-height:1.3;color:var(--ink);margin-bottom:.75rem}.video-title-link.svelte-1a54eb6{color:inherit;text-decoration:none;transition:color .2s ease}.video-title-link.svelte-1a54eb6:hover{color:var(--teal);text-decoration:underline}.video-link-wrapper.svelte-1a54eb6{display:block;width:100%;height:100%;overflow:hidden}.video-link-wrapper.svelte-1a54eb6 img:where(.svelte-1a54eb6){transition:transform .25s ease}.video-link-wrapper.svelte-1a54eb6:hover img:where(.svelte-1a54eb6){transform:scale(1.05)}.video-external-link.svelte-1a54eb6{font-size:.75rem;font-weight:700;color:var(--teal);text-decoration:none;display:inline-flex;align-items:center;margin-left:.5rem;transition:color .2s ease}.video-external-link.svelte-1a54eb6:hover{color:var(--teal-hover);text-decoration:underline}.video-badges.svelte-1a54eb6{display:flex;flex-wrap:wrap;gap:.5rem}.badge.svelte-1a54eb6{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--r-sm)}.badge.duration.svelte-1a54eb6{background:var(--surface-alt);color:var(--muted)}.badge.source-tag.svelte-1a54eb6{background:var(--teal-surface);color:var(--teal-text)}@media(max-width:640px){.video-meta-card.svelte-1a54eb6,.video-meta-main.svelte-1a54eb6{flex-direction:column}.video-thumb.svelte-1a54eb6{width:100%}.new-result-btn.svelte-1a54eb6{align-self:flex-start}}.lesson-summary-card.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm)}.card-header.svelte-1a54eb6{border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1.5rem}.card-header.svelte-1a54eb6 h3:where(.svelte-1a54eb6){font-family:var(--font-display);font-size:1.5rem;color:var(--teal)}.summary-box.svelte-1a54eb6{background:var(--bg);border-left:4px solid var(--teal);padding:1.25rem 1.5rem;border-radius:0 var(--r-md) var(--r-md) 0;font-size:1rem;line-height:1.6;margin-bottom:2rem}.key-points-list.svelte-1a54eb6 h4:where(.svelte-1a54eb6){font-family:var(--font-display);font-size:1.1rem;color:var(--ink);margin-bottom:.75rem}.key-points-list.svelte-1a54eb6 ul:where(.svelte-1a54eb6){list-style-type:none}.key-points-list.svelte-1a54eb6 li:where(.svelte-1a54eb6){position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.key-points-list.svelte-1a54eb6 li:where(.svelte-1a54eb6):before{content:"•";color:var(--teal);font-weight:700;font-size:1.25rem;position:absolute;left:.25rem;top:-.1rem}.quiz-card.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm)}.quiz-card.svelte-1a54eb6 .subtitle:where(.svelte-1a54eb6){font-size:.9rem;color:var(--muted);margin-top:.25rem}.questions-list.svelte-1a54eb6{display:flex;flex-direction:column;gap:2.5rem}.question-item.svelte-1a54eb6{border-bottom:1px dashed var(--border);padding-bottom:2rem}.question-item.svelte-1a54eb6:last-child{border-bottom:none;padding-bottom:0}.question-prompt.svelte-1a54eb6{font-family:var(--font-body);font-size:1.1rem;font-weight:600;line-height:1.5;color:var(--ink);margin-bottom:1.25rem}.question-prompt.svelte-1a54eb6 .q-num:where(.svelte-1a54eb6){color:var(--teal)}.choices-grid.svelte-1a54eb6{display:grid;grid-template-columns:1fr;gap:.75rem}.choice-btn.svelte-1a54eb6{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);padding:.85rem 1.25rem;cursor:pointer;font-family:var(--font-body);font-size:.95rem;color:var(--ink);text-align:left;transition:all var(--dur) var(--ease)}.choice-btn.svelte-1a54eb6:hover:not(:disabled){background:var(--surface-alt);border-color:var(--teal)}.choice-btn.svelte-1a54eb6:disabled{cursor:not-allowed}.choice-letter.svelte-1a54eb6{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--surface-alt);border:1px solid var(--border-strong);font-size:.85rem;font-weight:700;color:var(--muted);flex-shrink:0}.choice-btn.selected.svelte-1a54eb6{border-color:var(--teal);background:var(--teal-surface)}.choice-btn.selected.svelte-1a54eb6 .choice-letter:where(.svelte-1a54eb6){background:var(--teal);color:#fff;border-color:var(--teal)}.choice-btn.correct.svelte-1a54eb6{border-color:var(--sage-border);background:var(--success-surface);color:var(--sage-text)}.choice-btn.correct.svelte-1a54eb6 .choice-letter:where(.svelte-1a54eb6){background:var(--success);color:#fff;border-color:var(--success)}.choice-btn.incorrect.svelte-1a54eb6{border-color:var(--error);background:var(--error-surface);color:var(--error-text)}.choice-btn.incorrect.svelte-1a54eb6 .choice-letter:where(.svelte-1a54eb6){background:var(--error);color:#fff;border-color:var(--error)}.explanation-box.svelte-1a54eb6{margin-top:1.25rem;padding:1.25rem;border-radius:var(--r-md);background:var(--warning-surface);border:1px solid var(--peach-border)}.explanation-box.correct.svelte-1a54eb6{background:var(--success-surface);border-color:var(--sage-border)}.explanation-status.svelte-1a54eb6{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.status-badge.svelte-1a54eb6{font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;border-radius:var(--r-sm);color:#fff}.status-badge.success.svelte-1a54eb6{background:var(--success)}.status-badge.error.svelte-1a54eb6{background:var(--error)}.correct-answer-label.svelte-1a54eb6{font-size:.85rem;font-weight:600;color:var(--muted)}.explanation-text.svelte-1a54eb6{font-size:.95rem;line-height:1.5;color:var(--ink)}.save-gate-card.svelte-1a54eb6{background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--r-lg);box-shadow:var(--shadow-md);overflow:hidden}.save-gate-inner.svelte-1a54eb6{padding:2.25rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.save-gate-icon.svelte-1a54eb6{width:48px;height:48px;border-radius:50%;background:var(--teal-surface);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.save-gate-icon.svelte-1a54eb6 svg:where(.svelte-1a54eb6){width:24px;height:24px}.save-gate-copy.svelte-1a54eb6 h3:where(.svelte-1a54eb6){font-family:var(--font-display);font-size:1.35rem;color:var(--ink);margin-bottom:.5rem;text-wrap:balance}.save-gate-copy.svelte-1a54eb6 p:where(.svelte-1a54eb6){color:var(--muted);font-size:.9rem;line-height:1.5;max-width:540px;margin-bottom:1.5rem;text-wrap:balance}@media(max-width:640px){.gate-buttons.svelte-1a54eb6{flex-direction:column;align-items:stretch}}.tool-faq-section.svelte-1a54eb6{padding:4rem 0;background:var(--surface-alt);border-radius:var(--r-lg);margin-top:4rem}.container.svelte-1a54eb6{max-width:1000px;margin:0 auto;padding:0 1.5rem}.section-heading.svelte-1a54eb6{text-align:center;margin-inline:auto;margin-bottom:3rem}.section-heading.svelte-1a54eb6 h2:where(.svelte-1a54eb6){font-family:var(--font-display);font-size:1.75rem;color:var(--ink);margin-top:.25rem;text-wrap:balance}.intake-picker-wrap.svelte-1a54eb6{margin-top:1.5rem;margin-bottom:2rem;text-align:left}.paste-collapsible-container.svelte-1a54eb6{margin:1.5rem auto 0;max-width:600px}.paste-toggle-btn.svelte-1a54eb6{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff14;border:1.5px solid rgba(255,255,255,.35);color:#fff;font-family:var(--font-display);font-size:.95rem;font-weight:600;cursor:pointer;padding:.6rem 1.2rem;border-radius:var(--r-md);transition:all .2s ease}.paste-toggle-btn.svelte-1a54eb6:hover{background:#ffffff26;border-color:#fff9;color:#fff}.chevron-icon.svelte-1a54eb6{width:18px;height:18px;transition:transform .2s ease;stroke:#fff}.chevron-icon.expanded.svelte-1a54eb6{transform:rotate(180deg)}.paste-drawer-content.svelte-1a54eb6{margin-top:1rem;text-align:left}.youtube-helper-link-wrap.svelte-1a54eb6{margin-top:.75rem;text-align:left}.youtube-search-helper-link.svelte-1a54eb6{font-size:.85rem;color:#ffffffbf;text-decoration:underline;font-weight:600;transition:color .2s ease}.youtube-search-helper-link.svelte-1a54eb6:hover{color:#fff}.retry-back-btn.svelte-1a54eb6{margin-top:1rem;background:transparent;border:1.5px solid #8B2920;color:#8b2920;font-family:var(--font-display);font-weight:700;padding:.5rem 1rem;border-radius:var(--r-md);cursor:pointer;transition:background .2s ease,color .2s ease}.retry-back-btn.svelte-1a54eb6:hover{background:#8b2920;color:#fff}.quiz-progress-card.svelte-1a54eb6{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.quiz-progress-info.svelte-1a54eb6{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.progress-label.svelte-1a54eb6{font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--teal)}.progress-count.svelte-1a54eb6{font-size:.85rem;color:var(--ink);font-weight:600}.scorecard-dots.svelte-1a54eb6{display:flex;flex-wrap:wrap;gap:.5rem}.score-dot.svelte-1a54eb6{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;transition:all .2s ease}.score-dot.unanswered.svelte-1a54eb6{background:var(--surface-alt);border:1px solid var(--border-strong);color:var(--ink)}.score-dot.active.svelte-1a54eb6{box-shadow:0 0 0 2px var(--teal);transform:scale(1.1)}.score-dot.correct.svelte-1a54eb6{background:#e4f2da;color:#1c3806;border:1px solid #c3e6cb}.score-dot.incorrect.svelte-1a54eb6{background:#fddddd;color:#8b2920;border:1px solid #f5c6cb}.dot-icon.svelte-1a54eb6{width:14px;height:14px}.results-scorecard-card.svelte-1a54eb6{background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md)}.scorecard-header-main.svelte-1a54eb6{display:flex;align-items:center;gap:2rem;margin-bottom:1.75rem}.score-circle.svelte-1a54eb6{width:96px;height:96px;border-radius:50%;background:var(--surface-alt);border:3px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0}.score-num.svelte-1a54eb6{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:var(--teal)}.score-denom.svelte-1a54eb6{font-size:1.25rem;font-weight:500;color:var(--muted);margin-top:.35rem}.score-badge-details.svelte-1a54eb6{min-width:0}.semantic-badge.svelte-1a54eb6{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:var(--r-sm);margin-bottom:.5rem}.semantic-badge.mastered.svelte-1a54eb6{background:#e4f2da;color:#1c3806;border:1px solid #c3e6cb}.semantic-badge.good-effort.svelte-1a54eb6{background:#fff0dc;color:#5c3000;border:1px solid #ffeeba}.semantic-badge.review-needed.svelte-1a54eb6{background:#fddddd;color:#8b2920;border:1px solid #f5c6cb}.badge-icon.svelte-1a54eb6{font-size:1rem}.score-desc.svelte-1a54eb6{font-size:.95rem;color:var(--muted);margin:0;line-height:1.5}.scorecard-actions-row.svelte-1a54eb6{display:flex;flex-wrap:wrap;gap:1rem}.action-btn-retake.svelte-1a54eb6{background:var(--teal);color:#fff;font-family:var(--font-display);font-weight:700;font-size:.95rem;border:none;padding:.75rem 1.5rem;border-radius:var(--r-md);cursor:pointer;transition:background var(--dur) var(--ease)}.action-btn-retake.svelte-1a54eb6:hover{background:var(--teal-hover)}.action-btn-review-missed.svelte-1a54eb6{background:var(--surface);color:#164455;font-family:var(--font-display);font-weight:700;font-size:.95rem;border:1.5px solid #164455;padding:.75rem 1.5rem;border-radius:var(--r-md);cursor:pointer;transition:all var(--dur) var(--ease)}.action-btn-review-missed.svelte-1a54eb6:hover{background:#1644550d}.action-btn-review-missed.active-filter.svelte-1a54eb6{background:#164455;color:#fff;border-color:#164455}.visually-hidden.svelte-1a54eb6{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.scorecard-header-main.svelte-1a54eb6{flex-direction:column;text-align:center;gap:1rem}.score-circle.svelte-1a54eb6{margin:0 auto}.scorecard-actions-row.svelte-1a54eb6{flex-direction:column}.scorecard-actions-row.svelte-1a54eb6 button:where(.svelte-1a54eb6){width:100%}}
