:root{--line-green:#06c755;--line-green-dark:#006c2f;--line-button-text:#003b1f;--ink:#171717;--muted-ink:#697078;--page-background:#ffffff;--card-background:#ffffff;--line-border:#e9ece8;--focus-ring:#006c2f;--safe-bottom:max(34px,env(safe-area-inset-bottom,0px));font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,sans-serif;color:var(--ink);background:var(--page-background)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--page-background)}button,input{font:inherit}a,button,input{-webkit-tap-highlight-color:transparent}a{color:inherit}.mini-app-page{min-height:100dvh;padding:28px 20px var(--safe-bottom)}.mini-app-content{width:min(100%,560px);margin:0 auto}.brand-kicker,.page-kicker{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--muted-ink);font-size:13px;font-weight:700;letter-spacing:.04em}.brand-kicker:before,.page-kicker:before{width:8px;height:8px;border-radius:999px;background:var(--line-green);content:""}.page-title,.welcome-title{margin:0;color:var(--ink);letter-spacing:-.045em}.welcome-title{font-size:clamp(31px,9vw,42px);line-height:1.2}.page-title{font-size:28px;line-height:1.3}.page-description,.welcome-description{margin:14px 0 0;color:var(--muted-ink);font-size:15px;line-height:1.75}.auth-card,.welcome-card{margin-top:32px;padding:22px;border:1px solid var(--line-border);border-radius:20px;background:var(--card-background);box-shadow:0 12px 30px rgba(24,42,31,.05)}.auth-card-title,.welcome-card-title{margin:0;font-size:17px;line-height:1.5}.auth-card-description,.welcome-card-description{margin:8px 0 0;color:var(--muted-ink);font-size:14px;line-height:1.7}.login-status{display:flex;align-items:center;gap:9px;margin:20px 0 0;color:var(--muted-ink);font-size:14px;line-height:1.5}.login-status:before{width:15px;height:15px;border:2px solid #d9ded9;border-top:2px solid var(--line-green);border-radius:50%;content:"";animation:spin .9s linear infinite}.text-link{display:inline-flex;align-items:center;margin-top:20px;color:var(--line-green-dark);font-size:14px;font-weight:700;text-decoration:none}.text-link:after{margin-left:6px;content:"→"}.preference-form{margin-top:28px}.preference-status{display:inline-flex;align-items:center;min-height:30px;margin:0 0 12px;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:700}.preference-status,.preference-status.is-paused{background:#f0f1f0;color:#626862}.preference-fieldset{min-width:0;margin:0;padding:0;border:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preference-list{overflow:hidden;border:1px solid var(--line-border);border-radius:20px;background:var(--card-background);box-shadow:0 12px 30px rgba(24,42,31,.05)}.preference-row{display:grid;grid-template-columns:40px minmax(0,1fr) 48px;align-items:center;min-height:88px;padding:15px 18px;cursor:pointer}.preference-row+.preference-row{border-top:1px solid var(--line-border)}.preference-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:11px;background:transparent;color:var(--ink)}.preference-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.preference-copy{min-width:0}.preference-label{display:block;color:var(--ink);font-size:15px;font-weight:700;line-height:1.45}.preference-description{display:block;margin-top:3px;color:var(--muted-ink);font-size:12px;line-height:1.5}.preference-switch{position:relative;width:46px;height:28px;justify-self:end;border-radius:999px;border:2px solid transparent;background:#d9ded9;transition:background .16s ease}.preference-switch:after{position:absolute;top:1px;left:1px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.16);content:"";transition:transform .16s ease}.preference-row input:checked+.preference-switch{background:var(--line-green);border-color:var(--line-green-dark)}.preference-row input:checked+.preference-switch:after{transform:translateX(18px);box-shadow:0 0 0 2px var(--line-button-text),0 1px 3px rgba(0,0,0,.16)}.preference-row input:focus-visible+.preference-switch,.primary-button:focus-visible,.text-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.preference-row:has(input:disabled){cursor:wait;opacity:.62}.preference-save-area{position:-webkit-sticky;position:sticky;bottom:0;margin:22px -20px calc(-1 * var(--safe-bottom));padding:16px 20px calc(16px + var(--safe-bottom));border-top:1px solid rgba(233,236,232,.8);background:linear-gradient(to bottom,rgba(246,247,245,.88),var(--page-background) 20%);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.save-note{margin:0 0 10px;color:var(--muted-ink);font-size:12px;text-align:center}.primary-button{width:100%;min-height:52px;border:0;border-radius:14px;background:var(--line-green);color:var(--line-button-text);cursor:pointer;font-size:16px;font-weight:800;transition:background .16s ease,transform .16s ease}.primary-button:hover:not(:disabled){background:var(--line-green-dark);color:#fff}.primary-button:active:not(:disabled){transform:scale(.985)}.primary-button:disabled{cursor:wait;opacity:.65}.form-message{display:block;margin:14px 0 0;padding:12px 14px;border-radius:12px;background:#e8f8ee;color:#006c2f;font-size:13px;font-weight:700;line-height:1.5}.form-message.is-error{background:#fff0ef;color:#bd3d32}.newsletter-frame{overflow:hidden;margin-top:28px;border:1px solid var(--line-border);border-radius:20px;background:var(--card-background);box-shadow:0 12px 30px rgba(24,42,31,.05)}.newsletter-frame iframe{display:block;width:100%;height:760px;border:0;background:#fff}@media (min-width:480px){.newsletter-frame iframe{height:840px}}.newsletter-note{margin:12px 0 0;color:var(--muted-ink);font-size:12px;line-height:1.6}.newsletter-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:18px}.newsletter-links .text-link{margin-top:0}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}