.range-smooth{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}.range-smooth::-webkit-slider-track{background:linear-gradient(to right,var(--color-brand-blue-500) 0,var(--color-brand-blue-500) var(--progress),#e5e7eb var(--progress),#e5e7eb 100%);height:6px;border-radius:3px}.range-smooth::-moz-range-track{background:linear-gradient(to right,var(--color-brand-blue-500) 0,var(--color-brand-blue-500) var(--progress),#e5e7eb var(--progress),#e5e7eb 100%);height:6px;border-radius:3px}.range-smooth::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--color-brand-blue-500);height:20px;width:20px;border-radius:50%;margin-top:-7px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .2s}.range-smooth::-moz-range-thumb{background:var(--color-brand-blue-500);height:20px;width:20px;border-radius:50%;border:none;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .2s}.range-smooth::-webkit-slider-thumb:hover{transform:scale(1.2);background:#1E7FD6}.range-smooth::-moz-range-thumb:hover{transform:scale(1.2);background:#1E7FD6}.step-fade{animation:stepFadeIn .3s ease-out}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tile-zoom{transition:all .3s ease}.tile-zoom:hover{transform:translateY(-2px)}.hero-form{max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.hero-form::-webkit-scrollbar{width:6px}.hero-form::-webkit-scrollbar-track{background:transparent}.hero-form::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}@keyframes celebrate{0%{transform:scale(0) rotate(0deg);opacity:0}50%{transform:scale(1.2) rotate(180deg);opacity:1}to{transform:scale(1) rotate(1turn);opacity:1}}.celebrate{animation:celebrate .6s ease-out}.animate-fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.animation-delay-200{animation-delay:.2s;animation-fill-mode:both}.animation-delay-300{animation-delay:.3s;animation-fill-mode:both}.animation-delay-400{animation-delay:.4s;animation-fill-mode:both}.animation-delay-500{animation-delay:.5s;animation-fill-mode:both}.animation-delay-600{animation-delay:.6s;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{opacity:0;transform:translateZ(0);backface-visibility:hidden;animation:slideUp .8s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.btn-primary{position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 3px oklch(var(--color-brand)/.1);border-color:var(--color-brand-blue-500)}input[type=checkbox]{cursor:pointer;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;transition:all .2s}input[type=checkbox]:checked{background-color:var(--color-brand-blue-500);border-color:var(--color-brand-blue-500)}input[type=range].slider{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}input[type=range].slider::-webkit-slider-track{background:#e5e7eb;height:.5rem;border-radius:.5rem}input[type=range].slider::-moz-range-track{background:#e5e7eb;height:.5rem;border-radius:.5rem}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2563eb;height:1.5rem;width:1.5rem;border-radius:50%;margin-top:-.5rem;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}input[type=range].slider::-moz-range-thumb{background:#2563eb;height:1.5rem;width:1.5rem;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:none}input[type=range].slider:hover::-webkit-slider-thumb{background:#1d4ed8}input[type=range].slider:hover::-moz-range-thumb{background:#1d4ed8}input[type=range].slider:focus{outline:none}input[type=range].slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(37,99,235,.1),0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}input[type=range].slider:focus::-moz-range-thumb{box-shadow:0 0 0 4px rgba(37,99,235,.1),0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}