@import"https://fonts.googleapis.com/css2?family=Chewy&family=Outfit:wght@400;700&display=swap";:root{--color-primary: #FF6B6B;--color-secondary: #4ECDC4;--color-accent: #FFE66D;--color-bg: #2F3E46;--color-text: #F1FAEE;--font-family: "Outfit", sans-serif;--font-header: "Chewy", cursive;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 32px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 999px;--shadow-card: 0 10px 20px rgba(0, 0, 0, .1);--shadow-btn: 0 4px 0px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-family),system-ui,sans-serif;background-image:url(/bg.png);background-size:cover;background-position:center;background-attachment:fixed;color:var(--color-text);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;font-family:inherit}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}input[type=range].hue-slider{-webkit-appearance:none;width:100%;background:transparent}input[type=range].hue-slider::-webkit-slider-thumb{-webkit-appearance:none;border:2px solid white;height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;margin-top:0;box-shadow:0 0 2px #00000080}input[type=range].hue-slider::-moz-range-thumb{border:2px solid white;height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 0 2px #00000080}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes pulse-glowing{0%{box-shadow:0 0 #ff4d4db3}70%{box-shadow:0 0 0 12px #ff4d4d00}to{box-shadow:0 0 #ff4d4d00}}
