:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--accent:var(--acc-fill-l,#2f4b7c);--accent-text:var(--acc-text-l,#2f4b7c);--accent-ink:var(--acc-ink-l,#253b61);--accent-bg:var(--acc-tint-l,#eaedf2);--accent-deep:var(--accent-ink);--on-accent:#fff;--brand:var(--accent);--brand-ink:var(--accent-ink);--brand-bg:var(--accent-bg);--brand-glow:none;--gold:#ffb547;--gold-ink:#8a5300;--gold-bg:#fff4e3;--pink:#ff5a7a;--pink-ink:#c42a4e;--pink-bg:#ffe4ea;--ink:#1f2130;--ink-2:#4b4d63;--muted:#5f6178;--muted-2:#6b6d84;--green:#12a37f;--green-ink:#0b6b52;--green-bg:#e3faf3;--blue:var(--accent);--blue-ink:var(--accent-ink);--blue-bg:var(--accent-bg);--amber-bg:#fff4e3;--amber-ink:#8a5300;--red:#b4233f;--red-bg:#ffe4ea;--z-sticky:10;--z-sheet:700;--z-rail:800;--z-backdrop:900;--z-modal:910;--z-toast:950;--line:#e7e8f0;--line-2:#f0f1f6;--canvas:#eef1f5;--bg:#fff;--panel:#f4f6f9;--panel-2:#eaedf2;--frame:var(--accent);--t-reel:#e8edf5;--t-reel-ink:#2f4b7c;--t-car:#fff1e0;--t-car-ink:#9a4d00;--t-story:#e3faf3;--t-post:#fff4e3;--t-ad:#e0f7f4;--t-ad-ink:#0c7c70;--radius:14px;--radius-sm:10px;--shadow:0 1px 2px #1f21300d, 0 16px 40px #1f21301f;--ease:cubic-bezier(.22, 1, .36, 1);--red-fill:#b4233f;--green-fill:#0b6b52;--t-reel-fill:#2f4b7c;--t-car-fill:#9a4d00;--t-ad-fill:#0c7c70;--chip:#fff;--chip-ink:#1f2130;--line-strong:#c9cdd4;--warn-bg:#fff9e8;--warn-line:#f0c766;--skel-shine:#ffffffb3;--glass:#f8f8fcd6;--glass-line:#fffffff2}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--accent:var(--acc-fill-d,#3a5fa4);--accent-text:var(--acc-text-d,#8097c1);--accent-ink:var(--acc-ink-d,#8097c1);--accent-bg:var(--acc-tint-d,#212d46);--accent-deep:var(--accent);--gold-ink:#ffcf85;--gold-bg:#3a2c12;--pink-ink:#ff9bb0;--pink-bg:#3d1a24;--ink:#eceef4;--ink-2:#c5c9d6;--muted:#a3a8ba;--muted-2:#979cb0;--green-ink:#6fd9b6;--green-bg:#10352c;--amber-bg:#3a2c12;--amber-ink:#ffcf85;--red:#ff8a9b;--red-bg:#3d1a22;--red-fill:#c42b48;--line:#2c313e;--line-2:#232733;--line-strong:#454b5c;--canvas:#0f1116;--bg:#171a22;--panel:#1e222c;--panel-2:#262a36;--t-reel:#1f2a40;--t-reel-ink:#a9bfe6;--t-car:#3a2716;--t-car-ink:#ffc58a;--t-story:#10352c;--t-post:#3a2c12;--t-ad:#0f3431;--t-ad-ink:#6fe0d2;--shadow:0 1px 2px #0006, 0 16px 40px #00000073;--warn-bg:#3a2c12;--warn-line:#7a5a1c;--skel-shine:#ffffff0f;--glass:#171a22d6;--glass-line:#ffffff1f}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--canvas);color:var(--ink);font-family:var(--font-sans), "Segoe UI", "Helvetica Neue", Arial, sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{letter-spacing:-.015em;text-wrap:balance;margin:0;font-weight:700;line-height:1.3}p{margin:0}.muted{color:var(--muted)}.small{font-size:13.5px}.grow{flex:auto;min-width:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell{min-height:100vh;display:flex}.rail{background:var(--bg);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:2px;width:240px;height:100vh;padding:22px 14px 18px;display:flex;position:sticky;top:0}.rail-logo{color:var(--ink);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:22px;padding:4px 8px;font-size:15px;font-weight:800;display:flex}.rail-logo .mark{background:var(--frame);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.rail-item{width:100%;color:var(--ink-2);text-align:left;transition:background-color .14s var(--ease), color .14s var(--ease);border-radius:12px;align-items:center;gap:12px;padding:9px 10px;font-size:14px;font-weight:600;display:flex}.rail-item:hover{background:var(--panel);color:var(--ink)}.rail-item .ico{width:24px;height:24px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rail-item.active{background:var(--brand-bg);color:var(--brand-ink)}.rail-spacer{flex:1}.rail-item.button{cursor:pointer;font:inherit;background:0 0;border:0;font-size:14px;font-weight:600}.rail-item.button:hover{background:var(--panel)}.app{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.app>main{display:contents}.topbar{justify-content:space-between;align-items:flex-end;gap:20px;width:100%;max-width:1240px;margin:0 auto;padding:32px 40px 0;display:flex}.topbar h1{font-size:26px;font-weight:700}.topbar .sub{color:var(--muted);margin-bottom:4px;font-size:14px;font-weight:500}.topbar-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.content{flex-direction:column;gap:24px;width:100%;max-width:1240px;margin:0 auto;padding:24px 40px 48px;display:flex}.iconbtn{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.iconbtn:hover{background:var(--panel)}.avatar{background:var(--panel-2);width:28px;height:28px;color:var(--ink);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.userchip{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:10px;align-items:center;gap:8px;height:38px;padding:0 12px 0 6px;font-size:13.5px;font-weight:600;display:inline-flex}.userchip select{cursor:pointer;background:0 0;border:0;padding-right:2px;font-size:13.5px;font-weight:600}.userchip select:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px;border-radius:6px}.ccr-pill{border:1px solid var(--line);background:var(--bg);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:10px;align-items:center;gap:7px;height:38px;padding:0 12px 0 6px;font-size:13.5px;font-weight:600;display:inline-flex}.ccr-pill:hover{background:var(--panel)}.ccr-coin{background:var(--gold-bg);width:26px;height:26px;color:var(--gold-ink);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ccr-pill b{font-size:14px;font-weight:700}.ccr-unit{color:var(--muted);font-weight:500}.ccr-pill.is-low{border-color:var(--warn-line);background:var(--warn-bg)}.ccr-pill.is-empty{background:var(--amber-bg);border-color:#e3a23a}.btn{cursor:pointer;white-space:nowrap;height:40px;transition:background-color .14s var(--ease), border-color .14s var(--ease), transform .14s var(--ease);border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--frame);color:#fff}.btn-secondary{background:var(--bg);border-color:var(--line);color:var(--ink)}.btn-danger{background:var(--red-fill);color:#fff}.btn-danger:hover{background:#971c34}.btn-danger:disabled{opacity:.6;cursor:default}.danger-zone>summary{cursor:pointer;color:var(--red);width:fit-content;font-weight:600}.btn:disabled{opacity:.5;cursor:default}.btn-lg{border-radius:12px;height:48px;padding:0 24px;font-size:15px}.pill{border:1px solid var(--line);background:var(--bg);white-space:nowrap;height:34px;transition:background-color .14s var(--ease), border-color .14s var(--ease);border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13.5px;font-weight:600;display:inline-flex}.pill:hover{background:var(--panel)}.pill.on{background:var(--frame);color:#fff;border-color:var(--frame)}.badge{white-space:nowrap;background:var(--panel-2);height:22px;color:var(--ink-2);border-radius:7px;align-items:center;gap:5px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.badge-approved{background:var(--green-bg);color:var(--green-ink)}.badge-scheduled{background:var(--blue-bg);color:var(--accent-text)}.badge-locked{background:var(--amber-bg);color:var(--amber-ink)}.badge-ready{background:var(--green-bg);color:var(--green-ink)}.on-tint .badge{background:var(--bg)}.tag{background:var(--panel-2);height:24px;color:var(--ink-2);white-space:nowrap;border-radius:7px;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.cost{white-space:nowrap;background:#ffffff29;border-radius:7px;align-items:center;height:22px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.btn-secondary .cost{background:var(--panel-2);color:var(--ink-2)}.card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px}.card.soft{background:var(--bg);border-color:var(--line)}.card h2,.card h3{margin-bottom:10px;font-size:16px;font-weight:700}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.row{align-items:center;gap:12px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.stat b{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin:4px 0 2px;font-size:26px;font-weight:700;display:block}.stat>span:first-child{color:var(--muted);font-size:13.5px;font-weight:500}.stat span{color:var(--muted);font-size:13px;font-weight:500}.tile{background:var(--panel-2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.tile.dark{background:var(--frame);color:#fff}.t-reel{background:var(--t-reel);color:var(--t-reel-ink)}.t-car{background:var(--t-car);color:var(--t-car-ink)}.t-story{background:var(--t-story)}.t-post{background:var(--t-post)}.strip{gap:3px;display:flex}.strip span{background:var(--line);border-radius:3px;width:10px;height:14px}.strip span.a{background:var(--green)}.strip span.s{background:var(--blue)}.strip span.l{background:var(--gold)}.field{flex-direction:column;gap:6px;display:flex}.label{color:var(--ink-2);font-size:13.5px;font-weight:600}.hint{color:var(--muted);font-size:13.5px}.input,.select,.textarea{border:1px solid var(--line-strong);background:var(--bg);width:100%;height:44px;transition:border-color .14s var(--ease), box-shadow .14s var(--ease);border-radius:11px;padding:0 14px;font-size:15px}.textarea{resize:vertical;height:auto;min-height:96px;padding:12px 16px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent-text);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-text) 25%, transparent);outline:none}.error{background:var(--red-bg);color:var(--red);border-radius:12px;padding:10px 12px;font-size:13px;font-weight:600}.notice{background:var(--amber-bg);color:var(--amber-ink);border-radius:12px;padding:12px 14px;font-size:14px;font-weight:500}.choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.choice label{border:1px solid var(--line);cursor:pointer;background:var(--bg);border-radius:12px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.choice label:has(input:checked){border-color:var(--accent-text);background:var(--panel)}.choice input{opacity:0;position:absolute}.choice b{font-size:14px}.choice span{color:var(--muted);font-size:13px}.choice label:has(input:focus-visible){outline:2px solid var(--accent-text);outline-offset:2px}.choice-3{grid-template-columns:repeat(3,minmax(0,1fr))}.acc-swatches{flex-wrap:wrap;gap:8px;display:flex}.acc-swatch{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 14px 0 7px;font-size:13.5px;font-weight:600;display:inline-flex;position:relative}.acc-swatch input{opacity:0;position:absolute}.acc-swatch i{border-radius:50%;width:24px;height:24px;box-shadow:inset 0 0 0 1px #0000001f}.acc-swatch:has(input:checked){border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.acc-swatch:has(input:focus-visible){outline:2px solid var(--accent-text);outline-offset:2px}.acc-dot{vertical-align:-1px;border-radius:50%;width:12px;height:12px;display:inline-block}.auth{background:var(--brand-glow), var(--frame);grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:100vh;display:grid}.auth-brand{color:#fff;align-items:center;gap:12px;font-size:18px;font-weight:800;display:flex}.auth-brand small{color:#ffffffdb;margin-top:2px;font-size:12.5px;font-weight:600;display:block}.auth-brand .mark{background:var(--chip);width:40px;height:40px;color:var(--frame);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.auth-card{flex-direction:column;gap:18px;width:min(400px,100%);display:flex}.auth-card .btn-lg{width:100%}.auth-card{background:var(--bg);border-radius:26px;flex-direction:column;gap:18px;width:100%;padding:32px;display:flex}.auth-card h1{font-size:24px}.auth-brand{color:#fff;align-items:center;gap:10px;margin-bottom:6px;font-size:18px;font-weight:800;display:flex}.auth-brand .mark{background:var(--gold-bg);width:36px;height:36px;color:var(--accent-text);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.auth-wrap{flex-direction:column;align-items:center;display:flex}.cdm{flex-shrink:0;line-height:0;display:inline-block}.cdm img{object-fit:contain;object-position:center bottom;width:100%;height:100%;display:block}.cdm-sm{width:56px;height:56px}.cdm-md{width:88px;height:88px}.cdm-lg{width:136px;height:136px}.cdm-xl{width:168px;height:168px}.empty{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:460px;margin:40px auto;padding:32px 24px;display:flex}.empty h2,.empty h3{font-size:22px}.empty p{color:var(--muted);text-wrap:pretty;max-width:42ch}.empty .actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.peek{z-index:2;width:112px;height:64px;position:absolute;bottom:0}.peek .cdm{width:100%;height:100%}.peek img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.bp{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:24px;display:grid}.bp-nav{flex-direction:column;gap:2px;display:flex;position:sticky;top:20px}.bp-nav a{color:var(--muted);border-radius:10px;padding:8px 12px;font-size:14px;font-weight:500}.bp-nav a:hover{background:var(--panel);color:var(--ink)}.bp-section{border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:14px;padding:26px 28px;scroll-margin-top:20px;display:flex}.bp-section header{justify-content:space-between;align-items:center;gap:12px;display:flex}.bp-section h2{font-size:19px}.bp-section p{color:var(--ink-2);text-wrap:pretty;max-width:70ch}.bp-list{color:var(--ink-2);flex-direction:column;gap:4px;margin:0;padding-left:18px;display:flex}.swatches{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.swatch{border:1px solid var(--line);border-radius:14px;overflow:hidden}.swatch i{height:64px;display:block}.swatch div{padding:8px 10px;font-size:12px}.swatch b{font-size:12.5px;display:block}.swatch code{color:var(--muted);font-size:11.5px}.pillars{flex-direction:column;gap:8px;display:flex}.pillar{grid-template-columns:200px minmax(0,1fr) 48px;align-items:center;gap:14px;font-size:14px;display:grid}.pillar .bar{background:var(--panel-2);border-radius:999px;height:10px;overflow:hidden}.pillar .bar i{background:var(--frame);border-radius:999px;height:100%;display:block}.objectives{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.objective{background:var(--panel);border-radius:12px;padding:14px 16px}.objective b{margin-bottom:2px;display:block}.objective span{color:var(--muted);font-size:13.5px}.plan{grid-template-columns:minmax(0,1fr) 356px;align-items:start;gap:24px;display:grid}.cal-head{color:var(--muted);grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;padding:0 4px;font-size:12.5px;font-weight:600;display:grid}.cal{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.day{background:var(--bg);border:1px solid var(--line);min-height:138px;color:inherit;transition:border-color .14s var(--ease), box-shadow .14s var(--ease);border-radius:14px;flex-direction:column;gap:6px;padding:12px 13px 11px;display:flex}.day:hover{border-color:var(--line-strong);box-shadow:0 4px 14px #16181d0f}.day.selected{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.day.locked{background:var(--panel);border-style:dashed}.day.locked:hover{box-shadow:none;transform:none}.day-top{color:var(--muted);white-space:nowrap;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;display:flex}.day-top b{color:var(--ink);font-size:13px;font-weight:700}.day-type{color:var(--muted);align-items:center;gap:7px;font-size:12.5px;font-weight:500;display:flex}.hook{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.day.off{pointer-events:none;background:0 0}.panel{background:var(--panel);border-radius:22px;flex-direction:column;gap:14px;padding:20px 22px;display:flex;position:sticky;top:20px}.panel h2{font-size:19px}.panel pre{white-space:pre-wrap;font:inherit;color:var(--ink-2);margin:0}.tags{flex-wrap:wrap;gap:6px;display:flex}.lock{background:var(--bg);border:1.5px dashed var(--line-strong);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:16px;display:flex}.sched-day{min-height:118px}.sched-day.is-empty .day-top b{color:var(--muted)}.sched-day.past .day-num,.sched-day.past>b{color:var(--muted)}.post-chip{border-radius:12px;flex-direction:column;gap:4px;padding:8px 9px;font-size:12px;display:flex}.post-chip b{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:700;display:-webkit-box;overflow:hidden}.plats{gap:4px;display:flex}.plats .plat{background:var(--frame);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.overlay{justify-content:center;align-items:center;padding-top:40px;display:flex;position:absolute;inset:0}.overlay .box{background:var(--bg);box-shadow:var(--shadow);border-radius:28px;padding:4px 36px 24px}.dim{opacity:.45;pointer-events:none}.ledger{flex-direction:column;display:flex}.ledger-row{border-bottom:1px solid var(--line-2);grid-template-columns:minmax(0,1fr) auto 72px;align-items:center;gap:12px;padding:10px 2px;font-size:13px;display:grid}.ledger-row:last-child{border-bottom:0}.ledger-row small{color:var(--muted);font-size:12px;display:block}.amt{font-variant-numeric:tabular-nums;text-align:right;font-weight:800}.amt.plus{color:var(--green-ink)}.amt.zero{color:var(--muted-2);font-weight:600}.after{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums;font-size:12.5px}.brand-card{border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:10px;padding:18px;display:flex}.brand-card.current{border-color:var(--accent-text)}.brand-mark{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:inline-flex}@media (max-width:900px){.plan,.bp{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.swatches{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.onb{grid-template-columns:264px minmax(0,1fr);align-items:start;gap:28px;max-width:1040px;display:grid}.onb-nav{flex-direction:column;gap:14px;min-width:0;display:flex;position:sticky;top:20px}.onb-nav-head{align-items:center;gap:10px;display:flex}.onb-nav-head .cdm{width:44px;height:44px}.onb-nav-head b{font-size:14px;display:block}.onb-nav-head span{color:var(--muted);font-size:12.5px}.onb-parts{flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.onb-parts:before{content:"";background:var(--line-2);width:2px;position:absolute;top:16px;bottom:16px;left:15px}.onb-parts button{text-align:left;width:100%;font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:7px 8px 7px 0;font-size:13.5px;font-weight:600;display:flex;position:relative}.onb-parts button:disabled{cursor:default}.onb-parts .dot{background:var(--bg);border:2px solid var(--line);width:32px;height:32px;color:var(--muted);transition:background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.onb-parts .done .dot{background:var(--frame);border-color:var(--frame);color:#fff}.onb-parts .done button{color:var(--ink-2)}.onb-parts .done button:hover{color:var(--ink)}.onb-parts .now .dot{border-color:var(--accent-text);color:var(--ink);box-shadow:0 0 0 4px var(--panel-2)}.onb-parts .now button{color:var(--ink);font-weight:700}.onb-nav-hint{background:var(--panel);color:var(--ink-2);border-radius:14px;margin:4px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.onb-panel{background:var(--bg);border:1px solid var(--line);border-radius:24px;flex-direction:column;gap:22px;padding:28px 32px 24px;display:flex;position:relative;overflow:hidden}.onb-progress{background:var(--line-2);height:4px;position:absolute;top:0;left:0;right:0}.onb-progress i{background:var(--frame);height:100%;transition:width .32s var(--ease);display:block}.onb-section{flex-direction:column;gap:22px;display:flex}.onb-section.is-in{animation:onb-in .26s var(--ease) both}@keyframes onb-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.onb-section-head{border-bottom:1px solid var(--line-2);flex-direction:column;gap:6px;padding-bottom:6px;display:flex}.onb-section-head .eyebrow{color:var(--muted);font-size:12px;font-weight:700}.onb-section-head h2{font-size:24px;line-height:1.25}.onb-section-head p{color:var(--ink-2);max-width:60ch;margin:0;font-size:14px}.onb-fields{flex-direction:column;gap:20px;display:flex}.onb-fields .field{gap:8px}.onb-fields .label{font-size:14px}.onb-fields .input,.onb-fields .textarea{border-radius:14px}.onb-fields .textarea{min-height:104px;line-height:1.55}.onb-fields .choice label{transition:border-color .16s var(--ease), background-color .16s var(--ease);border-radius:16px;padding:14px 40px 14px 16px;position:relative}.onb-fields .choice label:after{content:"";border:2px solid var(--line);background:var(--bg);width:18px;height:18px;transition:border-color .16s var(--ease), background-color .16s var(--ease);border-radius:50%;position:absolute;top:14px;right:14px}.onb-fields .choice label:has(input:checked):after{border-color:var(--frame);background:var(--frame);box-shadow:inset 0 0 0 3px #fff}.onb-fields .choice label:has(input:focus-visible){outline:2px solid var(--accent-text);outline-offset:2px}.onb-fields .chips{gap:8px}.onb-fields .chips .pill{height:38px;transition:background-color .14s var(--ease), border-color .14s var(--ease), color .14s var(--ease);border-width:1.5px;padding:0 14px;font-size:13.5px}.onb-fields .chips .pill.on:before{content:"✓";margin-right:2px;font-size:11px}.onb-fields input[type=file]{cursor:pointer;height:auto;padding:10px 14px}.onb-foot{border-top:1px solid var(--line-2);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.onb-foot .btn-lg{padding:0 22px}.onb h2{font-size:20px}.chips{flex-wrap:wrap;gap:6px;display:flex}.chips .pill{cursor:pointer}.toast{background:var(--frame);color:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:12px;padding:10px 16px 10px 10px;font-size:13.5px;font-weight:700;display:flex}.toast .cdm{margin:-18px 0 -4px}.backdrop{z-index:1000;background:#1414166b;justify-content:center;align-items:center;padding:64px 20px 20px;display:flex;position:fixed;inset:0}.modal{background:var(--bg);width:min(600px,100%);max-height:calc(100vh - 96px);box-shadow:var(--shadow);border-radius:26px;padding:28px 28px 20px;position:relative;overflow:auto}.modal h2{padding-right:40px;font-size:22px}.modal h3{color:var(--muted);margin-bottom:8px;font-size:13px}.modal-peek{position:absolute;top:-58px;left:28px}.modal-peek .cdm{width:120px;height:76px}img.avatar{object-fit:cover}.modal-x{font-size:20px;line-height:1;position:absolute;top:16px;right:16px}.btn-xs{gap:6px;height:30px;padding:0 11px;font-size:12px}.btn-primary .btn-xs{height:30px}.editor{flex-direction:column;gap:10px;display:flex}.editor .textarea{min-height:72px}.editor .textarea.script{min-height:140px}.select-bar{background:var(--frame);color:#fff;border-radius:999px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 10px 8px 14px;font-size:13px;font-weight:700;display:flex}.select-bar .btn-secondary{height:32px;font-size:12.5px}.day .pick{background:var(--bg);border:1.5px solid var(--line-strong);width:22px;height:22px;color:var(--accent-text);border-radius:7px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:8px;right:8px}.day.picked{border-color:var(--accent-text)}.day.picked .pick{background:var(--frame);border-color:var(--frame);color:#fff}.day.selectable{cursor:pointer;position:relative}.plan-tabs{flex-wrap:wrap;gap:6px;display:flex}.plan-tabs .pill.on{pointer-events:none}.feedback-note{background:var(--blue-bg);color:var(--accent-ink);border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;font-size:13px;display:flex}.feedback-note b{font-weight:800}.feedback-note .tags .pill{background:var(--bg);border-color:#0000;height:26px;font-size:12px}.results{flex-direction:column;gap:8px;display:flex}.result-row{background:var(--panel);border-radius:12px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.result-row .hook{-webkit-line-clamp:1}.result-row .meta{color:var(--muted);font-size:11.5px;font-weight:600}.rate{gap:4px;display:inline-flex}.rate button{border:1px solid var(--line);background:var(--bg);cursor:pointer;width:34px;height:30px;color:var(--muted);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.rate button:hover{background:var(--panel-2);color:var(--ink)}.rate button.on{background:var(--frame);border-color:var(--frame);color:#fff}.rate button.on.good{background:var(--green);border-color:var(--green)}.rate button.on.poor{background:var(--red-fill);border-color:var(--red)}.progress i{background:var(--frame);border-radius:999px;height:100%;display:block}.post-chip[draggable=true]{cursor:grab}.post-chip.dragging{opacity:.45}.post-chip:focus-visible{outline:2px solid var(--accent-text);outline-offset:1px}.day-add{border:1px solid var(--line);background:var(--bg);width:22px;height:22px;color:var(--ink-2);cursor:pointer;opacity:0;border-radius:7px;justify-content:center;align-items:center;transition:opacity .12s;display:inline-flex}.linkish{color:var(--accent-ink);font:inherit;cursor:pointer;background:0 0;border:0;padding:0 2px;font-weight:700;text-decoration:underline}.swatches .swatch code{color:var(--muted);margin-left:4px;font-size:11px}.label.small{color:var(--muted);font-size:12px}.plan-cards .card.current{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text) inset}.plan-cards .card{min-height:220px}@media (max-width:1100px){.plan-cards.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes cdm-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes cdm-celebrate{0%,to{transform:rotate(0)}20%{transform:rotate(-6deg)translateY(-2px)}40%{transform:rotate(6deg)}60%{transform:rotate(-4deg)}80%{transform:rotate(3deg)}}.cdm-idle img{animation:3.2s ease-in-out infinite cdm-idle}.cdm-celebrate img{animation:cdm-celebrate .9s var(--ease) 1;transform-origin:50% 90%}.helper-fab{z-index:900;background:var(--frame);cursor:pointer;width:64px;height:64px;transition:transform .16s var(--ease);border:0;border-radius:22px;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;bottom:22px;right:22px;overflow:hidden;box-shadow:0 10px 30px #12131647}.helper-fab:hover{transform:translateY(-2px)}.helper-fab .cdm{width:56px;height:40px;margin-bottom:-2px}.helper-fab.is-open{background:var(--muted-2)}.helper{z-index:900;background:var(--bg);width:min(380px,100vw - 44px);max-height:min(560px,100vh - 120px);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;display:flex;position:fixed;bottom:96px;right:22px;overflow:hidden}.helper-head{border-bottom:1px solid var(--line-2);background:var(--panel);align-items:center;gap:10px;padding:12px 14px;display:flex}.helper-head .cdm{width:44px;height:44px}.helper-list{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.bubble-msg{border-radius:16px;max-width:88%;padding:10px 12px;font-size:13.5px;line-height:1.45}.bubble-msg p{white-space:pre-wrap;margin:0}.bubble-msg.assistant{background:var(--panel);border-bottom-left-radius:6px;align-self:flex-start}.bubble-msg.user{background:var(--frame);color:#fff;border-bottom-right-radius:6px;align-self:flex-end}.bubble-msg .tags{margin-top:8px}.bubble-msg .pill{height:28px;font-size:12px}.helper-quick{padding:0 14px 10px}.helper-input{border-top:1px solid var(--line-2);gap:8px;padding:10px 14px 14px;display:flex}.helper-input .input{height:42px}.helper-input .btn{border-radius:14px;width:42px;height:42px;padding:0}@media (max-width:900px){.helper{width:auto;bottom:88px;left:12px;right:12px}.helper-fab{bottom:14px;right:14px}}.tip{align-items:flex-end;gap:10px;display:flex}.tip .cdm{margin-bottom:-2px}.tip-bubble{background:var(--panel);color:var(--ink-2);border-radius:16px 16px 16px 4px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;position:relative}.tip-bubble .pill{height:26px;font-size:12px}.tip-sm .tip-bubble{padding:8px 12px;font-size:12.5px}.bp-hero{background:var(--brand-glow), var(--frame);color:#fff;border-radius:24px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 26px;display:grid;position:relative;overflow:hidden}.bp-hero h2{color:#fff;margin:0 0 4px;font-size:22px}.bp-hero p{color:#ffffffdb;max-width:64ch;margin:0;font-size:13.5px}.bp-hero .meta{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.bp-hero .meta span{background:#ffffff1f;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.bp-hero .brandmark{background:var(--chip);width:56px;height:56px;color:var(--frame);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:inline-flex;overflow:hidden}.bp-hero .brandmark img{object-fit:cover;width:100%;height:100%}.bp-hero .cat{align-self:end;width:120px;height:80px;margin-bottom:-22px}.bp-hero .cat img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.bp-nav a{align-items:center;gap:10px;display:flex}.bp-nav .n{background:var(--panel-2);width:22px;height:22px;color:var(--ink-2);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.bp-section{background:var(--bg);position:relative}.bp-section header h2{align-items:center;gap:10px;display:flex}.bp-section header .n{width:30px;height:30px;color:var(--ink);border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.bp-section.k-text .n{background:var(--t-car)}.bp-section.k-swot .n{background:var(--t-story)}.bp-section.k-palette .n{background:var(--t-reel)}.bp-section.k-objectives .n{background:var(--t-post)}.bp-section.k-pillars .n{background:var(--t-story)}.bp-section.k-rules .n{background:var(--t-car)}.bp-section p{font-size:14.5px;line-height:1.65}.swatch i{height:76px}.swatch div{padding:10px 12px}.swot-col{background:var(--panel);border-radius:16px;padding:14px 16px}.swot-col h3,.swot-col h4{margin-bottom:8px;font-size:13px}.rules-col{background:var(--panel);border-radius:16px;padding:14px 16px}.rules-col h3,.rules-col h4{margin-bottom:8px;font-size:13px}.bp-ci{background:var(--t-reel);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 22px;display:grid}.bp-ci .ico{background:var(--bg);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}@media (max-width:900px){.bp-hero{grid-template-columns:1fr}.bp-hero .cat{display:none}.bp-ci{grid-template-columns:1fr}}.bp-hero .cat .cdm{width:100%;height:100%}.bp-hero>.row p:not(.eyebrow){-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bp-hero .eyebrow{letter-spacing:.02em;color:#ffffffdb;margin:0 0 4px;font-size:11.5px;font-weight:700}.bp-nav a.active{background:var(--panel-2);color:var(--ink)}.bp-nav a.active .n{background:var(--frame);color:#fff}.bp-section header{flex-wrap:wrap;row-gap:8px}.bp-section header h2{flex:240px;min-width:0}.regen-btn .cost{margin-left:2px}.bp-next{background:var(--panel);border-radius:20px;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 22px;display:flex}.bp-next b{font-size:15px;display:block}.bp-next p{color:var(--ink-2);max-width:56ch;margin:2px 0 0;font-size:13.5px}.bp-next .grow{flex:260px;min-width:0}@media (max-width:900px){.bp-nav{z-index:5;background:var(--bg);scrollbar-width:none;flex-direction:row;gap:6px;margin:0 -16px;padding:8px 16px;display:flex;position:sticky;top:0;overflow-x:auto}.bp-nav::-webkit-scrollbar{display:none}.bp-nav a{border:1.5px solid var(--line);background:var(--bg);border-radius:999px;flex:none;padding:6px 10px 6px 6px;font-size:12.5px}.bp-nav a .t{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.bp-nav a.active{border-color:var(--frame);background:var(--frame);color:#fff}.bp-nav a.active .n{background:var(--chip);color:var(--frame)}.bp-section{padding:18px 16px;scroll-margin-top:56px}.bp-section header h2{flex-basis:100%}.bp-next .cdm{width:64px;height:64px}}:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px}.day:focus-visible,.pill:focus-visible,.btn:focus-visible{outline-offset:3px}.regen-why{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.regen-why .input{flex:1;min-width:180px;height:34px;font-size:13px}.popover{z-index:50;background:var(--bg);border:1px solid var(--line);width:min(360px,90vw);box-shadow:var(--shadow);text-align:left;border-radius:16px;flex-direction:column;gap:8px;padding:12px 14px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.asset{flex-direction:column;gap:8px;display:flex}.asset img,.asset video{object-fit:cover;background:var(--panel);border-radius:14px;width:100%;max-height:260px}.asset video{background:#000}.gen-steps{text-align:left;flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.gen-steps li{background:var(--panel);color:var(--muted);opacity:.55;border-radius:12px;padding:8px 12px;font-size:13px;font-weight:600}.gen-steps li.now{opacity:1;color:var(--ink);background:var(--panel-2)}.gen-steps li.done{opacity:.85;color:var(--green-ink)}.gen-steps li.done:before{content:"✓ "}.week-tabs{flex-wrap:wrap;gap:6px;display:flex}.chip-asset{background:var(--frame);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.share{min-height:100vh;padding:24px 16px 40px}.share-wrap{flex-direction:column;gap:12px;max-width:820px;margin:0 auto;display:flex}.share-head{background:var(--bg);border-radius:22px;justify-content:space-between;align-items:flex-end;gap:12px;padding:18px 22px;display:flex}.share-head h1{margin:0;font-size:20px}.share-head .mark{background:var(--frame);color:#fff;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.share-day{border:0}@media (max-width:900px){.shell{flex-direction:column}.rail{z-index:800;background:var(--bg);border-right:0;border-top:1px solid var(--line);flex-direction:row;justify-content:space-around;align-items:center;gap:0;width:auto;height:66px;padding:4px 6px 6px;position:fixed;inset:auto 0 0;overflow-x:auto;box-shadow:0 -6px 20px #16181d14}.rail-logo,.rail-spacer{display:none}.rail-item{white-space:nowrap;width:auto;min-width:56px;color:var(--muted);background:0 0;flex-direction:column;gap:2px;padding:2px 3px;font-size:12px;font-weight:600}.rail-item.active{color:var(--ink);background:0 0}.rail-item.active .ico{background:var(--panel-2);color:var(--ink)}.rail-item.secondary,.rail form,.rail .rail-feedback{display:none}.rail-more{display:flex}.rail form .rail-item{gap:0;font-size:0}.topbar-right{flex-wrap:wrap;gap:8px}.topbar-right .userchip{max-width:62vw;overflow:hidden}.topbar-right .userchip select{text-overflow:ellipsis;max-width:48vw}.rail-item .ico{border-radius:10px;width:34px;height:34px}.app{padding-bottom:80px}.topbar{flex-wrap:wrap;align-items:flex-start;gap:10px;padding:18px 16px 8px}.topbar-right{justify-content:space-between;width:100%}.content{gap:18px;padding:12px 16px 28px}.grid-2,.objectives,.choice,.plan-cards.grid-4{grid-template-columns:1fr}.cal-head{display:none}.cal{grid-template-columns:1fr;gap:8px}.day{flex-direction:row;align-items:center;gap:10px;min-height:0;padding:10px 12px}.day.off{display:none}.day .day-top{flex-direction:column;align-items:flex-start;gap:0;min-width:64px}.day .day-type{min-width:0}.day .hook{-webkit-line-clamp:1;flex:1}.day .grow{display:none}.sched-day{flex-direction:column;align-items:stretch}.sched-day.is-empty{display:none}.day-add{opacity:1;border-radius:10px;width:32px;height:32px}.panel{position:static}.helper-fab{bottom:78px}.helper{bottom:150px}.modal{max-height:90vh;overflow-y:auto}.tip .cdm{width:64px;height:64px}.strip{display:none}}@media (max-width:640px){.grid-3,.grid-4,.swatches{grid-template-columns:1fr 1fr}.grid-4.plan-cards{grid-template-columns:1fr}}@media (max-width:900px){.auth{grid-template-columns:1fr}}.today{background:var(--brand-glow), var(--frame);color:#fff;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;padding:18px 20px;display:grid}.today .date{border-right:1px solid #ffffff24;flex-direction:column;gap:2px;min-width:96px;padding-right:18px;display:flex}.today .date b{color:var(--gold);font-size:26px;line-height:1}.today .date span{color:#ffffffdb;font-size:12px;font-weight:600}.today .date .lbl{color:#fff;text-transform:none}.today>div{min-width:0}.today-item{background:#ffffff14;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px 12px;padding:10px 12px;display:flex}.today-item+.today-item{margin-top:8px}.today-item .tile{color:#fff;box-shadow:none;background:#ffffff24}.today-item .grow{flex-basis:160px}.today-item b{font-size:14px;display:block}.today-item .meta{color:#ffffffdb;font-size:12px}.today-item .btn-secondary{background:var(--chip);color:var(--chip-ink);border-color:#0000}.today-item .pill{color:#fff;background:#ffffff1f;border-color:#0000}.today .none{color:#ffffffdb;margin:0;font-size:13.5px}.week-strip{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.wk-day{background:var(--panel);color:inherit;border:1.5px solid #0000;border-radius:16px;flex-direction:column;gap:6px;min-height:96px;padding:10px 11px;display:flex}.wk-day.today{border-color:var(--accent-text)}.wk-day .dow{color:var(--muted);justify-content:space-between;font-size:11px;font-weight:700;display:flex}.wk-day .dow b{color:var(--ink);font-size:12.5px}.wk-day .ttl{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.wk-day .dot{background:var(--line-strong);border-radius:50%;width:8px;height:8px;display:inline-block}.wk-day .dot.s{background:var(--blue)}.wk-day .dot.a{background:var(--green)}.wk-day .dot.l{background:var(--gold)}.wk-day.empty{color:var(--muted-2);justify-content:center;align-items:center}.stat .bar{background:var(--line-2);border-radius:999px;width:100%;height:6px;margin-top:6px;display:block;overflow:hidden}.stat .bar i{background:var(--green);border-radius:999px;height:100%;display:block}.checklist{flex-direction:column;gap:10px;display:flex}.check-step{background:var(--panel);border-radius:16px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.check-step .n{background:var(--bg);border:1.5px solid var(--line);border-radius:11px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:800;display:inline-flex}.check-step.done .n{background:var(--green);border-color:var(--green);color:#fff}.check-step.now{background:var(--bg);border:1.5px solid var(--accent-text)}.check-step.done span{color:var(--muted);text-decoration:line-through}@media (max-width:900px){.today{grid-template-columns:1fr}.today .date{border-bottom:1px solid #ffffff24;border-right:0;flex-direction:row;align-items:baseline;gap:8px;padding:0 0 8px}.week-strip{padding-bottom:4px;display:flex;overflow-x:auto}.wk-day{flex:0 0 150px}.up-row{flex-wrap:wrap;row-gap:6px}.up-row .grow{flex-basis:100%;order:-1}.up-row .tag{margin-right:auto}}.ref-row{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:8px;display:grid}.client-status{border-top:1px dashed var(--line);flex-direction:column;gap:8px;padding-top:10px;font-size:13px;display:flex}.client-status b{font-size:13px}.client-status.review{background:var(--t-story);border-top:0;border-radius:0 0 18px 18px;margin:0 -14px -14px;padding:12px 14px 14px}.client-status.highlight{background:var(--t-car);border-top:0;border-radius:0 0 18px 18px;margin:0 -14px -14px;padding:12px 14px 14px}.link-code{word-break:break-all;background:var(--bg);border:1px solid var(--line);border-radius:8px;flex:200px;min-width:0;padding:6px 8px;font-size:11.5px}.pub{background:var(--bg);max-width:1080px;color:var(--ink);border-radius:28px;flex-direction:column;gap:18px;min-height:calc(100vh - 24px);margin:12px auto;padding:20px 24px 48px;display:flex}@media (max-width:900px){.pub{border-radius:0;min-height:100vh;margin:0;padding:16px 14px 40px}}.pub-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.pub-for{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.pub-intro{align-items:center;gap:14px;display:flex}.pub-intro h1{margin:0 0 4px;font-size:22px}.pub-intro p{margin:0}.pub .onb{max-width:none}.pub-card{text-align:center;background:var(--panel);border-radius:24px;flex-direction:column;align-items:center;gap:8px;max-width:560px;margin:24px auto;padding:40px 24px;display:flex}.pub-card h1{margin:6px 0 0;font-size:22px}.tpl-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tpl-row{background:var(--panel);border-radius:14px;align-items:center;gap:12px;padding:10px 12px;display:flex}.tpl-row.off{background:var(--panel-2);border:1.5px dashed var(--line)}.tpl-row.off b{color:var(--muted)}.tpl-row .n{background:var(--bg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:inline-flex}.tpl-row b{font-size:13.5px;display:block}.icon-btn{border:1.5px solid var(--line);background:var(--bg);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;font-weight:700;display:inline-flex}.icon-btn:disabled{opacity:.35;cursor:default}.switch{cursor:pointer;width:40px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0;position:absolute}.switch span{background:var(--line-strong);border-radius:999px;transition:background .15s;position:absolute;inset:0}.switch span:after{content:"";background:var(--chip);border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translate(16px)}.switch input:focus-visible+span{outline:2px solid var(--accent-text);outline-offset:2px}.switch.disabled{opacity:.5;cursor:default}@media (max-width:900px){.ref-row{grid-template-columns:1fr}.pub-for{text-align:left;align-items:flex-start}.tpl-row{flex-wrap:wrap}.onb .choice{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pub-intro .cdm{width:56px;height:56px}}@media (max-width:600px){.grid-3:has(.brand-card){grid-template-columns:1fr}.brand-card{min-width:0}}.err-note{background:var(--amber-bg,#fff4dc);color:var(--amber-ink);border-radius:16px;align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;font-weight:600;display:flex}.err-note .cdm{width:40px;height:40px}.err-note.compact{padding:6px 10px;font-size:12.5px}.err-note.compact .cdm{width:30px;height:30px}.err-page{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:460px;margin:60px auto;padding:32px 24px;display:flex}.err-page h2{margin:6px 0 0}.err-page p{color:var(--muted);margin:0}.sched-empty{background:var(--panel);border-radius:18px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex}.sched-empty .grow{flex:240px;min-width:0}.skip-link{z-index:var(--z-toast);background:var(--frame);color:#fff;border-radius:12px;padding:10px 14px;font-weight:700;transition:top .12s;position:absolute;top:-48px;left:12px}.skip-link:focus-visible{outline-offset:2px;outline:2px solid #fff;top:12px}main#main{display:contents}@media (min-width:901px){.rail-more{display:none}}.rail-more{cursor:pointer;font:inherit;background:0 0;border:0}.sheet-backdrop{z-index:var(--z-backdrop);background:#12131673;position:fixed;inset:0}.sheet{z-index:var(--z-modal);background:var(--bg);color:var(--ink);padding:14px 16px calc(16px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 40px #12131640}.sheet-grip{background:var(--line);border-radius:999px;width:44px;height:5px;margin:0 auto 12px}.sheet-item{color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px 10px;font-size:15px;font-weight:700;display:flex}.sheet-item:hover,.sheet-item.active{background:var(--panel)}.sheet-item .ico{background:var(--panel-2);border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.wk-day .dow .st{color:var(--ink-2);align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.toast-undo{z-index:var(--z-toast);background:var(--frame);color:#fff;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:12px;width:max-content;max-width:min(100vw - 24px,560px);padding:12px 14px 12px 18px;font-size:14px;font-weight:600;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-undo>span{flex:auto;min-width:0}.toast-undo .btn{white-space:nowrap;flex-shrink:0}.post-chip .when{color:var(--ink-2)}.toast-undo .btn{background:var(--chip);color:var(--chip-ink);border-color:#0000}.toast-undo .x{color:#ffffffdb;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:18px}@media (max-width:900px){.toast-undo{bottom:84px}}.skel{background:var(--panel-2);border-radius:12px;position:relative;overflow:hidden}.skel:after{content:"";background:linear-gradient(90deg, transparent, var(--skel-shine), transparent);animation:1.4s ease-in-out infinite skel;position:absolute;inset:0;transform:translate(-100%)}@keyframes skel{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skel:after{animation:none}.skip-link{transition:none}}.skel-page{flex-direction:column;gap:20px;display:flex}.badge-in{animation:badge-in .22s var(--ease) both}@keyframes badge-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:none}}.day{transition:background-color .18s var(--ease), border-color .18s var(--ease), transform .18s var(--ease)}.err-note,.toast,.sched-empty,.feedback-note{animation:fade-up .22s var(--ease) both}@keyframes fade-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.reveal>*{animation:reveal .42s var(--ease) both}.reveal>:first-child{animation-delay:40ms}.reveal>:nth-child(2){animation-delay:.1s}.reveal>:nth-child(3){animation-delay:.16s}.reveal>:nth-child(4){animation-delay:.22s}.reveal>:nth-child(5){animation-delay:.28s}.reveal>:nth-child(6){animation-delay:.34s}.reveal>:nth-child(7){animation-delay:.4s}.reveal>:nth-child(8){animation-delay:.46s}.reveal>:nth-child(9){animation-delay:.52s}.reveal>:nth-child(n+10){animation-delay:.58s}.reveal-grid>.day{animation:reveal .36s var(--ease) both}.reveal-grid>.day:nth-child(7n+1){animation-delay:0s}.reveal-grid>.day:nth-child(7n+2){animation-delay:40ms}.reveal-grid>.day:nth-child(7n+3){animation-delay:80ms}.reveal-grid>.day:nth-child(7n+4){animation-delay:.12s}.reveal-grid>.day:nth-child(7n+5){animation-delay:.16s}.reveal-grid>.day:nth-child(7n+6){animation-delay:.2s}.reveal-grid>.day:nth-child(7n){animation-delay:.24s}.reveal-grid>.day:nth-child(n+8){animation-delay:.28s}.reveal-grid>.day:nth-child(n+15){animation-delay:.38s}.reveal-grid>.day:nth-child(n+22){animation-delay:.48s}.reveal-grid>.day:nth-child(n+29){animation-delay:.56s}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.toast-undo.plain{padding-right:12px}.empty-next{color:var(--muted);margin:4px 0 0;font-size:13px}.tone-hint{color:var(--accent-ink);align-items:center;gap:6px;margin-top:6px;font-size:12.5px;font-weight:600;display:inline-flex}@media (prefers-reduced-motion:reduce){.badge-in,.err-note,.toast,.sched-empty,.feedback-note,.reveal>*,.reveal-grid>.day{animation:none}.day{transition:none}}@media (max-width:900px){.onb{grid-template-columns:1fr;gap:12px}.onb-nav{gap:10px;position:static}.onb-nav-head{display:none}.onb-parts{scrollbar-width:none;flex-direction:row;gap:6px;max-width:100%;padding:2px 0 6px;overflow-x:auto}.onb-parts::-webkit-scrollbar{display:none}.onb-parts:before{display:none}.onb-parts li{flex:none}.onb-parts button{border:1.5px solid var(--line);background:var(--bg);border-radius:999px;gap:8px;padding:5px 10px 5px 5px;font-size:12.5px}.onb-parts .dot{width:24px;height:24px;font-size:11px;box-shadow:none!important}.onb-parts .now button{border-color:var(--accent-text)}.onb-nav-hint{display:none}.onb-panel{border-radius:20px;padding:22px 16px 18px}.onb-section-head h2{font-size:21px}.onb-fields .choice{grid-template-columns:1fr!important}.onb-foot{flex-wrap:wrap}.onb-foot .muted{text-align:center;order:3;width:100%}}.pub .onb-nav-head .cdm{display:none}.day.t-reel,.day.t-car,.day.t-story,.day.t-post{background:var(--bg)}.day.t-reel .tile{background:var(--t-reel);color:var(--t-reel-ink)}.day.t-car .tile{background:var(--t-car);color:var(--t-car-ink)}.day.t-story .tile{background:var(--t-story)}.day.t-post .tile{background:var(--t-post)}.wk-day.t-reel,.wk-day.t-car,.wk-day.t-story,.wk-day.t-post{background:var(--bg)}.wk-day{background:var(--bg);border:1px solid var(--line)}.wk-day:hover{border-color:var(--line-strong)}.wk-day.today{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.panel{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.tip-bubble{background:var(--gold-bg);border:1px solid var(--warn-line);color:var(--ink);font-size:14px}.check-step{background:var(--bg);border:1px solid var(--line)}.check-step.now{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.sched-empty{background:var(--bg);border:1px solid var(--line)}.bp-nav a.active{background:var(--panel-2)}.toast{border-radius:14px;font-weight:600}.sched-day.is-empty{background:var(--panel);border:1px dashed var(--line-strong)}.sched-day.past{background:var(--panel)}.brand-card{background:var(--bg);border-radius:var(--radius)}.lock{border-radius:12px}.today,.bp-hero,.onb-panel{border-radius:var(--radius)}.modal{border-radius:18px}.sheet{border-radius:20px 20px 0 0}.helper{border-radius:18px}.err-note,.legend .badge{border-radius:10px}.day-top{gap:8px}.day-top span{display:none}.cal,.cal-head,.wk-day .dow{gap:8px}.wk-day .dow .st{color:var(--muted);font-weight:600}.legend{font-size:13.5px}.tip-bubble{padding:12px 16px}.plan-tabs .pill small{opacity:.85;font-weight:500}.topbar-right .btn-secondary{height:38px}@media (max-width:900px){.card .grid-3,.card .grid-2{grid-template-columns:1fr}.card .grid-3>.card,.card .grid-2>.card{min-width:0}}.helper-fab{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;transition:transform .14s var(--ease), box-shadow .14s var(--ease)}.helper-fab.is-dragging{cursor:grabbing;transition:none;transform:scale(1.06);box-shadow:0 18px 40px #16181d52}.helper-fab.is-dragging .cdm img{animation:none}.kv{background:var(--panel);border-radius:12px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.kv .k{color:var(--muted);font-size:12.5px;font-weight:600}.kv .v{color:var(--ink-2);font-size:14px}.steps{color:var(--ink-2);flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.competitor{border:1px solid var(--line);border-radius:12px;padding:12px 14px}.competitor>b{margin-bottom:6px;display:block}.ocean{border-radius:12px;padding:14px 16px}.ocean.red{background:var(--red-bg);color:var(--red)}.ocean.red p{color:var(--red);margin-top:2px}.ocean.blue{background:var(--blue-bg);color:var(--blue-ink)}.ocean.blue p{color:var(--accent-ink);margin-top:4px}.ocean b{display:block}.funnel{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:20px;display:grid}.pyramid{flex-direction:column;align-items:center;gap:4px;display:flex;position:sticky;top:20px}.pyramid .tier{background:var(--frame);color:#fff;border-radius:10px;justify-content:space-between;gap:8px;min-width:96px;padding:10px 12px;font-size:12.5px;font-weight:600;display:flex}.pyramid .tier:nth-child(2){background:var(--t-car-fill)}.pyramid .tier:nth-child(3){background:var(--gold);color:#3a2a05}.pyramid .tier:nth-child(4){background:var(--t-ad-fill)}.pyramid .tier:nth-child(n+5){background:var(--t-reel-fill)}.stage{border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.bp-confirm{border-radius:var(--radius);background:var(--brand-glow), var(--frame);color:#fff;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 22px;display:flex}.bp-confirm p{color:#ffffffdb;max-width:60ch;margin:2px 0 0;font-size:14px}.bp-confirm .btn-primary{background:var(--chip);color:var(--chip-ink)}@media (max-width:900px){.funnel{grid-template-columns:1fr}.pyramid{position:static}}.stages{flex-direction:column;gap:12px;display:flex}.stage-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);overflow:hidden}.stage-head{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:14px;padding:14px 16px;display:flex}.stage-head:hover{background:var(--panel)}.stage-head .pct{background:var(--frame);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:14px;font-weight:800;display:inline-flex}.stage-card:nth-child(2) .pct{background:var(--t-car-fill)}.stage-card:nth-child(3) .pct{background:var(--gold);color:#3a2a05}.stage-card:nth-child(4) .pct{background:var(--t-ad-fill)}.stage-card:nth-child(n+5) .pct{background:var(--t-reel-fill)}.stage-head b{font-size:15px}.stage-bar{background:var(--line-2);border-radius:999px;flex-shrink:0;width:90px;height:6px;overflow:hidden}.stage-bar i{background:var(--brand);height:100%;display:block}.chev{color:var(--muted);transition:transform .16s var(--ease);font-size:18px;line-height:1}.chev.up{transform:rotate(180deg)}.stage-days{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 16px 16px;display:grid}.stage-day{border:1px solid var(--line);color:inherit;cursor:pointer;transition:border-color .14s var(--ease);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.stage-day:hover{border-color:var(--line-strong)}.stage-day.selected{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.stage-day.picked{background:var(--panel);border-color:var(--accent-text)}.stage-day .ttl{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;line-height:1.35;display:-webkit-box;overflow:hidden}.stage-day input{width:18px;height:18px}.script-part{border-top:1px solid var(--line-2);grid-template-columns:96px minmax(0,1fr);gap:10px;padding:10px 0;display:grid}.script-part .k{color:var(--muted);font-size:12.5px;font-weight:700}.script-part .v{white-space:pre-wrap;color:var(--ink-2)}@media (max-width:900px){.stage-days{grid-template-columns:1fr}.stage-bar,.stage-head .muted.small{display:none}.script-part{grid-template-columns:1fr;gap:2px}}.example-thumb{background:linear-gradient(135deg, var(--brand-ink), var(--brand));color:#fff;border-radius:10px;justify-content:center;align-items:center;height:120px;display:flex}.example-thumb svg{width:32px;height:32px}.shot-guide{border:1px solid var(--line);background:var(--panel);border-radius:12px;margin-top:8px;overflow:hidden}.shot-guide summary{cursor:pointer;color:var(--ink-2);padding:10px 14px;font-size:13.5px;font-weight:600;list-style:none}.shot-guide summary::-webkit-details-marker{display:none}.shot-guide summary:before{content:"▸";color:var(--muted);transition:transform .14s var(--ease);margin-right:8px;display:inline-block}.shot-guide[open] summary:before{transform:rotate(90deg)}.shot-guide summary:hover{background:var(--panel-2)}.shot-guide-body{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;padding:4px 12px 12px;display:grid}.shot-guide-card{background:var(--bg);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.shot-guide-card .plat{background:var(--frame);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.shot-steps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.shot-steps li{color:var(--ink-2);grid-template-columns:22px minmax(0,1fr);align-items:start;gap:8px;font-size:13px;line-height:1.45;display:grid}.shot-steps .n{background:var(--panel-2);width:22px;height:22px;color:var(--ink);border-radius:7px;justify-content:center;align-items:center;font-size:11.5px;font-weight:700;display:inline-flex}.shot-tip{color:var(--muted);border-top:1px solid var(--line-2);margin:0;padding-top:8px;font-size:12.5px}.form-editor{gap:14px}.fe-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.fe-section-head{align-items:center;gap:10px;display:flex}.fe-section-head .n{background:var(--panel-2);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-flex}.fe-title{height:38px;font-weight:700}.fe-questions{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.fe-q{border:1px solid var(--line);border-radius:12px;padding:8px 10px}.fe-q.open{border-color:var(--accent-text)}.fe-q-head{align-items:center;gap:8px;display:flex}.fe-q-edit{border-top:1px solid var(--line-2);margin-top:10px;padding-top:10px}.fe-add{border:1px dashed var(--line);background:var(--panel);border-radius:12px;padding:12px 14px}.fe-add-btn{align-self:flex-start}.fe-confirm{background:var(--red-bg);color:var(--red);border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;font-size:13.5px;font-weight:600;display:flex}.iconbtn.danger:hover{background:var(--red-bg);color:var(--red);border-color:var(--red-bg)}.bi-field{flex-direction:column;gap:4px;display:flex}.bi-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.bi-cell{display:block;position:relative}.bi-tag{color:var(--muted);background:var(--panel-2);pointer-events:none;border-radius:5px;padding:1px 5px;font-size:10.5px;font-weight:700;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.bi-cell .input,.bi-cell .textarea{padding-left:44px}@media (max-width:900px){.bi-row{grid-template-columns:1fr}.fe-q-head{flex-wrap:wrap}}.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.course-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.course-card>.stack{padding:16px 18px 18px}.course-card h2 a{color:inherit;text-decoration:none}.course-card h2 a:hover{text-decoration:underline}.thumb{aspect-ratio:16/9;background:var(--panel);display:block}.thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-blank{height:100%;color:var(--muted);justify-content:center;align-items:center;display:flex}.thumb-blank svg{width:32px;height:32px}.progress{background:var(--panel);border-radius:999px;height:6px;overflow:hidden}.progress>span{background:var(--green-fill);border-radius:inherit;height:100%;transition:width .24s var(--ease);display:block}.bundle-card{border-style:dashed}.lesson-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.lesson{flex-direction:column;gap:12px;display:flex}.lesson-no{background:var(--panel);border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;margin-right:10px;font-size:13px;display:inline-flex}.embed{aspect-ratio:16/9;background:#111;border-radius:12px;position:relative;overflow:hidden}.embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.embed-portrait{aspect-ratio:9/16;max-width:320px;margin-top:6px}.lesson-notes{padding-top:4px}.format-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.format-structure pre{white-space:pre-wrap;font:inherit;background:var(--panel);border-radius:10px;margin:4px 0 0;padding:10px 12px;font-size:13.5px;line-height:1.55}.admin-form{border-top:1px solid var(--line);padding:12px 0}.admin-bi .field{min-width:0}.admin-lessons summary,details.card summary{cursor:pointer}.lesson-form{border-left:3px solid var(--line);padding-left:12px}@media (max-width:700px){.admin-bi{grid-template-columns:1fr}}.start-hero{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.start-hero>.stack{flex:1;min-width:260px}.start-lead{color:var(--ink-2);max-width:60ch;margin:0;font-size:17px;line-height:1.6}.start-steps{counter-reset:step;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.start-step{align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.start-step .n{background:var(--panel);border-radius:9px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:inline-flex}.start-step.now{border-color:var(--accent-text)}.start-step.now .n{background:var(--frame);color:#fff}.start-prep{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.start-prep li{color:var(--ink-2);align-items:center;gap:8px;display:flex}.start-prep svg{color:var(--green-ink);flex:none}.eb-kv{flex-direction:column;gap:2px;display:flex}.eb-kv span:last-child{color:var(--ink-2)}.eb-shots{counter-reset:shot;flex-direction:column;gap:8px;margin:6px 0 0;padding:0;list-style:none;display:flex}.eb-shots li{grid-template-columns:92px minmax(0,1fr);align-items:baseline;gap:4px 10px;display:grid}.eb-shots li b{font-variant-numeric:tabular-nums;color:var(--muted);font-size:12.5px}.eb-shots li span{color:var(--ink-2);grid-column:2}.eb-shots li em{grid-column:2;font-size:13.5px;font-style:normal;font-weight:600}.sched-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sched-when{align-items:center;gap:4px;display:inline-flex}.sched-when b{font-size:15px;font-weight:700}.sched-count{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px}.seg{background:var(--panel);border-radius:11px;gap:2px;padding:3px;display:inline-flex}.seg-item{height:28px;color:var(--muted);transition:background-color .16s var(--ease), color .16s var(--ease);border-radius:8px;align-items:center;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.seg-item:hover{color:var(--ink)}.seg-item.on{background:var(--bg);color:var(--ink);box-shadow:0 1px 2px #16181d12}.sched-tools{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cal-head{z-index:1;background:var(--canvas);letter-spacing:.01em;padding:6px 4px;font-size:12px;position:sticky;top:0}.cal-head span:nth-child(n+6){color:var(--muted-2)}.sched-day{border-radius:12px;gap:5px;min-height:96px;padding:7px 8px 8px}.sched-day.is-empty{border:1px solid var(--line);background:0 0}.sched-day.weekend.empty{background:color-mix(in oklab, var(--panel) 55%, transparent);border-color:#0000}.sched-day:hover{box-shadow:none;border-color:var(--line-strong)}.sched-day.over{outline:2px solid var(--accent-text);outline-offset:-2px;background:color-mix(in oklab, var(--frame) 7%, var(--bg))}.sched-day .day-top{gap:6px;min-height:22px}.sched-day .day-top span{display:inline-flex}.sched-day .day-top .grow{display:block}.day-num{font-variant-numeric:tabular-nums;min-width:22px;height:22px;color:var(--ink-2);border-radius:7px;justify-content:center;align-items:center;padding:0 5px;font-size:12.5px;font-weight:700;display:inline-flex}.sched-day.is-today .day-top b.day-num{background:var(--frame);color:#fff}.day-month{color:var(--accent-text);letter-spacing:.01em;font-size:11.5px;font-weight:700}.day-add{opacity:0;width:22px;height:22px;transition:opacity .14s var(--ease), background-color .14s var(--ease);border-radius:7px}.sched-day:hover .day-add,.day-add:focus-visible{opacity:1}@media (hover:none){.day-add{opacity:.55}}.post-chip{transition:transform .16s var(--ease), box-shadow .16s var(--ease);border-radius:10px;gap:3px;padding:7px 8px}.chip-open{width:100%;font:inherit;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:3px;padding:0;display:flex}.chip-open:disabled{cursor:default}.chip-open:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px;border-radius:6px}.post-chip:hover,.post-chip:focus-within{transform:translateY(-1px);box-shadow:0 6px 16px #16181d1a}.post-chip:active{transform:none}.chip-top{align-items:center;gap:6px;min-height:16px;display:flex}.chip-time{font-variant-numeric:tabular-nums;color:var(--ink-2);font-size:11.5px;font-weight:700}.chip-kind{color:var(--muted);white-space:nowrap;align-items:center;gap:3px;margin-left:auto;font-size:10.5px;font-weight:600;display:inline-flex}.chip-kind svg{width:11px;height:11px}.chip-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.chip-foot{align-items:center;gap:5px;margin-top:1px;display:flex}.chip-foot .grow{flex:1}.chip-foot .btn{color:var(--ink-2);transition:background-color .14s var(--ease), color .14s var(--ease);background:0 0;border-color:#0000}.chip-foot .btn:hover{background:color-mix(in srgb, var(--bg) 60%, transparent);color:var(--ink)}@media (max-width:760px){.cal-head{display:none}.cal{grid-template-columns:1fr;gap:6px}.day.off{display:none}.sched-day{min-height:0}.sched-day.is-empty{flex-direction:row;align-items:center;min-height:40px;padding:4px 8px;display:flex}.sched-day.is-empty .day-top{width:100%}.chip-title{-webkit-line-clamp:3}}@media (prefers-reduced-motion:reduce){.post-chip,.post-chip:hover,.day-add,.seg-item{transition:none;transform:none}}.cal{align-items:start}.sched-day.is-empty{min-height:68px}.sched-day.weekend.empty{border-color:var(--line)}.day-dow{color:var(--muted);font-size:11.5px;font-weight:600;display:none}@media (max-width:760px){.sched-day{padding:6px 10px 8px}.sched-day .day-top{flex-direction:row;align-items:center;gap:6px;min-width:0;min-height:20px}.sched-day .day-dow{display:inline}.sched-day.is-empty{min-height:36px;padding:2px 10px}.sched-day.is-empty .day-top{min-height:30px}.day-num{min-width:20px;height:20px}.post-chip{padding:8px 10px}.chip-title{-webkit-line-clamp:2}}.review-nudge{width:100%;max-width:1240px;color:var(--muted);align-items:center;gap:10px;margin:0 auto;padding:10px 40px 28px;font-size:13.5px;display:flex}.review-nudge svg{color:var(--amber-ink);flex:none}.review-nudge .grow{flex:1;min-width:0}@media (max-width:900px){.review-nudge{padding:10px 20px 24px}}.peek-modal{max-width:720px}.peek-body{max-height:min(60vh,520px);margin:12px 0;padding-right:4px;overflow:auto}.peek-foot{border-top:1px solid var(--line-2);padding-top:12px}.offer{grid-template-columns:minmax(0,1fr);gap:24px;display:grid}.offer-lead{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center}.offer-copy h2{margin:0 0 8px;font-size:22px}.offer-pitch{color:var(--ink-2);max-width:54ch;margin:0 0 14px;line-height:1.6}.offer-points{flex-direction:column;gap:7px;margin:0 0 16px;padding:0;list-style:none;display:flex}.offer-points li{color:var(--ink-2);align-items:flex-start;gap:8px;font-size:14px;display:flex}.offer-points svg{color:var(--green-ink);flex:none;margin-top:2px}.offer-reel{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.reel-item{flex-direction:column;gap:8px;margin:0;display:flex}.reel-item video,.reel-item .example-thumb{aspect-ratio:9/16;object-fit:cover;border-radius:12px;width:100%}.reel-item video{background:#111}.reel-item figcaption{flex-direction:column;gap:3px;font-size:12.5px;display:flex}.reel-item figcaption b{font-size:13px}.reel-delta{grid-template-columns:14px minmax(0,1fr);gap:2px 5px;margin-top:2px;font-size:11.5px;display:grid}.reel-delta svg{width:12px;height:12px;color:var(--green-ink);grid-area:2/1;align-self:start;margin-top:3px}.reel-delta .was{color:var(--muted);grid-column:2}.reel-delta .now{color:var(--green-ink);grid-column:2;font-weight:600}.bundle-price{letter-spacing:-.01em;font-size:22px;font-weight:800}.bundles .bundle{display:flex}@media (max-width:900px){.offer-lead{grid-template-columns:minmax(0,1fr)}.offer-reel{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:1180px){.plan{grid-template-columns:minmax(0,1fr)}.plan .panel{position:static}.funnel{grid-template-columns:minmax(0,1fr)}.pyramid{position:static}.offer-lead{grid-template-columns:minmax(0,1fr)}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:20px 24px 40px}.review-nudge{padding:10px 24px 28px}}.stage-head .grow{min-width:140px}@media (max-width:1180px){.stage-head .stage-bar{display:none}}.sched-day{container-type:inline-size}@container (max-width:150px){.chip-foot .btn-label{display:none}}@container (max-width:132px){.chip-kind{display:none}}@container (max-width:108px){.chip-foot .chip-asset{display:none}}.plan-detail-body{display:contents}@media (max-width:1180px){.plan-detail{display:none}.plan-detail.open{z-index:var(--z-modal);background:var(--bg);width:min(620px,100%);max-height:88vh;animation:sheet-in .22s var(--ease) both;border-radius:20px;gap:0;padding:0;display:flex;position:fixed;inset:auto 50% 0 auto;translate:50%;box-shadow:0 24px 60px #16181d47}.plan-detail.open .plan-detail-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;gap:14px;padding:0 20px 22px;display:flex;overflow-y:auto}.detail-head{z-index:1;background:var(--bg);border-bottom:1px solid var(--line-2);border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px 12px;display:flex;position:sticky;top:0}.detail-head b{font-size:15px}.plan-detail.open .detail-meta>:first-child{display:none}.plan-detail.open .detail-meta{justify-content:flex-end}.sheet-scrim{z-index:var(--z-backdrop);animation:fade-in .18s var(--ease) both;background:#16181d6b;position:fixed;inset:0}}@media (min-width:768px) and (max-width:1180px){.plan-detail.open{border-radius:20px;max-height:84vh;inset:50% auto auto 50%;translate:-50% -50%}.plan-detail.open .detail-head{border-radius:20px 20px 0 0}}@media (max-width:767px){.plan-detail.open{width:100%;max-height:92vh;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;inset:auto 0 0;translate:none}}@keyframes sheet-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.plan-detail.open,.sheet-scrim{animation:none}}@media (max-width:900px){.bp-nav a.active{background:var(--frame);color:#fff}.bp-nav a.active .n{background:var(--chip);color:var(--frame)}}.t-ad{background:var(--t-ad)}.regen-modal{max-width:560px}.regen-types{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.regen-types b{align-items:center;gap:6px;display:inline-flex}.regen-types svg{width:14px;height:14px}.plat-pill{gap:7px}.plat-pill .plat{display:inline-flex}.idea-fold{border-top:1px solid var(--line-2);padding-top:10px}.idea-fold>summary{cursor:pointer;align-items:center;gap:6px;font-size:13.5px;font-weight:700;list-style:none;display:flex}.idea-fold>summary::-webkit-details-marker{display:none}.idea-fold>summary:before{content:"›";transition:transform .16s var(--ease);color:var(--muted);font-size:16px;display:inline-block}.idea-fold[open]>summary:before{transform:rotate(90deg)}.idea-img{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.idea-img img{object-fit:cover;background:var(--panel);border-radius:12px;width:100%;height:auto;max-height:240px}.idea-ai{background:var(--panel);border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.idea-script-preview{background:var(--bg);border-radius:10px;padding:10px 12px}@media (prefers-reduced-motion:reduce){.idea-fold>summary:before{transition:none}}.usage-table{border-collapse:collapse;width:100%;font-size:13.5px}.usage-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:700}.usage-table td{border-bottom:1px solid var(--line-2);font-variant-numeric:tabular-nums;padding:12px 16px}.usage-table tr:last-child td{border-bottom:0}.usage-table td:first-child{font-variant-numeric:normal}.month-review{border-color:var(--accent-text);flex-direction:column;gap:14px;display:flex}.choice-wrap{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.learned>summary{cursor:pointer;align-items:center;gap:12px;list-style:none;display:flex}.learned>summary::-webkit-details-marker{display:none}.learned>summary .grow{flex-wrap:wrap;align-items:baseline;gap:2px 0;min-width:0;display:flex}.learned[open]>summary{margin-bottom:10px}.learned-mark{background:var(--gold);color:#3a2a05;border-radius:9px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.learned-list{flex-direction:column;gap:6px;margin:0 0 12px;padding:0;list-style:none;display:flex}.learned-list li{background:var(--panel);border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.learned-list li .grow{min-width:0;color:var(--ink);line-height:1.45}.learned-list .badge{flex:none}.learned-seen{white-space:nowrap;font-variant-numeric:tabular-nums;flex:none}.learned-empty{background:var(--panel);color:var(--ink-2);border-radius:10px;margin:0 0 12px;padding:12px 14px}.learned-tools{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.learned-tools form{width:100%}@media (max-width:640px){.learned-seen{display:none}}.day.t-ad .tile,.t-ad .tile{background:var(--t-ad);color:var(--t-ad-ink)}.day:hover,.wk-day:hover,.stage-day:hover,.sched-day:hover{border-color:var(--line-strong)}.stat{position:relative}.stat b{color:var(--brand-ink)}.pill.on{background:var(--brand);border-color:var(--brand)}.helper-fab{background:var(--accent-deep);box-shadow:0 10px 30px #0a544952}.helper-head{background:var(--brand-bg)}.rail :focus-visible{outline-color:var(--accent-text)}@media (max-width:900px){.rail-item.active{color:var(--brand-ink)}.rail-item.active .ico{background:var(--brand);color:#fff}}.card,.card.soft,.panel,.stage-card,.bp-section,.onb-panel,.brand-card,.fe-section{border-color:#0000}.card,.panel,.stage-card{box-shadow:0 1px 2px #1f213008}.btn{border-radius:10px;font-weight:600}.btn-primary:hover{background:var(--accent-deep)}.btn-secondary{border-color:var(--line)}.btn-secondary:hover{background:var(--panel);border-color:var(--line-strong)}.pill.on{background:var(--accent);border-color:var(--accent);color:#fff}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent-text);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent)}.badge-review{background:var(--gold-bg);color:var(--gold-ink)}.tip-bubble{background:var(--bg);border-color:#0000}.ccr-pill,.userchip{border-color:#0000}.ccr-coin{background:var(--gold-bg);color:var(--gold-ink)}.topbar h1{letter-spacing:-.01em;font-size:22px;font-weight:600}h1,h2,h3,h4{letter-spacing:-.005em;font-weight:600}.day:hover,.stage-day:hover,.sched-day:hover{border-color:var(--line-strong)}.rail-logo .mark{background:var(--accent)}.rail-item{color:var(--muted);position:relative}.rail-item.active{color:var(--ink)}.rail-item.active .ico{background:var(--accent-bg);color:var(--accent-text)}@media (min-width:901px){.rail{gap:2px;width:232px;padding:24px 0 16px}.rail-logo{color:var(--accent-text);margin-bottom:22px;padding:0 24px;font-size:16px}.rail-item{border-radius:0;gap:12px;height:44px;padding:0 22px;font-weight:500}.rail-item .ico{background:var(--panel);width:32px;height:32px;color:var(--muted);border-radius:9px}.rail-item:hover,.rail-item.button:hover{color:var(--ink);background:0 0}.rail-item:hover .ico{color:var(--ink)}.rail-item.active{background:0 0;font-weight:600}.rail-item.active:after{content:"";background:var(--accent);border-radius:3px 0 0 3px;width:3px;position:absolute;top:6px;bottom:6px;right:0}.rail-item.active .ico{background:var(--accent-bg)}}.rail-badge{background:var(--gold-bg);min-width:22px;height:20px;color:var(--gold-ink);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 7px;font-size:11.5px;font-weight:600;display:inline-flex}.rail-support{background:var(--panel);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:3px;margin:8px 16px 10px;padding:14px 14px 16px;display:flex}.rail-support .cdm{width:76px;height:76px;margin-bottom:2px}.rail-support b{font-size:13.5px}.rail-support span{color:var(--muted);font-size:12px;line-height:1.4}.rail-support .btn{margin-top:8px;padding:0 16px}@media (max-height:820px){.rail-support{display:none}}.dash{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:18px;display:grid}.dash-main,.dash-side{flex-direction:column;gap:16px;min-width:0;display:flex}.dash-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.dash-head h2{margin:0;font-size:16px;font-weight:600}.dash-head>a:not(.btn){color:var(--muted);text-underline-offset:3px;font-size:13px;text-decoration:underline}.dash-head>a:not(.btn):hover{color:var(--accent-text)}.dash-banner{border-radius:var(--radius);background:var(--accent);color:#fff;align-items:center;min-height:136px;padding:22px 28px;display:flex;position:relative;overflow:hidden}.dash-banner:before{content:"";background:#ffffff14;border-radius:50%;width:220px;height:220px;position:absolute;top:-70px;right:150px}.dash-banner-copy{z-index:1;flex-direction:column;gap:6px;max-width:460px;display:flex;position:relative}.dash-banner-copy h2{color:#fff;margin:0;font-size:20px;font-weight:600}.dash-banner-copy p{color:#ffffffe6;text-wrap:pretty;margin:0;font-size:14px;line-height:1.55}.dash-banner-copy a{color:#fff;text-underline-offset:4px;align-self:flex-start;margin-top:4px;font-size:14px;font-weight:600;text-decoration:underline}.dash-banner-copy a:hover{color:#fff;text-decoration-thickness:2px}.dash-banner-cat{width:150px;height:150px;position:absolute;bottom:-18px;right:26px}.dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.kpi{border-radius:var(--radius);background:var(--bg);color:var(--ink);transition:box-shadow .16s var(--ease), transform .16s var(--ease);align-items:center;gap:14px;padding:16px 18px;display:flex}.kpi:hover{transform:translateY(-1px);box-shadow:0 8px 22px #1f213014}.kpi>b{font-variant-numeric:tabular-nums;font-size:30px;font-weight:600;line-height:1}.kpi>span:not(.ring){flex-direction:column;gap:1px;min-width:0;display:flex}.kpi strong{font-size:14px;font-weight:600}.kpi small{color:var(--muted);font-size:12px}.ring{--rc:var(--accent);--rb:var(--accent-bg);--ri:var(--accent-text);background:conic-gradient(var(--rc) calc(var(--p) * 1%), var(--rb) 0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;display:inline-flex}.ring>span{background:var(--bg);width:38px;height:38px;color:var(--ri);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.ring-green{--rc:var(--green);--rb:var(--green-bg);--ri:var(--green-ink)}.ring-pink{--rc:var(--pink);--rb:var(--pink-bg);--ri:var(--pink-ink)}.dash-table{flex-direction:column;padding:18px 22px 8px;display:flex}.dash-table .dash-head{margin-bottom:8px}.dt-row{border-bottom:1px solid var(--line-2);color:var(--ink);grid-template-columns:minmax(0,1.6fr) 140px 150px;align-items:center;gap:12px;padding:11px 0;font-size:13.5px;display:grid}.dt-row:last-child{border-bottom:0}a.dt-row:hover .dt-title{color:var(--accent-text)}.dt-headrow{color:var(--muted);padding:4px 0 10px;font-size:12px;font-weight:500}.dt-title{flex-direction:column;min-width:0;font-weight:500;display:flex}.dt-title small{color:var(--muted);font-size:12px;font-weight:400}.dt-type{color:var(--ink-2)}.dt-status{align-items:center;gap:8px;display:inline-flex}.dt-status i{background:var(--muted-2);border-radius:50%;width:8px;height:8px}.st-pending i{background:var(--gold)}.st-approved i{background:var(--green)}.st-scheduled i{background:var(--accent)}.st-locked i{background:var(--line)}.mcal{flex-direction:column;gap:6px;padding:16px 18px 14px;display:flex}.mcal-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.mcal-head b{font-size:15px;font-weight:600}.iconbtn.ghost{width:32px;height:32px;color:var(--ink-2);background:0 0;border:0;border-radius:9px}.iconbtn.ghost:hover{background:var(--panel)}.mcal-grid{text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;display:grid}.mcal-dows span{color:var(--muted);padding-bottom:4px;font-size:11px}.mcal-day{width:36px;height:36px;color:var(--ink);font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;font-size:13px;display:inline-flex;position:relative}.mcal-day.weekend{color:var(--muted-2)}a.mcal-day:hover{background:var(--panel)}.mcal-day.is-today{background:var(--accent-bg);color:var(--accent-text);font-weight:600}.mcal-day .dot{position:absolute;bottom:4px;left:50%;translate:-50%}.mcal .dot{background:var(--muted-2);border-radius:50%;width:5px;height:5px;display:inline-block}.mcal .dot.t-reel{background:var(--accent)}.mcal .dot.t-car{background:#ff9f1c}.mcal .dot.t-ad{background:#16b3a3}.mcal .dot.pending{background:var(--pink)}.mcal-legend{border-top:1px solid var(--line-2);color:var(--muted);flex-wrap:wrap;gap:6px 12px;margin-top:4px;padding-top:8px;font-size:11.5px;display:flex}.mcal-legend span{align-items:center;gap:5px;display:inline-flex}.nextlist{flex-direction:column;padding:16px 18px 8px;display:flex}.nextlist .dash-head{margin-bottom:4px}.next-row{border-bottom:1px solid var(--line-2);align-items:center;gap:12px;padding:10px 0;display:flex}.next-row:last-child{border-bottom:0}.next-ico{background:var(--panel);width:38px;height:38px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.next-ico.pending{background:var(--pink-bg);color:var(--pink-ink)}.next-ico.t-reel{background:var(--t-reel)}.next-ico.t-car{background:var(--t-car)}.next-ico.t-ad{background:var(--t-ad)}.next-copy{min-width:0;color:var(--ink);flex-direction:column;flex:1;display:flex}.next-copy b{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.next-copy small{color:var(--muted);font-size:12px}.next-copy:hover b{color:var(--accent-text)}.next-row .btn{background:var(--accent-bg);width:34px;height:34px;color:var(--accent-text);border:0;border-radius:50%;flex-shrink:0;padding:0}.next-row .btn:hover{background:var(--accent-bg)}.next-row .btn-label{display:none}.t-reel{color:var(--t-reel-ink)}.t-car{color:var(--t-car-ink)}.t-ad{color:var(--t-ad-ink)}@media (max-width:1180px){.dash{grid-template-columns:minmax(0,1fr)}.dash-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}}@media (max-width:900px){.rail-support{display:none}.rail-badge{min-width:18px;height:16px;padding:0 5px;font-size:10px;position:absolute;top:0;right:6px}}@media (max-width:760px){.dash-side{grid-template-columns:minmax(0,1fr)}.dash-banner{min-height:124px;padding:18px 20px}.dash-banner-copy{max-width:64%}.dash-banner-cat{width:110px;height:110px;bottom:-14px;right:10px}.dash-banner:before{right:60px}}@media (max-width:560px){.dash-kpis{grid-template-columns:minmax(0,1fr)}.dt-row{grid-template-columns:minmax(0,1fr) auto}.dt-type{display:none}}@media (prefers-reduced-motion:reduce){.kpi,.kpi:hover{transition:none;transform:none}}.stage-head .pct{--rc:var(--accent);width:52px;height:52px;color:var(--accent-text);border-radius:50%;font-size:12.5px;position:relative;background:conic-gradient(var(--accent) calc(var(--p,0) * 1%), var(--accent-bg) 0)!important}.stage-head .pct:before{content:"";background:var(--bg);border-radius:50%;position:absolute;inset:7px}.stage-head .pct>span{position:relative}.stage-bar i{background:var(--accent)}.composer{background:var(--panel);border:3px solid var(--bg);width:100%;transition:box-shadow .18s var(--ease);border-radius:26px;flex-direction:column;display:flex;box-shadow:0 1px 2px #1f21300a,0 18px 40px -12px #1f213029}.composer:focus-within{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent), 0 18px 40px -12px #1f21302e}.composer-input{resize:none;box-sizing:border-box;width:100%;min-height:56px;max-height:min(40vh,280px);font:inherit;color:var(--ink);background:0 0;border:0;padding:18px 22px 14px;font-size:15px;line-height:1.55;display:block;overflow-y:auto}.composer-input::placeholder{color:var(--muted)}.composer-input:focus{outline:none}.composer-bar{border-top:1px solid var(--line-strong);align-items:center;gap:10px;padding:10px 12px 12px 18px;display:flex}.composer-tools{flex-wrap:wrap;flex:auto;align-items:center;gap:6px;min-width:0;display:flex}.composer-cost{color:var(--muted);white-space:nowrap;font-size:12.5px;font-weight:600}.composer-send{color:#fff;cursor:pointer;width:64px;height:44px;transition:transform .16s var(--ease), box-shadow .16s var(--ease), filter .16s var(--ease);background:radial-gradient(110% 150% at 70% 45%,#22b8f6 0%,#45c9f8 38%,#8fdcfb 72%,#bfeefe 100%);border:2px solid #ffffffd9;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px #fff9,inset 0 -6px 14px #1496e640,0 10px 22px -6px #22aaf099}.composer-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 1px #fff9,inset 0 -6px 14px #1496e640,0 14px 26px -6px #22aaf0b3}.composer-send:active:not(:disabled){transform:translateY(0)}.composer-send:disabled{cursor:default;filter:grayscale(.6)opacity(.45);box-shadow:none}.composer-send:focus-visible{outline-offset:3px;outline:2px solid #1596d8}.composer-send svg{filter:drop-shadow(0 1px 1px #0a6eb459)}.composer-chips{flex-wrap:wrap;gap:6px;display:flex}.composer-chip{height:34px;color:var(--ink);font:inherit;cursor:pointer;transition:background-color .14s var(--ease), border-color .14s var(--ease);background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.composer-chip:hover{background:var(--bg)}.composer-chip[aria-checked=true]{background:var(--bg);border-color:var(--line);color:var(--accent-text);font-weight:600;box-shadow:0 1px 2px #1f21300f}.composer-chip svg{width:15px;height:15px}.composer-sm{border-width:2px;border-radius:20px}.composer-sm .composer-input{min-height:44px;padding:12px 16px 8px;font-size:14px}.composer-sm .composer-bar{padding:6px 8px 8px 12px}.composer-sm .composer-send{width:52px;height:36px}.composer-sm .composer-bar:has(.composer-tools:empty){border-top:0;padding-top:0}.regen-why{width:100%;display:block}.bp-section header>.row:has(.composer){flex:100%}.helper-input{border-top:0;padding:8px 12px 12px;display:block}.learned-tools{align-items:stretch}@media (max-width:560px){.composer-cost{display:none}.composer-chip{padding:0 10px}}@media (prefers-reduced-motion:reduce){.composer,.composer-send,.composer-chip{transition:none}.composer-send:hover:not(:disabled){transform:none}}.welcome{z-index:940;background:var(--canvas);color:var(--ink);place-items:center;padding:72px 20px 40px;display:grid;position:fixed;inset:0;overflow-y:auto}.welcome-skip{color:var(--muted);text-underline-offset:3px;font-size:13.5px;text-decoration:underline;position:absolute;top:22px;right:26px}.welcome-skip:hover{color:var(--accent-text)}.welcome-hello{text-align:center;flex-direction:column;align-items:center;gap:22px;max-width:920px;display:flex}.welcome-title{letter-spacing:-.03em;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 22px;margin:0;font-size:clamp(44px,7.5vw,84px);font-weight:700;line-height:1.05;display:flex}.welcome-word{animation:w-rise .7s var(--ease) both}.name-chip{border:2px dashed var(--accent-text);color:var(--accent-text);font:inherit;letter-spacing:-.01em;cursor:pointer;animation:w-chip .65s var(--ease) .45s both;transition:border-style 0s, background-color .16s var(--ease);background:0 0;border-radius:24px;align-items:center;gap:16px;padding:12px 26px 12px 12px;font-size:.42em;font-weight:600;display:inline-flex}.name-chip:hover{background:color-mix(in srgb, var(--accent) 4%, transparent);border-style:solid}.name-chip-btn{background:var(--bg);width:48px;height:48px;color:var(--ink);cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 18px #1f213024}.name-chip-btn svg{width:18px;height:18px}.name-chip.editing{cursor:default;border-style:solid}.name-chip.editing input{width:11ch;min-width:0;font:inherit;color:var(--ink);background:0 0;border:0;outline:none}.welcome-intro{animation:w-fade .6s var(--ease) 1.1s both;flex-direction:column;gap:6px;margin:4px 0 0;display:flex}.welcome-intro b{font-size:21px;font-weight:600}.welcome-intro span{color:var(--muted);text-wrap:pretty;max-width:46ch;font-size:16px}.welcome-cat{width:150px;height:150px;animation:w-pop .7s var(--ease) 1.4s both}.welcome-go{animation:w-fade .5s var(--ease) 1.9s both}.welcome-timer{background:var(--line);width:120px;height:3px;animation:w-fade .4s var(--ease) 1.9s both;border-radius:3px;overflow:hidden}.welcome-timer i{background:var(--accent);transform-origin:0;height:100%;animation:6.5s linear both w-timer;display:block}.welcome-step{background:var(--bg);width:min(580px,100%);animation:w-step .38s var(--ease) both;border-radius:24px;flex-direction:column;gap:12px;padding:34px 36px 28px;display:flex;box-shadow:0 1px 2px #1f21300a,0 24px 60px -20px #1f21302e}.welcome-progress{gap:6px;margin-bottom:14px;display:flex}.welcome-progress span{background:var(--line);height:4px;transition:background-color .24s var(--ease);border-radius:4px;flex:1}.welcome-progress span.done,.welcome-progress span.now{background:var(--accent)}.welcome-num{letter-spacing:-.03em;color:var(--accent-text);font-size:68px;font-weight:700;line-height:1}.welcome-who{border-radius:999px;align-self:flex-start;padding:4px 11px;font-size:12.5px;font-weight:600}.welcome-who.you{background:var(--accent-bg);color:var(--accent-text)}.welcome-who.auto{background:var(--green-bg);color:var(--green-ink)}.welcome-step h2{margin:2px 0 0;font-size:26px;font-weight:600;line-height:1.25}.welcome-body{color:var(--ink-2);text-wrap:pretty;margin:0;font-size:16px;line-height:1.6}.welcome-prep{background:var(--panel);border-radius:16px;flex-direction:column;gap:10px;margin-top:6px;padding:16px 18px;display:flex}.welcome-prep b{font-size:14px}.welcome-prep ul{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.welcome-prep li{color:var(--ink-2);align-items:flex-start;gap:8px;font-size:14px;display:flex}.welcome-prep li svg{color:var(--green-ink);flex-shrink:0;margin-top:3px}.welcome-nav{align-items:center;gap:10px;margin-top:14px;display:flex}.welcome-count{color:var(--muted);margin:0 auto;font-size:13px}@keyframes w-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes w-chip{0%{opacity:0;transform:translate(-12px)scale(.92)}to{opacity:1;transform:none}}@keyframes w-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes w-pop{0%{opacity:0;transform:translateY(30px)scale(.8)}70%{opacity:1;transform:translateY(-4px)scale(1.03)}to{opacity:1;transform:none}}@keyframes w-timer{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes w-step{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:none}}@media (max-width:600px){.welcome{padding:64px 16px 28px}.name-chip{border-radius:20px;gap:12px;padding:8px 18px 8px 8px;font-size:.4em}.name-chip-btn{width:40px;height:40px}.welcome-cat{width:120px;height:120px}.welcome-step{border-radius:20px;padding:26px 20px 22px}.welcome-num{font-size:54px}.welcome-step h2{font-size:22px}.welcome-count{display:none}.welcome-nav{justify-content:space-between}}@media (prefers-reduced-motion:reduce){.welcome-word,.name-chip,.welcome-intro,.welcome-cat,.welcome-go,.welcome-timer,.welcome-step{animation:none}.welcome-timer i{animation:none;transform:scaleX(1)}}.topbar>div:first-child{flex-direction:column-reverse;display:flex}.topbar .sub{margin:2px 0 0;font-size:13px}.tip{border-radius:var(--radius);background:var(--accent-bg);align-self:stretch;align-items:center;gap:12px;padding:8px 18px 8px 12px}.tip .cdm{width:52px;height:52px;margin:-4px 0}.tip-bubble{color:var(--ink);background:0 0;border:0;border-radius:0;flex:1;margin:0;padding:0;font-size:14px;font-weight:500}.tip-bubble .pill{background:var(--accent);border-color:var(--accent);color:#fff}.tip-bubble .pill:hover{background:var(--accent-deep)}.stat b{color:var(--ink);font-size:28px;font-weight:600}.stat>span:first-child{font-weight:500}.example-thumb,.reel-item .example-thumb{background:linear-gradient(160deg, var(--accent-bg), var(--panel-2));color:var(--accent-text)}.sched-cal{flex-direction:column;gap:6px;padding:14px 14px 16px;display:flex}.sched-cal .cal-head{background:0 0;padding:0 4px 4px;position:static}.sched-day{background:var(--bg);border:1px solid var(--line-2)}.sched-day.weekend{background:var(--panel)}.sched-day.is-empty,.sched-day.weekend.is-empty{border-color:var(--line-2);background:0 0}.sched-day.past{background:0 0;border-style:dashed}.sched-day.past .day-num{color:var(--muted-2)}.sched-day.is-today{border-color:var(--accent-text);box-shadow:0 0 0 1px var(--accent-text)}.sched-day.is-today .day-top b.day-num{background:var(--accent);color:#fff;border-radius:999px}.day-month{color:var(--accent-text)}.plats .plat{background:var(--accent)}@media (min-width:901px){.rail-center{display:none}}@media (max-width:900px){.rail{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));border:2px solid var(--glass-line);background:var(--glass);-webkit-backdrop-filter:blur(18px)saturate(1.4);backdrop-filter:blur(18px)saturate(1.4);border-radius:999px;justify-content:space-around;align-items:center;gap:0;height:74px;padding:0 8px;overflow:visible;box-shadow:inset 0 1px #fff,0 18px 40px -10px #1f213047,0 2px 6px #1f21300f}.rail-item.desk-only{display:none}.rail-item{min-width:58px;color:var(--muted);background:0 0;gap:2px;padding:0 2px;font-size:11.5px;font-weight:500}.rail-item .ico,.rail-item.active .ico{width:30px;height:30px;color:inherit;background:0 0}.rail-item .ico svg{width:22px;height:22px}.rail-item.active{color:var(--accent-text);font-weight:600}.rail-center{color:#fff;cursor:pointer;width:62px;height:62px;box-shadow:0 12px 28px -6px color-mix(in srgb, var(--accent) 60%, transparent), 0 0 0 1px color-mix(in srgb, var(--accent) 10%, transparent);transition:transform .16s var(--ease);background:radial-gradient(circle at 35% 28%,#5a77a8 0%,#3a5a8f 45%,#26406b 100%);border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rail-center:active{transform:scale(.95)}.rail-center svg{width:26px;height:26px}.rail-center:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px}.helper-fab{display:none}.helper{bottom:calc(100px + env(safe-area-inset-bottom))}.app{padding-bottom:112px}.toast-undo{bottom:calc(100px + env(safe-area-inset-bottom))}.sched-cal{padding:10px}}@media (prefers-reduced-motion:reduce){.rail-center{transition:none}}@media (max-width:640px){.grid-3.bundles{grid-template-columns:minmax(0,1fr)}.bundle{min-width:0}}.dl-menu{position:relative}.dl-menu .chev{margin-left:2px;font-size:14px}.dl-pop{z-index:60;background:var(--bg);width:250px;box-shadow:var(--shadow);animation:fade-up .16s var(--ease) both;border-radius:14px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.dl-item{color:var(--ink);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.dl-item:hover,.dl-item:focus-visible{background:var(--panel)}.dl-item b{font-size:14px;font-weight:600;display:block}.dl-item small{color:var(--muted);font-size:12px;display:block}.dl-ico{background:var(--accent-bg);width:34px;height:34px;color:var(--accent-text);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (max-width:900px){.dl-pop{left:0;right:auto}}.badge-posted{background:var(--green-fill);color:#fff}.badge-posted svg{width:12px;height:12px}.posted-row{display:flex}.posted-form{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.posted-date .input{width:auto;height:40px;padding:0 10px;font-size:13.5px}.posted-on{align-items:center;gap:10px;display:inline-flex}.chip-posted{background:var(--green-fill);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.chip-posted svg{width:11px;height:11px}.dash-progress{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.prog-card{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.prog-head{align-items:center;gap:14px;display:flex}.prog-head h2{margin:0;font-size:15px;font-weight:600}.prog-num{color:var(--accent-text);margin-left:4px;font-weight:700}.prog-next{color:var(--accent-text);margin-top:2px;font-size:13px;font-weight:600;display:inline-block}.prog-next:hover{text-underline-offset:3px;text-decoration:underline}.prog-next.done{color:var(--green-ink)}.ring-lg{width:64px;height:64px;margin-left:0}.ring-lg>span{width:50px;height:50px;font-size:14px}.ring-sm{width:26px;height:26px;margin:0}.ring-sm>span{width:20px;height:20px;font-size:8.5px}.prog-parts summary{cursor:pointer;color:var(--muted);font-size:12.5px;list-style:none}.prog-parts summary::-webkit-details-marker{display:none}.prog-parts summary:before{content:"›";transition:transform .16s var(--ease);margin-right:6px;display:inline-block}.prog-parts[open] summary:before{transform:rotate(90deg)}.prog-parts ul{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.prog-parts li{grid-template-columns:minmax(0,1fr) 90px 44px;align-items:center;gap:10px;font-size:12.5px;display:grid}.prog-parts .bar{background:var(--panel-2);border-radius:999px;height:6px;overflow:hidden}.prog-parts .bar i{background:var(--accent);border-radius:999px;height:100%;display:block}.prog-parts b{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.streak-badge{background:var(--panel-2);width:64px;height:64px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.streak-badge.on{background:var(--gold-bg);color:var(--gold-ink)}.streak-badge svg,.streak-badge.sm{width:26px;height:26px}.streak-badge.sm svg{width:13px;height:13px}.streak-weeks{gap:6px;margin:0;padding:0;list-style:none;display:flex}.streak-weeks .wk{flex:1 1 0;min-width:0}.wk{flex-direction:column;align-items:center;gap:4px;display:flex}.wk-bar{background:var(--panel-2);border-radius:8px;align-items:flex-end;width:100%;max-width:28px;height:44px;display:flex;position:relative;overflow:hidden}.wk-bar i{background:var(--muted-2);border-radius:6px 6px 0 0;width:100%;display:block}.wk.met .wk-bar i{background:var(--accent)}.wk.current .wk-bar{box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--accent) 30%, var(--bg))}.wk.current .wk-bar i{background:color-mix(in srgb, var(--accent) 55%, var(--bg))}.wk.paused .wk-bar{background:var(--gold-bg)}.wk.paused .wk-bar i{background:var(--gold)}.wk.missed .wk-bar i{background:var(--line-strong)}.wk-lbl{color:var(--muted);white-space:nowrap;font-size:10.5px}.streak-foot{flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:12.5px;font-weight:500;display:flex}.streak-legend{color:var(--muted);gap:12px;font-size:11.5px;display:flex}.streak-legend span{align-items:center;gap:5px;display:inline-flex}.wk-dot{border-radius:3px;width:8px;height:8px;display:inline-block}.wk-dot.met{background:var(--accent)}.wk-dot.paused{background:var(--gold)}.wk-dot.missed{background:var(--line-strong)}.celebrate{border-radius:var(--radius);background:var(--gold-bg);align-items:center;gap:16px;padding:10px 20px 10px 10px;display:flex}.celebrate .cdm{width:64px;height:64px;margin:-6px 0}.celebrate p{color:var(--ink);margin:0;font-size:15px;font-weight:600}.milestone-thanks{border-radius:var(--radius);background:var(--green-bg);color:var(--green-ink);align-items:center;gap:10px;padding:10px 16px;font-size:13.5px;font-weight:600;display:flex}.recap-card{flex-direction:column;gap:14px;padding:18px 20px;display:flex}.recap-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.recap-kicker{color:var(--accent-text);font-size:12.5px;font-weight:600}.recap-head h2{margin:2px 0 0;font-size:17px;font-weight:600}.recap-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.recap-stat{background:var(--panel);border-radius:12px;flex-direction:column;gap:2px;min-width:0;padding:12px 14px;display:flex}.recap-stat.wide{grid-column:span 3}.recap-stat span{color:var(--muted);font-size:12px}.recap-stat b{color:var(--ink);font-size:24px;font-weight:700;line-height:1.15}.recap-stat b.t{font-size:15px;font-weight:600;line-height:1.4}.recap-stat small{color:var(--muted);font-size:12px}.brand-progress{color:var(--ink-2);flex-wrap:wrap;gap:14px;font-size:12.5px;font-weight:500;display:flex}.brand-progress>span{align-items:center;gap:6px;display:inline-flex}@media (max-width:760px){.dash-progress{grid-template-columns:minmax(0,1fr)}.recap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recap-stat.wide{grid-column:span 2}.streak-weeks{gap:4px}}@media (prefers-reduced-motion:reduce){.prog-parts summary:before{transition:none}}.fb-dialog{width:min(520px,100vw - 32px);box-shadow:var(--shadow);background:var(--bg);color:var(--ink);border:0;border-radius:24px;padding:0}.fb-dialog::backdrop{background:#0f142373}.fb-body{flex-direction:column;gap:14px;padding:24px;display:flex}.fb-body h2{font-size:20px}.upload-bar{background:var(--panel-2);border-radius:999px;height:10px;overflow:hidden}.upload-bar i{border-radius:inherit;background:var(--frame);height:100%;transition:width .3s;display:block}.cal-connect .cc-block{background:var(--panel);border-radius:16px;flex-direction:column;gap:8px;padding:14px;display:flex}.cal-connect .cc-block .btn{align-self:flex-start}.cal-connect .cc-steps{color:var(--ink-2);gap:4px;margin:0;padding-left:20px;font-size:13.5px;display:grid}.cal-note{background:var(--panel);border-radius:12px;padding:8px 12px}.posted-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.post-chip.branded{border-left:4px solid hsl(var(--brand-hue) 60% 50%)}.chip-brand{color:hsl(var(--brand-hue) 55% 38%);white-space:nowrap;text-overflow:ellipsis;padding:4px 8px 0;font-size:10.5px;font-weight:700;display:block;overflow:hidden}
