/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.lp{position:relative}.lp-main{max-width:1080px;margin:0 auto;padding:0 1.5rem}.lp-nav-right{display:flex;align-items:center;gap:1.25rem}.lp-nav-right a{color:var(--fg-dim);text-decoration:none}.lp-nav-right a:hover{color:var(--fg-bright)}@media(max-width:760px){.lp-nav-right a.nav-link{display:none}}.lp .eyebrow{font-family:var(--mono);color:var(--accent);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.lp .hero{display:grid;grid-template-columns:1.1fr 1fr;gap:2.5rem;align-items:center;padding:3rem 0 2.5rem}@media(max-width:880px){.lp .hero{grid-template-columns:1fr;gap:2rem}}.lp .hero h1{font-size:clamp(1.9rem,4.6vw,3rem);line-height:1.12;margin:.5rem 0 0;text-transform:none;letter-spacing:0;text-wrap:balance}.lp .hero h1:before{content:none}.lp .hero .lead{font-size:1.05rem;color:var(--fg-dim);max-width:42ch;margin:1rem 0 1.5rem}.lp .cta-row{display:flex;gap:.75rem;flex-wrap:wrap}.lp .trust{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1.75rem;font-family:var(--mono);font-size:.75rem;color:var(--fg-dim)}.lp .trust b{color:var(--ok)}html[data-theme=nes] .lp .hero h1{font-size:1.3rem;line-height:1.5}.lp .term-card{margin:0}.lp .term-bar{display:flex;align-items:center;gap:.5rem;margin:-.25rem 0 .9rem;font-family:var(--mono);font-size:.72rem;color:var(--fg-dim);letter-spacing:.06em}.lp .term-bar .dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--line)}.lp .term-lines{font-family:var(--mono);font-size:.82rem;line-height:1.85;min-height:210px}.lp .term-lines .l{display:block;white-space:pre-wrap}.lp .term-lines .prompt{color:var(--accent)}.lp .term-lines .flag{color:var(--warn)}.lp .term-lines .ok{color:var(--ok)}.lp .term-lines .dim{color:var(--fg-dim)}.lp .term-lines .win{color:var(--fg-bright)}.lp .caret{display:inline-block;width:.6ch;background:var(--fg);color:transparent;animation:lp-blink 1.1s steps(1) infinite}.lp .hero h1 .cursor{color:var(--accent);animation:lp-blink 1.1s steps(1) infinite}@keyframes lp-blink{50%{opacity:0}}.lp section{padding:3rem 0}.lp .sec-head{margin-bottom:1.5rem;max-width:60ch}.lp .sec-head p{color:var(--fg-dim);margin:.5rem 0 0}.lp .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:820px){.lp .grid3{grid-template-columns:1fr 1fr}}@media(max-width:540px){.lp .grid3{grid-template-columns:1fr}}.lp .grid3 .card{margin:0}.lp .grid3 .card h3{margin-top:0}.lp .grid3 .card p{color:var(--fg-dim);margin-bottom:0}.lp .grid3 .card .tag{display:block;font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.lp .grid3 .card .glyph{font-family:var(--mono);color:var(--ok)}.lp .final{text-align:center;padding:3.5rem 0 3rem}.lp .final h2{justify-content:center}.lp .final h2:before{content:none}.lp .final p{color:var(--fg-dim);margin:.5rem 0 1.5rem}.lp .foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding:2rem 0;border-top:1px solid var(--line);font-family:var(--mono);font-size:.85rem;color:var(--fg)}.lp .foot a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--line);transition:border-color .15s ease}.lp .foot a:hover{border-color:var(--accent)}.lp .foot .heart{color:var(--accent)}@media(prefers-reduced-motion:reduce){.lp .caret,.lp .hero h1 .cursor{animation:none}}.lp.lp-egypt{--papyrus: #f4ead1;--papyrus-hi: #fbf4e2;--ink: #33291a;--ink-soft: #7c6b4c;--lapis: #123a63;--lapis-deep: #0d2b49;--gold: #c8a24a;--gold-hi: #e3c877;--gold-deep: #9c7a2b;--turq: #2a9d8f;--carnelian: #b23a2e;--egypt-serif: "Cinzel", "Trajan Pro", "Optima", "Playfair Display", Georgia, "Times New Roman", serif;--bg: var(--papyrus);--bg-elev: var(--papyrus-hi);--bg-input: #ffffff;--fg: var(--ink);--fg-bright: var(--lapis);--fg-dim: var(--ink-soft);--line: rgba(156, 122, 43, .35);--line-soft: rgba(156, 122, 43, .18);--accent: var(--gold-deep);--glow: transparent;--ok: var(--turq);--warn: #c8862a;--danger: var(--carnelian);min-height:100vh;background:transparent;color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}html.egypt-landing body{background:radial-gradient(120% 60% at 50% -10%,rgba(227,200,119,.28),transparent 60%),linear-gradient(180deg,#f6eed9,#efe1c2)!important;background-attachment:fixed!important}html.egypt-landing body:before,html.egypt-landing body:after,html.egypt-landing:before,html.egypt-landing:after{content:none!important;display:none!important}html.egypt-landing .sky .cloud{width:6em;height:2em;background:#fffdf6;border-radius:2em;opacity:.92;color:transparent;text-shadow:none;filter:drop-shadow(0 10px 22px rgba(120,95,40,.16))}html.egypt-landing .sky .cloud:before,html.egypt-landing .sky .cloud:after{content:"";position:absolute;background:#fffdf6;border-radius:50%;color:transparent;text-shadow:none;white-space:normal}html.egypt-landing .sky .cloud:before{width:2.6em;height:2.6em;top:-1.3em;left:.9em}html.egypt-landing .sky .cloud:after{width:3.6em;height:3.6em;top:-2em;right:.9em}html .lp.lp-egypt h1,html .lp.lp-egypt h2,html .lp.lp-egypt h3,html .lp.lp-egypt .brand{font-family:var(--egypt-serif);text-transform:none;text-shadow:none}html .lp.lp-egypt h1,html .lp.lp-egypt h2{color:var(--lapis);letter-spacing:.01em}html .lp.lp-egypt h2:before{content:none}html .lp.lp-egypt h3{color:var(--lapis)}html .lp.lp-egypt p,html .lp.lp-egypt .lead,html .lp.lp-egypt .sec-head p{color:var(--ink-soft);text-shadow:none}html .lp.lp-egypt .topbar{background:linear-gradient(180deg,#123a63,#0f3255);border-bottom:2px solid var(--gold);box-shadow:0 2px 14px #0d2b4940}html .lp.lp-egypt .brand{color:var(--gold-hi);letter-spacing:.06em;text-shadow:none}html .lp.lp-egypt .brand span{color:#fff}html .lp.lp-egypt .lp-nav-right a{color:#d9e4f0}html .lp.lp-egypt .lp-nav-right a:hover{color:#fff}html .lp.lp-egypt button{font-family:inherit;font-weight:700;letter-spacing:.02em;text-transform:none;color:#2a2110;background:linear-gradient(180deg,var(--gold-hi),var(--gold));border:1px solid var(--gold-deep);border-radius:10px;text-shadow:none;box-shadow:0 2px #8a6a22,0 6px 16px #a07d2b4d}html .lp.lp-egypt button:hover{color:#2a2110;background:linear-gradient(180deg,#efd68f,var(--gold-hi));box-shadow:0 2px #8a6a22,0 8px 20px #a07d2b6b}html .lp.lp-egypt button:active{transform:translateY(1px);box-shadow:0 1px #8a6a22,0 4px 12px #a07d2b4d}html .lp.lp-egypt button.ghost{background:transparent;color:var(--lapis);border:1px solid rgba(18,58,99,.4);box-shadow:none}html .lp.lp-egypt button.ghost:hover{background:#123a630f;color:var(--lapis-deep);border-color:var(--lapis)}html .lp.lp-egypt .hero{position:relative}html .lp.lp-egypt .hero:before{content:"";position:absolute;z-index:0;top:-70px;left:-80px;width:360px;height:360px;pointer-events:none;background:radial-gradient(circle at center,rgba(227,200,119,.55),rgba(227,200,119,.14) 45%,transparent 70%)}html .lp.lp-egypt .hero>div{position:relative;z-index:1}html .lp.lp-egypt .eyebrow{color:var(--gold-deep)}html .lp.lp-egypt .hero h1 .cursor{color:var(--gold)}html .lp.lp-egypt .trust b{color:var(--gold-deep)}html .lp.lp-egypt .hero h1{font-size:clamp(1.9rem,4.6vw,3rem);line-height:1.12}html .lp.lp-egypt .sec-head:before,html .lp.lp-egypt .final .eyebrow:after{content:"";display:block;width:150px;height:30px;margin-bottom:.7rem;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='34' viewBox='0 0 160 34'><g fill='%23c8a24a' stroke='%23c8a24a'><circle cx='80' cy='17' r='7' stroke='none'/><path stroke='none' d='M80 17 C58 7 30 9 4 17 C30 14 58 20 80 17 Z'/><path stroke='none' d='M80 17 C102 7 130 9 156 17 C130 14 102 20 80 17 Z'/><path fill='none' stroke-width='1.4' d='M73 21 q-3 7 -6 11 M77 23 q-2 7 -4 11 M83 23 q2 7 4 11 M87 21 q3 7 6 11'/></g></svg>") no-repeat left center;background-size:contain}html .lp.lp-egypt .final .eyebrow:after{margin:.7rem auto 0}html .lp.lp-egypt .card{background:linear-gradient(180deg,#fbf4e2,#f3e7cc);border:1px solid rgba(156,122,43,.35);border-radius:14px;box-shadow:0 10px 26px #785f2824;position:relative;overflow:hidden}html .lp.lp-egypt .card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-hi),var(--gold))}html .lp.lp-egypt .card .tag{color:var(--gold-deep);text-transform:uppercase;letter-spacing:.12em}html .lp.lp-egypt .card .glyph{color:var(--turq);font-family:var(--mono)}html .lp.lp-egypt .term-card{background:linear-gradient(160deg,#0d2b49,#123a63);border:1px solid rgba(200,162,74,.45);border-radius:14px;box-shadow:0 18px 40px #123a6347}html .lp.lp-egypt .term-bar{color:#d9c48b;border-bottom:1px solid rgba(200,162,74,.25)}html .lp.lp-egypt .term-bar .dot{border-color:#e3c87799}html .lp.lp-egypt .term-lines{color:#e9dcc0}html .lp.lp-egypt .term-lines .prompt,html .lp.lp-egypt .term-lines .win{color:var(--gold-hi)}html .lp.lp-egypt .term-lines .ok{color:#5fbfa9}html .lp.lp-egypt .term-lines .dim{color:#9db4c9}html .lp.lp-egypt .term-lines .flag{color:#e0a45a}html .lp.lp-egypt .term-lines .caret{background:var(--gold-hi)}html .lp.lp-egypt .foot{border-top:1px solid rgba(156,122,43,.4);color:#5b4a2e}html .lp.lp-egypt .foot .brand{color:var(--gold-deep);font-size:.9rem}html .lp.lp-egypt .foot a{color:var(--gold-deep);border-bottom-color:#9c7a2b66}html .lp.lp-egypt .foot a:hover{border-color:var(--gold-deep)}html .lp.lp-egypt .foot .heart{color:var(--carnelian)}html .lp.lp-egypt .link{color:var(--gold-deep)}html[data-theme=phosphor]{--bg: #020a05;--bg-elev: rgba(20, 74, 40, .1);--bg-input: rgba(0, 0, 0, .35);--fg: #34ff7a;--fg-bright: #c6ffdb;--fg-dim: #1f9e4c;--line: rgba(52, 255, 122, .3);--line-soft: rgba(52, 255, 122, .13);--accent: #4dffa0;--glow: rgba(52, 255, 122, .6);--ok: #47ff88;--warn: #ffce4d;--danger: #ff6a5a;--scanline: rgba(0, 0, 0, .3);--sweep: rgba(52, 255, 122, .045);--cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDIyIDIyJz48cGF0aCBkPSdNMiAxIEwyIDE3IEw2IDEzIEw5IDE5IEwxMSAxOCBMOCAxMiBMMTQgMTIgWicgZmlsbD0nI2M2ZmZkYicgc3Ryb2tlPScjMDIxYjBlJyBzdHJva2Utd2lkdGg9JzEuMicvPjwvc3ZnPg==) 2 1, auto;--cursor-pointer: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDIyIDIyJz48cGF0aCBkPSdNMiAxIEwyIDE3IEw2IDEzIEw5IDE5IEwxMSAxOCBMOCAxMiBMMTQgMTIgWicgZmlsbD0nIzRkZmZhMCcgc3Ryb2tlPScjMDIxYjBlJyBzdHJva2Utd2lkdGg9JzEuMicvPjwvc3ZnPg==) 2 1, pointer;--cursor-text: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDEwIDIyJz48ZyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnPjxwYXRoIGQ9J00zIDIgSDcgTTUgMiBWMjAgTTMgMjAgSDcnIHN0cm9rZT0nIzAyMWIwZScgc3Ryb2tlLXdpZHRoPScyLjYnLz48cGF0aCBkPSdNMyAyIEg3IE01IDIgVjIwIE0zIDIwIEg3JyBzdHJva2U9JyNjNmZmZGInIHN0cm9rZS13aWR0aD0nMS4yJy8+PC9nPjwvc3ZnPg==) 5 11, text;color-scheme:dark}html[data-theme=amber]{--bg: #0e0800;--bg-elev: rgba(74, 48, 8, .12);--bg-input: rgba(0, 0, 0, .38);--fg: #ffb000;--fg-bright: #ffe0a3;--fg-dim: #a86f0a;--line: rgba(255, 176, 0, .3);--line-soft: rgba(255, 176, 0, .13);--accent: #ffc233;--glow: rgba(255, 176, 0, .55);--ok: #ffcf33;--warn: #ffb000;--danger: #ff6a3a;--scanline: rgba(0, 0, 0, .32);--sweep: rgba(255, 176, 0, .05);--cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDIyIDIyJz48cGF0aCBkPSdNMiAxIEwyIDE3IEw2IDEzIEw5IDE5IEwxMSAxOCBMOCAxMiBMMTQgMTIgWicgZmlsbD0nI2ZmZTBhMycgc3Ryb2tlPScjMWIxMjAwJyBzdHJva2Utd2lkdGg9JzEuMicvPjwvc3ZnPg==) 2 1, auto;--cursor-pointer: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDIyIDIyJz48cGF0aCBkPSdNMiAxIEwyIDE3IEw2IDEzIEw5IDE5IEwxMSAxOCBMOCAxMiBMMTQgMTIgWicgZmlsbD0nI2ZmYzIzMycgc3Ryb2tlPScjMWIxMjAwJyBzdHJva2Utd2lkdGg9JzEuMicvPjwvc3ZnPg==) 2 1, pointer;--cursor-text: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDEwIDIyJz48ZyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnPjxwYXRoIGQ9J00zIDIgSDcgTTUgMiBWMjAgTTMgMjAgSDcnIHN0cm9rZT0nIzFiMTIwMCcgc3Ryb2tlLXdpZHRoPScyLjYnLz48cGF0aCBkPSdNMyAyIEg3IE01IDIgVjIwIE0zIDIwIEg3JyBzdHJva2U9JyNmZmUwYTMnIHN0cm9rZS13aWR0aD0nMS4yJy8+PC9nPjwvc3ZnPg==) 5 11, text;color-scheme:dark}:root{--bg: #020a05;--bg-elev: rgba(20,74,40,.1);--bg-input: rgba(0,0,0,.35);--fg: #34ff7a;--fg-bright: #c6ffdb;--fg-dim: #1f9e4c;--line: rgba(52,255,122,.3);--line-soft: rgba(52,255,122,.13);--accent: #4dffa0;--glow: rgba(52,255,122,.6);--ok: #47ff88;--warn: #ffce4d;--danger: #ff6a5a;--scanline: rgba(0,0,0,.3);--sweep: rgba(52,255,122,.045);--cursor: auto;--cursor-pointer: pointer;--cursor-text: text;--mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace}body{cursor:var(--cursor)}a,button,select,.link,[role=button],input[type=checkbox],input[type=radio]{cursor:var(--cursor-pointer)}input:not([type=checkbox]):not([type=radio]),textarea{cursor:var(--cursor-text)}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:var(--mono);font-size:14px;line-height:1.5;background:var(--bg);color:var(--fg);text-shadow:0 0 4px var(--glow);letter-spacing:.01em;-webkit-font-smoothing:none}::selection{background:var(--fg-dim);color:#000;text-shadow:none}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none;background:repeating-linear-gradient(to bottom,transparent 0 2px,var(--scanline) 2px 3px);mix-blend-mode:multiply}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;background:radial-gradient(120% 130% at 50% 50%,transparent 52%,rgba(0,0,0,.62) 100%);box-shadow:inset 0 0 140px #000000e6}html[data-theme=phosphor]:before,html[data-theme=amber]:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9996;pointer-events:none;border-radius:26px/34px;box-shadow:inset 0 0 6px 3px #000000d9,inset 0 0 160px 60px #00000073}html[data-theme=phosphor]:after,html[data-theme=amber]:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9996;pointer-events:none;background:radial-gradient(75% 55% at 28% 12%,rgba(255,255,255,.05),transparent 60%),radial-gradient(60% 45% at 78% 96%,rgba(255,255,255,.03),transparent 55%);background-repeat:no-repeat;background-size:100% 100%,100% 100%}@media(pointer:coarse),(max-width:700px){html[data-theme=modern] .cloud{filter:none}}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.5rem;background:var(--bg-elev);border-bottom:1px solid var(--line)}.brand{font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-bright);text-shadow:0 0 6px var(--glow),-1px 0 rgba(255,0,90,.25),1px 0 rgba(0,180,255,.25)}.brand:before{content:"☁ ";opacity:.9}.brand span{color:var(--accent)}.container{max-width:960px;margin:2rem auto;padding:0 1.5rem}.card{position:relative;background:var(--bg-elev);border:1px solid var(--line);border-radius:2px;padding:1.25rem 1.5rem 1.5rem;margin-bottom:1.5rem;box-shadow:inset 0 0 24px #34ff7a0d}h1,h2,h3{margin-top:0;color:var(--fg-bright);font-weight:700;text-shadow:0 0 6px var(--glow)}h2{font-size:1rem;text-transform:uppercase;letter-spacing:.12em}h2:before{content:"> ";color:var(--accent)}h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg)}label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-dim);margin-bottom:.35rem}input,select{width:100%;padding:.55rem .7rem;background:var(--bg-input);border:1px solid var(--line);border-radius:2px;color:var(--fg);font-family:var(--mono);font-size:.9rem;margin-bottom:1rem;text-shadow:0 0 4px var(--glow)}input::placeholder{color:var(--fg-dim);text-shadow:none}input:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 0 12px var(--glow)}select option{background:var(--bg);color:var(--fg)}button{background:transparent;color:var(--fg);border:1px solid var(--line);border-radius:2px;padding:.5rem 1rem;font-family:var(--mono);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;text-shadow:0 0 4px var(--glow);transition:background .1s,box-shadow .1s,color .1s}button:hover{color:var(--fg-bright);border-color:var(--accent);background:#34ff7a1a;box-shadow:0 0 12px var(--glow),inset 0 0 12px #34ff7a1f}button:active{background:#34ff7a38;transform:translateY(1px)}button:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 0 12px var(--glow)}button.ghost{border-color:var(--line-soft);color:var(--fg-dim)}button.ghost:hover{color:var(--fg-bright);border-color:var(--accent)}button.danger{color:var(--danger);border-color:#ff6a5a66;text-shadow:0 0 4px rgba(255,106,90,.5)}button.danger:hover{color:#ffd0c9;border-color:var(--danger);background:#ff6a5a1f;box-shadow:0 0 12px #ff6a5a80}button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;background:transparent;transform:none}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}th,td{text-align:left;padding:.55rem .6rem;border-bottom:1px solid var(--line-soft)}th{color:var(--fg-dim);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;border-bottom:1px solid var(--line)}tbody tr:hover td{background:#34ff7a0d}td.muted,.muted{color:var(--fg-dim)}.vps-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.vps-card{border:1px solid var(--line);border-radius:2px;padding:1rem 1.1rem}.vps-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.vps-name{font-weight:700;font-size:1rem}.vps-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.7rem 1.5rem;margin:0}.vps-fields>div{display:flex;flex-direction:column;gap:.2rem;min-width:0}.vps-fields dt{color:var(--fg-dim);text-transform:uppercase;font-size:.68rem;letter-spacing:.06em}.vps-fields dd{margin:0}.vps-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.url-link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.badge{display:inline-block;padding:.1rem .4rem;border:1px solid currentColor;border-radius:2px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.badge:before{content:"["}.badge:after{content:"]"}.badge.pending{color:var(--warn)}.badge.approved,.badge.running{color:var(--ok)}.badge.rejected{color:var(--danger)}.badge.stopped{color:var(--fg-dim)}.row{display:flex;gap:1rem}.row>*{flex:1}.error{color:var(--danger);border:1px solid rgba(255,106,90,.4);background:#ff6a5a14;padding:.5rem .75rem;border-radius:2px;margin-bottom:1rem;text-shadow:0 0 4px rgba(255,106,90,.5)}.error:before{content:"! "}.center{min-height:100vh;display:grid;place-items:center}.auth{width:380px;max-width:90vw}.auth .brand{display:block;text-align:center}.link{color:var(--accent);cursor:pointer;background:none;border:none;padding:0;font:inherit;text-transform:none;letter-spacing:0;text-decoration:underline;text-shadow:0 0 4px var(--glow)}.link:hover{color:var(--fg-bright);box-shadow:none;background:none}.console-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;display:grid;place-items:center;z-index:100}.console-window{width:min(900px,92vw);height:min(560px,80vh);background:var(--bg);border:1px solid var(--accent);border-radius:2px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 24px var(--glow),inset 0 0 40px #34ff7a0f}.console-bar{display:flex;align-items:center;justify-content:space-between;padding:.45rem .9rem;background:var(--bg-elev);border-bottom:1px solid var(--line);font-size:.8rem;color:var(--fg-dim);text-transform:uppercase;letter-spacing:.08em}.console-term{flex:1;padding:.5rem;overflow:hidden}.env-textarea{flex:1;width:100%;margin:0;border:none;border-radius:0;resize:none;padding:.75rem .9rem;background:var(--bg);color:var(--fg);font-family:var(--mono, monospace);font-size:.85rem;line-height:1.5;-moz-tab-size:2;tab-size:2}.env-textarea:focus{outline:none}.env-actions{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;background:var(--bg-elev);border-top:1px solid var(--line)}@media(pointer:coarse){input,select,textarea,.env-textarea{font-size:16px}}@media(max-width:640px){.topbar{padding:.65rem 1rem}.container{margin:1.25rem auto;padding:0 1rem}.card{padding:1rem 1rem 1.15rem}.row{flex-direction:column;gap:0}.console-window{width:100vw;height:100vh;height:100dvh;border:none;border-radius:0}}@media(max-width:480px){.topbar .muted{display:none}}.theme-select{width:auto;margin:0 1rem 0 0}html[data-theme=nes]{--bg: #e3e3e3;--bg-elev: #ffffff;--bg-input: #ffffff;--fg: #212529;--fg-bright: #000000;--fg-dim: #6c757d;--line: #212529;--line-soft: #adb5bd;--accent: #209cee;--glow: transparent;--ok: #4c9a2a;--warn: #b8930b;--danger: #e76e55;color-scheme:light;--nes-border: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" ?><svg version="1.1" width="5" height="5" xmlns="http://www.w3.org/2000/svg"><path d="M2 1 h1 v1 h-1 z M1 2 h1 v1 h-1 z M3 2 h1 v1 h-1 z M2 3 h1 v1 h-1 z" fill="rgb(33,37,41)" /></svg>');--nes-cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzElEQVRYR+2X0Q6AIAhF5f8/2jYXZkwEjNSVvVUjDpcrGgT7FUkI2D9xRfQETwNIiWO85wfINfQUEyxBG2ArsLwC0jioGt5zFcwF4OYDPi/mBYKm4t0U8ATgRm3ThFoAqkhNgWkA0jJLvaOVSs7j3qMnSgXWBMiWPXe94QqMBMBc1VZIvaTu5u5pQewq0EqNZvIEMCmxAawK0DNkay9QmfFNAJUXfgGgUkLaE7j/h8fnASkxHTz0DGIBMCnBeeM7AArpUd3mz2x3C7wADglA8BcWMZhZAAAAAElFTkSuQmCC) 14 0, pointer;--cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDIyIDIyJyBzaGFwZS1yZW5kZXJpbmc9J2NyaXNwRWRnZXMnPjxwYXRoIGQ9J00yIDEgTDIgMTcgTDYgMTMgTDkgMTkgTDExIDE4IEw4IDEyIEwxNCAxMiBaJyBmaWxsPScjZmZmJyBzdHJva2U9JyMwMDAnIHN0cm9rZS13aWR0aD0nMS41Jy8+PC9zdmc+) 2 1, auto;--cursor-pointer: var(--nes-cursor);--cursor-text: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScyMicgdmlld0JveD0nMCAwIDEwIDIyJyBzaGFwZS1yZW5kZXJpbmc9J2NyaXNwRWRnZXMnPjxnIGZpbGw9J25vbmUnPjxwYXRoIGQ9J00yIDIgSDggTTUgMiBWMjAgTTIgMjAgSDgnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPSczJy8+PHBhdGggZD0nTTIgMiBIOCBNNSAyIFYyMCBNMiAyMCBIOCcgc3Ryb2tlPScjMDAwJyBzdHJva2Utd2lkdGg9JzEuNScvPjwvZz48L3N2Zz4=) 5 11, text}html[data-theme=nes] body:before,html[data-theme=nes] body:after{content:none;display:none}html[data-theme=nes] body{font-family:"Press Start 2P",Courier New,monospace;font-size:11px;line-height:1.9;letter-spacing:0;text-shadow:none;background:var(--bg);color:var(--fg);image-rendering:pixelated}html[data-theme=nes] .topbar{background:var(--bg-elev);border-bottom:4px solid var(--fg-bright)}html[data-theme=nes] .brand{color:var(--fg-bright);letter-spacing:0;font-size:.9rem;text-shadow:2px 2px 0 var(--line-soft)}html[data-theme=nes] h1,html[data-theme=nes] h2,html[data-theme=nes] h3{color:var(--fg-bright);text-shadow:none;letter-spacing:0}html[data-theme=nes] h2{font-size:.85rem}html[data-theme=nes] h2:before{content:none}html[data-theme=nes] h3{font-size:.72rem}html[data-theme=nes] label{color:var(--fg);font-size:.62rem;letter-spacing:0;text-transform:none}html[data-theme=nes] p,html[data-theme=nes] .muted,html[data-theme=nes] td.muted{color:var(--fg-dim);text-shadow:none}html[data-theme=nes] .card,html[data-theme=nes] input,html[data-theme=nes] select,html[data-theme=nes] table,html[data-theme=nes] .error{border-style:solid;border-width:4px;border-color:var(--fg-bright);border-radius:0;border-image-slice:2;border-image-width:2;border-image-outset:0;border-image-repeat:stretch;border-image-source:var(--nes-border);box-shadow:none;text-shadow:none}html[data-theme=nes] .card{background:var(--bg-elev);color:var(--fg);padding:1.5rem 2rem;overflow-x:auto}html[data-theme=nes] input,html[data-theme=nes] select{background:#fff;color:var(--fg);font-family:inherit;font-size:.72rem;padding:.6rem .7rem}html[data-theme=nes] input::placeholder{color:var(--fg-dim)}html[data-theme=nes] button{font-family:inherit;font-size:.66rem;text-transform:none;letter-spacing:0;color:#fff;background:var(--accent);text-shadow:none;border-style:solid;border-width:4px;border-color:var(--fg-bright);border-radius:0;border-image-slice:2;border-image-width:2;border-image-outset:2;border-image-repeat:stretch;border-image-source:var(--nes-border);padding:8px 10px;box-shadow:none;transition:none;cursor:var(--nes-cursor)}html[data-theme=nes] button:hover{background:#108de0;color:#fff;box-shadow:none}html[data-theme=nes] button:active{background:#0b6fb0;transform:translateY(2px)}html[data-theme=nes] button.ghost{background:#fff;color:var(--fg)}html[data-theme=nes] button.ghost:hover{background:#e7e7e7;color:var(--fg)}html[data-theme=nes] button.danger{background:var(--danger);color:#fff}html[data-theme=nes] button.danger:hover{background:#d1543b;color:#fff}html[data-theme=nes] button:disabled{background:#d3d3d3;color:var(--fg);transform:none}html[data-theme=nes] button:focus-visible,html[data-theme=nes] input:focus,html[data-theme=nes] select:focus{outline:3px solid var(--accent);outline-offset:2px;box-shadow:none;border-color:var(--fg-bright)}html[data-theme=nes] table{font-size:.6rem}html[data-theme=nes] th,html[data-theme=nes] td{color:var(--fg);border-bottom:2px solid var(--line-soft);text-shadow:none}html[data-theme=nes] th{color:var(--fg-bright);border-bottom:4px solid var(--fg-bright);font-size:.56rem;letter-spacing:0}html[data-theme=nes] tbody tr:hover td{background:#f1f3f5}html[data-theme=nes] .badge{border:none;border-radius:0;padding:4px 6px;font-size:.56rem;letter-spacing:0;color:#212529}html[data-theme=nes] .badge:before,html[data-theme=nes] .badge:after{content:none}html[data-theme=nes] .badge.pending{background:#f7d51d;color:#212529}html[data-theme=nes] .badge.approved,html[data-theme=nes] .badge.running{background:#92cc41;color:#212529}html[data-theme=nes] .badge.rejected{background:#e76e55;color:#fff}html[data-theme=nes] .badge.stopped{background:#d3d3d3;color:#212529}html[data-theme=nes] .error{background:var(--danger);color:#fff}html[data-theme=nes] .link{color:var(--accent);text-shadow:none}html[data-theme=nes] .console-window{background:#212529;box-shadow:none}html[data-theme=nes] .console-window{border:4px solid var(--fg-bright);border-image-slice:2;border-image-width:2;border-image-outset:0;border-image-repeat:stretch;border-image-source:var(--nes-border)}html[data-theme=nes] .console-bar{background:var(--bg-elev);color:var(--fg);border-bottom:4px solid var(--fg-bright);letter-spacing:0;font-size:.62rem}.sky{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}#root{position:relative;z-index:1}.cloud{position:absolute;top:0}.cloud:nth-child(1){top:6%;left:12%;font-size:22px;opacity:.9}.cloud:nth-child(2){top:20%;left:68%;font-size:32px;opacity:1}.cloud:nth-child(3){top:40%;left:34%;font-size:16px;opacity:.7}.cloud:nth-child(4){top:62%;left:82%;font-size:28px;opacity:.85}.cloud:nth-child(5){top:78%;left:50%;font-size:20px;opacity:.8}html[data-theme=modern] .cloud{width:6em;height:2em;background:#fff;border-radius:2em;filter:blur(1px) drop-shadow(0 8px 18px rgba(80,110,170,.18))}html[data-theme=modern] .cloud:before,html[data-theme=modern] .cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}html[data-theme=modern] .cloud:before{width:2.6em;height:2.6em;top:-1.3em;left:.9em}html[data-theme=modern] .cloud:after{width:3.6em;height:3.6em;top:-2em;right:.9em}html[data-theme=phosphor] .cloud:before,html[data-theme=amber] .cloud:before{content:"   .--.\a.-(    ).\a(___.__)_)";white-space:pre;display:block;font-family:var(--mono);line-height:1;color:var(--fg);text-shadow:0 0 6px var(--glow)}html[data-theme=phosphor] .cloud,html[data-theme=amber] .cloud{opacity:.22}html[data-theme=phosphor] .cloud:nth-child(3),html[data-theme=amber] .cloud:nth-child(3){opacity:.15}html[data-theme=nes] .cloud{width:5em;height:3em;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='80' viewBox='0 0 36 24'><g fill='%232a2a72'><circle cx='11' cy='13' r='7.4'/><circle cx='18' cy='9' r='9.4'/><circle cx='26' cy='13' r='7.4'/><rect x='4' y='12' width='28' height='9.4' rx='4.7'/></g><g fill='%23ffffff'><circle cx='11' cy='13' r='6'/><circle cx='18' cy='9' r='8'/><circle cx='26' cy='13' r='6'/><rect x='5' y='12' width='26' height='8' rx='4'/></g><rect x='7' y='17' width='22' height='3' rx='1.5' fill='%23aacdf2'/></svg>")}html[data-theme=modern]{--bg: #eaf2fb;--bg-elev: #ffffff;--bg-input: #ffffff;--fg: #1e293b;--fg-bright: #0f172a;--fg-dim: #64748b;--line: #d7e3f2;--line-soft: #eaf1f8;--accent: #4f7cff;--glow: transparent;--ok: #16a34a;--warn: #d97706;--danger: #e11d48;--scanline: transparent;--sweep: transparent;--cursor: auto;--cursor-pointer: pointer;--cursor-text: text;--sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light}html[data-theme=modern] body:before,html[data-theme=modern] body:after{content:none;display:none}html[data-theme=modern] body{font-family:var(--sans);font-size:15px;line-height:1.6;letter-spacing:0;text-shadow:none;-webkit-font-smoothing:antialiased;color:var(--fg);background:linear-gradient(180deg,#bcd9f7,#d9ecfb 45%,#eaf2fb);background-attachment:fixed}html[data-theme=modern] .topbar{background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}html[data-theme=modern] .brand{color:var(--fg-bright);letter-spacing:-.01em;text-transform:none;text-shadow:none}html[data-theme=modern] .brand span{color:var(--accent)}html[data-theme=modern] .card{background:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 30px #3c5a961a}html[data-theme=modern] h1,html[data-theme=modern] h2,html[data-theme=modern] h3{color:var(--fg-bright);text-shadow:none;letter-spacing:-.01em;text-transform:none}html[data-theme=modern] h2{font-size:1.15rem}html[data-theme=modern] h2:before{content:none}html[data-theme=modern] label{color:var(--fg-dim);text-transform:none;letter-spacing:0;font-size:.8rem}html[data-theme=modern] input,html[data-theme=modern] select{font-family:var(--sans);background:var(--bg-input);border:1px solid var(--line);border-radius:8px;color:var(--fg);text-shadow:none}html[data-theme=modern] input:focus,html[data-theme=modern] select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f7cff33}html[data-theme=modern] button{font-family:var(--sans);text-transform:none;letter-spacing:0;font-weight:600;color:#fff;background:var(--accent);border:1px solid transparent;border-radius:999px;text-shadow:none;box-shadow:0 2px 6px #4f7cff4d}html[data-theme=modern] button:hover{background:#3d68ef;color:#fff;box-shadow:0 4px 12px #4f7cff66}html[data-theme=modern] button:active{background:#345ce0;transform:translateY(1px)}html[data-theme=modern] button.ghost{background:#fff;color:var(--fg);border:1px solid var(--line);box-shadow:none}html[data-theme=modern] button.ghost:hover{background:#f1f5fb;color:var(--fg-bright);border-color:#cbd7e6}html[data-theme=modern] button.danger{background:var(--danger);color:#fff;box-shadow:0 2px 6px #e11d484d}html[data-theme=modern] button.danger:hover{background:#c81a41;color:#fff}html[data-theme=modern] button:disabled{background:#cbd5e1;color:#f8fafc;box-shadow:none;transform:none}html[data-theme=modern] button:focus-visible{outline:none;box-shadow:0 0 0 3px #4f7cff59}html[data-theme=modern] th{color:var(--fg-dim);text-transform:none;letter-spacing:0;border-bottom:1px solid var(--line)}html[data-theme=modern] th,html[data-theme=modern] td{text-shadow:none}html[data-theme=modern] tbody tr:hover td{background:#4f7cff0f}html[data-theme=modern] .badge{border:none;border-radius:999px;padding:.15rem .55rem;letter-spacing:0}html[data-theme=modern] .badge:before,html[data-theme=modern] .badge:after{content:none}html[data-theme=modern] .badge.pending{background:#fef3c7;color:#92600a}html[data-theme=modern] .badge.approved,html[data-theme=modern] .badge.running{background:#dcfce7;color:#15803d}html[data-theme=modern] .badge.rejected{background:#ffe4e6;color:#be123c}html[data-theme=modern] .badge.stopped{background:#e2e8f0;color:#475569}html[data-theme=modern] .error{color:var(--danger);background:#ffe4e6;border:1px solid #fecdd3;text-shadow:none}html[data-theme=modern] .link{color:var(--accent);text-shadow:none}html[data-theme=modern] .console-window{background:#0f172a;border:1px solid #334155;border-radius:12px;box-shadow:0 20px 50px #0f172a59}html[data-theme=modern] .console-bar{background:#1e293b;color:#94a3b8;border-bottom:1px solid #334155;text-transform:none;letter-spacing:0}html[data-theme=egypt]{--papyrus: #f4ead1;--papyrus-hi: #fbf4e2;--ink: #33291a;--ink-soft: #7c6b4c;--lapis: #123a63;--lapis-deep: #0d2b49;--gold: #c8a24a;--gold-hi: #e3c877;--gold-deep: #9c7a2b;--turq: #2a9d8f;--carnelian: #b23a2e;--egypt-serif: "Cinzel", "Trajan Pro", "Optima", "Playfair Display", Georgia, "Times New Roman", serif;--bg: var(--papyrus);--bg-elev: var(--papyrus-hi);--bg-input: #ffffff;--fg: var(--ink);--fg-bright: var(--lapis);--fg-dim: var(--ink-soft);--line: rgba(156, 122, 43, .35);--line-soft: rgba(156, 122, 43, .18);--accent: var(--gold-deep);--glow: transparent;--ok: var(--turq);--warn: #c8862a;--danger: var(--carnelian);--scanline: transparent;--sweep: transparent;--cursor: auto;--cursor-pointer: pointer;--cursor-text: text;--sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light}html[data-theme=egypt] body:before,html[data-theme=egypt] body:after{content:none;display:none}html[data-theme=egypt] body{font-family:var(--sans);font-size:15px;line-height:1.6;letter-spacing:0;text-shadow:none;-webkit-font-smoothing:antialiased;color:var(--fg);background:radial-gradient(120% 60% at 50% -8%,rgba(227,200,119,.28),transparent 60%),linear-gradient(180deg,#f6eed9,#efe1c2);background-attachment:fixed}html[data-theme=egypt] h1,html[data-theme=egypt] h2,html[data-theme=egypt] h3,html[data-theme=egypt] .brand{font-family:var(--egypt-serif);color:var(--lapis);text-shadow:none;letter-spacing:.01em;text-transform:none}html[data-theme=egypt] h2:before{content:none}html[data-theme=egypt] .topbar{background:linear-gradient(180deg,#123a63,#0f3255);border-bottom:2px solid var(--gold);box-shadow:0 2px 14px #0d2b4938}html[data-theme=egypt] .brand{color:var(--gold-hi);letter-spacing:.06em}html[data-theme=egypt] .brand span{color:#fff}html[data-theme=egypt] .topbar .muted{color:#c9d6e5}html[data-theme=egypt] .topbar .theme-select{background:#ffffff1a;color:#eaf1f8;border:1px solid rgba(227,200,119,.5)}html[data-theme=egypt] .topbar button.ghost{background:transparent;color:var(--gold-hi);border:1px solid rgba(227,200,119,.55)}html[data-theme=egypt] .topbar button.ghost:hover{background:#e3c87724;color:#fff;border-color:var(--gold-hi)}html[data-theme=egypt] .card{background:linear-gradient(180deg,#fbf4e2,#f3e7cc);border:1px solid rgba(156,122,43,.35);border-radius:14px;box-shadow:0 10px 26px #785f2824;position:relative;overflow:hidden}html[data-theme=egypt] .card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-hi),var(--gold))}html[data-theme=egypt] label{color:var(--ink-soft);text-transform:none;letter-spacing:0;font-size:.8rem}html[data-theme=egypt] input,html[data-theme=egypt] select,html[data-theme=egypt] textarea{font-family:var(--sans);background:var(--bg-input);border:1px solid var(--line);border-radius:8px;color:var(--fg);text-shadow:none}html[data-theme=egypt] input:focus,html[data-theme=egypt] select:focus,html[data-theme=egypt] textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8a24a40}html[data-theme=egypt] button{font-family:var(--sans);text-transform:none;letter-spacing:.02em;font-weight:700;color:#2a2110;background:linear-gradient(180deg,var(--gold-hi),var(--gold));border:1px solid var(--gold-deep);border-radius:10px;text-shadow:none;box-shadow:0 2px #8a6a22,0 6px 16px #a07d2b47}html[data-theme=egypt] button:hover{color:#2a2110;background:linear-gradient(180deg,#efd68f,var(--gold-hi));box-shadow:0 2px #8a6a22,0 8px 20px #a07d2b66}html[data-theme=egypt] button:active{transform:translateY(1px);box-shadow:0 1px #8a6a22,0 4px 12px #a07d2b4d}html[data-theme=egypt] button.ghost{background:transparent;color:var(--lapis);border:1px solid rgba(18,58,99,.4);box-shadow:none}html[data-theme=egypt] button.ghost:hover{background:#123a630f;color:var(--lapis-deep);border-color:var(--lapis)}html[data-theme=egypt] button.danger{background:var(--carnelian);color:#fff;border-color:#8f2b21;box-shadow:0 2px 6px #b23a2e4d}html[data-theme=egypt] button.danger:hover{background:#9c2f24;color:#fff}html[data-theme=egypt] button:disabled{background:#d9cba7;color:#f3ecdb;border-color:transparent;box-shadow:none;transform:none}html[data-theme=egypt] button:focus-visible{outline:none;box-shadow:0 0 0 3px #c8a24a66}html[data-theme=egypt] th{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line)}html[data-theme=egypt] th,html[data-theme=egypt] td{text-shadow:none}html[data-theme=egypt] tbody tr:hover td{background:#c8a24a1a}html[data-theme=egypt] .badge{border:none;border-radius:999px;padding:.15rem .55rem;letter-spacing:0}html[data-theme=egypt] .badge:before,html[data-theme=egypt] .badge:after{content:none}html[data-theme=egypt] .badge.pending{background:#f6e6bf;color:#8a6a1f}html[data-theme=egypt] .badge.approved,html[data-theme=egypt] .badge.running{background:#cdeae4;color:#1c6f63}html[data-theme=egypt] .badge.rejected{background:#f4d7d2;color:#9c2f24}html[data-theme=egypt] .badge.stopped{background:#e6dcc4;color:#6f6045}html[data-theme=egypt] .error{color:var(--carnelian);background:#f7e3df;border:1px solid #e6bcb4;text-shadow:none}html[data-theme=egypt] .link{color:var(--gold-deep);text-shadow:none}html[data-theme=egypt] .console-window{background:#0d2b49;border:1px solid rgba(200,162,74,.45);border-radius:12px;box-shadow:0 20px 50px #0d2b4959}html[data-theme=egypt] .console-bar{background:#123a63;color:#d9c48b;border-bottom:1px solid rgba(200,162,74,.25);text-transform:none;letter-spacing:0}html[data-theme=egypt] .console-term{color:#e9dcc0}html[data-theme=egypt] .console-bar .muted{color:#c9d6e5}html[data-theme=egypt] .console-bar button.ghost{background:transparent;color:var(--gold-hi);border:1px solid rgba(227,200,119,.55)}html[data-theme=egypt] .console-bar button.ghost:hover{background:#e3c87724;color:#fff;border-color:var(--gold-hi)}html[data-theme=egypt] .cloud{width:6em;height:2em;background:#fffdf6;border-radius:2em;filter:drop-shadow(0 10px 22px rgba(120,95,40,.16))}html[data-theme=egypt] .cloud:before,html[data-theme=egypt] .cloud:after{content:"";position:absolute;background:#fffdf6;border-radius:50%}html[data-theme=egypt] .cloud:before{width:2.6em;height:2.6em;top:-1.3em;left:.9em}html[data-theme=egypt] .cloud:after{width:3.6em;height:3.6em;top:-2em;right:.9em}
