:root{--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--theme-color:#7c3aed;--theme-color-dark:#6d28d9;--accent-color:#2563eb;--text:#111827;--text-muted:#6b7280;--background:#fff;--surface:#f9fafb;--border:#e5e7eb;font-family:var(--sans);color:var(--text);background-color:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100svh}a{font-weight:500}button{font-family:inherit}img{max-width:100%;height:auto}:root{--theme-color:#7c3aed;--theme-color-dark:#6d28d9;--accent-color:#2563eb;--text:#111827;--text-muted:#6b7280;--background:#fff;--surface:#f9fafb;--border:#e5e7eb;--header-height:64px;--max-width:1120px;--radius:12px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 24px #7c3aed14}.site{background:var(--background);min-height:100svh;color:var(--text);flex-direction:column;display:flex}.site__header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffd9;position:sticky;top:0}.site__header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.site__logo{color:var(--text);letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:.625rem;font-size:1.0625rem;font-weight:700;text-decoration:none;display:flex}.site__logo img{width:32px;height:32px}.site__logo:hover{color:var(--theme-color)}.site__nav{align-items:center;gap:.25rem;display:none}.site__nav-link{color:var(--text-muted);border-radius:999px;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.site__nav-link:hover{color:var(--text);background:var(--surface)}.site__nav-link--active{color:var(--theme-color);background:#7c3aed14}.site__header-actions{align-items:center;gap:.75rem;display:flex}.site__menu-btn{border:1px solid var(--border);background:var(--background);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:flex}.site__menu-btn:hover{background:var(--surface);border-color:#d1d5db}.site__menu-btn svg{width:20px;height:20px}.site__menu-btn--open{background:var(--surface)}.site__cta{color:#fff;background:var(--theme-color);box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:none}.site__cta:hover{background:var(--theme-color-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.site__mobile-nav{border-bottom:1px solid var(--border);background:var(--background);flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1.25rem;display:none}.site__mobile-nav--open{display:flex}.site__mobile-nav .site__nav-link{border-radius:var(--radius);padding:.75rem 1rem}.site__main{flex:1}.site__main--centered{justify-content:center;align-items:center;padding:2.5rem 1.25rem 3rem;display:flex}.site__footer{border-top:1px solid var(--border);background:var(--surface);margin-top:auto}.site__footer-inner{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.25rem 2rem}.site__footer-top{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}.site__footer-brand{color:var(--text);align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.site__footer-brand img{width:28px;height:28px}.site__footer-tagline{max-width:280px;color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.5}.site__footer-links{grid-template-columns:repeat(2,1fr);gap:.625rem 1.5rem;display:grid}.site__footer-link{color:var(--text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s}.site__footer-link:hover{color:var(--theme-color)}.site__footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);padding-top:1.5rem;font-size:.8125rem}.site__footer-bottom p{margin:0}.store-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.store-buttons--column{flex-direction:column}.store-btn{border-radius:var(--radius);align-items:center;gap:.625rem;min-width:160px;padding:.625rem 1.125rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.store-btn svg{flex-shrink:0;width:22px;height:22px}.store-btn__label{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.store-btn__small{opacity:.85;font-size:.6875rem;font-weight:500}.store-btn--primary{color:#fff;background:var(--text);border:2px solid var(--text)}.store-btn--primary:hover{background:#000;border-color:#000;transform:translateY(-1px);box-shadow:0 4px 14px #00000026}.store-btn--secondary{color:var(--text);border:2px solid var(--border);background:#fff}.store-btn--secondary:hover{background:var(--surface);box-shadow:var(--shadow-sm);border-color:#d1d5db;transform:translateY(-1px)}.store-btn:focus-visible{outline:2px solid var(--theme-color);outline-offset:2px}@media (width>=640px){.site__menu-btn{display:none}.site__nav{display:flex}.site__cta{display:inline-flex}.site__footer-top{grid-template-columns:1.2fr 1fr;align-items:start}.site__footer-links{grid-template-columns:repeat(2,auto);justify-content:end;gap:.75rem 2rem}}@media (width>=768px){.site__header-inner{padding:0 2rem}.site__footer-inner{padding:3rem 2rem 2rem}}.deep-link-card{text-align:center;width:100%;max-width:420px}.deep-link-card__title{letter-spacing:-.02em;color:var(--text);margin:0 0 .75rem;font-size:clamp(1.625rem,5vw,2rem);font-weight:700;line-height:1.15}.deep-link-card__subtitle{color:var(--text-muted);margin:0 0 1rem;font-size:1rem;line-height:1.55}.deep-link-card__id{letter-spacing:.02em;color:var(--theme-color);background:#7c3aed14;border-radius:999px;margin:0 0 1.75rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-block}.deep-link-card .store-buttons{justify-content:center}.deep-link-card .store-buttons--column{align-items:stretch}@media (width>=480px){.deep-link-card .store-buttons:not(.store-buttons--column){flex-wrap:nowrap}}:root{--theme-color:#7c3aed;--accent-color:#2563eb;--text:#1f2937;--text-muted:#6b7280;--background:#fff;--card:#f9fafb;--border:#e5e7eb}.content-page{box-sizing:border-box;width:100%;max-width:720px;color:var(--text);margin:0 auto;padding:2.5rem 1.25rem 3rem;line-height:1.6}.content-page__header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.content-page__title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.15}.content-page__subtitle{color:var(--text-muted);margin:.75rem 0 0;font-size:1rem}.content-page__body section{margin-bottom:1.75rem}.content-page__body h2{color:var(--text);margin:0 0 .75rem;font-size:1.375rem;font-weight:600}.content-page__body h3{color:var(--text);margin:1.25rem 0 .5rem;font-size:1.0625rem;font-weight:600}.content-page__body p{margin:0 0 .875rem}.content-page__body a{color:var(--accent-color);font-weight:600;text-decoration:none}.content-page__body a:hover{text-decoration:underline}.content-page__body ol,.content-page__body ul{margin:.5rem 0 .875rem;padding-left:1.375rem}.content-page__body li{margin-bottom:.5rem}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;margin:1rem 0;padding:1.375rem}.card.warning{border-left:4px solid var(--theme-color)}.button-link{background:linear-gradient(90deg, var(--theme-color), var(--accent-color));color:#fff;border-radius:999px;margin-top:.5rem;padding:.75rem 1.25rem;font-weight:700;text-decoration:none;display:inline-block}.button-link:hover{opacity:.92;text-decoration:none}@media (width>=768px){.content-page{padding:3rem 2rem 4rem}}@media (width<=600px){.card{border-radius:12px;padding:1.125rem}.content-page__body h2{font-size:1.25rem}}.hero{background:radial-gradient(ellipse 70% 50% at 50% -20%, #7c3aed1f, transparent), radial-gradient(ellipse 50% 40% at 100% 50%, #2563eb0f, transparent), var(--background);position:relative;overflow:hidden}.hero__inner{max-width:var(--max-width);grid-template-columns:1fr;align-items:center;gap:2.5rem;margin:0 auto;padding:3rem 1.25rem 4rem;display:grid}.hero__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--theme-color);background:#7c3aed14;border-radius:999px;margin:0 0 1rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:-.03em;color:var(--text);margin:0 0 1rem;font-size:clamp(2.25rem,6vw,3.25rem);font-weight:800;line-height:1.08}.hero__title-accent{color:var(--theme-color)}.hero__subtitle{max-width:32rem;color:var(--text-muted);margin:0 0 2rem;font-size:clamp(1.0625rem,2.5vw,1.25rem);line-height:1.6}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__image{filter:drop-shadow(0 24px 48px #7c3aed2e);width:100%;max-width:320px;height:auto}.features{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features__inner{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.25rem}.features__title{letter-spacing:-.02em;text-align:center;color:var(--text);margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700}.features__subtitle{text-align:center;max-width:28rem;color:var(--text-muted);margin:0 auto 2.5rem;font-size:1rem;line-height:1.5}.features__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.feature-card{background:var(--background);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:box-shadow .2s,border-color .2s}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#7c3aed33}.feature-card__icon{background:#7c3aed14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.25rem;display:flex}.feature-card__title{color:var(--text);margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.feature-card__text{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.cta-section{background:var(--background)}.cta-section__inner{max-width:var(--max-width);text-align:center;margin:0 auto;padding:3.5rem 1.25rem 4rem}.cta-section__title{letter-spacing:-.02em;color:var(--text);margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.cta-section__text{max-width:28rem;color:var(--text-muted);margin:0 auto 1.75rem;font-size:1rem;line-height:1.55}.cta-section .store-buttons{justify-content:center}@media (width>=640px){.features__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.hero__inner{grid-template-columns:1fr 1fr;gap:3rem;padding:4.5rem 2rem 5rem}.hero__visual{order:2}.hero__content{order:1}.features__inner,.cta-section__inner{padding-left:2rem;padding-right:2rem}}@media (width>=900px){.hero__image{max-width:380px}}
