@import "https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&display=swap";
.v4-shell{--bg:#0e0d0b;--panel:#14130f;--bone:#ece7d9;--bone-dim:#b3ad9c;--faint:#6f6a5d;--line:#ece7d929;--line-2:#ece7d952;--kill:#c8492e;--ease:cubic-bezier(.16, 1, .3, 1);background:var(--bg);min-height:100vh;color:var(--bone);font-family:var(--font-sans);position:relative;overflow-x:hidden}.v4-shell ::selection{background:var(--bone);color:var(--bg)}body:has(.v4-shell){background:#0e0d0b}:is(body:has(.v4-shell)>header,body:has(.v4-shell)>footer){display:none!important}.v4-grain{z-index:40;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.v4-frame{z-index:1;flex-direction:column;gap:1.1rem;min-height:100vh;padding:1.1rem 1.3rem 1.6rem;display:flex;position:relative}.v4-shell .v2-marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:0 0;padding:.55rem 0;overflow:hidden}.v4-shell .v2-marquee__track{white-space:nowrap;will-change:transform;display:inline-flex}.v4-shell .v2-marquee--hud .v2-marquee__track span{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bone-dim);align-items:center;font-size:clamp(.72rem,1.2vw,.92rem);font-weight:500;display:inline-flex}.v4-shell .v2-marquee--hud .v2-marquee__track span:after{content:"▦";color:var(--faint);letter-spacing:0;margin:0 1.1em;font-size:.8em}.v4-wordmark-row{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.v4-wordmark{font-family:var(--font-display);letter-spacing:-.02em;color:var(--bone);transform-origin:50%;white-space:nowrap;-webkit-user-select:none;user-select:none;margin:0;font-size:clamp(4rem,25vw,19rem);font-weight:700;line-height:.82;transform:scaleY(1.16)}.v4-lockup{line-height:1.04;font-family:var(--font-mono);letter-spacing:.18em;color:var(--bone);border:1px solid var(--line-2);text-align:right;border-radius:2px;flex-direction:column;padding:.4rem .55rem;font-size:.62rem;font-weight:600;display:flex;position:absolute;top:.2rem;right:.2rem}.v4-lockup span:nth-child(2){color:var(--bone-dim)}.v4-hud{border:1px solid var(--line-2);border-radius:3px}.v4-hud__status{border-bottom:1px solid var(--line);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bone-dim);align-items:center;gap:0;font-size:.66rem;display:flex}.v4-hud__status span{border-right:1px solid var(--line);white-space:nowrap;padding:.55rem .9rem}.v4-hud__status span:last-child{color:var(--bone);border-right:0;margin-left:auto}.v4-hud__status .glyph{color:var(--faint)}.v4-latest{align-items:center;gap:.5rem;display:inline-flex}.v4-latest__k{color:var(--faint)}.v4-latest__k:after{content:" ·"}.v4-latest__exp{color:var(--bone)}.v4-latest .v2-stamp{font-size:.56rem;transform:none}.v4-hud__body{grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:1.4rem 1.5rem 1.6rem;display:grid}.v4-eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--bone-dim);margin:0 0 .9rem;font-size:.7rem}.v4-eyebrow:before{content:"◄◄◄ ";color:var(--faint)}.v4-strap{font-family:var(--font-display);letter-spacing:-.02em;color:var(--bone);max-width:24ch;margin:0;font-size:clamp(1.3rem,2.6vw,2.15rem);font-weight:600;line-height:1.08}.v4-strap em{border-bottom:2px solid var(--bone);font-style:normal}.v4-cta{font-family:var(--font-mono);letter-spacing:.04em;color:var(--bg);background:var(--bone);border:1px solid var(--bone);transition:transform .16s var(--ease), background .16s;border-radius:2px;align-items:center;gap:.4rem;margin-top:1.4rem;padding:.7rem 1.2rem;font-size:.8rem;text-decoration:none;display:inline-flex}.v4-cta:hover{background:#fff;transform:translateY(-2px)}.v4-cta--ghost{color:var(--bone);background:0 0;margin-left:.5rem}.v4-cta--ghost:hover{background:#ece7d914}.v4-hud__glyph{color:var(--bone);flex-direction:column;align-items:center;gap:.7rem;display:flex}.v4-portal{transform-origin:50%;width:clamp(96px,12vw,168px);height:auto;animation:64s linear infinite v4-portal-spin}.v4-hud__glyph:hover .v4-portal{animation-duration:14s}@keyframes v4-portal-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.v4-portal{animation:none}}.v4-cap{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--bone-dim);margin:0;font-size:.6rem}.v4-cap:before{content:"● ";color:var(--kill)}@media (max-width:760px){.v4-hud__body{grid-template-columns:1fr}.v4-hud__glyph{order:-1;align-items:flex-start}.v4-hud__status{flex-wrap:wrap}.v4-hud__status span:last-child{margin-left:0}.v4-lockup{align-self:flex-end;margin-bottom:-.6rem;position:static}}@media (prefers-reduced-motion:reduce){.v4-shell .v2-marquee__track{transform:none!important}}.v4-sec{max-width:1180px;margin:0 auto;padding:clamp(4rem,11vh,7.5rem) 1.4rem}.v4-sec--tall{flex-direction:column;justify-content:center;min-height:100vh;display:flex}.v4-sec__head{margin-bottom:2.2rem}.v4-h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--bone);margin:.9rem 0 0;font-size:clamp(1.9rem,4.4vw,3.2rem);font-weight:600;line-height:1}.v4-lead{color:var(--bone-dim);max-width:54ch;margin:1.1rem 0 0;font-size:1.06rem;line-height:1.55}.v4-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.v4-split__media .v3-ph{aspect-ratio:3/4}.v4-ladder{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(186px,1fr));gap:1px;margin-top:2.2rem;display:grid}.v4-rung{background:var(--bg);transition:background .2s var(--ease);flex-direction:column;gap:.5rem;padding:1.5rem 1.3rem;display:flex}.v4-rung:hover{background:var(--panel)}.v4-rung__tier{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-size:.6rem}.v4-rung strong{color:var(--bone);font-size:1.08rem}.v4-rung p{color:var(--bone-dim);flex:1;margin:0;font-size:.85rem;line-height:1.5}.v4-rung a{font-family:var(--font-mono);color:var(--bone);border-bottom:1px solid var(--bone);align-self:flex-start;padding-bottom:1px;font-size:.76rem;text-decoration:none}.v4-rung a:hover{opacity:.6}.v4-footer{text-align:center;border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:1.2rem;padding:clamp(3.5rem,9vh,6rem) 1.4rem;display:flex}.v4-footer p{font-family:var(--font-mono);color:var(--bone-dim);margin:0;font-size:.8rem}.v4-footer__links{flex-wrap:wrap;justify-content:center;gap:1.4rem;display:flex}.v4-footer__links a{font-family:var(--font-mono);color:var(--bone);border-bottom:1px solid var(--bone);font-size:.78rem;text-decoration:none}.v4-footer__links a:hover{opacity:.6}.v4-shell .v3-ph{border:1.5px dashed var(--line-2);color:var(--bone-dim);text-align:center;background:var(--panel);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.v4-shell .v3-ph__id{font-family:var(--font-mono);color:var(--bone);letter-spacing:.14em;font-size:.85rem;font-weight:600}.v4-shell .v3-ph__label{font-size:.85rem}.v4-shell .v3-ph__ratio{font-family:var(--font-mono);color:var(--faint);font-size:.68rem}.v4-shell .v2-kicker{color:var(--bone-dim)}.v4-shell .v2-kicker:before{background:var(--bone)}.v4-shell .v2-ledger{background:var(--panel);border-color:var(--line-2);max-width:820px}.v4-shell .v2-ledger__head{border-color:var(--line);color:var(--bone-dim)}.v4-shell .v2-status{color:var(--bone)}.v4-shell .v2-status__dot{background:var(--bone)}.v4-shell .v2-status--idle .v2-status__dot{border:1.5px solid var(--faint);background:0 0}.v4-shell .v2-ledger__title{color:var(--faint)}.v4-shell .v2-ledger__replay{border-color:var(--line);color:var(--bone-dim)}.v4-shell .v2-ledger__replay:hover{border-color:var(--bone);color:var(--bone)}.v4-shell .v2-row{border-color:var(--line)}.v4-shell .v2-row__head{background:0 0}.v4-shell .v2-row__head:hover:not(:disabled){background:#ece7d90d}.v4-shell .v2-row--new .v2-row__head{animation:none}.v4-shell .v2-row__spine{background:var(--bone-dim)!important}.v4-shell .v2-row[data-type=decide] .v2-row__spine{background:var(--bone)!important}.v4-shell .v2-row__type{color:var(--bone)}.v4-shell .v2-row__time{color:var(--faint)}.v4-shell .v2-row__claim{color:var(--bone-dim)}.v4-shell .v2-row__example{color:var(--faint);border-color:var(--line-2)}.v4-shell .v2-row__running{background:var(--bone)}.v4-shell .v2-row__detail{color:var(--bone-dim)}.v4-shell .v2-row__hash code,.v4-shell .v2-row__open{color:var(--bone)}.v4-shell .v2-ledger__foot{border-color:var(--line);color:var(--faint)}.v4-shell .v2-ledger__foot code{color:var(--bone-dim)}.v4-shell .v2-stamp,.v4-shell .v2-stamp--ok{color:var(--bone)}.v4-shell .v2-stamp--ko{background:var(--bone);color:var(--bg);border-color:var(--bone)}.v4-shell .v2-steps-pin{border-color:var(--line)}.v4-shell .v2-steps-pin__num,.v4-shell .v2-steps-pin__lead h2{color:var(--bone)}.v4-shell .v2-steps-pin__lead p{color:var(--bone-dim)}.v4-shell .v2-steps-pin__list{border-color:var(--line)}.v4-shell .v2-steps-pin__list li{border-color:var(--line);color:var(--faint)}.v4-shell .v2-steps-pin__list li.is-done{color:var(--bone-dim)}.v4-shell .v2-steps-pin__list li.is-active,.v4-shell .v2-steps-pin__list li.is-active code{color:var(--bone)}@media (max-width:860px){.v4-split{grid-template-columns:1fr}}
