:root {
  color-scheme: dark;
  --se-bg: #050505;
  --se-surface: #111111;
  --se-surface-2: #191919;
  --se-brown: #2b0f05;
  --se-brown-2: #321305;
  --se-border: rgba(255, 127, 24, 0.42);
  --se-border-soft: rgba(255,255,255,0.14);
  --se-text: #ffffff;
  --se-muted: rgba(255,255,255,0.68);
  --se-muted-2: rgba(255,255,255,0.46);
  --se-orange: #ff7a1a;
  --se-orange-2: #ffa15e;
  --se-gold: #ffcf5c;
  --se-danger: #ff4d5f;
  --se-ok: #86d24a;
  --se-radius-lg: 30px;
  --se-radius-md: 22px;
  --se-radius-sm: 14px;
  --se-shadow: 0 26px 68px rgba(0,0,0,0.42);
  --se-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --se-title: Georgia, "Times New Roman", serif;
  --se-page-max: 1180px;
  --se-footer-height: 74px;
}
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; background: var(--se-bg); color: var(--se-text); font-family: var(--se-font); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
