@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #001424;--surface: #002035;--surface-hi: #002d49;--border: rgba(65,200,195,.09);--border-hi: rgba(65,200,195,.2);--text: #e4f0f6;--text-sub: #6b8fa8;--text-dim: #3a5470;--accent: #41C8C3;--accent-dim: rgba(65,200,195,.1);--green: #34d399;--green-dim: rgba(52,211,153,.12);--yellow: #FFA800;--yellow-dim: rgba(255,168,0,.12);--red: #f87171;--red-dim: rgba(248,113,113,.12);--radius: 8px;--mono: "IBM Plex Mono", monospace;--display: "Inter", Arial, sans-serif}:root.light{--bg: #f0fcfd;--surface: #ffffff;--surface-hi: #e2f5f5;--border: rgba(0,43,73,.1);--border-hi: rgba(0,43,73,.2);--text: #002b49;--text-sub: #4d6a7f;--text-dim: #8aa3b5;--accent: #14A19C;--accent-dim: rgba(20,161,156,.1);--green: #0d9488;--green-dim: rgba(13,148,136,.1);--yellow: #D97706;--yellow-dim: rgba(217,119,6,.1);--red: #B54824;--red-dim: rgba(181,72,36,.1)}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--display);-webkit-font-smoothing:antialiased}input,select,textarea{background:var(--surface-hi);border:1px solid var(--border);color:var(--text);border-radius:5px;padding:7px 10px;font-family:var(--mono);font-size:12px;outline:none;transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)}select option{background:var(--surface-hi)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:2px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-up{animation:fade-up .25s ease both}.fade-in{animation:fade-in .2s ease both}.se-logo{filter:invert(1) hue-rotate(180deg)}:root.light .se-logo{filter:none}
