html{view-transition-name:root;height:100%}html:not(.fonts-ready) body>:not(#initial-loader){visibility:hidden}html.fonts-ready #initial-loader{opacity:0;pointer-events:none}#initial-loader{z-index:9999;background:var(--bg);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}#initial-loader:after{content:"";border:2px solid var(--border);border-top-color:var(--acc,#999);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite initial-loader-spin}@keyframes initial-loader-spin{to{transform:rotate(360deg)}}body,.app-providers{background:var(--bg);height:100%;min-height:100%;color:var(--ink);flex-direction:column;margin:0;line-height:1.6;display:flex}::view-transition-old(root){animation-duration:.8s}::view-transition-new(root){animation-duration:.8s}button,a,[role=button]{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .15s}.toast__description{color:var(--ink-3)}::selection{background:var(--acc);color:#fff}
