:root{--color-white:#fff;--color-dark:#020617;--color-slate:#0f172a;--accent-cyan:#00e5ff;--accent-orange:#ff9f43;--bg-overlay-start:#020617eb;--bg-overlay-mid:#0f172ab8;--bg-overlay-end:#06182c73;--bg-card:#0f172ab8;--border-white-light:#ffffff1f;--text-muted:#ffffff9e;--font:Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body{background:var(--color-dark);min-height:100%;color:var(--color-white);font-family:var(--font);margin:0}body{min-height:100vh}img{max-width:100%;display:block}a{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes landing-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}@keyframes landing-card-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing{background:var(--color-dark);min-height:100vh;position:relative;overflow-x:hidden}.landing__bg{opacity:.55;background:radial-gradient(80% 60% at 20% 80%,#00e5ff14 0%,#0000 55%),radial-gradient(70% 50% at 85% 15%,#ff9f431a 0%,#0000 50%),url(/images/bg-login.jpg) 50%/cover no-repeat;position:absolute;inset:0}.landing__mesh{pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing__orb{filter:blur(90px);will-change:transform;border-radius:50%;position:absolute}.landing__orb--1{background:#00e5ff38;width:min(520px,70vw);height:min(520px,70vw);animation:22s ease-in-out infinite landing-float;top:-8%;left:-6%}.landing__orb--2{background:#ff9f432e;width:min(440px,60vw);height:min(440px,60vw);animation:26s ease-in-out infinite reverse landing-float;bottom:5%;right:-4%}.landing__orb--3{background:#0ea5e91f;width:min(320px,45vw);height:min(320px,45vw);animation:18s ease-in-out 4s infinite landing-float;top:40%;left:35%}.landing__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(90% 80% at 50% 40%,#000 20%,#0000 75%)}.landing__overlay{background:linear-gradient(135deg, var(--bg-overlay-start) 0%, var(--bg-overlay-mid) 50%, var(--bg-overlay-end) 100%);position:absolute;inset:0}.landing__topbar{z-index:4;padding:16px 20px;position:absolute;top:0;right:0}.landing__locale{display:inline-flex}.landing__locale select{min-width:120px;color:var(--color-white);font:inherit;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:8px 10px;font-size:.9rem}.landing__content{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.landing__brand{color:var(--color-white);display:none}.landing__brand-inner{flex-direction:column;align-items:flex-start;gap:16px;max-width:460px;display:flex}.landing__logo-wrap{padding:4px;position:relative}.landing__logo-wrap:before{content:"";filter:blur(16px);opacity:.7;background:linear-gradient(135deg,#00e5ff73,#ff9f4359);border-radius:22px;position:absolute;inset:-6px}.landing__logo{border-radius:18px;width:72px;height:72px;position:relative;box-shadow:0 8px 32px #00000059}.landing__kicker{letter-spacing:.14em;text-transform:uppercase;color:#00e5ffd9;margin:8px 0 0;font-size:.75rem;font-weight:700}.landing__brand-name{letter-spacing:-.03em;background:linear-gradient(135deg, #fff 0%, #ffffffe0 40%, var(--accent-cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.08}.landing__tagline{color:#ffffffb8;max-width:36ch;margin:0;font-size:1.2rem;line-height:1.55}.landing__subtitle{color:var(--text-muted);max-width:42ch;margin:0;font-size:.98rem;line-height:1.55}.landing__apps{flex-direction:column;align-items:stretch;width:100%;padding:72px 20px 96px;display:flex}.landing__mobile-brand{align-items:center;gap:14px;width:100%;max-width:480px;margin-bottom:20px;display:flex}.landing__mobile-logo{border-radius:14px;width:52px;height:52px;box-shadow:0 4px 20px #0000004d}.landing__mobile-brand-text{flex-direction:column;gap:2px;display:flex}.landing__mobile-brand-name{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.landing__mobile-tagline{color:var(--text-muted);font-size:.875rem}.landing__mobile-subtitle{color:var(--text-muted);max-width:42ch;margin:0 0 24px;font-size:.95rem;line-height:1.5}.landing__cards{grid-template-columns:1fr;gap:16px;width:100%;display:grid}.landing-card{background:var(--bg-card);-webkit-backdrop-filter:blur(28px)saturate(160%);border-radius:20px;flex-direction:column;gap:12px;padding:28px 24px;animation:.7s cubic-bezier(.22,1,.36,1) both landing-card-enter;display:flex;position:relative;box-shadow:0 24px 64px #00000073,0 0 0 1px #ffffff14,inset 0 1px #ffffff1f}.landing-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#00e5ff59,#ffffff14 40%,#ff9f4340);padding:1px;position:absolute;inset:0;mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-position:0 0,0 0;mask-size:auto,auto;mask-repeat:repeat,repeat;mask-clip:content-box,border-box;mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.landing-card:nth-child(2){animation-delay:80ms}.landing-card:nth-child(3){animation-delay:.16s}.landing-card__icon{width:40px;height:40px;color:var(--accent-cyan);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.landing-card__title{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700}.landing-card__blurb{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.landing-card__features{flex-direction:column;gap:10px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.landing-card__feature{color:#ffffffd1;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.4;display:flex}.landing-card__feature-dot{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-orange));border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.landing-card__actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.landing-card__hint{color:#ffffff73;margin:0;font-size:.78rem;line-height:1.4}.landing-btn{letter-spacing:.04em;text-transform:uppercase;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 16px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.landing-btn:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:3px}.landing-btn--primary{background:linear-gradient(135deg, var(--accent-cyan) 0%, #0ea5e9 45%, var(--accent-orange) 100%);color:var(--color-dark);background-size:200%}.landing-btn--primary:hover{background-position:100%;transform:translateY(-1px);box-shadow:0 8px 28px #00e5ff59}.landing-btn--ghost{color:var(--color-white);background:#ffffff0a;border:1px solid #ffffff2e;font-weight:600}.landing-btn--ghost:hover{background:#ffffff14;border-color:#ffffff47;transform:translateY(-1px)}.landing__stores{flex-direction:column;gap:14px;margin-top:28px;display:flex}.landing__stores-divider{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:12px;font-size:.7rem;display:flex}.landing__stores-divider:before,.landing__stores-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--border-white-light), transparent);flex:1;height:1px}.landing__store-links{flex-direction:column;gap:10px;display:flex}.landing__footer{z-index:1;color:var(--text-muted);margin:0;padding:0 20px 28px;font-size:.85rem;position:relative}@media (width>=600px){.landing__topbar{padding:20px 28px}.landing__apps{align-items:center;padding:80px 32px 96px}.landing__cards{grid-template-columns:1fr;max-width:480px}.landing-card{padding:32px 28px}.landing-card__actions{flex-direction:row}.landing-card__actions .landing-btn{flex:1}.landing__store-links{flex-direction:row;justify-content:center}.landing__footer{padding-left:32px}}@media (width>=1024px){.landing__content{grid-template-columns:minmax(280px,1fr) minmax(440px,520px);justify-content:center;align-items:stretch;column-gap:24px;display:grid}.landing__brand{justify-content:flex-end;align-items:center;padding:64px 24px 64px 48px;display:flex}.landing__mobile-brand,.landing__mobile-subtitle{display:none}.landing__apps{justify-content:center;align-items:stretch;padding:72px 48px 80px 24px}.landing__cards{grid-template-columns:1fr;width:100%;max-width:480px}.landing-card{border-radius:24px;padding:28px 24px 24px}.landing-card__actions{flex-direction:row}.landing__footer{padding:0;position:absolute;bottom:20px;left:24px}}@media (prefers-reduced-motion:reduce){.landing__orb,.landing-card{animation:none}}
