@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;background:var(--surface-base);color:var(--text-primary)}*{scrollbar-width:thin;scrollbar-color:var(--border-default) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}::view-transition-old(root){animation:vt-fade-out .05s ease-out both}::view-transition-new(root){animation:vt-fade-in .05s ease-in both}::view-transition-old(shell-top-bar),::view-transition-new(shell-top-bar),::view-transition-old(shell-bottom-bar),::view-transition-new(shell-bottom-bar),::view-transition-old(shell-sidebar),::view-transition-new(shell-sidebar){animation:none}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}}@keyframes pulse-glow{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 40%,transparent)}to{box-shadow:0 0 0 8px color-mix(in srgb,var(--accent) 0%,transparent)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}:root[data-theme=matrix] body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,204,68,.12) 2px,rgba(0,204,68,.12) 4px);background-size:100% 8px;animation:matrix-drift 20s linear infinite;will-change:transform}@keyframes matrix-drift{0%{transform:translateY(0)}to{transform:translateY(8px)}}:root[data-theme=metal] body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.035;background:radial-gradient(ellipse 600px 400px at 20% 80%,rgba(192,39,45,.35),transparent),radial-gradient(ellipse 500px 350px at 80% 20%,rgba(120,10,15,.25),transparent);background-size:200% 200%;animation:mist-drift 60s ease-in-out infinite alternate;will-change:transform}@keyframes mist-drift{0%{background-position:0% 50%}50%{background-position:100% 30%}to{background-position:30% 80%}}:root[data-theme=matrix-orange] body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,140,0,.12) 2px,rgba(255,140,0,.12) 4px);background-size:100% 8px;animation:matrix-drift 20s linear infinite;will-change:transform}:root[data-theme=matrix-steel] body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(91,143,185,.12) 2px,rgba(91,143,185,.12) 4px);background-size:100% 8px;animation:matrix-drift 20s linear infinite;will-change:transform}:root[data-theme=glacier] body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.025;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(97,189,246,.12) 2px,rgba(97,189,246,.12) 4px);background-size:100% 8px;animation:matrix-drift 20s linear infinite;will-change:transform}@media(prefers-reduced-motion:reduce){:root[data-theme=glacier] body:after{animation:none;will-change:auto}}:root[data-theme=blue-dark],[data-theme-scope=blue-dark]{--surface-base: #0c1326;--surface-raised: #182131;--surface-overlay: #293440;--surface-sunken: #06081e;--border-default: #363d4e;--border-subtle: #202633;--border-focus: #00bcbc;--text-primary: #eaf0fe;--text-secondary: #a4a9b6;--text-muted: #858993;--text-inverse: #0c1326;--accent: #3f98eb;--accent-hover: #2e84d2;--accent-subtle: #081f35;--on-accent: #06081e;--help-text: #70c8cb;--status-ok: #49c285;--status-warn: #ebb63d;--status-error: #ed6867;--status-unknown: #636b80;--sidebar-bg: #090e1f;--sidebar-text: #b7becc;--sidebar-active-bg: #003b3c;--sidebar-active-text:#c4fffe;--sidebar-hover-bg: #191f2f;--avatar-bg: #00b5b5;--avatar-text: #06081e;--shadow-sm: 0 1px 3px rgba(1, 3, 12, .55);--shadow-md: 0 4px 12px rgba(1, 3, 12, .55);--shadow-lg: 0 8px 32px rgba(1, 3, 12, .7);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=blue-light],[data-theme-scope=blue-light]{--surface-base: #f8fafc;--surface-raised: #ffffff;--surface-overlay: #e2e8f0;--surface-sunken: #f1f5f9;--border-default: #cbd5e1;--border-subtle: #e2e8f0;--border-focus: #3b82f6;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #657387;--text-inverse: #ffffff;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-subtle: #dbeafe;--on-accent: #ffffff;--help-text: #2e73c3;--status-ok: #16a34a;--status-warn: #d97706;--status-error: #dc2626;--status-unknown: #94a3b8;--sidebar-bg: #f1f5f9;--sidebar-text: #334155;--sidebar-active-bg: #2563eb;--sidebar-active-text:#ffffff;--sidebar-hover-bg: #e2e8f0;--avatar-bg: #6366f1;--avatar-text: #ffffff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=inkwell],[data-theme-scope=inkwell]{--surface-base: #f8f7f0;--surface-raised: #fffefc;--surface-overlay: #d7e7f0;--surface-sunken: #e7f1f7;--border-default: #d4d0be;--border-subtle: #ebe7d9;--border-focus: #9f5cb4;--text-primary: #262317;--text-secondary: #5e5b4e;--text-muted: #737065;--text-inverse: #fdfdfd;--accent: #006b71;--accent-hover: #007e85;--accent-subtle: #cff1f4;--on-accent: #ffffff;--help-text: #006f85;--status-ok: #0e8c41;--status-warn: #cc8800;--status-error: #ca3c39;--status-unknown: #a09c88;--sidebar-bg: #f4f0db;--sidebar-text: #4b4839;--sidebar-active-bg: #9b53b0;--sidebar-active-text:#ffffff;--sidebar-hover-bg: #eae6d4;--avatar-bg: #9b53b0;--avatar-text: #ffffff;--shadow-sm: 0 1px 3px rgba(62, 59, 46, .06);--shadow-md: 0 4px 12px rgba(62, 59, 46, .08);--shadow-lg: 0 8px 32px rgba(62, 59, 46, .12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=matrix],[data-theme-scope=matrix]{--surface-base: #0a120a;--surface-raised: #101c10;--surface-overlay: #1a2a1a;--surface-sunken: #060c06;--border-default: #1e3a1e;--border-subtle: #142214;--border-focus: #00cc44;--text-primary: #00dd44;--text-secondary: #00aa33;--text-muted: #418d4b;--text-inverse: #0a120a;--accent: #00cc44;--accent-hover: #00b33c;--accent-subtle: #0c1e0e;--on-accent: #060c06;--help-text: #60a5fa;--status-ok: #00cc44;--status-warn: #ccaa00;--status-error: #cc2200;--status-unknown: #2a3a2a;--sidebar-bg: #080e08;--sidebar-text: #00aa33;--sidebar-active-bg: #122412;--sidebar-active-text:#00dd44;--sidebar-hover-bg: #0e180e;--avatar-bg: #00cc44;--avatar-text: #0a120a;--shadow-sm: 0 1px 3px rgba(0, 10, 0, .8);--shadow-md: 0 4px 12px rgba(0, 10, 0, .8);--shadow-lg: 0 8px 32px rgba(0, 10, 0, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=matrix-orange],[data-theme-scope=matrix-orange]{--surface-base: #050200;--surface-raised: #0f0800;--surface-overlay: #1a0f00;--surface-sunken: #020100;--border-default: #2e1a00;--border-subtle: #1f0d00;--border-focus: #ff8c00;--text-primary: #ffaa00;--text-secondary: #cc8800;--text-muted: #996f37;--text-inverse: #050200;--accent: #ff8c00;--accent-hover: #e67e00;--accent-subtle: #1a0e00;--on-accent: #020100;--help-text: #60a5fa;--status-ok: #ffaa00;--status-warn: #ffcc00;--status-error: #ff3300;--status-unknown: #3a2a00;--sidebar-bg: #080400;--sidebar-text: #cc8800;--sidebar-active-bg: #1a0e00;--sidebar-active-text:#ffaa00;--sidebar-hover-bg: #0f0800;--avatar-bg: #ff8c00;--avatar-text: #050200;--shadow-sm: 0 1px 3px rgba(10, 5, 0, .8);--shadow-md: 0 4px 12px rgba(10, 5, 0, .8);--shadow-lg: 0 8px 32px rgba(10, 5, 0, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=matrix-steel],[data-theme-scope=matrix-steel]{--surface-base: #020408;--surface-raised: #060c14;--surface-overlay: #0c1520;--surface-sunken: #010204;--border-default: #152030;--border-subtle: #0c1520;--border-focus: #5b8fb9;--text-primary: #7cb8e4;--text-secondary: #5b8fb9;--text-muted: #597b98;--text-inverse: #020408;--accent: #5b8fb9;--accent-hover: #4a7da6;--accent-subtle: #081420;--on-accent: #010204;--help-text: #60a5fa;--status-ok: #5b8fb9;--status-warn: #b8a040;--status-error: #b94040;--status-unknown: #1e2e3e;--sidebar-bg: #030610;--sidebar-text: #5b8fb9;--sidebar-active-bg: #0a1828;--sidebar-active-text:#7cb8e4;--sidebar-hover-bg: #060c14;--avatar-bg: #5b8fb9;--avatar-text: #020408;--shadow-sm: 0 1px 3px rgba(0, 4, 10, .8);--shadow-md: 0 4px 12px rgba(0, 4, 10, .8);--shadow-lg: 0 8px 32px rgba(0, 4, 10, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=glacier],[data-theme-scope=glacier]{--surface-base: #010b17;--surface-raised: #081720;--surface-overlay: #1a292f;--surface-sunken: #000411;--border-default: #2f3f4d;--border-subtle: #1b2732;--border-focus: #2bbda5;--text-primary: #acd8ff;--text-secondary: #7faacf;--text-muted: #6f92b0;--text-inverse: #010b17;--accent: #61bdf6;--accent-hover: #50a8dd;--accent-subtle: #011624;--on-accent: #000411;--help-text: #78cab7;--status-ok: #49c285;--status-warn: #e6b93c;--status-error: #ed6863;--status-unknown: #5d6e7d;--sidebar-bg: #000711;--sidebar-text: #91c4f0;--sidebar-active-bg: #002c24;--sidebar-active-text:#aaeede;--sidebar-hover-bg: #08151f;--avatar-bg: #00b89e;--avatar-text: #000411;--shadow-sm: 0 1px 3px rgba(0, 4, 10, .55);--shadow-md: 0 4px 12px rgba(0, 4, 10, .55);--shadow-lg: 0 8px 32px rgba(0, 4, 10, .7);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=metal],[data-theme-scope=metal]{--surface-base: #101114;--surface-raised: #1a1c21;--surface-overlay: #25282e;--surface-sunken: #0a0b0d;--border-default: #3a3d44;--border-subtle: #2a2d33;--border-focus: #c0272d;--text-primary: #e0e2e8;--text-secondary: #9a9da6;--text-muted: #7b7e84;--text-inverse: #101114;--accent: #c0272d;--accent-hover: #a01f24;--accent-subtle: #2a0d0f;--on-accent: #ffffff;--help-text: #60a5fa;--status-ok: #4caf50;--status-warn: #e6a817;--status-error: #c0272d;--status-unknown: #4a4d55;--sidebar-bg: #13151a;--sidebar-text: #9a9da6;--sidebar-active-bg: #2a0d0f;--sidebar-active-text:#e8383e;--sidebar-hover-bg: #1e2028;--avatar-bg: #c0272d;--avatar-text: #e0e2e8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .6);--shadow-md: 0 4px 12px rgba(0, 0, 0, .6);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .7);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=glitter-pink],[data-theme-scope=glitter-pink]{--surface-base: #ffe4f0;--surface-raised: #fff0f6;--surface-overlay: #ffd6e8;--surface-sunken: #ffc0d9;--border-default: #f9a8d4;--border-subtle: #fcc5de;--border-focus: #ec4899;--text-primary: #4a0e2e;--text-secondary: #831843;--text-muted: #be185d;--text-inverse: #fff0f6;--accent: #db2777;--accent-hover: #be185d;--accent-subtle: #fce7f3;--on-accent: #ffffff;--help-text: #2469b9;--status-ok: #16a34a;--status-warn: #d97706;--status-error: #dc2626;--status-unknown: #d4a0bb;--sidebar-bg: #ffd6e8;--sidebar-text: #831843;--sidebar-active-bg: #f472b6;--sidebar-active-text:#4a0e2e;--sidebar-hover-bg: #fce7f3;--avatar-bg: #ec4899;--avatar-text: #ffffff;--shadow-sm: 0 1px 3px rgba(236, 72, 153, .15);--shadow-md: 0 4px 12px rgba(236, 72, 153, .15);--shadow-lg: 0 8px 32px rgba(236, 72, 153, .2);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=bubblegum],[data-theme-scope=bubblegum]{--surface-base: #fff3f8;--surface-raised: #fffefe;--surface-overlay: #f4dcf1;--surface-sunken: #f9e9f7;--border-default: #dcc9d1;--border-subtle: #f2e2e9;--border-focus: #14916f;--text-primary: #3a1829;--text-secondary: #714b5c;--text-muted: #866574;--text-inverse: #fdfdfd;--accent: #b63795;--accent-hover: #cc4aa8;--accent-subtle: #ffdff3;--on-accent: #ffffff;--help-text: #00755d;--status-ok: #008b4e;--status-warn: #cc8800;--status-error: #ca3b3b;--status-unknown: #b1919f;--sidebar-bg: #ffe8f2;--sidebar-text: #62384d;--sidebar-active-bg: #25a37e;--sidebar-active-text:#220816;--sidebar-hover-bg: #fedae9;--avatar-bg: #25a37e;--avatar-text: #220816;--shadow-sm: 0 1px 3px rgba(74, 50, 61, .06);--shadow-md: 0 4px 12px rgba(74, 50, 61, .08);--shadow-lg: 0 8px 32px rgba(74, 50, 61, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=noble],[data-theme-scope=noble]{--surface-base: #0e0d09;--surface-raised: #1a1812;--surface-overlay: #2a2720;--surface-sunken: #080705;--border-default: #3d3828;--border-subtle: #28241a;--border-focus: #d4a017;--text-primary: #f5ecd0;--text-secondary: #c4a96a;--text-muted: #8f7a45;--text-inverse: #0e0d09;--accent: #d4a017;--accent-hover: #b8890f;--accent-subtle: #2e2510;--on-accent: #080705;--help-text: #60a5fa;--status-ok: #6ec44a;--status-warn: #e8a523;--status-error: #d43030;--status-unknown: #5a5340;--sidebar-bg: #0c0b07;--sidebar-text: #c4a96a;--sidebar-active-bg: #3a3010;--sidebar-active-text:#f5d56e;--sidebar-hover-bg: #201d14;--avatar-bg: #d4a017;--avatar-text: #0e0d09;--shadow-sm: 0 1px 3px rgba(10, 8, 0, .7);--shadow-md: 0 4px 12px rgba(10, 8, 0, .7);--shadow-lg: 0 8px 32px rgba(10, 8, 0, .8);--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=lapis],[data-theme-scope=lapis]{--surface-base: #03101f;--surface-raised: #0e1e2a;--surface-overlay: #213039;--surface-sunken: #000718;--border-default: #303f4e;--border-subtle: #1c2732;--border-focus: #5eabf1;--text-primary: #e0efff;--text-secondary: #a3b5c8;--text-muted: #8391a0;--text-inverse: #03101f;--accent: #e7b643;--accent-hover: #d0a232;--accent-subtle: #231700;--on-accent: #000718;--help-text: #7ec1e5;--status-ok: #67c07d;--status-warn: #ff8e61;--status-error: #e8605d;--status-unknown: #5e6e7f;--sidebar-bg: #020c19;--sidebar-text: #acc0d6;--sidebar-active-bg: #093254;--sidebar-active-text:#d6ebff;--sidebar-hover-bg: #0f1c28;--avatar-bg: #4b9ee7;--avatar-text: #000718;--shadow-sm: 0 1px 3px rgba(0, 3, 11, .55);--shadow-md: 0 4px 12px rgba(0, 3, 11, .55);--shadow-lg: 0 8px 32px rgba(0, 3, 11, .7);--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=caribbean],[data-theme-scope=caribbean]{--surface-base: #faf6f0;--surface-raised: #ffffff;--surface-overlay: #ede4d6;--surface-sunken: #f3ede3;--border-default: #d4c8b4;--border-subtle: #e8dfd0;--border-focus: #0ea5e9;--text-primary: #1e3a3a;--text-secondary: #4a6b6b;--text-muted: #5d756d;--text-inverse: #ffffff;--accent: #0ea5e9;--accent-hover: #0284c7;--accent-subtle: #d4f0fc;--on-accent: #ffffff;--help-text: #2c71c1;--status-ok: #10b981;--status-warn: #f59e0b;--status-error: #ef4444;--status-unknown: #a0b0a8;--sidebar-bg: #f3ede3;--sidebar-text: #3d5c5c;--sidebar-active-bg: #0ea5e9;--sidebar-active-text:#ffffff;--sidebar-hover-bg: #e8dfd0;--avatar-bg: #f97316;--avatar-text: #ffffff;--shadow-sm: 0 1px 2px rgba(30, 58, 58, .06);--shadow-md: 0 4px 12px rgba(30, 58, 58, .08);--shadow-lg: 0 8px 32px rgba(30, 58, 58, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=shoreline],[data-theme-scope=shoreline]{--surface-base: #faf6f0;--surface-raised: #fffefd;--surface-overlay: #d4e9ea;--surface-sunken: #e5f2f3;--border-default: #d7cebe;--border-subtle: #eee6d9;--border-focus: #c5523e;--text-primary: #282217;--text-secondary: #615a4e;--text-muted: #756f65;--text-inverse: #fdfdfd;--accent: #007c86;--accent-hover: #00909b;--accent-subtle: #cbf2f6;--on-accent: #ffffff;--help-text: #007273;--status-ok: #008b4e;--status-warn: #d18500;--status-error: #ca3c39;--status-unknown: #a59a87;--sidebar-bg: #f9eeda;--sidebar-text: #4e4739;--sidebar-active-bg: #df634d;--sidebar-active-text:#191104;--sidebar-hover-bg: #eee4d3;--avatar-bg: #df634d;--avatar-text: #191104;--shadow-sm: 0 1px 3px rgba(64, 58, 45, .06);--shadow-md: 0 4px 12px rgba(64, 58, 45, .08);--shadow-lg: 0 8px 32px rgba(64, 58, 45, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=lagoon],[data-theme-scope=lagoon]{--surface-base: #faf7ef;--surface-raised: #fffefc;--surface-overlay: #d4eae8;--surface-sunken: #e4f3f1;--border-default: #d6cfbe;--border-subtle: #ece7d9;--border-focus: #c14a81;--text-primary: #2e2511;--text-secondary: #615944;--text-muted: #776f5e;--text-inverse: #fdfdfd;--accent: #007973;--accent-hover: #008d85;--accent-subtle: #d0f2ee;--on-accent: #ffffff;--help-text: #00736e;--status-ok: #0e8c41;--status-warn: #cf8700;--status-error: #ca3c33;--status-unknown: #a39b86;--sidebar-bg: #f8eed9;--sidebar-text: #50472f;--sidebar-active-bg: #c3457f;--sidebar-active-text:#ffffff;--sidebar-hover-bg: #ede5d1;--avatar-bg: #c3457f;--avatar-text: #ffffff;--shadow-sm: 0 1px 3px rgba(64, 58, 44, .06);--shadow-md: 0 4px 12px rgba(64, 58, 44, .08);--shadow-lg: 0 8px 32px rgba(64, 58, 44, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=jungle],[data-theme-scope=jungle]{--surface-base: #072311;--surface-raised: #1f2f1b;--surface-overlay: #35402d;--surface-sunken: #00190c;--border-default: #314235;--border-subtle: #1d2a20;--border-focus: #ce9b2f;--text-primary: #e7f4ea;--text-secondary: #a1ada3;--text-muted: #828c84;--text-inverse: #072311;--accent: #7aca68;--accent-hover: #68b457;--accent-subtle: #192e14;--on-accent: #00190c;--help-text: #d3b378;--status-ok: #3de1b0;--status-warn: #ffa153;--status-error: #f1645f;--status-unknown: #5b7361;--sidebar-bg: #041d0c;--sidebar-text: #b4c2b7;--sidebar-active-bg: #4c3500;--sidebar-active-text:#ffeac5;--sidebar-hover-bg: #172d1d;--avatar-bg: #eeb747;--avatar-text: #00190c;--shadow-sm: 0 1px 3px rgba(0, 5, 1, .55);--shadow-md: 0 4px 12px rgba(0, 5, 1, .55);--shadow-lg: 0 8px 32px rgba(0, 5, 1, .7);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=space-mono],[data-theme-scope=space-mono]{--surface-base: #050505;--surface-raised: #111111;--surface-overlay: #1c1c1c;--surface-sunken: #020202;--border-default: #2a2a2a;--border-subtle: #1a1a1a;--border-focus: #888888;--text-primary: #e0e0e0;--text-secondary: #999999;--text-muted: #787878;--text-inverse: #050505;--accent: #888888;--accent-hover: #aaaaaa;--accent-subtle: #1a1a1a;--on-accent: #020202;--help-text: #aaaaaa;--status-ok: #b0b0b0;--status-warn: #808080;--status-error: #666666;--status-unknown: #333333;--sidebar-bg: #080808;--sidebar-text: #999999;--sidebar-active-bg: #1a1a1a;--sidebar-active-text:#e0e0e0;--sidebar-hover-bg: #111111;--avatar-bg: #888888;--avatar-text: #050505;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .7);--shadow-md: 0 4px 12px rgba(0, 0, 0, .7);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .8);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=ythril],[data-theme-scope=ythril]{--surface-base: #0d1117;--surface-raised: #161b22;--surface-overlay: #21262d;--surface-sunken: #010409;--border-default: #30363d;--border-subtle: #21262d;--border-focus: #a0ff80;--text-primary: #e6edf3;--text-secondary: #9ba4ae;--text-muted: #848c97;--text-inverse: #0d1117;--accent: #ceff80;--accent-hover: #a0ff80;--accent-subtle: #172302;--on-accent: #010409;--help-text: #58a6ff;--status-ok: #3fb950;--status-warn: #d29922;--status-error: #f85149;--status-unknown: #8b949e;--sidebar-bg: #161b22;--sidebar-text: #9ba4ae;--sidebar-active-bg: #25340a;--sidebar-active-text:#a0ff80;--sidebar-hover-bg: #1c2128;--avatar-bg: #7c6af7;--avatar-text: #0d1117;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .25);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .3);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px}:root[data-theme=matrix-plus],[data-theme-scope=matrix-plus]{--surface-base: #0a120a;--surface-raised: #101c10;--surface-overlay: #1a2a1a;--surface-sunken: #060c06;--border-default: #1e3a1e;--border-subtle: #142214;--border-focus: #00cc44;--text-primary: #00dd44;--text-secondary: #00aa33;--text-muted: #418d4b;--text-inverse: #0a120a;--accent: #00cc44;--accent-hover: #00b33c;--accent-subtle: #0c1e0e;--on-accent: #060c06;--help-text: #60a5fa;--status-ok: #00cc44;--status-warn: #ccaa00;--status-error: #cc2200;--status-unknown: #2a3a2a;--sidebar-bg: #080e08;--sidebar-text: #00aa33;--sidebar-active-bg: #122412;--sidebar-active-text:#00dd44;--sidebar-hover-bg: #0e180e;--avatar-bg: #00cc44;--avatar-text: #0a120a;--shadow-sm: 0 1px 3px rgba(0, 10, 0, .8);--shadow-md: 0 4px 12px rgba(0, 10, 0, .8);--shadow-lg: 0 8px 32px rgba(0, 10, 0, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px;--tr-oxide: #3f6b4a;--tr-deep: #0b7a35;--tr-mid: #12a844;--tr-hot: #7dff86;--tr-cyan: #14c6b0;--tr-dead: #7a5a24;--via-live: #9dffb8;--via-cold: #2f7a45;--electron: #ecfff2;--glow: #00ff66;--decor-strength: 1}:root[data-theme=matrix-orange-plus],[data-theme-scope=matrix-orange-plus]{--surface-base: #050200;--surface-raised: #0f0800;--surface-overlay: #1a0f00;--surface-sunken: #020100;--border-default: #2e1a00;--border-subtle: #1f0d00;--border-focus: #ff8c00;--text-primary: #ffaa00;--text-secondary: #cc8800;--text-muted: #996f37;--text-inverse: #050200;--accent: #ff8c00;--accent-hover: #e67e00;--accent-subtle: #1a0e00;--on-accent: #020100;--help-text: #60a5fa;--status-ok: #ffaa00;--status-warn: #ffcc00;--status-error: #ff3300;--status-unknown: #3a2a00;--sidebar-bg: #080400;--sidebar-text: #cc8800;--sidebar-active-bg: #1a0e00;--sidebar-active-text:#ffaa00;--sidebar-hover-bg: #0f0800;--avatar-bg: #ff8c00;--avatar-text: #050200;--shadow-sm: 0 1px 3px rgba(10, 5, 0, .8);--shadow-md: 0 4px 12px rgba(10, 5, 0, .8);--shadow-lg: 0 8px 32px rgba(10, 5, 0, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px;--tr-oxide: #7b5c40;--tr-deep: #965817;--tr-mid: #cf771b;--tr-hot: #ffdac0;--tr-cyan: #c7af5e;--tr-dead: #81556a;--via-live: #ffe5cd;--via-cold: #916032;--electron: #fffefd;--glow: #ffcfa9;--decor-strength: 1}:root[data-theme=matrix-steel-plus],[data-theme-scope=matrix-steel-plus]{--surface-base: #020408;--surface-raised: #060c14;--surface-overlay: #0c1520;--surface-sunken: #010204;--border-default: #152030;--border-subtle: #0c1520;--border-focus: #5b8fb9;--text-primary: #7cb8e4;--text-secondary: #5b8fb9;--text-muted: #597b98;--text-inverse: #020408;--accent: #5b8fb9;--accent-hover: #4a7da6;--accent-subtle: #081420;--on-accent: #010204;--help-text: #60a5fa;--status-ok: #5b8fb9;--status-warn: #b8a040;--status-error: #b94040;--status-unknown: #1e2e3e;--sidebar-bg: #030610;--sidebar-text: #5b8fb9;--sidebar-active-bg: #0a1828;--sidebar-active-text:#7cb8e4;--sidebar-hover-bg: #060c14;--avatar-bg: #5b8fb9;--avatar-text: #020408;--shadow-sm: 0 1px 3px rgba(0, 4, 10, .8);--shadow-md: 0 4px 12px rgba(0, 4, 10, .8);--shadow-lg: 0 8px 32px rgba(0, 4, 10, .9);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--topbar-height: 44px;--bottombar-height: 40px;--sidebar-width: 220px;--tr-oxide: #324557;--tr-deep: #224b6f;--tr-mid: #3572a3;--tr-hot: #7bc4fc;--tr-cyan: #8187b7;--tr-dead: #274c43;--via-live: #9fc7f2;--via-cold: #2f4e6b;--electron: #d0d7e0;--glow: #68bbff;--decor-strength: 1}:root[data-decor] .shell{position:relative}:root[data-decor] .shell__body{z-index:1}:root[data-decor] .shell__content{background:transparent}:root[data-decor] .shell-decor{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;--edge-top: var(--topbar-height);--edge-left: var(--sidebar-width);--edge-bottom: var(--bottombar-height)}:root[data-decor] .shell-decor:before,:root[data-decor] .shell-decor:after{content:"";position:absolute;inset:var(--edge-top) 0 var(--edge-bottom) var(--edge-left);background-repeat:no-repeat}:root[data-decor] .shell-decor:before{opacity:calc(.5 * var(--decor-strength));background-image:repeating-linear-gradient(180deg,color-mix(in srgb,var(--tr-oxide) 34%,transparent) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,color-mix(in srgb,var(--tr-deep) 26%,transparent) 0 1px,transparent 1px 7px),repeating-linear-gradient(90deg,color-mix(in srgb,var(--tr-cyan) 22%,transparent) 0 1px,transparent 1px 11px),repeating-linear-gradient(180deg,color-mix(in srgb,var(--tr-oxide) 30%,transparent) 0 1px,transparent 1px 6px),repeating-linear-gradient(180deg,color-mix(in srgb,var(--tr-mid) 20%,transparent) 0 1px,transparent 1px 13px);background-size:172px 17px,214px 13px,96px 12px,19px 143px,16px 84px;background-position:44px 3px,345px 5px,620px 6px,calc(100% - 5px) 52px,calc(100% - 7px) 224px;-webkit-mask-image:radial-gradient(ellipse 86px 9px at 130px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 107px 7px at 452px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 48px 6px at 668px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 10px 72px at calc(100% - 14px) 123px,#000 28%,transparent 76%),radial-gradient(ellipse 8px 42px at calc(100% - 15px) 266px,#000 28%,transparent 76%);mask-image:radial-gradient(ellipse 86px 9px at 130px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 107px 7px at 452px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 48px 6px at 668px 12px,#000 28%,transparent 76%),radial-gradient(ellipse 10px 72px at calc(100% - 14px) 123px,#000 28%,transparent 76%),radial-gradient(ellipse 8px 42px at calc(100% - 15px) 266px,#000 28%,transparent 76%)}:root[data-decor] .shell-decor:after{opacity:calc(.42 * var(--decor-strength));background-image:repeating-linear-gradient(90deg,color-mix(in srgb,var(--tr-oxide) 32%,transparent) 0 1px,transparent 1px 5px),repeating-linear-gradient(180deg,color-mix(in srgb,var(--tr-deep) 24%,transparent) 0 1px,transparent 1px 7px),repeating-linear-gradient(180deg,color-mix(in srgb,var(--tr-oxide) 28%,transparent) 0 1px,transparent 1px 6px),repeating-linear-gradient(90deg,color-mix(in srgb,var(--tr-cyan) 26%,transparent) 0 1px,transparent 1px 17px);background-size:206px 15px,148px 11px,13px 151px,79px 12px;background-position:131px calc(100% - 6px),459px calc(100% - 8px),3px 83px,calc(100% - 172px) calc(100% - 10px);-webkit-mask-image:radial-gradient(ellipse 103px 8px at 234px calc(100% - 6px),#000 28%,transparent 76%),radial-gradient(ellipse 74px 6px at 533px calc(100% - 8px),#000 28%,transparent 76%),radial-gradient(ellipse 7px 76px at 9px 158px,#000 28%,transparent 76%),radial-gradient(ellipse 40px 6px at calc(100% - 132px) calc(100% - 10px),#000 28%,transparent 76%);mask-image:radial-gradient(ellipse 103px 8px at 234px calc(100% - 6px),#000 28%,transparent 76%),radial-gradient(ellipse 74px 6px at 533px calc(100% - 8px),#000 28%,transparent 76%),radial-gradient(ellipse 7px 76px at 9px 158px,#000 28%,transparent 76%),radial-gradient(ellipse 40px 6px at calc(100% - 132px) calc(100% - 10px),#000 28%,transparent 76%)}:root[data-decor] .shell-decor>span{position:absolute;display:block}:root[data-decor] .shell-decor>span:nth-child(-n+4),:root[data-decor] .shell-decor>span:nth-child(n+7){background-image:linear-gradient(135deg,var(--tr-oxide) 0%,var(--tr-deep) 26%,var(--tr-mid) 48%,var(--tr-hot) 72%,var(--tr-cyan) 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--web);mask-image:var(--web)}:root[data-decor] .shell-decor>span:nth-child(1){top:calc(var(--edge-top) - 34px);left:calc(var(--edge-left) - 34px);width:150px;height:150px;opacity:calc(.62 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 30 H36 L50 44 H100 L114 58 V112'/%3E%3Cpath d='M-8 44 H30 L44 58 H92' opacity='.7'/%3E%3Cpath d='M30 -8 V26 L44 40 V86 L58 100 H120'/%3E%3Cpath d='M44 -8 V18 L58 32 V78' opacity='.6'/%3E%3Cpath d='M-8 62 H22 L36 76 H70 L84 90 V126' opacity='.8'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='50' cy='44' r='3.2'/%3E%3Ccircle cx='100' cy='44' r='2.4'/%3E%3Ccircle cx='44' cy='40' r='2.4'/%3E%3Ccircle cx='58' cy='100' r='3'/%3E%3Ccircle cx='36' cy='76' r='2.2'/%3E%3Crect x='119' y='110' width='8' height='3' rx='1'/%3E%3Crect x='118' y='66' width='8' height='3' rx='1'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(2){top:calc(var(--edge-top) - 30px);right:-38px;width:176px;height:176px;opacity:calc(.5 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M184 38 H126 L112 52 H52 L38 66 V184'/%3E%3Cpath d='M146 -8 V26 L132 40 V116'/%3E%3Cpath d='M184 100 H144 L130 114 H66'/%3E%3Cpath d='M96 -8 V14 L82 28 V90' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='112' cy='52' r='3.4'/%3E%3Ccircle cx='132' cy='40' r='2.6'/%3E%3Ccircle cx='130' cy='114' r='3'/%3E%3Ccircle cx='82' cy='28' r='2.2'/%3E%3Crect x='176' y='36' width='9' height='3' rx='1'/%3E%3Crect x='176' y='98' width='9' height='3' rx='1'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(3){bottom:calc(var(--edge-bottom) - 26px);left:calc(var(--edge-left) - 30px);width:124px;height:124px;opacity:calc(.7 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='124' viewBox='0 0 124 124'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 96 H16 L28 84 H50 L62 72 H92'/%3E%3Cpath d='M-8 78 H10 L22 66 H44'/%3E%3Cpath d='M-8 60 H24 L36 48 H68 L80 36 V-8'/%3E%3Cpath d='M16 132 V110 L28 98 V72 L40 60 V-8'/%3E%3Cpath d='M40 132 V114 L52 102 V80'/%3E%3Cpath d='M64 132 V106 L76 94 H112'/%3E%3Cpath d='M-8 42 H14 L26 30 H46' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='28' cy='84' r='2'/%3E%3Ccircle cx='22' cy='66' r='1.8'/%3E%3Ccircle cx='36' cy='48' r='2.2'/%3E%3Ccircle cx='28' cy='98' r='2'/%3E%3Ccircle cx='52' cy='102' r='1.8'/%3E%3Ccircle cx='76' cy='94' r='2.4'/%3E%3Ccircle cx='26' cy='30' r='1.6'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(4){bottom:calc(var(--edge-bottom) - 40px);right:-44px;width:198px;height:198px;opacity:calc(.55 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='198' viewBox='0 0 198 198'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M206 34 H156 L142 48 H84 L70 62 V206'/%3E%3Cpath d='M206 52 H164 L150 66 H92'/%3E%3Cpath d='M206 70 H172 L158 84 H100'/%3E%3Cpath d='M126 -8 V44 L112 58 V206'/%3E%3Cpath d='M206 118 H180 L166 132 V206' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='142' cy='48' r='3.4'/%3E%3Ccircle cx='150' cy='66' r='2.4'/%3E%3Ccircle cx='158' cy='84' r='2.4'/%3E%3Ccircle cx='112' cy='58' r='3'/%3E%3Ccircle cx='166' cy='132' r='2.2'/%3E%3Crect x='198' y='32' width='10' height='3' rx='1'/%3E%3Crect x='198' y='50' width='10' height='3' rx='1'/%3E%3Crect x='198' y='68' width='10' height='3' rx='1'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(5){top:calc(var(--edge-top) + 96px);height:44%;left:var(--edge-left);width:1px;opacity:calc(.5 * var(--decor-strength));background:linear-gradient(180deg,transparent,var(--tr-mid) 8%,var(--tr-hot) 46%,var(--tr-mid) 88%,transparent);box-shadow:0 0 6px -1px color-mix(in srgb,var(--glow) 40%,transparent)}:root[data-decor] .shell-decor>span:nth-child(6){inset:var(--edge-top) 0 var(--edge-bottom) var(--edge-left);opacity:calc(.7 * var(--decor-strength));background-repeat:no-repeat;background-image:radial-gradient(circle at 50% 50%,var(--via-cold) 1.6px,transparent 1.7px),radial-gradient(circle at 50% 50%,var(--via-cold) 1.1px,transparent 1.2px),radial-gradient(circle at 50% 50%,var(--via-cold) 1.5px,transparent 1.6px),radial-gradient(circle at 50% 50%,var(--via-cold) 1.3px,transparent 1.4px),linear-gradient(90deg,var(--tr-oxide) 0 26px,transparent 26px),linear-gradient(90deg,var(--tr-oxide) 0 18px,transparent 18px),linear-gradient(180deg,var(--tr-oxide) 0 13px,transparent 13px);background-size:4px 4px,3px 3px,4px 4px,3px 3px,26px 1px,18px 1px,1px 13px;background-position:213px 19px,268px 23px,302px calc(100% - 31px),631px calc(100% - 26px),187px 27px,calc(100% - 96px) calc(100% - 38px),calc(100% - 27px) 118px}:root[data-decor] .shell-decor i{position:absolute;width:0;height:0;offset-rotate:0deg;font-style:normal}:root[data-decor] .shell-decor i:before,:root[data-decor] .shell-decor i:after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:root[data-decor] .shell-decor i:before{content:"";width:3.6px;height:3.6px;border-radius:50%;background:var(--electron);box-shadow:0 0 4px var(--glow),0 0 9px color-mix(in srgb,var(--glow) 60%,transparent)}:root[data-decor] .shell-decor i:after{opacity:0;font:700 9px MS Gothic,Yu Gothic UI,Noto Sans JP,ui-monospace,monospace;color:var(--electron);transform:translate(-50%,-50%) scaleX(-1);text-shadow:0 0 5px var(--glow),0 0 12px color-mix(in srgb,var(--glow) 55%,transparent)}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(1){offset-path:path("M-8 30 H36 L50 44 H100 L114 58 V112");offset-distance:18%}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(1):after{content:"\ff83"}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(2){offset-path:path("M30 -8 V26 L44 40 V86 L58 100 H120");offset-distance:62%}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(2):after{content:"\ff66"}:root[data-decor] .shell-decor>span:nth-child(4)>i{offset-path:path("M206 34 H156 L142 48 H84 L70 62 V206");offset-distance:26%}:root[data-decor] .shell-decor>span:nth-child(4)>i:after{content:"\ff86"}:root[data-decor] .shell-decor>span:nth-child(5)>i{left:0}:root[data-decor] .shell-decor>span:nth-child(5)>i:before{content:none}:root[data-decor] .shell-decor>span:nth-child(5)>i:after{opacity:1;font-size:10px}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(1){top:30%}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(1):after{content:"\ff8a"}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(2){top:60%}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(2):after{content:"\ff9b"}@keyframes bai-flow{0%{offset-distance:0%;opacity:0}6%{opacity:1}88%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes bai-dot1{0%,68.9%{opacity:1}69.5%{opacity:0}70.1%{opacity:1}70.7%,to{opacity:0}}@keyframes bai-gly1{0%,70.3%{opacity:0}70.9%{opacity:1}71.5%{opacity:0}72.1%,to{opacity:1}}@keyframes bai-dot2{0%,18.2%{opacity:0}18.8%{opacity:1}19.4%{opacity:0}20%,28.4%{opacity:1}29%{opacity:0}29.6%{opacity:1}30.2%,53.5%{opacity:0}54.1%{opacity:1}54.7%{opacity:0}55.3%,to{opacity:1}}@keyframes bai-gly2{0%,17.6%{opacity:1}18.2%{opacity:0}18.8%,29.6%{opacity:0}30.2%{opacity:1}30.8%{opacity:0}31.4%,53.5%{opacity:1}54.1%{opacity:0}54.7%{opacity:1}55.3%,to{opacity:0}}@keyframes bai-rail{0%{top:-2%;opacity:0}7%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(1){animation:bai-flow 6.2s linear infinite}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(1):before{animation:bai-dot1 6.2s linear infinite}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(1):after{animation:bai-gly1 6.2s linear infinite}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(2){animation:bai-flow 8.4s linear infinite -3.1s}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(2):before{animation:bai-dot2 8.4s linear infinite -3.1s}:root[data-decor] .shell-decor>span:nth-child(1)>i:nth-child(2):after{animation:bai-gly2 8.4s linear infinite -3.1s}@keyframes bai-dot3{0%,49.2%{opacity:1}49.8%{opacity:0}50.4%{opacity:1}51%,to{opacity:0}}@keyframes bai-gly3{0%,50.6%{opacity:0}51.2%{opacity:1}51.8%{opacity:0}52.4%,to{opacity:1}}:root[data-decor] .shell-decor>span:nth-child(4)>i{animation:bai-flow 9.6s linear infinite -1.4s}:root[data-decor] .shell-decor>span:nth-child(4)>i:before{animation:bai-dot3 9.6s linear infinite -1.4s}:root[data-decor] .shell-decor>span:nth-child(4)>i:after{animation:bai-gly3 9.6s linear infinite -1.4s}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(1){animation:bai-rail 7s linear infinite}:root[data-decor] .shell-decor>span:nth-child(5)>i:nth-child(2){animation:bai-rail 11s linear infinite -4s}:root[data-decor] .shell__top-bar{position:relative;box-shadow:0 1px color-mix(in srgb,var(--tr-hot) 30%,transparent),0 6px 14px -8px color-mix(in srgb,var(--glow) 50%,transparent)}:root[data-decor] .shell__sidebar{box-shadow:1px 0 color-mix(in srgb,var(--tr-hot) 22%,transparent),7px 0 16px -10px color-mix(in srgb,var(--glow) 45%,transparent)}:root[data-decor] .shell__bottom-bar{position:relative;box-shadow:0 -1px color-mix(in srgb,var(--tr-hot) 26%,transparent),0 -6px 14px -8px color-mix(in srgb,var(--glow) 45%,transparent)}:root[data-decor] .top-bar,:root[data-decor] .bottom-bar{background:color-mix(in srgb,var(--surface-raised) 80%,transparent)}:root[data-decor] .shell-decor>span:nth-child(13){top:calc(var(--edge-top) - 22px);left:22%;width:420px;height:58px;opacity:calc(.5 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='58' viewBox='0 0 420 58'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M20 -8 V10 L34 24 H128'/%3E%3Cpath d='M188 -8 V16 L202 30 H272' opacity='.7'/%3E%3Cpath d='M330 -8 V8 L344 22 V66' opacity='.85'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='34' cy='24' r='2.4'/%3E%3Ccircle cx='202' cy='30' r='2.2'/%3E%3Ccircle cx='344' cy='22' r='2.6'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(14){bottom:calc(var(--edge-bottom) - 18px);right:12%;width:360px;height:48px;opacity:calc(.45 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='48' viewBox='0 0 360 48'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M44 56 V34 L58 20 H150'/%3E%3Cpath d='M232 56 V40 L246 26 H316' opacity='.7'/%3E%3Cpath d='M116 56 V44 L130 30 V-8' opacity='.6'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='58' cy='20' r='2.2'/%3E%3Ccircle cx='246' cy='26' r='2.4'/%3E%3Ccircle cx='130' cy='30' r='2'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] a:hover,:root[data-decor] button:hover,:root[data-decor] summary:hover,:root[data-decor] [role=button]:hover,:root[data-decor] [role=link]:hover,:root[data-decor] [role=tab]:hover,:root[data-decor] [role=menuitem]:hover,:root[data-decor] [role=option]:hover{text-shadow:0 0 8px color-mix(in srgb,currentColor 55%,transparent),0 0 18px color-mix(in srgb,currentColor 28%,transparent)}:root[data-decor] a[aria-disabled=true]:hover,:root[data-decor] button:disabled:hover,:root[data-decor] [aria-disabled=true]:hover{text-shadow:none}:root[data-decor] .settings-sidebar__link:hover{box-shadow:inset 2px 0 color-mix(in srgb,var(--tr-hot) 55%,transparent)}@keyframes bai-spark{0%,3%{box-shadow:0 0 4px var(--glow),0 0 9px color-mix(in srgb,var(--glow) 60%,transparent)}5%,7%{box-shadow:0 0 8px var(--glow),0 0 18px var(--glow),0 0 30px color-mix(in srgb,var(--glow) 55%,transparent)}10%,to{box-shadow:0 0 4px var(--glow),0 0 9px color-mix(in srgb,var(--glow) 60%,transparent)}}@media(prefers-reduced-motion:reduce){:root[data-decor] .shell-decor i,:root[data-decor] .shell-decor i:before,:root[data-decor] .shell-decor i:after{animation:none!important}}@media(max-width:768px),(pointer:coarse)and (max-width:1200px){:root[data-decor] .shell-decor{display:none}:root[data-decor] .shell__content{background:var(--surface-base)}}:root[data-decor] .shell-decor>span:nth-child(7){top:calc(var(--edge-top) + 62px);left:calc(var(--edge-left) + 68px);width:185px;height:157px;opacity:calc(.53 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='185' height='157' viewBox='0 0 185 157'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 24 H40 L52 12 H96 H193'/%3E%3Cpath d='M-8 72 H76 L90 86 H128 L138 96 H192 H193' opacity='0.57'/%3E%3Cpath d='M38 -8 V44 L50 56 H112 H193'/%3E%3Cpath d='M126 -8 V40 L138 28 H193 H193'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='52' cy='12' r='2.1'/%3E%3Ccircle cx='90' cy='86' r='2.2'/%3E%3Ccircle cx='138' cy='96' r='2.1'/%3E%3Ccircle cx='50' cy='56' r='2.3'/%3E%3Ccircle cx='138' cy='28' r='2.5'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(7)>i{offset-path:path("M38 -8 V44 L50 56 H112 H193");animation:bai-flow 11.8s linear infinite -5.8s}:root[data-decor] .shell-decor>span:nth-child(7)>i:before{animation:bai-spark 9.8s ease-out infinite -6.9s}:root[data-decor] .shell-decor>span:nth-child(8){top:calc(var(--edge-top) + 100px);right:117px;width:126px;height:78px;opacity:calc(.47 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='78' viewBox='0 0 126 78'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 22 H24 L34 32 H56 L70 18 H108 L118 8 H134 H134'/%3E%3Cpath d='M72 -8 V12 V86'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='34' cy='32' r='2'/%3E%3Ccircle cx='70' cy='18' r='2.8'/%3E%3Ccircle cx='118' cy='8' r='2.3'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(8)>i{offset-path:path("M-8 22 H24 L34 32 H56 L70 18 H108 L118 8 H134 H134");animation:bai-flow 9.5s linear infinite -1.4s}:root[data-decor] .shell-decor>span:nth-child(8)>i:before{animation:bai-spark 9.1s ease-out infinite -1.4s}:root[data-decor] .shell-decor>span:nth-child(9){top:calc(var(--edge-top) + 118px);right:141px;width:93px;height:180px;opacity:calc(.5 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='180' viewBox='0 0 93 180'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 90 H26 L34 82 V144 L44 154 H90 H101'/%3E%3Cpath d='M36 -8 V40 L50 54 H76 H101'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='34' cy='82' r='2.5'/%3E%3Ccircle cx='44' cy='154' r='1.9'/%3E%3Ccircle cx='50' cy='54' r='2.8'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(9)>i{offset-path:path("M-8 90 H26 L34 82 V144 L44 154 H90 H101");animation:bai-flow 8s linear infinite -4.6s}:root[data-decor] .shell-decor>span:nth-child(9)>i:before{animation:bai-spark 18.8s ease-out infinite -2.1s}:root[data-decor] .shell-decor>span:nth-child(10){top:calc(var(--edge-top) + 248px);left:calc(var(--edge-left) + 60px);width:113px;height:166px;opacity:calc(.49 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='166' viewBox='0 0 113 166'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M58 -8 V54 L66 46 H92 L104 58 V84 L112 76 H121 H121'/%3E%3Cpath d='M-8 118 H22 L30 110 H72 L82 120 V156 L94 144 H120 H121'/%3E%3Cpath d='M42 -8 V64 L52 74 H102 L112 84 H121 H121'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='66' cy='46' r='2.4'/%3E%3Ccircle cx='104' cy='58' r='1.6'/%3E%3Ccircle cx='112' cy='76' r='1.8'/%3E%3Ccircle cx='30' cy='110' r='2.7'/%3E%3Ccircle cx='82' cy='120' r='1.9'/%3E%3Ccircle cx='94' cy='144' r='2.2'/%3E%3Ccircle cx='52' cy='74' r='2.5'/%3E%3Ccircle cx='112' cy='84' r='2.1'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(10)>i{offset-path:path("M-8 118 H22 L30 110 H72 L82 120 V156 L94 144 H120 H121");animation:bai-flow 9.9s linear infinite -3.4s}:root[data-decor] .shell-decor>span:nth-child(10)>i:before{animation:bai-spark 12s ease-out infinite -10.2s}:root[data-decor] .shell-decor>span:nth-child(11){top:calc(var(--edge-top) + 267px);right:76px;width:102px;height:174px;opacity:calc(.55 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='174' viewBox='0 0 102 174'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 80 H42 L50 72 H76 L84 64 H110 H110'/%3E%3Cpath d='M40 -8 V72 L52 84 H100 L110 74 H110 H110' opacity='0.65'/%3E%3Cpath d='M40 -8 V48 L50 38 H74 L84 48 H110 H110'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='50' cy='72' r='2.6'/%3E%3Ccircle cx='84' cy='64' r='1.8'/%3E%3Ccircle cx='52' cy='84' r='2.5'/%3E%3Ccircle cx='110' cy='74' r='1.6'/%3E%3Ccircle cx='50' cy='38' r='1.8'/%3E%3Ccircle cx='84' cy='48' r='2.7'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(11)>i{offset-path:path("M40 -8 V72 L52 84 H100 L110 74 H110 H110");animation:bai-flow 14.2s linear infinite -10.3s}:root[data-decor] .shell-decor>span:nth-child(11)>i:before{animation:bai-spark 17.1s ease-out infinite -6.6s}:root[data-decor] .shell-decor>span:nth-child(12){top:calc(var(--edge-top) + 298px);right:139px;width:218px;height:74px;opacity:calc(.5 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='218' height='74' viewBox='0 0 218 74'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M124 -8 V28 L136 40 H178 L186 48 H226 H226' opacity='0.59'/%3E%3Cpath d='M-8 36 H36 L48 24 H84 L92 32 H194 L204 22 V46 V82'/%3E%3Cpath d='M88 -8 V14 V82'/%3E%3Cpath d='M-8 22 H66 L76 32 H110 H226' opacity='0.62'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='136' cy='40' r='2.5'/%3E%3Ccircle cx='186' cy='48' r='1.6'/%3E%3Ccircle cx='48' cy='24' r='2.2'/%3E%3Ccircle cx='92' cy='32' r='2.5'/%3E%3Ccircle cx='204' cy='22' r='2.3'/%3E%3Ccircle cx='76' cy='32' r='2.5'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(12)>i{offset-path:path("M-8 36 H36 L48 24 H84 L92 32 H194 L204 22 V46 V82");animation:bai-flow 14.5s linear infinite -5.1s}:root[data-decor] .shell-decor>span:nth-child(12)>i:before{animation:bai-spark 12.7s ease-out infinite -11.6s}:root[data-decor] .shell-decor>span:nth-child(15){top:calc(var(--edge-top) + 23px);left:3px;width:23px;height:219px;opacity:calc(.48 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='219' viewBox='0 0 23 219'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M4 6 V134 L8 138 V213'/%3E%3Cpath d='M8 138 H31' opacity='.6'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='4' cy='6' r='2.2'/%3E%3Ccircle cx='8' cy='138' r='2'/%3E%3Ccircle cx='8' cy='213' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(15)>i{offset-path:path("M4 6 V134 L8 138 V213");animation:bai-flow 10.7s linear infinite -2.2s}:root[data-decor] .shell-decor>span:nth-child(15)>i:before{animation:bai-spark 13.9s ease-out infinite -4.6s}:root[data-decor] .shell-decor>span:nth-child(16){top:calc(var(--edge-top) + 22px);right:12px;width:19px;height:139px;opacity:calc(.38 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='139' viewBox='0 0 19 139'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M4 6 V74 L12 82 V133'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='4' cy='6' r='2.2'/%3E%3Ccircle cx='12' cy='82' r='2'/%3E%3Ccircle cx='12' cy='133' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(16)>i{offset-path:path("M4 6 V74 L12 82 V133");animation:bai-flow 12s linear infinite -.8s}:root[data-decor] .shell-decor>span:nth-child(16)>i:before{animation:bai-spark 21.4s ease-out infinite -18.6s}:root[data-decor] .shell-decor>span:nth-child(17){top:calc(var(--edge-top) + 26px);left:14px;width:23px;height:204px;opacity:calc(.38 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='204' viewBox='0 0 23 204'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M4 6 V84 L8 88 V198'/%3E%3Cpath d='M8 88 H31' opacity='.6'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='4' cy='6' r='2.2'/%3E%3Ccircle cx='8' cy='88' r='2'/%3E%3Ccircle cx='8' cy='198' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(17)>i{offset-path:path("M4 6 V84 L8 88 V198");animation:bai-flow 13.6s linear infinite -1.6s}:root[data-decor] .shell-decor>span:nth-child(17)>i:before{animation:bai-spark 15s ease-out infinite -2.4s}:root[data-decor] .shell-decor>span:nth-child(18){top:calc(var(--edge-top) + 14px);right:12px;width:14px;height:139px;opacity:calc(.49 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='139' viewBox='0 0 14 139'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M4 6 V72 L8 76 V133'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='4' cy='6' r='2.2'/%3E%3Ccircle cx='8' cy='76' r='2'/%3E%3Ccircle cx='8' cy='133' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(18)>i{offset-path:path("M4 6 V72 L8 76 V133");animation:bai-flow 14.1s linear infinite -1.7s}:root[data-decor] .shell-decor>span:nth-child(18)>i:before{animation:bai-spark 16s ease-out infinite -1.8s}:root[data-decor] .shell-decor>span:nth-child(19){top:calc(var(--edge-top) + 106px);left:calc(var(--edge-left) + 2px);width:349px;height:78px;opacity:calc(.48 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='349' height='78' viewBox='0 0 349 78'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 18 H72 L84 30 H357'/%3E%3Cpath d='M84 30 L96 18 H357' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='84' cy='30' r='2.9'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(19)>i{offset-path:path("M-8 18 H72 L84 30 H357");animation:bai-flow 8.8s linear infinite -7.9s}:root[data-decor] .shell-decor>span:nth-child(19)>i:before{animation:bai-spark 12.7s ease-out infinite -9.3s}:root[data-decor] .shell-decor>span:nth-child(20){top:calc(var(--edge-top) + 498px);right:65px;width:448px;height:131px;opacity:calc(.33 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='131' viewBox='0 0 448 131'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 50 H188 L200 62 H418 L428 72 H456'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='200' cy='62' r='2.6'/%3E%3Ccircle cx='428' cy='72' r='2.7'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(20)>i{offset-path:path("M-8 50 H188 L200 62 H418 L428 72 H456");animation:bai-flow 10.1s linear infinite -7.1s}:root[data-decor] .shell-decor>span:nth-child(20)>i:before{animation:bai-spark 17.8s ease-out infinite -14.5s}:root[data-decor] .shell-decor>span:nth-child(21){top:calc(var(--edge-top) + 154px);left:calc(var(--edge-left) + -9px);width:323px;height:90px;opacity:calc(.31 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='323' height='90' viewBox='0 0 323 90'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 12 H150 L158 20 H331'/%3E%3Cpath d='M158 20 L168 10 H331' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='158' cy='20' r='2.9'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(21)>i{offset-path:path("M-8 12 H150 L158 20 H331");animation:bai-flow 7s linear infinite -6.4s}:root[data-decor] .shell-decor>span:nth-child(21)>i:before{animation:bai-spark 22.2s ease-out infinite -18.4s}:root[data-decor] .shell-decor>span:nth-child(22){top:calc(var(--edge-top) + 71px);right:29px;width:491px;height:93px;opacity:calc(.31 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='491' height='93' viewBox='0 0 491 93'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 84 H204 L216 72 H499'/%3E%3Cpath d='M216 72 L226 62 H499' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='216' cy='72' r='1.8'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(22)>i{offset-path:path("M-8 84 H204 L216 72 H499");animation:bai-flow 10.8s linear infinite -9.1s}:root[data-decor] .shell-decor>span:nth-child(22)>i:before{animation:bai-spark 20.7s ease-out infinite -5.5s}:root[data-decor] .shell-decor>span:nth-child(23){top:calc(var(--edge-top) + 336px);left:calc(var(--edge-left) + 27px);width:521px;height:59px;opacity:calc(.52 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='521' height='59' viewBox='0 0 521 59'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 46 H102 L112 36 H529'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='112' cy='36' r='2.3'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(23)>i{offset-path:path("M-8 46 H102 L112 36 H529");animation:bai-flow 7.1s linear infinite -3.4s}:root[data-decor] .shell-decor>span:nth-child(23)>i:before{animation:bai-spark 14.8s ease-out infinite -5.9s}:root[data-decor] .shell-decor>span:nth-child(24){top:calc(var(--edge-top) + 297px);right:-31px;width:479px;height:41px;opacity:calc(.49 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='479' height='41' viewBox='0 0 479 41'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 28 H72 L86 14 H487'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='86' cy='14' r='2'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(24)>i{offset-path:path("M-8 28 H72 L86 14 H487");animation:bai-flow 11.4s linear infinite -11.3s}:root[data-decor] .shell-decor>span:nth-child(24)>i:before{animation:bai-spark 10.4s ease-out infinite -1.8s}:root[data-decor] .shell-decor>span:nth-child(25){top:calc(var(--edge-top) + 438px);left:calc(var(--edge-left) + -2px);width:459px;height:112px;opacity:calc(.51 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='112' viewBox='0 0 459 112'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 86 H90 L100 76 H467'/%3E%3Cpath d='M100 76 L112 64 H467' opacity='.55'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='100' cy='76' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(25)>i{offset-path:path("M-8 86 H90 L100 76 H467");animation:bai-flow 12.8s linear infinite -8.2s}:root[data-decor] .shell-decor>span:nth-child(25)>i:before{animation:bai-spark 19.2s ease-out infinite -15s}:root[data-decor] .shell-decor>span:nth-child(26){top:calc(var(--edge-top) + 295px);right:75px;width:265px;height:48px;opacity:calc(.41 * var(--decor-strength));--web: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='265' height='48' viewBox='0 0 265 48'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M-8 18 H84 L90 24 H273'/%3E%3C/g%3E%3Cg fill='white'%3E%3Ccircle cx='90' cy='24' r='2.4'/%3E%3C/g%3E%3C/svg%3E")}:root[data-decor] .shell-decor>span:nth-child(26)>i{offset-path:path("M-8 18 H84 L90 24 H273");animation:bai-flow 11s linear infinite -4.5s}:root[data-decor] .shell-decor>span:nth-child(26)>i:before{animation:bai-spark 12.5s ease-out infinite -10s}:root[data-decor] .shell-decor .decor-gl{position:absolute;inset:0;z-index:-1;display:block;width:100%;height:100%;pointer-events:none;opacity:calc(.92 * var(--decor-strength))}:root[data-decor] .shell :is(.explore__card,.dashboard__card,.dash-grid__card,.dash-grid__new-card,.card,.tcard,.settings-page__section,.vault-section,.pf__section,.settings-sidebar__section,.settings-sidebar__data-panel,.bottom-bar__flyout,.toast,.vault-unlocked-banner,.explore__error-banner){background-color:color-mix(in srgb,var(--surface-raised) 74%,transparent);box-shadow:inset 0 1px color-mix(in srgb,var(--tr-hot) 15%,transparent),0 0 0 1px color-mix(in srgb,var(--tr-deep) 30%,transparent),0 1px 3px -2px #0000008c,0 8px 18px -14px #000000bf;transition:box-shadow .16s ease,background-color .16s ease}:root[data-decor] .shell :is(.explore__card,.dashboard__card,.dash-grid__card,.dash-grid__new-card,.card,.tcard):hover{background-color:color-mix(in srgb,var(--surface-raised) 84%,transparent);box-shadow:inset 0 1px color-mix(in srgb,var(--tr-hot) 24%,transparent),0 0 0 1px color-mix(in srgb,var(--accent) 50%,transparent),0 1px 3px -2px #00000080,0 10px 22px -16px #000c}:root[data-decor] .shell :is(.app-row,.grant-row,.device-row,.secret-row,.toggle-row,.pf__row,.form__row,.custom-field-row,.bottom-bar__flyout-item,.pf__item){background-color:color-mix(in srgb,var(--surface-overlay) 62%,transparent);box-shadow:inset 0 1px color-mix(in srgb,var(--tr-deep) 22%,transparent)}:root[data-decor] .shell__sidebar,:root[data-decor] .settings-sidebar{background-color:color-mix(in srgb,var(--sidebar-bg) 72%,transparent)!important;box-shadow:inset -1px 0 color-mix(in srgb,var(--tr-deep) 40%,transparent),6px 0 24px -14px #000c}:root[data-decor] .shell :is(.llm-admin-frame,.mcp-admin-frame,.registry-admin-frame,.n8n-admin-frame,.aigents-n8n-admin-frame,.forgejo-admin-frame,.ythril-admin-frame,.chat-frame){border-radius:var(--radius-md);box-shadow:0 0 0 1px color-mix(in srgb,var(--tr-mid) 42%,transparent),0 0 24px -8px color-mix(in srgb,var(--glow) 20%,transparent),0 12px 40px -22px #000000d9}:root[data-decor] .shell__content{text-shadow:0 0 3px var(--surface-base),0 0 6px var(--surface-base),0 0 11px var(--surface-base)}:root[data-decor] .shell :is(h1,h2,h3){text-shadow:0 0 4px var(--surface-base),0 0 8px var(--surface-base),0 0 14px var(--surface-base),0 0 20px color-mix(in srgb,var(--glow) 22%,transparent)}:root[data-decor] .shell :is(code,pre,kbd,samp){background-color:color-mix(in srgb,var(--surface-sunken) 88%,transparent);text-shadow:none}:root[data-decor] ::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,color-mix(in srgb,var(--tr-mid) 70%,transparent),color-mix(in srgb,var(--tr-deep) 70%,transparent));box-shadow:0 0 6px -1px color-mix(in srgb,var(--glow) 40%,transparent)}:root[data-decor] ::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media(prefers-reduced-motion:reduce){:root[data-decor] .shell :is(.explore__card,.dashboard__card,.dash-grid__card,.dash-grid__new-card,.card,.tcard,.settings-page__section,.vault-section,.pf__section,.settings-sidebar__section,.settings-sidebar__data-panel,.bottom-bar__flyout,.toast,.vault-unlocked-banner,.explore__error-banner){transition:none}}@media(max-width:768px),(pointer:coarse)and (max-width:1200px){:root[data-decor] .shell-decor .decor-gl{display:none}:root[data-decor] .shell :is(.explore__card,.dashboard__card,.dash-grid__card,.dash-grid__new-card,.card,.tcard,.settings-page__section,.vault-section,.pf__section,.settings-sidebar__section,.settings-sidebar__data-panel,.bottom-bar__flyout,.toast,.vault-unlocked-banner,.explore__error-banner){background-color:var(--surface-raised);background-image:none}:root[data-decor] .shell :is(.app-row,.grant-row,.device-row,.secret-row,.toggle-row,.pf__row,.form__row,.custom-field-row,.bottom-bar__flyout-item,.pf__item){background-color:var(--surface-overlay)}:root[data-decor] .shell__sidebar,:root[data-decor] .settings-sidebar{background-color:var(--sidebar-bg)!important;background-image:none}}html{-webkit-text-size-adjust:100%}@media(max-width:768px),(pointer:coarse)and (max-width:1200px){:root[data-theme]{--topbar-height: 52px;--bottombar-height: 48px}}@media(max-width:768px),(pointer:coarse){input,select,textarea{font-size:16px!important}}
