:root{color:#18181b;background:#e9eaed;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--blue: #0674e7;--blue-dark: #005fc2;--red: #d92d20;--green: #248a3d;--surface: #ffffff;--canvas: #f4f5f7;--muted: #71717a;--line: rgba(24, 24, 27, .09);--shadow: 0 1px 2px rgba(24, 24, 27, .04), 0 10px 28px rgba(24, 24, 27, .065);--shadow-raised: 0 2px 4px rgba(24, 24, 27, .05), 0 18px 44px rgba(24, 24, 27, .09);--accent: #6138ef;--accent-soft: #f2ecff;--orange: #fa4f0f}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;overscroll-behavior:none}button,input,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(0,113,227,.28);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.48}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.app-stage{min-height:100dvh;display:grid;place-items:center;padding:24px}.phone-shell{width:min(100%,460px);min-height:min(900px,calc(100dvh - 48px));height:min(900px,calc(100dvh - 48px));background:radial-gradient(circle at 85% 5%,#ebe5ff 0,transparent 43%),radial-gradient(circle at 4% 97%,#fff0ee 0,transparent 39%),#f8f7ff;border-radius:30px;box-shadow:0 24px 70px #18181b2e;overflow:hidden;position:relative;display:flex;flex-direction:column}.phone-shell:not(.auth-shell)>.mobile-header{display:block;flex:none;min-height:auto;padding:calc(18px + env(safe-area-inset-top)) 18px 18px;background:transparent;border:0;backdrop-filter:none;-webkit-backdrop-filter:none}.phone-shell:not(.auth-shell)>.mobile-header h1{font-size:30px;line-height:1.07}.phone-shell:not(.auth-shell)>.screen-content{padding-top:2px}.mobile-header,.sub-header{min-height:96px;padding:calc(19px + env(safe-area-inset-top)) 20px 15px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fafafbe6;border-bottom:1px solid var(--line);backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);position:relative;z-index:3}.sub-header{justify-content:flex-start}.sub-header>div:nth-child(2){flex:1;min-width:0}.sub-header h1{font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-spacer{width:44px}.mobile-header h1{font-size:30px;line-height:1.05;letter-spacing:-.04em}.header-copy{min-width:0}.header-subtitle{color:var(--muted);font-size:12px;line-height:1.35;margin-top:6px}.ios-brand-header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.ios-brand-header>span:last-child{display:grid;gap:2px}.ios-brand-header strong{color:var(--orange);font-size:12px;font-weight:850;letter-spacing:.055em}.ios-brand-header small{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.04em}.ios-brand-symbol{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:33px;font-weight:900;line-height:1;transform:rotate(8deg);background:linear-gradient(135deg,#ffbf24,#ff6716 54%,#e6272f);box-shadow:0 6px 14px #ee501a30}.eyebrow{color:var(--muted);font-size:12px;line-height:1.3;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.brand-mark{width:44px;height:44px;border-radius:14px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #0674e71a,0 5px 14px #0674e714}.brand-mark.large{width:56px;height:56px;border-radius:16px}.screen-content,.detail-content,.recording-content{flex:1;overflow-y:auto;padding:22px 18px calc(92px + env(safe-area-inset-bottom))}.detail-content,.recording-content{padding-bottom:calc(28px + env(safe-area-inset-bottom))}.full-screen-view{min-height:0;flex:1;display:flex;flex-direction:column}.section-heading-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.section-heading-row h2{font-size:20px;line-height:1.15;letter-spacing:-.03em}.section-heading-row p{color:var(--muted);font-size:14px;margin-top:4px;line-height:1.45}.section-detail{margin-left:auto;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.week-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:30px}.week-day{height:58px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#ffffffbf;color:var(--muted)}.week-day span{font-size:10px;font-weight:700;text-transform:uppercase}.week-day strong{font-size:17px;font-variant-numeric:tabular-nums}.week-day.current{background:var(--accent);color:#fff;box-shadow:0 7px 16px #6138ef3b}.icon-button{width:44px;height:44px;min-width:44px;border:0;background:#ffffffb8;border-radius:13px;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 0 0 1px #18181b11;transition:background-color .14s ease,color .14s ease,transform .1s ease,box-shadow .14s ease}.icon-button:hover{background:#fff;color:var(--blue);box-shadow:inset 0 0 0 1px #0674e724,0 5px 14px #18181b0f}.icon-button:active{transform:scale(.96)}.card-list,.history-list,.detail-stack,.profile-stack{display:grid;gap:12px}.appointment-card,.result-card,.profile-card,.select-card,.info-card{background:var(--surface);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.appointment-card{border-radius:24px;box-shadow:0 2px 5px #482c7a09,0 14px 32px #21184314}.appointment-main{display:flex;gap:15px;padding:17px}.time-tile{width:76px;min-width:76px;min-height:76px;border-radius:17px;background:#eaf0ff;color:#116de3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-variant-numeric:tabular-nums}.time-tile strong{font-size:14px;letter-spacing:-.01em}.appointment-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.appointment-copy h3{font-size:18px;line-height:1.2;letter-spacing:-.02em}.appointment-title-row{display:flex;align-items:flex-start;width:100%;gap:6px}.appointment-title-row h3{flex:1}.appointment-status{flex:none;min-height:24px;padding:3px 9px;border-radius:999px;display:inline-flex;align-items:center;background:#e4f6f0;color:#11875b;font-size:11px;font-weight:800}.appointment-status.processing{background:#fff0e9;color:#df4b16}.appointment-status.upload_pending,.appointment-status.failed{background:#fff0e9;color:#c24a23}.appointment-status.completed{background:#ecf0ff;color:var(--accent)}.appointment-copy p{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;color:var(--muted)}.contact-address{display:flex;align-items:flex-start;gap:10px;padding:12px;margin:0 16px 16px;border-radius:13px;background:#f7f3ff}.contact-address>svg{color:var(--accent);flex:none;margin-top:3px}.contact-address span{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.1em}.contact-address p{color:#383442;font-size:13px;line-height:1.35;margin-top:3px}.record-button,.completed-button{width:100%;min-height:54px;border:0;border-top:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--blue);font-weight:750;cursor:pointer;transition:background-color .14s ease,color .14s ease,transform .1s ease}.record-button{color:var(--accent)}.record-button>svg:last-child,.completed-button>svg:last-child{margin-left:auto}.record-button,.completed-button{padding:0 18px}.processing-visit{min-height:54px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:9px;color:var(--orange);font-weight:750}.record-button:active,.completed-button:active{transform:scale(.98)}.record-button:hover,.completed-button:hover{background:#f8fbff}.record-dot{width:14px;height:14px;border-radius:50%;background:var(--red);box-shadow:inset 0 0 0 3px #fff,0 0 0 1px #d92d204d}.completed-button{color:var(--green)}.snapshot-heading{margin-top:32px}.snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.snapshot-card{min-height:113px;padding:15px;border-radius:22px;background:#ffffffeb;box-shadow:var(--shadow);display:grid;grid-template-columns:40px 1fr;grid-template-rows:40px 1fr;column-gap:10px;align-items:center}.snapshot-card>span{color:var(--muted);font-size:12px}.snapshot-card>strong{grid-column:1 / -1;align-self:end;font-size:25px;font-variant-numeric:tabular-nums}.insights-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}.insight-overview{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px;margin-bottom:28px;border-radius:24px;background:#ffffffed;box-shadow:var(--shadow)}.insight-overview>div:first-child{min-width:0}.insight-overview strong{font-size:16px}.insight-overview p{color:var(--muted);font-size:12px;margin-top:10px}.insight-overview span{color:var(--accent);font-size:12px;font-weight:700;display:block;margin-top:5px}.insight-ring{width:76px;height:76px;min-width:76px;border-radius:50%;border:8px solid var(--accent-soft);display:grid;place-items:center;color:var(--accent);font-size:22px;font-weight:800;font-variant-numeric:tabular-nums}.metric-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center}.metric-icon.purple{background:#efe9ff;color:var(--accent)}.metric-icon.orange{background:#ffebe8;color:var(--orange)}.metric-icon.blue{background:#e7efff;color:#126eeb}.metric-icon.green{background:#e4f6f0;color:#119766}.empty-card{text-align:center;background:var(--surface);border-radius:22px;padding:34px 24px;box-shadow:var(--shadow-raised)}.empty-icon{width:52px;height:52px;margin:0 auto 15px;display:grid;place-items:center;border-radius:15px;background:#eef6ff;color:var(--blue)}.empty-card h3{font-size:19px}.empty-card p{color:var(--muted);line-height:1.5;font-size:14px;margin:8px 0 20px}.primary-button,.secondary-button,.hero-record-button,.finish-button{border:0;min-height:52px;border-radius:14px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:750;cursor:pointer;transition:background-color .14s ease,color .14s ease,transform .1s ease,box-shadow .14s ease}.primary-button{color:#fff;background:var(--blue);box-shadow:0 7px 18px #0674e73b}.primary-button:hover{background:var(--blue-dark)}.primary-button:active,.secondary-button:active,.hero-record-button:active,.finish-button:active{transform:scale(.96)}.secondary-button{background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.secondary-button.full{width:100%}.privacy-note,.info-card{display:flex;gap:10px;align-items:flex-start;color:var(--muted);margin-top:18px;padding:0 8px}.privacy-note svg,.info-card svg{color:var(--green);min-width:17px}.privacy-note p,.info-card p{font-size:12px;line-height:1.5}.bottom-nav{position:absolute;z-index:4;bottom:calc(8px + env(safe-area-inset-bottom));left:50%;right:auto;width:min(410px,calc(100% - 36px));height:65px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);transform:translate(-50%);background:#ffffffd1;border:1px solid rgba(97,56,239,.08);border-radius:999px;box-shadow:0 12px 35px #2b1d591a;backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%)}.nav-brand{display:none}.bottom-nav button{min-height:54px;border:0;border-radius:999px;background:transparent;color:#77777c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:700;cursor:pointer;transition:color .14s ease,background-color .14s ease,transform .1s ease}.bottom-nav button.active{color:var(--accent);background:#6138ef17}.bottom-nav button:active{transform:scale(.96)}.auth-shell{justify-content:center}.auth-hero{display:none}.auth-content{padding:34px 26px}.auth-content>.brand-mark{margin-bottom:28px}.auth-content h1{font-size:38px;letter-spacing:-.04em;margin-top:4px}.auth-subtitle{color:var(--muted);line-height:1.55;margin-top:10px;max-width:340px}.auth-form{display:grid;gap:14px;margin-top:34px}.auth-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.auth-form input,.contact-search input,.select-card select{width:100%;min-height:50px;border-radius:13px;border:1px solid rgba(24,24,27,.13);background:#fff;padding:0 14px;color:#18181b;box-shadow:0 1px 2px #18181b08}.auth-form .primary-button{width:100%;margin-top:5px}.fine-print{margin-top:18px;color:var(--muted);text-align:center;font-size:12px}.inline-error{color:#b42318;font-size:13px;line-height:1.45}.centered-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center;background:var(--canvas)}.centered-page.padded{padding:30px}.centered-page p{color:var(--muted);max-width:430px}.muted{color:var(--muted)}.setup-section h2,.consent-card h2{font-size:18px}.selected-contact{background:#fff;margin-top:12px;min-height:76px;padding:13px;border-radius:18px;display:flex;align-items:center;gap:11px;box-shadow:var(--shadow)}.selected-contact>div:nth-child(2){flex:1;min-width:0;display:grid;gap:3px}.selected-contact span{color:var(--muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar,.profile-avatar{width:44px;height:44px;border-radius:50%;background:#e8f2ff;color:var(--blue);display:grid;place-items:center;font-weight:800}.contact-search{position:relative;margin-top:12px}.contact-search>svg:first-child{position:absolute;left:14px;top:16px;color:var(--muted)}.contact-search>svg.spin{position:absolute;right:14px;top:16px}.contact-search input{padding-left:43px}.search-results{position:absolute;z-index:8;top:56px;left:0;right:0;border-radius:14px;background:#fff;box-shadow:0 18px 50px #0000002e;padding:6px}.search-results button{width:100%;min-height:54px;border:0;background:transparent;border-radius:10px;text-align:left;padding:8px 10px;display:grid;gap:2px;cursor:pointer}.search-results button:hover{background:#f2f7fd}.search-results small{color:var(--muted)}.consent-card{background:#fff;border-radius:20px;margin-top:18px;padding:18px;box-shadow:var(--shadow)}.consent-heading{display:flex;gap:10px;align-items:flex-start}.consent-heading>svg{color:var(--green)}.consent-heading p{color:var(--muted);font-size:13px;margin-top:3px}.consent-card blockquote{margin:15px 0;padding:13px 14px;border-radius:12px;background:#f6f7f8;font-size:14px;line-height:1.5}.check-row{position:relative;min-height:48px;display:flex;align-items:center;gap:11px;cursor:pointer;font-size:14px;font-weight:600}.check-row input{position:absolute;opacity:0}.custom-check{width:24px;height:24px;min-width:24px;border-radius:7px;border:1px solid rgba(0,0,0,.18);display:grid;place-items:center;color:transparent}.check-row input:checked+.custom-check{background:var(--blue);border-color:var(--blue);color:#fff}.hero-record-button,.finish-button{width:100%;min-height:58px;margin-top:20px;color:#fff;background:var(--red);box-shadow:0 8px 20px #d92d2038}.recording-help{color:var(--muted);text-align:center;font-size:12px;line-height:1.5;padding:0 20px;margin-top:12px}.active-recording{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.recording-customer{padding:9px 13px;border-radius:999px;background:#fff;display:flex;gap:7px;align-items:center;font-weight:700;font-size:14px;box-shadow:var(--shadow)}.recording-orb{width:138px;height:138px;border-radius:50%;margin:38px 0 22px;display:grid;place-items:center;background:#fff;color:var(--red);box-shadow:0 0 0 12px #d92d2012,0 20px 50px #00000021}.recording-label{color:var(--muted);font-size:14px;font-weight:700}.recording-timer{font-size:48px;font-weight:750;letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin-top:6px}.recording-limit{color:var(--muted);font-size:12px;margin-top:5px}.finish-button{margin-top:38px}.text-button{min-height:44px;padding:0 8px;border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.text-button.danger{color:#b42318;margin-top:6px}.progress-ring{--progress: 0deg;width:128px;height:128px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--blue) var(--progress),#dfe5ec 0);position:relative}.progress-ring:after{content:"";position:absolute;inset:10px;border-radius:50%;background:var(--canvas)}.progress-ring span{z-index:1;font-weight:800;font-size:24px;font-variant-numeric:tabular-nums}.active-recording h2{margin-top:24px}.active-recording>p:not(.recording-label):not(.recording-timer):not(.recording-limit){max-width:320px;color:var(--muted);line-height:1.5;margin-top:8px}.progress-track{width:100%;height:8px;background:#dfe5ec;border-radius:999px;margin-top:26px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--blue);border-radius:inherit;transition:width .15s ease}.history-row{width:100%;min-height:78px;border:0;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;gap:12px;padding:12px 14px;text-align:left;cursor:pointer;transition:background-color .14s ease,transform .1s ease}.history-row:first-child{border-radius:17px 17px 0 0}.history-row:last-child{border-bottom:0;border-radius:0 0 17px 17px}.history-row:only-child{border-radius:17px}.history-row:hover{background:#f7faff}.history-row:active{transform:scale(.99)}.status-icon{width:42px;height:42px;min-width:42px;border-radius:12px;display:grid;place-items:center;color:var(--blue);background:#e8f2ff}.status-icon.completed{color:var(--green);background:#ebf8ee}.status-icon.failed{color:var(--red);background:#fff0ef}.history-copy{flex:1;min-width:0;display:grid;gap:4px}.history-copy strong,.history-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-copy em{color:var(--accent);font-size:12px;font-style:normal;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-copy span{color:var(--muted);font-size:12px;text-transform:capitalize}.score-pill,.small-badge{min-width:38px;min-height:27px;padding:5px 8px;border-radius:999px;background:#ebf8ee;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums;text-transform:capitalize}.processing-card,.error-card{background:#fff;border-radius:17px;padding:22px;text-align:center;box-shadow:var(--shadow)}.processing-card svg{color:var(--blue)}.processing-card h2,.error-card h2{font-size:18px;margin-top:12px;text-transform:capitalize}.processing-card p,.error-card p{color:var(--muted);font-size:13px;line-height:1.5;margin-top:6px}.error-card{background:#fff5f4;color:#8a1f17;margin-bottom:14px}.error-card button{margin-top:12px;min-height:44px;border:0;background:transparent;color:#8a1f17;font-weight:800;cursor:pointer}.warning-card{max-width:330px;margin:0 auto 18px;padding:12px 14px;border-radius:12px;background:#fff8e6;color:#704f00;font-size:13px;line-height:1.45;text-align:left}.result-hero{background:#17223a;color:#fff;border-radius:20px;padding:18px;display:flex;gap:16px;align-items:center;box-shadow:0 14px 34px #17223a38}.result-score{width:74px;height:74px;min-width:74px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#17223a}.result-score strong{font-size:27px;line-height:1;font-variant-numeric:tabular-nums}.result-score span{color:var(--muted);font-size:10px;margin-top:3px}.result-hero .eyebrow{color:#a9bad7}.result-hero h2{font-size:18px;margin-top:3px}.detail-tabs{display:flex;gap:4px;overflow-x:auto;padding:16px 0 12px;scrollbar-width:none}.detail-tabs::-webkit-scrollbar{display:none}.detail-tabs button{min-height:40px;padding:0 13px;border:0;border-radius:10px;background:transparent;color:var(--muted);text-transform:capitalize;font-size:13px;font-weight:750;cursor:pointer}.detail-tabs button[aria-selected=true]{background:#fff;color:var(--blue);box-shadow:inset 0 0 0 1px var(--line)}.result-card{padding:15px}.result-card-heading{display:flex;gap:9px;align-items:center}.result-card-heading h3{flex:1;font-size:15px}.result-card-icon{width:34px;height:34px;min-width:34px;border-radius:10px;background:#e8f2ff;color:var(--blue);display:grid;place-items:center}.result-card-body{padding:10px 2px 0 43px;color:#3b3b40;font-size:14px;line-height:1.55}.result-card-body ul{padding-left:18px;margin:0}.transcript-list{display:grid;gap:10px}.transcript-bubble{width:90%;background:#fff;border-radius:16px 16px 16px 5px;padding:13px 14px;box-shadow:0 1px 3px #0000000f}.transcript-bubble.customer{margin-left:auto;background:#e8f2ff;border-radius:16px 16px 5px}.transcript-bubble>div{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:var(--muted)}.transcript-bubble p{margin-top:6px;font-size:14px;line-height:1.5}.empty-inline{color:var(--muted);text-align:center;padding:30px 12px}.profile-card{display:flex;gap:13px;padding:18px;align-items:center}.profile-avatar{width:52px;height:52px;min-width:52px}.profile-card h2{font-size:18px}.profile-card p{color:var(--muted);font-size:13px;margin-top:4px}.select-card{display:grid;gap:7px;padding:14px 16px}.select-card>span{font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.select-card select{min-height:46px}.info-card{margin:0;padding:16px}.info-card strong{font-size:14px}.info-card p{margin-top:4px}.coach-screen{display:grid;gap:18px}.coach-orb{width:150px;height:150px;margin:4px auto 0;border-radius:50%;display:grid;place-items:center;color:#fff;background:conic-gradient(from 25deg,var(--accent),#3988f5,#43c2de,var(--accent),#ef58a0,var(--accent));box-shadow:0 14px 34px #6138ef30}.coach-screen>h2{max-width:310px;margin:0 auto;text-align:center;font-size:22px;line-height:1.18}.coach-modes{display:flex;gap:9px}.coach-modes button{min-height:48px;flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:7px;border:0;border-radius:15px;background:#fff;font-size:12px;font-weight:750;cursor:pointer}.coach-modes button.selected{color:var(--accent);background:var(--accent-soft)}.coach-response{min-height:155px;padding:19px;border-radius:22px;background:#fffffff0;box-shadow:var(--shadow)}.coach-response h3{font-size:18px;margin-top:9px}.coach-response p{color:var(--muted);font-size:13px;line-height:1.5;margin-top:7px}.coach-response .text-button{margin-top:8px;display:inline-flex;align-items:center}.coach-disclaimer{text-align:center;color:var(--muted);font-size:11px}.coach-screen .profile-stack{margin-top:8px}.toast{position:absolute;z-index:20;top:calc(12px + env(safe-area-inset-top));left:50%;transform:translate(-50%);max-width:calc(100% - 32px);padding:11px 14px;border-radius:13px;background:#17223a;color:#fff;box-shadow:0 14px 34px #0000003d;font-size:13px;font-weight:700}.skeleton-list{display:grid;gap:12px}.skeleton-card{height:104px;background:#fff;border-radius:18px;padding:18px;display:grid;align-content:center;gap:9px}.skeleton-card span{height:11px;border-radius:999px;background:#e8e8eb}.skeleton-card span:nth-child(1){width:42%}.skeleton-card span:nth-child(2){width:72%}.skeleton-card span:nth-child(3){width:55%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.app-stage{padding:0;display:block}.phone-shell{width:100%;height:100dvh;min-height:100dvh;border-radius:0;box-shadow:none}}@media(min-width:900px){.app-stage{place-items:stretch;padding:0;background:#f1f2f4}.phone-shell:not(.auth-shell){width:100%;height:100dvh;min-height:100dvh;border-radius:0;box-shadow:none;display:grid;grid-template-columns:260px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.auth-shell{width:100%;height:auto;min-height:100dvh;border-radius:0;box-shadow:none;overflow:visible;display:grid;grid-template-columns:minmax(400px,5fr) 7fr;background:#fff}.auth-hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:clamp(40px,5vw,72px);color:#fff;background:radial-gradient(circle at 100% 0,rgba(6,116,231,.28) 0,transparent 48%),#17223a}.auth-hero>*{flex-shrink:0}.auth-hero .eyebrow{color:#a9bad7}.auth-hero-mark{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:#86bfff;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff14}.auth-hero h2{max-width:520px;margin-top:10px;font-size:clamp(36px,3.3vw,52px);line-height:1.08;letter-spacing:-.045em}.auth-hero-copy{max-width:470px;margin-top:18px;color:#c7d2e5;font-size:16px;line-height:1.6}.auth-benefits{display:grid;gap:18px}.auth-benefits>div{display:flex;align-items:flex-start;gap:13px}.auth-benefits>div>span{width:34px;height:34px;min-width:34px;border-radius:11px;display:grid;place-items:center;color:#86bfff;background:#ffffff14}.auth-benefits p{display:grid;gap:4px}.auth-benefits strong{font-size:14px}.auth-benefits small{color:#aebbd1;font-size:12px;line-height:1.45}.auth-content{align-self:center;width:min(100%,440px);justify-self:center;padding:56px 32px}.mobile-header{grid-column:2;grid-row:1;min-height:124px;padding:28px 48px 24px}.mobile-header h1{font-size:38px}.mobile-header .brand-mark{display:none}.header-subtitle{font-size:13px;margin-top:7px}.screen-content{grid-column:2;grid-row:2;padding:38px 48px 56px}.screen-content>section{width:min(100%,1040px);margin:0 auto}.bottom-nav{position:relative;grid-column:1;grid-row:1 / 3;inset:auto;transform:none;width:auto;height:auto;padding:26px 18px;display:flex;flex-direction:column;gap:6px;background:#fcfcfdfa;border-top:0;border-right:1px solid var(--line)}.nav-brand{display:flex;align-items:center;gap:12px;padding:4px 10px 30px}.nav-brand-mark{width:40px;height:40px;min-width:40px;border-radius:13px;display:grid;place-items:center;color:var(--blue);background:#eaf3ff;box-shadow:inset 0 0 0 1px #0674e717}.nav-brand>span:last-child{display:grid;gap:2px}.nav-brand strong{font-size:16px;letter-spacing:-.02em}.nav-brand small{color:var(--muted);font-size:11px}.bottom-nav button{min-height:52px;padding:0 14px;flex-direction:row;justify-content:flex-start;gap:12px;font-size:14px;border-radius:14px}.phone-shell:not(.auth-shell)>.mobile-header{padding:28px 48px 12px}.phone-shell:not(.auth-shell)>.screen-content{padding-top:25px}.bottom-nav button.active{background:#0674e71a;box-shadow:inset 0 0 0 1px #0674e70b}.card-list{grid-template-columns:1fr;width:min(100%,880px)}.appointment-card{display:grid;grid-template-columns:minmax(0,1fr) 220px}.appointment-main{padding:20px}.record-button,.completed-button{min-height:100%;border-top:0;border-left:1px solid var(--line)}.privacy-note{max-width:620px;margin-top:22px}.profile-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.profile-stack>.secondary-button{grid-column:1 / -1;width:min(100%,360px)}.phone-shell>.full-screen-view{grid-column:1 / -1;grid-row:1 / -1;display:grid;grid-template-rows:auto minmax(0,1fr)}.sub-header{min-height:88px;padding:20px 42px}.sub-header h1{font-size:24px}.recording-content,.detail-content{width:100%;max-width:1120px;margin:0 auto;padding:34px 42px 48px}.recording-content:has(.setup-section){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-content:start}.recording-content:has(.setup-section) .consent-card{margin-top:0}.recording-content:has(.setup-section) .error-card,.recording-content:has(.setup-section) .hero-record-button,.recording-content:has(.setup-section) .recording-help{grid-column:1 / -1}.recording-content:has(.setup-section) .hero-record-button{width:min(100%,460px);justify-self:center}.recording-content:has(.setup-section) .recording-help{width:min(100%,520px);justify-self:center}.active-recording{width:min(100%,560px);margin:0 auto}.detail-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.transcript-list{width:min(100%,860px)}.result-hero{padding:22px 24px}.detail-tabs{gap:8px}.detail-tabs button{min-width:108px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
