:root{--background:0 0% 97%;--foreground:0 0% 6%;--card:0 0% 100%;--primary:10 98% 53%;--muted:0 0% 92%;--muted-foreground:0 0% 43%;--border:0 0% 79%;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:hsl(var(--foreground));background:hsl(var(--background))}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,hsl(var(--muted)),transparent 42%),hsl(var(--background))}a{color:inherit}.shell{min-height:100vh}header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid hsl(var(--border));background:hsl(var(--background)/.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-weight:850;letter-spacing:-.04em;text-decoration:none;font-size:1.25rem}.brand span{font-weight:500;color:hsl(var(--muted-foreground))}nav{display:flex;gap:20px;align-items:center;font-size:.9rem}nav a{color:hsl(var(--muted-foreground))}main{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:56px 0 80px}.hero{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:24px;margin-bottom:48px}.hero h1{margin:.25rem 0;font-size:clamp(2rem,6vw,4rem);letter-spacing:-.055em}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800;color:hsl(var(--primary))}label{display:grid;gap:7px;color:hsl(var(--muted-foreground));font-size:.8rem}select{min-width:220px;padding:11px 36px 11px 12px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card));color:inherit}section+section{margin-top:44px}h2{font-size:1rem;letter-spacing:.01em;margin-bottom:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.tile{padding:24px;display:flex;flex-direction:column;min-height:245px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card));box-shadow:0 4px 28px #0000000a}.tile h3{font-size:1.35rem;margin:18px 0 6px}.tile p{color:hsl(var(--muted-foreground));line-height:1.55;flex:1}.tile-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:hsl(var(--primary)/.12);color:hsl(var(--primary));font-size:1.3rem}.tile a{text-decoration:none}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;padding:10px 16px;background:hsl(var(--primary));color:#fff;font:inherit;font-size:13px;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;cursor:pointer}.button:hover{filter:brightness(1.06)}.button-lg{min-height:48px;padding:12px 28px}.button-outline{border-color:hsl(var(--border));background:transparent;color:hsl(var(--foreground))}.entry{min-height:100vh;display:grid;place-items:center;text-align:center}.entry section{width:min(620px,calc(100% - 40px))}.entry h1{font-size:clamp(2.2rem,7vw,5rem);line-height:.98;letter-spacing:-.065em;margin:14px 0 24px}.entry p:not(.eyebrow){color:hsl(var(--muted-foreground));font-size:1.05rem;line-height:1.6;margin:0 auto 28px;max-width:500px}.entry a{text-decoration:none}@media(max-width:640px){header nav span{display:none}main{padding-top:36px}.hero{align-items:stretch}.hero label,.hero select{width:100%}.grid{grid-template-columns:1fr}}
