:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f7f7f2;--paper:#fff;--ink:#171717;--muted:#626262;--line:#deded5;--yellow:#ffea00;--yellow-hover:#e6d300;--navy:#171717;--green:#087b5b;--amber:#a15c00;--red:#b42318;--signal-yellow:#ffe75f;--signal-yellow-soft:#fff3a3}*{box-sizing:border-box}html{background:var(--canvas)}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.app-shell{min-height:100vh}.app-header{background:var(--paper);border-bottom:3px solid var(--yellow);z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:72px;padding:0 34px;display:grid;position:sticky;top:0}.wordmark{color:var(--navy);background:0 0;border:0;justify-self:start;align-items:center;gap:10px;padding:0;font-size:20px;font-weight:800;display:inline-flex}.brand-logo{object-fit:contain;width:36px;height:36px}.stepper{align-items:center;display:flex}.step-line{background:var(--line);width:42px;height:1px;margin:0 10px}.step-item{color:#888;align-items:center;gap:7px;display:flex}.step-item>span{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid}.step-item strong{white-space:nowrap;font-size:12px}.step-item.active{color:var(--ink)}.step-item.active>span{border-color:var(--ink);background:var(--yellow)}.step-item.complete{color:var(--green)}.step-item.complete>span{border-color:var(--green);background:#e9f7f1}.mode-badge{color:var(--ink);background:var(--yellow);border:1px solid #cdbc00;border-radius:7px;justify-self:end;padding:7px 10px;font-size:12px;font-weight:700}a.deck-link{justify-self:end;text-decoration:none}a.deck-link:hover{background:var(--yellow-hover)}.global-message{border-radius:7px;max-width:1180px;margin:18px auto 0;padding:12px 14px;font-size:14px}.global-message.error{color:var(--red);background:#fff5f4;border:1px solid #f1b6af}.global-message.success{color:var(--green);background:#effaf6;border:1px solid #a9d9c8}.onboarding-screen{background:linear-gradient(#e4e2d5 1px, transparent 1px), linear-gradient(90deg, #e4e2d5 1px, transparent 1px), var(--canvas);background-size:36px 36px;place-items:center;min-height:calc(100vh - 72px);padding:56px 24px 100px;display:grid;position:relative;overflow:hidden}.onboarding-content{text-align:center;z-index:1;background:#f7f7f2f2;width:min(680px,100%);padding:42px 34px;position:relative}.source-logo-field{pointer-events:none;z-index:0;position:absolute;inset:0}.source-logo{opacity:.5;filter:drop-shadow(0 5px 8px #17171717);place-items:center;display:grid;position:absolute}.source-logo img{width:100%;height:100%;display:block}.source-logo-1{width:31px;height:31px;top:15%;left:10%;transform:rotate(-7deg)}.source-logo-2{width:29px;height:29px;top:20%;right:10%;transform:rotate(6deg)}.source-logo-3{width:35px;height:35px;top:44%;left:5%;transform:rotate(5deg)}.source-logo-4{width:38px;height:38px;bottom:18%;right:6%;transform:rotate(-5deg)}.source-logo-5{width:27px;height:27px;top:10%;right:25%;transform:rotate(8deg)}.source-logo-6{width:38px;height:38px;bottom:13%;left:14%;transform:rotate(-6deg)}.source-logo-7{width:55px;height:22px;bottom:29%;left:5%;transform:rotate(7deg)}.source-logo-8{width:28px;height:28px;top:25%;left:18%;transform:rotate(-9deg)}.source-logo-9{width:32px;height:32px;top:48%;right:7%;transform:rotate(5deg)}.source-logo-10{width:33px;height:33px;bottom:11%;right:22%;transform:rotate(-7deg)}.source-logo-11{width:36px;height:36px;bottom:8%;left:26%;transform:rotate(5deg)}.source-logo-12{width:48px;height:24px;bottom:37%;right:14%;transform:rotate(-5deg)}.eyebrow,.section-label{color:var(--ink);text-transform:uppercase;margin:0 0 9px;font-size:12px;font-weight:800;line-height:1.3}.onboarding-content h1,.screen-heading h1,.report-toolbar h1{color:var(--navy);letter-spacing:0;margin:0}.onboarding-content h1{font-size:clamp(34px,5vw,52px);line-height:1.08}.url-hint{color:var(--muted);margin:13px 0 24px;font-size:13px;line-height:1.5}.url-form{text-align:left}.url-form>label,.field>span{color:#3d3d3d;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:13px;font-weight:750;display:flex}.field small{color:#888;font-weight:500}.url-control{color:#737373;background:#fff;border:1px solid #c8c8be;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:6px 6px 6px 16px;display:grid;box-shadow:0 12px 30px #17171714}.url-control:focus-within{border-color:var(--ink);box-shadow:0 0 0 4px #ffea006b}.url-control input{min-width:0;color:var(--ink);border:0;outline:0}.primary-button,.secondary-button,.icon-button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:750;display:inline-flex}.primary-button{background:var(--yellow);color:var(--ink);border-color:#cdbc00;padding:0 16px}.primary-button:hover{background:var(--yellow-hover)}.primary-button:disabled{opacity:.58;cursor:wait}.secondary-button{border-color:var(--line);color:#3d3d3d;background:#fff;padding:0 14px}.secondary-button:hover,.icon-button:hover{background:#f5f5ef;border-color:#bdbdb3}.icon-button{border-color:var(--line);color:#3d3d3d;background:#fff;width:42px;padding:0}.button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.delivery-control{border:1px solid var(--line);background:#fff;border-radius:7px;min-height:42px;display:flex;overflow:hidden}.delivery-control:focus-within{border-color:var(--ink);box-shadow:0 0 0 4px #ffea0057}.delivery-control input{width:210px;min-width:0;color:var(--ink);border:0;outline:0;padding:0 12px}.delivery-control .primary-button{border-block:0;border-right:0;border-radius:0;min-height:40px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.working-screen{background:linear-gradient(#e4e2d5 1px, transparent 1px), linear-gradient(90deg, #e4e2d5 1px, transparent 1px), var(--canvas);background-size:36px 36px;grid-template-rows:auto minmax(430px,1fr) auto;gap:14px;min-height:calc(100vh - 72px);padding:38px 28px 54px;display:grid;overflow:hidden}.working-heading{justify-content:space-between;align-items:center;gap:18px;width:min(960px,100%);margin:0 auto;display:flex}.working-heading h1{color:var(--ink);letter-spacing:0;margin:0;font-size:24px}.live-status{color:var(--ink);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.live-status i{background:var(--yellow);border:1px solid var(--ink);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #ffea003d}.agent-map{aspect-ratio:5/3;width:min(960px,100%);min-height:430px;max-height:610px;margin:auto;position:relative}.connection-map{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.source-line{stroke:#a6a69d;stroke-width:1px;opacity:.22;vector-effect:non-scaling-stroke}.source-line.active{stroke:#8d8100;stroke-width:1.4px;stroke-dasharray:4 9;opacity:.66;animation:1.5s linear infinite signal-flow}@keyframes signal-flow{to{stroke-dashoffset:-26px}}.work-source{opacity:.48;background:#fffffff0;border:1px solid #bdbdb3;border-radius:50%;place-items:center;width:46px;height:46px;transition:opacity .18s,border-color .18s,transform .18s;display:grid;position:absolute;translate:-50% -50%;box-shadow:0 7px 18px #17171712}.work-source img{object-fit:contain;width:22px;height:22px}.work-source.active{opacity:.88;border-color:#8d8100;animation:2.4s ease-in-out infinite source-breathe}.work-source:nth-of-type(3n){animation-delay:.3s}.work-source:nth-of-type(3n+1){animation-delay:.7s}@keyframes source-breathe{50%{transform:translateY(-3px)}}.agent-node{color:#77776f;z-index:2;background:#fffffff5;border:1px solid #bdbdb3;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:76px;min-height:34px;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;translate:-50% -50%;box-shadow:0 7px 18px #1717170f}.agent-node i{background:#d5d5cd;border-radius:50%;place-items:center;width:8px;height:8px;display:grid}.agent-node.active{border-color:var(--ink);background:var(--yellow);color:var(--ink);transform:scale(1.06)}.agent-node.active i{background:var(--ink);box-shadow:0 0 0 4px #1717171a}.agent-node.complete{border-color:var(--ink);color:var(--ink)}.agent-node.complete i{background:var(--ink);color:#fff;width:15px;height:15px}.signal-core{border:2px solid var(--ink);background:var(--yellow);width:158px;height:158px;color:var(--ink);z-index:3;border-radius:50%;place-content:center;justify-items:center;gap:7px;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 0 0 12px #ffea0029,0 18px 45px #1717171f}.signal-core img{width:58px;height:58px}.signal-core strong{font-size:13px}.core-progress{gap:4px;display:flex}.core-progress i{background:#17171733;width:14px;height:3px}.core-progress i.filled{background:var(--ink)}.working-footer{justify-content:center;align-items:center;gap:10px;width:min(960px,100%);margin:0 auto;font-size:12px;display:flex}.working-footer strong{color:var(--ink)}.working-footer span{color:var(--muted)}.working-footer span:before{content:"·";margin-right:10px}.profile-screen,.report-screen{width:min(1180px,100% - 40px);margin:0 auto;padding:48px 0 72px}.screen-heading,.report-toolbar{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px;display:flex}.screen-heading>div:first-child{max-width:690px}.screen-heading h1,.report-toolbar h1{font-size:32px}.screen-heading p:not(.eyebrow){color:var(--muted);margin:10px 0 0;line-height:1.55}.website-link{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--yellow-hover);text-decoration-color:var(--yellow-hover);align-items:center;gap:7px;font-size:13px;font-weight:700;text-decoration-thickness:3px;display:inline-flex}.profile-form{gap:22px;display:grid}.profile-grid{grid-template-columns:1fr 1fr;align-items:start;gap:22px;display:grid}.profile-column{border:1px solid var(--line);background:#fff;border-radius:8px;gap:18px;padding:24px;display:grid}.profile-column h2{border-bottom:1px solid var(--line);color:var(--navy);align-items:center;gap:8px;margin:0;padding-bottom:16px;font-size:17px;display:flex}.field{display:block}.field input,.field textarea{width:100%;color:var(--ink);resize:vertical;background:#fbfbf8;border:1px solid #ccccbf;border-radius:7px;outline:none;padding:11px 12px;line-height:1.5}.field input:focus,.field textarea:focus{border-color:var(--ink);background:#fff;box-shadow:0 0 0 4px #ffea0057}.approval-bar{z-index:5;background:#fffffff5;border:1px solid #c7c7bb;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:15px 16px;display:flex;position:sticky;bottom:18px;box-shadow:0 16px 38px #17171724}.approval-bar strong{font-size:14px;display:block}.approval-bar span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.report-toolbar{align-items:center}.newsletter{background:var(--paper);border:1px solid var(--line);border-radius:8px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 24px 55px #1717171a}.newsletter-header{background:var(--navy);color:#fff;padding:34px 42px 38px}.newsletter-kicker{color:#d0d0ca;justify-content:space-between;gap:20px;margin-bottom:36px;font-size:12px;font-weight:700;display:flex}.newsletter-kicker span:first-child{align-items:center;gap:7px;display:inline-flex}.newsletter-header h2{letter-spacing:0;margin:0 0 8px;font-size:38px}.newsletter-header>p{color:#ddddda;margin:0}.newsletter-body{padding:10px 42px 44px}.section{border-bottom:1px solid var(--line);padding:30px 0}.section:last-child{border-bottom:0}.section h3{color:var(--navy);letter-spacing:0;margin:0 0 16px;font-size:22px}.section>p:not(.section-label){color:#4d4d4d;margin:0;line-height:1.65}.greeting{padding-top:32px}.yellow-section{background:var(--signal-yellow);border-bottom-color:#d3bd39;border-left:7px solid #171717;margin-inline:-42px;padding:34px 42px}.yellow-section .section-label{color:#171717}.signal-list{gap:15px;display:grid}.signal-card{border:1px solid var(--line);border-radius:7px;gap:11px;padding:18px;display:grid}.signal-card.featured{background:#ffffff47;border-color:#11182773 #11182773 #11182773 currentColor;border-left-style:none;border-left-width:0}.signal-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.signal-title-row h4{color:var(--ink);margin:0;font-size:17px;line-height:1.35}.urgency{text-transform:uppercase;border-radius:5px;flex:none;padding:4px 7px;font-size:10px;font-weight:850}.urgency.high{color:var(--red);background:#fff0ee}.urgency.medium{color:var(--amber);background:#fff5df}.urgency.low{color:var(--green);background:#eaf7f2}.signal-meta{color:#707070;gap:8px;font-size:11px;font-weight:700;display:flex}.signal-meta span+span:before{content:"•";margin-right:8px}.signal-card>p{color:#4d4d4d;margin:0;font-size:14px;line-height:1.58}.signal-analysis{grid-template-columns:1fr 1fr;gap:12px;display:grid}.signal-analysis p{color:#4d4d4d;background:#f2f2ed;margin:0;padding:12px;font-size:13px;line-height:1.5}.signal-analysis strong{color:var(--navy);margin-bottom:4px;display:block}.sources{flex-wrap:wrap;align-items:center;gap:10px;padding-top:4px;display:flex}.sources>span{color:#818181;text-transform:uppercase;font-size:11px;font-weight:800}.sources a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--yellow-hover);text-decoration-color:var(--yellow-hover);align-items:center;gap:3px;font-size:12px;font-weight:700;text-decoration-thickness:2px;display:inline-flex}.take-section{border-left-color:#171717}.take-section>p:not(.section-label){color:#2e2e2e;font-size:17px;line-height:1.75}.moves-list{display:grid}.move-row{border-top:1px solid var(--line);grid-template-columns:30px 1fr auto;align-items:start;gap:13px;padding:16px 0;display:grid}.move-row>span{background:var(--navy);color:#fff;border-radius:6px;place-items:center;width:27px;height:27px;font-size:12px;font-weight:800;display:grid}.move-row h4{margin:1px 0 5px;font-size:15px}.move-row p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.move-row>svg{color:var(--ink);margin-top:5px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:850px){.app-header{grid-template-columns:1fr auto;padding:0 18px}.stepper{display:none}.profile-grid{grid-template-columns:1fr}.screen-heading,.report-toolbar,.approval-bar{flex-direction:column;align-items:flex-start}.approval-bar .button-row{width:100%}.approval-bar .primary-button{flex:1}.source-logo{opacity:.28}.source-logo-7,.source-logo-8,.source-logo-9,.source-logo-10,.source-logo-11,.source-logo-12{display:none}.working-screen{grid-template-rows:auto minmax(520px,1fr) auto}.agent-map{aspect-ratio:4/5;min-height:520px}.work-source:nth-of-type(n+9),.source-line:nth-child(n+9){display:none}}@media (max-width:620px){.mode-badge:not(.deck-link){display:none}.app-header{grid-template-columns:1fr}.onboarding-screen{padding:28px 14px 60px}.onboarding-content{padding:28px 12px}.source-logo{opacity:.22;width:22px;height:22px}.source-logo-1{top:12%;left:6%}.source-logo-2{top:15%;right:7%}.source-logo-3{top:67%;left:4%}.source-logo-4{bottom:12%;right:6%}.source-logo-5{top:7%;right:22%}.source-logo-6{bottom:8%;left:20%}.working-screen{padding:26px 12px 38px}.working-heading,.agent-map,.working-footer{width:100%;max-width:calc(100vw - 24px)}.working-heading h1{font-size:19px}.agent-map{min-height:500px}.work-source{width:36px;height:36px}.work-source img{width:18px;height:18px}.work-source:nth-of-type(n+7),.source-line:nth-child(n+7){display:none}.agent-node{min-width:64px;min-height:30px;padding:0 8px;font-size:10px}.signal-core{width:126px;height:126px}.signal-core img{width:47px;height:47px}.signal-core strong{font-size:11px}.url-control{grid-template-columns:auto minmax(0,1fr);padding:10px 12px}.url-control .primary-button{grid-column:1/-1;width:100%}.profile-screen,.report-screen{width:min(100% - 24px,1180px);padding-top:30px}.profile-column{padding:18px}.report-toolbar .button-row,.delivery-control{width:100%}.delivery-control input{flex:1;width:auto}.newsletter-header{padding:26px 22px 30px}.newsletter-kicker{margin-bottom:24px}.newsletter-header h2{font-size:30px}.newsletter-body{padding:6px 22px 30px}.signal-analysis{grid-template-columns:1fr}.yellow-section{border-left-width:5px;margin-inline:-22px;padding:28px 22px}}
