:root{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;color:#1c1c1e;background:#f4f4f8;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f4f8;--card: #ffffff;--ink: #1c1c1e;--ink-soft: #3a3a3c;--muted: #aeaeb2;--line: rgba(0, 0, 0, .06);--soft: #f4f4f8;--green: #30d158;--amber: #ff9f0a;--red: #ff453a;--shadow: 0 8px 32px rgba(25, 25, 35, .12)}:root.dark{color:#f2f2f7;background:#1c1c1e;--bg: #1c1c1e;--card: #2c2c2e;--ink: #f2f2f7;--ink-soft: #d1d1d6;--muted: #8e8e93;--line: rgba(255, 255, 255, .09);--soft: #3a3a3c;--shadow: 0 8px 36px rgba(0, 0, 0, .36)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{color:inherit}.page{min-height:100vh;background:var(--bg)}.page-inner{width:min(100%,480px);margin:0 auto;padding:24px 20px 108px}.page-inner.narrow{width:min(100%,390px)}.center-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;align-items:center}.between{display:flex;align-items:center;justify-content:space-between}.muted{color:var(--muted)}.eyebrow{margin:0 0 8px;font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.title{margin:0;font-size:26px;line-height:1.08;letter-spacing:-.04em;font-weight:800}.subtitle{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.card{background:var(--card);border:.5px solid var(--line);border-radius:18px;padding:16px}.card-lg{border-radius:24px;padding:22px}.shadow{box-shadow:var(--shadow)}.button{min-height:50px;border:0;border-radius:15px;padding:0 18px;background:var(--ink);color:var(--card);cursor:pointer;font-weight:750;transition:transform .15s ease,opacity .15s ease}.button:active{transform:scale(.98)}.button:disabled{cursor:default;opacity:.48}.button.secondary{background:var(--card);color:var(--ink);border:.5px solid var(--line)}.button.danger{background:var(--red);color:#fff}.button.full{width:100%}.icon-button{width:38px;height:38px;border:.5px solid var(--line);border-radius:12px;background:var(--card);display:grid;place-items:center;padding:0;cursor:pointer}.field{width:100%;height:52px;border:1px solid var(--line);border-radius:14px;background:var(--card);color:var(--ink);padding:0 15px;outline:none}.field:focus{border-color:var(--ink)}textarea.field{min-height:96px;padding-top:13px;resize:vertical}.label{display:block;margin:0 0 7px 2px;color:var(--muted);font-size:12px;font-weight:650}.notice{border-radius:14px;padding:11px 14px;font-size:13px;line-height:1.45}.notice.warning{background:#fff3d9;color:#7d5100;border:.5px solid #ffd27a}.notice.error{background:#ffebe9;color:#9d261f;border:.5px solid #ffc4bf}.notice.success{background:#e9f9ef;color:#116532;border:.5px solid #bfeccf}.dark .notice.warning{background:#3c311d;color:#ffd88a;border-color:#6b562e}.dark .notice.error{background:#3b2221;color:#ffb4ae;border-color:#683230}.dark .notice.success{background:#183725;color:#8de5ab;border-color:#285c3a}.brand-mark{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#1c1c1e;color:#fff;font-weight:900;letter-spacing:-.05em}.brand-mark.small{width:34px;height:34px;border-radius:11px;font-size:12px}.demo-banner{position:fixed;top:0;left:0;right:0;z-index:70;height:29px;padding:7px 12px;text-align:center;font-size:11px;font-weight:700;color:#633806;background:#faeeda;border-bottom:.5px solid #e7c986}.connectivity-notice{position:fixed;z-index:100;top:max(12px,env(safe-area-inset-top));left:50%;transform:translate(-50%);width:min(calc(100% - 32px),420px);text-align:center;box-shadow:var(--shadow)}.data-error-notice{position:fixed;z-index:99;top:max(72px,calc(env(safe-area-inset-top) + 60px));left:50%;transform:translate(-50%);width:min(calc(100% - 32px),420px);text-align:center;box-shadow:var(--shadow)}.spinner{width:28px;height:28px;border:3px solid var(--soft);border-top-color:var(--ink);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bottom-nav{position:fixed;z-index:45;bottom:max(16px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);width:min(calc(100% - 32px),420px);height:62px;padding:0 8px;border:.5px solid var(--line);border-radius:31px;background:var(--card);box-shadow:var(--shadow);display:flex;align-items:center}.bottom-nav button{position:relative;flex:1;height:48px;display:grid;place-items:center;border:0;border-radius:24px;background:transparent;color:var(--muted);cursor:pointer}.bottom-nav button.active{background:var(--soft);color:var(--ink)}.support-unread-badge{position:absolute;top:5px;left:calc(50% + 5px);min-width:17px;height:17px;padding:0 4px;border:2px solid var(--card);border-radius:999px;background:var(--red);color:#fff;font-size:9px;font-weight:800;line-height:13px;text-align:center}.timer-wrap{display:grid;place-items:center;padding:20px 0 24px}.timer-ring{width:228px;height:228px;border-radius:50%;padding:9px;background:conic-gradient(var(--ring-color, var(--green)) var(--ring-fill, 14%),var(--soft) 0);transform:rotate(-15deg)}.timer-core{width:100%;height:100%;border-radius:50%;background:var(--card);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(15deg);box-shadow:inset 0 0 0 .5px var(--line)}.timer-label{font-size:12px;color:var(--muted)}.timer-time{margin:5px 0;font-size:clamp(30px,8vw,39px);line-height:1;letter-spacing:-.04em;font-weight:800;font-variant-numeric:tabular-nums}.timer-status{font-size:12px;font-weight:650;color:var(--ring-color, var(--green))}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0000007a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;justify-content:center;align-items:flex-end;padding:0}.sheet{width:min(100%,480px);max-height:min(92vh,800px);overflow:auto;background:var(--card);border-radius:26px 26px 0 0;padding:10px 20px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -10px 48px #0003;animation:sheet-in .25s ease-out}.sheet-handle{width:38px;height:5px;border-radius:99px;margin:0 auto 18px;background:var(--line)}@keyframes sheet-in{0%{transform:translateY(36px);opacity:0}}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.choice{min-height:64px;border:.5px solid var(--line);border-radius:16px;padding:12px 14px;background:var(--soft);color:var(--ink);font-size:15px;font-weight:600;line-height:1.25;cursor:pointer}.choice.primary{background:var(--ink);color:var(--card);border-color:transparent}.gap-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.time-backdrop{background:#00000059}.time-sheet{width:min(100%,390px);padding-bottom:calc(30px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(48px) saturate(160%);backdrop-filter:blur(48px) saturate(160%)}.time-title{margin:0;text-align:center;font-size:17px;font-weight:600;letter-spacing:-.02em}.time-subtitle{margin:4px 0 18px;text-align:center;color:var(--muted);font-size:13px}.time-now{width:100%;height:42px;border-radius:13px;margin-bottom:16px;border:.5px solid var(--line);background:var(--soft);color:var(--ink);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.event-date-label{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-4px 0 14px;padding:10px 12px;border:.5px solid var(--line);border-radius:13px;background:var(--soft);color:var(--muted);font-size:12px;font-weight:650}.event-date-label input{min-width:0;border:0;background:transparent;color:var(--ink);font:inherit;text-align:right}.drum-row{display:flex;align-items:center;justify-content:center;gap:4px}.drum-column{display:flex;flex-direction:column;align-items:center;gap:6px}.drum-label{color:var(--muted);font-size:9px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.drum{position:relative;width:100px;height:160px;overflow:hidden;border-radius:14px;background:var(--soft)}.drum-selection{position:absolute;z-index:1;top:50%;left:4px;right:4px;height:40px;transform:translateY(-50%);border:.5px solid var(--line);border-radius:10px;background:var(--card);box-shadow:0 1px 12px #00000012}.drum-value{position:relative;z-index:2;display:flex;width:100%;height:32px;align-items:center;justify-content:center;border:0;background:transparent;color:color-mix(in srgb,var(--ink) 12%,transparent);cursor:ns-resize;font-size:12px;font-weight:350}.drum-value.offset-1{color:color-mix(in srgb,var(--ink) 34%,transparent);font-size:16px}.drum-value.offset-0{height:40px;color:var(--ink);font-size:24px}.drum-fade{position:absolute;z-index:3;left:0;right:0;height:45px;pointer-events:none}.drum-fade.top{top:0;background:linear-gradient(to bottom,var(--soft),transparent)}.drum-fade.bottom{bottom:0;background:linear-gradient(to top,var(--soft),transparent)}.drum-colon{margin-top:21px;color:var(--muted);font-size:26px;font-weight:300}.time-ago{margin:13px 0 18px;text-align:center;color:var(--muted);font-size:15px;font-weight:550}.time-validation-error{margin:-7px 0 13px;color:var(--red);font-size:12px;line-height:1.4;text-align:center}.dst-choice{margin:13px 0 4px;padding:12px;border:.5px solid var(--line);border-radius:13px;background:var(--soft)}.dst-choice p{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.4;text-align:center}.dst-choice button{width:calc(50% - 4px);min-height:38px;border:.5px solid var(--line);border-radius:10px;background:var(--card);cursor:pointer;font-size:12px;font-weight:700}.dst-choice button+button{margin-left:8px}.dst-choice button.selected{background:var(--ink);color:var(--card);border-color:transparent}.time-confirm{border-radius:18px}.time-cancel{width:100%;height:40px;margin-top:6px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:15px}.plan-window{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:13px 0;padding:12px 14px;border-radius:13px;background:var(--soft)}.plan-window strong{font-size:16px}.provider-badge{display:inline-flex;align-items:center;gap:5px;border-radius:99px;padding:4px 8px;background:var(--soft);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.state-card{display:flex;gap:14px;align-items:flex-start}.state-dot{width:9px;height:9px;border-radius:50%;margin-top:5px;background:var(--green);flex:0 0 auto}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric{min-width:0;text-align:center}.metric strong{display:block;font-size:18px;line-height:1.1}.metric span{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.25}.event-row{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-bottom:.5px solid var(--line)}.event-row:last-child{border-bottom:0}.event-icon{width:34px;height:34px;border-radius:11px;flex:0 0 auto;display:grid;place-items:center;background:var(--soft)}.event-main{flex:1;min-width:0}.event-main strong{display:block;font-size:14px}.event-main span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.35}.event-row button{border:0;background:transparent;padding:4px;color:var(--muted);cursor:pointer}.event-correction-button{flex:0 0 auto;border-radius:9px!important;padding:7px!important}.event-correction-button:hover,.event-correction-button:focus-visible{background:var(--soft)!important;color:var(--ink)}.archive-trigger{flex:0 0 auto;border:0;border-radius:9px;background:transparent;padding:7px;color:var(--muted);cursor:pointer}.archive-trigger:hover,.archive-trigger:focus-visible{background:var(--soft);color:var(--red)}.archive-sheet{max-width:420px}.founder-product-review{width:min(100%,760px)}.review-pack-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.review-state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.review-state-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:inherit;text-decoration:none}.review-state-card strong{font-size:14px}.review-state-card p,.review-pack-note p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.review-state-card svg{flex:0 0 auto;color:var(--muted)}.review-pack-note{margin-top:12px}.review-pack-title{margin:5px 0 12px;font-size:20px}.review-rubric{display:grid;gap:7px}.review-rubric>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:7px;border-bottom:.5px solid var(--line);font-size:12px}.review-rubric>div:last-child{padding-bottom:0;border-bottom:0}.review-rubric span{min-width:0;color:var(--ink-soft)}.review-rubric strong{flex:0 0 auto}.review-checklist{margin:10px 0 0;padding-left:20px;color:var(--ink-soft);font-size:12px;line-height:1.6}.review-checklist li+li{margin-top:6px}@media(max-width:560px){.review-state-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.chat-body{min-height:280px;max-height:56vh;overflow-y:auto;padding:8px 0 16px;display:flex;flex-direction:column;gap:10px}.bubble{max-width:84%;padding:11px 13px;border-radius:16px;font-size:13px;line-height:1.48;white-space:pre-wrap}.bubble.parent{align-self:flex-end;background:var(--ink);color:var(--card);border-bottom-right-radius:5px}.bubble.assistant,.bubble.founder{align-self:flex-start;background:var(--soft);border-bottom-left-radius:5px}.bubble.founder{border:1px solid color-mix(in srgb,var(--green) 30%,var(--line));background:color-mix(in srgb,var(--green) 8%,var(--card))}.support-human-label{display:block;margin-bottom:4px;color:var(--green);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.support-scenario{margin-top:9px;padding-top:8px;border-top:.5px solid var(--line);font-size:11px;color:var(--muted)}.chat-compose{display:flex;align-items:flex-end;gap:8px}.chat-compose textarea{min-height:46px;max-height:112px;resize:none}.hero{position:relative;margin:-24px -20px 12px;padding:54px 28px 52px;border-radius:0 0 32px 32px;background:#1c1c1e;color:#fff;text-align:center}.hero-language{position:absolute;top:18px;right:20px;width:94px;background:#2c2c2e}.hero .brand-mark{margin:0 auto 32px;background:#2c2c2e;border:.5px solid rgba(255,255,255,.08)}.hero-orbit{width:148px;height:148px;margin:0 auto 34px;border:2.5px solid rgba(48,209,88,.75);border-radius:50%;display:grid;place-items:center}.hero-orbit>div{width:112px;height:112px;border-radius:50%;background:#2c2c2e;display:grid;place-items:center;align-content:center}.hero h1{margin:0;white-space:pre-line;font-size:32px;line-height:1.15;letter-spacing:-.04em}.hero p{color:#8e8e93;font-size:14px;line-height:1.6;white-space:pre-line}.feature-list{display:grid;gap:10px}.feature-item{padding:15px;border-radius:14px;background:var(--soft)}.feature-item strong{display:block;font-size:14px}.feature-item span{display:block;margin-top:5px;font-size:12px;line-height:1.45;color:var(--muted)}.welcome-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.welcome-feature-card{min-width:0;padding:15px;border-radius:14px;background:var(--soft)}.welcome-feature-card svg{margin-bottom:9px}.welcome-feature-card strong{display:block;font-size:13px;line-height:1.25}.welcome-feature-card span{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.4}.welcome-early{display:flex;align-items:center;gap:14px;margin-bottom:10px;padding:18px 20px;border:.5px solid var(--line);border-radius:20px;background:var(--soft)}.welcome-early strong{display:block;font-size:13px}.welcome-early span{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.4}.progress{display:flex;gap:6px}.progress i{flex:1;height:4px;border-radius:2px;background:var(--soft)}.progress i.active{background:var(--ink)}.tabs{display:flex;gap:6px;padding:3px;background:var(--soft);border-radius:14px}.tabs button{flex:1;height:36px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.tabs button.active{background:var(--card);color:var(--ink);box-shadow:0 1px 5px #0000000f}.chart{height:150px;display:flex;align-items:flex-end;gap:6px;padding-top:24px}.chart-column{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;height:100%}.chart-bar{width:100%;min-height:5px;border-radius:5px 5px 2px 2px;background:var(--green)}.chart-column span{color:var(--muted);font-size:9px}.stats-empty{margin-top:12px;padding:10px 12px;border-radius:12px;background:var(--soft);color:var(--muted);font-size:12px;line-height:1.4;text-align:center}.stats-page .chart-column:nth-child(n+15) span{font-size:0}.stats-page .chart-column:nth-child(5n) span,.stats-page .chart-column:last-child span{font-size:8px}.audit-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;overflow-x:auto}.audit-record{margin-top:12px}.audit-record summary{list-style:none;cursor:pointer}.audit-record summary::-webkit-details-marker{display:none}.json{max-height:340px;overflow:auto;padding:12px;border-radius:12px;background:#111113;color:#d7f8df;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word}@media(min-width:760px){.page-inner{padding-top:36px}.hero{margin-top:-36px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.home-header{align-items:flex-start;min-height:65px;margin-bottom:4px}.child-selector-trigger{display:flex;align-items:center;gap:5px;max-width:155px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.child-selector-trigger h1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-selector-trigger svg{flex:0 0 auto;color:var(--muted)}.home-header-actions{align-items:flex-start;gap:9px}.home-utility-actions{display:flex;gap:7px;padding-top:1px}.child-photo-wrap{position:relative;width:65px;height:65px;flex:0 0 65px}.child-photo-button{position:relative;width:65px;height:65px;overflow:hidden;display:grid;place-items:center;padding:0;border:.5px solid var(--line);border-radius:50%;background:#e8e8ed;color:#636366;cursor:pointer;font-size:18px;font-weight:700}.child-photo-button img{width:100%;height:100%;object-fit:cover}.child-photo-camera{position:absolute;right:1px;bottom:1px;width:23px;height:23px;display:grid;place-items:center;border:2px solid var(--card);border-radius:50%;background:#3a3a3c;color:#fff}.child-photo-loader{animation:spin .8s linear infinite}.child-photo-error{position:absolute;z-index:4;top:69px;right:0;width:210px;padding:7px 9px;border-radius:10px;background:#ffebe9;color:#9d261f;box-shadow:var(--shadow);font-size:10px;line-height:1.35}.timer-wrap{display:grid;place-items:center;padding:14px 0 18px}.timer-ring{position:relative;width:228px;height:228px;padding:0;border-radius:50%;background:transparent!important;transform:none}.timer-svg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible}.timer-track{stroke:#e8e8ed}.dark .timer-track{stroke:#3a3a3c}.timer-progress{transition:stroke-dashoffset 1s linear}.timer-core{position:absolute;top:14px;right:14px;bottom:14px;left:14px;width:auto;height:auto;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--card);transform:none;box-shadow:none;text-align:center}.timer-ring.sleeping .timer-core{background:#1c1c1e;color:#fff}.timer-label{color:var(--muted);font-size:13px;line-height:1}.timer-time{margin:7px 0 0;font-size:clamp(30px,9vw,38px);line-height:1;letter-spacing:-.035em;font-weight:700;font-variant-numeric:tabular-nums}.timer-status{max-width:158px;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.25;font-weight:500}.timer-ring.sleeping .timer-label{color:#ffffff73}.insufficient-card,.analysis-card,.next-sleep-card{width:100%;padding:14px 16px;border:.5px solid var(--line);border-radius:16px;background:var(--card);color:var(--ink);box-shadow:0 1px 4px #0000000a;cursor:pointer;text-align:left}.insufficient-card strong,.analysis-card strong{display:block;font-size:14px;line-height:1.3}.insufficient-card p,.analysis-card p{margin:5px 0 0;color:var(--ink-soft);font-size:12px;line-height:1.5}.insufficient-card span,.analysis-card>span{display:block;margin-top:8px;color:var(--muted);font-size:11px;line-height:1.45}.analysis-card>span{margin:0 0 4px;color:var(--green)}.next-sleep-card{text-align:center}.next-sleep-title{display:block;margin:2px 0 10px;font-size:20px;line-height:1.15;letter-spacing:-.3px}.next-sleep-times{display:grid;gap:5px;padding:10px 12px;border-radius:12px;background:var(--soft);color:var(--ink-soft);font-size:12px;line-height:1.35}.different-date{display:block;min-height:30px;margin:-5px auto 10px;padding:0 10px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px}.different-date.active{background:var(--soft);color:var(--ink)}.event-date-label{margin:-2px 0 14px}.plan-dialog-backdrop{align-items:flex-end;padding:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.plan-dialog{width:min(100%,390px);max-height:min(92vh,800px);padding:10px 18px calc(24px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;animation:plan-dialog-in .3s cubic-bezier(.22,.8,.34,1) both}.plan-dialog>.sheet-handle{margin-bottom:15px}.plan-dialog-header{align-items:flex-start;gap:12px}.plan-dialog-brand{gap:10px;min-width:0}.plan-dialog-brand .brand-mark{flex:0 0 auto;background:#1c1c1e}.plan-dialog-brand h2{margin:0;font-size:16px;line-height:1.25}.plan-dialog-brand span{display:block;margin-top:2px;color:var(--muted);font-size:11px}.completed-phase-card{margin-top:15px;padding:13px 14px;border-radius:14px;background:var(--soft)}.completed-phase-card>span{color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.completed-phase-card strong{display:block;margin-top:6px;font-size:14px;line-height:1.4}.completed-phase-card p{margin:5px 0 0;color:var(--ink-soft);font-size:12px;line-height:1.55}.popup-next-sleep{margin-top:11px;padding:14px;border:.5px solid var(--line);border-radius:14px;background:var(--card)}.popup-next-sleep>span{color:var(--green);font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.popup-next-sleep h3{margin:4px 0 10px;font-size:20px;line-height:1.15}.popup-next-row{padding:8px 10px;border-radius:10px;background:var(--soft);font-size:12px;line-height:1.4}.popup-next-row+.popup-next-row{margin-top:5px}.day-decision{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.practical-next-step{margin-top:11px;padding:12px 14px;border-radius:14px;background:#faeeda;color:#633806}.dark .practical-next-step{background:#3c311d;color:#ffd88a}.practical-next-step strong{font-size:12px}.practical-next-step p{margin:4px 0 0;font-size:12px;line-height:1.5}.popup-feedback{margin-top:12px;padding-top:13px;border-top:.5px solid var(--line)}.popup-feedback>strong{display:block;margin-bottom:7px;font-size:12px}.popup-feedback textarea{width:100%;min-height:68px;resize:none;padding:10px 11px;border:.5px solid var(--line);border-radius:12px;outline:none;background:var(--soft);color:var(--ink);font-size:12px;line-height:1.45}.feedback-thanks{display:flex;align-items:flex-start;gap:7px;padding:10px 11px;border-radius:12px;background:#eaf3de;color:#27500a;font-size:12px;line-height:1.45}.feedback-thanks svg{flex:0 0 auto;margin-top:1px}.feedback-error{margin-top:5px;color:var(--red);font-size:11px}.plan-dialog-button{margin-top:12px}@media(max-width:370px){.child-selector-trigger{max-width:122px}.home-header-actions{gap:6px}.home-utility-actions{gap:4px}}.app-frame.demo{padding-top:29px}.app-frame.demo>.page,.app-frame.demo>.center-page{min-height:calc(100vh - 29px)}.page-inner{width:min(100%,480px);padding:20px 16px 104px}.page-inner.narrow{width:min(100%,430px);padding-left:20px;padding-right:20px}.center-page{padding:24px}.title{font-weight:700;letter-spacing:-.025em}.subtitle{color:var(--muted);font-size:13px;line-height:1.55}.eyebrow{font-size:10px;font-weight:650;letter-spacing:.08em}.card{border-radius:16px;padding:14px 16px;box-shadow:0 1px 4px #00000006}.card-lg{border-radius:24px;padding:28px 20px}.button{min-height:52px;border-radius:16px;background:#3a3a3c;color:#fff;font-size:15px;font-weight:650}.dark .button{background:#f2f2f7;color:#1c1c1e}.button.secondary{background:var(--card);color:var(--ink)}.button.soft{background:var(--soft);color:var(--ink)}.icon-button{width:36px;height:36px;border-radius:12px}.icon-button.quiet{border-color:transparent;background:transparent;color:var(--muted)}.field{height:44px;border-color:#e8e8ed;border-radius:12px;background:var(--card);font-size:14px}.dark .field{border-color:#ffffff14}.bottom-nav{bottom:max(16px,env(safe-area-inset-bottom));width:min(calc(100% - 32px),400px);height:60px;border-radius:30px;background:var(--card);box-shadow:0 8px 32px #00000040}.bottom-nav button{height:48px;border-radius:24px}.bottom-nav button.active{background:var(--soft)}.hero{margin:0 -16px 10px;padding:52px 28px 56px;border-radius:0 0 32px 32px;background:#1c1c1e}.welcome-inner{width:min(100%,390px);padding-left:16px;padding-right:16px}.hero .brand-mark{width:48px;height:48px;margin-bottom:36px;border-radius:14px}.hero-orbit{margin-bottom:36px}.hero h1{margin-bottom:16px;font-weight:700}.hero p{margin:0 0 32px;padding:0 8px;font-size:15px;line-height:1.65}.feature-item{padding:16px;background:#f4f4f8}.dark .feature-item,.dark .welcome-feature-card,.dark .welcome-early{background:var(--soft)}.feature-item strong{font-weight:600}.welcome-feature-card{padding:16px;background:#f4f4f8}.welcome-early{background:#f4f4f8}.welcome-language{width:126px;margin:20px auto 0}.auth-page{background:#f4f4f8}.auth-shell{width:min(100%,390px);display:flex;flex-direction:column;align-items:center;text-align:center}.auth-logo{width:56px;height:56px;border-radius:18px;margin-bottom:12px}.auth-shell h1{margin:0 0 5px;color:#1c1c1e;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.auth-shell>p{margin:0 0 28px;color:#aeaeb2;font-size:12px}.auth-form{width:100%;display:flex;flex-direction:column;gap:10px;text-align:left}.auth-social{width:100%;height:44px;border:.5px solid #e8e8ed;border-radius:13px;background:#fff;color:#1c1c1e;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600}.auth-divider{display:flex;align-items:center;gap:10px;margin:2px 0;color:#aeaeb2;font-size:12px;font-weight:500}.auth-divider span{flex:1;height:.5px;background:#e8e8ed}.auth-variant{border:0;background:transparent;color:#8e8e93;min-height:34px;cursor:pointer;font-size:12px}.auth-variant-signup{color:#3a3a3c;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.auth-pricing-note{padding:11px 13px;border-radius:12px;background:#ebebf0;color:#636366;font-size:11px;line-height:1.45;text-align:center}.auth-notice{width:100%;margin-top:10px;text-align:left}.static-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.static-page-brand{gap:9px;text-decoration:none}.static-page-back{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.onboarding-shell,.first-session-shell{width:min(100%,390px)}.onboarding-page .progress{height:3px;margin-bottom:48px!important}.onboarding-page .progress i{height:3px;background:#e8e8ed}.onboarding-page .progress i.active{background:#1c1c1e}.onboarding-page .title{font-size:28px!important;line-height:1.2;letter-spacing:-.5px}.onboarding-page .field{height:56px;border-width:1.5px;border-radius:16px;font-size:19px;font-weight:600}.onboarding-page section{animation:parity-step-in .25s ease both}@keyframes parity-step-in{0%{opacity:0;transform:translate(22px)}}.first-progress{display:flex;justify-content:center;gap:8px;margin-bottom:40px}.first-progress i{width:6px;height:6px;border-radius:50%;background:#e8e8ed}.first-progress i.active{background:#1c1c1e}.first-session-page .title{font-size:28px!important}.first-session-options{margin-top:24px}.first-option{width:100%;min-height:58px;padding:18px 20px;border:.5px solid #e8e8ed;border-radius:18px;background:#fff;color:#1c1c1e;cursor:pointer;text-align:left;font-size:16px;font-weight:600}.home-page-inner{padding-top:16px}.home-header{padding-bottom:4px}.home-header .title{font-size:26px;line-height:1}.home-avatar{border-radius:50%;background:var(--soft)}.timer-wrap{padding:14px 0 18px}.timer-ring{width:228px;height:228px;padding:10px;background:conic-gradient(from -105deg,var(--ring-color, #aeaeb2) var(--ring-fill, 15%),#e8e8ed 0 92%,transparent 0)}.dark .timer-ring{background:conic-gradient(from -105deg,var(--ring-color, #8e8e93) var(--ring-fill, 15%),#3a3a3c 0 92%,transparent 0)}.timer-core{box-shadow:none}.timer-ring.sleeping .timer-core{background:#1c1c1e}.timer-time{font-size:clamp(30px,9vw,38px);font-weight:700}.timer-status{max-width:150px;text-align:center;font-weight:500}.home-action{background:#3a3a3c;box-shadow:0 2px 12px #00000026}.guidance-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:12px 14px;border:.5px solid var(--line);border-radius:16px;background:var(--card);box-shadow:0 1px 4px #0000000a}.guidance-icon{width:40px;height:40px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--muted)}.guidance-icon.error{color:var(--red)}.guidance-icon .spinner{width:19px;height:19px;border-width:2px}.guidance-card strong{display:block;font-size:13px;line-height:1.3}.guidance-card p{margin:2px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.guidance-retry{margin-top:6px;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer;font-size:12px;font-weight:700}.plan-compact{width:100%;padding:0;border:0;background:transparent;color:var(--ink);text-align:left}.plan-compact-subtitle{margin-bottom:8px;color:var(--green);text-align:center;font-size:13px;font-weight:500}.plan-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.plan-mini{min-width:0;min-height:75px;padding:14px 16px;border:.5px solid var(--line);border-radius:16px;background:var(--card);box-shadow:0 1px 4px #0000000a}.plan-mini span{display:block;margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:650;letter-spacing:.07em}.plan-mini strong{display:block;font-size:17px;line-height:1.16;letter-spacing:-.25px;overflow-wrap:anywhere}.plan-mini strong.muted-value{color:var(--muted);font-size:14px}.plan-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:#0000006b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.plan-dialog{width:min(100%,390px);max-height:calc(100vh - 32px);overflow-y:auto;padding:18px 16px 16px;border-radius:24px;background:var(--card);box-shadow:0 8px 40px #00000038;animation:plan-dialog-in .3s cubic-bezier(.22,.8,.34,1) both}@keyframes plan-dialog-in{0%{opacity:0;transform:translateY(50px)}}.dialog-close{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:8px;background:var(--soft);color:var(--muted);cursor:pointer}.plan-dialog-time{padding:13px 0 8px;text-align:center}.plan-dialog-time>strong{display:block;color:var(--green);font-size:38px;line-height:1;letter-spacing:-1.3px}.plan-dialog-time>span{display:block;margin-top:5px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.plan-dialog-phase-label{margin-bottom:7px;color:var(--ink-soft);font-size:12px;font-weight:700}.plan-dialog-window{width:min(100%,280px);margin:13px auto 0;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:12px;background:var(--soft);text-align:left}.plan-dialog-window span{color:var(--muted);font-size:11px;line-height:1.3}.plan-dialog-window strong{flex:0 0 auto;color:var(--ink);font-size:14px;letter-spacing:-.15px}.plan-dialog-copy{margin:10px 0;padding:11px 13px;border-radius:13px;background:var(--soft)}.plan-dialog-copy strong{font-size:12px}.plan-dialog-copy p{margin:4px 0 0;color:var(--ink-soft);font-size:13px;line-height:1.65}.plan-dialog-advice{display:flex;gap:9px;padding:11px 13px;border-radius:13px;background:#faeeda;color:#633806;font-size:13px;line-height:1.5}.plan-dialog-summary{margin-top:10px;padding:10px 13px;border-radius:12px;background:var(--soft);font-size:12px;line-height:1.5}.plan-dialog-summary small{display:block;margin-top:4px;color:var(--muted)}.plan-dialog-button{min-height:46px;margin-top:12px;border-radius:13px;font-size:13px}.sheet-backdrop{background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sheet{border-radius:24px 24px 0 0;padding:10px 20px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -8px 40px #0000002e}.sheet-handle{width:38px;height:5px;margin-bottom:14px;background:#0000001f}.dark .sheet-handle{background:#ffffff2e}.choice{border-radius:16px;background:var(--soft);font-size:15px;font-weight:600}.choice.primary{background:#1c1c1e;color:#fff}.time-sheet{max-width:390px;border-radius:28px 28px 0 0;padding:10px 20px calc(30px + env(safe-area-inset-bottom));background:#ffffffe0;border:.5px solid rgba(255,255,255,.9)}.dark .time-sheet{background:#1c1c1ef5;border-color:#ffffff1f}.time-now{background:var(--soft)}.event-date-label{background:color-mix(in srgb,var(--soft) 80%,transparent)}.drum{background:color-mix(in srgb,var(--soft) 78%,transparent)}.time-confirm{background:#1c1c1e;color:#fff}.support-sheet{height:75vh;max-height:760px;display:flex;flex-direction:column;padding:0;overflow:hidden}.support-header{flex:0 0 auto;padding:20px 20px 12px;border-bottom:.5px solid var(--line)}.support-sheet .chat-body{flex:1;min-height:0;max-height:none;padding:16px}.support-welcome{display:flex;align-items:flex-start;gap:8px}.support-welcome .brand-mark{width:28px;height:28px;flex:0 0 auto;border-radius:9px;margin-top:2px;font-size:9px}.support-sheet .bubble{max-width:80%;border-radius:18px 18px 18px 4px;padding:10px 14px;font-size:13px;line-height:1.6}.support-sheet .bubble.parent{border-radius:18px 18px 4px;background:#3a3a3c;color:#fff}.support-sheet .chat-compose{flex:0 0 auto;padding:12px 16px calc(24px + env(safe-area-inset-bottom));border-top:.5px solid var(--line)}.support-sheet .chat-compose textarea{min-height:44px;border:0;border-radius:16px;background:var(--soft)}.settings-contact{display:grid;gap:10px}.settings-contact .muted{margin:0;font-size:12px;line-height:1.5}.settings-contact-consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.45}.settings-contact-consent input{margin-top:2px;accent-color:var(--green)}.settings-contact-saved{color:var(--green);font-size:12px;font-weight:750;text-align:center}.founder-support-inner{width:min(100%,1040px)}.founder-support-header{margin-bottom:18px}.founder-support-header h1,.founder-support-header .eyebrow{margin:0}.founder-support-layout{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:14px;min-height:min(720px,calc(100vh - 150px))}.founder-support-targets{padding:8px;overflow:auto}.founder-support-targets>button{display:grid;width:100%;gap:4px;padding:13px;border:0;border-radius:14px;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.founder-support-targets>button:hover,.founder-support-targets>button.selected{background:var(--soft)}.founder-support-targets span,.founder-support-targets small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.founder-support-conversation{display:flex;min-height:0;padding:0;overflow:hidden;flex-direction:column}.founder-support-recipient{display:grid;gap:3px;padding:15px 18px;border-bottom:.5px solid var(--line)}.founder-support-recipient span{color:var(--muted);font-size:11px}.founder-support-messages{display:flex;flex:1;min-height:280px;padding:18px;overflow:auto;flex-direction:column;gap:10px}.founder-support-messages .bubble{max-width:78%}.founder-support-compose{display:flex;align-items:flex-end;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:.5px solid var(--line)}.founder-support-compose textarea{min-height:48px;max-height:160px;resize:vertical}@media(max-width:720px){.founder-support-layout{grid-template-columns:1fr;min-height:auto}.founder-support-targets{display:flex;max-width:100%;overflow-x:auto}.founder-support-targets>button{min-width:190px}.founder-support-conversation{min-height:58vh}}.support-empty{max-width:280px;margin:4px auto;padding:12px 14px;border-radius:13px;background:var(--soft);color:var(--muted);font-size:12px;line-height:1.5;text-align:center}.support-error{margin:0 16px 8px}.notice-retry{display:block;margin-top:7px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font-weight:800;text-decoration:underline}.history-page{width:min(100%,512px);padding-top:24px}.history-header{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:8px;margin-bottom:24px}.history-date-nav{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:8px}.history-date-nav .icon-button{width:32px;height:32px}.history-date-nav div{min-width:0;text-align:center}.history-date-nav h1{margin:0;font-size:16px;line-height:1.2}.history-date-nav p{margin:3px 0 0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.history-metrics{margin-bottom:24px;gap:12px}.history-metrics .metric{padding:14px 8px}.history-metrics svg{margin-bottom:7px;color:var(--muted)}.history-metrics strong{font-size:17px}.history-tabs{margin-bottom:18px}.history-tabs button{width:100%;min-height:36px;border:0;border-radius:12px;background:var(--soft);color:var(--muted);font-size:12px;font-weight:650}.history-tabs button.active{background:#1c1c1e;color:#fff}.history-timeline{padding:16px}.stats-page{padding-top:32px}.stats-header{margin-bottom:20px}.stats-metrics{margin-bottom:10px}.stats-metrics .metric{padding:14px 9px}.stats-chart-card{margin-bottom:10px}.stats-chart-card .chart{height:104px;padding-top:18px}.settings-page{max-width:400px;padding:0 24px 108px}.settings-topbar{padding-top:48px;margin-bottom:32px}.settings-topbar h1{margin:0;font-size:17px;font-weight:800}.settings-profile{margin-bottom:36px;text-align:center}.settings-profile-avatar{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#e8e8ed;color:#1c1c1e;font-size:28px;font-weight:800}.settings-card{margin-bottom:12px;padding:0 16px}@media(max-width:370px){.page-inner.narrow{padding-left:16px;padding-right:16px}.home-header .row{gap:5px!important}.plan-mini{padding:12px}.plan-mini strong{font-size:15px}.history-header{gap:4px}}@media(min-width:760px){.page-inner{padding-top:32px}.hero{margin-top:-32px}.settings-page{padding-top:0}}.timer-ring{padding:0;background:transparent!important;transform:none}.plan-dialog-backdrop{align-items:flex-end;padding:0;background:#00000080}.plan-dialog{width:min(100%,480px);height:auto;max-height:min(90dvh,800px);padding:20px 18px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:var(--card);box-shadow:0 -4px 40px #00000040}.plan-dialog{display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain}.plan-dialog-scroll{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:4px;touch-action:pan-y}.plan-dialog-button{margin-top:12px;flex:0 0 auto;position:static}.plan-dialog-backdrop{overscroll-behavior:contain;touch-action:none}.plan-dialog-backdrop .plan-dialog{touch-action:auto}.popup-gallery-page{min-height:100vh;background:color-mix(in srgb,var(--soft) 55%,var(--surface))}.popup-gallery-shell{width:min(100%,1180px);padding-bottom:80px}.popup-gallery-header{gap:20px;margin-bottom:18px}.gallery-source-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px;padding:5px;border-radius:15px;background:color-mix(in srgb,var(--soft) 78%,var(--surface))}.gallery-source-switch button{min-height:42px;padding:8px 12px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.gallery-source-switch button.selected{background:var(--surface);color:var(--ink);box-shadow:0 3px 12px #00000014}.gallery-canary-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:24px;margin-bottom:18px;border-color:color-mix(in srgb,#d97a45 38%,var(--line))}.gallery-canary-summary h2{margin:4px 0 9px;font-size:21px}.gallery-canary-summary p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.6}.gallery-canary-summary code{padding:1px 5px;border-radius:5px;background:var(--soft)}.gallery-canary-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.gallery-canary-summary dl div{padding:11px;border-radius:12px;background:var(--soft)}.gallery-canary-summary dt{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.gallery-canary-summary dd{margin:5px 0 0;color:var(--ink);font-size:15px;font-weight:800}.gallery-canary-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 390px minmax(0,.8fr);align-items:start;gap:18px}.gallery-canary-calls{max-height:760px;overflow:auto}.gallery-canary-call-list{display:grid;gap:8px;margin-top:12px}.gallery-canary-call-list article{padding:11px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--soft) 54%,var(--surface))}.gallery-canary-call-list strong{padding-right:8px;font-size:11px}.gallery-canary-call-list article span{flex:0 0 auto;padding:3px 6px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase}.gallery-canary-call-list article span.rejected{background:color-mix(in srgb,#d75842 15%,var(--surface));color:#983420}.gallery-canary-call-list article span.saved_output_not_retained{background:var(--mint-soft);color:var(--green-deep)}.gallery-canary-call-list p{margin:7px 0;color:var(--ink-soft);font-size:11px;line-height:1.5}.gallery-canary-call-list small{color:var(--muted);font-size:9px}.gallery-canary-checks h2{margin:5px 0 12px;font-size:17px}.gallery-canary-checks ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.gallery-canary-checks li{display:flex;gap:8px;color:var(--ink-soft);font-size:12px;line-height:1.45}.gallery-canary-checks li span{color:var(--green-deep);font-weight:900}.gallery-canary-boundary{margin:18px 0 0;padding:11px;border-radius:12px;background:color-mix(in srgb,#d97a45 10%,var(--surface));color:var(--ink-soft);font-size:11px;line-height:1.5}.popup-gallery-controls{display:flex;align-items:end;gap:14px;margin-bottom:18px}.popup-gallery-controls label{min-width:0;flex:1;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.popup-gallery-controls select{display:block;width:100%;margin-top:6px;text-transform:none}.popup-gallery-review-modes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:-8px 0 18px}.popup-gallery-review-modes button{min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft);font-size:11px;font-weight:700}.popup-gallery-review-modes button.selected{border-color:#26a66f5c;background:var(--mint-soft);color:var(--green-deep);box-shadow:0 6px 16px #1b6e4e14}.gallery-feedback-states{display:flex;justify-content:center;gap:7px;margin:-8px 0 18px}.gallery-feedback-states button{min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:700}.gallery-feedback-states button.selected{border-color:#3a3a3c;background:#3a3a3c;color:#fff}.gallery-locale-switch{display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--soft)}.gallery-locale-switch button{min-width:46px;min-height:34px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:800}.gallery-locale-switch button.selected{background:var(--surface);color:var(--ink);box-shadow:0 1px 5px #00000014}.popup-gallery-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px minmax(0,1fr);align-items:start;gap:18px}.gallery-evidence-panel h2,.gallery-review-panel h2{margin:4px 0 12px;font-size:17px}.gallery-evidence-panel ul,.gallery-review-panel ul{margin:10px 0 18px;padding-left:18px;color:var(--ink-soft);font-size:13px;line-height:1.6}.gallery-decision{padding:12px;border-radius:14px;background:var(--soft)}.gallery-decision p{margin:5px 0 0;font-size:13px;line-height:1.5}.gallery-bases{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.gallery-bases span{padding:5px 8px;border-radius:999px;background:#eaf3de;color:#27500a;font-size:10px;font-weight:700}.gallery-preview-column{min-width:0}.gallery-phone-stage{width:390px;height:784px;max-width:100%;margin:0 auto;overflow:hidden;border-radius:44px;overscroll-behavior:contain;scrollbar-gutter:stable}.gallery-phone-stage{scrollbar-color:color-mix(in srgb,var(--ink) 30%,transparent) transparent;scrollbar-width:thin}.gallery-phone-stage::-webkit-scrollbar{width:7px}.gallery-phone-stage::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--ink) 30%,transparent)}.gallery-phone-stage:focus-visible{outline:3px solid color-mix(in srgb,var(--green) 45%,transparent);outline-offset:4px}.gallery-scroll-hint{display:none;margin:7px 0 0;color:var(--muted);font-size:10px;font-weight:700;line-height:1.35;text-align:center}.gallery-phone-scale{width:390px;height:784px;transform-origin:top left}.gallery-phone{width:390px;height:784px;min-height:0;padding:10px;display:flex;flex-direction:column;overflow:hidden;border:8px solid #1c1c1e;border-radius:44px;background:#f5f5f7;box-shadow:0 24px 60px #0000002e}.gallery-phone>.gallery-plan-dialog{width:calc(100% + 20px);max-width:none;max-height:calc(100% + 10px);margin:auto -10px -10px;padding:20px 18px;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -4px 40px #00000038}.gallery-popup-header{align-items:flex-start}.gallery-popup-header .brand-mark{background:#1c1c1e}.gallery-popup-header h2{margin:0;font-size:16px;line-height:1.25}.gallery-popup-header span{display:block;margin-top:2px;color:#aeaeb2;font-size:11px}.gallery-close{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#f4f4f8;color:#aeaeb2;font-size:18px;line-height:1}.gallery-parent-message{margin:0;color:#3a3a3c;font-size:13px;line-height:1.68}.gallery-plan-dialog .popup-feedback{margin-top:18px}.gallery-plan-dialog .popup-feedback textarea{min-height:52px}.gallery-silent-state{min-height:560px;display:grid;align-content:center;justify-items:center;padding:28px;text-align:center}.gallery-silent-state p{max-width:280px;color:#636366;line-height:1.6}.gallery-moon{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:#e8e8ed;font-size:34px}.gallery-founder-questions{display:grid;gap:9px;margin-top:18px}.gallery-founder-questions label{display:flex;align-items:center;gap:8px;font-size:13px}.gallery-neighbor-strip,.gallery-before-after{margin-top:18px}.gallery-before-after>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-before-after article{padding:14px;border-radius:14px;background:var(--soft)}.gallery-before-after article:first-child{background:color-mix(in srgb,#e36c55 11%,var(--surface))}.gallery-before-after h2{margin:8px 0;font-size:17px}.gallery-before-after p{margin:7px 0 0;color:var(--ink-soft);font-size:13px;line-height:1.55}.gallery-neighbor-strip>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.gallery-neighbor-strip button{min-width:0;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);text-align:left}.gallery-neighbor-strip strong,.gallery-neighbor-strip span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-neighbor-strip strong{font-size:10px}.gallery-neighbor-strip span{margin-top:4px;color:var(--muted);font-size:11px}@media(max-width:980px){.gallery-canary-grid{grid-template-columns:minmax(0,1fr) 390px}.gallery-canary-checks{grid-column:1 / -1}}@media(min-width:701px)and (max-height:820px){.popup-gallery-shell{padding-top:14px;padding-bottom:30px}.popup-gallery-header{margin-bottom:8px}.popup-gallery-header .title{font-size:26px}.popup-gallery-header .subtitle{margin-top:4px}.gallery-source-switch{margin-bottom:8px}.gallery-source-switch button{min-height:34px;padding-block:5px}.popup-gallery-controls{margin-bottom:8px;padding:10px 12px}.popup-gallery-controls select{min-height:38px}.popup-gallery-review-modes{margin:0 0 8px}.popup-gallery-review-modes button{min-height:32px;padding-block:5px}.gallery-feedback-states{margin:0 0 8px}.popup-gallery-grid{grid-template-columns:minmax(0,1fr) 234px minmax(0,1fr);gap:14px}.gallery-phone-stage{width:234px;height:471px;overflow:hidden;border-radius:27px;box-shadow:0 18px 44px #00000021}.gallery-scroll-hint{display:none}.gallery-phone-scale{width:234px;height:471px;transform:scale(.6)}.gallery-phone{box-shadow:none}.gallery-evidence-panel,.gallery-review-panel{padding:14px}.gallery-evidence-panel ul,.gallery-review-panel ul{margin-block:8px 12px;font-size:12px}.gallery-founder-questions{margin-top:12px}.gallery-neighbor-strip,.gallery-before-after{margin-top:10px}.gallery-canary-grid{grid-template-columns:minmax(0,1fr) 234px minmax(0,.8fr);gap:14px}}@media(min-width:821px)and (max-height:740px){.popup-gallery-grid{grid-template-columns:minmax(0,1fr) 195px minmax(0,1fr)}.gallery-phone-stage{width:195px;height:392px;border-radius:22px}.gallery-phone-scale{width:195px;height:392px;transform:scale(.5)}.gallery-canary-grid{grid-template-columns:minmax(0,1fr) 195px minmax(0,.8fr)}}@media(min-width:701px)and (max-width:820px){.popup-gallery-grid{grid-template-columns:minmax(0,1fr) 234px}.popup-gallery-grid>.gallery-evidence-panel{grid-column:1;grid-row:1}.popup-gallery-grid>.gallery-preview-column{grid-column:2;grid-row:1 / span 2}.popup-gallery-grid>.gallery-review-panel{grid-column:1;grid-row:2}.gallery-canary-grid{grid-template-columns:minmax(0,1fr) 234px}.gallery-canary-checks{grid-column:1 / -1}}@media(max-width:700px){.popup-gallery-shell{padding:20px 12px 60px}.popup-gallery-header{align-items:flex-start}.popup-gallery-header .button{display:none}.popup-gallery-controls{align-items:stretch;flex-wrap:wrap}.gallery-source-switch,.gallery-canary-summary{grid-template-columns:1fr}.popup-gallery-controls label{flex-basis:100%}.popup-gallery-review-modes{grid-template-columns:repeat(2,minmax(0,1fr))}.popup-gallery-grid,.gallery-canary-grid{display:flex;flex-direction:column}.gallery-canary-grid>*{width:100%}.gallery-preview-column{width:100%;order:-1}.gallery-phone-stage{width:312px;max-width:100%;height:627px;max-height:none;overflow:hidden;border-radius:28px}.gallery-phone-scale{width:312px;height:627px;transform:scale(.8)}.gallery-scroll-hint{display:none}.gallery-phone{border-width:5px;border-radius:34px}.gallery-evidence-panel,.gallery-review-panel{width:100%}.gallery-before-after>div{grid-template-columns:1fr}.gallery-neighbor-strip>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:340px){.gallery-phone-stage{width:273px;height:549px;border-radius:24px}.gallery-phone-scale{width:273px;height:549px;transform:scale(.7)}}
