/* Buildmine starter. Copyright (c) 2026 Drew Cleaver. MIT License; see LICENSE in the source kit. */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:1rem}body{margin:0;background:#f7f5ee;color:#173e35;font:16px/1.7 system-ui,-apple-system,sans-serif;overflow-wrap:anywhere}a{color:inherit;text-underline-offset:.25em}a:focus-visible{outline:3px solid #bb7d20;outline-offset:5px}.wrap{width:min(1080px,calc(100% - 40px));margin:auto}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem 2rem;border-bottom:1px solid currentColor;padding:1.25rem 0}header .name{font-family:Georgia,serif;font-size:1.25rem}nav{display:flex;gap:1.25rem;flex-wrap:wrap}nav a{padding:.65rem 0;font-size:.9rem}.hero{padding:4rem 0 3rem}.label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600}h1{font:400 clamp(3rem,8vw,6.4rem)/1.06 Georgia,serif;letter-spacing:-.04em;margin:1.1rem 0 1.5rem}.headline{font-size:clamp(1.15rem,3vw,1.6rem);max-width:40rem}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1.15rem;border:1px solid #173e35;background:#173e35;color:#f7f5ee;text-decoration:none;border-radius:3px}.button.outline{background:transparent;color:inherit}.sections{display:grid;gap:2rem}section{border-top:1px solid currentColor;padding-top:1.5rem;min-width:0}.copy{white-space:pre-wrap;max-width:70ch}.hello{margin-top:3rem;padding:2rem 0 3rem}h2{font:400 clamp(2rem,5vw,3.5rem)/1.15 Georgia,serif;margin:.8rem 0}footer{padding:1.5rem 0;border-top:1px solid currentColor;font-size:.85rem}.studio{background:#1433b5;color:#fff}.studio h1{font-family:system-ui,sans-serif;font-weight:800;font-size:clamp(3.6rem,10vw,8rem);letter-spacing:-.065em}.studio header .name,.studio h2{font-family:system-ui,sans-serif;font-weight:700}.studio .hero{border-bottom:10px solid #e6ff70;margin-bottom:2rem}.studio .label{color:#e6ff70}.studio .button{background:#e6ff70;color:#0c2469;border-color:#e6ff70;border-radius:99px}.studio .button.outline{color:#fff;background:transparent}.technical{background:#131820;color:#e9edf5}.technical .label,.technical nav,.technical header .name{font-family:ui-monospace,monospace;color:#8bddcb}.technical h1,.technical h2{font-family:system-ui,sans-serif;font-weight:650;letter-spacing:-.045em}.technical .button{background:#8bddcb;color:#131820;border-color:#8bddcb;border-radius:0}.technical .button.outline{background:transparent;color:#e9edf5}.technical section{border:1px solid #657384;padding:1.3rem}.technical .hero{padding-block:3.5rem}.technical .sections{gap:1rem}@media(min-width:760px){.studio .sections{grid-template-columns:1fr 1.4fr}.studio #highlights{grid-column:1/-1}.technical .hero{display:grid;grid-template-columns:1.2fr 1fr;column-gap:3rem}.technical .hero .label{grid-column:1/-1}.technical .hero h1{grid-row:2/4}.technical .hero .actions{align-content:start}.editorial section{display:grid;grid-template-columns:180px minmax(0,1fr);gap:2rem}.editorial section>.label{margin:0}}@media(max-width:380px){.wrap{width:calc(100% - 32px)}.actions{display:grid}.button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.skip{position:absolute;left:1rem;top:-100px;padding:.7rem;background:#fff;color:#173e35;z-index:10}.skip:focus{top:1rem}.page-title{padding:2rem 0}footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.example{padding:1rem;border:1px dashed currentColor;font-size:.9rem}nav [aria-current=page]{font-weight:700;text-decoration-thickness:2px}h2.label{font-family:system-ui,sans-serif;font-size:.8rem;letter-spacing:.1em;font-weight:600}main{padding-bottom:3rem}
