:root{--bg: #08080d;--surface: #111117;--surface2: #17171f;--surface3: #1d1d28;--border: rgba(255, 255, 255, .065);--border-hover: rgba(255, 255, 255, .12);--accent: #b8ff47;--accent-dim: rgba(184, 255, 71, .12);--accent-ghost: rgba(184, 255, 71, .04);--red: #ff4466;--red-dim: rgba(255, 68, 102, .1);--purple: #8066ff;--purple-dim: rgba(128, 102, 255, .12);--blue: #38c8ff;--blue-dim: rgba(56, 200, 255, .1);--yellow: #ffcc44;--yellow-dim: rgba(255, 204, 68, .1);--text: #eeeef5;--muted: #a0a0b8;--muted2: #6e6e88;--coach-bg: linear-gradient(135deg, rgba(184, 255, 71, .04) 0%, rgba(184, 255, 71, .01) 100%);--coach-border: rgba(184, 255, 71, .1);--font-display: "Bricolage Grotesque", sans-serif;--font-mono: "DM Mono", monospace;--font-serif: "Instrument Serif", serif;--sidebar-w: 290px;--topbar-h: 56px;--radius: 10px;--radius-sm: 6px;--transition: .2s ease}[data-theme=light]{--bg: #f5f5f0;--surface: #ffffff;--surface2: #f0f0ec;--surface3: #e8e8e3;--border: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .16);--accent: #2d8c00;--accent-dim: rgba(45, 140, 0, .08);--accent-ghost: rgba(45, 140, 0, .03);--red: #d4293c;--red-dim: rgba(212, 41, 60, .06);--purple: #6644cc;--purple-dim: rgba(102, 68, 204, .06);--blue: #0076b8;--blue-dim: rgba(0, 118, 184, .06);--yellow: #a87700;--yellow-dim: rgba(168, 119, 0, .06);--text: #1a1a2e;--muted: #4a4a66;--muted2: #8888a0;--coach-bg: linear-gradient(135deg, rgba(45, 140, 0, .04) 0%, rgba(45, 140, 0, .01) 100%);--coach-border: rgba(45, 140, 0, .15)}[data-theme=light] body:after{display:none}[data-theme=light] .celebration-overlay{background:#ffffffd9}[data-theme=light] .prompt-text{color:#4a38a0}[data-theme=light] .topbar{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}[data-theme=light] .topbar-logo{color:#1a1a2e}[data-theme=light] .topbar-badge{background:#2d8c001a;color:#1d6b00}[data-theme=light] .topbar-username{color:#1a1a2e}[data-theme=light] .topbar-user:hover{background:#0000000a}[data-theme=light] .topbar-avatar{background:#2d8c001a;border-color:#2d8c00}[data-theme=light] .theme-toggle{background:#e8e8e3;border-color:#0000001a}[data-theme=light] .launch-tile,[data-theme=light] .dash-plan-card,[data-theme=light] .module-card{box-shadow:0 1px 4px #0000000f}[data-theme=light] .sidebar-module:hover{background:#00000005}[data-theme=light] .sidebar-lesson:hover{background:#00000008}[data-theme=light] .toast-notification{box-shadow:0 4px 16px #0000001f}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}body{background:var(--bg);color:var(--text);font-family:var(--font-display);overflow-x:hidden;line-height:1.8;font-size:1.35rem;-webkit-font-smoothing:antialiased}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.5}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{font-size:2.4rem;letter-spacing:-.03em}h2{font-size:1.95rem;letter-spacing:-.025em}h3{font-size:1.5rem}h4{font-size:1.2rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}em{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted2)}.app-layout{display:grid;grid-template-columns:var(--sidebar-w) 1fr;grid-template-rows:var(--topbar-h) 1fr;min-height:100vh}.topbar{grid-column:1 / -1;position:sticky;top:0;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:var(--topbar-h);background:#08080deb;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}.topbar-left{display:flex;align-items:center;gap:1rem}.topbar-logo{font-family:var(--font-mono);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);cursor:pointer}.topbar-badge{background:var(--accent-dim);color:var(--accent);font-family:var(--font-mono);font-size:.8rem;font-weight:500;padding:.25rem .65rem;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm)}.topbar-right{display:flex;align-items:center;gap:1.2rem}.topbar-streak{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.82rem;color:var(--yellow)}.topbar-streak .streak-icon{font-size:1rem}.theme-toggle{background:var(--surface2);border:1px solid var(--border);border-radius:20px;width:44px;height:24px;cursor:pointer;position:relative;transition:all var(--transition);display:flex;align-items:center;padding:2px}.theme-toggle:hover{border-color:var(--border-hover)}.theme-toggle-knob{width:18px;height:18px;border-radius:50%;background:var(--accent);transition:transform .3s ease;display:flex;align-items:center;justify-content:center;font-size:.88rem}[data-theme=light] .theme-toggle-knob{transform:translate(20px)}.topbar-user{display:flex;align-items:center;gap:.6rem;cursor:pointer;padding:.35rem .6rem;border-radius:var(--radius-sm);transition:background var(--transition)}.topbar-user:hover{background:var(--surface2)}.topbar-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-dim);border:1.5px solid var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.85rem;font-weight:500;color:var(--accent)}.topbar-username{font-size:.92rem;font-weight:500;color:var(--muted)}.sidebar{position:sticky;top:var(--topbar-h);height:calc(100vh - var(--topbar-h));overflow-y:auto;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.2rem 0}.sidebar-dash-link{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-size:1.1rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all var(--transition);border-left:3px solid transparent;border-bottom:1px solid var(--border)}.sidebar-dash-link:hover{color:var(--text);background:#ffffff05}.sidebar-dash-link.active{color:var(--accent);background:var(--accent-ghost);border-left-color:var(--accent)}.sidebar-section-label{font-family:var(--font-mono);font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted2);padding:.8rem 1.2rem .5rem}.sidebar-module{padding:.7rem 1.2rem;cursor:pointer;transition:background var(--transition);border-left:3px solid transparent}.sidebar-module:hover{background:#ffffff05}.sidebar-module.active{background:var(--accent-ghost);border-left-color:var(--accent)}.sidebar-module.locked{opacity:.4;cursor:not-allowed}.sidebar-module.mod-locked{opacity:.45;cursor:default}.sidebar-module.mod-locked:hover{background:none}.sidebar-mod-lock-hint{font-size:.75rem;color:var(--muted);margin-top:.15rem;letter-spacing:.02em}.sidebar-lesson.lesson-locked{opacity:.4;cursor:default;pointer-events:none}.sidebar-mod-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.sidebar-mod-num{font-family:var(--font-mono);font-size:.92rem;color:var(--accent);letter-spacing:.08em}.sidebar-mod-pct{font-family:var(--font-mono);font-size:.92rem;color:var(--muted2)}.sidebar-mod-head-right{display:flex;align-items:center;gap:.4rem}.sidebar-mod-chevron{font-size:.8rem;color:var(--muted2);transition:transform var(--transition)}.sidebar-mod-title{font-size:1.08rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.sidebar-mod-bar{height:3px;background:var(--surface3);border-radius:2px;overflow:hidden}.sidebar-mod-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .6s ease}.sidebar-mod-lessons{margin-top:0;display:flex;flex-direction:column;gap:.15rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease,margin .2s ease}.sidebar-mod-lessons.expanded{margin-top:.5rem;max-height:1200px;opacity:1}.sidebar-lesson{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:1.05rem;color:var(--muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition)}.sidebar-lesson:hover{color:var(--text);background:#ffffff08}.sidebar-lesson.active{color:var(--accent);background:var(--accent-dim)}.sidebar-lesson.completed .lesson-check{color:var(--accent)}.lesson-check{font-size:.88rem;color:var(--muted2);flex-shrink:0;width:16px;text-align:center}.sidebar-lesson.locked{opacity:.3;cursor:not-allowed}.sidebar-ws-badge{margin-left:auto;font-family:var(--font-mono);font-size:.85rem;color:var(--accent);background:var(--accent-dim);padding:.1rem .35rem;border-radius:3px;font-weight:700;flex-shrink:0}.hub-tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1001;animation:fadeIn .25s ease}.hub-tour-highlighted{position:relative;z-index:1002!important}.hub-tour-tooltip{position:absolute;z-index:1003;background:var(--surface);border:2px solid var(--accent);border-radius:var(--radius);padding:1.2rem 1.5rem;max-width:380px;width:max-content;text-align:center;animation:tooltipPop .3s ease;box-shadow:0 8px 32px #0006}@keyframes tooltipPop{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hub-tour-arrow{position:absolute;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent}.hub-tour-arrow.arrow-up{top:-10px;border-bottom:10px solid var(--accent)}.hub-tour-arrow.arrow-down{bottom:-10px;border-top:10px solid var(--accent)}.hub-tour-step-icon{font-size:2rem;margin-bottom:.4rem}.hub-tour-step-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.hub-tour-step-desc{font-size:.88rem;color:var(--muted);line-height:1.5;margin-bottom:.8rem}.hub-tour-dots{display:flex;justify-content:center;gap:.4rem;margin-bottom:.6rem}.hub-tour-dot{width:8px;height:8px;border-radius:50%;background:var(--border)}.hub-tour-dot.active{background:var(--accent)}.hub-tour-actions{display:flex;justify-content:center;gap:.6rem}.hub-tour-skip{font-size:.88rem;color:var(--muted);background:none;border:none;cursor:pointer;padding:.4rem .8rem}.hub-tour-skip:hover{color:var(--text)}.sidebar-footer{margin-top:auto;padding:1rem 1.2rem;border-top:1px solid var(--border)}.sidebar-overall-label{font-family:var(--font-mono);font-size:.88rem;color:var(--muted2);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;display:flex;justify-content:space-between}.sidebar-overall-bar{height:4px;background:var(--surface3);border-radius:2px;overflow:hidden}.sidebar-overall-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--blue));border-radius:2px;transition:width .8s ease}.main-content{padding:2.5rem 3.5rem;overflow-y:auto;height:100%;min-height:0;box-sizing:border-box}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.auth-glow{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--accent-ghost) 0%,transparent 65%);pointer-events:none}.auth-card{width:100%;max-width:440px;z-index:1}.auth-logo{font-family:var(--font-mono);font-size:.85rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:.5rem}.auth-title{font-size:1.8rem;font-weight:800;letter-spacing:-.03em;text-align:center;margin-bottom:.4rem}.auth-subtitle{text-align:center;color:var(--muted);font-size:.88rem;margin-bottom:2rem;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.form-input{background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:var(--font-display);font-size:.88rem;padding:.75rem 1rem;border-radius:var(--radius-sm);outline:none;transition:border-color var(--transition)}.form-input:focus{border-color:var(--accent)}.form-input::placeholder{color:var(--muted2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;font-family:var(--font-display);font-size:.88rem;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);text-decoration:none}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{background:#c8ff6a;transform:translateY(-1px);box-shadow:0 4px 20px var(--accent-dim)}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--border-hover);background:var(--surface3)}.btn-ghost{background:transparent;color:var(--muted);padding:.5rem .8rem;font-size:.82rem}.btn-ghost:hover{color:var(--text)}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-full{width:100%}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.onboard-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.onboard-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition)}.onboard-option:hover{border-color:var(--border-hover);background:var(--surface2)}.onboard-option.selected{border-color:var(--accent);background:var(--accent-dim)}.onboard-option .opt-icon{font-size:1.3rem;flex-shrink:0}.onboard-option .opt-text{flex:1}.onboard-option .opt-title{font-weight:600;font-size:.88rem;margin-bottom:.15rem}.onboard-option .opt-desc{font-size:.85rem;color:var(--muted)}.onboard-option.selected .opt-title{color:var(--accent)}.step-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--surface3);transition:all var(--transition)}.step-dot.active{background:var(--accent);width:24px;border-radius:4px}.step-dot.done{background:var(--accent-dim)}.feedback-screen{text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;padding-top:1.5rem}.feedback-emoji{font-size:4rem;line-height:1;margin-bottom:1.2rem;animation:feedbackPop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes feedbackPop{0%{transform:scale(.4) rotate(-15deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.feedback-headline{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:.7rem}.feedback-body{font-size:.9rem;color:var(--muted);line-height:1.7;margin-bottom:1.2rem;max-width:360px}.feedback-body strong{color:var(--accent)}.feedback-proof{background:var(--surface2);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;padding:.7rem 1rem;font-size:.82rem;color:var(--muted);line-height:1.5;text-align:left;max-width:340px;margin-bottom:1.5rem;width:100%}.feedback-proof strong{color:var(--text)}.feedback-proof em{font-style:normal;color:var(--accent)}.dash-first-welcome{background:linear-gradient(135deg,var(--surface),var(--surface2));border:1px solid var(--border);border-radius:var(--radius-lg, 14px);padding:1.4rem 1.8rem;margin-bottom:1rem;position:relative;overflow:hidden}.dash-first-welcome:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:var(--accent);opacity:.06;border-radius:50%}.dash-fw-day{display:inline-block;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.4rem}.dash-fw-title{font-size:1.3rem;font-weight:800;color:var(--text);margin:0 0 .3rem}.dash-fw-sub{font-size:.95rem;color:var(--muted);margin:0 0 .8rem}.dash-fw-income{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.6rem}.dash-fw-income-range{font-size:1.9rem;font-weight:900;color:var(--accent);letter-spacing:-.04em}.dash-fw-income-cpm{font-size:.88rem;color:var(--muted2);font-family:var(--font-mono)}.dash-fw-case{font-size:.95rem;color:var(--muted);font-style:italic;border-left:3px solid var(--accent);padding-left:.7rem;margin-bottom:.6rem;line-height:1.5}.dash-fw-footnote{font-size:.82rem;color:var(--muted2);margin:0}.hub-teaser-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg, 14px);overflow:hidden;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s}.hub-teaser-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-dim)}.hub-teaser-inner{display:flex;align-items:stretch;gap:0;padding:1.3rem 1.4rem;gap:1.4rem}.hub-teaser-left{flex:1;min-width:0}.hub-teaser-right{flex-shrink:0;width:160px;position:relative;border-radius:8px;overflow:hidden}.hub-teaser-top{display:none}.hub-teaser-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);white-space:nowrap}.hub-teaser-lockrow{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--muted);margin-bottom:.35rem;font-weight:600}.hub-teaser-preview-wrap{flex:1;position:relative;overflow:hidden;border-radius:6px;height:52px}.hub-teaser-preview-blur{display:flex;flex-direction:column;gap:.3rem;padding:.7rem .9rem;background:var(--surface2);filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none;height:100%}.hub-tp-row{display:flex;gap:.6rem;font-size:.78rem}.hub-tp-label{color:var(--muted)}.hub-tp-val{color:var(--text);font-weight:600}.hub-teaser-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--accent);background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);letter-spacing:.06em;text-align:center;padding:.3rem}.hub-teaser-body{padding:0}.hub-teaser-title{font-size:1.2rem;font-weight:800;color:var(--text);margin:0 0 .3rem}.hub-teaser-desc{font-size:.95rem;color:var(--muted);line-height:1.6;margin:0 0 .8rem}.hub-teaser-desc em{color:var(--text);font-style:normal;font-weight:600}.hub-teaser-outcomes{display:flex;flex-direction:column;gap:.32rem;margin-bottom:.85rem}.hub-outcome-item{font-size:.9rem;color:var(--muted);line-height:1.4;padding-left:.1rem}.hub-outcome-item:first-child{color:var(--text);font-weight:500}.hub-teaser-features{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.hub-teaser-features span{font-size:.72rem;background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.2rem .6rem;color:var(--muted)}.hub-teaser-quote{font-size:.78rem;color:var(--muted);font-style:italic;border-left:3px solid var(--accent);padding-left:.7rem;line-height:1.5;margin-bottom:.9rem}.hub-teaser-progress-wrap{margin-top:.4rem}.hub-teaser-progress-label{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-bottom:.3rem}.hub-teaser-progress-bar{background:var(--surface2);border-radius:4px;height:5px;overflow:hidden}.hub-teaser-progress-bar div{height:100%;background:var(--accent);border-radius:4px;transition:width .3s}.hub-teaser-cta{display:inline-block;margin-top:.6rem;font-size:.78rem;font-weight:700;color:var(--accent);text-decoration:none}.hub-teaser-cta:hover{text-decoration:underline}.dash-hero-unified{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--accent) 5%,var(--surface)) 100%);border:1px solid var(--border);border-radius:var(--radius-lg, 14px);padding:1.6rem 2rem;margin-bottom:1rem;position:relative;overflow:hidden}.dash-hero-unified:after{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:var(--accent);opacity:.04;border-radius:50%;pointer-events:none}.dash-hu-content{flex:1;min-width:0}.dash-hu-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.dash-hu-greeting{font-size:1.35rem;font-weight:900;color:var(--text);margin:0 0 .6rem;letter-spacing:-.02em;line-height:1.2}.dash-hu-income-row{display:flex;align-items:baseline;gap:.7rem;margin-bottom:.5rem;flex-wrap:wrap}.dash-hu-income-val{font-size:1.8rem;font-weight:900;color:var(--accent);letter-spacing:-.04em}.dash-hu-income-meta{font-size:.75rem;color:var(--muted2);font-family:var(--font-mono)}.dash-hu-proof{font-size:.82rem;color:var(--muted);font-style:italic;border-left:3px solid var(--accent);padding-left:.7rem;line-height:1.5;margin-bottom:.7rem}.dash-hu-nudge{font-size:.88rem;color:var(--muted);margin:0 0 .7rem;line-height:1.5}.dash-hu-copilot{display:inline-flex;align-items:center;gap:.5rem;background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:.35rem .75rem;margin-top:.2rem}.dash-hu-cop-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.dash-hu-cop-text{font-size:.82rem;color:var(--text);font-weight:500}.dash-hu-cta-col{display:flex;flex-direction:column;align-items:flex-end;gap:.8rem;flex-shrink:0}.dash-hu-btn{white-space:nowrap;text-decoration:none!important}.dash-hu-stats{display:flex;gap:1.2rem}.dash-hu-stat{text-align:center}.dash-hu-stat-val{font-size:1.3rem;font-weight:800;color:var(--accent);line-height:1}.dash-hu-stat-lbl{font-size:.65rem;font-family:var(--font-mono);color:var(--muted2);text-transform:uppercase;letter-spacing:.08em}@media(max-width:600px){.dash-hero-unified{flex-direction:column;align-items:flex-start;padding:1.2rem}.dash-hu-cta-col{align-items:flex-start}.dash-hu-income-val{font-size:1.4rem}}.feedback-auto-wrap{width:100%;height:3px;background:var(--surface3);border-radius:2px;overflow:hidden;margin-bottom:1.2rem}.feedback-auto-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--accent-dim),var(--accent));border-radius:2px;transition:width .05s linear}.auth-context{text-align:center;font-size:.82rem;color:var(--muted);margin-top:.5rem;margin-bottom:.3rem;line-height:1.5}.auth-counter{text-align:center;font-size:.78rem;color:var(--muted);margin-bottom:1.2rem}.auth-counter strong{color:var(--accent)}.auth-trust{text-align:center;margin-top:1rem;font-size:.75rem;color:var(--muted2)}.auth-cpm{font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:var(--accent);background:var(--accent-dim);padding:.1rem .4rem;border-radius:3px}.auth-card-wide{max-width:520px}.auth-qualified-badge{font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:.6rem;animation:qualifiedGlow 2s ease infinite alternate}@keyframes qualifiedGlow{0%{text-shadow:0 0 8px rgba(184,255,71,.3)}to{text-shadow:0 0 20px rgba(184,255,71,.6)}}.blueprint-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.blueprint-summary{display:flex;flex-direction:column;gap:.5rem}.blueprint-row{display:flex;align-items:center;gap:.5rem;font-size:.88rem}.blueprint-icon{flex-shrink:0}.blueprint-label{color:var(--muted);font-size:.82rem;min-width:80px}.blueprint-value{color:var(--text);font-weight:600}.blueprint-divider{height:1px;background:var(--border);margin:1rem 0}.blueprint-timeline-title{font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}.blueprint-timeline{display:flex;flex-direction:column;gap:.5rem}.blueprint-tl-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;background:var(--surface2);border-radius:var(--radius-sm);font-size:.85rem}.blueprint-tl-milestone{color:var(--text)}.blueprint-tl-date{font-family:var(--font-mono);font-weight:700;color:var(--accent);font-size:.82rem}.blueprint-social-proof{text-align:center}.blueprint-sp-label{font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.blueprint-sp-text{font-size:.88rem;color:var(--text);line-height:1.6}.blueprint-sp-text strong{color:var(--accent)}.thinking-steps{display:flex;flex-direction:column;gap:.6rem;margin:1.5rem 0 1.2rem;text-align:left}.thinking-step{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--muted2);opacity:0;transform:translate(-8px);transition:all .4s ease}.thinking-step.active{opacity:1;transform:translate(0);color:var(--text)}.thinking-step.completed{opacity:.7;transform:translate(0);color:var(--muted)}.thinking-check{flex-shrink:0;width:18px;text-align:center;font-size:.85rem;color:var(--muted);transition:color .3s}.thinking-check.done{color:var(--accent)}.thinking-text{line-height:1.5}.thinking-text strong{color:var(--accent)}.thinking-progress-wrap{width:100%;height:4px;background:var(--surface);border-radius:2px;overflow:hidden;margin-top:.5rem}.thinking-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--accent-dim),var(--accent));border-radius:2px;transition:width .1s linear;box-shadow:0 0 8px #b8ff474d}.thinking-progress-label{font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:var(--muted);text-align:right;margin-top:.3rem}.thinking-fomo{background:#ffc8320f;border:1px solid rgba(255,200,50,.15);border-radius:var(--radius-sm);padding:1rem;margin-top:1.2rem;text-align:center}.thinking-fomo-icon{font-size:1.5rem;margin-bottom:.4rem}.thinking-fomo-text{font-size:.82rem;color:var(--text);line-height:1.6}.thinking-fomo-text strong{color:#ffc832}.thinking-result{margin-top:1.5rem;text-align:center}.thinking-qualified-badge{font-family:var(--font-mono);font-size:1.1rem;font-weight:800;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem;animation:qualifiedPulse 1.5s ease infinite}@keyframes qualifiedPulse{0%,to{text-shadow:0 0 8px rgba(184,255,71,.3)}50%{text-shadow:0 0 24px rgba(184,255,71,.7)}}.thinking-qualified-text{font-size:.88rem;color:var(--muted);margin-bottom:1rem;line-height:1.5}.dash-quick-win{background:var(--surface);border:2px solid var(--accent);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.2rem;animation:fadeSlide .6s ease}.dash-qw-header{text-align:center;margin-bottom:1.2rem}.dash-qw-badge{display:inline-block;font-size:1.3rem;font-weight:800;color:var(--accent);margin-bottom:.3rem}.dash-qw-sub{display:block;font-size:.92rem;color:var(--muted)}.dash-qw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1rem}.dash-qw-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem;text-align:center}.dash-qw-card-icon{font-size:1.5rem;margin-bottom:.3rem}.dash-qw-card-label{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);margin-bottom:.2rem}.dash-qw-card-value{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3}.dash-qw-card-detail{font-size:.82rem;color:var(--muted);margin-top:.2rem}.dash-qw-preview{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem 1rem}.dash-qw-preview-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.dash-qw-preview-items{display:flex;flex-direction:column;gap:.3rem}.dash-qw-preview-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text);padding:.3rem .5rem;border-radius:var(--radius-sm)}.dash-qw-preview-item.locked{opacity:.5;color:var(--muted)}.dash-qw-preview-item em{margin-left:auto;font-size:.82rem;color:var(--accent);font-style:normal}.dash-welcome-back{display:flex;align-items:center;gap:1rem;padding:1rem 1.4rem;background:#ffcc000f;border:1px solid rgba(255,204,0,.25);border-left:3px solid var(--yellow);border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.95rem;color:var(--muted);line-height:1.6;animation:fadeSlide .4s ease}.dash-wb-icon{font-size:1.4rem;flex-shrink:0}.dash-wb-content strong{color:var(--text)}.dash-hero-card{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 1.6rem;background:var(--surface);border:1px solid var(--accent);border-left:4px solid var(--accent);border-radius:var(--radius);margin-bottom:1rem;transition:all var(--transition);animation:fadeSlide .5s ease}.dash-hero-card:hover{background:var(--accent-dim);box-shadow:0 0 20px #b8ff4714}.dash-hero-icon{font-size:1.8rem;flex-shrink:0}.dash-hero-body{flex:1}.dash-hero-label{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.25rem}.dash-hero-action{font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.4}.dash-hero-why{font-size:.88rem;color:var(--muted);margin-top:.3rem;line-height:1.5}.dash-hero-arrow{font-size:1.5rem;color:var(--accent);font-weight:800;flex-shrink:0;opacity:.6;transition:opacity var(--transition),transform var(--transition)}.dash-hero-card:hover .dash-hero-arrow{opacity:1;transform:translate(4px)}.dash-trends-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1.2rem}.dash-trend-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem 1rem}.dash-trend-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.dash-trend-bars{display:flex;align-items:flex-end;gap:.4rem;height:48px}.dash-trend-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.dash-trend-bar{width:100%;border-radius:2px 2px 0 0;min-height:2px;transition:height .6s ease}.dash-trend-bar-label{font-family:var(--font-mono);font-size:.85rem;color:var(--muted2);margin-top:.25rem;white-space:nowrap}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dash-action-plan{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;gap:2rem}.dash-greeting{font-size:1.9rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.dash-nudge{font-size:1.15rem;color:var(--text);line-height:1.65;max-width:650px}.dash-next-step{display:flex;align-items:center;gap:.8rem;margin-top:.8rem;padding:.6rem .9rem;background:var(--accent-ghost);border:1px solid var(--accent-dim);border-radius:var(--radius-sm);width:fit-content}.dash-next-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:600}.dash-next-title{font-size:1rem;font-weight:600;color:var(--text)}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.dash-phases{display:flex;gap:.5rem;margin-bottom:2rem}.dash-phase{flex:1;display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;color:var(--muted2);transition:all var(--transition);position:relative}.dash-phase.active{border-color:var(--accent);color:var(--text);background:var(--accent-ghost)}.dash-phase.done{color:var(--muted)}.dash-phase-icon{font-size:1rem}.dash-phase-label{font-weight:600}.dash-phase-check{margin-left:auto;color:var(--accent);font-size:.85rem;font-weight:700}.dash-quick-nav{display:flex;gap:.5rem;padding:.6rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow-x:auto}.dash-nav-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.78rem;font-weight:600;color:var(--muted);background:var(--surface2);border:1px solid var(--border);border-radius:20px;text-decoration:none;white-space:nowrap;transition:all .15s}.dash-nav-chip:hover{color:var(--accent);border-color:var(--accent);background:#c0ff000f}.dash-section-label{font-family:var(--font-mono);font-size:.88rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2);margin-bottom:.8rem}.dash-collapsible{margin-bottom:1rem}.dash-section-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.5rem;list-style:none}.dash-section-toggle::-webkit-details-marker{display:none}.dash-section-toggle:before{content:"▸";font-size:.8rem;transition:transform .2s ease;color:var(--muted)}details[open]>.dash-section-toggle:before{transform:rotate(90deg)}.dash-section-count{font-family:var(--font-mono);font-size:.8rem;color:var(--muted);font-weight:400;letter-spacing:.05em}.dash-collapsible>*:not(summary){animation:fadeSlideIn .25s ease}.dash-quick-nav{display:flex;gap:.5rem;flex-wrap:wrap;padding:.6rem 0;margin-bottom:.5rem;position:sticky;top:0;z-index:10;background:rgba(var(--bg-rgb, 18,18,22),.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dash-nav-chip{font-size:.8rem;padding:.35rem .75rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);text-decoration:none;transition:all .2s;white-space:nowrap}.dash-nav-chip:hover{color:var(--text);border-color:var(--accent);background:#c0ff000f}.module-card.compact-done{display:flex;align-items:center;gap:.8rem;padding:.6rem .8rem;min-height:auto}.module-card.compact-done .mod-card-num{width:28px;height:28px;font-size:.65rem;flex-shrink:0}.dash-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.dash-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.5rem;transition:all var(--transition)}.dash-summary-card:hover{border-color:var(--border-hover)}.dash-card-icon{font-size:1.3rem;margin-bottom:.5rem}.dash-card-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);margin-bottom:.35rem}.dash-card-value{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.dash-card-value.empty{color:var(--muted2);font-style:italic;font-weight:500}.dash-card-value.accent{color:var(--accent)}.dash-card-sub{font-size:.88rem;color:var(--muted)}.dash-progress-bar{height:4px;background:var(--surface3);border-radius:2px;overflow:hidden;margin:.5rem 0}.dash-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .6s ease}.dash-titles-list{margin-top:.4rem}.dash-title-item{font-size:.88rem;color:var(--muted);padding:.15rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-title-more{font-size:.82rem;color:var(--muted2);font-style:italic}.dash-plan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}.dash-plan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.8rem;transition:all var(--transition)}.dash-plan-card:hover{border-color:var(--border-hover)}.dash-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.7rem;border-bottom:1px solid var(--border);font-weight:700;font-size:1.05rem}.dash-plan-link{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);text-decoration:none;letter-spacing:.04em;transition:opacity var(--transition)}.dash-plan-link:hover{opacity:.8;text-decoration:none}.dash-plan-empty{font-size:.92rem;color:var(--muted2);font-style:italic;padding:.5rem 0;line-height:1.6}.dash-plan-niches{display:flex;flex-direction:column;gap:.5rem}.dash-niche-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;background:var(--surface2);border-radius:var(--radius-sm)}.dash-niche-name{font-size:1.08rem;font-weight:600}.dash-niche-score{font-family:var(--font-mono);font-size:.95rem;font-weight:600}.dash-plan-titles{display:flex;flex-direction:column;gap:.4rem}.dash-title-row{display:flex;align-items:flex-start;gap:.7rem;padding:.5rem 0;font-size:1.02rem;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.03);line-height:1.55}.dash-title-row:last-child{border-bottom:none}.dash-title-num{font-family:var(--font-mono);font-size:.88rem;font-weight:600;color:var(--accent);background:var(--accent-dim);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.dash-tool-badge{display:inline-block;padding:.5rem 1rem;background:var(--accent-dim);color:var(--accent);font-weight:700;font-size:1.1rem;border-radius:var(--radius-sm);border:1px solid rgba(184,255,71,.2)}.dash-plan-goals{display:flex;flex-direction:column;gap:.5rem}.dash-goal-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .8rem;background:var(--surface2);border-radius:var(--radius-sm)}.dash-goal-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted2)}.dash-goal-value{font-size:1.05rem;font-weight:600}.dash-achievements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem}.dash-achievement-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;background:var(--surface2);border-radius:var(--radius-sm);border:1px solid var(--border);opacity:.35;filter:grayscale(1);transition:all .3s ease;position:relative}.dash-achievement-item:hover{opacity:.55}.dash-achievement-item.unlocked{opacity:1;filter:none;border-color:var(--accent);background:linear-gradient(135deg,var(--accent-ghost) 0%,var(--surface) 100%);box-shadow:0 0 0 1px var(--accent-ghost),inset 0 1px #ffffff0d}.dash-achievement-item.unlocked:hover{transform:translateY(-2px);box-shadow:0 4px 16px #b8ff4726,0 0 0 1px var(--accent)}.dash-achievement-item.unlocked .dash-achievement-icon{filter:drop-shadow(0 0 6px rgba(184,255,71,.4))}@keyframes achievementGlow{0%,to{box-shadow:0 0 0 2px var(--accent),0 0 12px #b8ff474d}50%{box-shadow:0 0 0 3px var(--accent),0 0 24px #b8ff4780}}.dash-achievement-item.newly-unlocked{animation:achievementGlow 1.5s ease-in-out 2}.dash-achievement-icon{font-size:1.2rem;flex-shrink:0}.dash-achievement-name{font-size:.82rem;font-weight:600;line-height:1.2}.dash-achievement-desc{font-size:.82rem;color:var(--muted);line-height:1.3}.module-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.module-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;cursor:pointer;transition:all var(--transition);position:relative;overflow:hidden}.module-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.module-card.locked{opacity:.5;cursor:not-allowed}.module-card.locked:hover{transform:none}.module-card.mod-future{opacity:.35;cursor:default;pointer-events:none}.module-card.mod-future:hover{transform:none;border-color:var(--border)}.mod-card-num{font-family:var(--font-mono);font-size:3rem;font-weight:500;color:var(--accent-ghost);line-height:1;position:absolute;top:.5rem;right:.8rem}.mod-card-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.mod-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.8rem;line-height:1.3}.mod-card-bar{height:4px;background:var(--surface3);border-radius:2px;overflow:hidden;margin-bottom:.4rem}.mod-card-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .6s ease}.mod-card-status{font-family:var(--font-mono);font-size:.88rem;color:var(--muted2)}.achievements-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.achievement{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;transition:all var(--transition)}.achievement.unlocked{border-color:var(--accent);background:var(--accent-dim);animation:achieveGlow 2s ease-in-out infinite alternate}@keyframes achieveGlow{0%{box-shadow:0 0 0 transparent}to{box-shadow:0 0 12px var(--accent-dim)}}.achievement.locked{opacity:.35}.achievement.locked .achievement-icon{filter:grayscale(1)}.achievement-icon{font-size:1rem}.achievement-name{font-weight:500}.lesson-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.lesson-breadcrumb{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);margin-bottom:.8rem;display:flex;align-items:center;gap:.4rem}.lesson-breadcrumb span{color:var(--accent)}.lesson-title{font-size:2rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.5rem;line-height:1.2}.lesson-meta{display:flex;gap:1.2rem;font-family:var(--font-mono);font-size:.88rem;color:var(--muted);letter-spacing:.06em}.lesson-meta-item{display:flex;align-items:center;gap:.35rem}.lesson-content{line-height:1.85;font-size:1.15rem}.lesson-content h3{font-size:1.55rem;margin-top:2.2rem;margin-bottom:.8rem;color:var(--text)}.lesson-content p{font-size:1.15rem;color:var(--muted);margin-bottom:1.1rem}.lesson-content p strong{color:var(--text)}.lesson-content ul{list-style:none;margin-bottom:1.1rem;margin-left:0}.lesson-content ul li{font-size:1.1rem;color:var(--muted);padding-left:1.2rem;position:relative;margin-bottom:.5rem;line-height:1.7}.lesson-content ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.95rem}.lesson-content ul li strong{color:var(--text)}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden;margin:1.5rem 0}.insight-card{background:var(--surface);padding:1.6rem;position:relative}.insight-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px}.insight-card.green:after{background:var(--accent)}.insight-card.red:after{background:var(--red)}.insight-card.purple:after{background:var(--purple)}.insight-card.blue:after{background:var(--blue)}.insight-icon{font-size:1.4rem;margin-bottom:.7rem}.insight-title{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.insight-body{font-size:1.05rem;color:var(--muted);line-height:1.7}.insight-tag{display:inline-block;margin-top:.7rem;font-family:var(--font-mono);font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .5rem;border-radius:3px}.insight-tag.green{background:var(--accent-dim);color:var(--accent)}.insight-tag.red{background:var(--red-dim);color:var(--red)}.insight-tag.purple{background:var(--purple-dim);color:var(--purple)}.insight-tag.blue{background:var(--blue-dim);color:var(--blue)}.prompt-box{margin:1.2rem 0;border:1px solid var(--border);border-left:3px solid var(--purple);border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 0 20px #8066ff0f;transition:box-shadow var(--transition)}.prompt-box:hover{box-shadow:0 0 28px #8066ff1f}.prompt-label{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:var(--surface2)}.prompt-label-text{font-family:var(--font-mono);font-size:.88rem;color:var(--purple);letter-spacing:.12em;text-transform:uppercase}.prompt-copy{font-family:var(--font-mono);font-size:.82rem;color:var(--muted2);background:none;border:none;cursor:pointer;padding:.2rem .5rem;border-radius:3px;transition:all var(--transition)}.prompt-copy:hover{background:var(--surface3);color:var(--text)}.prompt-copy.copied{color:var(--accent)}.prompt-text{padding:1rem 1.2rem;background:var(--surface);font-family:var(--font-mono);font-size:.95rem;color:#c0b0ff;line-height:1.7;white-space:pre-wrap}.callout{padding:1.2rem 1.4rem;border:1px solid var(--border);border-radius:var(--radius-sm);margin:1.2rem 0;display:flex;gap:.8rem;align-items:flex-start}.callout.green{border-left:3px solid var(--accent);background:var(--accent-dim)}.callout.red{border-left:3px solid var(--red);background:var(--red-dim)}.callout.purple{border-left:3px solid var(--purple);background:var(--purple-dim)}.callout.blue{border-left:3px solid var(--blue);background:var(--blue-dim)}.callout-icon{font-size:1.1rem;padding-top:2px;flex-shrink:0}.callout-text{font-size:1.05rem;line-height:1.75;color:var(--muted)}.callout-text strong{color:var(--text)}.cpm-chart{margin:1.5rem 0}.cpm-row{display:grid;grid-template-columns:170px 1fr 80px;gap:.8rem;align-items:center;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.cpm-name{font-size:1.05rem;font-weight:500}.cpm-track{height:4px;background:var(--surface2);border-radius:2px;overflow:hidden}.cpm-fill{height:100%;border-radius:2px;transition:width 1.2s ease}.cpm-val{font-family:var(--font-mono);font-size:.92rem;color:var(--accent);text-align:right}.niche-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:1.05rem}.niche-table th{text-align:left;padding:.65rem .8rem;font-family:var(--font-mono);font-size:.88rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);border-bottom:1px solid var(--border);background:var(--surface)}.niche-table td{padding:.75rem .8rem;border-bottom:1px solid rgba(255,255,255,.03)}.niche-table tr:hover td{background:#ffffff04}.pill{display:inline-block;padding:.18rem .55rem;font-family:var(--font-mono);font-size:.85rem;font-weight:500;border-radius:3px}.pill-high{background:var(--accent-dim);color:var(--accent)}.pill-mid{background:var(--purple-dim);color:var(--purple)}.pill-low{background:var(--red-dim);color:var(--red)}.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1.2rem 0}.compare-card{background:var(--surface);padding:1.5rem;display:flex;flex-direction:column}.compare-header{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent)}.compare-val{font-size:1.65rem;font-weight:800;color:var(--text);margin-bottom:.8rem;letter-spacing:-.02em}.compare-card .compare-list{list-style:none;margin:0;padding:0}.compare-card .compare-list li{font-size:.95rem;color:var(--muted);padding-left:1.1rem;position:relative;line-height:1.6;margin-bottom:.4rem}.compare-card .compare-list li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.85rem}.compare-side{background:var(--surface);padding:1.3rem}.compare-side h4{font-size:1.05rem;margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.compare-list{list-style:none}.compare-list li{font-size:1.02rem;color:var(--muted);padding-left:.9rem;position:relative;line-height:1.6;margin-bottom:.4rem}.compare-list li:before{position:absolute;left:0}.compare-yes li:before{content:"✓";color:var(--accent)}.compare-no li:before{content:"✕";color:var(--red)}.workflow-steps{margin:1.5rem 0;position:relative}.workflow-steps:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--accent) 0%,rgba(184,255,71,.1) 80%,transparent 100%);opacity:.2}.wf-step{display:grid;grid-template-columns:42px 1fr;gap:1.4rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.wf-step:last-child{border-bottom:none}.wf-dot{width:42px;height:42px;background:var(--surface2);border:1px solid rgba(184,255,71,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.92rem;color:var(--accent);font-weight:500;flex-shrink:0;z-index:1;position:relative;border-radius:var(--radius-sm)}.wf-step h3{font-size:1.2rem;margin-bottom:.4rem}.wf-body{font-size:1.05rem;color:var(--muted);line-height:1.75}.wf-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.wf-tag{font-family:var(--font-mono);font-size:.82rem;padding:.35rem .65rem;letter-spacing:.04em;border-radius:var(--radius-sm);font-weight:500}.wf-tag.green{background:var(--accent-dim);color:var(--accent)}.wf-tag.purple{background:var(--purple-dim);color:var(--purple)}.wf-tag.blue{background:var(--blue-dim);color:var(--blue)}.wf-tag.yellow{background:var(--yellow-dim, rgba(255, 204, 0, .12));color:var(--yellow)}.workshop-section{margin-top:2rem;padding:1.8rem;background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--accent);border-radius:var(--radius)}.workshop-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.workshop-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.workshop-desc{font-size:1.05rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.7}.niche-scoring-form{display:flex;flex-direction:column;gap:1.2rem}.score-criterion{display:grid;grid-template-columns:1fr 60px;gap:1rem;align-items:center;padding:.8rem 1rem;background:var(--surface2);border-radius:var(--radius-sm)}.criterion-name{font-size:1.05rem;font-weight:600}.criterion-desc{font-size:.95rem;color:var(--muted);margin-top:.15rem}.ns-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.2rem;border-left:3px solid var(--accent);transition:border-color .3s ease}.ns-card-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.ns-card-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--surface2);border:1px solid var(--border);font-weight:800;font-size:.85rem;color:var(--muted);flex-shrink:0}.ns-name-input{flex:1;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-family:var(--font-display);font-size:1rem;font-weight:600;padding:.6rem 1rem;border-radius:var(--radius-sm);outline:none;transition:border-color var(--transition)}.ns-name-input:focus{border-color:var(--accent)}.ns-name-input::placeholder{color:var(--muted2);font-weight:400}.ns-criteria{display:flex;flex-direction:column;gap:.6rem}.ns-criterion{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:var(--surface2);border-radius:var(--radius-sm);transition:background var(--transition)}.ns-criterion:hover{background:var(--surface3)}.ns-criterion-left{display:flex;align-items:center;gap:.6rem;min-width:240px;flex-shrink:0}.ns-criterion-icon{font-size:1.3rem;flex-shrink:0;width:28px;text-align:center}.ns-criterion-info{flex:1}.ns-criterion-name{font-weight:700;font-size:.88rem;color:var(--text)}.ns-criterion-desc{font-size:.85rem;color:var(--muted);line-height:1.4}.ns-criterion-right{flex:1;display:flex;align-items:center;gap:.8rem}.ns-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:6px;border-radius:3px;outline:none;cursor:pointer;transition:background .15s ease}.ns-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--bg);border:2.5px solid var(--accent);cursor:pointer;box-shadow:0 1px 4px #0003;transition:transform .15s ease}.ns-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.ns-slider::-webkit-slider-thumb:active{transform:scale(1.3)}.ns-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--bg);border:2.5px solid var(--accent);cursor:pointer}.ns-score-badge{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-weight:800;font-size:.95rem;color:#fff;flex-shrink:0;transition:background .2s ease}.ns-total{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:1rem 1.2rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .3s ease}.ns-total-left{display:flex;align-items:center;gap:.8rem;flex:1}.ns-total-emoji{font-size:1.5rem;flex-shrink:0}.ns-total-label{font-weight:600;font-size:.88rem;color:var(--text);margin-bottom:.3rem}.ns-total-bar{width:100%;max-width:200px;height:5px;background:var(--surface3);border-radius:3px;overflow:hidden}.ns-total-fill{height:100%;border-radius:3px;transition:width .3s ease,background .3s ease}.ns-total-score{font-family:var(--font-mono);font-size:2rem;font-weight:800;line-height:1;flex-shrink:0;transition:color .3s ease}.ns-total-max{font-size:.9rem;font-weight:400;opacity:.5}.score-slider{display:block}.niche-input-card{display:none}.criterion-score{font-family:var(--font-mono);font-size:1.3rem;font-weight:500;text-align:center}.score-total{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--surface2);border-radius:var(--radius-sm);border:1px solid var(--border)}.score-total-label{font-weight:700}.score-total-num{font-family:var(--font-mono);font-size:1.8rem;font-weight:500}.score-pass{color:var(--accent)}.score-fail{color:var(--red)}.title-input-group{margin-bottom:1rem}.title-input-label{font-family:var(--font-mono);font-size:.82rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;display:flex;justify-content:space-between}.title-char-count{color:var(--muted2)}.title-char-count.warn{color:var(--yellow)}.title-char-count.over{color:var(--red)}.title-input{width:100%;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-family:var(--font-display);font-size:1rem;padding:.7rem 1rem;border-radius:var(--radius-sm);outline:none;transition:border-color var(--transition)}.title-input:focus{border-color:var(--accent)}.title-input::placeholder{color:var(--muted2)}.pattern-select{background:var(--surface2);border:1px solid var(--border);color:var(--text);font-family:var(--font-display);font-size:.95rem;padding:.55rem .9rem;border-radius:var(--radius-sm);outline:none;margin-bottom:.8rem}.stack-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.stack-option{padding:1.2rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);text-align:center}.stack-option:hover{border-color:var(--border-hover)}.stack-option.selected{border-color:var(--accent);background:var(--accent-dim)}.stack-icon{font-size:1.5rem;margin-bottom:.5rem}.stack-name{font-weight:700;font-size:1rem;margin-bottom:.25rem}.stack-price{font-family:var(--font-mono);font-size:.82rem;color:var(--accent)}.tool-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.7rem}.tool-card{padding:1rem 1.1rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition)}.tool-card:hover{border-color:var(--border-hover)}.tool-card.selected{border-color:var(--accent);background:var(--accent-dim)}.tool-card-top{display:flex;align-items:center;gap:.5rem}.tool-card-icon{font-size:1.2rem}.tool-card-name{font-weight:700;font-size:1rem;flex:1}.tool-card-check{font-size:1.1rem;opacity:.6}.tool-card.selected .tool-card-check{color:var(--accent);opacity:1}.tool-card-category{font-size:.82rem;color:var(--muted);margin-top:.4rem}.tool-card-price{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);font-weight:600;margin-top:.15rem}.tool-card-note{font-size:.88rem;color:var(--muted);margin-top:.4rem;line-height:1.45}.tool-badge{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .5rem;border-radius:4px;margin-top:.4rem}.tool-badge.free{background:#22c55e26;color:#22c55e}.tool-badge.freemium{background:#3b82f626;color:#3b82f6}.tool-badge.paid{background:#a855f726;color:#a855f7}.tool-badge.usage{background:#f9731626;color:#f97316}.workshop-checklist{display:flex;flex-direction:column;gap:.4rem}.check-item{display:flex;align-items:flex-start;gap:.8rem;padding:.8rem 1rem;background:var(--surface2);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition)}.check-item:hover{background:var(--surface3)}.check-box{width:20px;height:20px;border:1.5px solid var(--muted2);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:all var(--transition);font-size:.88rem;color:transparent}.check-item.checked .check-box{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.check-text{flex:1}.check-text strong{display:block;font-weight:600;font-size:.95rem;margin-bottom:.15rem}.check-text span{font-size:.88rem;color:var(--muted);line-height:1.6}.check-detail{display:block;font-size:.88rem;color:var(--accent);font-weight:500;margin-top:.15rem;opacity:.85}.niche-input-card{padding:1.2rem;background:var(--surface2);border-radius:var(--radius-sm);margin-bottom:.8rem}.niche-input-card h4{font-size:.95rem;margin-bottom:.6rem}.exercise-card{margin-top:2rem;padding:1.5rem;background:var(--surface);border:1px solid var(--accent);border-left:4px solid var(--accent);border-radius:var(--radius);position:relative}.exercise-header{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}.exercise-icon{font-size:1.5rem;flex-shrink:0}.exercise-title{font-weight:700;font-size:1.05rem;color:var(--accent)}.exercise-subtitle{font-size:.82rem;color:var(--muted);margin-top:.1rem}.exercise-fields{display:flex;flex-direction:column;gap:1rem}.exercise-field{display:flex;flex-direction:column;gap:.2rem}.exercise-label{font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}.exercise-input{width:100%;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-family:var(--font-display);font-size:.95rem;padding:.6rem .9rem;border-radius:var(--radius-sm);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.exercise-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4ade801a}.exercise-input::placeholder{color:var(--muted2)}.exercise-textarea{resize:vertical;min-height:80px;line-height:1.5}.exercise-hint{font-size:.85rem;color:var(--muted);line-height:1.45}.exercise-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--border)}.exercise-saved-msg{font-size:.82rem;font-weight:600;color:var(--accent);opacity:0;transition:opacity .3s ease}.exercise-saved-msg.show{opacity:1}.exercise-skip{font-size:.88rem;color:var(--muted2);font-style:italic}.tool-rec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem;margin:1rem 0}.tool-rec-card{padding:1rem 1.2rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);text-decoration:none;color:inherit;display:block}.tool-rec-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tool-rec-card-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.tool-rec-icon{font-size:1.3rem}.tool-rec-name{font-weight:700;font-size:.95rem;flex:1}.tool-rec-badge{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:4px}.tool-rec-badge.free{background:#22c55e26;color:#22c55e}.tool-rec-badge.freemium{background:#3b82f626;color:#3b82f6}.tool-rec-badge.paid{background:#a855f726;color:#a855f7}.tool-rec-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:.4rem}.tool-rec-use{font-size:.88rem;font-weight:600;color:var(--accent)}.lesson-apply-cta{display:flex;align-items:center;gap:.8rem;margin:1.5rem 0;padding:.8rem 1rem;background:var(--surface);border:1px solid var(--accent);border-left:3px solid var(--accent);border-radius:var(--radius)}.lesson-apply-icon{font-size:1.4rem;flex-shrink:0}.lesson-apply-label{font-family:var(--font-mono);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700;margin-bottom:.1rem}.lesson-apply-text{font-size:.82rem;color:var(--text)}.lesson-apply-btn{margin-left:auto;flex-shrink:0;display:inline-block;padding:.4rem .8rem;background:var(--accent);color:#000;font-weight:700;font-size:.88rem;border-radius:var(--radius-sm);text-decoration:none;transition:all .2s}.lesson-apply-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.lesson-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.lesson-nav-btn{display:flex;align-items:center;gap:.5rem;font-size:1.08rem;color:var(--muted);cursor:pointer;padding:.6rem 1rem;border-radius:var(--radius-sm);transition:all var(--transition);background:none;border:none;font-family:var(--font-display)}.lesson-nav-btn:hover{color:var(--text);background:var(--surface)}.lesson-footer-progress{font-size:.88rem;font-family:var(--font-mono);color:var(--muted2);text-transform:uppercase;letter-spacing:.05em}.btn-complete{padding:.7rem 1.6rem;font-size:.95rem;font-weight:700;border-radius:var(--radius-sm);background:var(--accent);color:var(--bg);border:none;cursor:pointer;transition:all var(--transition);font-family:var(--font-display)}.btn-complete:hover{box-shadow:0 0 16px #b8ff474d;transform:translateY(-1px)}.btn-complete:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-next-lesson{padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;border-radius:var(--radius-sm);background:var(--surface2);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);font-family:var(--font-display)}.btn-next-lesson:hover{border-color:var(--accent);color:var(--accent)}.lesson-done-badge{font-size:.88rem;font-weight:600;color:var(--accent)}.toast-notification{position:fixed;top:1.5rem;right:-400px;z-index:10100;display:flex;align-items:center;gap:.7rem;padding:.9rem 1.3rem;background:linear-gradient(135deg,var(--surface) 0%,var(--surface2) 100%);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);box-shadow:0 8px 32px #00000059;cursor:pointer;transition:right .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;max-width:380px}.toast-notification.show{right:1.5rem}.toast-notification.hide{right:-400px;opacity:0}.toast-icon{font-size:1.5rem;flex-shrink:0}.toast-text{font-size:.9rem;font-weight:700;color:var(--text)}.toast-subtext{font-size:.88rem;color:var(--muted);margin-top:.1rem}.celebration-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#08080dd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease}.celebration-card{text-align:center;padding:2.5rem 3rem;animation:popIn .4s ease}.celebration-emoji{font-size:3.5rem;margin-bottom:1rem}.celebration-title{font-size:1.65rem;font-weight:800;margin-bottom:.5rem}.celebration-desc{font-size:1rem;color:var(--muted);margin-bottom:1.5rem}.revenue-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin:1.2rem 0}.revenue-item{background:var(--surface);padding:1.2rem}.revenue-pct{font-family:var(--font-mono);font-size:1.6rem;font-weight:500;color:var(--accent);line-height:1;margin-bottom:.3rem}.revenue-name{font-weight:700;font-size:.95rem;margin-bottom:.25rem}.revenue-body{font-size:.88rem;color:var(--muted);line-height:1.65}.income-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem}.income-table th{text-align:left;padding:.6rem .8rem;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);border-bottom:1px solid var(--border);background:var(--surface)}.income-table td{padding:.7rem .8rem;border-bottom:1px solid rgba(255,255,255,.03)}.income-table tr:hover td{background:#ffffff03}.rejection-box{background:var(--red-dim);border:1px solid rgba(255,68,102,.18);border-left:3px solid var(--red);border-radius:var(--radius-sm);padding:1.4rem 1.5rem;margin:1.2rem 0}.rejection-title{font-family:var(--font-mono);font-size:.82rem;color:var(--red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem}.rejection-list{list-style:none}.rejection-list li{font-size:.95rem;color:var(--muted);line-height:1.7;padding-left:1rem;position:relative;margin-bottom:.7rem}.rejection-list li:before{content:"×";position:absolute;left:0;color:var(--red)}.rejection-list li strong{color:var(--text);display:block;margin-bottom:.1rem}.section-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;margin-top:2rem;display:flex;align-items:center;gap:.5rem}.section-label:after{content:"";flex:0 0 20px;height:1px;background:var(--accent);opacity:.4}.retention-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1rem 0}.ret-card{padding:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.ret-card h4{font-size:.98rem;margin-bottom:.3rem}.ret-card p{font-size:.88rem;color:var(--muted);line-height:1.65}.ret-val{font-family:var(--font-mono);font-size:1.2rem;font-weight:500;color:var(--accent);margin-bottom:.2rem;line-height:1}.ret-card.bad .ret-val{color:var(--red)}.ret-card.mid .ret-val{color:var(--purple)}.timeline{margin:1.5rem 0}.tl-item{display:grid;grid-template-columns:120px 1fr;gap:1.5rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.tl-item:last-child{border-bottom:none}.tl-period{font-family:var(--font-mono);font-size:.88rem;color:var(--accent);letter-spacing:.06em}.tl-content h4{font-size:1.02rem;margin-bottom:.3rem}.tl-content p{font-size:.92rem;color:var(--muted);line-height:1.7}.tl-goal{display:inline-block;margin-top:.6rem;padding:.35rem .7rem;background:var(--accent-dim);font-family:var(--font-mono);font-size:.82rem;color:var(--accent);letter-spacing:.06em;border-radius:3px}.signal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin:1rem 0}.signal-card{padding:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.signal-name{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.signal-weight{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);margin-bottom:.4rem}.signal-body{font-size:.88rem;color:var(--muted);line-height:1.65}.signal-bar{height:3px;background:var(--surface2);margin-top:.6rem;border-radius:2px;overflow:hidden}.signal-fill{height:100%;background:var(--accent);border-radius:2px}.video-ideas{display:flex;flex-direction:column;gap:.7rem;margin:1rem 0}.video-idea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.5rem;display:grid;grid-template-columns:50px 1fr 100px;gap:1.2rem;align-items:start;transition:border-color var(--transition)}.video-idea:hover{border-color:#b8ff472e}.vi-num{font-family:var(--font-serif);font-size:2.2rem;color:#b8ff4714;line-height:1}.vi-pattern{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.3rem}.vi-title{font-size:1.02rem;font-weight:700;margin-bottom:.4rem;line-height:1.3}.vi-why{font-size:.92rem;color:var(--muted);line-height:1.7}.vi-examples{margin-top:.7rem;display:flex;flex-direction:column;gap:.25rem}.vi-example{font-size:.88rem;color:var(--muted);padding:.35rem .6rem;background:var(--surface2);border-left:2px solid var(--border);font-style:italic;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.vi-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.vi-views{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);font-weight:500;text-align:right;white-space:nowrap}.vi-niche{font-family:var(--font-mono);font-size:.8rem;background:var(--surface2);color:var(--muted);padding:.18rem .45rem;text-transform:uppercase;letter-spacing:.06em;border-radius:3px}.bundle-box{background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--accent);border-radius:var(--radius);padding:1.5rem 1.8rem;margin:1.5rem 0}.bundle-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.bundle-list{display:grid;grid-template-columns:1fr 1fr;gap:.25rem .4rem;list-style:none;margin:.8rem 0}.bundle-list li{font-size:.92rem;color:var(--muted);padding-left:.8rem;position:relative;line-height:1.6}.bundle-list li:before{content:"↳";position:absolute;left:0;color:var(--accent);font-size:.82rem}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin:1rem 0}.tool-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem}.tool-card.featured{border-color:#b8ff4733}.tc-head{display:flex;align-items:center;gap:.7rem;margin-bottom:.8rem}.tc-icon{width:34px;height:34px;background:var(--surface2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;border-radius:var(--radius-sm)}.tc-name{font-weight:700;font-size:.95rem}.tc-role{font-size:.88rem;color:var(--muted)}.tc-price{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);margin-top:.15rem}.tc-body{font-size:.88rem;color:var(--muted);line-height:1.7}.tc-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.6rem}.tc-tag{font-family:var(--font-mono);font-size:.88rem;background:#ffffff0d;color:var(--muted);padding:.15rem .4rem;letter-spacing:.05em;border-radius:3px}.dash-tool-stack{padding:.5rem 0}.dash-tool-summary{display:flex;gap:1.2rem;padding:.8rem 1rem;background:var(--surface2);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1rem}.dash-tool-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem;flex:1}.dash-tool-stat-num{font-size:1.15rem;font-weight:700;color:var(--accent)}.dash-tool-stat-label{font-family:var(--font-mono);font-size:.88rem;color:var(--muted2);text-transform:uppercase;letter-spacing:.06em}.dash-tool-categories{display:flex;flex-direction:column;gap:.7rem}.dash-tool-cat{padding:.5rem 0}.dash-tool-cat-head{font-size:.88rem;font-weight:600;color:var(--muted);margin-bottom:.35rem}.dash-tool-cat-items{display:flex;flex-wrap:wrap;gap:.35rem}.dash-tool-tag{font-size:.88rem;background:var(--accent-dim);color:var(--text);padding:.25rem .55rem;border-radius:var(--radius-sm);border:1px solid var(--border);white-space:nowrap}.workshop-banner{background:#c0ff000d;border:1px solid rgba(192,255,0,.15);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:1rem 1.4rem;margin-bottom:1.5rem}.workshop-banner-label{font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}.workshop-banner-desc{font-size:.85rem;color:var(--muted);line-height:1.4}.coach-tip{background:var(--coach-bg);border:1px solid var(--coach-border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:1.2rem 1.6rem;margin-bottom:2rem}.coach-tip-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.coach-tip p{font-size:1.1rem;color:var(--muted);line-height:1.75;font-style:italic;margin:0}.lesson-takeaways{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.8rem;margin:2rem 0 1.5rem}.takeaways-label{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.takeaway-item{display:flex;align-items:flex-start;gap:.8rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.03);font-size:1.08rem;color:var(--muted);line-height:1.65}.takeaway-item:last-child{border-bottom:none}.takeaway-num{font-family:var(--font-mono);font-size:.82rem;font-weight:600;color:var(--accent);background:var(--accent-dim);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.fade-in{animation:fadeIn .4s ease}.slide-up{animation:slideUp .4s ease}.rev-calc{max-width:1200px;margin:0 auto;padding:2rem 0}.rev-calc-header-wrap{margin-bottom:1rem}.rev-calc-title{font-size:1.7rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.rev-calc-subtitle{font-size:.95rem;color:var(--muted);max-width:700px;line-height:1.6}.rev-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.rev-hero-sticky{max-width:1200px;margin:0 auto;padding:.5rem 0;transition:box-shadow .2s ease}.rev-hero-sticky.is-stuck{position:fixed;left:0;right:0;top:0;padding:.5rem 2rem;background:var(--bg);box-shadow:0 2px 12px #00000040;border-bottom:1px solid var(--border)}.rev-hero-placeholder{display:none}.rev-hero-inner{display:flex;justify-content:space-between;align-items:center}.rev-hero-yearly{font-size:1.1rem;color:var(--muted);font-weight:600;font-family:var(--font-mono)}.rev-calc-inputs{display:flex;flex-direction:column;gap:1.5rem}.rev-input-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem}.rev-input-label{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.8rem}.rev-input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rev-input-group{display:flex;flex-direction:column;gap:.35rem}.rev-input-group label{font-size:.88rem;color:var(--muted);font-weight:500}.rev-input{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem;font-size:.92rem;font-family:var(--font-mono);color:var(--text);width:100%;transition:border-color var(--transition)}.rev-input:focus{outline:none;border-color:var(--accent)}.rev-slider-row{display:flex;align-items:center;gap:.8rem}.rev-range{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:var(--surface3);border-radius:3px;cursor:pointer}.rev-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--surface);box-shadow:0 1px 4px #0003}.rev-range-val{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--accent);min-width:36px;text-align:right}.rev-niche-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.rev-niche-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem .4rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);text-align:center}.rev-niche-card:hover{border-color:var(--border-hover);background:var(--surface2)}.rev-niche-card.selected{border-color:var(--accent);background:var(--accent-dim)}.rev-niche-icon{font-size:1.2rem}.rev-niche-name{font-size:.82rem;font-weight:600;color:var(--text);line-height:1.3}.rev-niche-cpm{font-family:var(--font-mono);font-size:.85rem;color:var(--muted2)}.rev-calc-header-wrap{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;max-width:1200px;margin:0 auto 1rem}.rev-calc-niche-link{font-size:.82rem;color:var(--accent);text-decoration:none;font-weight:600;white-space:nowrap;padding:.4rem .8rem;border:1px solid var(--accent);border-radius:var(--radius-sm);transition:all var(--transition)}.rev-calc-niche-link:hover{background:var(--accent-dim)}.rev-input-hint{font-size:.8rem;color:var(--muted2);line-height:1.5;margin-bottom:.7rem}.rev-duration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.rev-duration-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.7rem .4rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);text-align:center}.rev-duration-card:hover{border-color:var(--border-hover);background:var(--surface2)}.rev-duration-card.selected{border-color:var(--accent);background:var(--accent-dim)}.rev-duration-icon{font-size:1.3rem}.rev-duration-label{font-size:.85rem;font-weight:700;color:var(--text)}.rev-duration-desc{font-size:.85rem;color:var(--muted2)}.rev-duration-mult{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--accent);margin-top:.15rem}.rev-coach-tip{display:flex;align-items:flex-start;gap:.6rem;margin-top:.8rem;padding:.7rem .9rem;background:var(--coach-bg);border:1px solid var(--coach-border);border-radius:var(--radius-sm);font-size:.88rem;color:var(--muted);line-height:1.5}.rev-coach-icon{font-size:1.1rem;flex-shrink:0}.rev-dur-compare{display:flex;justify-content:space-between;align-items:center;padding:.45rem .6rem;border-radius:var(--radius-sm);font-size:.82rem;color:var(--muted);transition:all var(--transition)}.rev-dur-compare.selected{background:var(--accent-dim);font-weight:600;color:var(--text)}.rev-dur-compare-label{display:flex;align-items:center;gap:.3rem}.rev-dur-compare-val{font-family:var(--font-mono);font-weight:700;color:var(--accent)}.rev-calc-results{display:flex;flex-direction:column;gap:1rem}.rev-results-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem}.rev-results-hero{text-align:left;background:linear-gradient(135deg,#2d8c0014,#2d8c0005);border-color:#2d8c0033;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.rev-results-label{font-family:var(--font-mono);font-size:.82rem;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.7rem}.rev-results-total{font-size:2.8rem;font-weight:900;color:var(--accent);line-height:1;margin-bottom:.2rem}.rev-results-sub{font-size:1rem;color:var(--muted);font-weight:500}.rev-breakdown{display:flex;flex-direction:column;gap:.45rem}.rev-breakdown-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.rev-breakdown-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rev-breakdown-name{flex:1;color:var(--muted)}.rev-breakdown-val{font-family:var(--font-mono);font-weight:700;color:var(--text)}.rev-bar-chart{display:flex;height:10px;border-radius:5px;overflow:hidden;margin-top:.8rem;background:var(--surface2)}.rev-bar-segment{height:100%;transition:width .4s ease}.rev-proj-table{display:flex;flex-direction:column}.rev-proj-row{display:grid;grid-template-columns:50px 1fr 70px 80px;gap:.5rem;align-items:center;padding:.4rem .5rem;font-size:.88rem;border-radius:var(--radius-sm)}.rev-proj-row:nth-child(odd){background:var(--surface2)}.rev-proj-month{font-family:var(--font-mono);font-weight:700;color:var(--muted);font-size:.82rem}.rev-proj-views{color:var(--muted2);font-size:.82rem}.rev-proj-rev{font-family:var(--font-mono);font-weight:600;color:var(--accent);text-align:right}.rev-proj-cum{font-family:var(--font-mono);font-weight:700;color:var(--text);text-align:right;font-size:.82rem}.rev-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.rev-metric{text-align:center;padding:.6rem .3rem;background:var(--surface2);border-radius:var(--radius-sm)}.rev-metric-val{font-size:1.05rem;font-weight:800;color:var(--accent)}.rev-metric-label{font-family:var(--font-mono);font-size:.85rem;color:var(--muted2);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem}.rev-ypp-estimate{display:flex;flex-direction:column;gap:.5rem}.rev-ypp-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .7rem;background:var(--surface2);border-radius:var(--radius-sm);font-size:.88rem;color:var(--muted)}.rev-ypp-val{font-family:var(--font-mono);font-weight:700;color:var(--accent)}@media(max-width:900px){.rev-calc-grid{grid-template-columns:1fr}.rev-calc-results{position:static}.rev-niche-grid{grid-template-columns:repeat(2,1fr)}}.hamburger-btn{display:none;background:none;border:none;font-size:1.4rem;color:var(--text);cursor:pointer;padding:.3rem .5rem;border-radius:var(--radius-sm);line-height:1}.hamburger-btn:hover{background:var(--surface2)}.scroll-progress{position:fixed;top:56px;left:0;width:0%;height:3px;background:var(--accent);z-index:100;transition:width .1s linear}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998}@media(max-width:900px){.hamburger-btn{display:inline-flex}.app-layout{grid-template-columns:1fr}.sidebar{display:none;position:fixed;top:56px;left:0;bottom:0;width:280px;z-index:999;background:var(--bg);border-right:1px solid var(--border);overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.app-layout.sidebar-open .sidebar{display:block;transform:translate(0)}.app-layout.sidebar-open .sidebar-overlay{display:block}.main-content{padding:1.5rem}.insight-grid,.compare-grid,.retention-grid,.stack-options{grid-template-columns:1fr}.video-idea{grid-template-columns:auto 1fr}.vi-meta{display:none}.tl-item{grid-template-columns:1fr}.cpm-row{grid-template-columns:110px 1fr 60px}.bundle-list,.plan-items{grid-template-columns:1fr}}@media(max-width:640px){.topbar{padding:0 1rem}.topbar-username{display:none}.module-cards{grid-template-columns:1fr}}.launch-readiness{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.5rem;margin:1.5rem 0}.launch-readiness-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem}.launch-readiness-label{font-size:1.1rem;font-weight:700}.launch-readiness-pct{font-family:var(--font-mono);font-size:1.8rem;font-weight:800;line-height:1}.launch-readiness-bar{width:100%;height:10px;background:var(--surface3);border-radius:5px;overflow:hidden}.launch-readiness-fill{height:100%;border-radius:5px;transition:width .6s ease,background .3s ease}.launch-readiness-detail{font-size:.88rem;color:var(--muted2);margin-top:.5rem;font-family:var(--font-mono)}.launch-tiles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.5rem 0}.launch-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.2rem;transition:all var(--transition)}.launch-tile.done{border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.launch-tile.pending{border-color:color-mix(in srgb,#facc15 30%,transparent)}.launch-tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.launch-tile-icon{font-size:1.2rem}.launch-tile-title{font-size:.85rem;font-weight:700;color:var(--text);flex:1}.launch-tile-badge{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:800}.launch-tile-badge.done{background:var(--accent);color:var(--bg)}.launch-tile-badge.pending{background:#facc15;color:#000}.launch-tile-body{min-height:50px}.launch-tile-value{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.launch-tile-meta{font-size:.85rem;font-family:var(--font-mono);color:var(--muted)}.launch-tile-empty{font-size:.82rem;color:var(--muted2);margin-bottom:.5rem}.launch-tile-action{display:inline-block;padding:.4rem .8rem;font-size:.88rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);font-family:var(--font-display)}.launch-tile-action:hover{background:color-mix(in srgb,var(--accent) 20%,transparent);border-color:var(--accent)}.launch-tile-progress-bar{width:100%;height:6px;background:var(--surface3);border-radius:3px;overflow:hidden;margin:.4rem 0}.launch-tile-progress-fill{height:100%;border-radius:3px;transition:width .4s ease}.launch-videos-section{margin-top:1.5rem}.launch-section-title{font-size:1rem;font-weight:700;margin-bottom:.8rem}.launch-videos-list{display:flex;flex-direction:column;gap:.4rem}.launch-video-item{display:flex;align-items:center;gap:.7rem;padding:.7rem 1rem;background:var(--surface2);border-radius:var(--radius-sm);border:1px solid var(--border)}.launch-video-num{width:24px;height:24px;border-radius:50%;background:var(--accent);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;flex-shrink:0}.launch-video-title{font-size:.88rem;font-weight:500;color:var(--text)}.launch-banner{display:flex;gap:1rem;align-items:center;padding:1.3rem 1.5rem;border-radius:var(--radius);margin-top:1.5rem}.launch-banner.ready{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,transparent),color-mix(in srgb,var(--accent) 5%,transparent));border:1px solid color-mix(in srgb,var(--accent) 40%,transparent)}.launch-banner.progress{background:var(--surface);border:1px solid var(--border)}.launch-banner-icon{font-size:2rem;flex-shrink:0}.launch-banner-title{font-size:1.05rem;font-weight:700;margin-bottom:.2rem}.launch-banner.ready .launch-banner-title{color:var(--accent)}.launch-banner-desc{font-size:.85rem;color:var(--muted);line-height:1.5}@media(max-width:900px){.launch-tiles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.launch-tiles-grid{grid-template-columns:1fr}}.journey-map{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.5rem;margin-bottom:1rem}.journey-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.journey-map-title{font-size:1rem;font-weight:700;color:var(--text)}.journey-map-subs{font-family:var(--font-mono);font-size:.88rem;color:var(--accent);font-weight:600}.journey-phases{display:flex;align-items:center;gap:0;overflow-x:auto;padding-bottom:.3rem}.journey-phase{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem .6rem;border-radius:var(--radius-sm);text-decoration:none;transition:all var(--transition);min-width:80px;position:relative}.journey-phase:hover{background:var(--surface2)}.journey-phase.locked{opacity:.35}.journey-phase.current{background:var(--accent-dim);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.journey-phase.done{opacity:.7}.journey-phase-icon{font-size:1.4rem}.journey-phase-name{font-size:.85rem;font-weight:600;color:var(--muted);text-align:center;line-height:1.2}.journey-phase.current .journey-phase-name{color:var(--accent)}.journey-phase-you{position:absolute;top:-.4rem;right:-.2rem;font-size:.5rem;font-weight:800;background:var(--accent);color:var(--bg);padding:.1rem .3rem;border-radius:3px;font-family:var(--font-mono);letter-spacing:.05em}.journey-connector{width:16px;height:2px;background:var(--border);flex-shrink:0}.today-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 8%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,var(--accent) 25%,var(--border));border-radius:var(--radius);padding:1.2rem 1.5rem;margin-bottom:1rem}.today-hero-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.today-hero-label{font-size:.9rem;font-weight:800;color:var(--accent);letter-spacing:.02em}.today-hero-date{font-size:.82rem;color:var(--muted);font-family:var(--font-mono)}.today-hero-action{display:flex;align-items:flex-start;gap:.8rem}.today-hero-icon{font-size:1.8rem;flex-shrink:0;line-height:1}.today-hero-text{flex:1}.today-hero-main{font-size:1rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:.3rem}.today-hero-why{font-size:.88rem;color:var(--muted);line-height:1.5}.today-hero-go{flex-shrink:0;padding:.5rem 1rem;background:var(--accent);color:var(--bg);border-radius:var(--radius-sm);text-decoration:none;font-weight:700;font-size:.82rem;transition:all var(--transition);align-self:center}.today-hero-go:hover{opacity:.9;transform:translateY(-1px)}.today-hero-also{margin-top:.8rem;padding-top:.7rem;border-top:1px solid var(--border)}.today-hero-also-label{font-size:.8rem;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-family:var(--font-mono)}.today-hero-task{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted);padding:.2rem 0}.today-hero-task a{color:var(--accent);text-decoration:none}.today-hero-task a:hover{text-decoration:underline}.today-task-check{font-size:.8rem}.week-dashboard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.3rem;margin-bottom:1rem}.week-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}.week-dashboard-title{font-size:.88rem;font-weight:700;color:var(--text)}.week-dashboard-label{font-size:.8rem;color:var(--muted2);font-family:var(--font-mono)}.week-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.week-stat{text-align:center;padding:.5rem .3rem;background:var(--surface2);border-radius:var(--radius-sm)}.week-stat-value{font-size:1.3rem;font-weight:800;color:var(--text);line-height:1}.week-stat-target{font-size:.8rem;font-weight:400;color:var(--muted)}.week-stat-label{font-size:.85rem;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-family:var(--font-mono)}.week-stat-bar{height:3px;background:var(--surface3);border-radius:2px;margin-top:.35rem;overflow:hidden}.week-stat-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .5s ease}.week-stat-fill.complete{background:var(--accent)}.week-stat-bench{font-size:.85rem;font-weight:600;margin-top:.25rem;line-height:1.2}.week-dashboard-meta{display:flex;align-items:center;gap:.8rem;padding-top:.7rem;margin-top:.7rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--muted)}.week-settings-btn{background:none;border:none;cursor:pointer;font-size:.85rem;padding:.15rem;margin-left:auto;opacity:.6;transition:opacity var(--transition)}.week-settings-btn:hover{opacity:1}.command-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.cmd-stat{text-align:center;padding:.6rem .3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.cmd-stat-val{font-size:1.1rem;font-weight:800;color:var(--accent)}.cmd-stat-label{font-size:.58rem;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em;margin-top:.15rem;font-family:var(--font-mono)}.phase-outcome-card{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 6%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,var(--accent) 20%,var(--border));border-radius:var(--radius);padding:1.2rem 1.5rem;margin-bottom:1.5rem}.phase-outcome-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;flex-wrap:wrap}.phase-outcome-icon{font-size:1.4rem}.phase-outcome-title{font-size:1rem;font-weight:700;color:var(--text)}.phase-outcome-goal{margin-left:auto;font-size:.82rem;font-weight:600;color:var(--accent);font-family:var(--font-mono)}.phase-outcome-label{font-size:.88rem;font-weight:600;color:var(--muted);margin-bottom:.5rem}.phase-outcome-list{list-style:none;padding:0;margin:0 0 .8rem;display:flex;flex-direction:column;gap:.3rem}.phase-outcome-list li{font-size:.82rem;color:var(--text);padding-left:1.4rem;position:relative;line-height:1.4}.phase-outcome-list li:before{content:"✅";position:absolute;left:0;font-size:.8rem}.phase-outcome-next{font-size:.85rem;color:var(--muted);padding-top:.6rem;border-top:1px solid var(--border)}.channel-profile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.4rem;margin-bottom:1rem}.channel-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.channel-profile-logo{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0;background:var(--surface2)}.channel-profile-logo-placeholder{width:56px;height:56px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;border:2px solid var(--border)}.channel-profile-name{font-size:1.2rem;font-weight:700;color:var(--text);line-height:1.25}.channel-profile-handle{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);margin-top:.1rem}.channel-profile-tagline{font-size:.95rem;color:var(--muted);font-style:italic;padding:.6rem .8rem;background:var(--surface2);border-radius:var(--radius-sm);margin-bottom:.8rem;line-height:1.5;border-left:3px solid var(--accent-dim)}.channel-profile-body{display:flex;flex-direction:column;gap:.7rem}.channel-profile-row{display:flex;gap:.7rem;align-items:baseline}.channel-profile-label{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.06em;min-width:80px;flex-shrink:0}.channel-profile-value{font-size:.95rem;color:var(--muted);line-height:1.55;flex:1;word-break:break-word}.channel-profile-keywords{display:flex;flex-wrap:wrap;gap:.35rem}.channel-profile-keyword{display:inline-block;padding:.2rem .6rem;background:var(--surface2);border:1px solid var(--border);border-radius:12px;font-size:.88rem;color:var(--muted);font-weight:500}.channel-profile-colors{display:flex;gap:.5rem;align-items:center}.channel-profile-swatch{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);flex-shrink:0}.channel-profile-color-text{font-size:.85rem;color:var(--muted2)}.channel-profile-checklist{margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border)}.channel-profile-check{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.9rem;cursor:pointer;transition:opacity var(--transition)}.channel-profile-check:hover{opacity:.8}.channel-profile-check.done{color:var(--accent)}.channel-profile-check.done .cp-check-label{text-decoration:line-through;opacity:.65}.channel-profile-check.pending{color:var(--muted)}.cp-check-icon{font-size:.85rem;width:20px;text-align:center;flex-shrink:0}.cp-check-label{flex:1}.hub-week-kanban{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-bottom:.2rem}.hub-week-col{display:flex;flex-direction:column;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:90px;transition:border-color var(--transition)}.hub-week-col.today{border:1px solid rgba(192,255,0,.3);background:#c0ff0008}.hub-week-col.rest{opacity:.5}.hub-week-col-header{font-weight:700;font-size:.82rem;padding:.4rem .5rem .3rem;border-bottom:1px solid var(--border);text-align:center;color:var(--text)}.hub-week-col.today .hub-week-col-header{color:var(--text);background:transparent}.hub-week-col-body{padding:.35rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.hub-week-tag{display:flex;align-items:center;gap:.2rem;padding:.2rem .35rem;border-radius:6px;background:var(--surface);border:1px solid var(--border);font-size:.8rem;font-weight:500;color:var(--muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-week-tag.today{background:#ffffff14;color:var(--text);border-color:#ffffff1f;font-weight:600}.hub-week-rest{font-size:.85rem;color:var(--muted);text-align:center;padding:.3rem 0}.pipeline-add-row{display:flex;gap:.4rem;margin-bottom:.5rem}.pipeline-add-input{flex:1;padding:.45rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.85rem;outline:none;transition:border-color var(--transition)}.pipeline-add-input:focus{border-color:var(--accent)}.pipeline-add-input::placeholder{color:var(--muted)}.pipeline-add-btn{padding:.45rem .9rem;border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition);white-space:nowrap}.pipeline-add-btn:hover{background:color-mix(in srgb,var(--accent) 85%,#000)}.queue-kanban{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.3rem}.queue-kanban-col{display:flex;flex-direction:column;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:80px;min-width:140px;flex:1}.queue-kanban-col.done{background:color-mix(in srgb,var(--accent) 5%,var(--surface2));border-color:color-mix(in srgb,var(--accent) 30%,var(--border))}.queue-kanban-header{display:flex;align-items:center;justify-content:space-between;padding:.45rem .55rem .35rem;border-bottom:1px solid var(--border);font-weight:700;font-size:.88rem;color:var(--text)}.queue-kanban-count{font-size:.8rem;font-weight:600;color:var(--accent);background:var(--accent-dim);border-radius:10px;padding:.1rem .4rem;min-width:1.2rem;text-align:center}.queue-kanban-body{padding:.4rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.queue-kanban-empty{min-height:40px}.queue-kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .55rem;transition:box-shadow var(--transition)}.queue-kanban-card:hover{box-shadow:0 2px 8px #00000014}.queue-kanban-card.done{opacity:.6;background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.queue-kanban-card-title{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.3;margin-bottom:.3rem}.queue-kanban-card-stages{display:flex;gap:.1rem;flex-wrap:nowrap}.queue-kanban-card-stages .queue-stage-btn{padding:.12rem .15rem;font-size:.55rem;min-width:0;border-radius:3px}.queue-kanban-card-stages .queue-stage-btn .queue-stage-icon{font-size:.85rem}.queue-kanban-card-progress{font-size:.88rem;color:var(--muted);text-align:center}.queue-kanban-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-top:.25rem;padding-top:.25rem;border-top:1px solid var(--border)}.queue-kanban-card-actions .kanban-move-btn.back{margin-right:auto}.kanban-move-btn{font-size:.85rem;font-weight:600;padding:.15rem .35rem;border:1px solid var(--border);border-radius:4px;background:var(--surface2);color:var(--muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;line-height:1.3}.kanban-move-btn:hover{background:var(--surface);color:var(--text);border-color:var(--accent)}.kanban-move-btn.next{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.kanban-move-btn.next:hover{background:var(--accent);color:#fff}.kanban-move-btn.log{color:var(--accent);border-color:var(--accent);background:var(--accent-dim);font-weight:700}.kanban-move-btn.log:hover{background:var(--accent);color:#fff}.hub-channel-assets{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.channel-asset{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:var(--radius-sm);transition:background var(--transition)}.channel-asset:hover{background:var(--surface2)}.channel-asset-key{font-size:.82rem;font-weight:600;color:var(--muted);min-width:80px}.channel-asset-val{flex:1;font-size:.82rem;font-weight:500;color:var(--text)}.channel-asset-edit{font-size:.8rem;color:var(--accent);text-decoration:none;font-weight:600;padding:.2rem .4rem;border-radius:3px;transition:background var(--transition)}.channel-asset-edit:hover{background:var(--accent-dim)}.hub-video-benchmarks{display:flex;gap:1rem;padding:.4rem .6rem;background:var(--surface2);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;margin:.3rem 0}.bench-indicator{font-size:.8rem;margin-left:.15rem}.hub-first-video-cta{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;margin:1rem 0}.hub-first-video-icon{font-size:2.5rem;margin-bottom:.8rem}.hub-first-video-desc{font-size:.82rem;color:var(--muted);margin-bottom:1rem;line-height:1.5}.hub-first-video-btn{display:inline-block;padding:.6rem 1.5rem;background:var(--accent);color:var(--bg);border-radius:var(--radius-sm);text-decoration:none;font-weight:700;font-size:.88rem;transition:all var(--transition)}.hub-first-video-btn:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:900px){.journey-phases{gap:0}.journey-phase{min-width:60px;padding:.4rem .3rem}.journey-phase-name{font-size:.55rem}.week-dashboard-stats,.command-stats{grid-template-columns:repeat(2,1fr)}.today-hero-action{flex-direction:column;align-items:stretch}.today-hero-go{align-self:flex-start;margin-top:.5rem}}@media(max-width:768px){.dash-action-plan{flex-direction:column;padding:1.2rem;gap:1rem}.dash-action-plan>div:last-child{align-items:flex-start!important;width:100%}.dash-trends-row{grid-template-columns:1fr}.dash-hero-card{padding:1rem;gap:.8rem}.dash-hero-icon{font-size:1.4rem}.dash-hero-action{font-size:1rem}.dash-achievements-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.hub-container{padding:.5rem!important}.journey-milestones{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.5rem}.journey-milestone{scroll-snap-align:start;min-width:64px;flex-shrink:0}.journey-milestone-label{font-size:.85rem}.journey-milestone-detail{font-size:.55rem}.journey-connector{width:10px;min-width:10px}.hub-week-kanban{grid-template-columns:repeat(7,minmax(60px,1fr));overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.3rem}.hub-week-col{scroll-snap-align:start;min-width:60px;min-height:70px}.hub-week-col-header{font-size:.88rem;padding:.25rem}.hub-week-tag{font-size:.85rem;padding:.15rem .3rem}.queue-kanban{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.queue-kanban-col{min-width:110px;scroll-snap-align:start}.queue-kanban-header{font-size:.8rem;padding:.3rem .5rem}.queue-kanban-card{padding:.4rem .5rem}.queue-kanban-card-title{font-size:.85rem}.queue-kanban-card-stages .queue-stage-btn{width:22px;height:22px}.queue-kanban-card-stages .queue-stage-icon{font-size:.85rem}.week-dashboard-stats{grid-template-columns:1fr 1fr!important;gap:.5rem!important}.week-stat-value{font-size:1.1rem}.channel-section-header{font-size:.9rem;padding:.6rem .8rem}.today-hero{padding:.8rem}.today-hero-action{gap:.6rem}.today-hero-icon{font-size:1.2rem}.today-hero-main{font-size:.92rem}.hub-coaching{padding:.6rem .8rem;font-size:.85rem}.focus-checklist{padding:.6rem .8rem}.focus-item{padding:.35rem .5rem;font-size:.85rem}.channel-profile{padding:.8rem}.channel-profile-header{gap:.6rem}.hub-workshop-item{padding:.4rem .6rem;font-size:.85rem}.week-video-header{flex-wrap:wrap;gap:.3rem}.week-video-inline-metrics{font-size:.8rem;gap:.4rem}.hub-timeline-metrics{gap:.5rem}.hub-milestones-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important}.dash-welcome-back{padding:.8rem;font-size:.88rem;gap:.6rem}.dash-plan-card{padding:.8rem}.dash-plan-header{font-size:.88rem}}@media(max-width:480px){.dash-achievements-grid{grid-template-columns:1fr}.hub-week-kanban{grid-template-columns:none;display:flex;gap:.3rem}.hub-week-col{min-width:55px}.journey-milestone{min-width:56px}.journey-milestone-icon{font-size:1rem}.queue-kanban-col{min-width:100px}.week-dashboard-stats{grid-template-columns:1fr 1fr!important}.dash-trends-row{gap:.5rem}.topbar{padding:0 .6rem}.topbar-badge{display:none}.topbar-logo{font-size:.7rem;letter-spacing:.08em}.topbar-left{gap:.5rem}.topbar-right{gap:.6rem}.topbar-streak{font-size:.72rem;gap:.25rem}.topbar-streak .streak-icon{font-size:.85rem}.topbar-avatar{width:26px;height:26px;font-size:.72rem}.theme-toggle{width:36px;height:20px}.theme-toggle-knob{width:15px;height:15px;font-size:.72rem}[data-theme=light] .theme-toggle-knob{transform:translate(16px)}.main-content{padding:1rem .8rem!important}.dash-hu-title{font-size:1.1rem!important}.dash-hu-eyebrow{font-size:.68rem!important}#dash-upgrade-nudge{padding:1rem!important}}@media(max-width:600px){.upgrade-content{max-width:100%!important;padding:1.2rem .8rem 3rem!important}.upgrade-content h1{font-size:1.4rem!important;line-height:1.3!important}.upgrade-content>div[style*="display:flex"][style*=flex-wrap]{flex-direction:column!important;gap:.6rem!important}.upgrade-cta{font-size:.95rem!important;padding:.8rem!important}}@media(max-width:600px){#paywall-modal>div{max-width:100%!important;border-radius:12px!important;padding:1.2rem!important;margin:.5rem!important}}.hub-container{max-width:800px;margin:0 auto;padding:1rem}@media(min-width:1400px){.hub-container{max-width:920px}}@media(min-width:1920px){.hub-container{max-width:960px;zoom:1.05}}@media(min-width:2560px){.hub-container{max-width:1000px;zoom:1.15}}.hub-tabs{display:flex;gap:.35rem;padding:.35rem;background:var(--surface2);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1rem;position:sticky;top:0;z-index:10}.hub-tab{flex:1;padding:.55rem .8rem;border:none;border-radius:calc(var(--radius) - 4px);background:transparent;color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.35rem}.hub-tab:hover{color:var(--text);background:var(--surface)}.hub-tab-badge{font-size:.8rem;font-weight:700;padding:.05rem .35rem;border-radius:8px;background:#00000026}.hub-tab.active .hub-tab-badge{background:#0003}.hub-tab-alert{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;font-size:.65rem;font-weight:700;padding:0 4px;border-radius:8px;background:var(--red, #e74c3c);color:#fff;margin-left:4px;line-height:1;animation:pulse-alert 2s ease-in-out infinite}@keyframes pulse-alert{0%,to{opacity:1}50%{opacity:.6}}.hub-tab.locked{opacity:.4;cursor:not-allowed;filter:grayscale(.8);position:relative}.hub-tab.locked:hover{color:var(--muted);background:transparent}.hub-tab-lock{font-size:.88rem;margin-left:.1rem}.hub-tabs-fomo{text-align:center;font-size:.85rem;color:var(--muted);padding:.4rem .8rem;margin-bottom:1rem;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 6%,transparent),transparent);border-radius:var(--radius-sm);animation:hubFadeIn .4s ease-out}.hub-tabs-fomo strong{color:var(--accent)}.hub-tab-panel{animation:hubFadeIn .25s ease-out}.hub-tab-panel.hidden{display:none!important}@keyframes hubFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hub-posting-schedule{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:1rem}.hub-posting-schedule:has(.hub-posting-day.today.scheduled){border-color:#c0ff0040;background:var(--surface2)}.hub-posting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.hub-posting-title{font-size:.82rem;font-weight:700;color:var(--text);letter-spacing:.02em}.hub-posting-count{font-size:.82rem;font-weight:600;color:var(--muted);font-family:var(--font-mono)}.hub-posting-schedule .hub-posting-days{display:flex;gap:.4rem;margin-top:0;flex-wrap:nowrap}.hub-posting-day{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .3rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid transparent;transition:all .2s}.hub-posting-day-name{font-size:.8rem;font-weight:600;color:var(--muted);font-family:var(--font-mono)}.hub-posting-day-badge{font-size:.55rem;font-weight:800;color:var(--bg);background:var(--accent);padding:.1rem .35rem;border-radius:4px;letter-spacing:.06em;line-height:1}.hub-posting-day-task{font-size:.65rem;color:var(--muted);line-height:1.2;text-align:center}.hub-posting-day.scheduled .hub-posting-day-task{color:var(--accent);font-weight:600}.hub-posting-day.scheduled{border-color:#c0ff0033;background:#c0ff000a}.hub-posting-day.scheduled .hub-posting-day-name,.hub-posting-day.has-workflow .hub-posting-day-name{color:var(--text)}.hub-posting-day.today{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#c0ff0014}.hub-posting-day.today .hub-posting-day-name{color:var(--accent);font-weight:800}.hub-posting-day.today.scheduled{border-color:#c0ff0066;box-shadow:0 0 8px #c0ff0026;background:#c0ff001a}.fomo-teaser{position:relative;overflow:hidden;border-radius:var(--radius);margin-top:1rem}.fomo-teaser-content{filter:blur(4px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.fomo-teaser-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0e0e1400,#0e0e14bf);z-index:2}.fomo-teaser-badge{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 24px #0000004d}.fomo-teaser-badge .fomo-lock{font-size:1rem}[data-theme=light] .fomo-teaser-overlay{background:linear-gradient(180deg,#f5f5f000,#f5f5f0d9)}.hub-hero{background:linear-gradient(135deg,var(--surface2) 0%,var(--bg) 100%);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.hub-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,var(--accent) 0%,transparent 70%);opacity:.06;pointer-events:none}.hub-hero-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.hub-week-label{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}.hub-streak{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:700;color:var(--text)}.hub-streak .fire{animation:pulse-fire 1.5s ease-in-out infinite}@keyframes pulse-fire{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.hub-goal-bar-wrap{margin-bottom:.6rem}.hub-goal-label{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text);margin-bottom:.4rem}.hub-goal-bar{width:100%;height:10px;background:var(--surface2);border-radius:5px;overflow:hidden}.hub-goal-fill{height:100%;background:var(--accent);border-radius:5px;transition:width .4s ease}.hub-goal-fill.complete{background:linear-gradient(90deg,var(--accent),#00e676)}.hub-focus{font-size:.88rem;color:var(--muted);margin-top:.5rem}.hub-focus strong{color:var(--accent)}.hub-posting-days{display:flex;gap:.4rem;margin-top:.5rem;flex-wrap:wrap}.hub-day-chip{font-size:.88rem;padding:.15rem .45rem;border-radius:10px;background:var(--surface2);color:var(--muted);font-family:var(--font-mono)}.hub-day-chip.active{background:var(--accent);color:#000;font-weight:600}.hub-section-label{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:1.5rem 0 .8rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.hub-coaching{background:var(--surface2);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.2rem;margin-bottom:1.5rem;animation:coaching-enter .4s ease-out}@keyframes coaching-enter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.hub-coaching-icon{font-size:1.2rem;margin-right:.4rem}.hub-coaching-text{font-size:.9rem;color:var(--text);line-height:1.5}.hub-coaching-text a{color:var(--accent);text-decoration:none;font-weight:600}.hub-coaching-text a:hover{text-decoration:underline}.hub-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem;border:2px dashed var(--border);border-radius:var(--radius);background:transparent;color:var(--accent);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1rem}.hub-add-btn:hover{border-color:var(--accent);background:var(--surface2)}.hub-video-form{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;margin-bottom:1rem;animation:coaching-enter .3s ease-out;display:flex;flex-direction:column;gap:.6rem}.hub-form-row{display:flex;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}.hub-form-row input[type=text],.hub-form-row input[type=number],.hub-form-row input[type=date],.hub-video-form>div>input[type=text]{flex:1;min-width:100px;padding:.5rem .7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem}.hub-form-row input:focus,.hub-video-form>div>input[type=text]:focus{outline:none;border-color:var(--accent)}.hub-form-label{font-size:.8rem;color:var(--muted);margin-bottom:.2rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em}.hub-form-select{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:.85rem;color:var(--text);cursor:pointer;margin-bottom:.4rem}.hub-form-actions{display:flex;gap:.5rem;margin-top:.4rem}.hub-form-save{padding:.5rem 1.2rem;background:var(--accent);color:#000;border:none;border-radius:var(--radius-sm);font-weight:700;font-size:.85rem;cursor:pointer;transition:opacity .2s}.hub-form-save:hover{opacity:.85}.hub-queue-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;align-items:center}.hub-queue-chips-label{font-size:.85rem;color:var(--muted);font-weight:600;letter-spacing:.02em;margin-right:.2rem;white-space:nowrap}.hub-queue-chip{padding:.3rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:.88rem;color:var(--text);cursor:pointer;transition:all .15s ease;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.hub-queue-chip:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.hub-queue-chip.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);font-weight:600}.hub-form-cancel{padding:.5rem 1rem;background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;cursor:pointer}.hub-queue-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:var(--surface2);border-radius:var(--radius-sm);margin-bottom:.4rem;transition:all .2s;cursor:pointer}.hub-queue-item:hover{background:var(--border)}.hub-queue-source{font-size:.85rem;padding:.1rem .4rem;border-radius:8px;background:var(--accent);color:#000;font-weight:600;font-family:var(--font-mono);white-space:nowrap}.hub-queue-source.idea-bank{background:var(--info)}.hub-queue-text{flex:1;font-size:.85rem;color:var(--text)}.hub-queue-use{font-size:.8rem;color:var(--accent);font-weight:600;white-space:nowrap}.hub-video-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:.6rem;transition:all .2s}.hub-video-card:hover{border-color:var(--accent)}.hub-video-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem}.hub-video-title{font-size:.9rem;font-weight:600;color:var(--text);flex:1}.hub-video-status{font-size:.82rem;padding:.15rem .5rem;border-radius:10px;font-weight:600;white-space:nowrap}.hub-video-metrics{display:flex;gap:1rem;margin-bottom:.4rem;flex-wrap:wrap}.hub-metric{font-size:.85rem;color:var(--muted)}.hub-metric strong{color:var(--text);font-size:.85rem}.hub-video-coaching{font-size:.88rem;color:var(--muted);padding:.4rem .6rem;background:var(--bg);border-radius:var(--radius-sm);margin-top:.4rem;line-height:1.4}.hub-video-coaching a{color:var(--accent);text-decoration:none}.hub-video-actions{display:flex;gap:.5rem;margin-top:.5rem}.hub-video-btn{font-size:.8rem;padding:.25rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .2s}.hub-video-btn:hover{border-color:var(--accent);color:var(--accent)}.hub-video-btn.delete:hover{border-color:var(--red);color:var(--red)}.hub-trends-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.hub-trends-grid{grid-template-columns:1fr}}.hub-trend-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.hub-trend-title{font-size:.85rem;font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.hub-trend-current{font-size:1.4rem;font-weight:800;color:var(--text);margin-bottom:.1rem}.hub-trend-delta{font-size:.82rem;margin-bottom:.6rem}.hub-trend-delta.up{color:var(--accent)}.hub-trend-delta.down{color:var(--red)}.hub-trend-delta.flat{color:var(--muted)}.hub-trend-bars{display:flex;align-items:flex-end;gap:3px;height:50px}.hub-trend-bar{flex:1;background:var(--border);border-radius:2px 2px 0 0;min-height:3px;transition:height .4s ease;position:relative}.hub-trend-bar.has-data{background:var(--accent);opacity:.6}.hub-trend-bar.current{opacity:1}.hub-trend-bar-label{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);font-size:.5rem;color:var(--muted2);white-space:nowrap}.hub-timeline{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.hub-timeline-phase{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.3rem}.hub-timeline-desc{font-size:.88rem;color:var(--muted);margin-bottom:.8rem}.hub-timeline-metrics{display:flex;gap:1rem;flex-wrap:wrap}.hub-timeline-metric{flex:1;min-width:120px}.hub-timeline-metric-label{font-size:.8rem;color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;margin-bottom:.2rem}.hub-timeline-metric-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-bottom:.2rem}.hub-timeline-metric-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}.hub-timeline-metric-val{font-size:.82rem;color:var(--text)}.hub-timeline-update-row{display:flex;gap:.5rem;margin-top:.8rem;align-items:center;flex-wrap:wrap}.growth-history-table{width:100%;border-collapse:collapse;font-size:.88rem}.growth-history-table th{text-align:left;padding:.4rem .5rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:2px solid var(--border)}.growth-history-table td{padding:.35rem .5rem;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.88rem}.growth-history-table tbody tr:last-child td{border-bottom:none;font-weight:700}.growth-history-table tbody tr:nth-child(2n){background:var(--surface2)}.hub-timeline-input{width:80px;padding:.3rem .5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.8rem}.hub-timeline-save{padding:.3rem .8rem;background:var(--accent);color:#000;border:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer}.hub-milestones-grid{display:flex;flex-wrap:wrap;gap:.5rem}.hub-milestone{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--border);font-size:.85rem;color:var(--muted);opacity:.5;transition:all .3s}.hub-milestone.unlocked,.hub-milestone.done{opacity:1;border-color:var(--accent);color:var(--text);background:color-mix(in srgb,var(--accent) 8%,var(--bg));font-weight:500}.hub-milestone-icon{font-size:1rem}.hub-settings-panel{background:var(--surface2);border:1px solid var(--accent);border-radius:var(--radius);padding:1.2rem;margin-bottom:1rem;animation:coaching-enter .3s ease-out}.hub-settings-title{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.8rem}.hub-settings-btn{background:none;border:none;cursor:pointer;font-size:.8rem;padding:0 .2rem;transition:transform .2s}.hub-settings-btn:hover{transform:scale(1.2)}.hub-settings-panel select,.hub-settings-panel input[type=number]{width:100%;padding:.5rem .7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem}.hub-posting-days-edit{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.5rem}.hub-day-chip-edit{font-size:.88rem;padding:.2rem .5rem;border-radius:10px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-family:var(--font-mono);cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.hub-day-chip-edit.active{background:var(--accent);color:#000;font-weight:600;border-color:var(--accent)}.hub-level-badge{font-size:.82rem;padding:.2rem .6rem;border-radius:10px;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-weight:600;white-space:nowrap}.hub-weekly-review{background:linear-gradient(135deg,var(--surface2) 0%,var(--bg) 100%);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:1rem 1.2rem;margin-bottom:1rem;animation:coaching-enter .4s ease-out}.hub-review-title{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.6rem}.hub-review-stats{display:flex;gap:1.2rem;flex-wrap:wrap}.hub-review-stat{text-align:center;min-width:60px}.hub-review-val{font-size:1.1rem;font-weight:800;color:var(--text)}.hub-review-label{font-size:.88rem;color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;margin-top:.1rem}.hub-review-record{margin-top:.6rem;font-size:.88rem;color:var(--accent);font-weight:600;animation:pulse-fire 1.5s ease-in-out infinite}.delta-up{color:var(--accent);font-weight:600}.delta-down{color:var(--red);font-weight:600}.hub-action-plan{margin-top:.5rem;border-top:1px solid var(--border);padding-top:.5rem}.hub-action-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.hub-action-title{font-size:.82rem;font-weight:600;color:var(--text)}.hub-action-progress{font-size:.88rem;font-family:var(--font-mono);color:var(--accent);font-weight:600}.hub-action-list{display:flex;flex-direction:column;gap:.25rem}.hub-action-item{display:flex;align-items:flex-start;gap:.4rem;font-size:.88rem;color:var(--text);cursor:pointer;padding:.2rem .3rem;border-radius:var(--radius-sm);transition:background .2s}.hub-action-item:hover{background:var(--bg)}.hub-action-item.done span{text-decoration:line-through;color:var(--muted)}.hub-action-check{accent-color:var(--accent);margin-top:.15rem;cursor:pointer}.hub-video-tags{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.4rem}.hub-tag{font-size:.85rem;padding:.1rem .4rem;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-family:var(--font-mono)}.hub-tag-picker{display:flex;gap:.3rem;flex-wrap:wrap;margin-bottom:.5rem}.hub-tag-option{font-size:.88rem;padding:.2rem .5rem;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.hub-tag-option.selected,.hub-tag-option:hover{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}.hub-video-notes{font-size:.85rem;color:var(--muted);padding:.3rem .6rem;background:var(--bg);border-radius:var(--radius-sm);margin-top:.4rem;line-height:1.4;border-left:2px solid var(--border)}.hub-notes-label{font-weight:600;color:var(--text)}.hub-video-stage{font-size:.88rem;font-family:var(--font-mono);margin-top:.15rem}.hub-form-hint{font-size:.85rem;color:var(--muted2);font-style:italic;font-family:inherit;text-transform:none;letter-spacing:0}.hub-video-form textarea{width:100%;padding:.5rem .7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem;font-family:inherit;resize:vertical;box-sizing:border-box}.hub-video-form textarea:focus{outline:none;border-color:var(--accent)}.hub-history-table{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.hub-history-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr .6fr;padding:.4rem .8rem;font-size:.85rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:var(--bg);border-bottom:1px solid var(--border)}.hub-history-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr .6fr;padding:.4rem .8rem;font-size:.88rem;color:var(--text);border-bottom:1px solid var(--border);transition:background .2s}.hub-history-row:last-child{border-bottom:none}.hub-history-row:hover{background:var(--bg)}.hub-history-row.goal-hit{background:#4caf500d}.hub-level-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.hub-level-info{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.hub-level-icon-lg{font-size:2rem}.hub-level-name{font-size:1rem;font-weight:700;color:var(--text)}.hub-level-next{font-size:.82rem;color:var(--muted);margin-top:.15rem}.hub-level-stats{display:flex;gap:1.5rem}.hub-level-stat{font-size:.88rem;color:var(--muted)}.hub-level-stat strong{color:var(--text);font-size:.9rem}.hub-empty{text-align:center;padding:2rem;color:var(--muted);font-size:.85rem}.hub-empty-icon{font-size:2rem;margin-bottom:.5rem}.hub-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--surface2);border:1px solid var(--accent);border-radius:var(--radius);padding:.8rem 1.5rem;font-size:.9rem;color:var(--text);z-index:9999;animation:toast-in .4s ease,toast-out .4s ease 3s forwards;box-shadow:0 4px 20px #0000004d}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-out{0%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(20px);pointer-events:none}}.hub-phase-badge{font-family:var(--font-mono);font-size:.82rem;font-weight:600;letter-spacing:.06em;padding:.25rem .65rem;border:1px solid;border-radius:999px}.hub-hero-subtitle{font-size:.85rem;color:var(--muted);margin-top:.3rem}.hub-missions-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.hub-missions-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--yellow, #fbbf24),var(--accent))}.hub-missions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.hub-missions-title{font-weight:700;font-size:1rem}.hub-missions-count{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);background:var(--accent-ghost);padding:.15rem .5rem;border-radius:999px}.hub-missions-list{display:flex;flex-direction:column;gap:.4rem}.hub-mission-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;background:#ffffff05;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);font-size:.82rem;transition:all var(--transition)}.hub-mission-item:hover{border-color:var(--accent);background:#ffffff08}.hub-mission-item.done{opacity:.6;text-decoration:none}.hub-mission-item.done .hub-mission-text{text-decoration:line-through;text-decoration-color:var(--muted2)}.hub-mission-check{flex-shrink:0;font-size:.85rem}.hub-mission-text{flex:1;min-width:0}.hub-mission-text a{color:var(--accent);text-decoration:none}.hub-mission-text a:hover{text-decoration:underline}.hub-mission-progress{font-family:var(--font-mono);font-size:.8rem;color:var(--muted2);white-space:nowrap}.hub-missions-weekly{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--border)}.hub-missions-week-title{font-weight:600;font-size:.82rem;margin-bottom:.5rem;color:var(--muted)}.hub-workshop-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.5rem}@media(max-width:600px){.hub-workshop-panel{grid-template-columns:1fr}}.hub-workshop-group{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem}.hub-workshop-group-label{font-family:var(--font-mono);font-size:.8rem;color:var(--muted2);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.hub-workshop-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:calc(var(--radius) - 2px);font-size:.88rem;color:var(--text);text-decoration:none;transition:all var(--transition);cursor:pointer}.hub-workshop-item:hover{background:#ffffff0a}.hub-workshop-check{flex-shrink:0;font-size:.85rem}.hub-workshop-name{flex:1;min-width:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-workshop-summary{font-family:var(--font-mono);font-size:.88rem;color:var(--muted2);white-space:nowrap}.hub-workshop-item.done .hub-workshop-name{color:var(--accent)}.hub-section-count{font-family:var(--font-mono);font-size:.82rem;color:var(--accent);margin-left:.3rem}.hub-first-video-cta{text-align:center;background:var(--surface2);border:1px dashed var(--border);border-radius:var(--radius);padding:2rem 1.5rem;margin-bottom:1.5rem}.hub-first-video-icon{font-size:2.5rem;margin-bottom:.5rem}.hub-first-video-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.hub-first-video-desc{font-size:.8rem;color:var(--muted);max-width:400px;margin:0 auto .8rem}.hub-first-video-btn{display:inline-block;background:var(--accent);color:#000;font-weight:700;font-size:.82rem;padding:.5rem 1.2rem;border-radius:var(--radius);text-decoration:none;transition:all var(--transition)}.hub-first-video-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.hub-timeline-trends{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.hub-timeline-trend-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.hub-tl-trend-card{background:#ffffff05;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);padding:.5rem}.hub-tl-trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.hub-tl-trend-label{font-family:var(--font-mono);font-size:.88rem;color:var(--muted2);text-transform:uppercase;letter-spacing:.06em}.hub-tl-trend-value{font-weight:700;font-size:.85rem}.hub-tl-trend-delta{font-family:var(--font-mono);font-size:.85rem;margin-bottom:.4rem}.hub-tl-trend-delta.up{color:var(--accent)}.hub-tl-trend-delta.down{color:var(--red, #ef4444)}.hub-tl-trend-delta.flat{color:var(--muted2)}.hub-tl-trend-bars{display:flex;align-items:flex-end;gap:2px;height:32px}.hub-tl-bar{flex:1;background:var(--border);border-radius:1px;min-height:2px;transition:background var(--transition)}.hub-tl-bar.current{background:var(--accent)}.hub-quick-actions{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.hub-qa-btn{padding:.4rem .8rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.hub-qa-btn:hover{background:var(--accent);color:#000;border-color:var(--accent);transform:translateY(-1px)}.hub-tabs{display:flex;gap:0;background:var(--surface2);border-radius:var(--radius);padding:4px;margin-bottom:1.2rem;border:1px solid var(--border)}.hub-tab{flex:1;padding:.6rem .8rem;border:none;background:transparent;color:var(--muted);font-size:.8rem;font-weight:600;cursor:pointer;border-radius:calc(var(--radius) - 2px);transition:all .25s ease;font-family:inherit}.hub-tab:hover{color:var(--text);background:var(--border)}.hub-tab.active{background:#c0ff0014;color:var(--accent);font-weight:700;border-bottom:2.5px solid var(--accent);box-shadow:none}.journey-milestones{display:flex;align-items:center;gap:0;overflow-x:auto;padding:.6rem 0 .4rem;scrollbar-width:thin}.journey-milestone{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:64px;position:relative;transition:all .3s}.journey-milestone-icon{font-size:1.3rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface2);border:2px solid var(--border);transition:all .3s}.journey-milestone.done .journey-milestone-icon{background:var(--accent);border-color:var(--accent);transform:scale(1)}.journey-milestone.current .journey-milestone-icon{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb, 76, 175, 80),.2);animation:pulse-fire 2s ease-in-out infinite}.journey-milestone-label{font-size:.58rem;color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;text-align:center;white-space:nowrap}.journey-milestone.done .journey-milestone-label{color:var(--accent)}.journey-milestone.current .journey-milestone-label{color:var(--text);font-weight:600}.production-board{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem;margin-bottom:1.2rem}.board-day{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .3rem;text-align:center;transition:all .2s;position:relative;min-height:70px}.board-day.today{border-color:var(--accent);background:linear-gradient(135deg,var(--surface2),var(--bg));box-shadow:0 0 0 2px rgba(var(--accent-rgb, 76, 175, 80),.15)}.board-day.post-day{border-top:2px solid var(--accent)}.board-day-name{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}.board-day.today .board-day-name{color:var(--accent)}.board-day-task{font-size:.88rem;color:var(--text);line-height:1.3}.board-day-badge{position:absolute;top:2px;right:4px;font-size:.55rem}@media(max-width:600px){.production-board{grid-template-columns:repeat(4,1fr)}}.weekly-workflow-guide{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;margin-bottom:.5rem}.workflow-day{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4rem .3rem;text-align:center;transition:all .2s}.workflow-day.today{border-color:var(--accent);background:linear-gradient(135deg,var(--surface2),var(--bg));box-shadow:0 0 0 2px rgba(var(--accent-rgb, 76, 175, 80),.15)}.workflow-day.post-day{border-top:2px solid var(--accent)}.workflow-day-name{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.workflow-day.today .workflow-day-name{color:var(--accent)}.workflow-day-task{font-size:.85rem;color:var(--text);line-height:1.3;font-weight:600}.workflow-day-desc{font-size:.5rem;color:var(--muted);line-height:1.2;margin-top:.1rem}.workflow-tip{font-size:.8rem;color:var(--muted);margin-bottom:.8rem}.workflow-tip a{color:var(--accent)}@media(max-width:700px){.weekly-workflow-guide{grid-template-columns:repeat(4,1fr)}}.mission-checkbox{cursor:pointer;font-size:1rem;transition:transform .2s;-webkit-user-select:none;user-select:none;min-width:22px;text-align:center}.mission-checkbox:hover{transform:scale(1.2)}.mission-checkbox.checked{animation:checkBounce .3s ease-out}@keyframes checkBounce{0%{transform:scale(1)}30%{transform:scale(1.3)}to{transform:scale(1)}}.today-hero-task,.hub-mission-item{cursor:pointer;transition:background .2s;border-radius:var(--radius-sm);padding:.3rem .4rem}.today-hero-task:hover,.hub-mission-item:hover{background:var(--surface2)}.today-hero-task.done,.hub-mission-item.done{opacity:.6}.today-hero-task.done span:last-child,.hub-mission-item.done .hub-mission-text{text-decoration:line-through}.journey-milestone-detail{font-size:.5rem;color:var(--muted);font-family:var(--font-mono);text-align:center;white-space:nowrap;max-width:72px;overflow:hidden;text-overflow:ellipsis}.journey-milestone.done .journey-milestone-detail{color:var(--accent)}.journey-milestone.current .journey-milestone-detail{color:var(--text);font-weight:600}.board-day-steps{margin-top:.25rem}.board-step{font-size:.55rem;color:var(--muted);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board-day.today .board-step{color:var(--text)}.board-step-check{display:flex;align-items:center;gap:.3rem;padding:.15rem .2rem;cursor:pointer;border-radius:3px;transition:background .15s}.board-step-check:hover{background:#ffffff0f}.board-step-checkbox{font-size:.8rem;flex-shrink:0;-webkit-user-select:none;user-select:none;transition:transform .2s}.board-step-check:hover .board-step-checkbox{transform:scale(1.15)}.board-step-text{font-size:.8rem;color:var(--muted);line-height:1.3}.board-day.today .board-step-text{color:var(--text)}.board-step-check.done .board-step-text{text-decoration:line-through;opacity:.65}.board-day-progress{font-size:.5rem;font-weight:400;color:var(--muted2);margin-left:.2rem}.board-day.all-done .board-day-name{color:var(--accent)}.board-day.all-done{opacity:.7;border-color:var(--accent)}.focus-checklist{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:1rem}.focus-checklist-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.focus-checklist-title{font-size:.9rem;font-weight:700;letter-spacing:.02em}.focus-checklist-count{font-family:var(--font-mono);font-size:.85rem;color:var(--accent);font-weight:600}.focus-checklist-items{display:flex;flex-direction:column;gap:.15rem}.focus-item{display:flex;align-items:center;gap:.4rem;padding:.3rem .35rem;border-radius:4px;cursor:pointer;transition:background .15s}.focus-item:hover{background:#ffffff0f}.focus-item.done .focus-item-text{text-decoration:line-through;opacity:.6}.focus-item.locked{cursor:default;opacity:.45}.focus-item.locked:hover{background:transparent}.focus-item-text{font-size:.82rem;color:var(--text);line-height:1.4}.focus-item-text a{color:var(--accent);text-decoration:none}.focus-checklist-hint{font-size:.82rem;color:var(--muted);margin-top:.5rem;padding-top:.4rem;border-top:1px solid var(--border)}.focus-checklist-hint a{color:var(--accent);font-weight:600}.channel-section{margin-bottom:1.5rem;padding-bottom:.5rem}.channel-section:last-child{margin-bottom:0}.channel-section-header{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.8rem;padding-bottom:.3rem;border-bottom:2px solid var(--accent)}.today-board-card{background:var(--surface2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:.8rem 1rem;margin-bottom:1rem}.today-board-card.weekend{border-left-color:var(--muted2)}.today-board-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.today-board-icon{font-size:1.2rem}.today-board-title{font-size:.88rem;font-weight:700;flex:1}.today-board-progress{font-family:var(--font-mono);font-size:.8rem;color:var(--accent);font-weight:600}.today-board-steps{display:flex;flex-direction:column;gap:.2rem}.today-board-steps .board-step-check{padding:.25rem .3rem}.today-board-steps .board-step-text,.today-board-steps .board-step-checkbox{font-size:.85rem}.today-board-steps .board-step-item{font-size:.85rem;color:var(--muted);padding:.2rem 0}.today-board-hint{font-size:.8rem;color:var(--muted);margin-top:.5rem;padding-top:.4rem;border-top:1px solid var(--border)}.today-board-hint a{color:var(--accent);font-weight:600}.today-board-card.locked{border-left-color:var(--muted2);opacity:.85}.today-board-locked-overlay{text-align:center;padding:.4rem 0}.today-board-locked-text{font-size:.88rem;color:var(--muted)}.today-board-locked-text a{color:var(--accent);font-weight:600}.today-board-locked-preview{display:flex;flex-direction:column;gap:.15rem;margin-top:.4rem;opacity:.35}.locked-step{font-size:.82rem;color:var(--muted2);padding:.15rem .3rem}.board-toolbar{display:flex;gap:.5rem;margin-bottom:.5rem}.board-toolbar-btn{padding:.3rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:.85rem;color:var(--muted);cursor:pointer;transition:all .15s ease}.board-toolbar-btn:hover{border-color:var(--accent);color:var(--accent)}.board-toolbar-btn.active{background:color-mix(in srgb,var(--accent) 12%,transparent);border-color:var(--accent);color:var(--accent);font-weight:600}.board-reset-btn:hover{border-color:#e74c3c;color:#e74c3c}.board-step-edit{display:flex;align-items:center;gap:.3rem;margin-bottom:.3rem}.board-step-input{flex:1;padding:.25rem .4rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);font-size:.82rem;color:var(--text)}.board-step-input:focus{border-color:var(--accent);outline:none}.board-step-del{width:20px;height:20px;border:none;background:transparent;color:var(--muted);font-size:.85rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.board-step-del:hover{background:#fde8e8;color:#e74c3c}.board-step-add{width:100%;padding:.25rem;border:1px dashed var(--border);border-radius:4px;background:transparent;font-size:.8rem;color:var(--muted);cursor:pointer;margin-top:.2rem;transition:all .15s}.board-step-add:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,transparent)}.production-board-locked{position:relative;margin-bottom:1.2rem}.production-board.locked-blur{filter:blur(1.5px);opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none}.production-board-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;z-index:2}.lock-overlay-icon{font-size:1.8rem}.lock-overlay-text{font-size:.82rem;color:var(--text);font-weight:500;text-align:center}.lock-overlay-text a{color:var(--accent);font-weight:700}.week-history{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;margin-bottom:1.2rem}.week-history-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .7rem;transition:all .2s;opacity:.5}.week-history-card.active{opacity:1;border-left:3px solid var(--accent)}.week-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.week-history-num{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.week-history-videos{font-size:.88rem;color:var(--accent);font-weight:600}.week-history-metrics{display:flex;gap:.6rem;font-size:.85rem;color:var(--muted);margin-bottom:.3rem}.week-history-titles{border-top:1px solid var(--border);padding-top:.3rem;margin-top:.2rem}.week-history-title{font-size:.85rem;color:var(--text);padding:.1rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.week-history-empty{font-size:.85rem;color:var(--muted);font-style:italic}.week-videos{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem}.week-video-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem 1rem;transition:border-color .2s}.week-video-card:hover{border-color:var(--accent)}.week-video-card.actions-complete{border-left:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 3%,var(--surface2))}.week-video-header{display:flex;justify-content:space-between;align-items:center;gap:.4rem;flex-wrap:wrap}.week-video-card.compact .week-video-detail{display:none;margin-top:.4rem;padding-top:.4rem;border-top:1px solid var(--border)}.week-video-card.compact.expanded .week-video-detail{display:block}.week-video-inline-metrics{display:flex;gap:.6rem;font-size:.88rem;font-family:var(--font-mono);flex:1;justify-content:flex-end;margin-right:.4rem}.week-video-expand{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.8rem;padding:.1rem .2rem;transition:transform .2s}.week-video-card.compact.expanded .week-video-expand{transform:rotate(180deg)}.focus-quick-action{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.88rem;color:var(--muted);padding:.5rem;margin-top:.3rem}.focus-quick-log{color:var(--accent);font-weight:600;text-decoration:none}.week-video-title{font-weight:600;font-size:1rem;color:var(--text)}.week-video-status{font-size:.88rem;font-family:var(--font-mono);text-transform:uppercase;padding:.2rem .5rem;border-radius:99px;color:#000;font-weight:600;letter-spacing:.04em}.week-video-metrics{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.3rem}.week-video-metric{display:flex;align-items:center;gap:.2rem}.wvm-label{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.wvm-value{font-size:.85rem;font-weight:700}.wvm-bench{font-size:.85rem}.week-video-coaching{font-size:.82rem;color:var(--muted);padding:.5rem .6rem;background:var(--surface);border-radius:4px;margin-bottom:.4rem;line-height:1.45}.week-video-coaching a{color:var(--accent);font-weight:600}.week-video-actions{display:flex;gap:.4rem}.week-video-edit-btn{font-size:.88rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);cursor:pointer;transition:all .2s}.week-video-edit-btn:hover{border-color:var(--accent);color:var(--accent)}.video-edit-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}.video-edit-row{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:100px}.video-edit-row label{font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.video-edit-input{padding:.4rem .5rem;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);font-size:.85rem;outline:none;width:100%;transition:border-color .15s}.video-edit-input:focus{border-color:var(--accent)}.week-videos-empty{text-align:center;padding:1rem;background:var(--surface2);border:1px dashed var(--border);border-radius:var(--radius-sm);margin-bottom:1rem}.week-videos-empty-icon{font-size:1.5rem;margin-bottom:.3rem}.week-videos-empty-text{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.week-videos-empty-hint{font-size:.8rem;color:var(--muted)}.week-queue{margin-bottom:1.2rem}.week-queue-item{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .7rem;border-bottom:1px solid var(--border);transition:background .15s}.week-queue-item:hover{background:var(--surface2)}.week-queue-item:last-child{border-bottom:none}.week-queue-top{display:flex;align-items:center;gap:.5rem}.week-queue-num{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--accent);width:1.2rem;text-align:center;flex-shrink:0}.week-queue-text{flex:1;font-size:.88rem;color:var(--text);font-weight:500}.week-queue-progress-badge{font-size:.85rem;font-family:var(--font-mono);padding:.1rem .35rem;border-radius:3px;background:var(--surface);color:var(--muted);letter-spacing:.02em;flex-shrink:0}.week-queue-progress-badge.in-progress{background:#fef3c7;color:#92400e}.week-queue-progress-badge.complete{background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);font-weight:700}.week-queue-stages{display:flex;gap:.3rem;padding-left:1.7rem}.queue-stage-btn{display:flex;align-items:center;gap:.2rem;padding:.2rem .4rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;transition:all .15s ease;opacity:.5}.queue-stage-btn:hover{opacity:1;border-color:var(--accent)}.queue-stage-btn.done{opacity:1;background:color-mix(in srgb,var(--accent) 12%,transparent);border-color:var(--accent)}.queue-stage-icon{font-size:.88rem;line-height:1}.queue-stage-label{font-size:.58rem;font-weight:600;color:var(--muted);letter-spacing:.02em}.queue-stage-btn.done .queue-stage-label{color:var(--accent)}.week-queue-source{font-size:.5rem;font-family:var(--font-mono);text-transform:uppercase;padding:.1rem .3rem;border-radius:3px;background:var(--surface);color:var(--muted);letter-spacing:.04em}@media(max-width:480px){.hub-tabs{flex-direction:column;gap:2px}.hub-tab{text-align:center}.journey-milestones{gap:0;padding-bottom:.6rem}}
