:root{
  --bg:#070909;
  --bg-soft:#0d1110;
  --panel:#121715;
  --panel-2:#171d1a;
  --line:#3f3526;
  --line-strong:#8d7140;
  --gold:#d3ad61;
  --gold-soft:#f0d79a;
  --text:#eee8dc;
  --muted:#aaa69d;
  --success:#93b895;
  --shadow:0 24px 65px rgba(0,0,0,.42);
  --radius:3px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% -20%,#1c251f 0,#0b0f0d 35%,var(--bg) 72%);color:var(--text);font-family:"Microsoft JhengHei","Noto Sans TC",Arial,sans-serif;line-height:1.6;min-height:100vh}
a{color:inherit}
button,input{font:inherit}
::selection{background:var(--gold);color:#17120a}

/* V1.4.7 typography floor */
html{font-size:16px}body,button,input,select,textarea{font-size:clamp(14px,1rem,18px)}
