html,body{margin:0;padding:0;height:100%}body{font-family:var(--opv-font, "Inter", "Segoe UI", system-ui, sans-serif);background:var(--opv-bg, #0d1218);color:var(--opv-fg, #e7eaee);overflow:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--opv-border, #2a2f38);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--opv-accent, #4f7be0)}*{scrollbar-width:thin;scrollbar-color:var(--opv-border, #2a2f38) transparent}:focus-visible{outline:2px solid var(--opv-accent, #4f7be0);outline-offset:2px;border-radius:var(--opv-radius-sm, 6px)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
