@import"https://fonts.googleapis.com/css2?family=Chango&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg: #fbf6ea;--bg-strong: #efe3c8;--surface: rgba(255, 251, 241, .92);--surface-strong: #fffdf8;--ink: #13213d;--muted: #51617a;--line: rgba(19, 33, 61, .12);--accent: #f26a2e;--accent-strong: #0e7d81;--accent-soft: #fff0db;--lime: #b6d957;--pink: #ff7a91;--shadow: 0 26px 60px rgba(23, 37, 66, .12);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--page-width: 1180px;--display: "Chango", cursive;--body: "Space Grotesk", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--body);background:radial-gradient(circle at 12% 10%,rgba(242,106,46,.18),transparent 26%),radial-gradient(circle at 85% 14%,rgba(14,125,129,.2),transparent 20%),radial-gradient(circle at 52% 115%,rgba(255,122,145,.18),transparent 28%),linear-gradient(180deg,var(--bg) 0%,var(--bg-strong) 100%)}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:SFMono-Regular,SF Mono,Menlo,monospace}#app{min-height:100vh}.site-shell{position:relative;width:min(100% - 32px,var(--page-width));margin:0 auto;padding:28px 0 64px}.bg-glow{position:fixed;border-radius:999px;filter:blur(28px);opacity:.48;pointer-events:none}.bg-glow-one{top:80px;right:28px;width:240px;height:240px;background:#0e7d814d}.bg-glow-two{bottom:56px;left:12px;width:220px;height:220px;background:#f26a2e38}.topbar,.surface,.site-footer,.hero{position:relative;border:1px solid var(--line);box-shadow:var(--shadow)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:var(--radius-lg);background:#fffcf4d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:14px;min-width:0;color:inherit;text-decoration:none}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:linear-gradient(145deg,var(--accent),var(--pink));color:#fff7ef;font-weight:700}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-size:1.05rem}.brand-copy span{color:var(--muted);font-size:.88rem}.topnav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.topnav-link,.report-link,.footer-link{border-radius:999px;padding:10px 14px;font-weight:600;transition:background .18s ease,color .18s ease,transform .18s ease}.topnav-link:hover,.report-link:hover,.footer-link:hover{transform:translateY(-1px);text-decoration:none}.topnav-link.is-active,.footer-link.is-active{background:#0e7d811f;color:var(--accent-strong)}.report-link{background:#f26a2e1f;color:var(--accent);white-space:nowrap}.page-stack{display:grid;gap:24px;margin-top:24px}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:20px;padding:30px;border-radius:var(--radius-xl);background:linear-gradient(145deg,#fffcf4f0,#ffffffd6),repeating-linear-gradient(135deg,rgba(242,106,46,.08) 0,rgba(242,106,46,.08) 14px,transparent 14px,transparent 28px)}.hero-home{background:linear-gradient(145deg,#fffdf7f2,#ffffffd6),repeating-linear-gradient(135deg,rgba(14,125,129,.08) 0,rgba(14,125,129,.08) 14px,transparent 14px,transparent 30px)}.hero-copy,.hero-panel,.feature-copy,.feature-actions,.feature-prompt{min-width:0}.hero-copy{display:flex;flex-direction:column;gap:16px}.eyebrow,.panel-label,.card-kicker,.support-label{display:inline-flex;align-items:center;width:fit-content;margin:0;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.eyebrow,.card-kicker,.support-label{background:var(--accent-soft);color:var(--accent-strong)}.panel-label{background:#ffffff2e;color:#fffcf4f0}h1,h2,h3{margin:0;line-height:1}h1,h2{font-family:var(--display)}h1{font-size:clamp(2.8rem,7vw,5rem);max-width:10ch}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.35rem}.hero-text,.hero-note,.section-heading p,.content-card p,.feature-note,.footer-text,.support-card p{margin:0;line-height:1.6;color:var(--muted)}.hero-actions,.inline-actions,.feature-actions{display:flex;flex-wrap:wrap;gap:12px}.feature-actions-stacked{flex-direction:column;align-items:flex-start}.button,.copy-button{appearance:none;border:0;border-radius:999px;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover,.copy-button:hover{transform:translateY(-1px);text-decoration:none}.button-primary{background:linear-gradient(135deg,var(--accent),#ff9b54);color:#20140f;box-shadow:0 14px 28px #f26a2e3d}.button-secondary,.copy-button{background:#0e7d811f;color:var(--accent-strong)}.hero-panel{display:flex;flex-direction:column;gap:18px;justify-content:center;padding:28px;border-radius:var(--radius-xl);color:#fff9ef;background:radial-gradient(circle at top right,rgba(182,217,87,.3),transparent 28%),linear-gradient(180deg,#0e7d81f7,#112d46f5)}.hero-stat{display:flex;align-items:baseline;gap:12px}.hero-stat strong{font-family:var(--display);font-size:2.8rem}.hero-stat span{font-size:1rem}.surface{padding:28px;border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.section-heading{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.card-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card-grid-compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.content-card{display:flex;flex-direction:column;gap:14px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffad}.module-card{min-height:100%}.compact-card{justify-content:flex-start}.bullet-list,.checklist{display:grid;gap:10px;margin:0;padding-left:20px;color:var(--muted)}.feature-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.7fr);gap:20px;align-items:start}.feature-note{font-weight:600}.feature-prompt{grid-column:1 / -1}.lesson-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.65fr);gap:20px}.lesson-main{display:grid;gap:18px}.prompt-field-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.mini-card{min-height:0}.prompt-panel,.callout-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffb8}.prompt-panel-header{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;margin-bottom:14px}.prompt-block{margin:0;white-space:pre-wrap;line-height:1.5;border-radius:var(--radius-md);padding:18px;overflow:auto;background:#15213b;color:#f7fbff}.prompt-block-compact{font-size:.95rem}.step-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.step-card{position:relative;padding-top:48px}.step-number{position:absolute;top:18px;left:18px;display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:#f26a2e1f;color:var(--accent);font-weight:700}.split-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.7fr);gap:20px;align-items:start}.prompt-idea-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.prompt-idea-card{justify-content:space-between}.support-panel{display:grid;gap:20px}.support-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(145deg,#fff5e8f5,#ffffffd1),repeating-linear-gradient(135deg,rgba(14,125,129,.06) 0,rgba(14,125,129,.06) 12px,transparent 12px,transparent 26px)}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:24px 28px;margin-top:24px;border-radius:var(--radius-lg);background:#fffcf4d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-copy{max-width:48rem}.footer-title{margin:0 0 8px;font-weight:700}.footer-links{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start;justify-content:flex-end}@media(max-width:940px){.topbar,.site-footer,.hero,.lesson-layout,.split-section,.feature-panel{grid-template-columns:1fr}.topbar,.site-footer{flex-direction:column;align-items:flex-start}.topnav,.footer-links{justify-content:flex-start}.support-card{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.site-shell{width:min(100% - 20px,var(--page-width));padding-top:18px}.topbar,.surface,.hero,.site-footer{padding:20px}h1{max-width:none;font-size:clamp(2.2rem,12vw,3.4rem)}h2{font-size:clamp(1.8rem,9vw,2.4rem)}.brand,.topnav{width:100%}.report-link{width:100%;text-align:center}}
