@keyframes landing-fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fadeInSlow{0%{opacity:0}to{opacity:1}}@keyframes landing-breathe{0%,to{opacity:.6}50%{opacity:.15}}body,html{margin:0;padding:0;background:#050505;color:#e0e0e0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}body:has(.landing-shell){min-height:100vh;overflow:hidden}.landing-grain{inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E")}.landing-glow,.landing-grain{position:fixed;pointer-events:none;z-index:0}.landing-glow{width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.015) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:landing-breathe 8s ease-in-out infinite}.landing-line-l,.landing-line-r{position:fixed;top:0;width:1px;height:100vh;background:linear-gradient(180deg,transparent,rgba(255,255,255,.025) 50%,transparent);z-index:0}.landing-line-l{left:calc(50% - 200px)}.landing-line-r{left:calc(50% + 200px)}.landing-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.landing-content{position:relative;z-index:1;max-width:520px;animation:landing-fadeIn 1.2s ease-out both}.landing-mark{font-size:.7rem;letter-spacing:.5em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:4rem;animation:landing-fadeIn 1.2s ease-out .2s both}.landing-h1{font-size:clamp(2rem,5.5vw,3.2rem);font-weight:300;letter-spacing:-.03em;line-height:1.15;margin:0 0 .6rem;color:rgba(255,255,255,.98);animation:landing-fadeIn 1.2s ease-out .4s both}.landing-h1 em{font-style:normal;font-weight:600;background:linear-gradient(135deg,rgba(235,235,235,1),#fff 40%,rgba(220,220,220,1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-sub{font-size:clamp(1rem,2vw,1.15rem);font-weight:300;color:rgba(255,255,255,.7);letter-spacing:.01em;margin-bottom:3rem;animation:landing-fadeIn 1.2s ease-out .6s both}.landing-divider{width:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);margin:0 auto 2.5rem;animation:landing-fadeIn 1.2s ease-out .8s both}.landing-p{font-size:.95rem;line-height:1.75;color:rgba(255,255,255,.65);margin:0 auto 3rem;max-width:420px;animation:landing-fadeIn 1.2s ease-out 1s both}.landing-closed{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.18);padding:.6rem 1.6rem;border-radius:100px;animation:landing-fadeIn 1.2s ease-out 1.2s both;transition:border-color .6s ease,color .6s ease}.landing-closed:hover{border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.landing-closed-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,180,100,.7);animation:landing-breathe 3s ease-in-out infinite}.landing-contact{margin-top:3.5rem;animation:landing-fadeIn 1.2s ease-out 1.5s both}.landing-contact a{font-size:.78rem;letter-spacing:.12em;color:rgba(255,255,255,.55);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px;transition:color .4s ease,border-color .4s ease}.landing-contact a:hover{color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.5)}.landing-nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-end;gap:1.5rem;padding:1.5rem 2rem;z-index:10;animation:landing-fadeInSlow 2s ease-out 1.8s both}.landing-nav a{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.4);text-decoration:none;transition:color .4s ease}.landing-nav a:hover{color:rgba(255,255,255,.85)}.landing-footer{bottom:3.5rem;text-align:center;font-size:.65rem;letter-spacing:.2em;color:rgba(255,255,255,.3);z-index:1;animation:landing-fadeInSlow 2s ease-out 2s both}.landing-footer,.status-bar{position:fixed;left:0;right:0}.status-bar{bottom:0;flex-wrap:wrap;justify-content:center;gap:1.4rem 1.6rem;padding:1rem 2rem;z-index:10;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));animation:landing-fadeInSlow 2.5s ease-out 2.2s both}.status-bar,.status-item{display:flex;align-items:center}.status-item{gap:.45rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4);white-space:nowrap}.status-dot{width:4px;height:4px;border-radius:50%;animation:landing-breathe 4s ease-in-out infinite;flex-shrink:0}.status-dot-up{background:rgba(80,200,120,.6);box-shadow:0 0 6px rgba(80,200,120,.2)}.status-dot-down{background:rgba(255,90,90,.7);box-shadow:0 0 6px rgba(255,90,90,.3)}.status-dot-loading{background:rgba(255,255,255,.2)}.landing-footer{bottom:4.5rem}@media (max-width:700px){.status-bar{gap:1rem 1.2rem;font-size:.5rem}.landing-footer{bottom:7rem}}