*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{touch-action:manipulation;height:100%}body{color:#e0e0e0;background:#0a0a0a;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#root{width:100%;height:100dvh}.full-screen{position:absolute;inset:0}.flex-center{justify-content:center;align-items:center;display:flex}@supports not (height:100dvh){body,#root{height:100vh}}button{cursor:pointer;color:#e0e0e0;background:#2a2a2a;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:background .15s,transform .1s}button:hover{background:#3a3a3a}button:active{transform:scale(.97)}button:disabled{opacity:.4;cursor:default;transform:none}input,select,textarea{color:#e0e0e0;background:#1a1a1a;border:1px solid #333;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:#2196f3}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}
