html{font-size:16px;scroll-behavior:smooth}html,body{max-width:100%;overflow-x:hidden}body{background:var(--v-bg, #0A0E14);color:var(--v-text, #F2F6FC);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.6;overflow-x:hidden;transition:background .25s ease,color .25s ease}img,svg,video{max-width:100%;height:auto}input,select,textarea,button{min-width:0}@media (max-width: 640px){html{font-size:15px}}h1,h2,h3{letter-spacing:-.022em;line-height:1.22}h4,h5,h6{letter-spacing:-.012em}h1{font-weight:900}h2,h3{font-weight:800}table,td,th{font-variant-numeric:tabular-nums}table{border-collapse:collapse}thead th{font-weight:700}tbody tr{transition:background .12s ease}button{cursor:pointer;transition:filter .15s ease,transform .12s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease}button:hover:not(:disabled){filter:brightness(1.06)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed}input,select,textarea{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--v-accent, #2E90FA)!important;box-shadow:0 0 0 3px var(--v-ring, rgba(46,144,250,.18))}a{transition:color .15s ease,opacity .15s ease}::selection{background:var(--v-accent, #2E90FA);color:#fff}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--v-scrollbar, #33465C);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--v-accent, #2E90FA)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
