.landing{min-height:100vh;background:radial-gradient(ellipse at top,#1a1a2e 0,#0e0e16 60%);color:#f5f5fa;display:flex;flex-direction:column;padding:36px 20px 24px;gap:32px;box-sizing:border-box;font-family:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,sans-serif}.landing-brand{display:flex;align-items:center;justify-content:center;gap:10px}.landing-brand img{border-radius:12px}.landing-wordmark{font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#9a9aae}.landing-hero{text-align:center;display:flex;flex-direction:column;gap:10px;max-width:520px;margin:0 auto}.landing-tagline{margin:0;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#b9b3ff);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-stats{margin:0;font-size:14px;color:#9a9aae}.landing-stats-link{color:inherit;text-decoration:underline;-webkit-text-decoration-color:rgba(154,154,174,.4);text-decoration-color:rgba(154,154,174,.4);text-underline-offset:3px;transition:color .15s ease,-webkit-text-decoration-color .15s ease;transition:color .15s ease,text-decoration-color .15s ease;transition:color .15s ease,text-decoration-color .15s ease,-webkit-text-decoration-color .15s ease}.landing-stats-link:hover{color:#d8d8e0;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.landing-cards{display:flex;flex-direction:column;gap:14px;width:100%;max-width:480px;margin:0 auto}.landing-card{position:relative;display:block;text-decoration:none;padding:22px 56px 22px 22px;border-radius:18px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.landing-card:hover{transform:translateY(-2px)}.landing-card h2{margin:0 0 6px;font-size:20px;font-weight:700;letter-spacing:-.01em;color:#fff}.landing-card p{margin:0;font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.78)}.landing-card-arrow{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:22px;color:hsla(0,0%,100%,.85);transition:transform .2s ease}.landing-card:hover .landing-card-arrow{transform:translate(4px,-50%)}.landing-card-primary{background:linear-gradient(135deg,#ff3d7f,#ff5e3a);box-shadow:0 16px 36px rgba(255,61,127,.32)}.landing-card-primary:hover{box-shadow:0 22px 48px rgba(255,61,127,.4)}.landing-card-secondary{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.landing-card-secondary:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.18)}.landing-card-tertiary{background:linear-gradient(135deg,#4ecba1,#1faa70);box-shadow:0 16px 36px rgba(31,170,112,.3)}.landing-card-tertiary:hover{box-shadow:0 22px 48px rgba(31,170,112,.4)}.landing-card-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;background:rgba(0,0,0,.28);color:#fff;padding:4px 10px;border-radius:999px;margin-bottom:10px}.landing-card-tag-new{background:hsla(0,0%,100%,.22)}.landing-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:14px;row-gap:8px;font-size:13px;color:#6e6e80;margin-top:auto;padding-top:24px;padding-bottom:env(safe-area-inset-bottom);text-align:center}.landing-footer a{color:#9a9aae;text-decoration:none;padding:4px 0;transition:color .15s ease}.landing-footer a:hover{color:#fff}.landing-footer span{display:none}@media (min-width:720px){.landing{padding:64px 32px 32px;gap:48px}.landing-tagline{font-size:38px}.landing-cards{flex-direction:row;flex-wrap:wrap;max-width:1100px}.landing-card{flex:1 1 280px;min-height:180px;display:flex;flex-direction:column;justify-content:flex-start}.landing-footer{column-gap:10px;flex-wrap:nowrap}.landing-footer span{display:inline}}