/* Generated from prototype.html — do not hand-edit; edit the prototype then re-split. */
:root {
    --ground:   #F5F7FA;
    --surface:  #FFFFFF;
    --surface-2:#FAFBFD;
    --ink:      #141926;
    --muted:    #5C6579;
    --faint:    #8A93A6;
    --border:   #E4E8F0;
    --border-2: #EDF0F6;
    --accent:   #2C55D4;
    --accent-ink:#1E3EA8;
    --accent-wash:#EAF0FE;
    --ok:       #0E8A50;
    --ok-wash:  #E6F5EC;
    --err:      #CF4141;
    --err-wash: #FBEBEB;
    --warn:     #B4741A;
    --warn-wash:#FBF1E1;
    --shadow:   0 1px 2px rgba(20,25,38,.04), 0 4px 16px rgba(20,25,38,.05);
    --shadow-lg:0 8px 40px rgba(20,25,38,.12);
    --radius:   12px;
    --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --ground:   #0B0E15;
      --surface:  #12161F;
      --surface-2:#151A25;
      --ink:      #EAEDF4;
      --muted:    #99A2B4;
      --faint:    #6C7488;
      --border:   #232A38;
      --border-2: #1D2330;
      --accent:   #6E8DF6;
      --accent-ink:#A9BEFB;
      --accent-wash:#1A2136;
      --ok:       #3AC585;
      --ok-wash:  #14261E;
      --err:      #F0736B;
      --err-wash: #2A1719;
      --warn:     #E0A84E;
      --warn-wash:#2A2113;
      --shadow:   0 1px 2px rgba(0,0,0,.3), 0 4px 16px rgba(0,0,0,.35);
      --shadow-lg:0 8px 40px rgba(0,0,0,.5);
    }
  }
  :root[data-theme="light"] {
    --ground:#F5F7FA; --surface:#FFFFFF; --surface-2:#FAFBFD; --ink:#141926; --muted:#5C6579;
    --faint:#8A93A6; --border:#E4E8F0; --border-2:#EDF0F6; --accent:#2C55D4; --accent-ink:#1E3EA8;
    --accent-wash:#EAF0FE; --ok:#0E8A50; --ok-wash:#E6F5EC; --err:#CF4141; --err-wash:#FBEBEB;
    --warn:#B4741A; --warn-wash:#FBF1E1;
    --shadow:0 1px 2px rgba(20,25,38,.04), 0 4px 16px rgba(20,25,38,.05); --shadow-lg:0 8px 40px rgba(20,25,38,.12);
  }
  :root[data-theme="dark"] {
    --ground:#0B0E15; --surface:#12161F; --surface-2:#151A25; --ink:#EAEDF4; --muted:#99A2B4;
    --faint:#6C7488; --border:#232A38; --border-2:#1D2330; --accent:#6E8DF6; --accent-ink:#A9BEFB;
    --accent-wash:#1A2136; --ok:#3AC585; --ok-wash:#14261E; --err:#F0736B; --err-wash:#2A1719;
    --warn:#E0A84E; --warn-wash:#2A2113;
    --shadow:0 1px 2px rgba(0,0,0,.3), 0 4px 16px rgba(0,0,0,.35); --shadow-lg:0 8px 40px rgba(0,0,0,.5);
  }
