:root{--theme-color-primary: #4F46E5;--theme-color-secondary: #7C3AED;--theme-color-accent: #3B82F6;--theme-color-background: #FFFFFF;--theme-color-surface: #F9FAFB;--theme-color-text: #111827;--theme-color-text-secondary: #6B7280;--theme-color-border: #E5E7EB;--theme-color-success: #10B981;--theme-color-warning: #F59E0B;--theme-color-error: #EF4444;--theme-color-gradient: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #4338CA 100%)}.hero-gradient{background:var(--theme-color-gradient)!important;position:relative;overflow:hidden}.hero-gradient:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none;animation:heroShine 8s ease-in-out infinite}@keyframes heroShine{0%,to{transform:translate(0);opacity:.5}50%{transform:translate(-30%,30%);opacity:.8}}.text-theme-primary{color:var(--theme-color-primary)!important}.text-theme-secondary{color:var(--theme-color-text-secondary)!important}.text-theme-text{color:var(--theme-color-text)!important}.text-gradient{background:var(--theme-color-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-theme-primary{background:var(--theme-color-primary)!important;color:#fff!important;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #4f46e54d}.btn-theme-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px -4px #4f46e566}.btn-theme-secondary{background:#fff!important;color:var(--theme-color-primary)!important;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px -2px #00000026}.btn-theme-secondary:hover{transform:translateY(-2px);box-shadow:0 12px 24px -4px #0003;background:#f9fafb!important}.card-theme{background:#fff;border:1px solid var(--theme-color-border);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-theme:hover{border-color:var(--theme-color-primary);box-shadow:0 20px 40px -12px #4f46e533;transform:translateY(-8px)}.border-theme{border-color:var(--theme-color-border)!important}.badge-theme{background:linear-gradient(135deg,var(--theme-color-primary) 0%,var(--theme-color-secondary) 100%)!important;color:#fff!important;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{background:var(--theme-color-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;line-height:1.1}.bg-theme-primary{background-color:var(--theme-color-primary)!important}.bg-theme-gradient{background:var(--theme-color-gradient)!important}.bg-theme-surface{background-color:var(--theme-color-surface)!important}.bg-theme-success{background-color:var(--theme-color-success)!important}.bg-theme-warning{background-color:var(--theme-color-warning)!important}.bg-theme-error{background-color:var(--theme-color-error)!important}.text-theme-success{color:var(--theme-color-success)!important}.text-theme-warning{color:var(--theme-color-warning)!important}.text-theme-error{color:var(--theme-color-error)!important}.section-padding{padding-top:5rem;padding-bottom:5rem}@media (max-width: 768px){.section-padding{padding-top:3rem;padding-bottom:3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards}.animate-delay-1{animation-delay:.1s;opacity:0}.animate-delay-2{animation-delay:.2s;opacity:0}.animate-delay-3{animation-delay:.3s;opacity:0}*:focus-visible{outline:3px solid var(--theme-color-primary);outline-offset:2px;border-radius:4px}::-moz-selection{background-color:var(--theme-color-primary);color:#fff}::selection{background-color:var(--theme-color-primary);color:#fff}.debug-bar{position:fixed;top:0;left:0;right:0;z-index:100000!important;background-color:#111827;color:#fff;border-bottom:2px solid #FCD34D;box-shadow:0 4px 6px -1px #0000004d;max-height:80vh;overflow-y:auto}.debug-color-swatch{width:1rem;height:1rem;border-radius:.25rem;border:1px solid rgba(255,255,255,.3)}body{margin-top:44px}header{position:relative;top:0;z-index:9998!important}header.sticky,header[class*=sticky]{position:sticky;top:0;z-index:9998!important}.debug-component-labels [data-component]{position:relative;outline:3px solid rgba(255,0,0,.8)!important;outline-offset:2px;box-shadow:inset 0 0 0 3px #f003!important}.debug-component-labels [data-component]:before{content:attr(data-component);position:absolute;top:4px;left:4px;background:#ff0000f2;color:#fff;padding:4px 12px;font-size:11px;font-weight:700;border-radius:4px;z-index:10000;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #0000004d;border:2px solid rgba(255,255,255,.3)}@media (max-width: 768px){.hero-gradient h1{font-size:2.5rem!important;line-height:1.2}.hero-gradient h2{font-size:1.25rem!important}.hero-gradient p{font-size:1rem!important}}@media (min-width: 769px){.hero-gradient h1{font-size:3.75rem!important;line-height:1.1}}
