html,body,#root{height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden}body{overflow:hidden;-webkit-font-smoothing:antialiased;font-feature-settings:"tnum" 1;overscroll-behavior:none}html{font-size:100%;scroll-behavior:smooth}.panel{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 4px -2px #0000000f,0 4px 12px -2px #0000000d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}table{font-variant-numeric:tabular-nums}.custom-scroll{scrollbar-width:thin}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#e2e8f0}*::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px}*::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fadeIn{animation:fadeIn .18s ease-out}.animate-scaleIn{animation:scaleIn .22s cubic-bezier(.16,.6,.3,1)}.animate-popIn{animation:popIn .2s cubic-bezier(.16,.6,.3,1)}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 2.2s cubic-bezier(.45,0,.55,1) infinite}.page-transition{transition:opacity .3s ease-in-out}
