*{box-sizing:border-box}html,body,#root{background:#0a0e1a;width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Roboto,system-ui,sans-serif}#root{flex-direction:column;display:flex}@keyframes scan{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0}50%{opacity:.7;box-shadow:0 0 0 4px #0000}}*{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2a3a5c;border-radius:2px}.touch-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scroll-behavior:smooth;height:100%;padding-right:4px;overflow-y:auto}button,a{min-width:44px;min-height:44px}.scroll-buttons{z-index:1000;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;right:10px;transform:translateY(-50%)}.scroll-btn{color:#fff9;cursor:pointer;touch-action:manipulation;background:#0a0e1ad9;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:background .15s,color .15s;display:flex;box-shadow:0 2px 8px #00000080}.scroll-btn:active{color:#ff6b35;background:#ff6b354d;border-color:#ff6b35;transform:scale(.92)}
