:root{--background:#0b0e0c;--foreground:#c7f7cc;--card:#0f1511;--card-foreground:#c7f7cc;--primary:#7cff9e;--primary-foreground:#0b0e0c;--secondary:#111b14;--secondary-foreground:#c7f7cc;--muted:#111b14;--muted-foreground:#7fae8a;--accent:#1aff7a;--accent-foreground:#0b0e0c;--destructive:#ff5f56;--destructive-foreground:#0b0e0c;--border:#1f3326;--ring:#1aff7a;--radius:.25rem}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-ring: var(--ring); --radius-sm: .125rem; --radius-md: .25rem; --radius-lg: .25rem;}@layer base{*{border-color:var(--border)}html,body{background-color:var(--background);color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;line-height:1.6}::selection{background:var(--accent);color:var(--background)}}.boot-screen{z-index:99999;background:var(--background);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.boot-text{background:var(--card);border:1px solid var(--border);white-space:pre-wrap;text-align:left;width:100%;max-width:640px;min-height:260px;padding:1.25rem;line-height:1.6;box-shadow:0 0 0 1px #7fff9e14,0 20px 40px #0009}@media (max-width:480px){.boot-text{padding:1rem;font-size:13px}}.cursor{width:10px;animation:1s steps(2,start) infinite blink;display:inline-block}@keyframes blink{to{visibility:hidden}}.boot-exit{animation:.8s forwards bootFadeOut}@keyframes bootFadeOut{to{opacity:0;visibility:hidden}}body:before{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(#ffffff04,#ffffff04 1px,#0000 1px 2px);position:fixed;inset:0}.app-shell{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.app-container{background:var(--card);border:1px solid var(--border);text-align:left;width:100%;max-width:960px;padding:1.5rem;box-shadow:0 0 0 1px #7fff9e14,0 20px 40px #0009}
