:root{--sb-track: transparent;--sb-thumb: #cbd5e1;--sb-thumb-hover: #94a3b8}html.dark{--sb-thumb: #334155;--sb-thumb-hover: #475569}*{scrollbar-width:thin;scrollbar-color:var(--sb-thumb) var(--sb-track)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--sb-track)}::-webkit-scrollbar-thumb{background-color:var(--sb-thumb);border-radius:20px;border:1.5px solid transparent;background-clip:content-box;transition:background-color .2s}::-webkit-scrollbar-thumb:hover{background-color:var(--sb-thumb-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}@keyframes bounceIn{0%{opacity:0;transform:translate(-50%,100%)}60%{opacity:1;transform:translate(-50%,-10%)}to{opacity:1;transform:translate(-50%)}}.animate-bounce-in{animation:bounceIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes flowBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.tier-s-plus-border{position:relative;background:#fff;z-index:1}.tier-s-plus-border:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:-1;background:linear-gradient(90deg,#ef4444,#f59e0b,#3b82f6,#ef4444);background-size:300% 300%;animation:flowBorder 3s ease infinite;border-radius:14px}html.dark .tier-s-plus-border{background:#1e293b}@keyframes subtle-pulse{0%,to{box-shadow:0 0 8px 0 var(--glow-color)}50%{box-shadow:0 0 12px 3px var(--glow-color)}}.animate-subtle-pulse{--glow-color: rgba(59, 130, 246, .3);animation:subtle-pulse 2.5s ease-in-out infinite}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-slate-300::-webkit-scrollbar-thumb{background-color:var(--sb-thumb)}html.dark .dark\:scrollbar-thumb-brand-600::-webkit-scrollbar-thumb{background-color:var(--sb-thumb)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}
