@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#f43f5e,#f97316);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #f43f5e66}.slider-thumb::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#f43f5e,#f97316);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #f43f5e66}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #f43f5e4d}50%{box-shadow:0 0 40px #f43f5e80}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.glass{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.gradient-text{background:linear-gradient(135deg,#fff,#fff9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
