@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-main: #000000;--bg-card: #1c1c1e;--bg-card-hover: #2c2c2e;--border-color: rgba(255, 255, 255, .1);--text-main: #f5f5f7;--text-sub: #86868b;--accent-color: #47d183}body{background-color:var(--bg-main);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3a3a3c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#48484a}@layer components{.apple-card{@apply bg-[#1c1c1e] rounded-3xl transition-all duration-300 border border-white/5;box-shadow:0 4px 24px -1px #0003}.apple-card:hover{@apply bg-[#2c2c2e] border-white/10;box-shadow:0 8px 32px -4px #0006}.apple-glass{@apply bg-[#1c1c1e]/70 backdrop-blur-xl border-b border-white/5;}.apple-input{@apply w-full bg-[#2c2c2e] border-none rounded-xl px-4 py-3 text-[#f5f5f7] placeholder-[#636366] focus:outline-none focus:ring-2 focus:ring-[#47d183]/50 transition-all;}.apple-btn{@apply px-5 py-2.5 rounded-full font-medium transition-all duration-200 flex items-center justify-center gap-2 active:scale-95;}.apple-btn-primary{@apply bg-[#47d183] hover:bg-[#3bb570] text-white shadow-lg shadow-[#47d183]/20;}.apple-btn-secondary{@apply bg-[#2c2c2e] hover:bg-[#3a3a3c] text-[#f5f5f7];}.apple-icon-btn{@apply p-2 rounded-full text-[#86868b] hover:text-white hover:bg-[#2c2c2e] transition-colors;}}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}input[type=range]{@apply h-1.5 bg-[#3a3a3c] rounded-full appearance-none outline-none transition-all;}input[type=range]::-webkit-slider-thumb{@apply appearance-none w-4 h-4 rounded-full bg-white shadow-md cursor-pointer border-none transition-transform active:scale-125;}input[type=range]::-moz-range-thumb{@apply w-4 h-4 rounded-full bg-white shadow-md cursor-pointer border-none transition-transform active:scale-125;}
