@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
:root{--bg:#eeeae1;--ink:#202622;--muted:#777a71;--line:#d3d0c5;--dark:#29352d;--lime:#a9ee78}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,sans-serif}button,input{font:inherit}button{cursor:pointer}header,main,footer{max-width:1270px;margin:auto}header{height:78px;display:flex;align-items:center;border-bottom:1px solid var(--line);gap:30px}.logo{font:600 27px Fraunces;text-decoration:none;color:var(--ink);letter-spacing:-.08em;margin-right:auto}.logo span{color:#80c961}.pill,nav a,.user,small,.eyebrow,.hint,.meta,.state-bar,.more,footer{font:10px 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.pill i{display:inline-block;background:#72c250;width:7px;height:7px;border-radius:50%;margin-right:7px}nav{display:flex;gap:26px}nav a{color:var(--muted);text-decoration:none}nav a:first-child{color:var(--ink)}.user{background:transparent;border:1px solid var(--line);padding:9px 12px;color:var(--ink)}.hero{padding:103px 0 82px;max-width:800px}.eyebrow{color:#75b857}.hero h1{font:500 clamp(58px,8vw,105px)/.9 Fraunces;letter-spacing:-.075em;margin:25px 0 27px}.hero em,h2 em{font-style:normal;color:#789d6b}.intro{max-width:480px;color:var(--muted);font-size:15px;line-height:1.65}.hero form{display:flex;border:1px solid #9da197;height:62px;margin-top:37px;max-width:720px;background:#f4f1e9}.hero form>span{font-size:28px;padding:13px 16px}.hero input{background:none;border:0;outline:0;flex:1;min-width:0;color:var(--ink);font-size:14px}.hero form button{border:0;background:var(--dark);color:#fff;padding:0 22px;font-size:12px}.hero form b{color:var(--lime);font-size:18px;margin-left:13px}.hint{margin-top:15px;text-transform:none}.hint button{border:0;border-bottom:1px solid var(--line);background:none;color:var(--muted);font:10px 'DM Mono';margin-left:11px;padding:2px}.columns{display:grid;grid-template-columns:1fr 1fr;gap:17px}.panel{background:#f6f3ec;border:1px solid var(--line)}.heading{display:flex;justify-content:space-between;padding:25px 27px 19px}.heading h2{font:500 25px Fraunces;letter-spacing:-.045em;margin:9px 0 0}.heading>span,.heading button{border:0;background:none;color:var(--muted);font:10px 'DM Mono'}.sources article{display:grid;grid-template-columns:31px 1fr;gap:15px;border-top:1px solid var(--line);padding:23px 27px}.num{color:#9da197;font:10px 'DM Mono'}.meta{font-size:9px}.meta i{display:inline-block;width:7px;height:7px;background:#d99e60;border-radius:50%;margin-right:7px}.meta b{float:right;color:#aaa99f;font-weight:400}.sources h3{font:500 18px/1.2 Fraunces;margin:12px 0 8px;letter-spacing:-.025em}.sources article p{font-size:11px;line-height:1.5;color:var(--muted);max-width:390px}.more{border:0;border-bottom:1px solid var(--ink);background:none;margin:5px 27px 25px;padding:5px 0}.memory{background:var(--dark);border-color:var(--dark);color:#f1efe8}.memory small,.memory .heading button{color:#aeb8aa}.state-map{height:312px;margin:0 27px;position:relative;overflow:hidden;background:repeating-linear-gradient(90deg,transparent,transparent 70px,rgba(255,255,255,.045) 71px),repeating-linear-gradient(0deg,transparent,transparent 70px,rgba(255,255,255,.045) 71px)}.state-map:before,.state-map:after{content:'';position:absolute;background:rgba(255,255,255,.12)}.state-map:before{height:1px;width:100%;top:50%}.state-map:after{width:1px;height:100%;left:50%}.orb{position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%);width:142px;height:142px;border:1px solid var(--lime);border-radius:50%;display:grid;place-content:center;text-align:center;background:#29352d;box-shadow:0 0 0 15px #a9ee7810,0 0 50px #a9ee7820}.orb strong{font:500 30px Fraunces}.orb small{font-size:8px;margin-top:6px}.state-map.active .orb{box-shadow:0 0 0 25px #a9ee7810,0 0 80px #a9ee7845}.state-bar{display:flex;gap:18px;padding:17px 27px 23px;color:#aeb8aa;font-size:9px}.state-bar i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:6px}.state-bar span+span i{background:#69786d}.state-bar b{font-weight:400;margin-left:auto}.about{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:8%;background:#e0e8da;padding:47px 45px;margin-top:78px}.about h2{font:500 clamp(31px,4vw,52px)/.98 Fraunces;letter-spacing:-.06em;margin:0 0 20px}.about div>p{font-size:13px;color:#697569;line-height:1.7;max-width:360px}.flow{display:flex;align-items:center;justify-content:flex-end;gap:12px;font:10px 'DM Mono';color:#72866e}.flow b{color:#84bd6e;font-size:18px}footer{padding:24px 0 30px;display:flex;justify-content:space-between}footer span:last-child{color:#75b857}@media(max-width:700px){header{height:65px;padding:0 20px}.pill,nav{display:none}main{padding:0 20px}.hero{padding:72px 0 55px}.hero h1{font-size:62px}.columns,.about{grid-template-columns:1fr}.about{margin-top:45px;padding:30px 23px;gap:28px}.flow{justify-content:flex-start}.state-map{height:270px}.sources article{padding:20px 17px}.heading{padding:21px 17px 17px}footer{padding:23px 20px;font-size:8px}}
