:root{--color-bg: #f8f9fb;--color-bg-raised: #ffffff;--color-surface: rgba(255, 255, 255, .88);--color-surface-solid: #ffffff;--color-border: rgba(0, 0, 0, .06);--color-border-bright: rgba(0, 0, 0, .1);--color-text-primary: #1a1a2e;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-accent: #16a34a;--font-family: "Manrope", -apple-system, system-ui, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-float: 0 8px 32px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--shadow-card: 0 1px 3px rgba(0, 0, 0, .06);--transition-fast: .12s ease;--transition-normal: .2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text-primary);overflow:hidden}::selection{background:#2563eb1f}input:focus,select:focus{outline:none;border-color:#2563eb4d!important}input[type=range]{-webkit-appearance:none;width:100%;height:3px;background:#e2e8f0;border-radius:2px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#1e293b;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px #00000026}.range-thumb::-webkit-slider-thumb{pointer-events:auto}
