:root{color-scheme:light}html,body,#root{height:100%;margin:0}*{box-sizing:border-box}:root{--bg:#f4efe9;--card:#fbfaf9;--text:#1b1b1b;--muted:#6b7280;--line:#e7e3df;--rose:#fbd6d8;--rose-text:#7a1a27;--sky:#dbeafe;--sky-text:#0a3a69}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:.005em;-webkit-hyphens:none;hyphens:none;overflow-wrap:break-word;word-break:normal}h1,h2,.h1,.h2{font-family:Manrope,Inter,sans-serif;font-weight:700;letter-spacing:-.01em;margin:0}.h1{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:800}.h2{font-size:20px;font-weight:700;margin:6px 0 8px}p{margin:0 0 12px}p:last-child{margin-bottom:0}.sub,.lead{font-size:15px;line-height:1.6;opacity:.9;white-space:normal;overflow-wrap:break-word;word-break:normal;margin-top:.75em}.sub:last-child,.lead:last-child{margin-bottom:0}.h1+.sub,h1+.sub,.h2+.sub,h2+.sub{margin-top:10px}.card ul{margin:10px 0 0;padding-left:18px}.card li{margin:6px 0;line-height:1.6}.wrap{max-width:80rem;margin:0 auto;padding-block-end:6rem;padding-inline:calc(16px + env(safe-area-inset-left,0)) calc(16px + env(safe-area-inset-right,0))}.card{border-radius:20px;background:var(--card);border:1px solid var(--line);padding:16px;box-shadow:0 12px 28px #120f090f}.card .sub+.sub{margin-top:10px}.btn{display:inline-block;padding:10px 14px;border-radius:14px;background:#111;color:#fff;text-decoration:none;font-weight:600;font-size:15px}.btn--light{background:#f0f0f0;color:#111;border:1px solid #e0e0e0}.btn--rose{background:var(--rose);color:var(--rose-text)}.btn--sky{background:var(--sky);color:var(--sky-text)}.tag,.pill{display:inline-block;padding:6px 10px;font-size:13px;border-radius:9999px;background:#f3f4f6;border:1px solid #e5e7eb;color:#111}.grid-2{display:grid;gap:12px;grid-template-columns:1fr}@media (min-width:640px){.grid-2{grid-template-columns:1fr 1fr}}.section{margin-top:18px}.hero{border-radius:24px;background:linear-gradient(180deg,#fff,#fdfcfb);padding:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 22px #120f090f}.hero-layout{display:flex;flex-direction:column;gap:16px}@media (min-width:520px){.hero-layout{flex-direction:row;align-items:center;justify-content:space-between}.hero-col{max-width:72%}}.hero .h1{margin-bottom:6px}.hero .lead{margin-top:10px}.hero .btn{padding:8px 12px;font-size:14px;border-radius:12px}@media (max-width:360px){.hero .btn{padding:7px 10px;font-size:13.5px;border-radius:10px}}.bridge-wrap{display:flex;justify-content:center;margin:14px 0 18px}.bridge{width:100%;max-width:560px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 12px 28px #120f090f;background:#fff}.bridge-img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.card-row{display:flex;gap:12px;align-items:flex-start}.logo{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.logo img{max-width:36px;max-height:36px}.subscribe-img{width:96px;height:112px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.subscribe-card .btn{font-size:15px;padding:10px 16px}label.sub{margin:14px 0 6px;display:block}input,textarea{font:inherit;width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:#fff}.nav{position:fixed;left:0;right:0;bottom:0;background:#fffffff2;border-top:1px solid #eee;display:flex;gap:8px;justify-content:space-around;padding:10px 8px calc(env(safe-area-inset-bottom,0) + 10px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav a{font-size:14px;font-weight:500;text-decoration:none;color:#666;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:44px}.nav a.active{color:#111;font-weight:600}
