*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;background:#1f2430;color:#e0e0e0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.landing,body{min-height:100vh}.landing{position:relative}.grid-bg{background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 0);background-size:60px 60px}.ambient,.grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.ambient{overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;animation:drift 30s ease-in-out infinite}.orb-1{width:600px;height:600px;background:#A64B90;top:-150px;left:-150px}.orb-2{width:500px;height:500px;background:#E8980A;bottom:-100px;right:-100px;opacity:.18;animation-duration:40s;animation-direction:reverse}.orb-3{width:400px;height:400px;background:#513653;top:50%;left:50%;opacity:.3;animation:drift-center 50s ease-in-out infinite}@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(80px,-40px) scale(1.1)}66%{transform:translate(-60px,60px) scale(.95)}}@keyframes drift-center{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(calc(-50% + 100px),calc(-50% - 80px)) scale(1.15)}}.landing-page{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.landing-hero{flex:1 1;display:flex;align-items:center;justify-content:center;padding:40px;text-align:center}.landing-hero-inner{max-width:760px;animation:fadeUp 1.2s cubic-bezier(.2,.7,.3,1) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-hero-logo{height:44px;width:auto;opacity:.6;margin-bottom:5px}.landing-hero-title{font-size:clamp(4rem,10vw,7.5rem);font-weight:800;line-height:.95;letter-spacing:-.03em;color:#f5f5f5;margin-bottom:28px}.landing-hero-title .dot{color:#A64B90}.landing-hero-tagline{font-size:clamp(1.1rem,1.5vw,1.4rem);font-weight:400;color:#e0e0e0;line-height:1.5;margin:0 auto 20px;max-width:640px}.landing-hero-sub{font-size:1rem;color:#8A8D96;line-height:1.7;max-width:560px;margin:0 auto}.principles{display:flex;justify-content:center;gap:48px;margin-top:80px;flex-wrap:wrap}.principle{display:flex;flex-direction:column;align-items:center;gap:10px;animation:fadeUp 1.2s cubic-bezier(.2,.7,.3,1) both;animation-delay:.4s}.principle:nth-child(2){animation-delay:.55s}.principle:nth-child(3){animation-delay:.7s}.principle-dot{width:6px;height:6px;border-radius:50%;background:#A64B90}.principle-word{font-size:.95rem;font-weight:600;color:#e0e0e0;letter-spacing:.02em}.principle-desc{font-size:.78rem;color:#5a6070;max-width:160px;line-height:1.5;text-align:center}.landing-footer{flex-shrink:0;padding:24px 40px;display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#5a6070;max-width:1400px;margin:0 auto;width:100%}.landing-footer-right{display:flex;align-items:center;gap:10px}.landing-footer-status{display:flex;align-items:center;gap:6px}.landing-footer-status-dot{width:6px;height:6px;border-radius:50%;background:#E8980A;box-shadow:0 0 0 0 rgba(232,152,10,.5);animation:footer-pulse 2.5s infinite}@keyframes footer-pulse{0%,to{box-shadow:0 0 0 0 rgba(232,152,10,.4)}50%{box-shadow:0 0 0 8px rgba(232,152,10,0)}}@media (max-width:768px){.landing-hero{padding:24px 20px}.principles{gap:32px;margin-top:56px}.landing-footer{flex-direction:column;gap:8px;text-align:center;padding:20px}}