/* /var/www/boards/asets/css/layout.css */
:root{
  --bg: #0b1220;
  --panel: #0f1b33;
  --panel-2: #0c162b;
  --text: #e7eefc;
  --muted: #9db0d1;
  --brand: #1d75ff;
  --brand-2: #0b5cff;
  --border: rgba(255,255,255,.08);
  --shadow: 0 10px 25px rgba(0,0,0,.25);
  --radius: 14px;
  --radius-sm: 10px;
  --max: 1200px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  background: radial-gradient(1200px 800px at 10% 10%, rgba(29,117,255,.18), transparent 60%),
