:root{--background:#f7f7f4;--surface:#fff;--surface-muted:#f3f4ef;--text:#1f211f;--muted:#6f766d;--border:#e3e5df;--strong-border:#cfd4ca;--accent:#0f6b4f;--accent-hover:#0c553f;--danger:#b42318;--radius:8px;--shadow:0 1px 2px #1118270a}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);letter-spacing:0;font-family:Inter,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}a{color:inherit}.global-notice{z-index:40;width:min(520px,100vw - 32px);position:fixed;top:16px;left:50%;transform:translate(-50%)}.notice{color:#6f481e;border-radius:var(--radius);background:#fff6ec;border:1px solid #e6c8aa;padding:10px 12px;font-size:13px}.auth-screen{place-items:center;min-height:100vh;padding:28px 16px;display:grid}.auth-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow);gap:18px;padding:24px;display:grid}.auth-brand{padding:0}.auth-copy,.auth-switch{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.auth-switch{justify-content:center;align-items:center;gap:6px;padding-top:2px;display:flex}.auth-stack{gap:12px;display:grid}.link-button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:650}.link-button:hover{color:var(--accent-hover);text-decoration:underline}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#fbfbf8;flex-direction:column;gap:24px;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:10px;padding:4px 8px;text-decoration:none;display:flex}.brand-mark{border:1px solid var(--strong-border);background:var(--surface);border-radius:7px;place-items:center;width:30px;height:30px;font-weight:650;display:inline-grid}.brand strong,.brand small{line-height:1.1;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px}.nav-list{gap:3px;display:grid}.nav-item{text-align:left;color:#3f423d;cursor:pointer;border-radius:7px;width:100%;padding:9px 10px;font-size:14px;text-decoration:none}.nav-item:hover{background:var(--surface-muted)}.nav-item.active{color:#123d30;background:#e7eee9;font-weight:600}.sidebar-foot{color:var(--muted);align-items:center;gap:8px;margin-top:auto;padding:8px 10px;font-size:12px;display:flex}.env-dot{background:var(--accent);border-radius:50%;width:7px;height:7px}.workspace{min-width:0;padding:28px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar h1,.auth-card h1{letter-spacing:0;margin:3px 0 0;font-size:28px;font-weight:650;line-height:1.15}.topbar-actions{align-items:center;gap:8px;display:flex}.section-label{color:var(--muted);margin:0;font-size:12px;font-weight:650}.key-status{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px}.key-status.ready{color:#134936;background:#eef6f1;border-color:#a9c7ba}.layout-grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.account-grid{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);align-items:start;gap:16px;display:grid}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.panel+.panel{margin-top:16px}.panel-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.panel-header.compact{align-items:center}.panel-header h2{margin:0;font-size:15px;font-weight:650}.panel-header p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.45}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field-grid.two,.billing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-grid label:first-child{grid-column:1/-1}.prepaid-grid{margin-top:16px}.checkbox-row{align-self:end;align-items:center;gap:8px;min-height:38px;display:flex}.checkbox-row input{width:16px;min-height:16px}.checkbox-field{grid-template-columns:18px minmax(0,1fr);align-self:end;align-items:start;gap:10px;min-height:42px;display:grid}.checkbox-field input{width:16px;min-height:16px;margin-top:2px}.checkbox-field small{color:var(--muted);margin-top:3px;font-size:12px;font-weight:450;line-height:1.35;display:block}.prepaid-actions{margin-top:14px}label{color:#474b45;gap:6px;font-size:13px;font-weight:520;display:grid}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:7px;outline:none;min-height:38px;padding:9px 10px}input:focus,select:focus,textarea:focus{border-color:#8ab4a4;box-shadow:0 0 0 3px #0f6b4f1a}textarea{resize:vertical;line-height:1.45}.button{border:1px solid var(--border);min-height:36px;color:var(--text);cursor:pointer;white-space:nowrap;background:#fff;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.button:hover{background:var(--surface-muted)}.button:disabled{cursor:not-allowed;opacity:.65}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-hover)}.button.danger{color:var(--danger)}.button.danger:hover{background:#fff4f2;border-color:#efc5c0}.button-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.empty-state{min-height:240px;color:var(--muted);border:1px dashed var(--border);text-align:center;background:#fafaf8;border-radius:7px;place-items:center;padding:24px;display:grid}.empty-state.compact{min-height:96px}.table-wrap{overflow-x:auto}.records-table{border-collapse:collapse;width:100%;font-size:13px}.records-table th,.records-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:10px 8px}.records-table th{color:var(--muted);font-weight:600}.records-table tr:last-child td{border-bottom:0}.muted{color:var(--muted)}.json-block{border:1px solid var(--border);color:#f2f4ef;background:#1f211f;border-radius:7px;max-height:320px;margin:14px 0 0;padding:12px;font-size:12px;line-height:1.45;overflow:auto}.json-details{margin-top:14px}.json-details summary{cursor:pointer;color:var(--accent);font-size:13px;font-weight:650}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric-box{border:1px solid var(--border);background:#fafaf8;border-radius:7px;padding:14px}.metric-box span{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.metric-box strong{font-size:24px;font-weight:650;line-height:1.1;display:block}.loading-value{color:var(--muted);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.loading-spinner{border:2px solid #cdd8d1;border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.billing-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.billing-section-stack{gap:16px;display:grid}.home-hero-panel{gap:18px;display:grid}.home-hero{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.home-hero h2{max-width:640px;margin:4px 0 8px;font-size:28px;font-weight:700;line-height:1.15}.home-hero p{max-width:620px;color:var(--muted);margin:0;line-height:1.5}.home-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.checklist{gap:10px;display:grid}.checklist-item{border:1px solid var(--border);background:#fafaf8;border-radius:7px;align-items:center;gap:10px;padding:11px 12px;display:flex}.checklist-item span{color:#6f481e;text-align:center;background:#fff6ec;border-radius:999px;min-width:46px;padding:4px 8px;font-size:12px;font-weight:700}.checklist-item.complete span{color:#0d513d;background:#e3f1e9}.checklist-item strong{font-size:13px}.compact-code{margin:0}.home-profile{margin-top:14px}.embed-preview-stack,.prospecting-summary,.embed-instructions{gap:12px;margin-top:16px;display:grid}.embed-instructions h3{margin:0;font-size:13px;font-weight:700}.prospecting-summary span,.prospecting-summary p,.embed-instructions dd,.embed-instructions p{color:var(--muted);font-size:12px;line-height:1.45}.prospecting-summary{border:1px solid var(--border);background:#fafaf8;border-radius:7px;padding:14px}.prospecting-summary>div:first-child{gap:3px;display:grid}.prospecting-summary strong{font-size:14px;font-weight:650}.public-key-reveal{background:#eef6f1;border:1px solid #a9c7ba;border-radius:7px;gap:6px;padding:10px;display:grid}.public-key-reveal strong{color:#134936;font-size:13px}.public-key-reveal code{color:#134936;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;overflow-x:auto}.embed-instructions{border:1px solid var(--border);background:#fafaf8;border-radius:7px;padding:14px}.embed-instructions dl{gap:10px;margin:0;display:grid}.embed-instructions dl div{gap:3px;display:grid}.embed-instructions dt{color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;font-weight:700}.embed-instructions dd,.embed-instructions p{margin:0}.prospecting-preview-card{grid-column:1/-1}.prospecting-iframe-preview{border:1px solid var(--border);background:#fff;border-radius:7px;width:100%;min-height:440px}.embed-shell{background:var(--background);height:100dvh;min-height:0;color:var(--text);grid-template-columns:minmax(280px,40%) minmax(360px,1fr);font-family:Inter,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden}.embed-chat-panel,.embed-results-panel{min-width:0;height:100dvh;min-height:0;overflow:hidden}.embed-chat-panel{border-right:1px solid var(--border);background:var(--surface);grid-template-rows:auto minmax(0,1fr) auto auto;gap:16px;padding:22px 18px 18px;display:grid}.embed-panel-header,.embed-results-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.embed-panel-header div,.embed-results-header div{gap:4px;display:grid}.embed-panel-header strong,.embed-results-header strong{font-size:16px;font-weight:750;line-height:1.1}.embed-panel-header span,.embed-results-header span,.embed-results-table small,.embed-empty-prompt span,.embed-result-card span,.embed-result-message p{color:var(--muted);font-size:12px;line-height:1.35}.embed-status{white-space:nowrap;background:#e3f1e9;border:1px solid #cfded6;border-radius:999px;padding:6px 9px;color:#0d513d!important}.embed-transcript{flex-direction:column;gap:16px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.embed-empty-prompt{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;gap:6px;margin:auto 0;padding:18px;display:grid}.embed-empty-prompt strong{font-size:18px;line-height:1.2}.embed-chat-bubble{border:1px solid var(--border);background:var(--surface-muted);max-width:min(82%,430px);color:var(--text);border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.4}.embed-chat-bubble.user{border-color:var(--accent);background:var(--accent);color:#fff;align-self:flex-end;font-size:15px}.embed-chat-bubble.system{max-width:100%;color:var(--danger);background:#fff4f2;border-color:#efc5c0}.embed-result-message{gap:10px;display:grid}.embed-result-message p{color:var(--text);margin:0;font-size:14px}.embed-result-card{border:1px solid var(--border);background:var(--surface-muted);width:100%;color:inherit;cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.embed-result-card:hover{border-color:var(--strong-border);background:#fbfbf8}.embed-result-card div{gap:4px;display:grid}.embed-result-card strong{font-size:18px}.embed-result-card>span:last-child{color:var(--muted);font-size:20px}.embed-thinking{border:1px solid var(--border);background:var(--surface-muted);width:fit-content;color:var(--muted);border-radius:999px;align-items:center;gap:5px;padding:9px 12px;font-size:12px;font-weight:650;line-height:1.2;display:flex}.embed-thinking.panel{width:auto;color:var(--text);background:0 0;border-color:#0000;justify-content:center;padding:0;font-size:14px;font-weight:750}.embed-thinking-copy{text-overflow:ellipsis;white-space:nowrap;max-width:min(280px,58vw);transition:opacity .18s;overflow:hidden}.embed-thinking-copy.is-fading{opacity:0}.embed-thinking-dots{align-items:center;gap:4px;display:inline-flex}.embed-thinking-dots span{background:var(--accent);border-radius:999px;width:6px;height:6px;animation:1s ease-in-out infinite embedThinking}.embed-thinking-dots span:nth-child(2){animation-delay:.12s}.embed-thinking-dots span:nth-child(3){animation-delay:.24s}@keyframes embedThinking{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.embed-thinking-copy{transition:none}.embed-thinking-dots span{animation:none}}.embed-search{position:relative}.embed-suggestion-row{flex-wrap:wrap;gap:7px;margin-bottom:9px;display:flex}.embed-suggestion-row button{border:1px solid var(--border);background:var(--surface-muted);color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:650}.embed-suggestion-row button:hover{border-color:var(--strong-border);color:var(--accent)}.embed-search textarea{resize:none;border:1px solid var(--strong-border);background:var(--surface);width:100%;min-height:96px;color:var(--text);box-shadow:var(--shadow);border-radius:8px;padding:16px 62px 16px 16px;font-size:15px;line-height:1.45}.embed-search textarea::placeholder{color:var(--muted)}.embed-search>button{z-index:1;background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;width:42px;height:42px;font-size:20px;font-weight:650;position:absolute;bottom:12px;right:12px}.embed-search>button:hover:not(:disabled){background:var(--accent-hover)}.embed-search>button:disabled{cursor:not-allowed;opacity:.65}.embed-result-card:focus-visible,.embed-results-panel:focus-visible,.embed-search textarea:focus,.embed-search>button:focus-visible,.embed-selection-bar button:focus-visible,.embed-suggestion-row button:focus-visible{outline-offset:2px;outline:2px solid #0f6b4f52}.embed-error{color:var(--danger);margin:0;font-size:13px}.embed-results-panel{background:var(--background);grid-template-rows:auto minmax(0,1fr) auto;padding:18px 22px;display:grid}.embed-results-panel.is-loading .embed-results-header{animation:.26s both embedPanelIn}.embed-results-header .embed-results-badges{flex-wrap:wrap;justify-content:end;align-items:center;gap:7px;display:flex}.embed-results-badges span{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;font-weight:650;line-height:1}.embed-results-table{border:1px solid var(--border);background:var(--surface);min-height:0;box-shadow:var(--shadow);border-radius:8px;margin-top:16px;overflow:auto}.embed-results-body{grid-template-rows:auto auto minmax(0,1fr);min-height:0;animation:.26s both embedPanelIn;display:grid}.embed-selection-bar{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.embed-selection-bar>span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:650}.embed-selection-bar div{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.embed-selection-bar button{border:1px solid var(--border);background:var(--surface);min-height:32px;color:var(--text);cursor:pointer;border-radius:7px;padding:7px 10px;font-size:12px;font-weight:700}.embed-selection-bar button:hover:not(:disabled){border-color:var(--strong-border);background:#fbfbf8}.embed-selection-bar button:disabled{cursor:not-allowed;opacity:.55}.embed-push-message{color:var(--accent);margin:8px 0 0;font-size:13px;font-weight:650}.embed-results-table table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:820px}.embed-select-column{width:46px}.embed-person-column{width:31%}.embed-role-column{width:30%}.embed-location-column{width:22%}.embed-contact-column{width:13%}.embed-results-table thead{z-index:1;background:var(--surface-muted);position:sticky;top:0}.embed-results-table th{color:var(--muted);letter-spacing:0;text-align:left;text-transform:uppercase;font-size:11px;font-weight:700}.embed-results-table th,.embed-results-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:middle;min-width:0;padding:12px 14px}.embed-results-table th:last-child,.embed-results-table td:last-child{border-right:0}.embed-results-table tbody tr:last-child td{border-bottom:0}.embed-results-table tbody tr:hover{background:#fbfbf8}.embed-results-table tbody tr{animation:.36s both embedRowIn;animation-delay:calc(var(--row-index,0) * 28ms)}.embed-results-table th.embed-row-select,.embed-results-table td.embed-row-select{text-align:center;padding-left:10px;padding-right:10px}.embed-row-select input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;margin:0}.embed-results-table strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:720;line-height:1.25;display:block;overflow:hidden}.embed-results-table small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.embed-results-table strong+small{margin-top:3px}.embed-person-cell{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;display:grid}.embed-person-cell>span:not(.embed-avatar){min-width:0;overflow:hidden}.embed-avatar{color:#0d513d;background:#e3f1e9;border-radius:999px;place-items:center;width:36px;height:36px;font-weight:750;border:1px solid #cfded6!important;font-size:12px!important;display:inline-grid!important}.embed-locked-cell strong{color:var(--muted)}.embed-results-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:12px;padding-top:12px;font-size:12px;display:flex}.embed-results-loading{grid-template-rows:minmax(0,1fr);height:100%;min-height:0;margin-top:16px;animation:.26s both embedPanelIn;display:grid}.embed-loading-skeleton{border:1px solid var(--border);background:var(--surface);min-height:0;box-shadow:var(--shadow);border-radius:8px;align-content:start;gap:8px;padding:12px;display:grid;overflow:hidden}.embed-loading-skeleton div{border-bottom:1px solid var(--border);min-height:58px;animation:.36s both embedRowIn;animation-delay:calc(var(--row-index,0) * 35ms);grid-template-columns:36px minmax(120px,1.15fr) minmax(110px,1fr) minmax(90px,.8fr);align-items:center;gap:14px;display:grid}.embed-loading-skeleton div:last-child{border-bottom:0}.embed-loading-skeleton span{background:linear-gradient(90deg,#eff4ef 0%,#fbfbf8 45%,#eff4ef 90%) 0 0/220% 100%;border-radius:999px;height:13px;animation:1.25s ease-in-out infinite embedSkeleton;overflow:hidden}.embed-loading-skeleton span:first-child{width:34px;height:34px}.embed-loading-skeleton span:nth-child(3){width:76%}.embed-loading-skeleton span:nth-child(4){width:68%}.embed-results-empty{border:1px dashed var(--strong-border);background:var(--surface);min-height:clamp(220px,100dvh - 150px,420px);color:var(--muted);text-align:center;border-radius:8px;place-content:center;gap:6px;margin-top:16px;padding:18px;display:grid}.embed-results-empty strong{color:var(--text);font-size:18px}.embed-results-empty span{overflow-wrap:anywhere;justify-self:center;width:min(260px,100%);max-width:100%;font-size:13px}.embed-empty-rows{gap:8px;width:min(360px,80vw);margin-top:16px;display:grid}.embed-empty-rows span{border:1px solid var(--border);background:linear-gradient(90deg, #fbfbf8, var(--surface-muted), #fbfbf8);border-radius:7px;height:34px}@keyframes embedPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes embedRowIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes embedSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.embed-results-panel.is-loading .embed-results-header,.embed-results-body,.embed-results-loading,.embed-results-table tbody tr,.embed-loading-skeleton div,.embed-loading-skeleton span{animation:none}}.status-banner{border-radius:var(--radius);color:#6f481e;background:#fff6ec;border:1px solid #e6c8aa;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;line-height:1.4;display:flex}.status-banner strong{font-size:13px;font-weight:700}.status-banner span{color:#7e5731;font-size:13px}.status-banner.danger{color:var(--danger);background:#fff4f2;border-color:#efc5c0}.status-banner.danger span{color:#8f3a31}.billing-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.billing-status-card{border:1px solid var(--border);background:#fafaf8;border-radius:7px;gap:8px;min-height:84px;padding:14px;display:grid}.billing-status-card span{color:var(--muted);font-size:12px}.billing-status-card strong{align-self:end;font-size:18px;font-weight:650;line-height:1.15}.status-pill{border-radius:999px;width:fit-content;padding:5px 9px;line-height:1;font-size:12px!important}.status-pill.active{color:#0d513d;background:#e3f1e9}.status-pill.suspended{color:var(--danger);background:#ffe7e3}.plan-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.plan-card{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-rows:auto auto 1fr auto auto;gap:14px;min-height:300px;padding:16px;display:grid}.plan-card.current{background:#fbfdfb;border-color:#90b5a4}.plan-card-header{justify-content:space-between;align-items:start;gap:10px;display:flex}.plan-card h3{margin:0;font-size:16px;font-weight:700}.plan-card-header p,.plan-card-summary,.plan-card-details{color:var(--muted);font-size:13px;line-height:1.45}.plan-card-header p,.plan-card-summary{margin:5px 0 0}.plan-card-price{gap:4px;display:grid}.plan-card-price strong{font-size:24px;font-weight:720;line-height:1.05}.plan-card-price span{color:var(--muted);font-size:13px}.plan-card-details{border-top:1px solid var(--border);gap:6px;padding-top:12px;display:grid}.plan-badge{color:#0d513d;background:#e3f1e9;border-radius:999px;flex:none;padding:4px 8px;font-size:12px;font-weight:700}.plan-card-action{justify-content:center;width:100%}.profile-list{border:1px solid var(--border);border-radius:7px;display:grid;overflow:hidden}.profile-form{gap:14px;display:grid}.form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.form-note,.panel-note{color:var(--muted);font-size:13px;line-height:1.45}.panel-note{margin:14px 0 0}.danger-text{color:var(--danger)}.profile-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding:10px 12px;font-size:13px;display:flex}.profile-row:last-child{border-bottom:0}.profile-row span{color:var(--muted)}.profile-row strong{text-align:right;font-weight:600}.key-form,.key-create-form{grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:10px;display:grid}.key-create-form{grid-template-columns:minmax(0,1fr) auto}.secret-reveal{background:#eef6f1;border:1px solid #a9c7ba;border-radius:7px;gap:12px;margin-top:16px;padding:14px;display:grid}.secret-reveal strong{margin-bottom:4px;display:block}.secret-reveal p{color:#315f4e;margin:0;font-size:13px;line-height:1.45}.secret-reveal code,.request-copy-row code{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:7px;padding:9px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;overflow-x:auto}.request-copy-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:14px;display:grid}.segmented-control{border:1px solid var(--border);background:#fff;border-radius:7px;margin-bottom:14px;padding:3px;display:inline-flex}.segmented-control button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 10px;font-size:13px;font-weight:650}.segmented-control button.active{color:#123d30;background:#e7eee9}.search-fields{margin-top:0}.wide-field{grid-column:1/-1}.interpretation-card{border:1px solid var(--border);background:#fafaf8;border-radius:7px;gap:6px;margin-bottom:14px;padding:12px;font-size:13px;display:grid}.interpretation-card span,.interpretation-card li{color:var(--muted);line-height:1.45}.interpretation-card ul{margin:4px 0 0;padding-left:18px}.pagination-row{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:13px;display:flex}.docs-page{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.docs-sidebar{border-right:1px solid var(--border);background:#fbfbf8;flex-direction:column;gap:24px;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0}.docs-brand{padding:4px 8px}.docs-nav{gap:3px;display:grid}.docs-nav a,.docs-console-link{color:#3f423d;border-radius:7px;padding:9px 10px;font-size:14px;text-decoration:none}.docs-nav a:hover,.docs-console-link:hover{background:var(--surface-muted)}.docs-console-link{color:var(--accent);margin-top:auto;font-weight:650}.docs-content{width:min(100%,1040px);padding:34px 32px 72px}.docs-header,.docs-section{border-bottom:1px solid var(--border);margin-bottom:30px;padding-bottom:28px}.docs-header h1{letter-spacing:0;margin:4px 0 10px;font-size:34px;font-weight:650;line-height:1.1}.docs-header p,.docs-section p,.endpoint-card p{color:var(--muted);line-height:1.55}.docs-header p{max-width:760px;font-size:15px}.docs-section h2{margin:0 0 10px;font-size:22px;font-weight:650;line-height:1.2}.docs-section h3,.endpoint-card h3{margin:0 0 8px;font-size:15px;font-weight:650;line-height:1.3}.endpoint-card h4{margin:18px 0 8px;font-size:13px;font-weight:700;line-height:1.3}.docs-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0 0;display:grid}.docs-facts div,.docs-callouts>div,.endpoint-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.docs-facts div{padding:12px}.docs-facts dt{color:var(--muted);margin-bottom:7px;font-size:12px;font-weight:650}.docs-facts dd{margin:0;font-weight:600}.docs-code{border-radius:var(--radius);color:#edf7f0;background:#111714;border:1px solid #d7ddd5;padding:14px;font-size:13px;line-height:1.5;overflow-x:auto}.docs-code code,.docs-content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.docs-content :not(pre)>code{border:1px solid var(--border);background:var(--surface-muted);border-radius:5px;padding:1px 4px;font-size:.92em}.docs-callouts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.docs-callouts>div{padding:14px}.docs-callouts p{margin:0;font-size:13px}.endpoint-list{gap:14px;display:grid}.endpoint-card{padding:18px}.endpoint-heading{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.method-pill{color:#123d30;background:#e7eee9;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.docs-table{border-collapse:collapse;width:100%;margin:14px 0;font-size:13px}.docs-table th,.docs-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:9px 8px}.docs-table th{color:var(--muted);font-size:12px;font-weight:650}@media (max-width:820px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.nav-list{display:flex;overflow-x:auto}.nav-item{white-space:nowrap;width:auto}.workspace{padding:22px 16px 40px}.layout-grid,.embed-shell,.account-grid,.field-grid,.field-grid.two,.metric-grid,.billing-overview,.plan-card-grid,.billing-summary,.key-form,.key-create-form,.request-copy-row{grid-template-columns:1fr}.topbar,.panel-header,.home-hero,.pagination-row{display:grid}.home-actions{justify-content:start}.status-banner{display:grid}.button-row{justify-content:start}.docs-page{display:block}.docs-sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.docs-nav{display:flex;overflow-x:auto}.docs-nav a{white-space:nowrap}.docs-content{padding:24px 16px 52px}.docs-header h1{font-size:29px}.docs-facts,.docs-callouts{grid-template-columns:1fr}.embed-chat-panel,.embed-results-panel{min-height:auto}.embed-chat-panel{border-right:0;border-bottom:1px solid var(--border)}.embed-transcript{max-height:52vh}}@media (max-width:900px){.embed-shell{grid-template-columns:1fr;height:auto;min-height:100dvh;overflow:visible}.embed-chat-panel,.embed-results-panel{height:auto;min-height:0;overflow:visible}.embed-chat-panel{border-right:0;border-bottom:1px solid var(--border)}.embed-transcript{max-height:clamp(180px,38dvh,360px)}.embed-results-panel{min-height:min(520px,58dvh)}.embed-results-empty{min-height:clamp(220px,42dvh,360px)}}@media (max-width:520px){.embed-chat-panel,.embed-results-panel{padding:14px}.embed-chat-panel{gap:12px}.embed-panel-header,.embed-results-header{align-items:start;display:grid}.embed-panel-header{grid-template-columns:1fr}.embed-status{justify-self:start}.embed-results-header .embed-results-badges{justify-content:start}.embed-chat-bubble{max-width:92%;padding:10px 12px}.embed-result-card{padding:12px}.embed-result-card strong{font-size:16px}.embed-suggestion-row{flex-wrap:nowrap;margin-right:-14px;padding:0 14px 3px 0;overflow-x:auto}.embed-suggestion-row button{flex:none}.embed-search textarea{min-height:86px;padding:13px 54px 13px 13px;font-size:14px}.embed-search>button{width:36px;height:36px;font-size:18px;bottom:9px;right:9px}.embed-results-table table{min-width:720px}.embed-loading-skeleton div{grid-template-columns:32px minmax(0,1fr);gap:10px;min-height:50px}.embed-loading-skeleton span:nth-child(3),.embed-loading-skeleton span:nth-child(4){display:none}.embed-results-table th,.embed-results-table td{padding:10px 11px}.embed-person-cell{grid-template-columns:32px minmax(0,1fr);gap:8px}.embed-avatar{width:30px;height:30px}.embed-results-footer{flex-wrap:wrap}.embed-selection-bar{flex-direction:column;align-items:flex-start}.embed-selection-bar div{justify-content:flex-start}.embed-empty-rows{width:min(300px,78vw)}}@media (max-height:620px) and (min-width:901px){.embed-chat-panel{gap:10px;padding:14px}.embed-results-panel{padding:14px 16px}.embed-transcript{gap:10px}.embed-empty-prompt{margin:0;padding:12px}.embed-chat-bubble,.embed-result-card{padding:10px 12px}.embed-suggestion-row{margin-bottom:7px}.embed-search textarea{min-height:72px;padding:12px 54px 12px 12px}.embed-search>button{width:36px;height:36px;font-size:18px;bottom:10px;right:10px}.embed-results-table,.embed-results-empty,.embed-selection-bar{margin-top:10px}.embed-results-empty{min-height:clamp(150px,100dvh - 120px,320px)}.embed-results-footer{padding-top:8px}}
