.vector-system{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.app{min-height:100vh;position:relative;display:flex;flex-direction:column;overflow:hidden}.main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:5rem 2rem;min-height:100vh;pointer-events:none}.main>*{pointer-events:auto}.hero{text-align:center;position:relative;z-index:2;padding:3rem 0}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1100px;height:1100px;background:radial-gradient(circle,rgba(147,112,219,.13) 0%,rgba(39,59,226,.08) 28%,rgba(152,218,81,.03) 55%,transparent 72%);pointer-events:none;z-index:-1;border-radius:50%;will-change:opacity;animation:eye-pulse 6s ease-in-out infinite}@keyframes eye-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes hero-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero:before{width:700px;height:700px}.hero{padding:2rem 0}}.logo{font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,10vw,8.5rem);font-weight:500;letter-spacing:-.035em;margin-bottom:3rem;line-height:.98;text-transform:lowercase;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;background:linear-gradient(115deg,#4a63f0,#9370db 42%,#aede62 72%,#5a70f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hero-enter 1s cubic-bezier(.16,1,.3,1) both}.logo-l-wrapper{position:relative;display:inline-block;vertical-align:baseline}.logo-l{font-size:1.5em;font-weight:400;display:inline-block;vertical-align:baseline;line-height:inherit;-webkit-text-fill-color:#9370DB;color:#9370db}.logo-spear{position:absolute;bottom:100%;left:50%;transform:translate(-48%);width:.6em;height:.7em;margin-bottom:-.4em;color:#9370db;filter:drop-shadow(0 0 5px rgba(147,112,219,.7)) drop-shadow(0 -4px 10px rgba(39,59,226,.4))}.tagline{font-family:EB Garamond,serif;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;font-style:italic;color:var(--color-text-subtle);margin:0;line-height:1.5;text-rendering:optimizeLegibility;font-variant-ligatures:common-ligatures;-webkit-font-smoothing:antialiased;animation:hero-enter 1s cubic-bezier(.16,1,.3,1) .2s both}.footer{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:1;opacity:.45;transition:opacity .4s ease}.footer:hover{opacity:.65}.footer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.625rem;font-weight:400;color:var(--color-text-subtle);letter-spacing:.1em;text-transform:uppercase;text-rendering:optimizeLegibility}@media (max-width: 768px){.main{padding:3rem 1.5rem}.footer{bottom:2rem}.logo{margin-bottom:2.5rem}.hero:before{width:700px;height:700px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--peacock-blue: #273BE2;--peacock-violet: #9370DB;--peacock-lime: #98DA51;--peacock-olive: #688E23;--peacock-dark-olive: #4B5320;--color-bg: #07080f;--color-text: #f0f0fa;--color-text-subtle: #6b6b9a;--color-vector-rgb: 39, 59, 226;--color-vector-opacity: .055;--color-vector-node-opacity: .09}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(ellipse at 50% 38%,#0e1022,#07080f 58%,#050609);background-attachment:fixed;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;min-height:100vh}#root{min-height:100vh;position:relative}
