.fui-root{background:#070604;color:#efe6d4;min-height:100vh}@keyframes fuiBootPanel{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fui-boot{animation:fuiBootPanel .6s ease both}@keyframes fuiFeedIn{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.fui-feed-in{animation:fuiFeedIn .5s ease both}@keyframes fuiDraftGlow{0%,to{box-shadow:0 0 12px rgba(255,182,46,.12)}50%{box-shadow:0 0 26px rgba(255,182,46,.3)}}.fui-draft-glow{animation:fuiDraftGlow 3s ease-in-out infinite}@keyframes fuiBlinkDot{0%,to{opacity:1}50%{opacity:.25}}.fui-blink{animation:fuiBlinkDot 1.6s ease-in-out infinite}@keyframes fuiModalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.fui-modal-in{animation:fuiModalIn .28s cubic-bezier(.22,1,.36,1) both}@keyframes fuiGrowIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.fui-grow-in{animation:fuiGrowIn .7s cubic-bezier(.22,1,.36,1) both}.fui-root ::-webkit-scrollbar{width:8px;height:8px}.fui-root ::-webkit-scrollbar-track{background:rgba(8,6,3,.6)}.fui-root ::-webkit-scrollbar-thumb{background:rgba(255,182,46,.18);border-radius:999px}.fui-root ::-webkit-scrollbar-thumb:hover{background:rgba(255,182,46,.32)}