@layer base{:root{--tfc-background:10 10 14;--tfc-surface:20 22 32;--tfc-surface-hover:30 33 48;--tfc-border:40 44 60;--tfc-text:250 250 250;--tfc-text-muted:156 163 175;--tfc-primary:59 130 246;--tfc-primary-hover:96 165 250;--tfc-secondary:147 51 234;--tfc-accent:236 72 153;--tfc-glow:147 197 253}}@layer utilities{.bg-tfc-background{background-color:rgb(var(--tfc-background))}.bg-tfc-surface{background-color:rgb(var(--tfc-surface))}.bg-tfc-surface-hover{background-color:rgb(var(--tfc-surface-hover))}.border-tfc-border{border-color:rgb(var(--tfc-border))}.text-tfc-text{color:rgb(var(--tfc-text))}.text-tfc-text-muted{color:rgb(var(--tfc-text-muted))}.bg-tfc-primary{background-color:rgb(var(--tfc-primary))}.bg-tfc-primary-hover{background-color:rgb(var(--tfc-primary-hover))}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.content-card-shadow{box-shadow:0 0 0 1px rgba(255,255,255,.04),0 2px 4px rgba(0,0,0,.24),0 8px 16px rgba(0,0,0,.32),0 16px 32px rgba(0,0,0,.32)}.content-card-shadow-hover{box-shadow:0 0 0 1px rgba(255,255,255,.08),0 4px 8px rgba(0,0,0,.32),0 16px 24px rgba(0,0,0,.4),0 24px 48px rgba(0,0,0,.48)}.hero-text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 8px rgba(0,0,0,.3),0 8px 16px rgba(0,0,0,.2)}.category-glow{box-shadow:inset 0 1px 0 0 rgba(255,255,255,.1),0 0 20px rgba(var(--tfc-glow),.2)}.shimmer{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.05) 50%,rgba(255,255,255,0));background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}}