:root{--bg: #0b1a2b;--bg2: #0f2032;--surf: #15293c;--surf2: #1c3348;--line: #274056;--line2: #34506a;--fg: #eaeef3;--fg2: #9fabb8;--fg3: #71808f;--accent: #2dd4bf;--cool: #4fa8c7;--pos: #5fb87f;--neg: #e0705f;--shadow: 0 1px 0 rgba(255, 255, 255, .03), 0 12px 32px rgba(0, 0, 0, .45)}[data-theme=light]{--bg: #f3f2ee;--bg2: #ecebe6;--surf: #ffffff;--surf2: #f7f6f2;--line: #dcdad3;--line2: #c7c4bb;--fg: #17181a;--fg2: #5c6067;--fg3: #8b8f96;--accent: #0d9488;--cool: #2b7f9e;--pos: #2f7d4f;--neg: #b23b2a;--shadow: 0 1px 0 rgba(0, 0, 0, .02), 0 10px 28px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}body{font-family:Archivo,Helvetica,Arial,sans-serif}#root{min-height:100vh;background:var(--bg);color:var(--fg);display:flex;flex-direction:column}#root>header,#root>main,#root>footer{min-width:0;width:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--fg);text-decoration:underline}input,button,select,textarea{font-family:inherit;font-size:inherit;color:inherit}::selection{background:var(--accent);color:#08131f}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:.35}50%{opacity:.75}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}.h-accent:hover{border-color:var(--accent)!important}.h-accent-fg:hover{border-color:var(--accent)!important;color:var(--accent)!important}.h-bright:hover{filter:brightness(1.1)}.h-surf2:hover{background:var(--surf2)!important}.h-line2:hover{border-color:var(--line2)!important}.h-fade:hover{opacity:.75}.h-neg:hover{border-color:var(--neg)!important;color:var(--neg)!important}.h-fg:hover{color:var(--accent)!important}.no-bar{scrollbar-width:none}.no-bar::-webkit-scrollbar{display:none}.skel{animation:pulse 1.4s ease-in-out infinite;background:var(--surf2);border-radius:6px}
