.coenta-corporate{--color-cc-primary:#6366f1;--color-cc-primary-light:#818cf8;--color-cc-primary-dark:#4f46e5;--color-cc-accent:#06b6d4;--color-cc-accent-light:#22d3ee;--color-cc-accent-dark:#0891b2;--color-cc-emerald:#10b981;--color-cc-rose:#f43f5e;--color-cc-amber:#f59e0b;--color-cc-surface:#030712;--color-cc-surface-light:#0f172a;--color-cc-surface-card:#1e293b;--color-cc-surface-elevated:#334155;--color-cc-text-primary:#f8fafc;--color-cc-text-secondary:#94a3b8;--color-cc-text-muted:#64748b;--color-cc-edge:#1e293b;--color-cc-edge-light:#334155;background-color:var(--color-cc-surface);color:var(--color-cc-text-primary);font-family:Inter,system-ui,-apple-system,sans-serif}.coenta-corporate ::selection{background-color:rgba(99,102,241,.3);color:white}.coenta-corporate .gradient-text{background:linear-gradient(135deg,var(--color-cc-primary-light),var(--color-cc-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.coenta-corporate .gradient-text-warm{background:linear-gradient(135deg,var(--color-cc-amber),var(--color-cc-rose));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.coenta-corporate *{border-color:#1e293b}.coenta-corporate .glass{background:rgba(15,23,42,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05)}.coenta-corporate .glass-strong{background:rgba(15,23,42,.8);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.08)}.coenta-corporate .glow-indigo{box-shadow:0 0 60px rgba(99,102,241,.15),0 0 120px rgba(99,102,241,.05)}.coenta-corporate .glow-cyan{box-shadow:0 0 60px rgba(6,182,212,.15),0 0 120px rgba(6,182,212,.05)}.coenta-corporate .noise{position:relative}.coenta-corporate .noise:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.coenta-corporate .dot-grid{background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 0);background-size:24px 24px}.coenta-corporate .line-glow{background:linear-gradient(180deg,transparent,var(--color-cc-primary),transparent)}.coenta-corporate .card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.coenta-corporate .card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.coenta-corporate .animate-float{animation:cc-float 6s ease-in-out infinite}.coenta-corporate .animate-float-delayed{animation:cc-float 6s ease-in-out 2s infinite}.coenta-corporate .animate-pulse-slow{animation:cc-pulse-slow 4s ease-in-out infinite}.coenta-corporate .animate-marquee{animation:cc-marquee 30s linear infinite}.coenta-corporate .animate-marquee-reverse{animation:cc-marquee-reverse 30s linear infinite}.coenta-corporate .animate-gradient{background-size:200% 200%;animation:cc-gradient-shift 8s ease infinite}.coenta-corporate .animate-spotlight{animation:cc-spotlight 8s ease-in-out infinite}@keyframes cc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes cc-pulse-slow{0%,to{opacity:.4}50%{opacity:.8}}@keyframes cc-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes cc-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes cc-marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes cc-spotlight{0%,to{opacity:.5;transform:scale(1) rotate(0deg)}50%{opacity:.8;transform:scale(1.1) rotate(5deg)}}.coenta-corporate ::-webkit-scrollbar{width:6px}.coenta-corporate ::-webkit-scrollbar-track{background:var(--color-cc-surface)}.coenta-corporate ::-webkit-scrollbar-thumb{background:var(--color-cc-surface-card);border-radius:3px}.coenta-corporate ::-webkit-scrollbar-thumb:hover{background:var(--color-cc-surface-elevated)}