:root{--bg: #0b0d10;--bg-elev: #14171c;--bg-pressed: #1d2128;--border: #232830;--text: #e7eaef;--text-muted: #8b94a2;--accent: #4ea8ff;--accent-hot: #ff4e8a;--danger: #ff6b6b;--ok: #52d29f;--radius: 14px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}button,select,input{font:inherit;color:inherit}button{background:var(--bg-elev);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:14px 18px;cursor:pointer;transition:background .15s,transform .1s;-webkit-touch-callout:none}button:active{background:var(--bg-pressed);transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}select,input[type=text],input[type=password],input[type=url]{background:var(--bg-elev);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:12px 14px;min-height:48px;width:100%}
