/* =========================================================================
   theme.css — generated by webcore/theme.py from owner.json theme.palette.
   DO NOT HAND-EDIT: assemble.py overwrites this file on every build.

   This is the one sheet in the site that holds raw colour literals. Every
   other sheet consumes these role names, so a palette change is one edit
   here and nowhere else. Token names describe the ROLE, never the mood:
   there is no --moon and no --stone, because the next owner is not
   moonlit and does not have a stone ring.

   Owner: kun. Palette from owner.json.
   ========================================================================= */

:root {
  /* ---- surfaces ---- */
  --bg: #141414;
  --bg-2: #1c1c1a;
  --bg-deep: #0b0b0b;
  --surface: #211f1d;
  --surface-2: #292722;
  --surface-3: #312f28;
  --surface-sink: #0f0f0f;
  --surface-hover: rgba(230,211,163,0.09);

  /* ---- scrims ---- */
  --scrim-nav: rgba(20,20,20,0.86);
  --scrim-nav-mobile: rgba(16,16,16,0.98);
  --scrim-panel: rgba(33,31,29,0.72);
  --scrim-modal: rgba(14,14,14,0.78);
  --qr-plate: #ffffff;
  --art-plate: #ffffff;

  /* ---- ink ---- */
  --fg: #e6d3a3;
  --fg-dim: #b8a984;
  --fg-mute: #a79a78;
  --on-primary: #090909;

  /* ---- borders ---- */
  --border: #3a362e;
  --border-2: #4b4639;
  --edge: #645d4a;
  --edge-lit: #968a6d;
  --chisel: rgba(150,138,109,0.3);

  /* ---- accent ---- */
  --accent: #e6d3a3;
  --accent-hi: #ecddb7;
  --accent-rgb: 230, 211, 163;
  --accent-wash: rgba(230,211,163,0.09);
  --accent-wash-2: rgba(230,211,163,0.13);
  --accent-glow: rgba(230,211,163,0.28);
  --primary: #c8952f;

  /* ---- signals ---- */
  --ok: #4fae86;
  --ok-dim: #2a4f3f;
  --ok-halo: rgba(79,174,134,0.15);
  --ok-glow: rgba(79,174,134,0.75);
  --warn: #c9a25c;
  --warn-dim: #594a2f;
  --warn-halo: rgba(201,162,92,0.13);
  --warn-glow: rgba(201,162,92,0.7);
  --bad: #c8746a;
  --bad-dim: #583835;
  --bad-halo: rgba(200,116,106,0.13);
  --bad-glow: rgba(200,116,106,0.7);
  --bad-ink: rgba(200,116,106,0.08);
  --on-bad: #090909;

  /* ---- gradients ---- */
  --grad-hero-text: linear-gradient(176deg, #efe2c3 12%, #b8a984 52%, #8e8367 100%);
  --grad-hero-halo: radial-gradient(circle at 58% 30%, rgba(238,224,191,0.24), transparent 58%);
  --grad-btn-primary: linear-gradient(180deg, #cea044, #b08329);
  --grad-btn-primary-hover: linear-gradient(180deg, #d4ac5d, #c4922e);
  --grad-cta: linear-gradient(180deg, #312f28, #292722);
  --grad-card: linear-gradient(180deg, var(--surface-2), var(--surface));
  --grad-status: linear-gradient(180deg, #272521, #0f0f0f);
  --grad-icon-well: linear-gradient(180deg, #2d2b25, #1e1e1b);
  --grad-notice: linear-gradient(180deg, #25231f, #1c1c1a);
  --grad-foot: linear-gradient(180deg, rgba(28,28,26,0.6), rgba(11,11,11,0.9));
  --grad-poster: radial-gradient(circle at 38% 34%, rgba(230,211,163,0.25), transparent 62%);
  --grad-shimmer: linear-gradient(90deg, rgba(230,211,163,0), rgba(236,221,183,0.85), rgba(79,174,134,0.6), rgba(201,162,92,0.6), rgba(230,211,163,0));
  --backdrop-layers: radial-gradient(1240px 760px at 88% -14%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 58%), radial-gradient(980px 620px at 4% 110%, color-mix(in srgb, var(--ok) 9%, transparent), transparent 64%), linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 60%, var(--bg-deep)) 54%, var(--bg-deep) 100%);
  --backdrop-drift: radial-gradient(46% 22% at 20% 24%, rgba(178,163,127,0.09), transparent 70%), radial-gradient(38% 18% at 68% 12%, rgba(178,163,127,0.07), transparent 72%), radial-gradient(52% 20% at 44% 62%, rgba(136,125,99,0.05), transparent 74%);
  --stage-floor: radial-gradient(75% 60% at 50% 82%, rgba(114,106,84,0.3), transparent 70%), radial-gradient(50% 34% at 76% 6%, rgba(234,218,177,0.14), transparent 65%), linear-gradient(180deg, #1c1c1a 0%, #0b0b0b 88%);

  /* ---- art ---- */
  --art-mark: url('/assets/brand/mark.png');
  --art-hero: url('/assets/brand/banner.png');
  --art-og: url('/assets/brand/og-1200x630.png');
  --art-background: url('/assets/brand/background.png');
  --hero-art-display: none;

  /* ---- type ---- */
  --font-display: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  --fs-1: 11.5px;
  --fs-2: 13.5px;
  --fs-3: 16px;
  --fs-4: 18px;
  --fs-5: 31px;
  --fs-6: 61px;

  /* ---- shell ---- */
  --prompt: "lascincomuertes.com:~$";

  /* ---- geometry ---- */
  --r: 2px;
  --r-s: 2px;
  --r-xs: 1px;
  --r-lg: 3px;
  --r-pill: 2px;
  --r-round: 50%;
  --gut: 30px;
  --maxw: 1140px;

  /* ---- elevation ---- */
  --shadow: 0 1px 0 rgba(255,255,255,0.028) inset, 0 10px 30px -18px rgba(0,0,0,0.9);
  --shadow-panel: 0 18px 44px -22px rgba(0,0,0,0.9);
  --glow: 0 0 34px -8px rgba(230,211,163,0.28);
  --shadow-text: 0 1px 3px rgba(11,11,11,0.85), 0 0 8px rgba(11,11,11,0.7);

  /* ---- z ladder ---- */
  --z-nav: 60;
  --z-livebar: 90;
  --z-modal: 120;
  --z-skip: 200;
  --z-map-overlay: 700;
  --z-map-panel: 800;

  /* ---- other ---- */
  --lvc-bite: #FB923C;
  --lvc-bleed: #EF4444;
  --lvc-blood: #FF5CD6;
  --lvc-carb: #FBBF24;
  --lvc-fracture: #34D399;
  --lvc-health: #E23B3B;
  --lvc-hunger: #F97316;
  --lvc-lipid: #60A5FA;
  --lvc-no: #F87171;
  --lvc-ok: #6BCF6B;
  --lvc-oxygen: #38BDF8;
  --lvc-prime: #FCD34D;
  --lvc-prime-dim: rgba(245,158,11,.4);
  --lvc-prime-glow: rgba(245,158,11,.18);
  --lvc-prime-halo: rgba(245,158,11,.15);
  --lvc-protein: #F87171;
  --lvc-sprint: #A78BFA;
  --lvc-stamina: #FBBF24;
  --lvc-thirst: #60A5FA;
  --lvc-well-scrim: rgba(0,0,0,.55);
  --mv-blood: #FF5CD6;
  --mv-diet-a: #F5C542;
  --mv-diet-b: #FF8A7A;
  --mv-diet-c: #9AD0FF;
  --mv-dim: rgba(232,238,246,.55);
  --mv-growth: #F0B429;
  --mv-health: #FF4D6D;
  --mv-hunger: #7ED957;
  --mv-line: rgba(255,255,255,0.1);
  --mv-line-2: rgba(255,255,255,0.22);
  --mv-live: #37D67A;
  --mv-live-halo: rgba(55,214,122,0.18);
  --mv-num-halo: rgba(0,0,0,.7);
  --mv-oxygen: #8AB4FF;
  --mv-plate: rgba(11,11,11,0.74);
  --mv-stamina: #2BD9C8;
  --mv-text: #E8EEF6;
  --mv-thirst: #4FC3F7;
  --mv-unknown: #6C7A8C;
  --mv-unknown-halo: rgba(108,122,140,0.16);

}
