
:root{--ink:#121212;--paper:#f7f3ea;--muted:#6d665b;--line:rgba(18,18,18,.14);--panel:#fffaf0}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#fff4c4,transparent 35%),var(--paper);color:var(--ink)}button{font:inherit}.shell{min-height:100vh;padding:28px clamp(16px,4vw,56px) 48px}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:28px;align-items:end;border-bottom:1px solid var(--line);padding-bottom:26px}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:12px;color:var(--muted);font-weight:800}.hero h1{font-size:clamp(42px,9vw,112px);line-height:.88;margin:8px 0;max-width:900px}.hero p{font-size:clamp(16px,2vw,22px);line-height:1.35;color:#39352f;margin:0}.system-card{background:rgba(255,250,240,.76);border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:0 24px 70px rgba(25,20,10,.08)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:28px}.idea-card{position:relative;overflow:hidden;text-align:left;border:1px solid var(--line);background:#fff;border-radius:32px;padding:0;min-height:470px;cursor:pointer;box-shadow:0 18px 60px rgba(20,15,10,.08);transition:transform .18s ease,box-shadow .18s ease}.idea-card:hover{transform:translateY(-4px);box-shadow:0 28px 90px rgba(20,15,10,.16)}.thumb{height:230px;padding:18px;border-bottom:1px solid rgba(0,0,0,.09);background:linear-gradient(135deg,var(--a),var(--b));display:flex;align-items:stretch}.thumb-inner{flex:1;border-radius:24px;background:rgba(255,255,255,.55);backdrop-filter:blur(10px);padding:16px;position:relative;overflow:hidden}.card-copy{padding:22px}.card-copy h2{font-size:34px;line-height:.96;margin:0 0 8px}.card-copy p{color:#514c43;line-height:1.45}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.pill{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.65);font-weight:750}.modal-backdrop{position:fixed;inset:0;background:rgba(12,10,8,.58);display:none;align-items:stretch;justify-content:center;padding:18px;z-index:20}.modal-backdrop.open{display:flex}.modal{width:min(1180px,100%);max-height:calc(100vh - 36px);background:var(--paper);border-radius:34px;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;box-shadow:0 30px 120px rgba(0,0,0,.45)}.modal-head{padding:22px clamp(18px,4vw,34px);display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid var(--line);background:linear-gradient(90deg,var(--a),var(--b));color:#111}.modal-title h2{font-size:clamp(34px,7vw,72px);line-height:.9;margin:5px 0}.close{width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:rgba(255,255,255,.55);cursor:pointer}.modal-body{min-height:0;overflow:auto;padding:22px clamp(16px,4vw,34px) 92px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px}.accordion{display:grid;gap:10px}.row{border:1px solid var(--line);background:rgba(255,255,255,.68);border-radius:22px;overflow:hidden}.row summary{cursor:pointer;padding:17px 18px;font-weight:900;list-style:none;display:flex;justify-content:space-between}.row summary:after{content:'+'}.row[open] summary:after{content:'–'}.row-content{padding:0 18px 18px;color:#36312b;line-height:1.55}.row-content ul{padding-left:20px}.proto-stage{position:sticky;top:0;align-self:start;border-radius:28px;background:#fff;border:1px solid var(--line);padding:18px;min-height:520px;box-shadow:0 18px 60px rgba(20,15,10,.08)}.proto-stage h3{margin:0 0 12px}.modal-foot{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:14px 18px;border-top:1px solid var(--line);background:rgba(255,250,240,.9)}.rail{display:flex;gap:8px;overflow:auto}.rail button,.prevnext{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 13px;cursor:pointer}.rail button.active{background:#111;color:white}.wheel-proto{height:420px;display:grid;place-items:center;background:#151515;border-radius:24px;color:white;position:relative;overflow:hidden}.wheel{width:240px;height:240px;border-radius:50%;background:conic-gradient(#ff5a3d 0 60deg,#ffe460 60deg 130deg,#43d17a 130deg 200deg,#54a0ff 200deg 280deg,#f26bff 280deg);border:10px solid #fff;box-shadow:0 0 0 18px rgba(255,255,255,.08);animation:spin 18s linear infinite}.pointer{position:absolute;top:78px;width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:34px solid white}.mission{position:absolute;bottom:26px;left:24px;right:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:14px}.scratch-proto{height:420px;border-radius:24px;background:linear-gradient(180deg,#e0f2fe,#fff);padding:18px;display:grid;gap:12px;align-content:start}.ritual-card{background:white;border:1px solid rgba(29,78,216,.18);border-radius:20px;padding:14px;box-shadow:0 12px 30px rgba(29,78,216,.1)}.lock-strip{height:12px;border-radius:999px;background:linear-gradient(90deg,#1d4ed8 68%,#dbeafe 68%)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.hero,.modal-body{grid-template-columns:1fr}.modal-backdrop{padding:0}.modal{border-radius:0}.proto-stage{position:relative;min-height:auto}.hero h1{font-size:54px}.idea-card{min-height:430px}}


/* Workout Wheel interactive mission state */
.mission-live{display:grid;gap:10px}.mission-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.72)}.spin-mission{border:0;border-radius:999px;background:#ffe460;color:#171717;font-weight:900;padding:8px 12px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22);transition:transform .16s ease,box-shadow .16s ease}.spin-mission:hover,.spin-mission:focus-visible{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.3);outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.mission-chips{display:flex;gap:6px;flex-wrap:wrap}.mission-chips span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);border-radius:999px;padding:5px 8px;font-size:12px}.mission-steps{margin:0;padding-left:20px;font-size:13px;line-height:1.35;color:rgba(255,255,255,.88);display:grid;gap:3px}.mission-cta{justify-self:start;border-radius:14px;background:#ff5a3d;color:white;font-weight:900;padding:9px 12px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.18)}.wheel-proto[data-mission-index="1"] .wheel{animation-duration:7s;transform:rotate(38deg)}.wheel-proto[data-mission-index="2"] .wheel{animation-duration:10s;transform:rotate(92deg)}@media(prefers-reduced-motion:reduce){.wheel{animation:none}.spin-mission{transition:none}}

/* Workout Wheel mission acceptance state */
.mission-cta{border:0;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.mission-cta:hover,.mission-cta:focus-visible{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.3);outline:2px solid rgba(255,255,255,.72);outline-offset:2px}.mission-cta.accepted{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.mission-armed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.mission-armed span{border-radius:10px;background:rgba(34,197,94,.18);border:1px solid rgba(167,243,208,.32);color:#dcfce7;font-size:11px;font-weight:900;line-height:1.1;padding:6px;text-align:center}@media(prefers-reduced-motion:reduce){.mission-cta{transition:none}}

/* Scratchboard interactive session-lock state */
.session-status{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#1d4ed8}.scratch-lock-toggle{border:0;border-radius:999px;background:#101827;color:#fff;font-weight:900;padding:7px 10px;cursor:pointer;box-shadow:0 8px 18px rgba(16,24,39,.18);transition:transform .16s ease,box-shadow .16s ease}.scratch-lock-toggle:hover,.scratch-lock-toggle:focus-visible{transform:translateY(-1px);box-shadow:0 12px 26px rgba(16,24,39,.26);outline:2px solid rgba(29,78,216,.28);outline-offset:2px}.scratch-proto .lock-strip{position:relative;overflow:hidden}.scratch-proto .lock-strip span{display:block;height:100%;width:42%;border-radius:inherit;background:rgba(29,78,216,.28);transition:width .2s ease,background .2s ease}.scratch-proto.locked .lock-strip span{width:100%;background:linear-gradient(90deg,#1d4ed8,#38bdf8)}.scratch-proto.locked .reward-card{background:rgba(16,24,39,.92);color:#fff;border-color:rgba(255,255,255,.16)}.scratch-proto.locked .reward-card p{color:rgba(255,255,255,.74)}.scratch-proto.locked .session-status span::before{content:'🔒 ';}.scratch-proto.unlocked .session-status span::before{content:'○ ';}@media(prefers-reduced-motion:reduce){.scratch-lock-toggle,.scratch-proto .lock-strip span{transition:none}}

/* Scratchboard evidence attached state */
.scratch-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.scratch-proof-toggle{border:1px solid rgba(29,78,216,.2);border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:900;padding:7px 10px;cursor:pointer;box-shadow:0 8px 18px rgba(29,78,216,.12);transition:transform .16s ease,box-shadow .16s ease}.scratch-proof-toggle:hover,.scratch-proof-toggle:focus-visible{transform:translateY(-1px);box-shadow:0 12px 26px rgba(29,78,216,.2);outline:2px solid rgba(29,78,216,.22);outline-offset:2px}.scratch-proto.proofed .lock-strip span{background:linear-gradient(90deg,#22c55e,#a7f3d0);box-shadow:0 0 0 2px rgba(34,197,94,.18) inset}.scratch-proto.proofed .session-status{color:#15803d}.scratch-proto.proofed .session-status span::before{content:'✓ ';}.scratch-proto.proofed .reward-card{background:rgba(240,253,244,.96);color:#14532d;border-color:rgba(34,197,94,.24)}.scratch-proto.proofed .reward-card p{color:#166534}@media(prefers-reduced-motion:reduce){.scratch-proof-toggle{transition:none}}

/* Modal variation tabs */
.variation-tabs{display:grid;gap:12px}.variation-tablist{display:flex;gap:8px;flex-wrap:wrap}.variation-tab{border:1px solid rgba(18,18,18,.12);border-radius:999px;background:#fffaf0;color:#39352f;font-size:12px;font-weight:900;padding:8px 10px;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.variation-tab:hover,.variation-tab:focus-visible{transform:translateY(-1px);outline:2px solid color-mix(in srgb,var(--a) 32%,transparent);outline-offset:2px}.variation-tab.active,.variation-tab[aria-selected="true"]{background:linear-gradient(135deg,color-mix(in srgb,var(--a) 88%,#fff 12%),color-mix(in srgb,var(--b) 84%,#fff 16%));color:#121212;box-shadow:0 10px 26px rgba(20,15,10,.12)}.variation-panel{border:1px solid rgba(18,18,18,.12);border-radius:22px;background:linear-gradient(145deg,rgba(255,250,240,.96),rgba(255,255,255,.78));padding:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.variation-panel h4{margin:5px 0 7px;font-size:20px}.variation-panel p{margin:7px 0}@media(prefers-reduced-motion:reduce){.variation-tab{transition:none}}

/* Workout Wheel thumbnail fidelity */
.thumb-inner .wheel-proto{height:100%;border-radius:18px;place-items:start center;padding:12px;background:radial-gradient(circle at 34% 26%,rgba(255,228,96,.2),transparent 30%),#151515}
.thumb-inner .wheel-proto .wheel{width:128px;height:128px;border-width:6px;box-shadow:0 0 0 10px rgba(255,255,255,.08);animation-duration:24s}
.thumb-inner .wheel-proto .pointer{top:12px;border-left-width:11px;border-right-width:11px;border-top-width:20px}
.thumb-inner .wheel-proto .mission{left:auto;right:10px;bottom:10px;width:min(158px,58%);padding:10px;border-radius:16px;background:rgba(18,18,18,.72);backdrop-filter:blur(10px)}
.thumb-inner .wheel-proto .mission-topline,.thumb-inner .wheel-proto .mission-steps{display:none}
.thumb-inner .wheel-proto .mission b{display:block;font-size:13px;line-height:1.05;margin-bottom:7px}
.thumb-inner .wheel-proto .mission-chips{gap:4px;margin-bottom:7px}
.thumb-inner .wheel-proto .mission-chips span{font-size:10px;padding:4px 6px}
.thumb-inner .wheel-proto .mission-chips span:nth-child(n+2){display:none}
.thumb-inner .wheel-proto .mission-cta{font-size:11px;line-height:1;padding:7px 8px;border-radius:10px}

/* Scratchboard thumbnail fidelity */
.thumb-inner .scratch-proto{height:100%;min-height:0;display:grid;grid-template-rows:1fr .72fr .72fr;gap:6px;overflow:hidden;padding:8px;border-radius:18px;background:linear-gradient(180deg,rgba(224,242,254,.82),rgba(255,255,255,.66));box-shadow:inset 0 0 0 1px rgba(29,78,216,.12)}
.thumb-inner .scratch-proto .ritual-card{margin:0;min-height:0;padding:8px;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(16,24,39,.08)}
.thumb-inner .scratch-proto .ritual-card b{display:block;font-size:11px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.thumb-inner .scratch-proto .ritual-card p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:9.5px;line-height:1.18;margin:4px 0 0}
.thumb-inner .scratch-proto .session-status{font-size:7.5px;line-height:1.08;letter-spacing:.07em;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.thumb-inner .scratch-proto .scratch-actions{display:none}
.thumb-inner .scratch-proto .lock-strip{height:6px;margin-top:4px;border-radius:999px;background:#e0f2fe}
.thumb-inner .scratch-proto .reward-card{background:rgba(255,255,255,.72)}

/* Scratchboard proof ladder state rail */
.proof-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:9px 0 10px}
.proof-step{position:relative;overflow:hidden;border:1px solid rgba(29,78,216,.16);border-radius:14px;background:rgba(255,255,255,.7);padding:8px 9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.proof-step::before{content:'';position:absolute;inset:0 auto 0 0;width:4px;background:rgba(29,78,216,.18)}
.proof-step span,.proof-step b{position:relative;display:block}
.proof-step span{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#64748b}
.proof-step b{margin-top:5px;font-size:12px;line-height:1.08;color:#101827}
.proof-step.complete{background:rgba(219,234,254,.78);border-color:rgba(29,78,216,.22)}
.proof-step.complete::before,.proof-step.active::before{background:#1d4ed8}
.proof-step.active{background:#101827;border-color:rgba(16,24,39,.86);box-shadow:0 10px 24px rgba(16,24,39,.16)}
.proof-step.active span,.proof-step.active b{color:#fff}
.proof-step.active span::after{content:' · now';color:#93c5fd}
.scratch-proto.proofed .proof-step.complete,.scratch-proto.proofed .proof-step.active{background:rgba(240,253,244,.96);border-color:rgba(34,197,94,.28)}
.scratch-proto.proofed .proof-step.complete::before,.scratch-proto.proofed .proof-step.active::before{background:#22c55e}
.scratch-proto.proofed .proof-step.active span,.scratch-proto.proofed .proof-step.active b{color:#14532d}
.scratch-proto.proofed .proof-step.active span::after{color:#15803d}
@media(max-width:720px){.proof-rail{grid-template-columns:1fr}.proof-step{padding:7px 8px}}

/* Modal completion proof callout */
.completion-proof-card{border:1px solid color-mix(in srgb,var(--a) 26%,rgba(18,18,18,.12));border-radius:22px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 11%,#fffaf0 89%),rgba(255,255,255,.9));padding:14px 16px;box-shadow:0 14px 34px rgba(20,15,10,.1),inset 0 1px 0 rgba(255,255,255,.82)}
.completion-proof-card p{margin:6px 0 0;color:#39352f;font-size:14px;font-weight:800;line-height:1.35}
.proto-stage .completion-proof-card + h3{margin-top:14px}
@media(max-width:720px){.completion-proof-card{padding:12px 13px;border-radius:18px}.completion-proof-card p{font-size:13px}}

/* Prototype proof signals on home cards */
.card-proof{margin:14px 0 13px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 9%,#fffaf0 91%),rgba(255,255,255,.86));padding:11px 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.card-proof span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.card-proof b{display:block;color:#24211d;font-size:13px;line-height:1.25}

/* Modal proof IA cards */
.modal-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}
.modal-signals article{border:1px solid rgba(18,18,18,.1);border-radius:20px;background:linear-gradient(145deg,rgba(255,250,240,.94),rgba(255,255,255,.76));padding:13px;box-shadow:0 12px 28px rgba(20,15,10,.07),inset 0 1px 0 rgba(255,255,255,.82)}
.modal-signals span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.modal-signals b{display:block;color:#211e19;font-size:13px;line-height:1.28}
@media(max-width:980px){.modal-signals{grid-template-columns:1fr}}

/* Idea-specific visual system panel */
.visual-system-card{border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:22px;background:rgba(255,250,240,.72);padding:14px 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.visual-system-card .palette-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:10px 0 12px}
.palette-strip span{height:18px;border-radius:999px;background:var(--swatch);box-shadow:inset 0 0 0 1px rgba(18,18,18,.12),0 5px 14px rgba(20,15,10,.08)}
.visual-system-card ul{margin:0;padding-left:18px;color:#39352f;font-size:13px;line-height:1.35}
.visual-system-card li+li{margin-top:5px}
.proto-stage .visual-system-card+h3{margin-top:14px}
.proto-stage .wheel-proto+.visual-system-card,.proto-stage .scratch-proto+.visual-system-card{margin-top:14px}
.modal-body .proto-stage{align-self:start;min-height:0;max-height:max(240px,calc(100dvh - 310px));overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}

/* Variation panel context */
.variation-tab-meta{justify-self:start;border:1px solid rgba(18,18,18,.1);border-radius:999px;background:rgba(255,255,255,.7);color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;padding:6px 9px}

/* Workout Wheel completion recap proof */
.mission-complete{justify-self:start;border:1px solid rgba(255,228,96,.42);border-radius:14px;background:#ffe460;color:#171717;font-weight:950;padding:9px 12px;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.24);transition:transform .16s ease,box-shadow .16s ease}
.mission-complete:hover,.mission-complete:focus-visible{transform:translateY(-1px);box-shadow:0 14px 34px rgba(0,0,0,.32);outline:2px solid rgba(255,255,255,.72);outline-offset:2px}
.mission-cta.cleared{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;cursor:default;opacity:1}
.mission-cta.cleared:hover{transform:none;box-shadow:none;outline:0}
.mission-recap{display:grid;gap:9px;border:1px solid rgba(167,243,208,.32);border-radius:16px;background:linear-gradient(145deg,rgba(34,197,94,.2),rgba(255,228,96,.12));padding:11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.recap-topline{display:flex;justify-content:space-between;gap:10px;align-items:center;color:#dcfce7;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900}
.recap-topline b{font-size:11px;color:#fff}
.recap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.recap-grid span{border-radius:12px;background:rgba(18,18,18,.32);color:rgba(255,255,255,.78);font-size:10px;line-height:1.05;padding:7px;text-align:center}
.recap-grid b{display:block;color:#fff;font-size:14px;line-height:1.05}
.mission-recap p{margin:0;color:rgba(255,255,255,.82);font-size:12px;line-height:1.32}
.wheel-proto.cleared .wheel{box-shadow:0 0 0 12px rgba(34,197,94,.16),0 0 38px rgba(255,228,96,.24)}
.thumb-inner .wheel-proto .mission-recap,.thumb-inner .wheel-proto .mission-complete{display:none}
@media(max-width:720px){.recap-grid{grid-template-columns:1fr}.mission-complete{width:100%}}
@media(prefers-reduced-motion:reduce){.mission-complete{transition:none}}

/* Home-card screenshot flow */
.card-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 0 13px}
.card-flow span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.12));border-radius:14px;background:rgba(255,250,240,.7);color:#39352f;font-size:11px;font-weight:850;line-height:1.12;padding:7px 8px}
.card-flow i{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--a) 84%,#fff 16%);color:#121212;font-style:normal;font-size:10px;font-weight:950;box-shadow:inset 0 -1px 0 rgba(18,18,18,.16)}
@media(max-width:720px){.card-flow{grid-template-columns:1fr}}

/* Detail modal screenshot runway */
.prototype-runway{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.85fr);gap:12px;align-items:stretch;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 12%,#fffaf0 88%),rgba(255,255,255,.84));padding:14px;margin:0 0 14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.82)}
.prototype-runway b{display:block;margin-top:6px;color:#211e19;font-size:14px;line-height:1.25}
.prototype-runway ol{counter-reset:flow;display:grid;gap:7px;margin:0;padding:0;list-style:none}
.prototype-runway li{counter-increment:flow;display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;border-radius:14px;background:rgba(255,255,255,.68);padding:8px 10px;color:#39352f;font-size:12px;font-weight:900;line-height:1.15}
.prototype-runway li::before{content:counter(flow);display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--a) 84%,#fff 16%);font-size:11px;font-weight:950;color:#121212}
@media(max-width:980px){.prototype-runway{grid-template-columns:1fr}}

/* Variation screenshot hook */
.variation-shot{border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:16px;background:rgba(255,255,255,.72);padding:10px 11px;color:#39352f;font-weight:750;line-height:1.3}
.variation-shot span{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}

/* Idea-specific prototype stage surfaces */
.proto-stage.workout-wheel-stage{background:radial-gradient(circle at top left,rgba(255,228,96,.16),transparent 32%),linear-gradient(180deg,rgba(23,23,23,.045),rgba(255,250,240,.86))}
.proto-stage.scratchboard-stage{background:radial-gradient(circle at top left,rgba(29,78,216,.12),transparent 34%),linear-gradient(180deg,rgba(224,242,254,.38),rgba(255,250,240,.86))}

/* Scratchboard evidence input and recovery branch */
.scratch-recovery-toggle{border:1px solid rgba(180,83,9,.26);border-radius:999px;background:#fef3c7;color:#92400e;font-weight:900;padding:7px 10px;cursor:pointer;box-shadow:0 8px 18px rgba(180,83,9,.12);transition:transform .16s ease,box-shadow .16s ease}
.scratch-recovery-toggle:hover,.scratch-recovery-toggle:focus-visible{transform:translateY(-1px);box-shadow:0 12px 26px rgba(180,83,9,.2);outline:2px solid rgba(245,158,11,.28);outline-offset:2px}
.scratch-proto.recovering .session-status{color:#b45309}
.scratch-proto.recovering .session-status span::before{content:'↺ ';}
.scratch-proto.recovering .lock-strip span{background:linear-gradient(90deg,#f59e0b,#fde68a)}
.recovery-panel{display:grid;gap:8px;border:1px solid rgba(245,158,11,.28);border-radius:18px;background:linear-gradient(145deg,rgba(254,243,199,.82),rgba(255,255,255,.78));padding:10px;margin:8px 0 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.recovery-panel p{margin:0;color:#7c2d12;font-size:12px;font-weight:800;line-height:1.25}
.recovery-panel div{display:flex;gap:6px;flex-wrap:wrap}
.recovery-panel button{border:1px solid rgba(180,83,9,.22);border-radius:999px;background:#fffaf0;color:#92400e;font-size:11px;font-weight:950;padding:7px 9px;cursor:pointer}
.recovery-panel button.active,.recovery-panel button[aria-pressed="true"]{background:#92400e;color:#fff;box-shadow:0 8px 18px rgba(146,64,14,.2)}
.evidence-tray{display:grid;gap:7px;border:1px solid rgba(29,78,216,.18);border-radius:18px;background:rgba(255,255,255,.72);padding:10px;margin:8px 0 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.evidence-tray label{color:#1d4ed8;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.evidence-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}
.evidence-input-row input{min-width:0;border:1px solid rgba(29,78,216,.18);border-radius:12px;background:#fff;color:#101827;font:inherit;font-size:12px;font-weight:750;padding:9px 10px;outline:none}
.evidence-input-row input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(29,78,216,.12)}
.evidence-tray.attached{border-color:rgba(34,197,94,.26);background:rgba(240,253,244,.94)}
.evidence-tray.attached label{color:#15803d}
.evidence-tray p{margin:0;color:#475569;font-size:11.5px;font-weight:800;line-height:1.25}
@media(max-width:720px){.evidence-input-row{grid-template-columns:1fr}.scratch-recovery-toggle,.scratch-proof-toggle{width:100%}}
@media(prefers-reduced-motion:reduce){.scratch-recovery-toggle{transition:none}}

/* Prototype brief and proof-state systems */
.card-moment{margin:0 0 13px;border:1px dashed color-mix(in srgb,var(--a) 28%,rgba(18,18,18,.16));border-radius:18px;background:rgba(255,250,240,.62);padding:10px 12px}
.card-moment span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.card-moment b{display:block;color:#29251f;font-size:12.5px;line-height:1.3}
.card-state-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 0 14px}
.card-state-rail span{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"num label" "num status";column-gap:7px;align-items:center;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(255,250,240,.7));padding:8px;color:#2f2a24;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.card-state-rail i{grid-area:num;display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--a) 86%,#fff 14%);color:#121212;font-style:normal;font-size:10px;font-weight:950}
.card-state-rail b{grid-area:label;font-size:10.5px;line-height:1.05}
.card-state-rail em{grid-area:status;color:var(--muted);font-size:9px;font-style:normal;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.modal-brief{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.modal-brief article{border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:22px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 9%,#fffaf0 91%),rgba(255,255,255,.82));padding:14px 15px;box-shadow:0 12px 28px rgba(20,15,10,.07),inset 0 1px 0 rgba(255,255,255,.82)}
.modal-brief span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.modal-brief b{display:block;color:#211e19;font-size:13.5px;line-height:1.3}
.proof-state-board{display:grid;gap:12px;margin-top:14px;border:1px solid color-mix(in srgb,var(--a) 26%,rgba(18,18,18,.14));border-radius:24px;background:linear-gradient(160deg,color-mix(in srgb,var(--a) 10%,#fffaf0 90%),rgba(255,255,255,.86));padding:14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.82)}
.state-board-head{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}
.state-board-head b{display:block;margin-top:6px;color:#211e19;font-size:14px;line-height:1.24}
.state-board-head p{margin:0;color:#514c43;font-size:12.5px;font-weight:800;line-height:1.32}
.proof-state-list{display:grid;gap:8px}
.proof-state-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:start;border:1px solid rgba(18,18,18,.1);border-radius:17px;background:rgba(255,255,255,.76);padding:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.proof-state-list article>span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:color-mix(in srgb,var(--a) 84%,#fff 16%);color:#121212;font-size:11px;font-weight:950;box-shadow:inset 0 -1px 0 rgba(18,18,18,.16)}
.proof-state-list b{display:block;color:#171717;font-size:13px;line-height:1.12}
.proof-state-list p{margin:4px 0 0;color:#514c43;font-size:12px;font-weight:740;line-height:1.3}
.proof-state-list em{border-radius:999px;background:color-mix(in srgb,var(--a) 14%,#fff 86%);color:#211e19;font-size:9.5px;font-style:normal;font-weight:950;letter-spacing:.1em;text-transform:uppercase;padding:5px 7px;white-space:nowrap}
.receipt-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.receipt-stat-row span{display:grid;place-items:center;border-radius:16px;background:#121212;color:rgba(255,255,255,.7);font-size:10px;font-weight:900;line-height:1.05;padding:9px 7px;text-align:center;box-shadow:0 10px 24px rgba(18,18,18,.14)}
.receipt-stat-row b{display:block;color:#fff;font-size:17px;line-height:1.05}
.variation-proof{border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.12));border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 8%,#fff 92%),rgba(255,250,240,.78));padding:10px 11px;color:#39352f;font-weight:780;line-height:1.3}
.variation-proof span{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.proto-stage .proof-state-board+.visual-system-card{margin-top:14px}
@media(max-width:980px){.modal-brief{grid-template-columns:1fr}.card-state-rail{grid-template-columns:1fr}.proof-state-list article{grid-template-columns:auto minmax(0,1fr)}.proof-state-list em{grid-column:2;justify-self:start}.receipt-stat-row{grid-template-columns:1fr}}

/* Keep proof-first modal IA screenshot-ready on shorter browser viewports */
.modal-head{padding:16px clamp(18px,4vw,30px)}
.modal-title h2{font-size:clamp(32px,5vw,58px);line-height:.92}
.modal-title p{margin:0;font-size:clamp(14px,1.6vw,18px);line-height:1.25}
.modal-body{padding:18px clamp(16px,4vw,30px) 104px;scroll-padding-bottom:120px}
.modal-foot{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,auto) auto;gap:10px;align-items:center;padding:10px 16px;background:rgba(255,250,240,.94);box-shadow:0 -12px 30px rgba(20,15,10,.08);backdrop-filter:saturate(130%) blur(10px)}
.modal-foot .rail{max-width:min(46vw,360px);padding:2px;border:1px solid rgba(18,18,18,.08);border-radius:999px;background:rgba(255,255,255,.62)}
.modal-foot .rail button,.modal-foot .prevnext{min-height:36px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}
.modal-foot .rail button{position:relative;padding-left:28px}
.modal-foot .rail button::before{content:'';position:absolute;left:12px;top:50%;width:7px;height:7px;border-radius:999px;background:rgba(18,18,18,.18);transform:translateY(-50%)}
.modal-foot .rail button.active::before{background:color-mix(in srgb,var(--a) 82%,#111 18%);box-shadow:0 0 0 3px color-mix(in srgb,var(--a) 20%,transparent)}
.modal-body .proto-stage{max-height:min(620px,calc(100dvh - 230px));padding-bottom:30px}
.proto-stage .proof-state-board{margin:14px 0}
.proto-stage .proof-state-board+h3{margin-top:2px}
.proto-stage .wheel-proto{height:360px}
@media(max-width:720px){.modal-foot{grid-template-columns:auto minmax(84px,1fr) auto;gap:6px;padding:8px}.modal-foot .rail{max-width:none;min-width:0}.modal-foot .rail button{max-width:128px;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.modal-foot .prevnext{padding:8px 9px}}
@media(max-height:650px){.modal-backdrop{padding:0}.modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100vh;max-height:100vh;overflow:hidden;border-radius:0}.modal-head{padding:12px 20px}.modal-title h2{font-size:clamp(30px,4.6vw,48px)}.modal-body{min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-top:14px;padding-bottom:124px;scroll-padding-bottom:124px}.modal-body .proto-stage{position:relative;max-height:none;overflow:visible}.modal-foot{position:sticky;bottom:0}.proto-stage .wheel-proto{height:320px}.proof-state-board{gap:8px}.state-board-head p,.proof-state-list p{display:none}.proof-state-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.proof-state-list article{grid-template-columns:auto minmax(0,1fr);gap:6px;padding:8px}.proof-state-list em{grid-column:1/-1;justify-self:start}.receipt-stat-row span{padding:7px}}

/* Softer modal navigation rail for screenshot proof frames */
.modal-foot{border-top:1px solid rgba(18,18,18,.08);box-shadow:0 -6px 18px rgba(20,15,10,.055)}
.modal-foot .rail{background:rgba(255,255,255,.48);box-shadow:none}
.modal-foot .prevnext{border:1px solid rgba(18,18,18,.08);border-radius:999px;background:rgba(255,255,255,.54);color:rgba(18,18,18,.66);box-shadow:none}
.modal-foot .rail button{border:0;border-radius:999px;background:transparent;color:rgba(18,18,18,.62)}
.modal-foot .rail button:not(.active){opacity:.72}
.modal-foot .rail button.active{background:color-mix(in srgb,var(--a) 16%,#fff 84%);color:#171717}
.modal-foot:hover,.modal-foot:focus-within{background:rgba(255,250,240,.96)}
@media(max-height:650px){.modal-foot{padding:7px 12px;background:rgba(255,250,240,.82);box-shadow:0 -4px 16px rgba(20,15,10,.04)}.modal-foot .rail button,.modal-foot .prevnext{min-height:32px}}

/* Home proof-map IA */
.home-proof-map{margin:24px 0 2px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(135deg,rgba(255,250,240,.88),rgba(255,255,255,.58));padding:18px;box-shadow:0 18px 50px rgba(20,15,10,.07),inset 0 1px 0 rgba(255,255,255,.8)}
.home-proof-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);gap:16px;align-items:end;margin-bottom:14px}
.home-proof-head h2{margin:5px 0 0;font-size:clamp(22px,3vw,36px);line-height:1.02;max-width:760px}
.home-proof-head p{margin:0;color:#514c43;font-size:14px;font-weight:760;line-height:1.35}
.home-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-proof-card{display:grid;gap:12px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));border-radius:24px;background:linear-gradient(150deg,color-mix(in srgb,var(--a) 10%,#fffaf0 90%),rgba(255,255,255,.8));padding:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.home-proof-card b{display:block;margin-top:5px;color:#211e19;font-size:14px;line-height:1.25}
.home-signal-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.home-signal-list span{border-radius:16px;background:rgba(255,255,255,.72);border:1px solid color-mix(in srgb,var(--a) 18%,rgba(18,18,18,.1));padding:9px;color:#39352f;font-size:11.5px;font-weight:800;line-height:1.24}
.home-signal-list i{display:block;margin-bottom:5px;color:color-mix(in srgb,var(--a) 70%,#171717 30%);font-style:normal;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.home-proof-card button{justify-self:start;border:0;border-radius:999px;background:#171717;color:#fff;font-size:12px;font-weight:950;padding:9px 12px;cursor:pointer;box-shadow:0 10px 24px rgba(18,18,18,.16);transition:transform .16s ease,box-shadow .16s ease}
.home-proof-card button:hover,.home-proof-card button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 32px rgba(18,18,18,.24);outline:2px solid color-mix(in srgb,var(--a) 42%,transparent);outline-offset:2px}
.home-primary-frame{display:grid;grid-template-columns:minmax(0,.75fr) auto;gap:6px 10px;align-items:center;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 10%,#fff 90%),rgba(255,255,255,.7));padding:10px 11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.home-primary-frame span{grid-column:1/-1;color:var(--muted);font-size:9px;font-weight:950;letter-spacing:.12em;line-height:1;text-transform:uppercase}
.home-primary-frame b{margin:0!important;color:#211e19;font-size:12.5px!important;line-height:1.12!important}
.home-primary-frame code{max-width:100%;overflow:hidden;border:1px solid rgba(18,18,18,.1);border-radius:999px;background:#171717;color:#fff7ad;font:850 10px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;padding:5px 7px;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:900px){.home-proof-head,.home-proof-grid,.home-signal-list{grid-template-columns:1fr}.home-primary-frame{grid-template-columns:1fr}.home-primary-frame code{justify-self:start}}

/* Screenshot preset jump panel */
.modal-backdrop.open{background:rgba(12,10,8,.72);backdrop-filter:blur(3px)}
.state-preset-panel{display:grid;gap:11px;border:1px solid color-mix(in srgb,var(--a) 26%,rgba(18,18,18,.14));border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.82),color-mix(in srgb,var(--b) 18%,#fffaf0 82%));padding:14px;margin:0 0 14px;box-shadow:0 14px 32px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.84)}
.completion-proof-card+.state-preset-panel{margin-top:14px}
.state-preset-panel b{display:block;margin-top:5px;color:#211e19;font-size:13.5px;line-height:1.25}
.state-preset-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:7px}
.state-preset-buttons button{display:grid;gap:4px;text-align:left;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.14));border-radius:17px;background:rgba(255,250,240,.76);color:#2f2a24;padding:9px;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.state-preset-buttons button span{font-size:12px;font-weight:950;line-height:1.08}
.state-preset-buttons button small{color:#5f594f;font-size:10.5px;font-weight:760;line-height:1.22}
.state-preset-buttons button.active,.state-preset-buttons button[aria-pressed="true"]{background:linear-gradient(135deg,color-mix(in srgb,var(--a) 84%,#fff 16%),color-mix(in srgb,var(--b) 76%,#fff 24%));box-shadow:0 10px 24px rgba(20,15,10,.14)}
.state-preset-buttons button:hover,.state-preset-buttons button:focus-visible{transform:translateY(-1px);outline:2px solid color-mix(in srgb,var(--a) 34%,transparent);outline-offset:2px}

/* Richer completion-proof receipt details */
.recap-proof-stack{display:grid;gap:5px}
.recap-proof-stack span{border-radius:11px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);color:#f7fee7;font-size:11px;font-weight:850;line-height:1.14;padding:6px 8px}
.mission-recap .recap-safe-note{border-top:1px solid rgba(255,255,255,.14);padding-top:8px;color:#dcfce7}
.mission-recap .recap-safe-note b{color:#fff}

/* Scratchboard evidence receipt presets */
.evidence-presets{display:flex;gap:6px;flex-wrap:wrap}
.evidence-presets button{border:1px solid rgba(29,78,216,.18);border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:10.5px;font-weight:950;padding:7px 9px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}
.evidence-presets button:hover,.evidence-presets button:focus-visible{transform:translateY(-1px);box-shadow:0 8px 18px rgba(29,78,216,.14);outline:2px solid rgba(29,78,216,.2);outline-offset:2px}
.evidence-presets.attached-note span{border-radius:999px;background:#dcfce7;color:#166534;font-size:10.5px;font-weight:950;padding:7px 9px}
@media(max-width:720px){.state-preset-buttons{grid-template-columns:1fr}.home-proof-card button{width:100%}}
@media(prefers-reduced-motion:reduce){.home-proof-card button,.state-preset-buttons button,.evidence-presets button{transition:none}}

/* Screenshot storyboard and active-frame proof panels */
.card-shot-brief{margin:0 0 13px;border:1px solid color-mix(in srgb,var(--b) 36%,rgba(18,18,18,.12));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--b) 18%,#fffaf0 82%),rgba(255,255,255,.82));padding:10px 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.card-shot-brief span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.card-shot-brief b{display:block;color:#29251f;font-size:12.5px;line-height:1.3}
.screenshot-storyboard{display:grid;gap:12px;border:1px solid color-mix(in srgb,var(--a) 25%,rgba(18,18,18,.12));border-radius:24px;background:linear-gradient(150deg,color-mix(in srgb,var(--b) 16%,#fffaf0 84%),rgba(255,255,255,.82));padding:14px;margin:0 0 14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.82)}
.storyboard-head b{display:block;margin-top:6px;color:#211e19;font-size:14px;line-height:1.24}
.storyboard-frames{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.storyboard-frames article{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.1));border-radius:18px;background:rgba(255,255,255,.72);padding:11px 12px 30px;box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}
.storyboard-frames article::before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--a),var(--b))}
.storyboard-frames span{display:block;color:color-mix(in srgb,var(--a) 70%,#171717 30%);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.storyboard-frames b{display:block;margin-top:6px;color:#171717;font-size:13px;line-height:1.12}
.storyboard-frames p{margin:5px 0 0;color:#514c43;font-size:11.5px;font-weight:760;line-height:1.28}
.storyboard-frames i{position:absolute;right:10px;bottom:8px;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950}
.active-shot-status{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid color-mix(in srgb,var(--a) 30%,rgba(18,18,18,.14));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 14%,#fffaf0 86%),rgba(255,255,255,.84));padding:12px 13px;margin:0 0 14px;box-shadow:0 12px 28px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.82)}
.active-shot-status>.eyebrow{writing-mode:vertical-rl;transform:rotate(180deg);font-size:9px;letter-spacing:.12em}
.active-shot-status b{display:block;color:#171717;font-size:13.5px;line-height:1.12}
.active-shot-status p{margin:4px 0 0;color:#514c43;font-size:11.5px;font-weight:780;line-height:1.24}
.active-shot-status em{border-radius:999px;background:#171717;color:#fff;font-size:9px;font-style:normal;font-weight:950;letter-spacing:.08em;text-transform:uppercase;padding:6px 8px;white-space:nowrap}
@media(max-width:980px){.storyboard-frames{grid-template-columns:1fr}.active-shot-status{grid-template-columns:1fr}.active-shot-status>.eyebrow{writing-mode:horizontal-tb;transform:none}}

/* Inline prototype proof paths and receipt ledgers */
.mission-proof-path{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.mission-proof-path span{position:relative;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.58);font-size:10px;font-weight:950;letter-spacing:.08em;text-align:center;text-transform:uppercase;padding:6px 5px}
.mission-proof-path span.done{background:rgba(255,228,96,.14);color:#fff7ad;border-color:rgba(255,228,96,.28)}
.mission-proof-path span.active{box-shadow:0 0 0 2px rgba(255,228,96,.22),0 8px 20px rgba(0,0,0,.22)}
.recap-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.recap-ledger span{border-radius:12px;background:rgba(20,83,45,.5);border:1px solid rgba(187,247,208,.16);color:#dcfce7;font-size:10px;font-weight:850;line-height:1.08;padding:7px;text-align:center}
.recap-ledger b{display:block;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}
.scratch-review-timeline{display:grid;gap:6px;margin:8px 0 10px}
.scratch-review-timeline span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;border:1px solid rgba(29,78,216,.13);border-radius:14px;background:rgba(255,255,255,.68);color:#475569;font-size:11.5px;font-weight:820;line-height:1.16;padding:7px 8px}
.scratch-review-timeline i{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#e0f2fe;color:#1d4ed8;font-style:normal;font-size:10px;font-weight:950}
.scratch-review-timeline span.active{background:rgba(239,246,255,.92);border-color:rgba(29,78,216,.22);color:#101827}
.scratch-proto.proofed .scratch-review-timeline span.active{background:rgba(240,253,244,.96);border-color:rgba(34,197,94,.24);color:#14532d}
.scratch-proto.proofed .scratch-review-timeline i{background:#dcfce7;color:#15803d}
@media(min-width:721px){.proto-stage .scratch-review-timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.proto-stage .scratch-review-timeline span{grid-template-columns:1fr;align-content:start;align-items:start;min-height:62px;font-size:10.5px;padding:7px}.proto-stage .scratch-review-timeline i{width:19px;height:19px}}
@media(max-width:720px){.mission-proof-path,.recap-ledger{grid-template-columns:1fr}.card-shot-brief{padding:9px 10px}}

/* Screenshot proof kit refinements */
.card-receipts{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 0 13px}
.card-receipts span{background:linear-gradient(145deg,#171717,color-mix(in srgb,var(--a) 22%,#171717 78%));padding:8px 6px;min-height:48px}
.card-receipts b{font-size:15px}
.card-shot-checklist{display:grid;gap:6px;margin:0 0 14px}
.card-shot-checklist span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:start;border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.12));border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,250,240,.7));color:#3a352d;font-size:11.5px;font-weight:790;line-height:1.22;padding:8px}
.card-shot-checklist i{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--b) 74%,#fff 26%);color:#171717;font-style:normal;font-size:10px;font-weight:950;box-shadow:inset 0 -1px 0 rgba(18,18,18,.14)}
.shot-kit-panel{display:grid;gap:11px;border:1px solid color-mix(in srgb,var(--a) 28%,rgba(18,18,18,.14));border-radius:24px;background:linear-gradient(150deg,color-mix(in srgb,var(--a) 12%,#fffaf0 88%),color-mix(in srgb,var(--b) 16%,#fff 84%));padding:14px;margin:0 0 14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.84)}
.completion-proof-card+.shot-kit-panel{margin-top:14px}
.shot-kit-head b{display:block;margin-top:6px;color:#211e19;font-size:14px;line-height:1.24}
.shot-kit-checks{display:grid;gap:7px}
.shot-kit-checks span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;border:1px solid rgba(18,18,18,.1);border-radius:16px;background:rgba(255,255,255,.72);color:#39352f;font-size:12px;font-weight:810;line-height:1.25;padding:9px 10px}
.shot-kit-checks i{display:grid;place-items:center;width:21px;height:21px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950}
.shot-kit-panel p{margin:0;border-top:1px solid rgba(18,18,18,.1);padding-top:10px;color:#514c43;font-size:12px;font-weight:820;line-height:1.32}
.shot-kit-panel p span{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--a) 70%,#171717 30%);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.variation-capture-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}
.variation-capture-stack span{display:grid;gap:4px;border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.12));border-radius:16px;background:rgba(255,255,255,.74);color:#39352f;font-size:12px;font-weight:790;line-height:1.25;padding:9px 10px}
.variation-capture-stack i{color:var(--muted);font-style:normal;font-size:9.5px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
@media(max-width:980px){.variation-capture-stack{grid-template-columns:1fr}}
@media(max-width:720px){.card-receipts,.card-shot-checklist,.shot-kit-checks{grid-template-columns:1fr}.card-receipts span{min-height:auto}.shot-kit-panel{padding:12px;border-radius:20px}}

/* Home-grid proof-frame launchers */
.home-shot-deck{margin:18px 0 2px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(150deg,rgba(18,18,18,.92),rgba(47,42,36,.9));color:#fffaf0;padding:18px;box-shadow:0 24px 70px rgba(18,18,18,.16),inset 0 1px 0 rgba(255,255,255,.12)}
.home-shot-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.58fr);gap:16px;align-items:end;margin-bottom:14px}
.home-shot-head .eyebrow{color:rgba(255,250,240,.62)}
.home-shot-head h2{margin:5px 0 0;font-size:clamp(22px,3vw,36px);line-height:1.02;max-width:760px;color:#fff}
.home-shot-head p{margin:0;color:rgba(255,250,240,.72);font-size:14px;font-weight:760;line-height:1.35}
.home-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-shot-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(240px,1.08fr);gap:12px;align-items:stretch;border:1px solid color-mix(in srgb,var(--a) 32%,rgba(255,255,255,.16));border-radius:24px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 18%,rgba(255,255,255,.08) 82%),rgba(255,255,255,.06));padding:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.home-shot-card b{display:block;margin-top:5px;color:#fff;font-size:14px;line-height:1.24}
.home-shot-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:8px}
.home-shot-actions button{display:grid;grid-template-rows:auto minmax(2.45em,auto) auto;align-content:start;gap:7px;min-height:126px;text-align:left;border:1px solid color-mix(in srgb,var(--a) 34%,rgba(255,255,255,.18));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 28%,rgba(255,250,240,.92) 72%),rgba(255,255,255,.84));color:#171717;padding:11px;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.18);transition:transform .16s ease,box-shadow .16s ease}
.home-shot-actions button:hover,.home-shot-actions button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 34px rgba(0,0,0,.26);outline:2px solid color-mix(in srgb,var(--b) 52%,transparent);outline-offset:2px}
.home-shot-actions span{font-size:12px;font-weight:950;line-height:1.08}
.home-shot-actions small{color:#4f4639;font-size:10.5px;font-weight:760;line-height:1.22}
.card-preset-badges{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 13px}
.card-preset-badges span{border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));border-radius:999px;background:color-mix(in srgb,var(--b) 18%,#fffaf0 82%);color:#332e27;font-size:10px;font-weight:950;letter-spacing:.04em;line-height:1;padding:7px 8px;text-transform:uppercase}
.variation-state-button{justify-self:start;border:0;border-radius:999px;background:#171717;color:#fff;font-size:12px;font-weight:950;padding:9px 12px;cursor:pointer;box-shadow:0 10px 24px rgba(18,18,18,.16);transition:transform .16s ease,box-shadow .16s ease;margin:0 0 2px}
.variation-state-button:hover,.variation-state-button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 32px rgba(18,18,18,.24);outline:2px solid color-mix(in srgb,var(--a) 42%,transparent);outline-offset:2px}
@media(max-width:980px){.home-shot-head,.home-shot-grid,.home-shot-card{grid-template-columns:1fr}}
@media(max-width:720px){.home-shot-deck{padding:14px;border-radius:26px}.home-shot-actions{grid-template-columns:1fr}.home-shot-actions button,.variation-state-button{width:100%}}
@media(prefers-reduced-motion:reduce){.home-shot-actions button,.variation-state-button{transition:none}}

/* Prototype cron batch: card identity, director view, and richer proof receipts */
.card-visual-strip{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:stretch;margin:0 0 13px;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,250,240,.68));padding:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.card-palette{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}
.card-palette span{min-height:22px;border-radius:9px;background:var(--swatch);box-shadow:inset 0 0 0 1px rgba(18,18,18,.12),0 6px 14px rgba(20,15,10,.08)}
.card-visual-strip div:last-child{display:grid;gap:5px;align-content:center}
.card-visual-strip b{display:block;color:#332e27;font-size:11.5px;line-height:1.18}
.card-shot-outcome{display:grid;gap:6px;margin:0 0 13px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.14));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 9%,#fffaf0 91%),rgba(255,255,255,.86));padding:11px 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.card-shot-outcome span{color:var(--muted);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.card-shot-outcome b{color:#211e19;font-size:12.5px;line-height:1.25}
.card-shot-outcome em{display:block;border-top:1px solid rgba(18,18,18,.08);padding-top:6px;color:#6a6358;font-size:11px;font-style:normal;font-weight:760;line-height:1.25}
.screenshot-director{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr);gap:12px;border:1px solid color-mix(in srgb,var(--a) 28%,rgba(18,18,18,.12));border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 11%,#fffaf0 89%),rgba(255,255,255,.86));padding:14px;margin:0 0 14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.84)}
.director-current b{display:block;margin-top:6px;color:#171717;font-size:15px;line-height:1.18}
.director-current p{margin:5px 0 0;color:#514c43;font-size:12.5px;font-weight:780;line-height:1.28}
.director-proof-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.director-proof-row span{border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.1));border-radius:16px;background:rgba(255,255,255,.74);color:#39352f;font-size:11.5px;font-weight:800;line-height:1.22;padding:9px}
.director-proof-row i{display:block;margin-bottom:5px;color:color-mix(in srgb,var(--a) 70%,#171717 30%);font-style:normal;font-size:9.5px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.recap-aftercare{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.recap-aftercare span,.mission-pack-preview{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);border-radius:13px;color:#f7fee7;padding:8px}
.recap-aftercare span{font-size:10.5px;font-weight:800;line-height:1.15}
.recap-aftercare i{display:block;margin-bottom:4px;color:#fff7ad;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.mission-pack-preview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:linear-gradient(135deg,rgba(255,228,96,.18),rgba(34,197,94,.12))}
.mission-pack-preview b{display:block;margin:3px 0;color:#fff;font-size:12px;line-height:1.12}
.mission-pack-preview p{margin:0;color:rgba(255,255,255,.78);font-size:11px;line-height:1.24}
.mission-pack-preview em{display:grid;place-items:center;min-width:48px;min-height:48px;border-radius:999px;background:#ffe460;color:#171717;font-size:10px;font-style:normal;font-weight:950;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.scratch-outcome-summary{display:grid;gap:9px;border:1px solid rgba(29,78,216,.16);border-radius:18px;background:linear-gradient(145deg,rgba(239,246,255,.86),rgba(255,255,255,.76));padding:10px;margin:8px 0 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.scratch-outcome-summary.proofed{border-color:rgba(34,197,94,.24);background:linear-gradient(145deg,rgba(240,253,244,.96),rgba(255,255,255,.82))}
.scratch-outcome-summary.recovering{border-color:rgba(245,158,11,.28);background:linear-gradient(145deg,rgba(254,243,199,.9),rgba(255,255,255,.78))}
.scratch-outcome-summary b{display:block;margin-top:5px;color:#101827;font-size:12.5px;line-height:1.18}
.scratch-outcome-summary>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.scratch-outcome-summary span{border:1px solid rgba(18,18,18,.08);border-radius:13px;background:rgba(255,255,255,.72);color:#475569;font-size:10.5px;font-weight:800;line-height:1.15;padding:7px}
.scratch-outcome-summary i{display:block;margin-bottom:4px;color:#1d4ed8;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.scratch-outcome-summary.proofed i{color:#15803d}.scratch-outcome-summary.recovering i{color:#92400e}
.variation-outcome-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:10px 0}
.variation-outcome-rail span{display:grid;gap:4px;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 7%,#fff 93%),rgba(255,250,240,.76));color:#39352f;font-size:11.5px;font-weight:790;line-height:1.22;padding:9px 10px}
.variation-outcome-rail i{color:var(--muted);font-style:normal;font-size:9px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.thumb-inner .recap-aftercare,.thumb-inner .mission-pack-preview{display:none}
@media(max-width:980px){.screenshot-director,.director-proof-row,.variation-outcome-rail{grid-template-columns:1fr}.scratch-outcome-summary>div:last-child{grid-template-columns:1fr}}
@media(max-width:720px){.card-visual-strip{grid-template-columns:1fr}.recap-aftercare,.mission-pack-preview{grid-template-columns:1fr}.mission-pack-preview em{justify-self:start}.card-shot-outcome{padding:10px}}
.proto-stage .wheel-proto.cleared{height:1040px;overflow:visible}
.proto-stage .wheel-proto.cleared.pack-open{height:1600px}
.proto-stage .wheel-proto.cleared .mission-live{top:24px;bottom:auto;left:24px;right:24px;width:auto;max-width:none}
.proto-stage .wheel-proto.cleared .wheel{opacity:.42;transform:scale(.9)}

/* Prototype cron batch: reloadable frame hashes and browser-proof checklists */
.home-frame-manifest{display:grid;gap:8px;margin-top:14px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.07);padding:13px 14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.home-frame-manifest .eyebrow{color:rgba(255,250,240,.62)}
.home-frame-manifest p{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0;color:rgba(255,250,240,.74);font-size:12px;font-weight:820;line-height:1.25}
.home-frame-manifest b{color:#fff;font-size:12px;min-width:118px}
.home-frame-manifest code,.home-shot-actions code,.state-preset-buttons code,.director-current code{border:1px solid rgba(18,18,18,.12);border-radius:999px;background:rgba(255,250,240,.78);color:#171717;font:700 10.5px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;padding:5px 7px;white-space:nowrap}
.home-frame-manifest code{border-color:rgba(255,255,255,.14);background:rgba(255,250,240,.12);color:#fff7ad}
.home-shot-actions code{display:block;justify-self:stretch;max-width:100%;margin-top:1px;overflow:hidden;padding:2px 7px;line-height:14px;text-align:left;text-overflow:ellipsis;white-space:nowrap;border-radius:12px}
.state-preset-buttons code{justify-self:start;margin-top:2px}
.director-current code{display:inline-block;margin-top:8px;background:#171717;color:#fff;border-color:#171717}
.capture-checklist{display:grid;gap:10px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.14));border-radius:20px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 8%,#fffaf0 92%),rgba(255,255,255,.82));padding:12px;margin-top:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.capture-checklist b{display:block;margin-top:5px;color:#211e19;font-size:12.5px;line-height:1.22}
.capture-checklist ol{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.capture-checklist li{border:1px solid rgba(18,18,18,.08);border-radius:14px;background:rgba(255,255,255,.72);color:#39352f;font-size:11.5px;font-weight:790;line-height:1.26;padding:8px 9px}
.capture-checklist li span{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-size:9.5px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.capture-checklist.compact{margin-top:12px;border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:none}
.capture-checklist.compact b{color:#fff;font-size:12px}
.capture-checklist.compact li{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:rgba(255,250,240,.78)}
.capture-checklist.compact li span{color:#fff7ad}
.screenshot-director .capture-checklist.director{grid-column:1/-1;margin-top:0}
.active-shot-cues{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.active-shot-cues span{border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:999px;background:rgba(255,255,255,.72);color:#39352f;font-size:10px;font-weight:900;line-height:1.1;padding:6px 7px}
.visual-token-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}
.visual-token-rail span{border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:15px;background:rgba(255,255,255,.72);color:#39352f;font-size:11px;font-weight:790;line-height:1.22;padding:8px}
.visual-token-rail i{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-style:normal;font-size:9px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:980px){.visual-token-rail{grid-template-columns:1fr}.home-frame-manifest p{display:grid;grid-template-columns:1fr}.home-frame-manifest b{min-width:0}.active-shot-cues{display:grid}}
@media(max-width:720px){.capture-checklist{border-radius:18px;padding:10px}.home-frame-manifest code,.home-shot-actions code,.state-preset-buttons code,.director-current code{white-space:normal}.home-frame-manifest{border-radius:20px}}

/* Prototype cron batch: paid-hook and share-safe receipt polish */
body.modal-open{overflow:hidden}
.receipt-share-preview{display:grid;grid-template-columns:minmax(0,.9fr) repeat(3,minmax(0,1fr));gap:6px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(34,197,94,.1));padding:8px;color:#f7fee7}
.receipt-share-preview>div{display:grid;align-content:center;gap:3px;border-right:1px solid rgba(255,255,255,.14);padding-right:6px}
.receipt-share-preview b{color:#fff;font-size:12px;line-height:1.05}
.receipt-share-preview span{border-radius:11px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.82);font-size:10.5px;font-weight:800;line-height:1.15;padding:7px}
.receipt-share-preview i{display:block;margin-bottom:4px;color:#fff7ad;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.scratch-accountability-preview{display:grid;gap:9px;border:1px solid rgba(29,78,216,.18);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(219,234,254,.72));padding:10px;margin:8px 0 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.scratch-accountability-preview.proofed{border-color:rgba(34,197,94,.24);background:linear-gradient(145deg,rgba(240,253,244,.96),rgba(255,255,255,.82))}
.scratch-accountability-preview.recovering{border-color:rgba(245,158,11,.28);background:linear-gradient(145deg,rgba(254,243,199,.92),rgba(255,255,255,.78))}
.scratch-accountability-preview b{display:block;margin-top:5px;color:#101827;font-size:12.5px;line-height:1.18}
.scratch-accountability-preview>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.scratch-accountability-preview span{border:1px solid rgba(18,18,18,.08);border-radius:13px;background:rgba(255,255,255,.72);color:#475569;font-size:10.5px;font-weight:800;line-height:1.15;padding:7px}
.scratch-accountability-preview i{display:block;margin-bottom:4px;color:#1d4ed8;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.scratch-accountability-preview.proofed i{color:#15803d}.scratch-accountability-preview.recovering i{color:#92400e}
.monetization-panel{display:grid;gap:9px;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:19px;background:linear-gradient(145deg,color-mix(in srgb,var(--b) 14%,#fffaf0 86%),rgba(255,255,255,.78));padding:11px;margin-top:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.monetization-panel b{display:block;margin-top:5px;color:#211e19;font-size:12.5px;line-height:1.2}.monetization-panel>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.monetization-panel span,.card-monetization-cues span{border:1px solid color-mix(in srgb,var(--a) 18%,rgba(18,18,18,.1));border-radius:14px;background:rgba(255,255,255,.72);color:#39352f;font-size:11px;font-weight:790;line-height:1.22;padding:8px}.monetization-panel i,.card-monetization-cues i{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-style:normal;font-size:9px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.prototype-runway .monetization-panel.runway{grid-column:1/-1;margin-top:0}.card-monetization-cues{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:9px;border-top:1px solid rgba(18,18,18,.08);padding-top:8px}.thumb-inner .receipt-share-preview,.thumb-inner .scratch-accountability-preview{display:none}
@media(max-width:980px){.receipt-share-preview,.scratch-accountability-preview>div:last-child,.monetization-panel>div:last-child,.card-monetization-cues{grid-template-columns:1fr}.receipt-share-preview>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:0 0 6px}}

/* Prototype cron batch: experiment lab, pack fake door, and weekly review preview */
.home-experiment-deck{margin:18px 0 2px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(150deg,rgba(255,250,240,.9),rgba(255,255,255,.62));padding:18px;box-shadow:0 18px 50px rgba(20,15,10,.07),inset 0 1px 0 rgba(255,255,255,.82)}
.home-experiment-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.58fr);gap:16px;align-items:end;margin-bottom:14px}
.home-experiment-head h2{margin:5px 0 0;font-size:clamp(22px,3vw,36px);line-height:1.02;max-width:760px}.home-experiment-head p{margin:0;color:#514c43;font-size:14px;font-weight:760;line-height:1.35}.home-experiment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.experiment-lab{display:grid;gap:12px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.14));border-radius:24px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 10%,#fffaf0 90%),rgba(255,255,255,.84));padding:14px;box-shadow:0 16px 34px rgba(20,15,10,.08),inset 0 1px 0 rgba(255,255,255,.84)}
.experiment-lab.home{min-height:100%}.experiment-lab.modal{margin:0 0 14px}.experiment-lab-head b{display:block;margin-top:6px;color:#211e19;font-size:15px;line-height:1.18}.experiment-lab-head p{margin:6px 0 0;color:#514c43;font-size:12.5px;font-weight:780;line-height:1.3}.experiment-cue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.experiment-cue-grid span{border:1px solid color-mix(in srgb,var(--a) 20%,rgba(18,18,18,.1));border-radius:16px;background:rgba(255,255,255,.74);color:#39352f;font-size:11.5px;font-weight:790;line-height:1.24;padding:9px}.experiment-cue-grid i{display:block;margin-bottom:5px;color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-style:normal;font-size:9.5px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.experiment-cta-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.experiment-cta-row button,.recap-action-row button,.scratch-review-toggle,.share-mode-controls button{border:0;border-radius:999px;background:#171717;color:#fff;font-size:12px;font-weight:950;padding:9px 12px;cursor:pointer;box-shadow:0 10px 24px rgba(18,18,18,.16);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.experiment-cta-row button:hover,.recap-action-row button:hover,.scratch-review-toggle:hover,.share-mode-controls button:hover,.experiment-cta-row button:focus-visible,.recap-action-row button:focus-visible,.scratch-review-toggle:focus-visible,.share-mode-controls button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 32px rgba(18,18,18,.24);outline:2px solid color-mix(in srgb,var(--a) 42%,transparent);outline-offset:2px}.experiment-cta-row em{color:#6a6358;font-size:11.5px;font-style:normal;font-weight:790;line-height:1.25}
.recap-action-row{display:flex;gap:7px;flex-wrap:wrap}.recap-action-row button:first-child{background:#ffe460;color:#171717}.recap-action-row button:last-child{background:#dcfce7;color:#14532d}.receipt-share-confirm{display:grid;gap:4px;border:1px solid rgba(187,247,208,.22);border-radius:14px;background:rgba(20,83,45,.46);color:#dcfce7;padding:9px}.receipt-share-confirm b{color:#fff;font-size:12px}.receipt-share-confirm span{font-size:11px;font-weight:820;line-height:1.22}.pack-preview-live{display:grid;grid-template-columns:minmax(0,.96fr) minmax(200px,1.04fr);gap:9px;border:1px solid rgba(255,228,96,.32);border-radius:16px;background:linear-gradient(135deg,rgba(255,228,96,.2),rgba(255,255,255,.1));padding:10px;color:#fefce8}.pack-preview-live b{display:block;margin-top:4px;color:#fff;font-size:13px;line-height:1.15}.pack-preview-live p{margin:5px 0 0;color:rgba(255,255,255,.8);font-size:11.5px;line-height:1.25}.pack-preview-live>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pack-preview-live span{border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.1);font-size:10.5px;font-weight:820;line-height:1.14;padding:7px}.pack-preview-live i{display:block;margin-bottom:4px;color:#fff7ad;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.share-mode-controls{display:flex;gap:6px;flex-wrap:wrap}.share-mode-controls button{background:#eff6ff;color:#1d4ed8;border:1px solid rgba(29,78,216,.18);box-shadow:0 8px 18px rgba(29,78,216,.1);padding:7px 9px}.share-mode-controls button.active,.share-mode-controls button[aria-pressed="true"]{background:#1d4ed8;color:#fff}.scratch-weekly-review{display:grid;gap:9px;border:1px solid rgba(29,78,216,.16);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(224,242,254,.72));padding:10px;margin:8px 0 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}.scratch-weekly-review.proofed{border-color:rgba(34,197,94,.24);background:linear-gradient(145deg,rgba(240,253,244,.96),rgba(255,255,255,.82))}.scratch-weekly-review.recovering{border-color:rgba(245,158,11,.28);background:linear-gradient(145deg,rgba(254,243,199,.92),rgba(255,255,255,.78))}.scratch-weekly-review>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.scratch-weekly-review b{display:block;margin-top:5px;color:#101827;font-size:12.5px;line-height:1.18}.weekly-review-rows,.weekly-review-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.weekly-review-rows span,.weekly-review-detail span{border:1px solid rgba(18,18,18,.08);border-radius:13px;background:rgba(255,255,255,.72);color:#475569;font-size:10.5px;font-weight:800;line-height:1.15;padding:7px}.weekly-review-rows i,.weekly-review-detail i{display:block;margin-bottom:4px;color:#1d4ed8;font-style:normal;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.scratch-weekly-review.proofed i{color:#15803d}.scratch-weekly-review.recovering i{color:#92400e}.thumb-inner .pack-preview-live,.thumb-inner .receipt-share-confirm,.thumb-inner .scratch-weekly-review{display:none}
@media(max-width:980px){.home-experiment-head,.home-experiment-grid,.experiment-cue-grid,.pack-preview-live,.pack-preview-live>div:last-child,.weekly-review-rows,.weekly-review-detail{grid-template-columns:1fr}.experiment-cta-row,.scratch-weekly-review>div:first-child{grid-template-columns:1fr}.scratch-review-toggle{justify-self:start}}
@media(max-width:720px){.home-experiment-deck{padding:14px;border-radius:26px}.experiment-lab{border-radius:20px}.experiment-cta-row button,.recap-action-row button,.scratch-review-toggle,.share-mode-controls button{width:100%}}
@media(prefers-reduced-motion:reduce){.experiment-cta-row button,.recap-action-row button,.scratch-review-toggle,.share-mode-controls button{transition:none}}

/* Prototype fast-rotation polish: numbered proof-frame launchers */
.home-shot-actions button{position:relative;overflow:hidden}
.home-shot-actions button::after{content:'Open';position:absolute;right:9px;top:9px;border-radius:999px;background:rgba(23,23,23,.08);color:#171717;font-size:8.5px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;padding:4px 6px;opacity:.72}
.home-shot-actions .frame-title{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;padding-right:42px}
.home-shot-actions .frame-title i{display:grid;place-items:center;width:21px;height:21px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950;box-shadow:inset 0 -1px 0 rgba(255,255,255,.18)}
@media(max-width:720px){.home-shot-actions button::after{right:8px;top:8px}.home-shot-actions .frame-title{padding-right:38px}.home-shot-actions .frame-title i{width:20px;height:20px}}

/* Workout Wheel fast-rotation polish: queued pack missions as mini cards */
.pack-preview-live>div:last-child span{display:grid;gap:5px;align-content:start;min-height:58px;background:linear-gradient(145deg,rgba(23,23,23,.28),rgba(255,255,255,.1));box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.pack-preview-live>div:last-child i{display:inline-grid;place-items:center;justify-self:start;min-height:19px;border-radius:999px;background:#ffe460;color:#171717;padding:4px 6px}
.pack-preview-live small{display:block;justify-self:start;margin-top:1px;border-radius:999px;background:rgba(255,228,96,.16);color:#fff7ad;font-size:9px;font-weight:950;letter-spacing:.07em;line-height:1.05;padding:4px 6px;text-transform:uppercase}
.pack-fit-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:7px}
.pack-fit-rail em{display:inline-grid;place-items:center;min-height:22px;border:1px solid rgba(255,228,96,.26);border-radius:999px;background:rgba(255,228,96,.18);color:#fff7ad;font-size:9px;font-style:normal;font-weight:950;letter-spacing:.08em;line-height:1;text-align:center;text-transform:uppercase;padding:5px 6px}
.pack-trust-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:7px}
.pack-trust-rail span{display:grid;gap:3px;align-content:start;min-height:42px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(23,23,23,.22);color:rgba(255,255,255,.82);font-size:9.5px;font-weight:880;line-height:1.08;padding:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.pack-trust-rail i{margin:0;color:#ffe460;font-size:8px;line-height:1}
.pack-offer-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:7px}
.pack-offer-row span{display:grid;gap:3px;align-content:start;min-height:46px;border:1px solid rgba(255,228,96,.24);border-radius:14px;background:linear-gradient(145deg,rgba(255,228,96,.2),rgba(255,255,255,.08));color:#fff7ad;font-size:10.5px;font-weight:900;line-height:1.12;padding:7px 8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.pack-offer-row i{color:#ffe460;font-size:8.5px;font-style:normal;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase}
@media(max-width:720px){.pack-trust-rail,.pack-offer-row{grid-template-columns:1fr}.pack-trust-rail span,.pack-offer-row span{min-height:0}}

/* Scratchboard fast-rotation polish: clearer active share-scope chips */
.proto-stage .scratch-proto.locked.proofed{height:auto;min-height:420px}
.share-mode-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));align-items:stretch}
.proto-stage .share-mode-controls{grid-template-columns:1fr}
.share-mode-controls::before{content:'Share scope';grid-column:1/-1;color:#1d4ed8;font-size:9px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.share-mode-controls button{display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:start;gap:6px;min-height:38px;text-align:left}
.share-mode-controls button::before{content:'';width:7px;height:7px;border-radius:999px;background:rgba(29,78,216,.35)}
.share-mode-controls button.active,.share-mode-controls button[aria-pressed="true"]{box-shadow:0 10px 22px rgba(29,78,216,.2),inset 0 0 0 1px rgba(255,255,255,.36)}
.share-mode-controls button.active::before,.share-mode-controls button[aria-pressed="true"]::before{content:'✓';display:grid;place-items:center;width:20px;height:20px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:950}

/* Scratchboard fast-rotation polish: share-safe selector hierarchy */
.proto-stage .scratch-proto.proofed .share-mode-controls{gap:7px;border:1px solid rgba(29,78,216,.18);border-radius:16px;background:linear-gradient(145deg,rgba(239,246,255,.9),rgba(240,253,244,.72));padding:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}
.proto-stage .scratch-proto.proofed .share-mode-controls button{position:relative;min-height:36px;padding-right:48px;background:rgba(255,255,255,.78)}
.proto-stage .scratch-proto.proofed .share-mode-controls button:nth-of-type(2).active,.proto-stage .scratch-proto.proofed .share-mode-controls button:nth-of-type(2)[aria-pressed="true"]{background:linear-gradient(135deg,#16a34a,#1d4ed8);color:#fff}
.proto-stage .scratch-proto.proofed .share-mode-controls button:nth-of-type(3){border-style:dashed;color:#64748b;background:rgba(255,255,255,.5)}
.proto-stage .scratch-proto.proofed .share-mode-controls button:nth-of-type(3):not(.active):not([aria-pressed="true"])::after{content:'Opt-in';position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:999px;background:rgba(15,23,42,.08);color:#334155;font-size:8px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:5px 6px}
.proto-stage .scratch-proto.proofed .share-mode-controls button.active::after,.proto-stage .scratch-proto.proofed .share-mode-controls button[aria-pressed="true"]::after{content:'Selected';position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:999px;background:rgba(255,255,255,.92);color:#166534;font-size:8px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:5px 6px;box-shadow:0 6px 14px rgba(16,24,39,.12)}
@media(max-width:720px){.proto-stage .scratch-proto.proofed .share-mode-controls button{padding-right:48px}}

/* Prototype fast-rotation polish: compressed proof-dashboard home cards */
@media(min-width:960px){
  .idea-card{min-height:0}
  .card-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-content:start}
  .card-copy>.eyebrow,.card-copy>h2,.card-copy>p,.card-shot-outcome{grid-column:1/-1}
  .card-copy>h2,.card-copy>p,.card-visual-strip,.card-proof,.card-moment,.card-shot-brief,.card-shot-outcome,.card-receipts,.card-preset-badges,.card-flow,.card-shot-checklist,.card-state-rail,.pill-row{margin-top:0;margin-bottom:0}
  .card-copy>p{font-size:14px;line-height:1.34}
  .card-visual-strip,.card-proof,.card-moment,.card-shot-brief{min-height:82px;align-content:start}
  .card-shot-outcome{display:grid;grid-template-columns:minmax(0,.78fr) minmax(250px,1.22fr);gap:8px 10px;align-items:stretch;padding:10px 11px}
  .card-shot-outcome>span,.card-shot-outcome>b,.card-shot-outcome>em{grid-column:1}
  .card-shot-outcome .card-monetization-cues{grid-column:2;grid-row:1/4;grid-template-columns:1fr;margin-top:0;padding-top:0;border-top:0}
  .card-shot-outcome .card-monetization-cues span{font-size:10.5px;padding:7px 8px}
  .card-shot-outcome em{align-self:end}
  .card-shot-checklist{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));align-self:start}
  .card-shot-checklist span{font-size:10.5px;padding:7px}
}

/* Prototype fast-rotation polish: home idea-card scan lanes */
@media(min-width:960px){
  .card-copy{gap:12px 14px}
  .card-shot-outcome .card-monetization-cues{gap:8px}
  .card-monetization-cues span,.card-shot-checklist span,.card-state-rail span{line-height:1.28}
  .card-shot-checklist,.card-state-rail,.pill-row{grid-column:1/-1}
  .card-state-rail,.pill-row{padding-top:10px;border-top:1px solid rgba(18,18,18,.08)}
  .card-state-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}
  .card-state-rail span{min-height:54px}
  .pill-row{gap:8px 10px}
}

/* Scratchboard fast-rotation polish: share review scan rows */
.proto-stage .scratch-accountability-preview.proofed,.proto-stage .scratch-weekly-review.proofed{gap:10px}
.share-default-note{display:grid;grid-template-columns:1fr;gap:5px;align-items:center;border:1px solid rgba(29,78,216,.24);border-radius:18px;background:linear-gradient(135deg,#1d4ed8,rgba(22,163,74,.88));color:#fff;line-height:1.15;padding:10px 11px;text-align:center;box-shadow:0 12px 26px rgba(29,78,216,.18),inset 0 1px 0 rgba(255,255,255,.24)}
.share-default-note span{justify-self:center;border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;color:#fff!important;font-size:9px!important;font-weight:950!important;letter-spacing:.1em!important;line-height:1!important;text-transform:uppercase;padding:5px 8px!important}
.share-default-note b{color:#fff;font-size:16px;line-height:1.05}.share-default-note em{color:#dbeafe;font-size:11px;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.15;text-transform:uppercase}
.ritual-close-meter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border:1px solid rgba(34,197,94,.16);border-radius:15px;background:linear-gradient(90deg,rgba(34,197,94,.12),rgba(255,255,255,.78));padding:6px}
.ritual-close-meter span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px;align-items:center;border:0!important;background:transparent!important;color:#14532d!important;font-size:10px!important;font-weight:950!important;line-height:1.05!important;padding:0!important}
.ritual-close-meter i{display:grid!important;place-items:center;width:18px;height:18px;margin:0!important;border-radius:999px;background:#16a34a;color:#fff!important;font-size:9px!important;letter-spacing:0!important}
.review-privacy-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border:1px solid rgba(29,78,216,.16);border-radius:15px;background:linear-gradient(90deg,rgba(219,234,254,.9),rgba(255,255,255,.78));padding:6px}
.review-privacy-rail span{display:grid;place-items:center;min-height:28px;border:0!important;background:transparent!important;color:#1d4ed8!important;font-size:10px!important;font-weight:950!important;letter-spacing:.05em;line-height:1.08!important;text-align:center;text-transform:uppercase;padding:0!important}
.proto-stage .scratch-accountability-preview.proofed>div:last-child,.proto-stage .scratch-weekly-review.proofed .weekly-review-rows,.proto-stage .scratch-weekly-review.proofed .weekly-review-detail{gap:8px}
.proto-stage .scratch-accountability-preview.proofed span,.proto-stage .scratch-weekly-review.proofed span{line-height:1.24;padding:8px 9px}
.proto-stage .scratch-weekly-review.proofed .weekly-review-detail{margin-top:2px;padding-top:8px;border-top:1px solid rgba(34,197,94,.16)}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail{gap:4px;padding:4px}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span{min-height:24px!important;font-size:8.5px!important;line-height:1!important;padding:4px 5px!important}
@media(max-width:720px){.review-privacy-rail{grid-template-columns:1fr}}

/* Workout Wheel fast-rotation polish: receipt and safety scan rows */
.proto-stage .wheel-proto.cleared .recap-proof-stack{gap:6px}
.proto-stage .wheel-proto.cleared .recap-proof-stack span{line-height:1.22;padding:7px 9px}
.proto-stage .wheel-proto.cleared .recap-safe-note{border:1px solid rgba(255,228,96,.18);border-radius:12px;background:rgba(255,228,96,.08);padding:8px 9px;line-height:1.28}
.proto-stage .wheel-proto.cleared .recap-safe-note::before{content:'Safety rationale';display:inline-grid;margin:0 0 6px;border-radius:999px;background:#ffe460;color:#171717;font-size:9px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:5px 7px;white-space:nowrap}

/* Prototype fast-rotation polish: modal start/trust/proof route strip */
.proof-route-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:10px 0 14px}
.proof-route-strip span{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"num label" "num detail";column-gap:7px;align-items:center;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--a) 8%,#fffaf0 92%),rgba(255,255,255,.82));padding:9px 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.proof-route-strip i{grid-area:num;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950}
.proof-route-strip b{grid-area:label;color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-size:10px;font-weight:950;letter-spacing:.11em;line-height:1;text-transform:uppercase}
.proof-route-strip em{grid-area:detail;color:#39352f;font-size:11px;font-style:normal;font-weight:780;line-height:1.22}
@media(max-width:980px){.proof-route-strip{grid-template-columns:1fr}}

/* Workout Wheel fast-rotation polish: armed timer proof meter */
.mission-timer-meter{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"label bar" "note bar";gap:3px 8px;align-items:center;border:1px solid rgba(255,228,96,.28);border-radius:14px;background:linear-gradient(135deg,rgba(255,228,96,.16),rgba(34,197,94,.11));padding:8px 9px;color:#fefce8;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.mission-timer-meter span{grid-area:label;font-size:11px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.mission-timer-meter em{grid-area:note;color:rgba(255,255,255,.72);font-size:10.5px;font-style:normal;font-weight:820;line-height:1.15}
.mission-timer-meter i{grid-area:bar;position:relative;overflow:hidden;height:10px;border-radius:999px;background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}
.mission-timer-meter i::before{content:'';position:absolute;inset:0 28% 0 0;border-radius:inherit;background:linear-gradient(90deg,#ffe460,#22c55e);box-shadow:0 0 16px rgba(255,228,96,.28)}
.thumb-inner .mission-timer-meter{display:none}

/* Prototype fast-rotation polish: sticky active-frame proof ribbon */
.proto-stage{scroll-padding-top:12px}
.completion-proof-card+.active-shot-status{margin-top:12px}
.proto-stage .active-shot-status{position:sticky;top:0;z-index:4;grid-template-columns:minmax(0,1fr) auto;align-items:start;border-width:2px;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 18%,rgba(255,250,240,.96) 82%),rgba(255,255,255,.9));backdrop-filter:blur(12px);box-shadow:0 16px 34px rgba(20,15,10,.12),inset 0 1px 0 rgba(255,255,255,.9)}
.proto-stage .active-shot-status>.eyebrow{position:absolute;left:12px;top:8px;writing-mode:horizontal-tb;transform:none;border-radius:999px;background:#171717;color:#fff;font-size:8.5px;letter-spacing:.12em;line-height:1;padding:5px 7px}
.proto-stage .active-shot-status>div{padding-top:18px}
.proto-stage .active-shot-status em{margin-top:2px;box-shadow:0 8px 18px rgba(18,18,18,.18)}
.proto-stage .active-shot-cues span:first-child{background:color-mix(in srgb,var(--a) 16%,#fff 84%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--a) 28%,transparent);font-weight:950}
@media(max-width:720px){.proto-stage .active-shot-status{grid-template-columns:1fr;top:0}.proto-stage .active-shot-status>div{padding-top:20px}.proto-stage .active-shot-status em{justify-self:start}}

/* Scratchboard fast-rotation polish: recovery choices read as cards */
.proto-stage .scratch-proto.recovering .recovery-panel div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.proto-stage .scratch-proto.recovering .recovery-panel button{display:grid;place-items:center;min-height:50px;border-radius:15px;white-space:normal;text-align:center;line-height:1.12;background:linear-gradient(145deg,#fffaf0,rgba(254,243,199,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.proto-stage .scratch-proto.recovering .recovery-panel button.active,.proto-stage .scratch-proto.recovering .recovery-panel button[aria-pressed="true"]{background:linear-gradient(145deg,#92400e,#b45309);box-shadow:0 10px 22px rgba(146,64,14,.22),inset 0 1px 0 rgba(255,255,255,.18)}
.proto-stage .scratch-proto.recovering .scratch-outcome-summary.recovering span:first-child{border-color:rgba(245,158,11,.34);box-shadow:inset 0 0 0 1px rgba(245,158,11,.14)}
@media(max-width:720px){.proto-stage .scratch-proto.recovering .recovery-panel div{grid-template-columns:1fr}.proto-stage .scratch-proto.recovering .recovery-panel button{min-height:42px}}

.evidence-lock-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;border:1px solid rgba(29,78,216,.16);border-radius:14px;background:linear-gradient(135deg,rgba(219,234,254,.86),rgba(255,255,255,.76));color:#1e3a8a;padding:8px 9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.evidence-lock-note span{border-radius:999px;background:#1d4ed8;color:#fff;font-size:9px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px;white-space:nowrap}
.evidence-lock-note b{color:#1e3a8a;font-size:11.5px;line-height:1.16}
.evidence-lock-note.proofed{border-color:rgba(34,197,94,.24);background:linear-gradient(135deg,rgba(220,252,231,.9),rgba(255,255,255,.8));color:#14532d}
.evidence-lock-note.proofed span{background:#16a34a}.evidence-lock-note.proofed b{color:#14532d}
@media(max-width:720px){.evidence-lock-note{grid-template-columns:1fr}.evidence-lock-note span{justify-self:start}}

/* Scratchboard fast-rotation polish: evidence tray scans as action + lock */
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-tray{gap:9px;border-color:rgba(29,78,216,.26);background:linear-gradient(145deg,rgba(239,246,255,.96),rgba(255,255,255,.84));padding:12px;box-shadow:0 12px 28px rgba(29,78,216,.08),inset 0 1px 0 rgba(255,255,255,.86)}
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-tray label{display:flex;align-items:center;justify-content:space-between;gap:8px}
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-tray label::after{content:'Reward locked';border-radius:999px;background:#1d4ed8;color:#fff;font-size:9px;font-weight:950;letter-spacing:.08em;padding:4px 7px;white-space:nowrap}
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-presets button{min-height:34px;border-radius:13px;background:#fff;color:#1d4ed8;white-space:normal;box-shadow:inset 0 0 0 1px rgba(29,78,216,.06)}
.proto-stage .scratch-proto.locked:not(.proofed) .evidence-tray p{border-left:3px solid #1d4ed8;border-radius:9px;background:rgba(219,234,254,.55);color:#1e3a8a;padding:7px 8px;margin-top:1px}
@media(max-width:720px){.proto-stage .scratch-proto.locked:not(.proofed) .evidence-presets{grid-template-columns:1fr}}

/* Workout Wheel fast-rotation polish: pack preview reads as a mission queue */
.proto-stage .wheel-proto.pack-open .pack-preview-live{box-shadow:0 14px 34px rgba(255,228,96,.12),inset 0 1px 0 rgba(255,255,255,.16)}
.proto-stage .wheel-proto.pack-open .pack-fit-rail{grid-template-columns:repeat(auto-fit,minmax(82px,1fr))}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child{grid-template-columns:1fr;gap:7px}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child span{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"label title" "label meta";column-gap:8px;min-height:0;align-items:center}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child i{grid-area:label;margin:0}.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child small{grid-area:meta;margin:0}.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child span{font-size:11px}
.proto-stage .wheel-proto.pack-open .pack-preview-live::after{content:'After proof · $3 pack test · try another free quiet mission remains available';grid-column:1/-1;border:1px solid rgba(255,228,96,.28);border-radius:999px;background:rgba(255,228,96,.16);color:#fff7ad;font-size:9.5px;font-weight:950;letter-spacing:.08em;line-height:1.15;text-align:center;text-transform:uppercase;padding:7px 9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
@media(max-width:720px){.proto-stage .wheel-proto.pack-open .pack-fit-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.proto-stage .wheel-proto.pack-open .pack-preview-live::after{border-radius:14px}}

/* Prototype fast-rotation polish: home proof-frame scan summary */
.home-shot-card-title{display:flex;align-items:center;justify-content:space-between;gap:10px}
.home-shot-card-title .eyebrow{color:rgba(255,250,240,.64)}
.home-shot-card-title em{display:inline-grid;place-items:center;min-height:24px;border:1px solid color-mix(in srgb,var(--b) 34%,rgba(255,255,255,.16));border-radius:999px;background:rgba(255,250,240,.12);color:#fff7ad;font-size:9px;font-style:normal;font-weight:950;letter-spacing:.1em;line-height:1;text-transform:uppercase;padding:5px 8px;white-space:nowrap}
.home-shot-actions button::after{content:'Launch';background:#171717;color:#fff;opacity:1;box-shadow:0 6px 16px rgba(0,0,0,.18)}
.home-shot-actions small{border-left:3px solid color-mix(in srgb,var(--a) 45%,rgba(23,23,23,.16));padding-left:7px}
.home-shot-actions code{background:rgba(23,23,23,.08);border-color:rgba(23,23,23,.1);color:#342e26;font-weight:850}
.home-frame-manifest p{display:grid;grid-template-columns:minmax(110px,.18fr) minmax(0,1fr);gap:8px 10px;align-items:start;padding:8px 0;border-top:1px solid rgba(255,255,255,.1)}
.home-frame-manifest p:first-of-type{padding-top:0;border-top:0}
.manifest-hashes{display:flex;gap:6px;flex-wrap:wrap;min-width:0}
.home-frame-manifest code{max-width:100%;overflow:hidden;text-overflow:ellipsis}
@media(max-width:980px){.home-frame-manifest p{grid-template-columns:1fr}.manifest-hashes{display:grid;grid-template-columns:1fr}.home-shot-card-title{align-items:start;flex-direction:column}.home-shot-card-title em{justify-self:start}}
.home-shot-actions{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}
.home-shot-actions .frame-title{padding-right:58px}

/* Prototype fast-rotation polish: proof-frame launcher breathing room */
.home-shot-grid{gap:14px}
.home-shot-card{gap:14px;padding:16px}
.home-shot-actions{gap:10px}
.home-shot-actions button{min-height:136px;padding:13px;gap:8px}
.home-shot-actions small{line-height:1.28;padding-top:1px}
.home-shot-actions code{align-self:end;margin-top:auto}
.card-proof,.card-shot-outcome,.capture-checklist.compact{margin-bottom:15px}
@media(max-width:720px){.home-shot-card{padding:14px}.home-shot-actions button{min-height:0;padding:12px}}

/* Prototype fast-rotation polish: proof-frame launcher hash wells */
.home-shot-actions button{grid-template-rows:auto minmax(2.3em,auto) minmax(24px,auto);padding-top:13px}
.home-shot-actions button::after{display:inline-grid;place-items:center;min-width:54px;min-height:22px;padding:5px 8px;text-align:center}
.home-shot-actions code{display:block;position:relative;height:20px;min-height:0;padding:3px 7px 3px 34px;line-height:14px}
.home-shot-actions code::before{content:'URL';position:absolute;left:7px;top:50%;transform:translateY(-50%);border-right:1px solid rgba(23,23,23,.14);color:color-mix(in srgb,var(--a) 72%,#171717 28%);font:950 8px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.1em;padding-right:6px;text-transform:uppercase}
@media(max-width:720px){.home-shot-actions button::after{display:none}.home-shot-actions .frame-title{padding-right:0}.home-shot-actions small{padding-left:6px}.home-shot-card-title{gap:7px}.home-shot-actions code{padding-left:7px}.home-shot-actions code::before{display:none}}

/* Workout Wheel fast-rotation polish: segmented armed timer rail */
.proto-stage .mission-timer-meter{position:relative;overflow:hidden;grid-template-columns:minmax(0,.82fr) minmax(120px,1fr);border-color:rgba(255,228,96,.38);background:linear-gradient(135deg,rgba(255,228,96,.2),rgba(34,197,94,.14));box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.14)}
.proto-stage .mission-timer-meter span{display:flex;align-items:center;gap:6px;color:#fff7ad}
.proto-stage .mission-timer-meter span::before{content:'';display:inline-block;width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.16),0 0 18px rgba(34,197,94,.5)}
.proto-stage .mission-timer-meter i{height:12px;background:rgba(255,255,255,.16)}
.proto-stage .mission-timer-meter i::before{inset:0 22% 0 0;background:linear-gradient(90deg,#ffe460 0%,#fbbf24 46%,#22c55e 100%)}
.proto-stage .mission-timer-meter i::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 32%,rgba(23,23,23,.32) 32% 34%,transparent 34% 66%,rgba(23,23,23,.32) 66% 68%,transparent 68%);opacity:.72}
.proto-stage .mission-timer-meter em{color:rgba(255,247,173,.82)}
@media(max-width:720px){.proto-stage .mission-timer-meter{grid-template-columns:1fr;grid-template-areas:"label" "bar" "note"}.proto-stage .mission-timer-meter i{width:100%}}

/* Scratchboard fast-rotation polish: status-first privacy ladder */
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail{gap:7px;background:linear-gradient(90deg,rgba(219,234,254,.96),rgba(240,253,244,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span{border-radius:11px!important;min-height:32px;padding:5px 7px!important}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span:first-child{background:#1d4ed8!important;color:#fff!important;box-shadow:0 8px 18px rgba(29,78,216,.18)}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span:nth-child(2){background:rgba(255,255,255,.72)!important;color:#1e3a8a!important}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span:last-child{border:1px dashed rgba(29,78,216,.3)!important;background:rgba(255,255,255,.38)!important;color:#64748b!important}
@media(max-width:720px){.proto-stage .scratch-weekly-review.proofed .review-privacy-rail{grid-template-columns:1fr}}

/* Site fast-rotation polish: keyboard-visible idea cards */
.idea-card:focus-visible{transform:translateY(-4px);box-shadow:0 30px 92px rgba(20,15,10,.18);outline:3px solid color-mix(in srgb,var(--a) 72%,#171717 28%);outline-offset:5px}
.idea-card:focus-visible .thumb-inner{box-shadow:inset 0 0 0 2px rgba(255,255,255,.9),0 0 0 4px color-mix(in srgb,var(--a) 22%,transparent)}
@media(prefers-reduced-motion:reduce){.idea-card:focus-visible{transform:none}}

/* Prototype fast-rotation polish: receipt/review proof text density */
.proto-stage .wheel-proto.cleared .recap-proof-stack span,.proto-stage .wheel-proto.cleared .recap-ledger span,.proto-stage .wheel-proto.cleared .receipt-share-preview span{font-size:11px;line-height:1.26}
.proto-stage .wheel-proto.cleared .receipt-share-preview{border-color:rgba(255,228,96,.24);background:linear-gradient(135deg,rgba(255,228,96,.14),rgba(34,197,94,.13));box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.proto-stage .wheel-proto.cleared .receipt-share-preview>div{border-color:rgba(255,228,96,.24)}
.proto-stage .wheel-proto.cleared .recap-safe-note{font-size:12.5px;color:#fefce8;box-shadow:inset 0 0 0 1px rgba(255,228,96,.08)}
.proto-stage .scratch-accountability-preview span,.proto-stage .scratch-weekly-review span{font-size:11px;line-height:1.28}
.proto-stage .scratch-accountability-preview i,.proto-stage .scratch-weekly-review i{font-size:9.5px;letter-spacing:.1em}
.proto-stage .scratch-weekly-review.proofed .weekly-review-rows span:first-child,.proto-stage .scratch-weekly-review.recovering .weekly-review-rows span:first-child,.proto-stage .scratch-accountability-preview.proofed>div:last-child span:first-child,.proto-stage .scratch-accountability-preview.recovering>div:last-child span:first-child{border-color:rgba(29,78,216,.22);box-shadow:inset 3px 0 0 color-mix(in srgb,var(--a) 70%,#171717 30%)}

/* Prototype fast-rotation polish: modal footer-safe breathing room */
.modal-body{padding-bottom:132px;scroll-padding-bottom:150px}
.modal-body .proto-stage{padding-bottom:56px}
@media(max-height:650px){.modal-body{padding-bottom:150px;scroll-padding-bottom:166px}.modal-body .proto-stage{padding-bottom:68px}}

/* Prototype fast-rotation polish: footer-safe proof cue contrast */
.proto-stage .wheel-proto.cleared .recap-ledger{position:relative;border:1px solid rgba(255,228,96,.22);border-radius:16px;background:linear-gradient(135deg,rgba(23,23,23,.3),rgba(20,83,45,.28));padding:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.proto-stage .wheel-proto.cleared .recap-ledger::before{content:'Receipt ledger';grid-column:1/-1;justify-self:start;border-radius:999px;background:#ffe460;color:#171717;font-size:9px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px}
.proto-stage .wheel-proto.cleared .recap-ledger span{background:rgba(20,83,45,.64);box-shadow:inset 0 0 0 1px rgba(255,228,96,.08)}
.proto-stage .wheel-proto.cleared .mission-cta.cleared{justify-self:stretch;margin-top:4px;text-align:center;position:relative;z-index:1}
.proto-stage .scratch-proto.recovering .scratch-outcome-summary,.proto-stage .scratch-proto.recovering .scratch-accountability-preview,.proto-stage .scratch-proto.recovering .scratch-weekly-review{border-left:4px solid #f59e0b;box-shadow:0 12px 28px rgba(180,83,9,.1),inset 0 1px 0 rgba(255,255,255,.82)}
.proto-stage .scratch-proto.proofed .scratch-accountability-preview,.proto-stage .scratch-proto.proofed .scratch-weekly-review{border-left:4px solid #16a34a;box-shadow:0 12px 28px rgba(22,163,74,.1),inset 0 1px 0 rgba(255,255,255,.84)}
.proto-stage .scratch-weekly-review.proofed{gap:7px;padding:8px}
.proto-stage .scratch-weekly-review.proofed>div:first-child{grid-template-columns:1fr}
.proto-stage .scratch-weekly-review.proofed .scratch-review-toggle{display:none}
.proto-stage .scratch-weekly-review.proofed .weekly-review-rows,.proto-stage .scratch-weekly-review.proofed .weekly-review-detail{gap:5px}
.proto-stage .scratch-weekly-review.proofed .weekly-review-rows span,.proto-stage .scratch-weekly-review.proofed .weekly-review-detail span{font-size:9.5px;line-height:1.12;padding:5px 6px}
.proto-stage .scratch-weekly-review.proofed .weekly-review-detail span:last-child,.proto-stage .scratch-weekly-review.recovering .weekly-review-rows span:first-child{background:linear-gradient(145deg,rgba(255,255,255,.9),color-mix(in srgb,var(--a) 12%,#fff 88%));color:#101827;font-weight:900}
@media(max-width:720px){.proto-stage .wheel-proto.cleared .recap-ledger{grid-template-columns:1fr}.proto-stage .scratch-proto.recovering .scratch-outcome-summary,.proto-stage .scratch-proto.recovering .scratch-accountability-preview,.proto-stage .scratch-proto.recovering .scratch-weekly-review,.proto-stage .scratch-proto.proofed .scratch-accountability-preview,.proto-stage .scratch-proto.proofed .scratch-weekly-review{border-left-width:3px}}

/* Prototype fast-rotation polish: home proof checklist compression */
@media(min-width:980px){
  .home-shot-card .capture-checklist.compact{padding:9px 10px;margin-top:9px}
  .home-shot-card .capture-checklist.compact ol{grid-template-columns:1fr;gap:5px}
  .home-shot-card .capture-checklist.compact li{min-height:auto;font-size:10.5px;line-height:1.16;padding:6px 7px}
  .home-shot-card .capture-checklist.compact .eyebrow{color:#fff7ad}
  .home-shot-card .capture-checklist.compact li span{display:inline;margin:0 5px 0 0;color:#fff7ad;font-size:8.5px;letter-spacing:.09em}
  .home-shot-card .capture-checklist.compact li span::after{content:' ·'}
}
@media(min-width:1200px){.home-shot-card{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr)}}

/* Prototype fast-rotation polish: start/trust/proof mini-box readability */
.home-signal-list span{position:relative;min-height:92px;padding:11px 11px 11px 40px;font-size:12.2px;line-height:1.34}
.home-signal-list span::before{content:'';position:absolute;left:11px;top:13px;width:18px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--a) 82%,#fff 18%);box-shadow:inset 0 -1px 0 rgba(18,18,18,.18),0 6px 14px rgba(20,15,10,.08)}
.home-signal-list span:nth-child(1)::before{content:'1'}
.home-signal-list span:nth-child(2)::before{content:'2'}
.home-signal-list span:nth-child(3)::before{content:'3'}
.home-signal-list span::before{display:grid;place-items:center;color:#171717;font-size:10px;font-weight:950;line-height:1}
.home-signal-list i{font-size:10.5px;line-height:1.08}
@media(max-width:900px){.home-signal-list span{min-height:0}}
@media(max-width:720px){.home-signal-list span{padding-left:38px;font-size:12px}}

/* Site fast-rotation polish: home proof CTAs name the primary-frame jump */
.home-proof-card button{display:inline-grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left}
.home-proof-card button::after{content:'primary frame';display:inline-grid;place-items:center;min-height:20px;border:1px solid rgba(255,228,96,.2);border-radius:999px;background:rgba(255,250,240,.12);color:#fff7ad;font-size:8px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:4px 6px;white-space:nowrap}
@media(max-width:720px){.home-proof-card button::after{font-size:7.5px;padding-inline:5px}}

/* Workout Wheel fast-rotation polish: armed checkpoints read as timed proof steps */
.proto-stage .mission-armed{gap:7px}
.proto-stage .mission-armed span{position:relative;display:grid;align-items:center;min-height:48px;padding:9px 9px 9px 38px;text-align:left;line-height:1.12;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.proto-stage .mission-armed span::before{position:absolute;left:9px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:23px;height:23px;border:1px solid rgba(23,23,23,.22);border-radius:999px;background:#ffe460;color:#171717;font-size:11px;font-weight:950;box-shadow:0 0 0 4px rgba(255,228,96,.18),0 6px 14px rgba(0,0,0,.22)}
.proto-stage .mission-armed span:nth-child(1)::before{content:'1'}
.proto-stage .mission-armed span:nth-child(2)::before{content:'2'}
.proto-stage .mission-armed span:nth-child(3)::before{content:'3'}
@media(max-width:720px){.proto-stage .mission-armed span{min-height:36px}}
.active-shot-cadence{display:flex;flex-wrap:wrap;gap:5px;justify-self:start;margin-top:7px;font-size:10px;font-weight:950;line-height:1;text-transform:uppercase}
.active-shot-cadence span{display:inline-grid;place-items:center;min-height:25px;border:1px solid rgba(255,228,96,.34);border-radius:999px;background:#ffe460;color:#171717;letter-spacing:.08em;padding:6px 8px;box-shadow:0 8px 18px rgba(20,15,10,.12)}
.active-shot-cadence.scratch-share-default{line-height:1.05;text-align:left}
.active-shot-cadence.scratch-share-default span{border-color:rgba(29,78,216,.24);background:#eff6ff;color:#1d4ed8;box-shadow:0 8px 18px rgba(29,78,216,.1)}
.active-shot-cadence.scratch-share-default span:first-child{background:#1d4ed8;color:#fff}
.active-shot-cadence.scratch-share-default span:nth-child(2){background:#16a34a;color:#fff;border-color:rgba(22,163,74,.38)}
.active-shot-cadence.scratch-share-default span:last-child{border-style:dashed;background:#fff;color:#334155}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"],.proto-stage .active-shot-status[data-active-preset="scratch-share-review"]{grid-template-columns:1fr;position:sticky}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"]>em,.proto-stage .active-shot-status[data-active-preset="scratch-share-review"]>em{position:absolute;right:12px;top:8px;margin-top:0}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] .active-shot-cadence,.proto-stage .active-shot-status[data-active-preset="scratch-share-review"] .active-shot-cadence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;align-items:stretch}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] .active-shot-cadence span,.proto-stage .active-shot-status[data-active-preset="scratch-share-review"] .active-shot-cadence span{min-height:28px;padding:5px 6px;text-align:center;white-space:normal;font-size:9px;line-height:1.05}

/* Scratchboard fast-rotation polish: proof-attached receipt tray */
.proto-stage .scratch-proto.proofed .evidence-tray.attached{border-color:rgba(22,163,74,.34);background:linear-gradient(145deg,rgba(240,253,244,.98),rgba(255,255,255,.86));box-shadow:0 14px 34px rgba(22,163,74,.12),inset 0 1px 0 rgba(255,255,255,.9)}
.proto-stage .scratch-proto.proofed .evidence-tray.attached .evidence-input-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}
.proto-stage .scratch-proto.proofed .evidence-tray.attached input{border-color:rgba(22,163,74,.24);background:rgba(255,255,255,.88);color:#14532d;font-weight:900;box-shadow:inset 3px 0 0 #16a34a}
.proto-stage .scratch-proto.proofed .evidence-tray.attached .scratch-proof-toggle{background:#14532d;color:#fff;border-color:#14532d;box-shadow:0 10px 22px rgba(20,83,45,.18)}
.proto-stage .scratch-proto.proofed .evidence-presets.attached-note span{display:grid;place-items:center;min-height:32px;border:1px solid rgba(22,163,74,.18);border-radius:13px;background:rgba(220,252,231,.76);color:#14532d;font-size:10px;font-weight:950;letter-spacing:.08em;text-align:center;text-transform:uppercase;padding:7px}
.proof-quality-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.proof-quality-rail span{display:grid;gap:3px;align-content:start;min-height:42px;border:1px solid rgba(22,163,74,.2);border-radius:13px;background:linear-gradient(145deg,rgba(220,252,231,.82),rgba(255,255,255,.72));color:#14532d;font-size:10px;font-weight:900;line-height:1.1;padding:7px 8px;text-align:center}
.proof-quality-rail i{color:#15803d;font-size:8.5px;font-style:normal;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.proto-stage .scratch-proto.proofed .evidence-tray.attached p{border-left:3px solid #16a34a;border-radius:10px;background:rgba(220,252,231,.62);color:#14532d;padding:7px 8px}
.proto-stage .scratch-proto.proofed .scratch-review-timeline span{background:rgba(240,253,244,.9);border-color:rgba(22,163,74,.18);color:#14532d;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}
@media(max-width:720px){.proto-stage .scratch-proto.proofed .evidence-tray.attached .evidence-input-row,.proof-quality-rail{grid-template-columns:1fr}.proof-quality-rail span{min-height:0}}

/* Prototype fast-rotation polish: proof-run summary rail */
.home-shot-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:-3px 0 12px}
.home-shot-summary span{display:grid;gap:4px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:linear-gradient(145deg,rgba(255,250,240,.11),rgba(255,255,255,.055));padding:10px 11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
.home-shot-summary i{color:rgba(255,250,240,.62);font-style:normal;font-size:9px;font-weight:950;letter-spacing:.12em;line-height:1;text-transform:uppercase}
.home-shot-summary b{color:#fff7ad;font-size:13px;line-height:1.1}
@media(max-width:720px){.home-shot-summary{grid-template-columns:1fr}.home-shot-summary span{padding:9px 10px}}

/* Prototype fast-rotation polish: surface lower proof cues earlier in modal captures */
.proto-stage .wheel-proto.cleared .mission-recap{gap:8px}
.proto-stage .wheel-proto.cleared .recap-topline{order:1}.proto-stage .wheel-proto.cleared .recap-grid{order:2}.proto-stage .wheel-proto.cleared .recap-proof-stack{order:3}.proto-stage .wheel-proto.cleared .recap-safe-note{order:4;margin-top:0}.proto-stage .wheel-proto.cleared .recap-aftercare{order:5}.proto-stage .wheel-proto.cleared .receipt-share-preview{order:6}.proto-stage .wheel-proto.cleared .recap-action-row{order:7}.proto-stage .wheel-proto.cleared .receipt-share-confirm{order:8}.proto-stage .wheel-proto.cleared .pack-preview-live{order:9}.proto-stage .wheel-proto.cleared .mission-pack-preview{order:10}.proto-stage .wheel-proto.cleared .recap-ledger{order:11}.proto-stage .wheel-proto.cleared .mission-recap>p:not(.recap-safe-note){order:12}
.proto-stage .scratch-proto.locked .ritual-primary{display:grid;gap:8px}
.proto-stage .scratch-proto.locked .session-status{order:1;margin-bottom:0}.proto-stage .scratch-proto.locked .ritual-primary>b{order:2}.proto-stage .scratch-proto.locked .ritual-primary>p{order:3;margin:0}.proto-stage .scratch-proto.locked .proof-rail{order:4;margin:0}.proto-stage .scratch-proto.locked .recovery-panel{order:5;margin:0}.proto-stage .scratch-proto.locked .evidence-tray{order:6;margin:0}.proto-stage .scratch-proto.locked .scratch-weekly-review{order:7;margin:0}.proto-stage .scratch-proto.locked .scratch-accountability-preview{order:8;margin:0}.proto-stage .scratch-proto.locked .scratch-outcome-summary{order:9;margin:0}.proto-stage .scratch-proto.locked .scratch-review-timeline{order:10;margin:0}.proto-stage .scratch-proto.locked .lock-strip{order:11}
.proto-stage .scratch-proto.proofed .scratch-weekly-review,.proto-stage .scratch-proto.recovering .scratch-weekly-review{box-shadow:0 14px 32px rgba(16,24,39,.1),inset 0 1px 0 rgba(255,255,255,.86)}
.proto-stage .scratch-weekly-review.proofed .weekly-review-detail i{display:inline;margin:0 5px 0 0;font-size:8.5px;line-height:1}
.proto-stage .scratch-weekly-review.proofed .weekly-review-detail span{font-size:8.8px!important;line-height:1.08!important;padding:4px 6px!important}
@media(max-height:650px){.modal-body .proto-stage{min-height:0;max-height:calc(100dvh - 200px);overflow:auto;overscroll-behavior:contain;padding-bottom:72px}.proto-stage .completion-proof-card{padding:9px 10px;border-radius:18px}.proto-stage .completion-proof-card p{font-size:12px;line-height:1.22}.proto-stage .active-shot-status{gap:6px;margin-bottom:10px;padding:9px 10px}.proto-stage .active-shot-status>div{padding-top:15px}.proto-stage .active-shot-status b{font-size:12px}.proto-stage .active-shot-status p{font-size:10.5px;line-height:1.16;margin-top:2px}.proto-stage .active-shot-status em{font-size:8.5px;padding:5px 7px}.proto-stage .active-shot-cues{gap:4px;margin-top:5px}.proto-stage .active-shot-cues span{font-size:9px;line-height:1.05;padding:4px 5px}}

/* Prototype fast-rotation polish: compact modal nav on narrow proof captures */
@media(max-width:720px){.modal-foot{gap:6px;padding:7px 10px}.rail{gap:5px}.rail button,.prevnext{min-height:34px;padding:7px 9px;font-size:11px;line-height:1.05}.modal-body{padding-bottom:118px;scroll-padding-bottom:136px}.modal-body .proto-stage{padding-bottom:48px}}

/* Prototype fast-rotation polish: modal preset runway scan */
.state-preset-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}
.state-preset-head>div{min-width:0}
.state-preset-head em{display:inline-grid;place-items:center;min-height:26px;border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.1));border-radius:999px;background:rgba(255,250,240,.78);color:color-mix(in srgb,var(--a) 70%,#171717 30%);font-size:9px;font-style:normal;font-weight:950;letter-spacing:.1em;line-height:1;text-align:center;text-transform:uppercase;padding:6px 9px;white-space:nowrap}
.state-preset-buttons button{position:relative;grid-template-rows:auto minmax(2.4em,auto) auto;overflow:hidden;min-height:118px;padding:10px 9px 9px}
.state-preset-buttons button.active::after,.state-preset-buttons button[aria-pressed="true"]::after{content:'Current';position:absolute;right:8px;top:8px;border-radius:999px;background:#171717;color:#fff;font-size:8px;font-weight:950;letter-spacing:.1em;line-height:1;text-transform:uppercase;padding:5px 7px;box-shadow:0 8px 18px rgba(18,18,18,.18)}
.state-preset-title{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;padding-right:48px}
.state-preset-title i{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950;line-height:1;box-shadow:inset 0 -1px 0 rgba(255,255,255,.18)}
.state-preset-buttons button.active .state-preset-title i,.state-preset-buttons button[aria-pressed="true"] .state-preset-title i{background:#fff;color:#171717}
.state-preset-buttons button small{border-left:3px solid color-mix(in srgb,var(--a) 42%,rgba(18,18,18,.14));padding-left:7px}
.state-preset-buttons code{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;background:rgba(255,255,255,.78);font-weight:850}
@media(max-width:720px){.state-preset-head{grid-template-columns:1fr}.state-preset-head em{justify-self:start}.state-preset-buttons button{min-height:0}.state-preset-buttons button.active::after,.state-preset-buttons button[aria-pressed="true"]::after{display:none}.state-preset-title{padding-right:0}}

/* Scratchboard fast-rotation polish: recovery miss stays visible */
.proto-stage .scratch-proto.recovering .scratch-review-timeline{position:relative;gap:7px;border:1px solid rgba(245,158,11,.22);border-radius:16px;background:linear-gradient(145deg,rgba(254,243,199,.54),rgba(255,255,255,.58));padding:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.proto-stage .scratch-proto.recovering .scratch-review-timeline::before{content:'Miss remains visible until recovery proof lands';grid-column:1/-1;justify-self:start;border-radius:999px;background:#92400e;color:#fffaf0;font-size:9px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:6px 8px;box-shadow:0 8px 18px rgba(146,64,14,.18)}
.proto-stage .scratch-proto.recovering .scratch-review-timeline span:last-child{border-color:rgba(146,64,14,.34);background:linear-gradient(145deg,rgba(255,251,235,.98),rgba(254,243,199,.76));color:#7c2d12;box-shadow:inset 0 0 0 1px rgba(245,158,11,.16),inset 4px 0 0 #f59e0b}
.proto-stage .scratch-proto.recovering .scratch-review-timeline span:last-child i{background:#92400e;color:#fffaf0}
@media(max-width:720px){.proto-stage .scratch-proto.recovering .scratch-review-timeline::before{border-radius:12px;line-height:1.15;text-align:left;white-space:normal}}

/* Workout Wheel fast-rotation polish: pack offer choice hierarchy */
.proto-stage .wheel-proto.pack-open .pack-offer-row{position:relative;border:1px solid rgba(255,228,96,.22);border-radius:16px;background:rgba(23,23,23,.18);padding:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.proto-stage .wheel-proto.pack-open .pack-offer-row span:first-child{border-color:rgba(255,228,96,.42);background:linear-gradient(145deg,rgba(255,228,96,.32),rgba(34,197,94,.14));box-shadow:0 10px 24px rgba(255,228,96,.12),inset 0 1px 0 rgba(255,255,255,.16)}
.proto-stage .wheel-proto.pack-open .pack-offer-row span:last-child{border-style:dashed;background:rgba(255,255,255,.08);color:rgba(255,250,240,.82)}
.proto-stage .wheel-proto.pack-open .pack-offer-row span:first-child i{background:#ffe460;color:#171717}
.proto-stage .wheel-proto.pack-open .pack-offer-row span:last-child i{color:#fff7ad}

/* Workout Wheel fast-rotation polish: compact Apartment Arcade capture */
.proto-stage .wheel-proto.pack-open .pack-preview-live{grid-template-columns:1fr;gap:7px;padding:8px;border-radius:14px;align-items:start}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child{align-self:start;align-content:start;grid-auto-rows:min-content}
.proto-stage .wheel-proto.pack-open .pack-preview-live b{margin-top:2px;font-size:12px;line-height:1.08}
.proto-stage .wheel-proto.pack-open .pack-preview-live p{margin-top:3px;font-size:10.5px;line-height:1.18}
.proto-stage .wheel-proto.pack-open .pack-fit-rail{gap:4px;margin-top:5px}
.proto-stage .wheel-proto.pack-open .pack-fit-rail em{min-height:20px;font-size:8px;padding:4px 5px}
.proto-stage .wheel-proto.pack-open .pack-offer-row{gap:7px;margin-top:6px;padding:6px}
.proto-stage .wheel-proto.pack-open .pack-offer-row span{min-height:0;padding:7px 8px;font-size:10.2px;line-height:1.16}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child span{gap:4px;padding:6px;font-size:10px;line-height:1.08}
.proto-stage .wheel-proto.pack-open .pack-preview-live>div:last-child i{min-height:17px;font-size:8px;padding:3px 5px}
.proto-stage .wheel-proto.pack-open .pack-preview-live small{font-size:8px;padding:3px 5px}
.proto-stage .wheel-proto.pack-open .pack-preview-live::after{font-size:8.5px;padding:6px 7px}
.proto-stage .active-shot-status[data-active-preset="wheel-pack-preview"]{position:relative;top:auto;z-index:auto}

/* Site fast-rotation polish: proof-frame card headers scan consistently */
.home-shot-card-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:32px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}
.home-shot-card-title .eyebrow{min-width:0;line-height:1.1}
.home-shot-card-title em{align-self:center;justify-self:end;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.12)}
.home-shot-card-title+b{margin-top:9px}
.home-shot-card .capture-checklist.compact{border-color:rgba(255,255,255,.2);background:linear-gradient(145deg,rgba(255,250,240,.12),rgba(255,255,255,.07))}
.home-shot-actions .frame-title{min-height:25px}
@media(max-width:980px){.home-shot-card-title{grid-template-columns:1fr;justify-items:start}.home-shot-card-title em{justify-self:start}}

/* Scratchboard fast-rotation polish: proof-needed status hierarchy */
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .session-status{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:0;border:1px solid rgba(29,78,216,.24);border-radius:17px;background:linear-gradient(135deg,rgba(219,234,254,.96),rgba(255,255,255,.82));color:#1e3a8a;padding:10px 10px 10px 42px;box-shadow:0 12px 28px rgba(29,78,216,.1),inset 0 1px 0 rgba(255,255,255,.88)}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .session-status::before{content:'!';position:absolute;left:11px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:950;box-shadow:0 0 0 5px rgba(29,78,216,.12)}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .session-status span{font-size:12px;line-height:1.12;color:#1e3a8a}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .scratch-actions{justify-content:end}
@media(max-width:720px){.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .session-status{grid-template-columns:1fr;padding-right:10px}.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .scratch-actions{justify-content:stretch}}

/* Workout Wheel fast-rotation polish: armed frame status reads first */
.proto-stage .active-shot-status[data-active-preset="wheel-armed"]{border-color:rgba(255,228,96,.48);background:linear-gradient(135deg,rgba(23,23,23,.96),rgba(47,42,36,.94));color:#fff;box-shadow:0 18px 38px rgba(23,23,23,.18),inset 0 1px 0 rgba(255,255,255,.14)}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"]>.eyebrow{background:#ffe460;color:#171717}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] b{color:#fff}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] p{color:rgba(255,250,240,.78)}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"]>em{background:#ffe460;color:#171717;border-color:#ffe460}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] .active-shot-cues span{border-color:rgba(255,228,96,.26);background:rgba(255,250,240,.12);color:#fff7ad}

/* Site fast-rotation polish: nested proof text gets readable scan spacing */
.home-shot-card .capture-checklist.compact li,.home-shot-actions small,.card-shot-checklist span,.card-monetization-cues span{font-size:11px;line-height:1.3}
.home-shot-card .capture-checklist.compact li{padding:7px 8px}
.home-shot-actions small{color:#40382f;font-weight:820}
.home-shot-actions code{height:22px;line-height:16px}
.card-state-rail span{align-content:center}
.card-state-rail b{font-size:11.2px;line-height:1.16}.card-state-rail em{font-size:9.4px;line-height:1.08}
@media(min-width:960px){.card-visual-strip,.card-proof,.card-moment,.card-shot-brief{min-height:88px}.card-shot-checklist span{font-size:10.8px;line-height:1.24}.card-state-rail span{min-height:58px}}

/* Scratchboard fast-rotation polish: selected share scope receipt */
.share-default-note.summary{background:linear-gradient(135deg,#16a34a,#1d4ed8)}
.share-default-note.summary span,.share-default-note.artifact span{background:rgba(255,255,255,.2)!important;color:#fff!important}
.share-default-note.artifact{background:linear-gradient(135deg,#101827,#334155)}
.share-default-note.artifact{border-style:dashed}
.active-shot-cadence.scratch-share-default span:first-child{background:#eff6ff;color:#1d4ed8;box-shadow:0 8px 18px rgba(29,78,216,.08)}
.active-shot-cadence.scratch-share-default span:nth-child(2){background:#16a34a;color:#fff;border-color:rgba(22,163,74,.38);box-shadow:0 9px 20px rgba(22,163,74,.16)}
.active-shot-cadence.scratch-share-default span:nth-child(2)::before{content:'✓';margin-right:4px}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span:first-child{background:rgba(255,255,255,.7)!important;color:#1d4ed8!important;box-shadow:none}
.proto-stage .scratch-weekly-review.proofed .review-privacy-rail span:nth-child(2){background:#16a34a!important;color:#fff!important;box-shadow:0 8px 18px rgba(22,163,74,.16)}

/* Workout Wheel fast-rotation polish: staged receipt privacy cue */
.receipt-share-confirm em{justify-self:start;border:1px solid rgba(187,247,208,.22);border-radius:999px;background:rgba(255,255,255,.12);color:#bbf7d0;font-size:9.5px;font-style:normal;font-weight:950;letter-spacing:.08em;line-height:1.05;text-transform:uppercase;padding:6px 8px}

/* Site fast-rotation polish: proof-frame launchers scan as label → proof cue → stable hash */
.home-shot-actions button{position:relative;isolation:isolate;overflow:hidden;grid-template-rows:auto minmax(3em,1fr) auto;min-width:0}
.home-shot-actions button::before{content:'';position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,color-mix(in srgb,var(--a) 92%,#fff 8%),color-mix(in srgb,var(--b) 88%,#171717 12%));box-shadow:0 0 18px color-mix(in srgb,var(--a) 38%,transparent);z-index:-1}
.home-shot-actions .frame-title{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;min-height:30px}
.home-shot-actions .frame-title i{display:grid;place-items:center;width:23px;height:23px;border-radius:999px;background:#171717;color:#fff;font-style:normal;font-size:10px;font-weight:950;line-height:1;box-shadow:inset 0 -1px 0 rgba(255,255,255,.22),0 6px 14px rgba(18,18,18,.16)}
.home-shot-actions small{display:block;min-width:0;border-left:3px solid color-mix(in srgb,var(--a) 46%,rgba(18,18,18,.12));padding-left:7px}
.home-shot-actions code::before{content:'hash ';color:#7c6f61;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.home-shot-actions button:focus-visible .frame-title i,.home-shot-actions button:hover .frame-title i{background:color-mix(in srgb,var(--a) 86%,#171717 14%);color:#171717}
@media(max-width:720px){.home-shot-actions button{grid-template-rows:auto auto auto}.home-shot-actions .frame-title{min-height:0}.home-shot-actions code::before{content:''}}

/* Workout Wheel fast-rotation polish: keep pack-preview hashes focused on the paid-offer proof */
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open){display:grid;align-content:start;gap:10px}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .completion-proof-card{order:1}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-status{order:2;margin-bottom:0}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>h3:first-of-type{order:3;margin:0;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#5f594f}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .wheel-proto{order:4;margin-top:0}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .proof-route-strip,
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .shot-kit-panel,
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .state-preset-panel,
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .proof-state-board,
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .visual-system-card,
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>h3:nth-of-type(2),
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>.variation-tabs{order:8}
.proto-stage .wheel-proto.pack-open .mission-recap .pack-preview-live{order:4}
.proto-stage .wheel-proto.pack-open .mission-recap .recap-safe-note{order:5}
.proto-stage .wheel-proto.pack-open .mission-recap .recap-aftercare{order:6}
.proto-stage .wheel-proto.pack-open .mission-recap .receipt-share-preview{order:7}
.proto-stage .wheel-proto.pack-open .mission-recap .recap-action-row{order:8}
.proto-stage .wheel-proto.pack-open .mission-recap .receipt-share-confirm{order:9}
.proto-stage .wheel-proto.pack-open .mission-recap .mission-pack-preview{order:10}
.proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-cues span:nth-child(n+5){display:none}
@media(max-height:650px){
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open){gap:8px;padding-bottom:60px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .completion-proof-card,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .proof-route-strip,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .shot-kit-panel,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .state-preset-panel,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .proof-state-board,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .visual-system-card,
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>h3:nth-of-type(2),
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>.variation-tabs{display:none}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open)>h3:first-of-type{font-size:10px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-status{grid-template-columns:minmax(0,1fr) auto;padding:8px 9px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-status>.eyebrow{display:none}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-status>div{padding-top:0}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .active-shot-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .wheel-proto.cleared.pack-open{height:1160px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live{grid-template-columns:minmax(0,1.32fr) minmax(88px,.68fr);gap:7px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live .eyebrow{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;letter-spacing:.06em;line-height:1.05}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live p{display:none}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live>div:last-child{grid-template-columns:1fr;gap:4px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-fit-rail{grid-template-columns:1fr 1fr}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-offer-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-offer-row span{font-size:8.6px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live>div:last-child span{grid-template-columns:1fr;min-height:0;padding:5px}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live>div:last-child i{min-height:0;justify-self:start}
  .proto-stage.workout-wheel-stage:has(.wheel-proto.pack-open) .pack-preview-live small{font-size:7.4px;line-height:1}
  .proto-stage .wheel-proto.pack-open .mission-recap .recap-aftercare,
  .proto-stage .wheel-proto.pack-open .mission-recap .receipt-share-preview,
  .proto-stage .wheel-proto.pack-open .mission-recap .recap-action-row,
  .proto-stage .wheel-proto.pack-open .mission-recap .receipt-share-confirm,
  .proto-stage .wheel-proto.pack-open .mission-recap .mission-pack-preview{display:none}
}

/* Site fast-rotation polish: dark proof-frame card breathing room */
.home-shot-deck{padding:clamp(18px,2.1vw,24px)}
.home-shot-card{border-radius:27px;padding:18px}
.home-shot-card .capture-checklist.compact{padding:11px 12px}
.home-shot-card .capture-checklist.compact b{font-size:13px;line-height:1.24}
.home-shot-card .capture-checklist.compact li{font-size:11.4px;line-height:1.34;padding:8px 9px}
.home-shot-actions{gap:11px}
.home-shot-actions button{min-height:148px;padding:15px;gap:10px}
.home-shot-actions .frame-title{font-size:12.6px;line-height:1.12}
.home-shot-actions small{font-size:11.5px;line-height:1.35;padding-left:8px}
.home-shot-actions code{height:22px;min-height:22px;line-height:16px;padding-top:3px;padding-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(min-width:1200px){.home-shot-card{grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr)}}
@media(max-width:720px){.home-shot-card{padding:15px}.home-shot-actions button{min-height:0;padding:13px}.home-shot-card .capture-checklist.compact li{font-size:11.2px}}

/* Scratchboard fast-rotation polish: proof-needed evidence tray legibility */
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .proof-rail{gap:8px}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .proof-step{min-height:54px;border-radius:16px;padding:10px 10px 10px 12px}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .proof-step span{font-size:10.5px;line-height:1.05;color:#475569}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .proof-step b{font-size:12.8px;line-height:1.18}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .evidence-tray{gap:10px;padding:14px}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .evidence-input-row input{font-size:13px;line-height:1.25;padding:10px 11px}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .evidence-presets button{min-height:40px;color:#1e3a8a;font-size:11px;line-height:1.12;padding:8px 9px}
.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .evidence-tray p{font-size:12.3px;line-height:1.32;padding:8px 9px}
@media(max-width:720px){.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .proof-step{min-height:0}.proto-stage .scratch-proto.locked:not(.proofed):not(.recovering) .evidence-tray{padding:12px}}

/* Site fast-rotation polish: keep modal footer from crowding short screenshot frames */
@media(max-height:650px){
  .modal-foot{min-height:44px;padding:6px 12px}
  .rail{align-items:center;gap:6px}
  .rail button,.prevnext{min-height:32px;padding:7px 10px;font-size:11.5px;line-height:1.05}
  .modal-body{padding-bottom:96px;scroll-padding-bottom:108px}
}

/* Scratchboard fast-rotation polish: proof-quality ladder reads as a sequenced receipt */
.proof-quality-rail{position:relative;padding-top:22px}
.proof-quality-rail::before{content:'Proof quality ladder';position:absolute;left:0;top:0;border-radius:999px;background:#14532d;color:#dcfce7;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px;box-shadow:0 6px 14px rgba(20,83,45,.12)}
.proof-quality-rail span{position:relative;padding-left:28px;text-align:left}
.proof-quality-rail span::before{position:absolute;left:7px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:17px;height:17px;border-radius:999px;background:#16a34a;color:#fff;font-size:8px;font-weight:950;box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.proof-quality-rail span:nth-child(1)::before{content:'1'}
.proof-quality-rail span:nth-child(2)::before{content:'2'}
.proof-quality-rail span:nth-child(3)::before{content:'3'}
@media(max-width:720px){.proof-quality-rail{padding-top:21px}.proof-quality-rail span{padding-left:30px}}

/* Site fast-rotation polish: paid experiment cards expose proof-gated measurement */
.experiment-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.1));border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--b) 12%,rgba(255,255,255,.78) 88%),rgba(255,250,240,.68));padding:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.experiment-proof-strip span{display:grid;gap:3px;align-content:start;min-height:50px;border:1px solid color-mix(in srgb,var(--a) 17%,rgba(18,18,18,.08));border-radius:12px;background:rgba(255,255,255,.68);color:#39352f;font-size:10px;font-weight:820;line-height:1.16;padding:7px}
.experiment-proof-strip i{color:color-mix(in srgb,var(--a) 72%,#171717 28%);font-style:normal;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase}
@media(max-width:720px){.experiment-proof-strip{grid-template-columns:1fr}.experiment-proof-strip span{min-height:0}}

/* Workout Wheel fast-rotation polish: pack preview proof timing strip */
.proto-stage .wheel-proto.pack-open .pack-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:5px}
.proto-stage .wheel-proto.pack-open .pack-proof-strip span{border:1px solid rgba(34,197,94,.22);border-radius:999px;background:rgba(34,197,94,.16);color:#dcfce7;font-size:8px;font-weight:950;letter-spacing:.07em;line-height:1;text-align:center;text-transform:uppercase;padding:5px 6px;white-space:nowrap}
@media(max-width:720px){.proto-stage .wheel-proto.pack-open .pack-proof-strip{grid-template-columns:1fr}.proto-stage .wheel-proto.pack-open .pack-proof-strip span{white-space:normal}}

/* Site fast-rotation polish: proof deck scan lanes and capture-safe modal rail */
@media(min-width:980px){
  .home-shot-card .capture-checklist.compact{gap:7px;padding:8px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04))}
  .home-shot-card .capture-checklist.compact b{font-size:11.5px;line-height:1.14}
  .home-shot-card .capture-checklist.compact li{display:grid;grid-template-columns:minmax(68px,.34fr) minmax(0,1fr);gap:6px;align-items:start;padding:5px 6px;font-size:9.8px;line-height:1.14}
  .home-shot-card .capture-checklist.compact li span{display:block;margin:0;color:#fff7ad;font-size:7.8px;line-height:1.05;letter-spacing:.08em}
  .home-shot-card .capture-checklist.compact li span::after{content:''}
  .home-shot-actions code{height:auto;min-height:28px;overflow:visible;text-overflow:clip;white-space:normal;line-height:1.18;padding-left:7px}
  .home-shot-actions code::before{display:none}
}
@media(min-width:981px) and (max-width:1500px){
  .home-shot-grid{grid-template-columns:1fr}
}
@media(min-width:1200px){
  .home-shot-card{grid-template-columns:minmax(0,.74fr) minmax(390px,1.26fr)}
  .home-shot-actions{grid-template-columns:repeat(auto-fit,minmax(178px,1fr))}
}
@media(max-height:650px){
  .modal-foot{position:relative;bottom:auto;border-top:1px solid rgba(18,18,18,.08);background:linear-gradient(180deg,rgba(255,250,240,.94),#fffaf0);box-shadow:0 -8px 24px rgba(18,18,18,.05)}
  .modal-body{padding-bottom:72px;scroll-padding-bottom:92px}
  .modal-body .proto-stage{padding-bottom:52px}
}

/* Site fast-rotation polish: proof-frame launchers stop stretching to oversized card rows */
.home-shot-actions{align-content:start;align-items:start}
.home-shot-actions button{align-self:start;min-height:0}
@media(min-width:980px){
  .home-shot-actions{grid-auto-rows:auto}
}

/* Scratchboard fast-rotation polish: share-review proof gets an obvious screenshot focus */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-status{border-color:rgba(22,163,74,.34);background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(240,253,244,.94));box-shadow:0 18px 38px rgba(29,78,216,.13),inset 0 1px 0 rgba(255,255,255,.92)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-cadence.scratch-share-default{gap:7px;margin-top:8px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-cadence.scratch-share-default span{min-height:33px;font-size:9.8px;line-height:1.08;padding:6px 8px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-accountability-preview.proofed{position:relative;border-width:2px;border-color:rgba(22,163,74,.32);box-shadow:0 16px 32px rgba(29,78,216,.12),inset 0 1px 0 rgba(255,255,255,.9)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-accountability-preview.proofed::before{content:'Share-safe receipt focus';justify-self:start;border-radius:999px;background:#16a34a;color:#fff;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px}

/* Workout Wheel fast-rotation polish: armed timer CTA points directly to receipt proof */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .mission-armed,
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .mission-complete{display:inline-grid;grid-template-columns:auto auto;gap:8px;align-items:center;background:linear-gradient(135deg,#ffe460,#22c55e);color:#171717;box-shadow:0 14px 30px rgba(255,228,96,.2),0 10px 24px rgba(34,197,94,.16)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .mission-armed::after,
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .mission-complete::after{content:'receipt next';border-radius:999px;background:rgba(23,23,23,.86);color:#fff;font-size:8.5px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:5px 7px}

/* Site fast-rotation polish: proof cards advertise the stable reloadable flow */
.home-shot-card{position:relative;padding-bottom:48px}
.home-shot-card::after{content:'Reloadable hashes · proof-ready flow';position:absolute;left:14px;right:14px;bottom:12px;display:grid;place-items:center;min-height:24px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(90deg,rgba(255,250,240,.12),rgba(255,255,255,.06));color:#fff7ad;font-size:9px;font-weight:950;letter-spacing:.11em;line-height:1;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
@media(max-width:720px){.home-shot-card{padding-bottom:44px}.home-shot-card::after{left:12px;right:12px;bottom:10px;font-size:8.5px}}

/* Site fast-rotation polish: direct hash proof targets stay above modal chrome */
.proto-stage .active-shot-status[data-active-preset="wheel-armed"],
.proto-stage .active-shot-status[data-active-preset="scratch-share-review"]{position:relative;top:auto;z-index:1}
.proto-stage.workout-wheel-stage:has([data-complete-workout]) .mission-complete{position:relative;z-index:6;scroll-margin-top:96px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-detail{scroll-margin-top:88px}
@media(max-height:650px){
  .proto-stage .active-shot-status[data-active-preset="wheel-armed"],
  .proto-stage .active-shot-status[data-active-preset="scratch-share-review"]{position:relative;top:auto}
}

/* Scratchboard fast-rotation polish: share-review frame keeps the review above the footer */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .completion-proof-card{display:none}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-status{gap:6px;margin-bottom:8px;padding:8px 10px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-status>div{padding-top:14px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-status p{font-size:10.5px;line-height:1.14;margin-top:2px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-cues{display:none}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"])>h3:first-of-type{margin-bottom:7px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#5f594f}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed{height:auto;min-height:0;align-content:start;gap:8px;padding:10px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .ritual-primary{display:grid;gap:7px;min-height:0;padding:10px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .ritual-primary>p,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .proof-rail,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .evidence-tray,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-outcome-summary,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-review-timeline,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .lock-strip{display:none}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-weekly-review{order:4;margin:0;border-width:2px;gap:8px;padding:9px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-accountability-preview{order:5;margin:0;gap:8px;padding:9px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-accountability-preview::before{margin-bottom:-2px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-accountability-preview>div:nth-of-type(3){display:none}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls button{min-height:32px;padding:6px 7px;font-size:9.5px;line-height:1.05;white-space:normal}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-default-note{grid-template-columns:auto minmax(0,1fr);gap:6px;padding:7px 8px;text-align:left}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-default-note span{align-self:center;justify-self:start}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-default-note b{align-self:center;font-size:12px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-default-note em{display:none}
@media(max-width:720px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls{grid-template-columns:1fr}}

/* Site fast-rotation polish: active frames expose their reloadable hash */
.active-shot-hash,.prototype-frame-badge{display:inline-flex;align-items:center;max-width:100%;width:max-content;margin:7px 0 1px;border:1px solid color-mix(in srgb,var(--a) 30%,rgba(18,18,18,.12));border-radius:999px;background:#171717;color:#fff7ad;font:850 10.5px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em;padding:6px 8px;box-shadow:0 8px 18px rgba(18,18,18,.12);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.active-shot-hash::before,.prototype-frame-badge::before{content:'reload ';color:rgba(255,250,240,.58);font:950 8px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.11em;margin-right:5px;text-transform:uppercase}
.prototype-frame-badge{justify-self:start;margin:2px 0 0;border-color:rgba(255,255,255,.2);background:rgba(23,23,23,.58);color:#fff7ad;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.proto-stage .active-shot-status[data-active-preset="wheel-armed"] .active-shot-hash{border-color:rgba(255,228,96,.34);background:rgba(255,250,240,.12);color:#fff7ad;box-shadow:inset 0 0 0 1px rgba(255,228,96,.08)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .active-shot-hash{border-color:rgba(22,163,74,.24);background:#14532d;color:#dcfce7;box-shadow:0 8px 18px rgba(22,163,74,.14)}
.proto-stage .scratch-proto .prototype-frame-badge{border-color:rgba(29,78,216,.18);background:#101827;color:#e0f2fe}
.proto-stage .scratch-proto.locked .prototype-frame-badge{order:8}
.proto-stage .scratch-proto.proofed .prototype-frame-badge{border-color:rgba(22,163,74,.22);background:#14532d;color:#dcfce7}
.proto-stage .scratch-proto.recovering .prototype-frame-badge{border-color:rgba(245,158,11,.28);background:#92400e;color:#fef3c7}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .prototype-frame-badge{order:5;margin:0}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed .scratch-accountability-preview{order:6}
@media(max-width:720px){.active-shot-hash,.prototype-frame-badge{width:100%;font-size:9.5px;white-space:normal}.active-shot-hash::before,.prototype-frame-badge::before{display:none}}

/* Site fast-rotation polish: de-emphasize modal navigation chrome on short proof captures */
@media(max-height:700px){
  .modal{grid-template-rows:auto minmax(0,1fr) minmax(32px,auto)}
  .modal-foot{justify-self:center;width:min(620px,calc(100% - 96px));min-height:32px;margin-bottom:3px;padding:3px 8px 4px;border:1px solid rgba(18,18,18,.05);border-radius:999px;background:rgba(247,243,234,.9);box-shadow:none;backdrop-filter:saturate(106%) blur(6px)}
  .modal-foot .rail{max-width:min(32vw,232px);padding:1px;border-color:rgba(18,18,18,.045);background:rgba(255,255,255,.24);box-shadow:none}
  .modal-foot .rail button,.modal-foot .prevnext{min-height:24px;padding:4px 7px;color:rgba(18,18,18,.44);font-size:9.8px;line-height:1}
  .modal-foot .rail button:not(.active),.modal-foot .prevnext{opacity:.54}
  .modal-foot .rail button.active{background:rgba(255,255,255,.7);color:color-mix(in srgb,var(--a) 54%,#171717 46%)}
  .modal-foot:hover .rail button,.modal-foot:focus-within .rail button,.modal-foot:hover .prevnext,.modal-foot:focus-within .prevnext{opacity:1;color:rgba(18,18,18,.74)}
  .modal-body{padding-bottom:48px;scroll-padding-bottom:68px}
  .modal-body .proto-stage{padding-bottom:32px}
}

/* Workout Wheel fast-rotation polish: enlarge Apartment Arcade fake-door proof cards */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live{width:calc(100% + 18px);margin-left:-9px;margin-right:-9px;border:2px solid rgba(255,228,96,.26);background:linear-gradient(145deg,rgba(255,228,96,.2),rgba(20,83,45,.22));box-shadow:0 16px 36px rgba(255,228,96,.16),inset 0 1px 0 rgba(255,255,255,.18)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child span{border-color:rgba(255,228,96,.24);background:rgba(255,250,240,.14);color:#fff;font-size:10.8px;line-height:1.15}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live small{background:rgba(255,228,96,.22);color:#fff7ad}
@media(max-height:700px){
  .proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.cleared.pack-open{height:1180px}
  .proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .pack-preview-live{grid-template-columns:minmax(0,1.08fr) minmax(126px,.92fr)}
  .proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .pack-preview-live>div:last-child{gap:5px}
  .proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .pack-preview-live>div:last-child span{grid-template-columns:1fr;grid-template-areas:none;gap:4px;padding:6px 7px}
  .proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child i,.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child small{grid-area:auto;justify-self:start}
}

/* Site fast-rotation polish: default desktop modal nav recedes from proof frames */
@media(min-width:721px){
  .modal-foot{width:min(640px,calc(100% - clamp(80px,12vw,180px)));justify-self:center;margin:0 auto 8px;padding:4px 8px;border:1px solid rgba(18,18,18,.055);border-radius:999px;background:rgba(247,243,234,.88);box-shadow:none;backdrop-filter:saturate(108%) blur(8px)}
  .modal-foot .rail{max-width:min(28vw,220px);border-color:rgba(18,18,18,.045);background:rgba(255,255,255,.28)}
  .modal-foot .rail button,.modal-foot .prevnext{min-height:28px;padding:5px 8px;color:rgba(18,18,18,.46);font-size:10.2px;font-weight:850;letter-spacing:.01em}
  .modal-foot .rail button:not(.active),.modal-foot .prevnext{opacity:.6}
  .modal-foot .rail button.active{background:rgba(255,255,255,.74);color:color-mix(in srgb,var(--a) 56%,#171717 44%)}
  .modal-foot:hover .rail button,.modal-foot:focus-within .rail button,.modal-foot:hover .prevnext,.modal-foot:focus-within .prevnext{opacity:1;color:rgba(18,18,18,.76)}
  .modal-body{padding-bottom:78px;scroll-padding-bottom:100px}
  .modal-body .proto-stage{padding-bottom:38px}
}

/* Scratchboard fast-rotation polish: share-review proof stack fits above the footer */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-weekly-review.proofed{gap:5px;padding:7px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-weekly-review.proofed>div:first-child{gap:3px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-weekly-review.proofed>div:first-child b{font-size:11px;line-height:1.08}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .ritual-close-meter{gap:4px;padding:4px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .ritual-close-meter span{font-size:8.6px!important;line-height:1!important}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .ritual-close-meter i{width:16px;height:16px;font-size:8px!important}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-rows,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-detail{gap:4px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-rows span,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-detail span{display:-webkit-box;max-height:36px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:8.4px!important;line-height:1.08!important;padding:4px 5px!important}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .weekly-review-detail span:nth-child(2){max-height:42px;-webkit-line-clamp:3}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .review-privacy-rail{gap:4px;padding:4px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .review-privacy-rail span{min-height:22px!important;font-size:7.8px!important;line-height:1!important;padding:3px 4px!important}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-accountability-preview.proofed{gap:6px;padding:7px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-accountability-preview.proofed>div:first-child b{font-size:11px;line-height:1.08}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:6px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls::before{display:none}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls button{min-height:30px;font-size:9.2px;padding:6px 44px 6px 8px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-mode-controls button:nth-of-type(3){grid-column:1/-1;min-height:32px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .share-default-note{min-height:30px;padding:6px 7px}

/* Site fast-rotation polish: home launch hashes stay single-line in screenshot cards */
@media(min-width:980px){
  .home-shot-actions code{height:22px;min-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:16px}
}

/* Workout Wheel fast-rotation polish: pack fake-door queue reads first */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-fit-rail em{border-color:rgba(255,228,96,.48);background:#ffe460;color:#171717;box-shadow:0 8px 18px rgba(255,228,96,.16)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child span{align-items:center;border-color:rgba(255,228,96,.32);background:linear-gradient(145deg,rgba(23,23,23,.46),rgba(255,228,96,.14));color:#fff;font-size:11.2px;font-weight:950;line-height:1.14;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child i{background:#ffe460;color:#171717;font-size:8.3px;box-shadow:0 7px 16px rgba(255,228,96,.16)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child small{border:1px solid rgba(255,228,96,.28);background:rgba(23,23,23,.38);color:#fff7ad;font-size:8.4px}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span{font-size:10.8px;font-weight:950;color:#fff;line-height:1.16}
.modal:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .modal-foot:not(:hover):not(:focus-within){opacity:.5}

/* Site fast-rotation polish: proof launcher cards reserve a clear hash footer */
.home-shot-actions button,.state-preset-buttons button{grid-template-rows:auto minmax(2.1em,1fr) auto}
.home-shot-actions code,.state-preset-buttons code{position:relative;display:block;justify-self:stretch;width:100%;height:auto;min-height:24px;margin-top:2px;padding:6px 7px 5px 34px;border-color:rgba(23,23,23,.08);border-radius:11px;background:rgba(23,23,23,.065);color:#2f2a24;font-weight:850;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.38)}
.home-shot-actions code::before,.state-preset-buttons code::before{content:'hash';position:absolute;left:7px;top:50%;transform:translateY(-50%);border-radius:999px;background:#171717;color:#fff7ad;font:950 7.5px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.09em;text-transform:uppercase;padding:4px 5px}
.home-shot-actions button:hover code,.home-shot-actions button:focus-visible code,.state-preset-buttons button:hover code,.state-preset-buttons button:focus-visible code{background:rgba(255,250,240,.78)}
.state-preset-buttons button.active code,.state-preset-buttons button[aria-pressed="true"] code{border-color:rgba(23,23,23,.14);background:rgba(255,250,240,.88)}
@media(max-width:720px){.home-shot-actions code,.state-preset-buttons code{padding-left:8px;white-space:normal}.home-shot-actions code::before,.state-preset-buttons code::before{display:none}}

/* Site fast-rotation polish: paid experiment CTAs read as action + measured signal */
.experiment-cta-row{grid-template-columns:minmax(190px,auto) minmax(0,1fr);align-items:stretch}
.experiment-cta-row button{display:inline-grid;place-items:center;min-height:42px;box-shadow:0 12px 26px rgba(18,18,18,.18)}
.experiment-cta-row em{position:relative;display:grid;align-content:center;min-height:42px;border:1px solid color-mix(in srgb,var(--a) 22%,rgba(18,18,18,.12));border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.78),color-mix(in srgb,var(--b) 12%,#fffaf0 88%));color:#39352f;font-size:11.2px;font-weight:840;line-height:1.2;padding:8px 10px 8px 74px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.experiment-cta-row em::before{content:'measures';position:absolute;left:10px;top:50%;transform:translateY(-50%);border-radius:999px;background:color-mix(in srgb,var(--a) 78%,#171717 22%);color:#fff;font:950 7.8px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.09em;text-transform:uppercase;padding:5px 6px}
@media(max-width:980px){.experiment-cta-row{grid-template-columns:1fr}.experiment-cta-row em{padding-left:74px}}
.home-shot-actions code{line-height:18px;padding-top:3px;padding-bottom:3px}
@media(max-width:720px){.experiment-cta-row em{padding-left:10px}.experiment-cta-row em::before{position:static;transform:none;justify-self:start;margin-bottom:5px}.home-shot-actions code{white-space:nowrap;text-overflow:ellipsis}}

/* Scratchboard fast-rotation polish: recovery proof cues scan as numbered rules */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-status{border-color:rgba(245,158,11,.36);background:linear-gradient(135deg,rgba(254,243,199,.96),rgba(255,255,255,.9));box-shadow:0 18px 38px rgba(180,83,9,.12),inset 0 1px 0 rgba(255,255,255,.9)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;align-items:stretch;margin-top:8px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span{position:relative;display:grid;align-content:start;min-height:42px;border-radius:14px;border-color:rgba(245,158,11,.26);background:rgba(255,250,240,.76);color:#5f3306;font-size:9.6px;font-weight:900;line-height:1.15;padding:7px 8px 7px 30px;text-align:left;white-space:normal;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span::before{position:absolute;left:8px;top:8px;display:grid;place-items:center;width:16px;height:16px;border-radius:999px;background:#92400e;color:#fff;font-size:8px;font-weight:950;line-height:1;box-shadow:0 0 0 3px rgba(245,158,11,.14)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(1){background:#92400e;color:#fff7ed;border-color:rgba(146,64,14,.34)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(1)::before{content:'1';background:#f59e0b;color:#171717}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(2)::before{content:'2'}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(3)::before{content:'3'}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(4)::before{content:'4'}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(5){grid-column:1/-1;border-style:dashed;background:rgba(255,255,255,.82);color:#7c2d12}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(5)::before{content:'5'}
@media(max-width:720px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues{grid-template-columns:1fr}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span{min-height:0}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span:nth-child(5){grid-column:auto}}
@media(max-height:700px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues{gap:4px;margin-top:5px}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span{min-height:30px;font-size:8.4px;line-height:1.04;padding:5px 5px 5px 24px}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-recovery"]) .active-shot-cues span::before{left:6px;top:6px;width:14px;height:14px;font-size:7.2px}}

/* Site fast-rotation polish: proof-frame modal rail recedes like capture chrome */
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within){opacity:.28;transform:translateY(10px) scale(.9);transform-origin:bottom center;transition:opacity .16s ease,transform .16s ease}
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail{background:rgba(255,255,255,.18)}
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button:not(.active),
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .prevnext{color:rgba(18,18,18,.32);opacity:.48}
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active{box-shadow:none}
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:hover,
.modal:has(.active-shot-status[data-active-preset]) .modal-foot:focus-within{opacity:1;transform:scale(1)}
@media(max-width:720px){.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within){opacity:.72;transform:none}.modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .prevnext{opacity:.66}}

/* Site fast-rotation polish: collapse proof-frame nav into a small capture chip */
@media(min-width:721px){
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within){grid-template-columns:1fr;width:min(260px,calc(100% - 120px));height:20px;min-height:20px;margin-bottom:5px;padding:2px 6px;overflow:hidden;opacity:.16;transform:translateY(16px) scale(.78)}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .prevnext,
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button:not(.active){display:none}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail{display:grid;place-items:center;width:100%;max-width:none;height:16px;padding:0;border:0;background:transparent;box-shadow:none}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active{display:block;width:100%;min-height:16px;padding:0 6px 0 17px;overflow:hidden;background:rgba(255,255,255,.42);color:rgba(18,18,18,.48);font-size:8.5px;line-height:16px;text-overflow:ellipsis;box-shadow:none}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active::before{left:7px;width:5px;height:5px;box-shadow:none}
}

/* Workout Wheel fast-rotation polish: paid/free pack choices read at a glance */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row{grid-template-columns:1fr;align-items:stretch;gap:4px}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span{position:relative;min-height:43px;gap:2px;padding:6px 7px 6px 34px;overflow:hidden;isolation:isolate;font-size:9.4px;line-height:1.06}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span::before{position:absolute;left:7px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:#ffe460;color:#171717;font-size:7.2px;font-weight:950;letter-spacing:.04em;line-height:1;box-shadow:0 0 0 3px rgba(255,228,96,.12),inset 0 -1px 0 rgba(23,23,23,.18)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span:first-child::before{content:'$3'}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span:last-child::before{content:'FREE';width:28px;background:#dcfce7;color:#14532d;font-size:6.8px;box-shadow:0 0 0 4px rgba(34,197,94,.12),inset 0 -1px 0 rgba(20,83,45,.14)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span:last-child{padding-left:43px;border-color:rgba(187,247,208,.3);color:#dcfce7}

/* Workout Wheel fast-rotation polish: foreground the armed proof CTA */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared){height:410px;padding:16px;background:radial-gradient(circle at 28% 20%,rgba(255,228,96,.2),transparent 30%),linear-gradient(145deg,#171717,#12301f)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared)::after{content:'';position:absolute;inset:12px;border-radius:24px;background:linear-gradient(120deg,rgba(23,23,23,.52),rgba(23,23,23,.16) 58%,transparent);pointer-events:none}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared) .wheel{opacity:.38;transform:scale(.9);filter:saturate(.86)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared) .mission-live{z-index:2;left:18px;right:18px;bottom:18px;width:auto;max-width:none;border:2px solid rgba(255,228,96,.3);border-radius:22px;background:linear-gradient(145deg,rgba(23,23,23,.94),rgba(20,83,45,.78));box-shadow:0 18px 44px rgba(0,0,0,.34),0 0 0 6px rgba(255,228,96,.08),inset 0 1px 0 rgba(255,255,255,.16)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared) .mission-timer-meter{border-width:2px;box-shadow:0 12px 26px rgba(34,197,94,.18),inset 0 1px 0 rgba(255,255,255,.18)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-armed"]) .wheel-proto:not(.cleared) .mission-complete{min-height:44px;padding:11px 15px;font-size:14px;box-shadow:0 16px 34px rgba(255,228,96,.22),0 12px 28px rgba(34,197,94,.18)}
@media(max-width:720px){.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span{min-height:0}}

/* Site fast-rotation polish: modal proof signals scan as a numbered path */
.modal-signals{counter-reset:modalSignal}
.modal-signals article{counter-increment:modalSignal;position:relative;display:grid;align-content:start;gap:5px;min-height:78px;padding:12px 12px 12px 44px}
.modal-signals article::before{content:counter(modalSignal);position:absolute;left:12px;top:13px;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#171717;color:#fff7ad;font-size:10px;font-weight:950;line-height:1;box-shadow:0 0 0 4px rgba(18,18,18,.06),inset 0 -1px 0 rgba(255,255,255,.2)}
.modal-signals span{margin:0;color:#5f594f;line-height:1.05}
.modal-signals b{font-size:12.4px;line-height:1.22}
@media(max-width:720px){.modal-signals article{min-height:0;padding-left:42px}.modal-signals article::before{left:11px;top:12px}}

/* Site fast-rotation polish: proof-frame modals keep numbered signals above the fold */
.modal:has(.active-shot-status[data-active-preset]) .modal-signals{gap:7px;margin-bottom:10px}
.modal:has(.active-shot-status[data-active-preset]) .modal-signals article{min-height:0;gap:3px;padding:9px 10px 9px 38px}
.modal:has(.active-shot-status[data-active-preset]) .modal-signals article::before{left:10px;top:10px;width:19px;height:19px;font-size:9px;box-shadow:0 0 0 3px rgba(18,18,18,.06)}
.modal:has(.active-shot-status[data-active-preset]) .modal-signals span{font-size:8.8px;letter-spacing:.1em}
.modal:has(.active-shot-status[data-active-preset]) .modal-signals b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:11.4px;line-height:1.14}

/* Site fast-rotation polish: home proof launchers reserve a calm hash/action footer */
.home-shot-actions button{grid-template-rows:auto minmax(2.75em,1fr) minmax(30px,auto);min-height:156px}
.home-shot-actions .frame-title{padding-right:0}
.home-shot-actions button::after{top:auto;right:13px;bottom:13px;z-index:2;min-width:52px;min-height:22px;border:1px solid rgba(23,23,23,.12);box-shadow:0 5px 14px rgba(0,0,0,.14)}
.home-shot-actions code{height:24px;min-height:24px;padding:3px 67px 3px 36px;border-radius:14px;background:linear-gradient(145deg,rgba(255,250,240,.8),rgba(255,255,255,.56));line-height:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.home-shot-actions code::before{left:8px}
@media(max-width:720px){.home-shot-actions button{min-height:0}.home-shot-actions code{min-height:26px;padding:6px 8px}}

/* Workout Wheel fast-rotation polish: pack queue cards keep receipt contrast */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child span{border-color:rgba(255,228,96,.52);background:linear-gradient(145deg,rgba(23,23,23,.78),rgba(20,83,45,.42));box-shadow:0 10px 22px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.16)}
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-preview-live>div:last-child small{border-color:rgba(255,228,96,.44);background:rgba(255,228,96,.24);color:#fff7ad;font-size:8.8px}

/* Site fast-rotation polish: keep collapsed proof-frame nav inside the capture viewport */
@media(min-width:721px){
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within){margin-bottom:10px;opacity:.2;transform:translateY(4px) scale(.78)}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active{background:rgba(255,255,255,.48);color:rgba(18,18,18,.5)}
}

/* Scratchboard fast-rotation polish: proof-needed active frame cues read as proof notes */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-status{border-color:rgba(29,78,216,.38);background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(255,255,255,.92));box-shadow:0 18px 38px rgba(29,78,216,.12),inset 0 1px 0 rgba(255,255,255,.92)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-status p{color:#1e3a8a;font-size:12px;line-height:1.24}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-cues{counter-reset:scratchProofCue;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:9px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-cues span{counter-increment:scratchProofCue;position:relative;border-color:rgba(29,78,216,.2);border-radius:14px;background:rgba(255,255,255,.84);color:#1e3a8a;font-size:10.4px;font-weight:900;line-height:1.16;padding:7px 8px 7px 29px;text-align:left;white-space:normal}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-cues span:nth-child(n+3){grid-column:1/-1;min-height:0;padding-top:6px;padding-bottom:6px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-cues span::before{content:counter(scratchProofCue);position:absolute;left:8px;top:8px;display:grid;place-items:center;width:15px;height:15px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:8px;font-weight:950;line-height:1}
@media(max-width:720px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .active-shot-cues{grid-template-columns:1fr}}

/* Workout Wheel fast-rotation polish: pack preview owns the capture surface */
.modal-backdrop.open:has(.workout-wheel-stage .active-shot-status[data-active-preset="wheel-pack-preview"]){background:rgba(12,10,8,.84);backdrop-filter:blur(5px)}
.modal:has(.workout-wheel-stage .active-shot-status[data-active-preset="wheel-pack-preview"]){background:#fffaf0;box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.86)}
.modal:has(.workout-wheel-stage .active-shot-status[data-active-preset="wheel-pack-preview"]) .modal-body{background:linear-gradient(180deg,#fffaf0 0%,rgba(255,250,240,.98) 55%,rgba(255,250,240,1) 100%)}

/* Shared variant detail polish: keep frame/preset/proof cues scannable */
.variation-panel{position:relative;overflow:hidden}
.variation-panel::before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,color-mix(in srgb,var(--a) 78%,#fff 22%),color-mix(in srgb,var(--b) 78%,#fff 22%))}
.variation-outcome-rail{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.variation-outcome-rail span{min-width:0;overflow-wrap:anywhere}
.variation-outcome-rail span:nth-child(3){font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;background:#171717;color:#fffaf0;border-color:rgba(18,18,18,.3)}
.variation-outcome-rail span:nth-child(4){grid-column:1/-1;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 10%,#fff 90%),#fffaf0)}
@media(max-width:980px){.variation-outcome-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.variation-outcome-rail{grid-template-columns:1fr}}

/* Scratchboard fast-rotation polish: make privacy default explicit in proof frames */
.proto-stage .scratch-proto.proofed .share-mode-controls::after{content:'Default: share status only · full artifact needs explicit opt-in';grid-column:1/-1;border:1px solid rgba(29,78,216,.16);border-radius:999px;background:rgba(255,255,255,.72);color:#1e3a8a;font-size:9px;font-weight:950;letter-spacing:.06em;line-height:1.1;text-align:center;text-transform:uppercase;padding:6px 8px}
.proto-stage .scratch-proto.proofed .share-mode-controls:has(button:nth-of-type(3)[aria-pressed="true"])::after{content:'Exception active: full artifact selected for this session only';background:#101827;color:#fff;border-color:#101827}

/* Site fast-rotation polish: home proof cards point to the quickest validated frame */
.home-shot-speedline{display:grid;grid-template-columns:minmax(0,1fr) minmax(142px,.78fr);gap:8px;align-items:center;margin-top:10px;border:1px solid color-mix(in srgb,var(--a) 34%,rgba(255,255,255,.2));border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--a) 22%,rgba(255,250,240,.14) 78%),rgba(255,255,255,.08));padding:9px 10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.home-shot-speedline span{display:grid;gap:3px;min-width:0;color:#fff;font-size:12px;font-weight:950;line-height:1.08}
.home-shot-speedline i{color:#fff7ad;font-style:normal;font-size:8.5px;font-weight:950;letter-spacing:.1em;line-height:1;text-transform:uppercase}
.home-shot-speedline code{display:block;min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(23,23,23,.42);color:#fff7ad;font:850 10px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace;padding:6px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:720px){.home-shot-speedline{grid-template-columns:1fr}.home-shot-speedline code{white-space:normal}}

/* Workout Wheel fast-rotation polish: armed missions show scaling is still a valid clear */
.mission-safety-ribbon{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;border:1px solid rgba(255,228,96,.32);border-radius:14px;background:linear-gradient(135deg,rgba(255,228,96,.2),rgba(255,255,255,.09));color:#fefce8;padding:8px 9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.mission-safety-ribbon span{border-radius:999px;background:#ffe460;color:#171717;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px;white-space:nowrap}
.mission-safety-ribbon b{color:#fff;font-size:11.2px;line-height:1.16}
.thumb-inner .mission-safety-ribbon{display:none}
@media(max-width:720px){.mission-safety-ribbon{grid-template-columns:1fr}.mission-safety-ribbon span{justify-self:start}}

/* Scratchboard fast-rotation polish: proofed frame keeps next-slot closure explicit */
.next-slot-guard{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;border:1px solid rgba(22,163,74,.24);border-radius:16px;background:linear-gradient(135deg,rgba(220,252,231,.9),rgba(255,255,255,.78));color:#14532d;padding:8px 9px;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}
.proto-stage .scratch-proto.locked .next-slot-guard{order:3;margin:0}
.next-slot-guard span{border-radius:999px;background:#16a34a;color:#fff;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;padding:5px 7px;white-space:nowrap}
.next-slot-guard b{color:#14532d;font-size:11.2px;line-height:1.16}
.active-shot-cadence.scratch-next-slot span{border-color:rgba(22,163,74,.24);background:#ecfdf5;color:#14532d;box-shadow:0 8px 18px rgba(22,163,74,.1)}
.active-shot-cadence.scratch-next-slot span:nth-child(2){background:#16a34a;color:#fff}
.active-shot-cadence.scratch-next-slot span:nth-child(3){background:#14532d;color:#dcfce7}
@media(max-width:720px){.next-slot-guard{grid-template-columns:1fr}.next-slot-guard span{justify-self:start}}

/* Workout Wheel fast-rotation polish: pack preview active card shows post-proof choice ladder */
.active-shot-cadence.wheel-pack-ladder span{border-color:rgba(255,228,96,.28);background:#171717;color:#fff7ad;box-shadow:0 8px 18px rgba(255,228,96,.12)}
.active-shot-cadence.wheel-pack-ladder span:nth-child(2){background:#ffe460;color:#171717}
.active-shot-cadence.wheel-pack-ladder span:nth-child(3){background:#dcfce7;color:#14532d;border-color:rgba(34,197,94,.24)}

/* Site fast-rotation polish: final capture-chip override keeps proof-frame nav off the content */
@media(min-width:721px){
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within){width:min(190px,calc(100% - 160px));height:14px;min-height:14px;margin-bottom:1px;padding:0 4px;border:0;background:transparent;box-shadow:none;opacity:.1;transform:translateY(20px) scale(.72)}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail{height:12px}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active{min-height:12px;height:12px;padding:0 4px 0 13px;background:transparent;color:rgba(18,18,18,.38);font-size:7.4px;line-height:12px}
  .modal:has(.active-shot-status[data-active-preset]) .modal-foot:not(:hover):not(:focus-within) .rail button.active::before{left:5px;width:4px;height:4px}
}

/* Site fast-rotation polish: proof-frame cards separate launch chrome from hash chips */
.home-shot-actions button{grid-template-rows:auto minmax(2.9em,1fr) minmax(28px,auto);padding-top:40px}
.home-shot-actions button::after{top:13px;right:13px;bottom:auto;min-width:58px;border-color:rgba(23,23,23,.12);background:#171717;color:#fff;box-shadow:0 7px 16px rgba(0,0,0,.16)}
.home-shot-actions .frame-title{min-height:26px;padding-right:0}
.home-shot-actions code{width:100%;padding-right:8px}
.home-shot-actions button:hover::after,.home-shot-actions button:focus-visible::after{background:color-mix(in srgb,var(--a) 86%,#171717 14%);color:#171717}
@media(max-width:720px){.home-shot-actions button{padding-top:13px}.home-shot-actions button::after{display:none}.home-shot-actions .frame-title{padding-right:0}.home-shot-actions code{padding-right:8px}}

/* Scratchboard fast-rotation polish: share-review capture shows only the proof stack */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed{grid-template-rows:minmax(0,1fr)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed>.reward-card,
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-share-review"]) .scratch-proto.proofed>.ritual-card:not(.ritual-primary):not(.reward-card){display:none}
@media(min-width:721px){.modal:has(.active-shot-status[data-active-preset="scratch-share-review"]) .modal-foot:not(:hover):not(:focus-within){opacity:0;transform:translateY(28px) scale(.7)}}

/* Site fast-rotation polish: move proof-frame launch chrome out of card titles */
.home-shot-actions button{grid-template-rows:auto minmax(2.6em,auto) 22px auto;min-height:154px;padding:15px 13px 13px}
.home-shot-actions button::after{position:static;justify-self:end;align-self:end;min-width:62px;min-height:22px;margin-top:1px;padding:5px 8px;background:#171717;color:#fff;box-shadow:0 7px 16px rgba(0,0,0,.16)}
.home-shot-actions .frame-title{min-height:24px;padding-right:0}
.home-shot-actions code{display:block;height:22px;min-height:22px;padding:3px 8px 3px 34px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:720px){.home-shot-actions button{min-height:0;padding:13px}.home-shot-actions button::after{display:none}.home-shot-actions code{height:22px;min-height:22px;padding:3px 8px;line-height:16px;white-space:nowrap}}

/* Site fast-rotation polish: quicker one-screen scan for both proof decks */
.home-shot-actions button{min-height:142px;gap:8px}
.home-shot-actions small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(min-width:1200px){.home-shot-actions button{min-height:134px}}
@media(max-width:720px){.home-shot-actions button{grid-template-rows:auto auto 22px;gap:7px;padding:12px}.home-shot-actions small{line-height:1.22}.home-shot-card::after{min-height:22px;font-size:8px}}

/* Scratchboard fast-rotation polish: proof-needed attach action reads as the gate */
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .evidence-input-row{grid-template-columns:minmax(0,1fr) minmax(104px,auto);align-items:stretch}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .scratch-proof-toggle{border-color:#1d4ed8;background:#1d4ed8;color:#fff;box-shadow:0 12px 26px rgba(29,78,216,.18)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .evidence-input-row input{box-shadow:inset 3px 0 0 rgba(29,78,216,.26)}
@media(max-width:720px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .evidence-input-row{grid-template-columns:1fr}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-needed"]) .scratch-proof-toggle{min-height:40px}}

/* Workout Wheel fast-rotation polish: paid Apartment Arcade card reads as the offer */
.proto-stage.workout-wheel-stage:has(.active-shot-status[data-active-preset="wheel-pack-preview"]) .wheel-proto.pack-open .pack-offer-row span:first-child{border-color:rgba(255,228,96,.72);background:linear-gradient(145deg,rgba(255,228,96,.28),rgba(23,23,23,.52));box-shadow:0 0 0 3px rgba(255,228,96,.12),0 12px 24px rgba(255,228,96,.16),inset 0 1px 0 rgba(255,255,255,.18)}

/* Site fast-rotation polish: home proof cards read as one-scan proof jumpers */
@media(min-width:980px){
  .home-proof-card{grid-template-columns:minmax(0,.82fr) minmax(260px,.98fr);align-items:stretch;gap:12px}
  .home-proof-card>div:first-child{display:grid;align-content:center;min-width:0}
  .home-proof-card>div:first-child b{font-size:13.4px;line-height:1.2}
  .home-proof-card .home-signal-list{grid-template-columns:1fr;gap:6px}
  .home-proof-card .home-signal-list span{min-height:0;padding:8px 8px 8px 34px;font-size:11.1px;line-height:1.18}
  .home-proof-card .home-signal-list span::before{left:9px;top:10px;width:16px;height:16px;font-size:9px}
  .home-proof-card .home-signal-list i{margin-bottom:3px;font-size:9.2px}
  .home-proof-card .home-primary-frame{align-self:stretch;grid-column:1;grid-template-columns:1fr;align-content:center;padding:9px 10px}
  .home-proof-card .home-primary-frame code{justify-self:start;width:100%;max-width:100%;text-align:left}
  .home-proof-card button{align-self:center;grid-column:2;justify-self:stretch;min-height:46px;text-align:left;white-space:nowrap}
}
@media(min-width:980px) and (max-width:1220px){
  .home-proof-card{grid-template-columns:minmax(0,.85fr) minmax(220px,1fr)}
  .home-proof-card button{grid-column:1/-1;justify-self:start;min-width:250px;text-align:left}
}

/* Scratchboard fast-rotation polish: kept-proof frame foregrounds closure */
.modal-backdrop.open:has(.scratchboard-stage .active-shot-status[data-active-preset="scratch-proofed"]){background:rgba(12,10,8,.84);backdrop-filter:blur(5px)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-status{border-color:rgba(22,163,74,.36);background:linear-gradient(135deg,rgba(236,253,245,.98),rgba(255,255,255,.92));box-shadow:0 18px 38px rgba(22,163,74,.12),inset 0 1px 0 rgba(255,255,255,.92)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-status p{color:#14532d;font-size:12px;line-height:1.22}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cadence.scratch-next-slot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px;width:100%}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cadence.scratch-next-slot span{min-height:32px;border-color:rgba(22,163,74,.24);font-size:9.5px;line-height:1.05;text-align:center;white-space:normal}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cues span{border-color:rgba(22,163,74,.18);background:rgba(255,255,255,.84);color:#14532d;font-size:9.8px;font-weight:900;line-height:1.16;padding:7px 8px;text-align:left;white-space:normal}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .next-slot-guard{border-width:2px;border-color:rgba(22,163,74,.3);background:linear-gradient(135deg,#16a34a,#14532d);color:#fff;box-shadow:0 14px 30px rgba(22,163,74,.18),inset 0 1px 0 rgba(255,255,255,.22)}
.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .next-slot-guard span{background:rgba(255,255,255,.18);color:#fff}.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .next-slot-guard b{color:#fff}
@media(max-width:720px){.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cadence.scratch-next-slot,.proto-stage.scratchboard-stage:has(.active-shot-status[data-active-preset="scratch-proofed"]) .active-shot-cues{grid-template-columns:1fr}}

/* Site fast-rotation polish: calmer proof-card reading lanes */
.home-shot-actions button{
  background:linear-gradient(145deg,color-mix(in srgb,var(--a) 30%,rgba(255,250,240,.96) 70%),rgba(255,255,255,.9));
  box-shadow:0 12px 26px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.72);
}
.home-shot-actions .frame-title{align-items:start;font-size:13px;line-height:1.12}
.home-shot-actions small{
  border-left:0;
  border-radius:13px;
  background:rgba(255,250,240,.68);
  color:#302a22;
  font-weight:850;
  padding:8px 9px;
}
.home-shot-actions code{
  border-color:color-mix(in srgb,var(--a) 28%,rgba(23,23,23,.12));
  background:linear-gradient(145deg,rgba(23,23,23,.075),rgba(255,255,255,.44));
}
.home-shot-card .capture-checklist.compact li{
  border-left:3px solid color-mix(in srgb,var(--a) 62%,#fff 38%);
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,250,240,.07));
}
.home-shot-speedline{
  border-color:color-mix(in srgb,var(--a) 44%,rgba(255,255,255,.22));
  background:linear-gradient(135deg,color-mix(in srgb,var(--a) 26%,rgba(255,250,240,.16) 74%),rgba(255,255,255,.1));
}
.home-shot-speedline code{background:rgba(23,23,23,.56)}
@media(min-width:980px){
  .home-shot-actions{grid-template-columns:repeat(auto-fit,minmax(188px,1fr))}
  .home-shot-actions button{gap:9px;min-height:146px}
  .home-shot-card .capture-checklist.compact{gap:8px}
  .home-shot-card .capture-checklist.compact li{grid-template-columns:minmax(72px,.34fr) minmax(0,1fr);font-size:10.2px;line-height:1.18;padding:6px 8px}
}
@media(min-width:960px){
  .card-copy{gap:14px 16px}
  .card-visual-strip,.card-proof,.card-moment,.card-shot-brief,.card-shot-outcome{border-radius:20px;padding:12px}
  .card-shot-checklist span,.card-monetization-cues span,.card-state-rail span{line-height:1.32}
}


/* Clean landing-system refresh: one header, one hero, one standardized idea grid */
.clean-shell{
  max-width:1680px;
  margin:0 auto;
  padding-top:22px;
}
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:54px;
  border-bottom:1px solid rgba(18,18,18,.1);
  color:#2a251f;
}
.site-header a{
  color:inherit;
  text-decoration:none;
  font-weight:950;
  letter-spacing:-.03em;
  font-size:20px;
}
.site-header span{
  border:1px solid rgba(18,18,18,.1);
  border-radius:999px;
  background:rgba(255,255,255,.52);
  color:#60584d;
  font-size:12px;
  font-weight:900;
  padding:8px 11px;
}
.clean-hero{
  grid-template-columns:minmax(0,1fr) minmax(260px,380px);
  align-items:stretch;
  gap:22px;
  padding:34px 0 28px;
  border-bottom:0;
}
.clean-hero h1{
  max-width:960px;
  margin:10px 0 12px;
  font-size:clamp(44px,7vw,104px);
  line-height:.88;
  letter-spacing:-.08em;
}
.clean-hero p{
  max-width:820px;
  color:#443d34;
}
.clean-hero .system-card{
  align-self:end;
  display:grid;
  align-content:end;
  min-height:190px;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,250,240,.68));
}
.idea-grid-section{
  margin-top:8px;
}
.grid-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.grid-head h2{
  margin:0;
  font-size:clamp(26px,3vw,42px);
  letter-spacing:-.05em;
}
.clean-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));
  gap:18px;
  margin-top:0;
}
.clean-idea-card{
  display:grid;
  grid-template-rows:auto auto 230px auto;
  min-height:0;
  padding:0;
  border-radius:28px;
  background:linear-gradient(180deg,#fffefa,#fff7ea);
  color:#17130f;
  cursor:pointer;
}
.clean-idea-card:hover{
  transform:translateY(-3px);
}
.clean-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 18px 0;
}
.seed-label,.idea-accent{
  min-width:0;
  border:1px solid color-mix(in srgb,var(--a) 28%,rgba(18,18,18,.1));
  border-radius:999px;
  background:color-mix(in srgb,var(--a) 10%,#fff 90%);
  color:#312b24;
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  line-height:1;
  padding:8px 10px;
  text-transform:uppercase;
  white-space:nowrap;
}
.idea-accent{
  max-width:58%;
  overflow:hidden;
  text-overflow:ellipsis;
  background:rgba(255,255,255,.6);
  color:#6a6156;
}
.clean-card-copy{
  display:grid;
  gap:10px;
  padding:14px 18px 12px;
}
.field-block{
  display:grid;
  gap:5px;
}
.field-block>span,.features-block>span{
  color:#746b5f;
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.name-block h2{
  margin:0;
  color:#17130f;
  font-size:clamp(28px,3.2vw,42px);
  letter-spacing:-.055em;
  line-height:.94;
}
.seed-block,.synopsis-block{
  border:1px solid rgba(18,18,18,.09);
  border-radius:18px;
  background:rgba(255,255,255,.58);
  padding:11px 12px;
}
.seed-block p,.synopsis-block p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  color:#413a32;
  font-size:13px;
  font-weight:750;
  line-height:1.36;
}
.seed-block p{-webkit-line-clamp:3}
.synopsis-block p{-webkit-line-clamp:4}
.prototype-shot{
  display:block;
  height:230px;
  margin:0 18px 16px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--a) 26%,rgba(18,18,18,.12));
  border-radius:22px;
  background:linear-gradient(135deg,var(--a),var(--b));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 16px 34px rgba(20,15,10,.08);
}
.prototype-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.live-shot{
  padding:12px;
}
.live-shot-inner{
  height:100%;
  overflow:hidden;
  border-radius:16px;
  background:rgba(255,255,255,.38);
}
.live-shot .wheel-proto,.live-shot .scratch-proto{
  height:100%;
}
.features-block{
  display:grid;
  gap:10px;
  padding:0 18px 18px;
}
.features-block ul{
  display:grid;
  gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
.features-block li{
  position:relative;
  border:1px solid rgba(18,18,18,.09);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,250,240,.58));
  color:#2f2922;
  font-size:13px;
  font-weight:850;
  line-height:1.24;
  padding:9px 10px 9px 34px;
}
.features-block li::before{
  content:'✓';
  position:absolute;
  left:10px;
  top:9px;
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border-radius:999px;
  background:color-mix(in srgb,var(--a) 78%,#fff 22%);
  color:#111;
  font-size:11px;
  font-weight:950;
}
.standalone-proto-card{
  display:grid;
  gap:10px;
  border:1px solid color-mix(in srgb,var(--a) 24%,rgba(18,18,18,.12));
  border-radius:22px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--a) 10%,#fffaf0 90%),rgba(255,255,255,.86));
  padding:16px;
}
.standalone-proto-card b{
  font-size:24px;
  letter-spacing:-.04em;
  line-height:1;
}
.standalone-proto-card p{
  margin:0;
  color:#4a4239;
  font-size:13px;
  font-weight:750;
  line-height:1.35;
}
.standalone-proto-card div{
  display:grid;
  gap:6px;
}
.standalone-proto-card div span{
  border-radius:13px;
  background:#fff;
  color:#2f2922;
  font-size:12px;
  font-weight:850;
  padding:8px 9px;
}
.standalone-proto-card a{
  justify-self:start;
  border-radius:999px;
  background:#17130f;
  color:#fff;
  font-size:12px;
  font-weight:950;
  padding:9px 12px;
  text-decoration:none;
}
@media(min-width:1180px){
  .clean-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}
}
@media(max-width:760px){
  .site-header{align-items:flex-start;flex-direction:column;padding-bottom:14px}
  .clean-hero{grid-template-columns:1fr;padding-top:26px}
  .clean-hero .system-card{min-height:0}
  .clean-card-top{align-items:flex-start;flex-direction:column}
  .idea-accent{max-width:100%}
}


/* Clean-grid density correction: keep titles/prompts from crowding at desktop widths */
.clean-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));
  align-items:start;
}
.clean-idea-card{
  grid-template-rows:auto auto 220px auto;
}
.name-block h2{
  font-size:clamp(26px,2.45vw,34px);
  line-height:1;
  letter-spacing:-.045em;
}
.clean-card-copy{
  gap:12px;
}
.prototype-shot{
  height:220px;
}
.seed-block,.synopsis-block{
  position:relative;
  z-index:0;
}
@media(min-width:1540px){
  .clean-grid{grid-template-columns:repeat(auto-fit,minmax(390px,1fr))}
}
