:root{--color-brand-primary: #e52920;--color-brand-primary-hover: #c91a1a;--color-brand-secondary: #10b981;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--section-gap-mobile: 3.5rem;--section-gap-tablet: 4.5rem;--container-px-mobile: 1.25rem;--container-px-tablet: 2rem;--grid-gap-mobile: 1rem;--grid-gap-tablet: 1.25rem;--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-hover: #f1f5f9;--color-surface-active: #e2e8f0;--color-text-main: #0f172a;--color-text-muted: #64748b;--color-text-inverted: #ffffff;--color-border: #e2e8f0;--color-input: #ffffff;--color-ring: #e52920;--color-primary: var(--color-brand-primary);--color-primary-fg: #ffffff;--color-primary-hover: var(--color-brand-primary-hover);--color-secondary: var(--color-brand-secondary);--color-secondary-fg: #ffffff;--color-danger: #ef4444;--color-warning: #f59e0b;--color-success: #10b981;--color-accent-blue: #3b82f6;--color-accent-purple: #8b5cf6;--gradient-accent: linear-gradient(135deg, #3b82f6, #8b5cf6);--color-light-bg: #f8fafc}html.dark{--color-bg: #050505;--color-surface: #0a0a0a;--color-surface-hover: #171717;--color-surface-active: #262626;--color-text-main: #fafafa;--color-text-muted: #a1a1aa;--color-text-inverted: #000000;--color-border: #262626;--color-input: #171717;--color-ring: #e52920;--color-primary: var(--color-brand-primary);--color-primary-fg: #ffffff;--color-dark-bg: #050505}.title-hero{@apply text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-black tracking-tight leading-[1.1];}.title-section{@apply text-2xl sm:text-3xl md:text-4xl font-extrabold tracking-tight leading-tight;}.title-card{@apply text-base sm:text-lg font-bold leading-snug;}.text-body{@apply text-sm sm:text-base leading-relaxed;}.text-caption{@apply text-[10px] sm:text-xs font-bold uppercase tracking-widest;}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text-main);transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(min-width:768px)and (max-width:1023px){.container{max-width:100%;padding-left:var(--container-px-tablet);padding-right:var(--container-px-tablet)}section{margin-bottom:var(--section-gap-tablet)}.grid{gap:var(--grid-gap-tablet)}}section{content-visibility:auto;contain-intrinsic-size:1px 500px}html.dark body{background-image:linear-gradient(to right,#111111 1px,transparent 1px),linear-gradient(to bottom,#111111 1px,transparent 1px);background-size:40px 40px;background-position:center top}.glass-panel{@apply bg-white/70 dark:bg-black/40 backdrop-blur-xl border border-white/20 dark:border-white/5;}.glass-card{@apply bg-white dark:bg-neutral-900 border border-neutral-200 dark:border-neutral-800 shadow-xl;}.text-gradient-gold{@apply bg-clip-text text-transparent bg-gradient-to-r from-amber-200 via-yellow-400 to-amber-500;}.text-gradient-primary{@apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-orange-500;}.animated-gradient-text{background:linear-gradient(90deg,var(--color-primary),#ff7300,#ff00ea,var(--color-primary));background-size:300% 300%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-animation 6s ease infinite}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes slideInUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-in-up{animation:slideInUp .6s cubic-bezier(.2,.8,.2,1) forwards}@keyframes scaleIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.animate-scale-in{animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-soft{animation:pulse-soft 3s ease-in-out infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}html.dark ::-webkit-scrollbar-thumb{background:#27272a}html.dark ::-webkit-scrollbar-thumb:hover{background:#3f3f46}::selection{background-color:#e5292033;color:inherit}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes progress-loading{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.animate-progress-loading{animation:progress-loading 1.5s infinite linear;will-change:transform}
