:root {
  --bg: #0d0e10; --bg-soft: #14161a;
  --panel: #181a1f; --panel-2: #202329;
  --text: #f5f5f2; --muted: #a9adb5;
  --line: #30343c; --accent: #ff6b2c;
  --accent-2: #ff9f43; --green: #50d890;
  --red: #ff6868; --blue: #69a7ff;
  --radius: 18px; --max: 1180px;
  --site-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --button-radius: 10px;
}
body { font-family: var(--site-font); font-size: 16px; }
.button { border-radius: var(--button-radius); }
.hero h1 { font-size: clamp(42.0px, 5.1vw, 72.0px); }
.page-header h1, .profile-title h1, .job-detail-head h1 { font-size: 48.0px; }
.section h2, .panel h2, .page-shell h2 { font-size: 34.0px; }