:root{--bg-color: #242424;--text-color: rgba(255, 255, 255, .87);--header-bg: #1a1a1a;--header-text: #fff;--button-bg: #333;--button-text: #fff;--card-bg: #333;--font-size-base: 16px;--input-bg: #444;--input-text: #fff}[data-theme=light]{--bg-color: #f0f0f0;--text-color: #213547;--header-bg: #fff;--header-text: #213547;--button-bg: #e0e0e0;--button-text: #213547;--card-bg: #fff;--input-bg: #fff;--input-text: #000}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:var(--font-size-base)}#root{width:100%;height:100vh}canvas{display:block}a{color:var(--text-color);text-decoration:none}a:hover{text-decoration:underline}.notification-indicator{background-color:red;color:#fff;border-radius:50%;font-size:.7em;position:absolute;height:18px;width:18px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:1}
