@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--page-bg: #f8f9fb;--page-bg2: #eef1f6;--text: #0f172a;--text-muted: #64748b;--badge-bg: #ede9fe;--badge-text: #5b21b6;--radius-card: 20px;--font: "Inter", system-ui, -apple-system, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1)}html,body{height:100%;background:var(--page-bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.launcher{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,2rem) clamp(1.5rem,3vw,2rem);position:relative;overflow-x:hidden}.launcher__bg{position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,var(--page-bg) 0%,var(--page-bg2) 55%,var(--page-bg) 100%)}.launcher__main{width:100%;max-width:1100px;flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.launcher__hero{text-align:center;max-width:36rem;margin-bottom:clamp(2rem,5vw,3rem);opacity:0;transform:translateY(12px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.launcher--ready .launcher__hero--in{opacity:1;transform:none}.launcher__badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--badge-text);background:var(--badge-bg);padding:.45rem .9rem;border-radius:100px;margin-bottom:1.1rem}.launcher__title{font-size:clamp(1.75rem,4.2vw,2.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--text);margin-bottom:.75rem}.launcher__subtitle{font-size:clamp(.9rem,2vw,1rem);line-height:1.55;color:var(--text-muted);font-weight:400;font-style:italic}.launcher__grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.5vw,1.5rem);align-items:stretch}@media(max-width:900px){.launcher__grid{grid-template-columns:1fr;max-width:400px}}.launcher-card{--card-bg: #2563eb;position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:clamp(280px,36vh,360px);padding:1.5rem 1.5rem 1.35rem;border-radius:var(--radius-card);background:var(--card-bg);color:#fff;box-shadow:0 4px 6px #0f172a12,0 18px 40px #0f172a1f;overflow:hidden;opacity:0;transform:translateY(18px);transition:opacity .5s var(--ease),transform .45s var(--ease),box-shadow .35s var(--ease)}.launcher-card--visible{opacity:1;transform:translateY(0)}.launcher-card:hover,.launcher-card:focus-visible{box-shadow:0 8px 16px #0f172a1a,0 28px 56px #0f172a29;transform:translateY(-4px);outline:none}.launcher-card:focus-visible{outline:2px solid #fff;outline-offset:3px}.launcher-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fffffff2}.launcher-card__icon svg{width:28px;height:28px}.launcher-card__text{flex:1;display:flex;flex-direction:column;gap:.65rem;width:100%}.launcher-card__title{font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:700;letter-spacing:-.02em;line-height:1.2}.launcher-card__desc{font-size:.9rem;line-height:1.5;color:#ffffffe0;font-weight:400}.launcher-card__cta{margin-top:auto;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--text);background:#ffffffe0;border-radius:100px;padding:.7rem 1.15rem;box-shadow:0 1px #ffffff73 inset;transition:background .2s ease}.launcher-card:hover .launcher-card__cta,.launcher-card:focus-visible .launcher-card__cta{background:#fff}.launcher-card:hover .launcher-card__cta-arrow,.launcher-card:focus-visible .launcher-card__cta-arrow{transform:translate(3px)}.launcher-card__cta-arrow{display:inline-block;transition:transform .25s var(--ease)}.launcher__foot{margin-top:auto;padding-top:clamp(2rem,4vw,2.75rem);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem;font-weight:500;color:var(--text-muted);letter-spacing:.03em;position:relative;z-index:1}.launcher__foot-dot{opacity:.45}::selection{background:#7c3aed33}@media(prefers-reduced-motion:reduce){.launcher__hero,.launcher-card{transition:none;opacity:1;transform:none}.launcher-card:hover,.launcher-card:focus-visible{transform:none}.launcher-card__cta-arrow{transition:none}}
