:root{--ink:#10211b;--muted:#64726b;--paper:#f5f4ec;--card:#fffef8;--line:#d9ded7;--green:#0e5b45;--lime:#c9f36b;--gold:#f0b44d;--red:#b83a35;--blue:#2771a5;--shadow:0 18px 50px #10211b14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{z-index:100;background:#fff;padding:.7rem;top:1rem;left:1rem}.shell{max-width:1180px;margin:auto;padding:0 22px}.site-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f4ecf0;position:sticky;top:0}.nav{align-items:center;gap:24px;min-height:72px;display:flex}.brand{letter-spacing:-.04em;font-size:1.45rem;font-weight:950;text-decoration:none}.brand span{color:var(--green)}.nav-links{align-items:center;gap:18px;margin-left:auto;font-size:.92rem;font-weight:700;display:flex}.nav-links a{padding:8px 4px;text-decoration:none}.button{border:1px solid var(--green);background:var(--green);color:#fff;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:11px 17px;font-weight:800;text-decoration:none;display:inline-flex}.button.secondary{color:var(--green);background:0 0}.button.danger{background:var(--red);border-color:var(--red)}.hero{grid-template-columns:1.25fr .75fr;align-items:center;gap:42px;padding:72px 0 48px;display:grid}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:900}h1,h2,h3{letter-spacing:-.035em;line-height:1.08}h1{margin:.15em 0;font-size:clamp(3.25rem,8vw,7rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}.lede{color:#3e4d46;max-width:680px;font-size:clamp(1.1rem,2vw,1.38rem)}.hero-actions,.toolbar{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.scoreball{aspect-ratio:1;background:var(--green);color:#fff;max-width:360px;box-shadow:var(--shadow);border-radius:50%;flex-direction:column;justify-content:center;margin:auto;padding:13%;display:flex;position:relative;overflow:hidden}.scoreball:after{content:"";border:3px solid #ffffff40;border-radius:50%;width:150%;height:24%;position:absolute;left:-25%;transform:rotate(-16deg)}.scoreball strong{font-size:4rem;line-height:1}.scoreball small{opacity:.8;font-weight:800}.grid{gap:18px;display:grid}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:22px}.card h3{margin-top:0}.metric{font-size:2rem;font-weight:950}.muted{color:var(--muted)}.section{padding:34px 0 54px}.section-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.pill,.badge{background:#e4e9e4;border-radius:999px;align-items:center;padding:4px 9px;font-size:.75rem;font-weight:850;display:inline-flex}.badge.W{color:#165e2f;background:#d8f3df}.badge.L{color:#7f2725;background:#f6dbd8}.badge.T{color:#1f557a;background:#d9eafa}.badge.BYE,.badge.PENDING{color:#5f625f;background:#e8e8e3}.tier{color:#10211b;justify-content:center;width:31px;height:31px;padding:0}.tier.S{background:#ffd66b}.tier.A{background:#c9f36b}.tier.B{background:#a6dbe8}.tier.C{background:#d5c4f4}.tier.D{background:#e7e2d4}.table-wrap{border:1px solid var(--line);background:var(--card);border-radius:14px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:13px 15px}th{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);background:#f0f1ea;font-size:.73rem}tr:last-child td{border-bottom:0}.rank{font-size:1.15rem;font-weight:950}.bar-list{gap:13px;display:grid}.bar-row{grid-template-columns:150px 1fr 60px;align-items:center;gap:12px;display:grid}.bar{background:#e4e7e1;border-radius:99px;height:12px;overflow:hidden}.bar i{background:var(--green);border-radius:99px;height:100%;display:block}.page-head{max-width:800px;padding:52px 0 20px}.page-head h1{font-size:clamp(2.5rem,6vw,5rem)}.rule-list{counter-reset:rules;gap:12px;padding:0;display:grid}.rule-list li{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:18px;list-style:none}.rule-list li:before{counter-increment:rules;content:counter(rules);background:var(--green);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;margin-right:10px;font-weight:900;display:inline-grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}label{font-size:.82rem;font-weight:800}.field{gap:6px;display:grid}input,select,textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #bfc8c1;border-radius:9px;padding:11px 12px}input:focus,select:focus,textarea:focus,button:focus,a:focus{outline-offset:2px;outline:3px solid #2771a559}.notice{border-left:4px solid var(--gold);background:#fff8e7;border-radius:8px;padding:14px 16px}.notice.danger{border-color:var(--red);background:#fff0ef}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.step{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px}.step:before{counter-increment:step;content:counter(step);color:var(--green);margin-right:8px;font-weight:900}.footer{border-top:1px solid var(--line);color:var(--muted);margin-top:50px;padding:32px 0}@media (max-width:800px){.hero{grid-template-columns:1fr;padding-top:42px}.scoreball{max-width:250px}.grid.three,.grid.two,.form-grid,.steps{grid-template-columns:1fr}.nav-links a:not(.button){display:none}.bar-row{grid-template-columns:95px 1fr 50px}.section-head{flex-direction:column;align-items:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
