/* ================================================================
   BattleRanker THEME SYSTEM — V2
   ================================================================
   THIS IS THE THEME FILE.

   Future site-wide colour themes should be made here.
   Main page CSS owns layout/geometry only and references these variables.

   Important:
   - Electric Yellow is Theme 1 / current baseline.
   - Battle left/right semantics remain separate variables.
   - The Battle Feed lightning SVG is deliberately excluded from automated
     recolouring so its locked geometry/rendering is never disturbed.
   ================================================================ */

:root{
    /* Core surfaces */
    --theme-bg:#090d22;
    --theme-bg-deep:#070b1d;
    --theme-surface:#11172e;
    --theme-surface-raised:#171d38;
    --theme-surface-soft:#222942;
    --theme-border:#3d4668;
    --theme-border-strong:#596184;

    /* Copy */
    --theme-text:#f7f8fb;
    --theme-text-muted:#9299b3;
    --theme-ink:#101225;
    --theme-cream:#f7f1e8;

    /* Brand palette */
    --theme-purple:#5b20c8;
    --theme-purple-deep:#32116f;
    --theme-teal:#20d7cf;
    --theme-pink:#ff3f92;
    --theme-orange:#ff812c;

    /* Semantic accent: pages can override this without changing the brand palette. */
    --theme-page-accent:var(--theme-teal);

    /* Battle arena palette */
    --theme-arena-electric:#e7ff00;
    --theme-battle-left:#ff174d;
    --theme-battle-right:#176fff;

    /* Homepage / large branded hero treatment */
    --theme-hero-background:
        radial-gradient(circle at 14% 9%,rgba(255,255,255,.16) 0 2px,transparent 3px),
        radial-gradient(circle at 82% 22%,rgba(255,255,255,.13) 0 2px,transparent 3px),
        linear-gradient(145deg,#6c2ddd 0%,#4b1ca8 48%,#25105b 100%);
    --theme-hero-texture:repeating-radial-gradient(circle at 0 0,#fff 0 1px,transparent 1px 9px);

    /* Shadows */
    --theme-shadow-ink:#101225;
    --theme-shadow-deep:#050817;
}


/* Battle Feed arena scope — old-school electric battle energy. */
.theme-battle-arena{
    --theme-page-accent:var(--theme-arena-electric);
}


/* Ranking page scope — Electric Yellow theme.
   The purple branded hero remains part of the base brand system. */
.theme-ranking-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}


/* Item page scope — Electric Yellow Theme 1 */
.theme-item-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}


/* Account/auth scope — Electric Yellow Theme 1 */
.theme-account-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}

/* Create Battle scope — Electric Yellow Theme 1 */
.theme-create-battle-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}

/* Homepage scope — Electric Yellow Theme 1 */
.theme-home-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}


/* Create/Edit Ranking scope — Electric Yellow Theme 1 */
.theme-builder-electric{
    --theme-page-accent:var(--theme-arena-electric);
    --theme-header-accent:var(--theme-arena-electric);
    --theme-header-cta:var(--theme-arena-electric);
}


/* ================================================================
   Theme 1 polish tokens
   These keep Electric Yellow strong without requiring large solid blocks.
   ================================================================ */
:root{
    --theme-card-accent-mode:#e7ff00;
    --theme-image-frame:#4a5470;
}

/* ================================================================
   Generated legacy palette bridge
   ---------------------------------------------------------------
   Old page CSS used many one-off shades. They now resolve here.
   This is intentionally centralized: changing theme no longer
   requires editing page stylesheets.
   ================================================================ */
:root{
    --theme-raw-rgba-231-255-0-05-0d7957:rgba(231,255,0,.05);
    --theme-raw-rgba-0-0-0-24-120af2:rgba(0,0,0,.24);
    --theme-raw-fff:#fff;
    --theme-raw-aeb5c8:#aeb5c8;
    --theme-raw-151b34:#151b34;
    --theme-raw-rgba-255-23-77-10-2132a7:rgba(255,23,77,.10);
    --theme-raw-ffd8df:#ffd8df;
    --theme-raw-rgba-231-255-0-07-5875df:rgba(231,255,0,.07);
    --theme-raw-858ea7:#858ea7;
    --theme-raw-46506e:#46506e;
    --theme-raw-0d1329:#0d1329;
    --theme-raw-f2ff54:#f2ff54;
    --theme-raw-9ba3b9:#9ba3b9;
    --theme-raw-11172e:var(--theme-surface);
    --theme-raw-8e97ae:#8e97ae;
    --theme-raw-858ea5:#858ea5;
    --theme-raw-1a203a:#1a203a;
    --theme-raw-818aa2:#818aa2;
    --theme-raw-9098ae:#9098ae;
    --theme-raw-080b0e:#080b0e;
    --theme-raw-0e1318:#0e1318;
    --theme-raw-2e353b:#2e353b;
    --theme-raw-dfff00:#dfff00;
    --theme-raw-ff174d:var(--theme-battle-left);
    --theme-raw-176fff:var(--theme-battle-right);
    --theme-raw-a4adb3:#a4adb3;
    --theme-raw-rgba-223-255-0-07-71b46f:rgba(223,255,0,.07);
    --theme-raw-06080a:#06080a;
    --theme-raw-bbb:#bbb;
    --theme-raw-ddd:#ddd;
    --theme-raw-c5cbd0:#c5cbd0;
    --theme-raw-343b41:#343b41;
    --theme-raw-12181d:#12181d;
    --theme-raw-0d1115:#0d1115;
    --theme-raw-rgba-223-255-0-08-30cff5:rgba(223,255,0,.08);
    --theme-raw-000:#000;
    --theme-raw-090c0f:#090c0f;
    --theme-raw-31373c:#31373c;
    --theme-raw-df1426:#df1426;
    --theme-raw-151a1f:#151a1f;
    --theme-raw-171d22:#171d22;
    --theme-raw-667078:#667078;
    --theme-raw-rgba-0-0-0-08-c5102c:rgba(0,0,0,.08);
    --theme-raw-rgba-0-0-0-9-b27fc3:rgba(0,0,0,.9);
    --theme-raw-e0e4e7:#e0e4e7;
    --theme-raw-07090b:#07090b;
    --theme-raw-rgba-0-0-0-55-41e5a9:rgba(0,0,0,.55);
    --theme-raw-rgba-223-255-0-4-7ffe5d:rgba(223,255,0,.4);
    --theme-raw-30363b:#30363b;
    --theme-raw-aeb7bc:#aeb7bc;
    --theme-raw-222:#222;
    --theme-raw-050607:#050607;
    --theme-raw-d50835:#d50835;
    --theme-raw-0854c5:#0854c5;
    --theme-raw-9ba4aa:#9ba4aa;
    --theme-raw-929ba1:#929ba1;
    --theme-raw-11171c:#11171c;
    --theme-raw-rgba-223-255-0-1-9a8665:rgba(223,255,0,.1);
    --theme-raw-6d777d:#6d777d;
    --theme-raw-90999f:#90999f;
    --theme-raw-3b4248:#3b4248;
    --theme-raw-999:#999;
    --theme-raw-11161a:#11161a;
    --theme-raw-aaa:#aaa;
    --theme-raw-4a5258:#4a5258;
    --theme-raw-d4d9dc:#d4d9dc;
    --theme-raw-1d242a:#1d242a;
    --theme-raw-9aa3aa:#9aa3aa;
    --theme-raw-rgba-0-0-0-45-70cab9:rgba(0,0,0,.45);
    --theme-raw-rgba-223-255-0-035-1f9f0a:rgba(223,255,0,.035);
    --theme-raw-394249:#394249;
    --theme-raw-rgba-223-255-0-12-77324d:rgba(223,255,0,.12);
    --theme-raw-10171c:#10171c;
    --theme-raw-090d10:#090d10;
    --theme-raw-rgba-223-255-0-48-cfd935:rgba(223,255,0,.48);
    --theme-raw-rgba-223-255-0-10-0b4a61:rgba(223,255,0,.10);
    --theme-raw-11191e:#11191e;
    --theme-raw-rgba-0-0-0-62-cfa90c:rgba(0,0,0,.62);
    --theme-raw-rgba-223-255-0-22-13ec45:rgba(223,255,0,.22);
    --theme-raw-c4ccd1:#c4ccd1;
    --theme-raw-rgba-255-255-255-04-12b43a:rgba(255,255,255,.04);
    --theme-raw-rgba-255-255-255-38-3cea3f:rgba(255,255,255,.38);
    --theme-raw-rgba-255-255-255-06-08e149:rgba(255,255,255,.06);
    --theme-raw-rgba-0-0-0-48-c5c38f:rgba(0,0,0,.48);
    --theme-raw-rgba-255-255-255-88-d0d52e:rgba(255,255,255,.88);
    --theme-raw-rgba-4-7-9-82-6df69e:rgba(4,7,9,.82);
    --theme-raw-rgba-8-11-14-9-bb4f41:rgba(8,11,14,.9);
    --theme-raw-d7dde0:#d7dde0;
    --theme-raw-30383e:#30383e;
    --theme-raw-rgba-255-20-70-14-abf070:rgba(255,20,70,.14);
    --theme-raw-rgba-255-20-70-32-06a9cc:rgba(255,20,70,.32);
    --theme-raw-rgba-0-111-255-14-b64a22:rgba(0,111,255,.14);
    --theme-raw-rgba-0-111-255-32-62ca74:rgba(0,111,255,.32);
    --theme-raw-rgba-0-0-0-28-ca0b96:rgba(0,0,0,.28);
    --theme-raw-rgba-5-9-13-84-dbc0bb:rgba(5,9,13,.84);
    --theme-raw-rgba-0-0-0-42-dc1699:rgba(0,0,0,.42);
    --theme-raw-ff184d:#ff184d;
    --theme-raw-rgba-255-20-70-80-84dc1c:rgba(255,20,70,.80);
    --theme-raw-rgba-135-0-38-78-cf47e0:rgba(135,0,38,.78);
    --theme-raw-37a0ff:#37a0ff;
    --theme-raw-rgba-0-110-255-80-17aac6:rgba(0,110,255,.80);
    --theme-raw-rgba-0-55-160-78-b00383:rgba(0,55,160,.78);
    --theme-raw-rgba-0-0-0-2-2bdb97:rgba(0,0,0,.2);
    --theme-raw-rgba-255-255-255-56-14589c:rgba(255,255,255,.56);
    --theme-raw-rgba-4-7-10-74-8826d2:rgba(4,7,10,.74);
    --theme-raw-rgba-0-0-0-32-78ad00:rgba(0,0,0,.32);
    --theme-raw-c8d0d4:#c8d0d4;
    --theme-raw-rgba-255-20-70-84-24434d:rgba(255,20,70,.84);
    --theme-raw-rgba-132-0-36-82-201dfc:rgba(132,0,36,.82);
    --theme-raw-rgba-255-24-77-20-1d2f7a:rgba(255,24,77,.20);
    --theme-raw-rgba-0-110-255-84-f2147f:rgba(0,110,255,.84);
    --theme-raw-rgba-0-52-153-82-1a4408:rgba(0,52,153,.82);
    --theme-raw-rgba-55-160-255-20-6bf551:rgba(55,160,255,.20);
    --theme-raw-rgba-255-255-255-5-8065eb:rgba(255,255,255,.5);
    --theme-raw-rgba-4-7-10-76-8142e6:rgba(4,7,10,.76);
    --theme-raw-rgba-0-0-0-36-7bc0bc:rgba(0,0,0,.36);
    --theme-raw-c9d0d4:#c9d0d4;
    --theme-raw-0b0f12:#0b0f12;
    --theme-raw-c9cdd0:#c9cdd0;
    --theme-raw-141a1e:#141a1e;
    --theme-raw-929da3:#929da3;
    --theme-raw-090d0f:#090d0f;
    --theme-raw-rgba-0-0-0-72-551182:rgba(0,0,0,.72);
    --theme-raw-rgba-91-32-200-20-21d7c1:rgba(91,32,200,.20);
    --theme-raw-rgba-32-215-207-09-45f344:rgba(32,215,207,.09);
    --theme-raw-353b61:#353b61;
    --theme-raw-rgba-7-10-27-96-f6c0a5:rgba(7,10,27,.96);
    --theme-raw-rgba-0-0-0-20-d5b06a:rgba(0,0,0,.20);
    --theme-raw-969db9:#969db9;
    --theme-raw-c7cada:#c7cada;
    --theme-raw-9ca3bd:#9ca3bd;
    --theme-raw-444b71:#444b71;
    --theme-raw-151a34:#151a34;
    --theme-raw-cbd0df:#cbd0df;
    --theme-raw-101225:var(--theme-ink);
    --theme-raw-535b80:#535b80;
    --theme-raw-0d1227:#0d1227;
    --theme-raw-rgba-0-0-0-30-6d79cf:rgba(0,0,0,.30);
    --theme-raw-rgba-255-255-255-025-40fa64:rgba(255,255,255,.025);
    --theme-raw-424967:#424967;
    --theme-raw-rgba-91-32-200-16-792842:rgba(91,32,200,.16);
    --theme-raw-11162c:#11162c;
    --theme-raw-11152a:#11152a;
    --theme-raw-090c1d:#090c1d;
    --theme-raw-b9bfd3:#b9bfd3;
    --theme-raw-rgba-0-0-0-85-0ef6af:rgba(0,0,0,.85);
    --theme-raw-0b1026:#0b1026;
    --theme-raw-rgba-7-10-24-60-7ffe82:rgba(7,10,24,.60);
    --theme-raw-rgba-32-215-207-30-ac678e:rgba(32,215,207,.30);
    --theme-raw-ff6cab:#ff6cab;
    --theme-raw-rgba-255-63-146-88-bc979d:rgba(255,63,146,.88);
    --theme-raw-rgba-151-16-91-84-9e6d69:rgba(151,16,91,.84);
    --theme-raw-9d7cff:#9d7cff;
    --theme-raw-rgba-91-32-200-90-b1cd0f:rgba(91,32,200,.90);
    --theme-raw-rgba-43-15-107-86-405dec:rgba(43,15,107,.86);
    --theme-raw-rgba-9-13-34-88-bec51a:rgba(9,13,34,.88);
    --theme-raw-080b1e:#080b1e;
    --theme-raw-404766:#404766;
    --theme-raw-0e142b:#0e142b;
    --theme-raw-rgba-32-215-207-42-ca388f:rgba(32,215,207,.42);
    --theme-raw-rgba-32-215-207-08-4eaa78:rgba(32,215,207,.08);
    --theme-raw-ff3f92:var(--theme-pink);
    --theme-raw-c32170:#c32170;
    --theme-raw-6b35db:#6b35db;
    --theme-raw-4319a7:#4319a7;
    --theme-raw-353c5c:#353c5c;
    --theme-raw-454d70:#454d70;
    --theme-raw-151a33:#151a33;
    --theme-raw-rgba-0-0-0-18-09884d:rgba(0,0,0,.18);
    --theme-raw-rgba-32-215-207-10-5c71a9:rgba(32,215,207,.10);
    --theme-raw-0b1024:#0b1024;
    --theme-raw-9299b3:var(--theme-text-muted);
    --theme-raw-444b68:#444b68;
    --theme-raw-10152b:#10152b;
    --theme-raw-969db6:#969db6;
    --theme-raw-rgba-91-32-200-28-dd5a28:rgba(91,32,200,.28);
    --theme-raw-151b37:#151b37;
    --theme-raw-090d22:var(--theme-bg);
    --theme-raw-rgba-0-0-0-58-b16608:rgba(0,0,0,.58);
    --theme-raw-060918:#060918;
    --theme-raw-rgba-32-215-207-17-909681:rgba(32,215,207,.17);
    --theme-raw-rgba-255-255-255-05-44501a:rgba(255,255,255,.05);
    --theme-raw-rgba-255-255-255-34-5d18da:rgba(255,255,255,.34);
    --theme-raw-rgba-255-63-146-28-42c99b:rgba(255,63,146,.28);
    --theme-raw-rgba-32-215-207-20-79004b:rgba(32,215,207,.20);
    --theme-raw-080c20:#080c20;
    --theme-raw-343b60:#343b60;
    --theme-raw-252b48:#252b48;
    --theme-raw-303755:#303755;
    --theme-raw-10152d:#10152d;
    --theme-raw-070a1a:#070a1a;
    --theme-raw-0d1228:#0d1228;
    --theme-raw-ff73b2:#ff73b2;
    --theme-raw-rgba-142-13-82-85-a6aa0c:rgba(142,13,82,.85);
    --theme-raw-rgba-0-0-0-46-6ac08d:rgba(0,0,0,.46);
    --theme-raw-rgba-255-63-146-17-96f5c0:rgba(255,63,146,.17);
    --theme-raw-a789ff:#a789ff;
    --theme-raw-rgba-91-32-200-91-c45936:rgba(91,32,200,.91);
    --theme-raw-rgba-47-16-113-88-bf395b:rgba(47,16,113,.88);
    --theme-raw-rgba-91-32-200-22-518f95:rgba(91,32,200,.22);
    --theme-raw-rgba-8-11-28-80-44a598:rgba(8,11,28,.80);
    --theme-raw-0c1126:#0c1126;
    --theme-raw-858da8:#858da8;
    --theme-raw-3f4768:#3f4768;
    --theme-raw-13182f:#13182f;
    --theme-raw-rgba-0-0-0-16-dc0c50:rgba(0,0,0,.16);
    --theme-raw-657097:#657097;
    --theme-raw-rgba-8-12-29-86-319915:rgba(8,12,29,.86);
    --theme-raw-rgba-7-10-24-56-e41154:rgba(7,10,24,.56);
    --theme-raw-rgba-32-215-207-24-2c1996:rgba(32,215,207,.24);
    --theme-raw-a5abc2:#a5abc2;
    --theme-raw-29ddd6:#29ddd6;
    --theme-raw-29d5d2:#29d5d2;
    --theme-raw-4d5576:#4d5576;
    --theme-raw-dc0f42:#dc0f42;
    --theme-raw-1776ff:#1776ff;
    --theme-raw-125bd6:#125bd6;
    --theme-raw-ff5c7d:#ff5c7d;
    --theme-raw-rgba-255-23-77-91-3c4138:rgba(255,23,77,.91);
    --theme-raw-rgba-150-7-45-88-62b164:rgba(150,7,45,.88);
    --theme-raw-67a8ff:#67a8ff;
    --theme-raw-rgba-23-111-255-92-e1b3f1:rgba(23,111,255,.92);
    --theme-raw-rgba-10-60-160-88-bd6f5f:rgba(10,60,160,.88);
    --theme-raw-20d7cf:var(--theme-teal);
    --theme-raw-rgba-231-255-0-34-9c68c7:rgba(231,255,0,.34);
    --theme-raw-rgba-231-255-0-055-0e4447:rgba(231,255,0,.055);
    --theme-raw-e7ff00:var(--theme-arena-electric);
    --theme-raw-rgba-231-255-0-16-856f02:rgba(231,255,0,.16);
    --theme-raw-f1ff4a:#f1ff4a;
    --theme-raw-rgba-231-255-0-22-cb9295:rgba(231,255,0,.22);
    --theme-raw-rgba-231-255-0-20-f657aa:rgba(231,255,0,.20);
    --theme-raw-rgba-231-255-0-38-dfb955:rgba(231,255,0,.38);
    --theme-raw-rgba-231-255-0-06-6e76e4:rgba(231,255,0,.06);
    --theme-raw-111:#111;
    --theme-raw-777:#777;
    --theme-raw-d8ff00:#d8ff00;
    --theme-raw-fff4b9:#fff4b9;
    --theme-raw-fafafa:#fafafa;
    --theme-raw-dedede:#dedede;
    --theme-raw-e5e5e2:#e5e5e2;
    --theme-raw-f6f6f4:#f6f6f4;
    --theme-raw-666:#666;
    --theme-raw-e3e3df:#e3e3df;
    --theme-raw-f5f5f2:#f5f5f2;
    --theme-raw-555:#555;
    --theme-raw-rgba-255-255-255-26-80c1bc:rgba(255,255,255,.26);
    --theme-raw-ffd9d9:#ffd9d9;
    --theme-raw-cfcfcf:#cfcfcf;
    --theme-raw-fffbea:#fffbea;
    --theme-raw-333:#333;
    --theme-raw-rgba-0-0-0-12-a6f872:rgba(0,0,0,.12);
    --theme-raw-08090b:#08090b;
    --theme-raw-111216:#111216;
    --theme-raw-1a1b1f:#1a1b1f;
    --theme-raw-f4f4f2:#f4f4f2;
    --theme-raw-ffffff:#ffffff;
    --theme-raw-cfcfd2:#cfcfd2;
    --theme-raw-6b6d73:#6b6d73;
    --theme-raw-e9ff16:#e9ff16;
    --theme-raw-ef243f:#ef243f;
    --theme-raw-4ebc39:#4ebc39;
    --theme-raw-d1d1d4:#d1d1d4;
    --theme-raw-f0f0f0:#f0f0f0;
    --theme-raw-d6d6d8:#d6d6d8;
    --theme-raw-f7f7f7:#f7f7f7;
    --theme-raw-707178:#707178;
    --theme-raw-0b0c0f:#0b0c0f;
    --theme-raw-e6e6e8:#e6e6e8;
    --theme-raw-rgba-11-12-15-6-a499b0:rgba(11,12,15,.6);
    --theme-raw-rgba-239-36-63-18-a9fff8:rgba(239,36,63,.18);
    --theme-raw-rgba-239-36-63-58-6fdc5f:rgba(239,36,63,.58);
    --theme-raw-rgba-0-0-0-0-2b2d13:rgba(0,0,0,0);
    --theme-raw-2b2b2d:#2b2b2d;
    --theme-raw-3b0c12:#3b0c12;
    --theme-raw-rgba-255-255-255-035-b36273:rgba(255,255,255,.035);
    --theme-raw-rgba-11-12-15-8-a94981:rgba(11,12,15,.8);
    --theme-raw-a80f22:#a80f22;
    --theme-raw-rgba-255-255-255-08-0f1c00:rgba(255,255,255,.08);
    --theme-raw-rgba-0-0-0-5-91568c:rgba(0,0,0,.5);
    --theme-raw-161616:#161616;
    --theme-raw-c01029:#c01029;
    --theme-raw-rgba-0-0-0-25-a59544:rgba(0,0,0,.25);
    --theme-raw-0d0e10:#0d0e10;
    --theme-raw-rgba-239-36-63-6-42be41:rgba(239,36,63,.6);
    --theme-raw-bfc0c4:#bfc0c4;
    --theme-raw-c8c8cc:#c8c8cc;
    --theme-raw-f9f9f9:#f9f9f9;
    --theme-raw-5d5f66:#5d5f66;
    --theme-raw-8a8b90:#8a8b90;
    --theme-raw-bbbcc0:#bbbcc0;
    --theme-raw-f8f8f8:#f8f8f8;
    --theme-raw-dff8c6:#dff8c6;
    --theme-raw-244c18:#244c18;
    --theme-raw-ffd1d8:#ffd1d8;
    --theme-raw-8d1024:#8d1024;
    --theme-raw-c9c9cc:#c9c9cc;
    --theme-raw-d2d2d5:#d2d2d5;
    --theme-raw-55575d:#55575d;
    --theme-raw-2b2c30:#2b2c30;
    --theme-raw-f1f1f1:#f1f1f1;
    --theme-raw-88898e:#88898e;
    --theme-raw-d0d0d2:#d0d0d2;
    --theme-raw-d7d7d9:#d7d7d9;
    --theme-raw-94959a:#94959a;
    --theme-raw-77787d:#77787d;
    --theme-raw-d5d5d8:#d5d5d8;
    --theme-raw-f7f7f4:#f7f7f4;
    --theme-raw-5e6066:#5e6066;
    --theme-raw-5d5e62:#5d5e62;
    --theme-raw-35363a:#35363a;
    --theme-raw-85868b:#85868b;
    --theme-raw-rgba-255-255-255-15-7a9231:rgba(255,255,255,.15);
    --theme-raw-74777d:#74777d;
    --theme-raw-34373c:#34373c;
    --theme-raw-ececef:#ececef;
    --theme-raw-c0c3c8:#c0c3c8;
    --theme-raw-e1e2e5:#e1e2e5;
    --theme-raw-9da1a8:#9da1a8;
    --theme-raw-d9dbdf:#d9dbdf;
    --theme-raw-4f5258:#4f5258;
    --theme-raw-f3f3f1:#f3f3f1;
    --theme-raw-0a0b0d:#0a0b0d;
    --theme-raw-d7d7da:#d7d7da;
    --theme-raw-ffdce1:#ffdce1;
    --theme-raw-7c1020:#7c1020;
    --theme-raw-777980:#777980;
    --theme-raw-d4d5d8:#d4d5d8;
    --theme-raw-c7c8cc:#c7c8cc;
    --theme-raw-7a7b80:#7a7b80;
    --theme-raw-74767c:#74767c;
    --theme-raw-rgba-231-255-0-045-5d766f:rgba(231,255,0,.045);
    --theme-raw-rgba-231-255-0-08-1625d1:rgba(231,255,0,.08);
    --theme-raw-131924:#131924;
    --theme-raw-080c15:#080c15;
    --theme-raw-b7becf:#b7becf;
    --theme-raw-0d1322:#0d1322;
    --theme-raw-rgba-255-23-77-08-5c8e99:rgba(255,23,77,.08);
    --theme-raw-0c1122:#0c1122;
    --theme-raw-8992a9:#8992a9;
    --theme-raw-46506d:#46506d;
    --theme-raw-10162d:#10162d;
    --theme-raw-9ca5ba:#9ca5ba;
    --theme-raw-3d4665:#3d4665;
    --theme-raw-9099af:#9099af;
    --theme-raw-12182f:#12182f;
    --theme-raw-828ba4:#828ba4;
    --theme-raw-3c4564:#3c4564;
    --theme-raw-4a5472:#4a5472;
    --theme-raw-090e22:#090e22;
    --theme-raw-2e3652:#2e3652;
    --theme-raw-171d38:var(--theme-surface-raised);
    --theme-raw-202741:#202741;
    --theme-raw-8f97af:#8f97af;
    --theme-raw-171d30:#171d30;
    --theme-raw-4a5470:var(--theme-image-frame);
    --theme-raw-3c4563:#3c4563;
    --theme-raw-8b93aa:#8b93aa;
    --theme-raw-d84949:#d84949;
    --theme-raw-ff6b6b:#ff6b6b;
    --theme-raw-242a2f:#242a2f;
    --theme-raw-rgba-0-0-0-82-40bf3c:rgba(0,0,0,.82);
    --theme-raw-f4f1ea:#f4f1ea;
    --theme-raw-b51d24:#b51d24;
    --theme-raw-4f5558:#4f5558;
    --theme-raw-8f999f:#8f999f;
    --theme-raw-687177:#687177;
    --theme-raw-dce2e5:#dce2e5;
    --theme-raw-89939a:#89939a;
    --theme-raw-3b4463:#3b4463;
    --theme-raw-0b1022:#0b1022;
    --theme-raw-9ba4ba:#9ba4ba;
    --theme-raw-444e6c:#444e6c;
    --theme-raw-9aa3b9:#9aa3b9;
    --theme-raw-8992aa:#8992aa;
    --theme-raw-dce2ee:#dce2ee;
    --theme-raw-e7f8d7:#e7f8d7;
    --theme-raw-74a94f:#74a94f;
    --theme-raw-274d17:#274d17;
    --theme-raw-fff6cb:#fff6cb;
    --theme-raw-d4b700:#d4b700;
    --theme-raw-c8c9cc:#c8c9cc;
    --theme-raw-191a1d:#191a1d;
    --theme-raw-ededeb:#ededeb;
    --theme-raw-696a70:#696a70;
    --theme-raw-d1d6e3:#d1d6e3;
    --theme-raw-rgba-255-255-255-1-6e5bc0:rgba(255,255,255,.1);
    --theme-raw-rgba-0-0-0-22-41d185:rgba(0,0,0,.22);
    --theme-raw-eee5ff:#eee5ff;
    --theme-raw-ffea33:#ffea33;
    --theme-raw-19152b:#19152b;
    --theme-raw-rgba-0-0-0-38-fba052:rgba(0,0,0,.38);
    --theme-raw-rgba-91-32-200-12-152fa5:rgba(91,32,200,.12);
    --theme-raw-0b1023:#0b1023;
    --theme-raw-48406e:#48406e;
    --theme-raw-161b35:#161b35;
    --theme-raw-rgba-7-9-20-9-83dea8:rgba(7,9,20,.9);
    --theme-raw-111225:#111225;
    --theme-raw-rgba-11-16-35-9-861660:rgba(11,16,35,.9);
    --theme-raw-0d1229:#0d1229;
    --theme-raw-9299b4:#9299b4;
    --theme-raw-858ca8:#858ca8;
    --theme-raw-535a79:#535a79;
    --theme-raw-151a31:#151a31;
    --theme-raw-7b82a4:#7b82a4;
    --theme-raw-rgba-255-255-255-13-0634c1:rgba(255,255,255,.13);
    --theme-raw-19bebc:#19bebc;
    --theme-raw-16233a:#16233a;
    --theme-raw-ff6f35:#ff6f35;
    --theme-raw-28203b:#28203b;
    --theme-raw-8259df:#8259df;
    --theme-raw-20183c:#20183c;
    --theme-raw-f13d83:#f13d83;
    --theme-raw-2d1730:#2d1730;
    --theme-raw-rgba-255-255-255-78-556568:rgba(255,255,255,.78);
    --theme-raw-11172c:#11172c;
    --theme-raw-rgba-12-17-36-18-76d544:rgba(12,17,36,.18);
    --theme-raw-14192f:#14192f;
    --theme-raw-f5f6fb:#f5f6fb;
    --theme-raw-414863:#414863;
    --theme-raw-181d35:#181d35;
    --theme-raw-4a5272:#4a5272;
    --theme-raw-rgba-32-215-207-18-348af5:rgba(32,215,207,.18);
    --theme-raw-rgba-255-63-146-13-6affa1:rgba(255,63,146,.13);
    --theme-raw-aeb4c8:#aeb4c8;
    --theme-raw-0a0e20:#0a0e20;
    --theme-raw-070a16:#070a16;
    --theme-raw-4c5575:#4c5575;
    --theme-raw-20c5c2:#20c5c2;
    --theme-raw-ff6f36:#ff6f36;
    --theme-raw-8058df:#8058df;
    --theme-raw-ee3c82:#ee3c82;
    --theme-raw-191d36:#191d36;
    --theme-raw-rgba-255-255-255-12-895780:rgba(255,255,255,.12);
    --theme-raw-rgba-231-255-0-10-7c0c34:rgba(231,255,0,.10);
    --theme-raw-111521:#111521;
    --theme-raw-090d17:#090d17;
    --theme-raw-05070d:#05070d;
    --theme-raw-rgba-231-255-0-12-acfeb4:rgba(231,255,0,.12);
    --theme-raw-c8cddc:#c8cddc;
    --theme-raw-202841:#202841;
    --theme-raw-444d69:#444d69;
    --theme-raw-080b14:#080b14;
    --theme-raw-rgba-8-12-29-88-ae81a4:rgba(8,12,29,.88);
    --theme-raw-414a68:#414a68;
    --theme-raw-343d5d:#343d5d;
    --theme-raw-4a526d:#4a526d;
    --theme-raw-090c17:#090c17;
    --theme-raw-151515:#151515;
    --theme-raw-rgba-223-255-0-16-4d65d7:rgba(223,255,0,.16);
    --theme-raw-202020:#202020;
    --theme-raw-2b2b2b:#2b2b2b;
    --theme-raw-171717:#171717;
    --theme-raw-ececec:#ececec;
    --theme-raw-ffd92f:#ffd92f;
    --theme-raw-f7f5ef:#f7f5ef;
    --theme-raw-b21f25:#b21f25;
    --theme-raw-cfcac0:#cfcac0;
    --theme-raw-5f6167:#5f6167;
    --theme-raw-c7c8cb:#c7c8cb;
    --theme-raw-191a1e:#191a1e;
    --theme-raw-a0a2a7:#a0a2a7;
    --theme-raw-6f7890:#6f7890;
    --theme-raw-2f6a26:#2f6a26;
    --theme-raw-8a6a00:#8a6a00;
    --theme-raw-9b2034:#9b2034;
    --theme-raw-d2d3d6:#d2d3d6;
    --theme-raw-a7cb80:#a7cb80;
    --theme-raw-f5faef:#f5faef;
    --theme-raw-292a2e:#292a2e;
    --theme-raw-95560b:#95560b;
    --theme-raw-ececee:#ececee;
    --theme-raw-33353a:#33353a;
    --theme-raw-d7bf4d:#d7bf4d;
    --theme-raw-ff6c8b:#ff6c8b;
    --theme-raw-171e38:#171e38;
    --theme-raw-121827:#121827;
    --theme-raw-0b101c:#0b101c;
    --theme-raw-232a3e:#232a3e;
    --theme-raw-070a0d:#070a0d;
    --theme-raw-0d1216:#0d1216;
    --theme-raw-303840:#303840;
    --theme-raw-929da5:#929da5;
    --theme-raw-f6f7f8:#f6f7f8;
    --theme-raw-rgba-223-255-0-06-8144ca:rgba(223,255,0,.06);
    --theme-raw-252c31:#252c31;
    --theme-raw-818b92:#818b92;
    --theme-raw-cdd3d7:#cdd3d7;
    --theme-raw-rgba-8-11-14-8-701953:rgba(8,11,14,.8);
    --theme-raw-rgba-8-11-14-18-2a0816:rgba(8,11,14,.18);
    --theme-raw-rgba-223-255-0-14-36945f:rgba(223,255,0,.14);
    --theme-raw-rgba-0-0-0-6-b597da:rgba(0,0,0,.6);
    --theme-raw-c7ced3:#c7ced3;
    --theme-raw-10151a:#10151a;
    --theme-raw-rgba-8-11-14-78-4e9d44:rgba(8,11,14,.78);
    --theme-raw-rgba-8-11-14-22-9a5341:rgba(8,11,14,.22);
    --theme-raw-rgba-8-11-14-06-a2774d:rgba(8,11,14,.06);
    --theme-raw-rgba-8-11-14-72-a9d0a6:rgba(8,11,14,.72);
    --theme-raw-0c1115:#0c1115;
    --theme-raw-30383f:#30383f;
    --theme-raw-8e989f:#8e989f;
    --theme-raw-rgba-223-255-0-18-25da1b:rgba(223,255,0,.18);
    --theme-raw-333c43:#333c43;
    --theme-raw-rgba-255-255-255-018-d34853:rgba(255,255,255,.018);
    --theme-raw-2b3339:#2b3339;
    --theme-raw-0a0e11:#0a0e11;
    --theme-raw-495159:#495159;
    --theme-raw-151b20:#151b20;
    --theme-raw-d5dade:#d5dade;
    --theme-raw-9ca6ad:#9ca6ad;
    --theme-raw-343c42:#343c42;
    --theme-raw-10161a:#10161a;
    --theme-raw-858f96:#858f96;
    --theme-raw-0c1114:#0c1114;
    --theme-raw-0b1014:#0b1014;
    --theme-raw-bfc7cc:#bfc7cc;
    --theme-raw-0e1418:#0e1418;
    --theme-raw-414a51:#414a51;
    --theme-raw-aeb6bb:#aeb6bb;
    --theme-raw-rgba-223-255-0-15-98ec4c:rgba(223,255,0,.15);
    --theme-raw-rgba-223-255-0-03-0a9543:rgba(223,255,0,.03);
    --theme-raw-3b444b:#3b444b;
    --theme-raw-d7dcdf:#d7dcdf;
    --theme-raw-20272d:#20272d;
    --theme-raw-0d1114:#0d1114;
    --theme-raw-2d353b:#2d353b;
    --theme-raw-rgba-223-255-0-018-a5df8b:rgba(223,255,0,.018);
    --theme-raw-59636b:#59636b;
    --theme-raw-151c21:#151c21;
    --theme-raw-f7f8f8:#f7f8f8;
    --theme-raw-aeb7bd:#aeb7bd;
    --theme-raw-707b83:#707b83;
    --theme-raw-465058:#465058;
    --theme-raw-d6dbde:#d6dbde;
    --theme-raw-151c20:#151c20;
    --theme-raw-rgba-23-111-255-025-eb1d52:rgba(23,111,255,.025);
    --theme-raw-65717a:#65717a;
    --theme-raw-2c343a:#2c343a;
    --theme-raw-79848b:#79848b;
    --theme-raw-333b41:#333b41;
    --theme-raw-0f1519:#0f1519;
    --theme-raw-89949b:#89949b;
    --theme-raw-0d1317:#0d1317;
    --theme-raw-262d32:#262d32;
    --theme-raw-050709:#050709;
    --theme-raw-rgba-8-11-14-76-d99088:rgba(8,11,14,.76);
    --theme-raw-rgba-8-11-14-45-7655a3:rgba(8,11,14,.45);
    --theme-raw-39434a:#39434a;
    --theme-raw-10171b:#10171b;
    --theme-raw-0c1014:#0c1014;
    --theme-raw-141a1f:#141a1f;
    --theme-raw-rgba-8-11-14-94-dbcd87:rgba(8,11,14,.94);
    --theme-raw-rgba-8-11-14-57-089025:rgba(8,11,14,.57);
    --theme-raw-rgba-8-11-14-12-1553e6:rgba(8,11,14,.12);
    --theme-raw-rgba-8-11-14-24-ac873c:rgba(8,11,14,.24);
    --theme-raw-rgba-223-255-0-55-6b3fa8:rgba(223,255,0,.55);
    --theme-raw-rgba-8-11-14-84-101e2b:rgba(8,11,14,.84);
    --theme-raw-rgba-8-11-14-34-12cc48:rgba(8,11,14,.34);
    --theme-raw-566169:#566169;
    --theme-raw-rgba-91-32-200-18-56164c:rgba(91,32,200,.18);
    --theme-raw-79819d:#79819d;
    --theme-raw-6028ce:#6028ce;
    --theme-raw-491aa9:#491aa9;
    --theme-raw-21104f:#21104f;
    --theme-raw-rgba-255-255-255-11-525f58:rgba(255,255,255,.11);
    --theme-raw-rgba-32-215-207-12-61c31c:rgba(32,215,207,.12);
    --theme-raw-rgba-7-10-25-55-d2b4e3:rgba(7,10,25,.55);
    --theme-raw-eee8ff:#eee8ff;
    --theme-raw-18122d:#18122d;
    --theme-raw-5422bb:#5422bb;
    --theme-raw-rgba-84-34-187-82-a07484:rgba(84,34,187,.82);
    --theme-raw-rgba-38-16-87-20-b8c8d3:rgba(38,16,87,.20);
    --theme-raw-rgba-15-10-34-06-ffe98c:rgba(15,10,34,.06);
    --theme-raw-rgba-12-8-29-65-cfda8a:rgba(12,8,29,.65);
    --theme-raw-rgba-84-34-187-88-0aacc7:rgba(84,34,187,.88);
    --theme-raw-rgba-49-19-112-52-3f2831:rgba(49,19,112,.52);
    --theme-raw-rgba-18-11-44-10-788ae4:rgba(18,11,44,.10);
    --theme-raw-rgba-18-11-44-22-e2080a:rgba(18,11,44,.22);
    --theme-raw-rgba-12-8-29-62-4d4eea:rgba(12,8,29,.62);
    --theme-raw-rgba-32-215-207-16-4a4312:rgba(32,215,207,.16);
    --theme-raw-44209a:#44209a;
    --theme-raw-17102f:#17102f;
    --theme-raw-rgba-255-63-146-7-744d53:rgba(255,63,146,.7);
    --theme-raw-3a4365:#3a4365;
    --theme-raw-353e5f:#353e5f;
    --theme-raw-6247aa:#6247aa;
    --theme-raw-rgba-255-63-146-08-aafc5d:rgba(255,63,146,.08);
    --theme-raw-12172d:#12172d;
    --theme-raw-3d4668:var(--theme-border);
    --theme-raw-rgba-255-255-255-02-d33d85:rgba(255,255,255,.02);
    --theme-raw-8991aa:#8991aa;
    --theme-raw-48516f:#48516f;
    --theme-raw-161c35:#161c35;
    --theme-raw-dce0ea:#dce0ea;
    --theme-raw-1a223d:#1a223d;
    --theme-raw-rgba-32-215-207-025-5e2cf6:rgba(32,215,207,.025);
    --theme-raw-rgba-106-52-221-035-9d10dd:rgba(106,52,221,.035);
    --theme-raw-5c668b:#5c668b;
    --theme-raw-19203a:#19203a;
    --theme-raw-rgba-32-215-207-14-7918e8:rgba(32,215,207,.14);
    --theme-raw-4c5576:#4c5576;
    --theme-raw-222942:var(--theme-surface-soft);
    --theme-raw-77809d:#77809d;
    --theme-raw-7e87a4:#7e87a4;
    --theme-raw-485170:#485170;
    --theme-raw-d8dce8:#d8dce8;
    --theme-raw-1a213c:#1a213c;
    --theme-raw-424b6b:#424b6b;
    --theme-raw-9299b2:#9299b2;
    --theme-raw-0a0d20:#0a0d20;
    --theme-raw-070a18:#070a18;
    --theme-raw-ff6aad:#ff6aad;
    --theme-raw-7f88a4:#7f88a4;
    --theme-raw-444d70:#444d70;
    --theme-raw-151b35:#151b35;
    --theme-raw-0c1127:#0c1127;
    --theme-raw-9ba2bb:#9ba2bb;
    --theme-raw-3a4363:#3a4363;
    --theme-raw-8f97b0:#8f97b0;
    --theme-raw-070b1d:var(--theme-bg-deep);
    --theme-raw-e6def8:#e6def8;
    --theme-raw-rgba-84-34-187-78-4c6755:rgba(84,34,187,.78);
    --theme-raw-rgba-28-13-62-36-ca4eb6:rgba(28,13,62,.36);
    --theme-raw-211047:#211047;
    --theme-raw-3b4465:#3b4465;
    --theme-raw-4b5575:#4b5575;
    --theme-raw-0b0f22:#0b0f22;
    --theme-raw-rgba-231-255-0-40-b36c87:rgba(231,255,0,.40);
    --theme-raw-rgba-231-255-0-035-32b2f9:rgba(231,255,0,.035);
    --theme-raw-69724d:#69724d;
    --theme-raw-rgba-231-255-0-15-e82150:rgba(231,255,0,.15);
    --theme-raw-rgba-231-255-0-025-84e294:rgba(231,255,0,.025);
    --theme-raw-4b536e:#4b536e;
    --theme-raw-404861:#404861;
    --theme-raw-7f879f:#7f879f;
    --theme-raw-aeb5c9:#aeb5c9;
    --theme-raw-353e5e:#353e5e;
    --theme-raw-rgba-231-255-0-11-b59712:rgba(231,255,0,.11);
    --theme-raw-0c1019:#0c1019;
    --theme-raw-rgba-12-16-25-88-7070e5:rgba(12,16,25,.88);
    --theme-raw-rgba-7-9-15-22-90394c:rgba(7,9,15,.22);
    --theme-raw-rgba-4-5-9-06-7941ad:rgba(4,5,9,.06);
    --theme-raw-rgba-5-7-12-72-013952:rgba(5,7,12,.72);
    --theme-raw-rgba-12-16-25-94-1de06e:rgba(12,16,25,.94);
    --theme-raw-rgba-9-12-19-55-7cb693:rgba(9,12,19,.55);
    --theme-raw-rgba-5-7-12-10-3d577b:rgba(5,7,12,.10);
    --theme-raw-rgba-5-7-12-22-c4b63a:rgba(5,7,12,.22);
    --theme-raw-131824:#131824;
    --theme-raw-070a10:#070a10;
    --theme-raw-rgba-12-16-25-82-0129e3:rgba(12,16,25,.82);
    --theme-raw-rgba-5-7-12-36-aa252b:rgba(5,7,12,.36);
    --theme-raw-070a11:#070a11;
    --theme-raw-3f4146:#3f4146;
    --theme-raw-55585f:#55585f;
    --theme-raw-666970:#666970;
    --theme-raw-rgba-11-12-15-92-600dd9:rgba(11,12,15,.92);
    --theme-raw-rgba-11-12-15-18-41703c:rgba(11,12,15,.18);
    --theme-raw-rgba-11-12-15-48-b08e83:rgba(11,12,15,.48);
    --theme-raw-rgba-0-0-0-1-9e6faa:rgba(0,0,0,.1);
    --theme-raw-rgba-0-0-0-35-630345:rgba(0,0,0,.35);
    --theme-raw-rgba-91-32-200-13-3ba1c6:rgba(91,32,200,.13);
    --theme-raw-d4d8e5:#d4d8e5;
    --theme-raw-151a35:#151a35;
    --theme-raw-rgba-255-255-255-055-ca2d2f:rgba(255,255,255,.055);
    --theme-raw-ff67aa:#ff67aa;
    --theme-raw-2e3554:#2e3554;
    --theme-raw-rgba-255-255-255-09-9e3854:rgba(255,255,255,.09);
    --theme-raw-f3f4f8:#f3f4f8;
}
