body{font-family:Inter,sans-serif;background-color:#fdfbf7;color:#111;scroll-behavior:smooth;margin:0;padding:0}.glass-nav{background:#fdfbf7b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,17,17,.05)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#f97316;border-radius:10px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideInFromBottom .4s ease-out}.color-picker-dropdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;background:#1a1a1a;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .2s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.active{border-color:#f97316;box-shadow:0 0 0 2px #f9731666}
