:root{--navy:#1b3d6e;--red:#d42b2b;--app-bg:#c5d8f0;--mid-blue:#5b8db8;--white:#fff;--text:#1a1a1a;--text-light:#6b7c93;--radius:10px;--gap:16px;--shadow:0 2px 12px #1b3d6e1f;--app-max:600px;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--app-bg);-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer;border-radius:var(--radius);border:none;padding:12px 18px}button:disabled{opacity:.6;cursor:not-allowed}input{font:inherit;border-radius:var(--radius);background:var(--white);border:1px solid #c3cede;width:100%;padding:12px 14px}input:focus-visible,button:focus-visible{outline:2px solid var(--mid-blue);outline-offset:2px}.centered{min-height:100%;padding:var(--gap);place-items:center;display:grid}.card{background:var(--white);width:100%;max-width:400px;box-shadow:var(--shadow);border-radius:14px;padding:32px 28px}.card h1{color:var(--navy);margin:0 0 4px;font-size:1.5rem}.card.is-centered,.card.is-centered .stack{text-align:center}.card p.subtitle{color:var(--text-light);margin:0 0 24px;font-size:.925rem}.stack{gap:12px;display:grid}.btn-primary{background:var(--navy);color:var(--white);width:100%}.btn-google{background:var(--white);color:var(--text);border:1px solid #c3cede;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.login{background:var(--white);min-height:100%;padding:24px;padding-bottom:max(24px, env(safe-area-inset-bottom));place-items:center;display:grid}.login-inner{gap:8px;width:100%;max-width:420px;display:grid}.login-brand{place-items:center;display:grid}.login-brand img{width:100%;max-width:380px;height:auto}.login-actions{gap:12px;display:grid}.btn-brand,.btn-outline{border-radius:12px;justify-items:center;gap:2px;width:100%;min-height:56px;padding:15px 24px;display:grid}.btn-brand{background:var(--navy);color:var(--white)}.btn-outline{background:var(--white);color:var(--navy);border:1.5px solid var(--navy)}a.btn-outline{box-sizing:border-box;align-content:center;text-decoration:none}.btn-title{font-size:1rem;font-weight:700}.btn-sub{font-size:.75rem}.btn-brand .btn-sub{color:#ffffffb3}.btn-outline .btn-sub{color:#6b7280}.btn-link{color:var(--text-light);background:0 0;padding:8px;font-size:.875rem}.divider{color:var(--text-light);align-items:center;gap:12px;margin:22px 0;font-size:.8rem;display:flex}.divider:before,.divider:after{content:"";background:#dde4ee;flex:1;height:1px}.form-title,.form-sub,.form-hint{text-align:center}.form-title{color:var(--text);margin:0;font-size:1.35rem}.form-sub,.form-hint{color:var(--text-light);margin:0;line-height:1.5}.form-sub{margin-top:-6px;font-size:.9rem}.form-hint{font-size:.8rem}.error,.notice{border-radius:var(--radius);text-align:center;margin-bottom:14px;padding:10px 14px;font-size:.875rem;line-height:1.45}.error{color:var(--red);background:#fdeaea}.notice{color:var(--navy);background:#eef4fc}.setup-list{color:var(--text-light);margin:0;padding-left:20px;font-size:.875rem;line-height:1.7}.setup-list code{color:var(--navy);font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.85em}.shell{height:100%;max-width:var(--app-max);background:var(--app-bg);flex-direction:column;margin:0 auto;display:flex}@media (width>=640px){.shell{box-shadow:0 0 0 1px #1b3d6e14, var(--shadow)}}.shell header{background:var(--navy);color:var(--white);min-height:62px;padding:18px;padding-top:max(18px, env(safe-area-inset-top));grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;display:grid}.shell header>:first-child{justify-self:start}.shell header>:last-child{justify-self:end}.shell header h1{margin:0;font-size:1.15rem;font-weight:600}.shell header button{color:var(--white);background:0 0;border:1px solid #fff6;padding:7px 13px;font-size:.88rem}.shell main{padding:var(--gap);flex:1;overflow-y:scroll}.shell header h1{text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.shell header .header-actions{align-items:center;gap:8px;display:flex}.icon-button{padding:6px 10px;font-size:1.05rem;line-height:1}.icon-button.is-spinning{animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.icon-button.is-spinning{opacity:.5;animation:none}}.empty{text-align:center;color:var(--text-light);margin-top:64px;font-size:.925rem;line-height:1.6}.picker-controls{margin-bottom:var(--gap);gap:10px;display:grid}.filter-bar{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--white);min-width:fit-content;color:var(--navy);border:1px solid #c3cede;flex:1;padding:7px 14px;font-size:.85rem;font-weight:600}.chip:hover{background:#f2f7fd}.chip.is-active{background:var(--navy);color:var(--white);border-color:var(--navy)}.list{background:var(--white);border-radius:var(--radius);margin:0;padding:0;list-style:none;overflow:hidden}.list li+li{border-top:1px solid #eef1f6}.row{background:var(--white);width:100%;color:inherit;text-align:left;border-radius:0;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.row:hover{background:#f6f9fd}.avatar{background:var(--app-bg);width:44px;height:44px;color:var(--navy);border-radius:50%;flex:none;place-items:center;font-weight:600;display:grid}.row-body{flex:1;gap:2px;min-width:0;display:grid}.row-top{justify-content:space-between;gap:8px;display:flex}.row-name,.row-preview{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.row-time{color:var(--text-light);flex:none;font-size:.8rem}.row-preview{color:var(--text-light);font-size:.875rem}.row.is-unread .row-name{font-weight:700}.row.is-unread .row-preview{color:var(--text)}.row.is-unread .avatar:after{content:"";background:var(--red);border:2px solid var(--white);border-radius:50%;width:11px;height:11px;position:absolute;top:-1px;right:-1px}.row.is-unread .avatar{position:relative}.new-divider{letter-spacing:.04em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;margin:12px 0 8px;font-size:.72rem;font-weight:700;display:flex}.new-divider:before,.new-divider:after{content:"";opacity:.35;background:currentColor;flex:1;height:1px}.archive{color:var(--red);background:0 0;border:1px solid #f0d2d2;flex:none;padding:6px 10px;font-size:.8rem}.archive.unarchive{color:var(--navy);border-color:#c3cede}.install-banner{left:50%;bottom:max(12px, env(safe-area-inset-bottom));z-index:20;background:var(--navy);width:calc(100% - 24px);max-width:520px;color:var(--white);border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 16px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 6px 24px #1b3d6e4d}.install-text{flex:1;gap:2px;min-width:180px;font-size:.85rem;display:grid}.install-actions{gap:8px;display:flex}.install-go{background:var(--white);color:var(--navy);padding:9px 16px;font-weight:700}.install-later{color:#ffffffd9;background:0 0;border:1px solid #fff6;padding:9px 14px}.panel{background:var(--white);border-radius:var(--radius);margin:0 auto var(--gap);max-width:520px;padding:18px}.panel h2{color:var(--navy);margin:0 0 4px;font-size:1rem}.panel-note{color:var(--text-light);margin:0 0 14px;font-size:.825rem;line-height:1.5}.panel-note:last-child{margin:14px 0 0}.version-line{text-align:center;color:var(--text-light);margin:18px 0 8px;font-size:.75rem;line-height:1.6}.sound-list{border:1px solid #eef1f6}.sound-row.is-selected{background:#f2f7fd}.sound-row .tick{color:var(--navy);font-weight:700}.thread{flex-direction:column;gap:8px;display:flex}.load-older{color:var(--navy);cursor:pointer;background:#f3f4f6;border:none;border-radius:16px;align-self:center;margin-bottom:6px;padding:7px 16px;font-size:.8rem;font-weight:600}.load-older:disabled{cursor:default;opacity:.6}.day-divider{text-align:center;color:var(--text-light);margin:14px 0 6px;font-size:.75rem}.bubble{max-width:min(78%,520px);box-shadow:var(--shadow);border-radius:16px;width:fit-content;margin-bottom:8px;padding:9px 13px}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.bubble time{opacity:.65;margin-top:4px;font-size:.7rem;display:block}.bubble.mine{background:var(--navy);color:var(--white);border-bottom-right-radius:4px;margin-left:auto}.receipt-label{width:fit-content;color:var(--text-light);margin:-4px 4px 8px auto;font-size:.7rem}.receipt-label.is-read{color:#6b7280;font-weight:600}.bubble.theirs{background:var(--white);border-bottom-left-radius:4px}.tag-sms{color:var(--text-light);letter-spacing:.05em;vertical-align:middle;background:#eef2f8;border-radius:5px;margin-left:8px;padding:1px 6px;font-size:.62rem;font-weight:700;display:inline-block}.composer-notice{padding:14px 16px;padding-bottom:max(14px, env(safe-area-inset-bottom));color:var(--text-light);background:#eef2f8;border-top:1px solid #dde4ee;gap:3px;font-size:.8rem;line-height:1.5;display:grid}.composer-notice strong{color:var(--text)}.bubble-media-wrap{display:block}.bubble-download{color:inherit;opacity:.8;margin-bottom:6px;font-size:.72rem;font-weight:600;display:inline-block}.channel-tag{letter-spacing:.04em;background:var(--mid-blue);color:var(--white);border-radius:6px;margin-bottom:4px;padding:1px 6px;font-size:.65rem;display:inline-block}.bubble-media{border-radius:10px;max-width:100%;margin-bottom:6px;display:block}.composer{padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:var(--white);border-top:1px solid #e6ecf4;gap:8px;display:flex}.composer input{flex:1;width:auto;min-width:0}.composer .btn-primary{flex:none;width:auto}.error-composer{border-top:1px solid #f5d0d0;border-radius:0;margin:0}.attach-button{background:var(--app-bg);width:38px;height:38px;color:var(--navy);cursor:pointer;border:none;border-radius:19px;flex:none;align-self:center;padding:0;font-size:1.1rem;font-weight:700;line-height:1}.attach-button:disabled{opacity:.5;cursor:default}.attach-preview{margin:0 12px;padding-top:8px;display:inline-block;position:relative}.attach-preview img{object-fit:cover;border:1px solid #dde4ee;border-radius:8px;width:72px;height:72px;display:block}.attach-remove{border:2px solid var(--white);background:var(--red);width:22px;height:22px;color:var(--white);cursor:pointer;border-radius:11px;padding:0;font-size:.7rem;line-height:1;position:absolute;top:2px;right:-8px}.channel-switch{padding:8px var(--gap) 0;max-width:var(--app-max);gap:6px;width:100%;margin:0 auto;display:flex}.channel-option{background:var(--white);color:var(--navy);border-radius:var(--radius);border:1px solid #c3cede;flex:1;padding:6px 12px;font-size:.82rem;font-weight:600}.channel-option:hover:not(:disabled){background:#f2f7fd}.channel-option.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.channel-note{max-width:var(--app-max);width:100%;padding:8px var(--gap) 0;color:var(--text-light);margin:0 auto;font-size:.78rem}.contact-actionable{cursor:default;width:100%}.row-actions{flex-shrink:0;gap:6px;margin-left:auto;display:flex}.action-btn{background:var(--white);color:var(--navy);border-radius:var(--radius);border:1px solid #c3cede;padding:6px 12px;font-size:.8rem;font-weight:600}.action-btn:hover:not(:disabled){background:#f2f7fd}.action-btn:disabled{opacity:.5}.tag{color:var(--mid-blue);text-transform:uppercase;letter-spacing:.3px;vertical-align:middle;background:#eef3fa;border-radius:999px;margin-left:8px;padding:1px 7px;font-size:.68rem;font-weight:700;display:inline-block}.app-frame{flex-direction:column;height:100%;display:flex}.app-view{flex-direction:column;flex:1;min-height:0;display:flex}.app-view>.shell{flex:1;width:100%;min-height:0}.bottom-nav{width:100%;max-width:var(--app-max);background:var(--white);padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #e3e9f2;flex:none;margin:0 auto;display:flex}.nav-tab{color:#9ca3af;background:0 0;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:64px;padding:10px 4px 9px;display:flex}.nav-tab.is-active{color:var(--navy)}.nav-icon{font-size:1.55rem;line-height:1}.nav-label{letter-spacing:.2px;font-size:.72rem;font-weight:600}.broadcast-body{width:100%;font:inherit;border-radius:var(--radius);resize:vertical;background:var(--white);color:var(--text);border:1px solid #c3cede;padding:10px 12px}.broadcast-actions{padding:10px var(--gap);max-width:var(--app-max);background:var(--app-bg);border-top:1px solid #d6e0ee;flex:none;width:100%;margin:0 auto}.broadcast-actions .btn-primary{width:100%}.broadcast-quote{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 8px;font-size:1rem;line-height:1.45}.row.is-selected{background:#eaf2fd}.check{color:var(--navy);flex-shrink:0;margin-left:auto;font-weight:700}.dial-input{width:100%;font:inherit;letter-spacing:1px;border-radius:var(--radius);background:var(--white);color:var(--text);border:1px solid #c3cede;margin-bottom:8px;padding:10px 12px;font-size:1.15rem}.dial-button{width:100%}.audio-row{justify-content:space-between;align-items:center;gap:10px;padding:5px 0;font-size:.88rem;display:flex}.audio-row select{font:inherit;border-radius:var(--radius);background:var(--white);color:var(--text);border:1px solid #c3cede;max-width:62%;padding:5px 8px;font-size:.85rem}.section-heading{text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);margin:4px 0 8px 2px;font-size:.78rem}.call-overlay{z-index:100;padding:var(--gap);background:#1020388c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.call-card{background:var(--white);box-shadow:var(--shadow);text-align:center;border-radius:14px;flex-direction:column;width:100%;max-width:360px;min-height:200px;padding:26px 22px 20px;display:flex}.call-status{text-transform:uppercase;letter-spacing:.6px;color:var(--text-light);font-variant-numeric:tabular-nums;margin:0 0 10px;font-size:.78rem}.call-who{overflow-wrap:anywhere;margin:0;font-size:1.3rem;font-weight:600}.call-sub{color:var(--text-light);margin:3px 0 0;font-size:.9rem}.call-actions{gap:10px;margin-top:auto;padding-top:20px;display:flex}.call-btn{border-radius:var(--radius);background:var(--white);color:var(--navy);border:1px solid #c3cede;flex:1;padding:12px 10px;font-size:.95rem;font-weight:600}.call-btn.is-on{background:var(--navy);color:var(--white);border-color:var(--navy)}.call-answer{color:var(--white);background:#0f8a4a;border-color:#0f8a4a}.call-end{background:var(--red);border-color:var(--red);color:var(--white)}.toggle-row,.avail-row{align-items:center;gap:10px;padding:7px 0;font-size:.9rem;display:flex}.toggle-row{justify-content:space-between}.toggle-row input[type=checkbox]{width:20px;height:20px;accent-color:var(--navy);flex:none}.avail-day{color:var(--text-light);flex:0 0 82px;font-size:.85rem}.avail-row select{font:inherit;border-radius:var(--radius);background:var(--white);color:var(--text);border:1px solid #c3cede;padding:5px 8px;font-size:.85rem}.avail-times{gap:6px;margin-left:auto;display:flex}.avail-times input[type=time]{width:auto;padding:4px 6px;font-size:.82rem}.profile-head{text-align:center}.avatar-large{width:72px;height:72px;color:var(--navy);letter-spacing:.5px;background:#dbe7f7;border-radius:50%;place-items:center;margin:4px auto 12px;font-size:1.6rem;font-weight:700;display:grid}.profile-name{margin:0;font-size:1.3rem}.profile-role{color:var(--text-light);margin:2px 0 0;font-size:.9rem}.info-row{justify-content:space-between;align-items:baseline;gap:14px;padding:8px 0;font-size:.9rem;display:flex}.info-row+.info-row{border-top:1px solid #eef1f6}.info-label{color:var(--text-light);flex:none}.info-value{text-align:right;overflow-wrap:anywhere}.audio-warning{text-align:left;justify-content:space-between;align-items:center;gap:12px;display:flex}.voicemail{background:var(--white);padding:12px 14px 18px}.voicemail.is-unheard{border-left:3px solid var(--navy)}.voicemail-head{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.voicemail-audio{width:100%;height:34px}.voicemail-actions{gap:6px;margin-top:10px;margin-bottom:2px;display:flex}.tab-note{padding:0 var(--gap);text-align:center;color:var(--navy);opacity:.72;flex-direction:column;align-items:center;gap:2px;margin:18px 0 4px;font-size:.78rem;line-height:1.5;display:flex}main>.filter-bar{margin-bottom:14px}.list-end{text-align:center;color:var(--text-light);margin:10px 0 0;font-size:.78rem}.avail-save{margin-top:16px}
