:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#f4f7f4;background:#07110d;line-height:1.5}*{box-sizing:border-box}body{margin:0;padding:clamp(1rem,3vw,2rem)}.proof{max-width:70rem;margin:auto;border:1px solid #285b46;border-radius:1.5rem;padding:clamp(1rem,3vw,2rem);background:radial-gradient(circle at 90% 0,#17392b 0,transparent 38%),#0b1913;box-shadow:0 1.25rem 4rem #0007}.eyebrow{margin:0 0 .5rem;color:#9ee9bd;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}h1{font-size:clamp(1.45rem,4vw,2.6rem);line-height:1.08;max-width:17ch;margin:0}.status{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #456554;border-radius:999px;padding:.4rem .75rem;font-size:.8rem;font-weight:800}.status:before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:#9aa69f}.status[data-status=active]{border-color:#50d58b;color:#b9f7d3}.status[data-status=active]:before{background:#50d58b;box-shadow:0 0 0 .3rem #50d58b22}.status[data-status=paused]{color:#f7db9e}.status[data-status=paused]:before{background:#e7b654}.summary{color:#b8c8bf;max-width:62ch}.counters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:1.5rem 0}.counter{margin:0;padding:1rem;border:1px solid #253d31;border-radius:1rem;background:#102219}.counter dt{color:#a9b9b0;font-size:.76rem}.counter dd{margin:.15rem 0 0;font-size:1.5rem;font-weight:850}.events{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.event a{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border:1px solid #253d31;border-radius:.85rem;color:#edf8f1;text-decoration:none;background:#0d1e16}.event a:hover,.event a:focus-visible{border-color:#50d58b;outline:2px solid transparent}.event time{white-space:nowrap;color:#9db0a5;font-size:.8rem}footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;color:#91a69a;font-size:.78rem}button{border:1px solid #50d58b;border-radius:999px;padding:.55rem .8rem;color:#d7f8e4;background:transparent;font:inherit;font-weight:750;cursor:pointer}button:focus-visible{outline:3px solid #9ee9bd;outline-offset:3px}@media(max-width:42rem){body{padding:.5rem}.proof{border-radius:1rem}.counters{grid-template-columns:repeat(2,minmax(0,1fr))}.event a{display:block}.event time{display:block;margin-top:.3rem}footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:no-preference){.status[data-status=active]:before{animation:pulse 2s ease-out infinite}@keyframes pulse{50%{box-shadow:0 0 0 .5rem #50d58b08}}}