*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:#edf1f6}button{transition:transform .08s ease,box-shadow .14s ease,filter .14s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 9px #1018281f;filter:brightness(1.02);cursor:pointer}button:active:not(:disabled){transform:translateY(0);box-shadow:none}button:disabled{cursor:not-allowed}.online-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;display:inline-block;flex:none;box-shadow:0 0 #22c55e8c;animation:onlinePulse 1.8s ease-out infinite}@keyframes onlinePulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(prefers-reduced-motion:reduce){.online-dot{animation:none}}@keyframes dbFlow{to{stroke-dashoffset:-24}}.db-flow{animation:dbFlow 1.1s linear infinite}@keyframes dbHalo{0%{r:9;opacity:.55}70%{r:20;opacity:0}to{r:20;opacity:0}}.db-halo{animation:dbHalo 2s ease-out infinite}@keyframes dbBlink{0%,to{opacity:1}50%{opacity:.35}}.db-blink{animation:dbBlink 1.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.db-flow,.db-halo,.db-blink{animation:none}}.brand-logo{display:block}.brand-logo-dark,html[data-theme=dark] .brand-logo-light{display:none}html[data-theme=dark] .brand-logo-dark{display:block}
