:root{color-scheme:light dark;--bg: #0b0f14;--panel: #131a22;--text: #eef2f6;--muted: #93a2b1;--accent: #f5a623;--me: #2b6cb0;--bot: #1f2a35;--error: #b03030;--page: #05080b;--bezel: #1c2128}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{height:100%;height:100dvh;height:var(--app-vh, 100dvh);margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none}button,input,textarea{-webkit-appearance:none;appearance:none;font-family:inherit}body{display:flex;flex-direction:column}.device{display:contents}app-root{flex:1;min-height:0}.spinner{display:inline-block;width:.85em;height:.85em;border:2px solid currentcolor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner--lg{width:3rem;height:3rem;border-width:4px;color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:2s}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(min-width:780px){body{align-items:center;justify-content:center;padding:clamp(1.5rem,6vh,4rem) 1.5rem;background:var(--page)}.device{display:flex;max-height:100%;max-width:100%;padding:.75rem;background:var(--bezel);border-radius:2.1rem;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #0009,0 30px 70px #0000008c}app-root{flex:none;display:flex;flex-direction:column;width:560px;height:820px;max-width:100%;max-height:100%;background:var(--bg);border-radius:1.4rem;overflow:hidden}}
