:root{color-scheme:dark;--background:222 43% 4%;--foreground:215 20% 91%;--card:222 47% 11%;--card-foreground:213 31% 91%;--primary:217 91% 60%;--primary-foreground:222 43% 8%;--muted:217 33% 18%;--muted-foreground:215 20% 72%;--accent:164 84% 39%;--accent-foreground:222 43% 8%;--border:217 32% 22%;--input:217 32% 22%;--radius:0.875rem;--site-container-max:1280px;--site-density:1;--font-body:"Satoshi","Avenir Next","Segoe UI",sans-serif;--font-heading:"Satoshi","Avenir Next","Segoe UI",sans-serif;--font-code:"SFMono-Regular","SF Mono",Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:var(--font-body);background:hsl(var(--background));color:hsl(var(--foreground))}.template-shell{display:grid;min-height:100vh;place-items:center;padding:calc(2rem * var(--site-density));background:radial-gradient(1200px 700px at 10% 0,hsl(var(--primary)/.2),transparent 55%),radial-gradient(1000px 600px at 100% 100%,hsl(var(--accent)/.16),transparent 60%),hsl(var(--background));color:hsl(var(--foreground))}.template-empty{width:min(calc(var(--site-container-max) * .5),100%);border:1px solid hsl(var(--border)/.8);border-radius:calc(var(--radius) + .25rem);background:linear-gradient(180deg,hsl(var(--card)/.88) 0,hsl(var(--background)/.96) 100%);box-shadow:0 20px 80px rgba(0,0,0,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:calc(2.25rem * var(--site-density))}.template-empty-header{display:grid;justify-items:center;text-align:center;grid-gap:.9rem;gap:.9rem}.template-empty-media{display:grid;place-items:center;height:3.25rem;width:3.25rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--card-foreground))}.template-empty-title{margin:0;font-size:clamp(1.5rem,2.2vw,2rem);letter-spacing:-.02em;color:hsl(var(--foreground));font-family:var(--font-heading)}.template-empty-description{margin:0;max-width:44ch;line-height:1.55;color:hsl(var(--card-foreground))}.template-empty-meta{margin-top:calc(1.5rem * var(--site-density));padding-top:calc(1rem * var(--site-density));border-top:1px solid hsl(var(--border)/.8);text-align:center}.template-empty-meta p{margin:0;color:hsl(var(--muted-foreground));font-size:.9rem}.template-empty-meta p+p{margin-top:.45rem}.template-empty-meta span{color:hsl(var(--primary))}