:root{--bg:#0A0B0D;--surface:#111316;--surface-2:#16191D;--border:#1E2228;--border-strong:#2A2F36;--text:#E8E8E3;--text-muted:#8A8F98;--text-dim:#5C616A;--accent:#6B8CAE;--accent-hover:#88A3C2;--accent-dim:#3F546B;--font-sans:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--max:1180px;--gutter:32px}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;background-image:radial-gradient(ellipse at top,rgba(107,140,174,.06),transparent 60%),linear-gradient(180deg,var(--bg) 0,#07080A 100%);background-attachment:fixed}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,textarea{font-family:inherit;border:none;background:none;color:inherit}input,textarea{font-size:inherit;outline:none}::selection{background:var(--accent-dim);color:var(--text)}