:root{--teal-300:#58d8e2;--teal-500:#0bb8c6;--teal-600:#0a9fac;--navy-800:#0f3357;--navy-900:#081f36;--paper:#f4f7f9;--ink:#fff;--ink-soft:#ffffffc7;--ink-faint:#ffffff8c;--radius:14px;--sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100dvh;font-family:var(--sans);color:var(--ink);background:var(--navy-900);-webkit-font-smoothing:antialiased}a{color:inherit}.page{min-height:100dvh;position:relative;overflow:hidden}.photo{z-index:0;background:var(--navy-900);position:absolute;inset:0}.photo img{object-fit:cover;object-position:52% 54%;opacity:.62;width:100%;height:100%;animation:.8s both fade-in}.page:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(95deg,#081f36f2 0%,#081f36e6 34%,#081f36ad 58%,#081f3685 100%),radial-gradient(880px 600px at 4% -8%,#0bb8c642,#0000 60%),radial-gradient(880px 600px at 98% 108%,#0f335780,#0000 58%),linear-gradient(#081f364d 0%,#081f361f 40%,#081f368c 100%);position:absolute;inset:0}@keyframes fade-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.photo img{animation:none}}.shell{z-index:2;flex-direction:column;gap:40px;max-width:1180px;min-height:100dvh;margin:0 auto;padding:30px clamp(20px,6vw,76px) 26px;display:flex;position:relative}.top{justify-content:space-between;align-items:center;gap:16px;display:flex}.mark{width:auto;height:30px}.pill{letter-spacing:.01em;color:var(--teal-300);background:#0bb8c621;border:1px solid #0bb8c657;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.pill:before{content:"";background:var(--teal-300);border-radius:50%;width:7px;height:7px;animation:2.4s ease-out infinite pulse;box-shadow:0 0 #58d8e299}@keyframes pulse{70%{box-shadow:0 0 0 9px #58d8e200}to{box-shadow:0 0 #58d8e200}}@media (prefers-reduced-motion:reduce){.pill:before{animation:none}}.hero{flex-direction:column;flex:1;justify-content:center;gap:26px;max-width:720px;display:flex}.hero h1{letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(2.4rem,6.4vw,4.2rem);font-weight:800;line-height:1.03}.lede{max-width:56ch;color:var(--ink-soft);margin:0;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.62}.lede strong{color:var(--ink);font-weight:700}.count{flex-wrap:wrap;gap:12px;display:flex}.count-cell{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff24;flex-direction:column;align-items:center;gap:3px;min-width:92px;padding:15px 14px 12px;display:flex}.count-num{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.02em;min-height:1em;font-size:clamp(1.9rem,4.4vw,2.6rem);font-weight:700;line-height:1}.count-label{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint);font-size:11px;font-weight:600}.count-done{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.count-done p{color:var(--teal-300);margin:0;font-size:1.35rem;font-weight:700}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn{border-radius:11px;justify-content:center;align-items:center;padding:13px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .12s,background .15s,border-color .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--teal-500);color:#04222a;box-shadow:0 10px 26px -10px #0bb8c6cc}.btn-primary:hover{background:var(--teal-300)}.btn-ghost{color:var(--ink-soft);border:1px solid #ffffff38}.btn-ghost:hover{color:var(--ink);border-color:#ffffff73}.btn:focus-visible{outline:2px solid var(--teal-300);outline-offset:3px}.work{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.card{border-radius:var(--radius);background:#ffffff0e;border:1px solid #ffffff1c;padding:20px 20px 22px}.card h2{letter-spacing:.02em;color:var(--teal-300);margin:0 0 7px;font-size:15px;font-weight:700}.card p{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.6}.foot{color:var(--ink-faint);border-top:1px solid #ffffff1f;flex-wrap:wrap;align-items:center;gap:8px;padding-top:20px;font-size:13px;display:flex}.foot a{text-decoration:none}.foot a:hover{color:var(--ink)}.grow{flex:1}.dot{opacity:.5}@media (max-width:860px){.page:after{background:radial-gradient(700px 500px at 6% -6%,#0bb8c63d,#0000 60%),linear-gradient(#081f36bd 0%,#081f36e6 46%,#081f36f5 100%)}.photo img{object-position:52% 42%}.work{grid-template-columns:1fr}.shell{gap:32px;padding-top:24px}.hero{gap:22px;padding:8px 0}.count-cell{flex:1;min-width:72px}.btn{flex:1}.foot{text-align:center;justify-content:center}.grow{display:none}}
