:root{--ground:#f4f2ed;--paper:#fff;--ink:#1a1a17;--body:#4a4841;--muted:#76736c;--quiet:#9b978f;--line:#e7e3db;--line-soft:#efece6;--switch-off:#e0dcd4;--green:#1f8a4c;--amber:#b8731a;--red:#c0392b}*{box-sizing:border-box}html{background:var(--ground)}body{background:var(--ground);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,system-ui,sans-serif}button,input,textarea,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.creation-shell,.shared-shell{width:min(100%,390px);min-height:100svh;margin:0 auto}.phone-form{flex-direction:column;min-height:100svh;display:flex}.phone-content,.shared-shell{padding:max(54px, env(safe-area-inset-top)) 20px 20px}.phone-content{flex-direction:column;flex:1;gap:14px;display:flex}.phone-header{justify-content:space-between;align-items:center;min-height:20px;display:flex}.mini-wordmark{color:var(--muted);letter-spacing:.02em;font-size:13px;font-weight:600}.header-action,.share-action{color:var(--muted);background:0 0;padding:0;font-size:15px}.share-action{align-items:center;gap:6px;display:flex}.header-actions{align-items:center;gap:16px;display:flex}.intent-editor{flex-direction:column;gap:4px;display:flex}.intent-editor textarea,.intent-editor input{resize:none;background:0 0;border:0;outline:0;width:100%;padding:0}.intent-editor textarea{letter-spacing:-.02em;min-height:29px;font-size:25px;font-weight:600;line-height:1.15;overflow:hidden}.intent-editor input{height:23px;color:var(--body);font-size:16px;line-height:1.4}.intent-editor textarea::placeholder,.intent-editor input::placeholder,.sheet-fields input::placeholder,.sheet-input::placeholder,.custom-tone-input::placeholder{color:var(--quiet);opacity:1}.row-card,.sheet-list{border:1px solid var(--line);background:var(--paper);border-radius:14px;overflow:hidden}.moment-row,.standard-row,.person-row,.choice-row{border-bottom:1px solid var(--line-soft);text-align:left;background:0 0;align-items:center;width:100%;display:flex}.moment-row:last-child,.standard-row:last-child,.person-row:last-child,.choice-row:last-child,.check-list>div:last-child .choice-row{border-bottom:0}.moment-row{gap:12px;height:56px;padding:0 14px}.moment-row>span{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.moment-row strong,.standard-row strong,.person-row strong,.channel-row strong,.choice-row strong{font-size:16px;font-weight:500}.moment-row small,.person-row small,.choice-row small,.person-sheet-heading small{color:var(--quiet);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;overflow:hidden}.standard-row{gap:10px;height:48px;padding:0 14px}.standard-row strong{flex:1}.standard-row>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.moment-row>svg,.standard-row>svg{color:#b5b1a8;flex:none}.compact-section{flex-direction:column;gap:8px;display:flex}.section-label-row{justify-content:space-between;align-items:baseline;padding:0 4px;display:flex}.section-label-row h2{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:13px;font-weight:600}.section-label-row button,.section-label-row span{color:var(--muted);background:0 0;padding:0;font-size:13px}.person-row{gap:12px;height:48px;padding:0 14px}.person-row strong{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.person-row small{max-width:46%}.avatar{border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:grid}.avatar-dark{background:var(--ink);color:var(--paper)}.avatar-1{color:#5b564d;background:#e4ddd1}.avatar-2{color:#3f5a47;background:#d9e2db}.avatar-3{color:#5a5168;background:#e3dfeb}.avatar-add{color:var(--muted);border:1.5px dashed #c9c4ba}.add-person-row strong{color:var(--muted);font-weight:400}.channel-row{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;height:44px;padding:0 14px;display:flex}.channel-row>svg{flex:none}.channel-row strong{flex:1}.switch{background:var(--switch-off);border-radius:14px;flex:none;width:46px;height:28px;padding:2px;transition:background .15s}.switch span{background:var(--paper);border-radius:50%;width:24px;height:24px;transition:transform .15s;display:block}.switch.is-on{background:var(--ink)}.switch.is-on span{transform:translate(18px)}.phone-footer{z-index:5;padding:8px 20px max(20px, env(safe-area-inset-bottom));background:var(--ground);flex-direction:column;gap:6px;display:flex;position:sticky;bottom:0}.phone-footer p{color:var(--muted);text-align:center;margin:0;font-size:13px;line-height:1.4}.primary-action{background:var(--ink);width:100%;min-height:52px;color:var(--paper);border-radius:14px;padding:0 18px;font-size:17px;font-weight:600;transition:transform .12s,opacity .12s}.primary-action:active:not(:disabled){transform:scale(.985)}.primary-action:disabled{cursor:default;opacity:.38}.inline-error{color:var(--red)!important}.sheet-backdrop{z-index:50;background:#1a1a1747;justify-content:center;align-items:flex-end;animation:.16s both backdrop-in;display:flex;position:fixed;inset:0}.bottom-sheet{width:min(100%,390px);max-height:min(90svh,760px);padding:10px 20px max(30px, env(safe-area-inset-bottom));background:var(--paper);border-radius:22px 22px 0 0;flex-direction:column;gap:16px;animation:.18s cubic-bezier(.2,.7,.2,1) both sheet-in;display:flex;overflow-y:auto;box-shadow:0 -8px 40px #0000001f}.sheet-handle{background:#dcd8d0;border-radius:3px;flex:none;align-self:center;width:36px;height:5px}.sheet-title-row,.person-sheet-heading{justify-content:space-between;align-items:center;display:flex}.sheet-title-row h2,.person-sheet-heading h2,.identity-heading h2{letter-spacing:-.01em;margin:0;font-size:20px;font-weight:600}.sheet-title-row button,.person-sheet-heading button{background:0 0;padding:4px 0;font-size:15px;font-weight:600}.choice-row{gap:12px;min-height:48px;padding:0 14px}.choice-row>span{flex-direction:column;flex:1;gap:1px;display:flex}.choice-row>svg{flex:none}.choice-row:has(small){min-height:52px}.choice-row:disabled{cursor:default;opacity:.45}.sheet-input,.sheet-fields input,.custom-tone-input{border:1px solid var(--line);background:var(--paper);border-radius:12px;outline:0;width:100%;height:48px;padding:0 14px;font-size:16px}.sheet-input:focus,.sheet-fields input:focus,.custom-tone-input:focus{border-color:var(--ink)}.sheet-fields{flex-direction:column;gap:10px;display:flex}.recent-list{max-height:196px;overflow-y:auto}.identity-heading{flex-direction:column;gap:6px;display:flex}.identity-heading h2{letter-spacing:-.02em;font-size:24px}.identity-heading p,.sheet-help{color:var(--muted);margin:0;font-size:15px;line-height:1.4}.sheet-help{color:var(--quiet);text-align:center;font-size:13px;line-height:1.45}.person-sheet-heading{gap:12px}.person-sheet-heading>span:nth-child(2){flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.avatar-large{width:40px;height:40px;font-size:15px}.remove-action{color:var(--red);text-align:center;background:0 0;padding:6px;font-size:15px}.custom-tone-input{background:var(--ground);width:calc(100% - 28px);height:44px;margin:0 14px 12px}@keyframes sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.shared-shell{flex-direction:column;gap:16px;display:flex}.shared-intro{flex-direction:column;gap:8px;display:flex}.shared-status{color:var(--quiet);align-items:center;gap:7px;font-size:13px;display:flex}.shared-status>span:first-child{background:var(--quiet);border-radius:50%;flex:none;width:8px;height:8px}.shared-status strong{font-weight:600}.shared-status.status-running,.shared-status.status-finished{color:var(--green)}.shared-status.status-running>span:first-child,.shared-status.status-finished>span:first-child{background:var(--green)}.shared-status.status-finished_with_issues{color:var(--amber)}.shared-status.status-finished_with_issues>span:first-child{background:var(--amber)}.shared-intro h1{letter-spacing:-.02em;text-wrap:pretty;margin:0;font-size:26px;font-weight:600;line-height:1.15}.shared-intro>p{color:var(--body);text-wrap:pretty;margin:0;font-size:15px;line-height:1.4}.shared-person-row{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;min-height:56px;padding:0 14px;display:flex}.shared-person-row:last-child{border-bottom:0}.shared-person-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.shared-person-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;overflow:hidden}.shared-person-copy small{font-size:13px}.status-text.green{color:var(--green)}.status-text.amber{color:var(--amber)}.status-text.red{color:var(--red)}.status-text.muted,.status-channel{color:var(--quiet)}.audio-action{background:var(--ground);width:34px;height:34px;color:var(--ink);border-radius:50%;flex:none;place-items:center;display:grid}.audio-action.is-playing{color:var(--green)}.audio-action audio{display:none}.activity-section{flex-direction:column;gap:8px;display:flex}.activity-list{margin:0;padding:0;list-style:none}.activity-list li{align-items:flex-start;gap:12px;padding:8px 4px;display:flex}.activity-list li>time{width:52px;color:var(--quiet);flex:none;padding-top:1px;font-size:13px}.activity-list li>div{flex:1;min-width:0}.activity-list p{margin:0;font-size:15px;line-height:1.35}.activity-list small{color:var(--muted)}.activity-list blockquote{width:fit-content;max-width:100%;color:var(--muted);background:#ece9e2;border-radius:12px 12px 12px 4px;margin:5px 0 0;padding:8px 12px;font-size:14px;line-height:1.4}.admin-shell{width:min(920px,100% - 40px);margin:0 auto;padding:56px 0 80px}.admin-header,.admin-section-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.admin-header{padding-bottom:28px}.admin-header h1{letter-spacing:-.03em;margin:3px 0 5px;font-size:32px}.admin-header p,.admin-section-heading p,.empty-copy{color:var(--muted);margin:0;line-height:1.45}.eyebrow,.environment-badge{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:600}.environment-badge{border:1px solid var(--line);border-radius:999px;padding:6px 9px}.admin-section{border-top:1px solid var(--line);padding:26px 0}.admin-section h2{margin:0 0 4px;font-size:20px}.admin-section-heading code,.admin-section-heading>span{color:var(--quiet);font-size:13px}.provider-list,.tone-list,.admin-events{border:1px solid var(--line);background:var(--paper);border-radius:14px;margin-top:18px;overflow:hidden}.provider-row,.admin-events>div{border-bottom:1px solid var(--line-soft);grid-template-columns:14px 1fr auto;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:grid}.provider-row:last-child,.admin-events>div:last-child{border-bottom:0}.provider-row span:last-child,.admin-events span,.admin-events time{color:var(--quiet);font-size:13px}.provider-dot{background:var(--quiet);border-radius:50%;width:7px;height:7px}.provider-dot.configured{background:var(--green)}.tone-row{border-bottom:1px solid var(--line-soft);grid-template-columns:110px 140px 1fr auto auto;align-items:center;gap:10px;padding:12px;display:grid}.tone-row:last-child{border-bottom:0}.tone-row input,.tone-row textarea{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-width:0;padding:9px 10px}.tone-row textarea{resize:vertical}.tone-row button{background:var(--ink);color:var(--paper);border-radius:8px;padding:9px 12px}.enabled-toggle{color:var(--muted);font-size:13px}.admin-events>div{grid-template-columns:160px 1fr auto}.empty-copy{padding:18px}.admin-login-shell{width:min(390px,100% - 40px);min-height:100svh;padding:max(54px, env(safe-area-inset-top)) 0 40px;margin:0 auto}.admin-login-shell>section{margin-top:96px}.site-access-shell,.site-not-found{place-items:center;min-height:100dvh;padding:24px;display:grid}.site-access-shell>section{border:1px solid var(--line);background:var(--paper);border-radius:18px;width:min(100%,320px);padding:24px;box-shadow:0 16px 50px #00000014}.site-access-shell p{color:var(--muted);margin:10px 0 20px;font-size:15px}.site-access-form{gap:8px;display:flex}.site-access-form input{border:1px solid var(--line);background:var(--paper);border-radius:11px;flex:1;min-width:0;padding:11px 12px}.site-access-form button{background:var(--ink);color:var(--paper);border-radius:11px;padding:11px 15px;font-weight:600}.site-access-form button:disabled{opacity:.55}.site-not-found{color:var(--muted);align-content:center;gap:5px}.site-not-found strong{color:var(--ink);font-size:30px}.admin-login-shell h1{letter-spacing:-.03em;margin:5px 0 7px;font-size:32px}.admin-login-shell section>p:not(.eyebrow){color:var(--muted);margin:0}.admin-login-form{flex-direction:column;gap:10px;margin-top:24px;display:flex}.admin-login-form input,.verification-code-input{border:1px solid var(--line);background:var(--paper);border-radius:12px;width:100%;padding:13px 14px}.admin-login-form button{background:var(--ink);color:var(--paper);border-radius:12px;padding:13px 16px;font-weight:600}.admin-login-form p,.mock-code{color:var(--muted);margin:0;font-size:13px}.verification-code-input{font-variant-numeric:tabular-nums;letter-spacing:.25em;text-align:center;font-size:24px}.mock-code{text-align:center}.sheet-secondary-action{color:var(--muted);background:0 0;align-self:center;padding:4px;font-size:14px}.manage-reminder-form{flex-direction:column;gap:14px;display:flex}.manage-reminder-form label{flex-direction:column;gap:6px;display:flex}.manage-reminder-form label>span{color:var(--muted);font-size:13px;font-weight:600}.manage-reminder-form input,.manage-reminder-form textarea{border:1px solid var(--line);background:var(--paper);border-radius:12px;outline:0;width:100%;padding:12px 14px}.manage-reminder-form textarea{resize:vertical;min-height:82px;line-height:1.4}.manage-reminder-form input:focus,.manage-reminder-form textarea:focus{border-color:var(--ink)}.cancel-confirmation{background:#fff8f6;border:1px solid #efd4cf;border-radius:12px;padding:14px}.cancel-confirmation p,.manage-error{text-align:center;margin:0;font-size:14px;line-height:1.4}.cancel-confirmation>div{justify-content:center;gap:18px;margin-top:12px;display:flex}.cancel-confirmation button{background:0 0;padding:4px;font-size:14px;font-weight:600}.cancel-confirmation .danger-action{color:var(--red)}@media (min-width:641px){.sheet-backdrop{align-items:center;padding:24px}.bottom-sheet{border-radius:22px;max-height:calc(100dvh - 48px)}}@media (max-width:640px){.admin-shell{width:calc(100% - 40px);padding-top:40px}.admin-header,.admin-section-heading{flex-direction:column;gap:10px}.tone-row{grid-template-columns:1fr}.admin-events>div{grid-template-columns:1fr;gap:3px;padding:10px 14px}}@media (max-height:720px){.phone-content,.shared-shell{padding-top:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
