:root{--color-bg:#0a0a0a;--color-surface:#141414;--color-border:#2a2a2a;--color-text:#ededed;--color-text-secondary:#888;--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-success:#22c55e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;display:flex;align-items:center;justify-content:center}