@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800;12..96,900&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,Segoe UI,sans-serif;background:#FAFAFA;color:#0D0D0D}a{text-decoration:none;color:inherit}input[type=range]{-webkit-appearance:none;height:4px;border-radius:4px;background:#E5E7EB;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#F5C842;cursor:pointer}select{-webkit-appearance:none;appearance:none}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;position:relative;flex-shrink:0}input[type=checkbox]:checked{background:#F5C842;border-color:#F5C842}input[type=checkbox]:checked:after{content:"✓";position:absolute;inset:0;text-align:center;line-height:14px;font-size:10px;font-weight:600;color:#1B1B1B}