@tailwind base;@tailwind components;@tailwind utilities;input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:transparent;border:none;cursor:pointer}input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:transparent;border:none;cursor:pointer}.survey-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.survey-modal-content{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 6px #0000001a;position:relative;width:90%;max-width:900px;height:90vh;display:flex;flex-direction:column}.survey-modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2rem;cursor:pointer;color:#333;line-height:1}.survey-modal-text{font-family:sans-serif;color:#333;margin-bottom:15px;text-align:center}.survey-modal-iframe{flex-grow:1;border:none;border-radius:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.survey-modal-content{width:100vw;height:100vh;border-radius:0;padding:15px}.survey-modal-close{top:15px;right:15px;color:#fff;background-color:#00000080;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center}}
