@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#101715;--panel:#19221e;--ink:#eff3e9;--muted:#b0bdb5;--lime:#d3f399;--line:#344238}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 'DM Sans',system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--lime);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,system-ui,sans-serif;line-height:1.12;letter-spacing:-.045em}.site-header,main,footer{max-width:1320px;margin:auto;padding-left:48px;padding-right:48px}.site-header{height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:15px;font-weight:800;letter-spacing:.1em;line-height:1.3}.brand img{object-fit:contain;border-radius:8px}.brand small{font-size:9px;letter-spacing:.28em;font-weight:500}nav{display:flex;align-items:center;gap:32px;font-size:13px}nav a{color:var(--muted)}nav a:hover,nav .active{color:var(--ink)}nav .active{border-bottom:2px solid var(--lime);padding-block:12px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:58px;padding:76px 0 84px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--muted);line-height:1.6}.eyebrow>span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:9px}h1{font-size:clamp(50px,6.3vw,84px);font-weight:500;margin:25px 0 28px}h1 em{font-style:normal;color:var(--lime)}.hero-copy{color:var(--muted);font-size:16px;max-width:435px;line-height:1.8}.primary{display:inline-flex;align-items:center;justify-content:center;gap:40px;background:var(--lime);color:#1a2814;padding:14px 23px;border-radius:8px;font-size:13px;font-weight:700;min-height:48px;margin-top:13px}.primary:hover{background:#e2ffc0}.feature{min-height:404px;display:flex;flex-direction:column;border:1px solid #4e5b44;border-radius:20px;overflow:hidden;background:radial-gradient(ellipse at 55% 40%,#46563a 0,#263321 42%,#1d281d 85%);padding:25px 28px;position:relative}.feature-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.16em;color:#c4d4b3;z-index:1}.orbit{flex:1;display:grid;place-items:center;position:relative;min-height:260px}.orbit:before,.orbit:after{content:'';position:absolute;inset:27px 20%;border:1px solid #a1bb7e33;border-radius:50%;transform:rotate(-30deg)}.orbit:after{inset:0 12%;transform:rotate(30deg)}.orbit img{position:relative;z-index:1;border-radius:28%;box-shadow:0 25px 60px #0007;transform:rotate(-9deg);transition:transform .3s}.feature:hover .orbit img{transform:rotate(0deg)}.feature-bottom{display:flex;align-items:end;justify-content:space-between;gap:15px}.feature-bottom h2{font-size:31px;font-weight:500;margin:8px 0}.feature-bottom p{font-size:12px;color:#c4d4b3;margin:0}.feature-bottom .eyebrow{font-size:8px}.circle-arrow{border:1px solid #b4ce9455;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;font-size:24px;flex-shrink:0}.library{padding-bottom:70px}.library-heading{border-top:1px solid var(--line);padding-top:45px;display:flex;align-items:end;justify-content:space-between;gap:25px}.library-heading h2{font-size:36px;font-weight:500;margin:12px 0}.library-heading h2 span{color:var(--lime)}.library-heading>p{font-size:12px;color:var(--muted);max-width:400px;margin-bottom:13px}.toolbar{display:flex;justify-content:space-between;gap:20px;margin:26px 0 14px;align-items:center}.filters{display:flex;gap:7px;flex-wrap:wrap}.filters button{background:transparent;border:1px solid var(--line);border-radius:30px;color:var(--muted);padding:10px 15px;font-size:11px;min-height:43px;cursor:pointer}.filters button[aria-pressed=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.filters span{margin-left:6px;opacity:.65}.search input{background:#17211b;color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:12px 16px;font-size:12px;width:220px;min-height:44px}.search input::placeholder{color:var(--muted)}.result-count{font-size:11px;color:var(--muted);margin-bottom:22px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.app-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--panel);display:flex;flex-direction:column;min-width:0;scroll-margin-top:25px}.art{height:218px;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(ellipse at 70% 40%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 68%),#222d25;border-bottom:1px solid var(--line);overflow:hidden}.art:after{content:'';position:absolute;width:220px;height:220px;right:-60px;bottom:-95px;border:1px solid color-mix(in srgb,var(--accent) 16%,transparent);border-radius:50%;box-shadow:0 0 0 22px #c5e4ce03,0 0 0 45px #c5e4ce03;pointer-events:none}.art img{object-fit:contain;width:122px;height:122px;border-radius:16px;position:relative;z-index:1}.art-number,.art-caption{position:absolute;left:22px;font-size:8px;letter-spacing:.13em;color:#b3c0b7}.art-number{top:17px}.art-caption{bottom:16px;color:var(--accent)}.card-body{padding:23px 21px 20px;display:flex;flex-direction:column;flex:1}.card-top{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.category{font-size:9px;color:var(--muted)}.badge{font-size:8px;letter-spacing:.01em;border:1px solid #4a5b4d;border-radius:20px;padding:3px 7px;color:#d6e4d4;line-height:1.4}.card-body h2{font-size:28px;font-weight:600;margin-bottom:9px}.tagline{font-size:12px;color:var(--accent);margin-bottom:15px}.description{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:23px;flex:1}.platforms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.platform{min-height:58px;padding:8px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #465349;border-radius:7px;background:#202a23;color:#b6c1b8;text-align:center;line-height:1.35;cursor:not-allowed}.platform span{font-weight:600;font-size:10px;white-space:nowrap}.platform small{font-size:8px;margin-top:5px;color:#99a69c}.platform.available{background:var(--lime);color:#253216;border-color:var(--lime);cursor:pointer}.platform.available small{color:#3a4b2d}.card-links{display:flex;flex-wrap:wrap;gap:9px 18px;min-height:24px;margin-top:17px}.text-link{font-size:11px;color:var(--ink);text-decoration:underline;text-underline-offset:4px}.text-link:hover{color:var(--lime)}details{border-top:1px solid var(--line);margin-top:15px;padding-top:12px}summary{font-size:10px;color:var(--muted);cursor:pointer;min-height:27px}details p{font-size:11px;color:var(--muted);margin:10px 0 0}.update-note{border-radius:15px;background:#dce9c7;color:#283825;display:flex;align-items:center;gap:27px;padding:38px;margin-bottom:70px}.update-icon{font-size:49px;flex-shrink:0}.update-note h2{font-size:27px;font-weight:500;margin:10px 0}.update-note .eyebrow{color:#526447}.update-note p:not(.eyebrow){font-size:12px;max-width:680px;margin-bottom:0}.light{background:transparent;border:1px solid #7d936b;white-space:nowrap;margin-left:auto;gap:10px;font-size:11px}.light:hover{background:#cbdcb2}footer{border-top:1px solid var(--line);padding-top:30px;padding-bottom:35px;display:flex;align-items:center;flex-wrap:wrap;gap:22px}footer .brand{font-size:10px}footer p,footer a{font-size:11px;margin:0}footer p{color:var(--muted)}footer>a:last-of-type{margin-left:auto}footer small{width:100%;font-size:9px;color:var(--muted)}.empty{padding:30px;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:absolute;left:20px;top:-70px;background:var(--lime);color:#142110;padding:12px;z-index:10}.skip:focus{top:10px}.guide{max-width:920px;padding-top:65px;padding-bottom:65px}.guide section{margin-top:45px;border-top:1px solid var(--line);padding-top:30px}.guide section h2{font-size:29px}.guide section h3{font-size:19px;margin-top:30px}.guide p,.guide li{color:var(--muted)}.guide a:not(.primary){text-decoration:underline;text-underline-offset:3px;color:var(--lime)}.guide code{overflow-wrap:anywhere;font-size:12px}.checksum{display:block;background:var(--panel);padding:16px;border-radius:8px;color:var(--lime)}[hidden]{display:none!important}
@media(min-width:1400px){.site-header,main,footer{padding-left:60px;padding-right:60px}}
@media(max-width:1080px){.site-header,main,footer{padding-left:30px;padding-right:30px}.hero{gap:30px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-heading{align-items:start;flex-direction:column;gap:8px}.toolbar{align-items:start;flex-direction:column}.search,.search input{width:100%}.update-note{flex-wrap:wrap}.update-note .light{margin-left:70px}.feature{padding:20px;min-height:390px}.feature-bottom h2{font-size:28px}}
@media(max-width:650px){.site-header,main,footer{padding-left:22px;padding-right:22px}.site-header{height:88px;gap:12px}.brand{font-size:12px;gap:7px}.brand img{width:32px;height:32px}.brand small{font-size:8px}nav{gap:16px;font-size:11px}nav a:first-child{display:none}nav a:last-child{max-width:78px;line-height:1.4}.hero{grid-template-columns:1fr;padding:45px 0 48px;gap:36px}h1{font-size:57px;margin:20px 0}.hero-copy{font-size:14px}.primary{font-size:12px}.feature{min-height:360px}.orbit{min-height:220px}.orbit img{width:145px;height:145px}.feature-bottom h2{font-size:29px}.library-heading{padding-top:32px}.library-heading h2{font-size:32px}.library-heading>p{font-size:11px}.filters{gap:7px}.filters button{font-size:10px;padding:9px 12px}.grid{grid-template-columns:1fr;gap:23px}.art{height:218px}.card-body{padding:23px}.card-body h2{font-size:29px}.description{font-size:13px}.platform span{font-size:12px}.platform small{font-size:9px}.platform{min-height:62px}.text-link,summary{font-size:12px}.category{font-size:10px}.badge{font-size:9px}details p{font-size:12px}.library{padding-bottom:40px}.update-note{padding:26px;gap:13px;margin-bottom:40px}.update-icon{display:none}.update-note .light{margin-left:0}.update-note h2{font-size:26px}footer{gap:16px}footer>a:last-of-type{margin-left:0}.guide{padding-top:40px}.guide h1{font-size:51px}.guide h2{font-size:26px}.guide p,.guide li{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
