:root{--bg-app: #090D16;--bg-surface: #131B2E;--bg-surface-elevated: #1A243D;--border-subtle: #1E293B;--border-card: #22304C;--border-focus: #2563EB;--primary: #2563EB;--primary-hover: #1D4ED8;--primary-glow: rgba(37, 99, 235, .25);--accent-cyan: #06B6D4;--accent-emerald: #10B981;--accent-amber: #F59E0B;--accent-red: #EF4444;--text-high: #F8FAFC;--text-medium: #94A3B8;--text-muted: #64748B;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--dock-height: 68px;--header-height: 56px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;background-color:var(--bg-app);color:var(--text-high);font-family:var(--font-family);font-size:15px;line-height:1.5;overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased}#root{min-height:100%;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;outline:none;min-height:48px;min-width:48px;display:inline-flex;align-items:center;justify-content:center;transition:transform .1s ease,background-color .15s ease,opacity .15s ease}button:active{transform:scale(.97)}input,textarea,select{font-family:inherit;font-size:15px;color:var(--text-high);background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 14px;outline:none;width:100%;min-height:48px;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}input::placeholder,textarea::placeholder{color:var(--text-muted)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:4px}
