.ev-surface .router{position:relative;width:100%}.ev-surface .router-wires{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.ev-surface .router-wires path{fill:none;stroke:var(--line-3);stroke-width:1.5;transition:stroke .25s var(--ease),stroke-width .25s var(--ease)}.ev-surface .router-wires path.lit{stroke:var(--teal);stroke-width:2}.ev-surface .router-wires circle{fill:var(--paper);stroke:var(--line-3);stroke-width:1.5;transition:stroke .25s var(--ease)}.ev-surface .router-wires circle.lit{stroke:var(--teal)}.ev-surface .router-grid{position:relative;display:grid;grid-template-columns:minmax(190px,1fr) 56px minmax(170px,.85fr);align-items:center;gap:0;z-index:2}.ev-surface .src-card{border:1px solid var(--line-2);border-radius:12px;background:var(--card);box-shadow:0 1px 2px oklch(.3 .02 80/.05),0 26px 56px -34px oklch(.3 .02 80/.32);overflow:hidden}.ev-surface .src-top{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border-bottom:1px solid var(--line);background:var(--paper-2)}.ev-surface .src-top .lbl{font-family:var(--sans);font-size:.64rem;font-weight:600;color:var(--ink-3)}.ev-surface .src-top .live{display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:.64rem;color:var(--teal-deep)}.ev-surface .src-top .live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 0 oklch(.52 .078 188/.5);animation:evPulse 2.4s var(--ease) infinite}@keyframes evPulse{0%{box-shadow:0 0 0 0 oklch(.52 .078 188/.5)}70%{box-shadow:0 0 0 7px oklch(.52 .078 188/0)}to{box-shadow:0 0 0 0 oklch(.52 .078 188/0)}}.ev-surface .src-body{padding:14px}.ev-surface .src-name{font-family:var(--serif);font-weight:600;font-size:1.05rem}.ev-surface .src-time{font-family:var(--mono);font-size:.62rem;color:var(--ink-3);margin-top:2px}.ev-surface .src-text{font-family:var(--serif);font-size:.98rem;line-height:1.42;color:var(--ink);margin-top:10px}.ev-surface .src-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.ev-surface .src-chips span{font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:999px;border:1px solid var(--line-2);color:var(--ink-2);background:var(--card)}.ev-surface .src-chips span.met{border-color:oklch(.52 .078 188/.45);color:var(--teal-deep)}.ev-surface .router-outs{display:flex;flex-direction:column;gap:10px}.ev-surface .rnode{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line-2);border-radius:9px;background:var(--card);cursor:default;transition:border-color .25s var(--ease),transform .25s var(--ease),box-shadow .25s var(--ease)}.ev-surface .rnode:hover{border-color:var(--teal);transform:translateX(3px);box-shadow:0 8px 20px -14px oklch(.3 .02 80/.4)}.ev-surface .rnode .ico{width:26px;height:26px;border-radius:6px;background:var(--paper-2);display:grid;place-items:center;color:var(--ink-2);flex-shrink:0}.ev-surface .rnode:hover .ico{background:var(--pine);color:var(--pine-ink)}.ev-surface .rnode .nm{display:block;font-size:.82rem;font-weight:600;color:var(--ink);line-height:1.1}.ev-surface .rnode .sb{display:block;font-family:var(--mono);font-size:.6rem;letter-spacing:.03em;color:var(--ink-3);margin-top:3px}.ev-surface .router-mid{display:flex;align-items:center;justify-content:center}.ev-surface .router-mid .badge{font-family:var(--mono);font-size:.58rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);transform:rotate(-90deg);white-space:nowrap}.ev-surface .hero-caption{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding-top:14px;border-top:1px solid var(--line);font-family:var(--sans);font-size:.66rem;letter-spacing:.02em;color:var(--ink-4)}@media (max-width:760px){.ev-surface .router-grid{grid-template-columns:1fr;gap:24px}.ev-surface .router-mid,.ev-surface .router-wires{display:none}.ev-surface .rnode{transform:none!important}}.ev-surface .router.is-animated .src-author{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:.62rem;letter-spacing:.03em;color:var(--ink-3)}.ev-surface .router.is-animated .src-author .av{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--pine);color:var(--pine-ink);font-family:var(--sans);font-weight:700;font-size:.56rem;letter-spacing:0}.ev-surface .router.is-animated .src-text{position:relative}.ev-surface .router.is-animated .st-ghost{visibility:hidden}.ev-surface .router.is-animated .st-typed{position:absolute;inset:0}.ev-surface .router.is-animated .st-caret{display:inline-block;width:2px;height:1.05em;margin-left:2px;background:var(--teal-deep);vertical-align:-.16em;animation:ev-caret 1s step-end infinite}@keyframes ev-caret{0%,to{opacity:1}50%{opacity:0}}.ev-surface .router.is-animated .router-wires .pulse{stroke:var(--teal-deep);stroke-width:2.4;stroke-linecap:round;fill:none;stroke-dasharray:1;stroke-dashoffset:1;opacity:0;animation:ev-flow 2.8s ease-in-out infinite}@keyframes ev-flow{0%{stroke-dashoffset:1;opacity:0}8%{opacity:.95}52%{stroke-dashoffset:0;opacity:.95}66%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:0;opacity:0}}.ev-surface .router.is-animated .router-outs .rnode{animation:ev-receive 2.8s ease-in-out infinite}.ev-surface .router.is-animated .router-outs .rnode:nth-child(2){animation-delay:.5s}.ev-surface .router.is-animated .router-outs .rnode:nth-child(3){animation-delay:1s}.ev-surface .router.is-animated .router-outs .rnode:nth-child(4){animation-delay:1.5s}@keyframes ev-receive{0%,44%{border-color:var(--line-2);box-shadow:0 0 0 0 transparent}56%{border-color:var(--teal);box-shadow:0 10px 22px -14px oklch(.3 .02 80/.45)}72%{border-color:var(--line-2);box-shadow:0 0 0 0 transparent}}@media (prefers-reduced-motion:reduce){.ev-surface .router.is-animated .router-wires .pulse{display:none}.ev-surface .router.is-animated .st-caret{animation:none;opacity:0}.ev-surface .router.is-animated .router-outs .rnode{animation:none}}.ev-surface .funnel-strip{background:var(--paper-2);border-bottom:1px solid var(--line)}.ev-surface .fs-wrap{max-width:1180px;margin:0 auto;padding:10px clamp(16px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.ev-surface .fs-msg{font-size:.85rem;line-height:1.5;color:var(--ink-2)}.ev-surface .fs-brand{font-weight:600;color:var(--ink)}.ev-surface .fs-link{font-size:.85rem;font-weight:600;color:var(--teal-deep);display:inline-flex;align-items:center;gap:7px;text-decoration:none;white-space:nowrap}.ev-surface .fs-link:hover{text-decoration:underline}.ev-surface .fs-link .arw{width:14px;height:14px;transition:transform .2s var(--ease)}.ev-surface .fs-link:hover .arw{transform:translateX(3px)}.ev-surface .fcw{max-width:1180px;margin:0 auto;padding:clamp(40px,6vw,64px) clamp(16px,4vw,56px)}.ev-surface .fc-card{max-width:640px;border:1px solid var(--line);border-radius:14px;background:var(--card);padding:clamp(22px,3vw,28px);box-shadow:0 1px 2px oklch(.3 .02 80/.05),0 28px 62px -38px oklch(.3 .04 80/.32)}.ev-surface .fc-eyebrow{font-family:var(--sans);font-size:.64rem;font-weight:600;color:var(--teal-deep)}.ev-surface .fc-text{margin-top:10px;font-size:.94rem;line-height:1.6;color:var(--ink-2)}.ev-surface .fc-link{margin-top:16px;display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--ink);text-decoration:none;transition:color .18s var(--ease)}.ev-surface .fc-link:hover{color:var(--teal-deep)}.ev-surface .fc-link .arw{width:14px;height:14px;transition:transform .2s var(--ease)}.ev-surface .fc-link:hover .arw{transform:translateX(3px)}.ev-surface .prefooter{background:var(--pine);color:var(--pine-ink);padding-block:clamp(64px,8vw,96px)}.ev-surface .pf-wrap{max-width:720px;margin:0 auto;padding-inline:clamp(16px,4vw,24px);text-align:center}.ev-surface .pf-head{font-family:var(--serif);font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.12;letter-spacing:-.01em;color:var(--pine-ink)}.ev-surface .pf-sub{margin:1.2rem auto 0;max-width:36em;font-size:1.05rem;line-height:1.6;color:oklch(.86 .02 160)}.ev-surface .pf-cta{margin-top:1.8rem;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.ev-surface .pf-badges{margin-top:1.6rem}.ev-surface .pf-badges>div{color:oklch(.86 .02 160)}.ev-surface .pf-badges svg{color:var(--gold)}@media (max-width:600px){.ev-surface .fs-wrap{flex-direction:column;align-items:flex-start}}.ev.cookie-consent{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:90;width:min(680px,calc(100vw - 32px));border:1px solid var(--line-2);border-radius:14px;background:var(--card);box-shadow:0 24px 56px -32px oklch(.3 .02 80/.45)}.ev.cookie-consent .cc-inner{display:flex;align-items:center;gap:18px;padding:16px 20px;flex-wrap:wrap}.ev.cookie-consent .cc-copy{flex:1;min-width:240px;font-size:.9rem;line-height:1.5;color:var(--ink-2)}.ev.cookie-consent .cc-copy a{color:var(--teal-deep);text-decoration:underline}.ev.cookie-consent .cc-actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width:560px){.ev.cookie-consent .cc-actions{width:100%}.ev.cookie-consent .cc-actions .btn{flex:1}}