*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8fafc;background:#081426;font-synthesis:none;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;min-height:100vh;background:#081426}.landing-page{position:relative;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;isolation:isolate}.landing-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:url(/patrick-bigelow-t9hUF1m6ALY-unsplash.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.03);animation:landing-drift 18s ease-in-out infinite alternate}.landing-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#071222cc,#08142694 48%,#05111ec7),linear-gradient(180deg,#040f1c52,#040f1cb8)}.landing-header{width:100%;padding:22px clamp(24px,4vw,64px);border-bottom:1px solid rgba(118,211,228,.18);background:#040f2399;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-nav{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:24px}.landing-logo{display:inline-flex;align-items:center;transition:transform .18s ease,filter .18s ease}.landing-logo:hover{transform:translateY(-1px);filter:brightness(1.1)}.landing-logo img{width:auto;height:42px;display:block}.landing-app-link{color:#e2e8f0;border:1px solid rgba(0,191,166,.5);border-radius:12px;padding:10px 18px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease;display:inline-flex;align-items:center;gap:8px}.landing-app-link:before{content:"←";font-size:1rem;line-height:1}.landing-app-link:hover{color:#071a2b;background:#00d4aa;transform:translateY(-2px)}.landing-main{flex:1;display:grid;place-items:center;padding:clamp(72px,12vh,160px) 24px 96px}.landing-content{width:min(100%,760px);text-align:center;animation:landing-rise .7s cubic-bezier(.2,.8,.2,1) both}.landing-kicker{margin:0 0 18px;color:#76d3e4;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.landing-title{margin:0;color:#fff;font-size:clamp(2.8rem,7vw,5.4rem);font-weight:800;letter-spacing:-.055em;line-height:1.04;text-shadow:0 5px 24px rgba(0,0,0,.42)}.landing-description{max-width:660px;margin:24px auto 0;color:#f1f5f9;font-size:clamp(1rem,2vw,1.24rem);line-height:1.65;text-shadow:0 2px 12px rgba(0,0,0,.52)}.landing-signup{max-width:600px;margin:42px auto 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.signup-fields{display:flex;align-items:stretch;justify-content:center;gap:14px}.signup-input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.72);border-radius:12px;padding:16px 20px;color:#172b44;background:#fffffff5;font:inherit;font-size:.98rem;box-shadow:0 8px 28px #0000002e}.signup-input::placeholder{color:#64748b}.signup-input:focus-visible,.signup-button:focus-visible,.landing-app-link:focus-visible,.landing-logo:focus-visible{outline:3px solid #76d3e4;outline-offset:3px}.signup-button{border:1px solid rgba(0,212,170,.8);border-radius:12px;padding:16px 25px;color:#06251f;background:linear-gradient(135deg,#00bfa6,#00d4aa);box-shadow:0 8px 26px #00bfa659;cursor:pointer;font:inherit;font-weight:800;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.signup-button:hover:not(:disabled){transform:translateY(-3px);filter:brightness(1.08);box-shadow:0 12px 34px #00d4aa7a}.signup-button:disabled{cursor:wait;opacity:.7}.signup-status{min-height:24px;margin:14px 0 0;color:#f8fafc;font-size:.9rem;font-weight:600}.signup-status--success{color:#a7f3d0}.signup-status--error{color:#fecaca}.landing-footer{padding:48px clamp(24px,4vw,64px) 24px;background:#040f238c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(118,211,228,.18)}.landing-footer-content{max-width:1440px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:48px;flex-wrap:wrap}.landing-footer-brand{max-width:440px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.landing-footer-brand img{width:auto;height:38px}.landing-footer-brand p{margin:0;color:#e2e8f0b3;font-size:.85rem;line-height:1.55}.landing-footer-social h2{margin:0 0 8px;font-size:1rem;font-weight:700;color:#f8fafc}.landing-footer-social p{margin:0 0 14px;color:#e2e8f0a6;font-size:.8rem}.landing-social-icons{display:flex;gap:12px}.landing-social-icons a{width:40px;height:40px;border-radius:10px;border:1px solid rgba(0,191,166,.3);background:#00bfa614;color:#00bfa6;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:.85rem;transition:background .18s ease,border-color .18s ease,transform .18s ease}.landing-social-icons a:hover{background:#00bfa633;border-color:#00bfa6;transform:translateY(-3px)}.landing-footer-bottom{max-width:1440px;margin:0 auto;padding-top:20px;border-top:1px solid rgba(118,211,228,.12);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;color:#e2e8f099;font-size:.78rem}.landing-footer-bottom a{color:#e2e8f0a6;text-decoration:none;margin-left:16px;transition:color .18s ease}.landing-footer-bottom a:hover{color:#00d4aa}@keyframes landing-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-drift{0%{transform:scale(1.03) translate3d(-1%,0,0)}to{transform:scale(1.07) translate3d(1%,-1%,0)}}@media (max-width: 640px){.landing-header{padding:18px}.landing-logo img{height:36px}.landing-main{padding:72px 18px 64px}.landing-title{font-size:clamp(2.7rem,13vw,4rem)}.landing-description{font-size:1rem}.landing-signup{margin-top:32px}.signup-fields{flex-direction:column;gap:12px}.signup-input,.signup-button{width:100%}.landing-footer-content{flex-direction:column;gap:32px}.landing-footer-bottom{flex-direction:column;text-align:center}.landing-footer-bottom a{margin:0 8px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
