:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#0a0e27;background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.15) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(168,85,247,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(59,130,246,.15) 0px,transparent 50%),radial-gradient(at 0% 100%,rgba(236,72,153,.15) 0px,transparent 50%);color:#f8fafc}.hero{padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,#00000080,#0000);position:relative}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);filter:blur(80px);z-index:0}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1;display:flex;align-items:flex-start;gap:.5rem;justify-content:center}.hero-logo{margin:0;max-width:200px;min-width:200px;animation:float 3s ease-in-out infinite;flex-shrink:0}.hero-logo img{width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(99,102,241,.4));transition:all .3s ease}.hero-logo img:hover{filter:drop-shadow(0 0 50px rgba(99,102,241,.7));transform:scale(1.05)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-text{flex:1;text-align:center}.hero-title{font-size:5rem;font-weight:900;margin-bottom:.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-3px;text-shadow:0 0 80px rgba(99,102,241,.5);animation:glow 3s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 20px rgba(99,102,241,.4))}to{filter:drop-shadow(0 0 40px rgba(168,85,247,.6))}}.hero-subtitle{font-size:1.6rem;font-weight:300;margin-bottom:2rem;color:#94a3b8;font-style:italic}.hero-tagline{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#e2e8f0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-description{font-size:1.25rem;line-height:1.9;color:#cbd5e1;max-width:700px;margin:0 auto}.hero-image{margin:2rem auto;max-width:400px}.hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #6366f14d;transition:all .3s ease}.hero-image img:hover{transform:scale(1.05);box-shadow:0 20px 60px #6366f180}.pyramid-overview{padding:3.5rem 2.5rem;text-align:center;max-width:900px;margin:0 auto 4rem;background:linear-gradient(135deg,#1e293bcc,#0f172a99);border-radius:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(148,163,184,.1);box-shadow:0 20px 60px #00000080,0 0 0 1px #6366f11a,inset 0 1px #ffffff0d}.pyramid-overview h2{font-size:2.75rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.overview-text{font-size:1.2rem;line-height:1.9;color:#cbd5e1}.pyramid-level{max-width:1200px;margin:0 auto 4rem;padding:2.5rem;background:linear-gradient(135deg,#1e293bb3,#0f172a80);border-radius:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(148,163,184,.15);box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pyramid-level:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);transition:left .6s ease}.pyramid-level:hover:before{left:100%}.pyramid-level:hover{transform:translateY(-8px);box-shadow:0 30px 80px #0009,0 0 0 1px #6366f14d,inset 0 1px #ffffff1a;border-color:#6366f14d}.level-1{max-width:500px;border-left:3px solid #ec4899}.level-2{max-width:700px;border-left:3px solid #a78bfa}.level-3{max-width:900px;border-left:3px solid #60a5fa}.level-4{max-width:1100px;border-left:3px solid #22d3ee}.level-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem;padding-bottom:1.2rem;border-bottom:2px solid rgba(148,163,184,.2)}.level-number{width:56px;height:56px;background:linear-gradient(135deg,#6366f14d,#a855f733);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem;border:2px solid rgba(99,102,241,.4);box-shadow:0 8px 20px #6366f14d,inset 0 1px #ffffff1a;color:#e0e7ff}.level-header h3{font-size:2.2rem;font-weight:800;color:#f1f5f9}.level-purpose{font-size:1.15rem;color:#94a3b8;margin-bottom:2rem;font-style:italic;line-height:1.7}.domains{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.domain-card{background:linear-gradient(135deg,#33415599,#1e293b66);padding:1rem 1.5rem;border-radius:12px;text-decoration:none;color:#e2e8f0;border:1px solid rgba(148,163,184,.2);transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}.domain-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f133,#a855f733);opacity:0;transition:opacity .3s ease}.domain-card:hover:before{opacity:1}.domain-card:hover{background:linear-gradient(135deg,#6366f14d,#a855f733);transform:translateY(-4px);box-shadow:0 12px 30px #6366f166,0 0 0 1px #6366f14d;border-color:#6366f180;color:#fff}.domain-card.primary{background:linear-gradient(135deg,#6366f140,#a855f726);padding:2rem 2.5rem;display:flex;flex-direction:column;gap:.8rem;flex:1;min-width:100%;border:1px solid rgba(99,102,241,.3);box-shadow:0 10px 40px #6366f14d,inset 0 1px #ffffff1a}.domain-card.primary:hover{box-shadow:0 20px 60px #6366f180,0 0 0 1px #6366f166}.domain-name{font-size:1.5rem;font-weight:800;color:#f8fafc;position:relative;z-index:1}.domain-description{font-size:1.05rem;color:#cbd5e1;font-weight:400;position:relative;z-index:1}.core-technologies{margin-top:2rem;background:linear-gradient(135deg,#0f172acc,#1e293b99);padding:2rem;border-radius:16px;border:1px solid rgba(99,102,241,.2);box-shadow:inset 0 2px 10px #0000004d}.core-technologies h4{font-size:1.4rem;margin-bottom:1.2rem;font-weight:700;color:#e0e7ff}.core-technologies ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.core-technologies li{padding:1rem 1.3rem;background:linear-gradient(135deg,#6366f126,#a855f71a);border-radius:10px;font-weight:600;border-left:3px solid #6366f1;color:#e2e8f0;transition:all .3s ease;box-shadow:0 4px 12px #0003}.core-technologies li:hover{background:linear-gradient(135deg,#6366f140,#a855f733);transform:translate(4px);border-left-color:#a78bfa;box-shadow:0 6px 20px #6366f14d}.architectural-framework{margin-top:2.5rem;padding:2.5rem;background:linear-gradient(135deg,#6366f126,#a855f71a);border-radius:20px;border:2px solid rgba(99,102,241,.3);box-shadow:0 10px 40px #6366f133,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.architectural-framework:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.framework-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.framework-header h4{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.framework-badge{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,#6366f14d,#a855f733);border:1px solid rgba(99,102,241,.5);border-radius:20px;font-size:.85rem;font-weight:700;color:#e0e7ff;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 12px #6366f14d}.framework-description{font-size:1.1rem;line-height:1.8;color:#cbd5e1;margin-bottom:2rem;position:relative;z-index:1}.focus-areas{position:relative;z-index:1}.focus-areas h5{font-size:1.3rem;font-weight:700;color:#e0e7ff;margin-bottom:1.2rem}.focus-areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.focus-area-card{padding:1.2rem 1.5rem;background:linear-gradient(135deg,#0f172acc,#1e293b99);border-radius:12px;border:1px solid rgba(99,102,241,.3);color:#e2e8f0;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;position:relative;overflow:hidden}.focus-area-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.2),transparent);transition:left .5s ease}.focus-area-card:hover:before{left:100%}.focus-area-card:hover{background:linear-gradient(135deg,#6366f140,#a855f733);transform:translateY(-4px);border-color:#6366f180;box-shadow:0 8px 24px #6366f166,0 0 0 1px #6366f14d;color:#fff}.primitive-group,.solution-group{margin-top:2.5rem;padding:2rem;background:linear-gradient(135deg,#0f172a99,#1e293b66);border-radius:16px;border-left:4px solid #60a5fa;border:1px solid rgba(148,163,184,.15);box-shadow:0 8px 24px #0000004d;transition:all .3s ease}.primitive-group:hover,.solution-group:hover{background:linear-gradient(135deg,#0f172acc,#1e293b99);border-color:#6366f14d;box-shadow:0 12px 32px #0006}.primitive-group h4,.solution-group h4{font-size:1.6rem;margin-bottom:1rem;font-weight:700;color:#f1f5f9}.primitive-description,.solution-description{font-size:1.05rem;line-height:1.7;color:#cbd5e1;margin-bottom:1rem}.uniphyed-tech,.uses-primitives{font-size:1rem;color:#94a3b8;font-style:italic;margin-bottom:1.2rem;padding:.6rem 1rem;background:#6366f11a;border-radius:8px;border-left:2px solid #6366f1;display:inline-block}.footer{background:linear-gradient(180deg,#0f172acc,#0a0e27f2);padding:4rem 2rem;margin-top:6rem;text-align:center;border-top:1px solid rgba(148,163,184,.1);box-shadow:0 -20px 60px #00000080}.footer-content{max-width:1200px;margin:0 auto}.footer-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:2.5rem}.stat{display:flex;flex-direction:column;gap:.6rem;padding:2rem;background:linear-gradient(135deg,#1e293b80,#0f172a4d);border-radius:16px;border:1px solid rgba(148,163,184,.1);transition:all .3s ease}.stat:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 15px 40px #6366f14d}.stat-number{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(99,102,241,.5))}.stat-label{font-size:1.05rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin:4rem 0;text-align:left}.footer-section h4{font-size:1.3rem;font-weight:700;color:#f1f5f9;margin-bottom:1.2rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section p{font-size:1rem;line-height:1.7;color:#94a3b8}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:all .3s ease;display:inline-block;padding:.3rem 0;border-bottom:1px solid transparent}.footer-section ul li a:hover{color:#60a5fa;border-bottom-color:#60a5fa;transform:translate(4px)}.footer-section ul li span{color:#94a3b8;display:inline-block;padding:.3rem 0}.footer-connect-text{margin-bottom:1.2rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-link{display:inline-block;padding:.8rem 1.5rem;background:linear-gradient(135deg,#6366f133,#a855f726);border:1px solid rgba(99,102,241,.3);border-radius:10px;color:#e2e8f0;text-decoration:none;font-weight:600;transition:all .3s ease;text-align:center;box-shadow:0 4px 12px #0003}.footer-link:hover{background:linear-gradient(135deg,#6366f14d,#a855f740);border-color:#6366f180;transform:translateY(-2px);box-shadow:0 8px 24px #6366f166;color:#fff}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(148,163,184,.3) 50%,transparent 100%);margin:3rem 0 2rem}.footer-bottom{text-align:center}.footer-tagline{font-size:1.3rem;font-style:italic;color:#cbd5e1;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.footer-copyright{font-size:.95rem;color:#64748b;margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.1)}.primitive-header,.solution-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.primitive-header h4,.solution-header h4{margin:0}.core-tech-badge{display:inline-block;padding:.4rem .9rem;background:linear-gradient(135deg,#6366f14d,#a855f733);border:1px solid rgba(99,102,241,.4);border-radius:20px;font-size:.8rem;font-weight:600;color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #6366f133}.core-tech-badges{display:flex;gap:.5rem;flex-wrap:wrap}.domain-wrapper{width:100%}.subdomains{margin-left:1.5rem;margin-top:.8rem;padding-left:1.5rem;border-left:2px solid rgba(99,102,241,.3)}.subdomain-wrapper{margin-top:.8rem}.domain-card.subdomain{background:linear-gradient(135deg,#6366f126,#a855f71a);border-left-color:#818cf8}.domain-card.subdomain:hover{background:linear-gradient(135deg,#6366f140,#a855f733);border-left-color:#a78bfa}.partner-domains{margin-left:1.5rem;margin-top:.8rem;padding:1rem;background:#0003;border-radius:10px;border:1px solid rgba(99,102,241,.2)}.partner-label{display:block;font-size:.85rem;font-weight:600;color:#a78bfa;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.domain-card.partner{margin-top:.5rem;background:linear-gradient(135deg,#a855f726,#ec48991a);border-left-color:#c084fc}.domain-card.partner:hover{background:linear-gradient(135deg,#a855f740,#ec489933);border-left-color:#e879f9}.technology-flows{max-width:1400px;margin:0 auto;padding:5rem 2rem}.technology-flows h2{font-size:2.8rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description{text-align:center;color:#cbd5e1;font-size:1.1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.flows-container{display:grid;gap:2rem}.flow-card{background:#0f172a99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;border:2px solid rgba(99,102,241,.3);box-shadow:0 10px 40px #0000004d}.flow-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.flow-header h3{font-size:2rem;color:#e2e8f0}.flow-path{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.flow-step{flex:1;min-width:150px}.flow-label{display:block;font-size:.85rem;font-weight:600;color:#a78bfa;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.flow-value{color:#e2e8f0;font-size:1rem;line-height:1.5}.flow-arrow{font-size:2rem;color:#6366f1;font-weight:700}.flow-domains{display:flex;flex-direction:column;gap:.5rem}.flow-link{display:inline-block;padding:.6rem 1rem;background:linear-gradient(135deg,#6366f133,#a855f726);border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#60a5fa;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.flow-link:hover{background:linear-gradient(135deg,#6366f14d,#a855f740);border-color:#6366f1;transform:translate(4px);box-shadow:0 4px 12px #6366f14d}.flow-link.subdomain-link{background:linear-gradient(135deg,#a855f733,#ec489926);border-color:#a855f74d;color:#c084fc}.flow-link.subdomain-link:hover{background:linear-gradient(135deg,#a855f74d,#ec489940);border-color:#a78bfa}.infrastructure-integrations{max-width:1400px;margin:0 auto;padding:5rem 2rem;background:linear-gradient(180deg,#0000004d,#0000)}.infrastructure-integrations h2{font-size:2.8rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.integrations-container{display:grid;gap:2rem}.integration-card{background:#0f172a99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;border:2px solid rgba(99,102,241,.3);box-shadow:0 10px 40px #0000004d}.integration-header h3{font-size:1.8rem;color:#e2e8f0;margin-bottom:1rem}.integration-description{color:#cbd5e1;font-size:1rem;line-height:1.7;margin-bottom:2rem}.integration-flow{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.integration-orchestrator,.integration-tools{flex:1;min-width:200px}.integration-label{display:block;font-size:.85rem;font-weight:600;color:#a78bfa;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px}.integration-arrow{font-size:2.5rem;color:#6366f1;font-weight:700}.integration-link{display:inline-block;padding:.8rem 1.2rem;background:linear-gradient(135deg,#6366f133,#a855f726);border:1px solid rgba(99,102,241,.3);border-radius:10px;color:#60a5fa;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #0003}.integration-link:hover{background:linear-gradient(135deg,#6366f14d,#a855f740);border-color:#6366f1;transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.integration-links{display:flex;flex-direction:column;gap:.8rem}@media(max-width:768px){.hero-content{flex-direction:column;align-items:center}.hero-logo{max-width:150px;min-width:150px;margin-bottom:1rem}.hero-title{font-size:3.5rem;letter-spacing:-2px}.hero-subtitle{font-size:1.3rem}.hero-tagline{font-size:1.6rem}.hero-description{font-size:1.1rem}.hero-image{max-width:300px}.pyramid-overview{padding:2.5rem 2rem}.pyramid-overview h2{font-size:2.2rem}.overview-text{font-size:1.05rem}.level-1,.level-2,.level-3,.level-4{max-width:100%;padding:2rem}.level-header h3{font-size:1.75rem}.core-technologies ul{grid-template-columns:1fr}.architectural-framework{padding:2rem}.framework-header{flex-direction:column;align-items:flex-start;gap:.8rem}.framework-header h4{font-size:1.5rem}.framework-description{font-size:1rem}.focus-areas-grid{grid-template-columns:1fr}.footer-stats{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:3rem}.footer-sections{grid-template-columns:1fr;gap:2.5rem;margin:3rem 0}.footer-section{text-align:center}.footer-tagline{font-size:1.1rem}.footer-copyright{font-size:.9rem}}html{scroll-behavior:smooth}
