:root{--color-olive:#6B7045;--color-olive-light:#8B9158;--color-clay:#C4856A;--color-navy:#243D5C;--color-cream:#F5F0E8;--color-cream-dark:#EDE7DC;--color-text:#2E2E26;--color-text-muted:#6B6355;--color-border:#DDD8CE}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-cream);color:var(--color-text);min-height:100vh}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:var(--color-border);outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-olive);cursor:pointer;-webkit-transition:background .15s;transition:background .15s}input[type=range]::-webkit-slider-thumb:hover{background:var(--color-olive-light)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-olive);cursor:pointer;border:none}