:root{color:#18181b;background:#f7f7f8;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--sidebar-width: 208px;--topbar-height: 56px;--bg-page: #f7f7f8;--bg-panel: #ffffff;--bg-hover: #f4f4f5;--bg-active: #ededf0;--border: #e7e7ea;--border-strong: #d8d8dd;--text: #18181b;--text-secondary: #5f5f69;--text-muted: #92929b;--focus: #2f2f35;--shadow-menu: 0 14px 40px rgb(18 18 24 / 11%), 0 3px 10px rgb(18 18 24 / 6%)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--bg-page)}button{font:inherit}button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--bg-page);transition:grid-template-columns .16s ease}.app-shell.is-sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.app-shell.is-sidebar-collapsed .sidebar{visibility:hidden;pointer-events:none;opacity:0}.sidebar{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;width:var(--sidebar-width);height:100vh;padding:16px 12px 12px;overflow:hidden;background:#fbfbfc;border-right:1px solid var(--border)}.sidebar[hidden]{display:none}.sidebar-header{display:flex;align-items:center;justify-content:space-between;min-height:30px;padding:0 6px}.brand{display:inline-flex;align-items:center;gap:8px;color:#121217;font-size:13px;font-weight:680;letter-spacing:-.02em}.brand-logo{display:block;width:36px;height:auto;object-fit:contain}.mobile-close,.mobile-menu{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:var(--text-secondary);cursor:pointer;background:transparent;border:0;border-radius:10px}.workspace-switcher{position:relative;z-index:20;margin-top:12px}.workspace-trigger{display:grid;grid-template-columns:28px minmax(0,1fr) 15px;gap:8px;align-items:center;width:100%;min-height:42px;padding:6px 8px;color:var(--text);text-align:left;cursor:pointer;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.workspace-trigger:hover{background:#fdfdfd;border-color:var(--border-strong);box-shadow:0 2px 8px #1212180d}.workspace-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;background:#1f1f24;border-radius:8px}.workspace-name{overflow:hidden;font-size:13px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.workspace-chevron{color:var(--text-muted);transition:transform .16s ease}.workspace-trigger[aria-expanded=true] .workspace-chevron{transform:rotate(180deg)}.workspace-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;padding:6px;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-menu)}.workspace-option{display:grid;grid-template-columns:20px minmax(0,1fr) 18px;gap:10px;align-items:center;width:100%;min-height:38px;padding:0 8px;color:var(--text-secondary);text-align:left;cursor:pointer;background:transparent;border:0;border-radius:9px}.workspace-option:hover{color:var(--text);background:var(--bg-hover)}.workspace-option[aria-checked=true]{color:var(--text);font-weight:600;background:#f1f1f2}.option-check{justify-self:end;color:var(--focus)}.primary-navigation{flex:1 1 auto;min-height:0;padding:3px 1px 10px;margin-top:8px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d9d9de transparent}.navigation-section+.navigation-section{margin-top:14px}.section-label{margin:0 0 4px;padding:0 8px;color:var(--text-muted);font-size:10px;font-weight:560;line-height:18px;letter-spacing:.035em}.navigation-items{display:grid;gap:0}.navigation-item{position:relative;display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 9px;overflow:hidden;color:var(--text-secondary);text-align:left;cursor:pointer;background:transparent;border:0;border-radius:8px;transition:color .15s ease,background .15s ease}.navigation-item:after{position:absolute;right:6px;width:3px;height:16px;content:"";background:transparent;border-radius:99px}.navigation-item:hover{color:var(--text);background:var(--bg-hover)}.navigation-item.is-active{color:var(--text);font-weight:620;background:var(--bg-active)}.navigation-item.is-active:after{background:#313138}.navigation-item svg{flex:0 0 auto;color:#73737d}.navigation-item.is-active svg{color:#29292f}.navigation-item span{overflow:hidden;font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.sidebar-membership-card{position:relative;display:grid;gap:7px;padding:10px 5px 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;border-top:1px solid var(--border)}.sidebar-plan-row,.sidebar-credit-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:24px;padding:0 2px;text-align:left;cursor:pointer;background:transparent;border:0;border-radius:6px}.sidebar-plan-row:hover,.sidebar-credit-row:hover{background:var(--bg-hover)}.sidebar-plan-row>span,.sidebar-credit-row>span{color:var(--text-muted);font-size:12px;font-weight:400;line-height:18px}.sidebar-plan-row>strong,.sidebar-credit-row>strong{color:#595961;font-size:12px;font-weight:600;line-height:18px}.sidebar-plan-row>strong{padding:1px 7px;background:#efedef;border-radius:999px}.sidebar-credit-row>strong{font-variant-numeric:tabular-nums}.sidebar-upgrade{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:0 12px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;background:#242429;border:0;border-radius:8px}.sidebar-upgrade:hover{background:#111114}.workspace{min-width:0;background:var(--bg-page)}.topbar{position:sticky;top:0;z-index:15;display:flex;align-items:center;min-height:var(--topbar-height);padding:0 22px;background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-spacer{flex:1}.topbar-page-context{display:inline-flex;gap:10px;align-items:center;min-width:0;color:var(--text);font-size:14px;font-weight:650;line-height:20px;letter-spacing:-.015em}.topbar-sidebar-toggle{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#29292f;cursor:pointer;background:#f3f3f4;border:0;border-radius:10px;transition:color .15s ease,background .15s ease}.topbar-sidebar-toggle:hover{color:#111114;background:#e9e9eb}.topbar-actions{display:inline-flex;gap:8px;align-items:center;margin-right:10px}.organization-switcher{position:relative;flex:0 1 auto;min-width:0}.organization-trigger{display:inline-flex;align-items:center;gap:6px;max-width:220px;height:34px;padding:0 13px;color:#29292f;font-size:13px;font-weight:500;line-height:1;cursor:pointer;background:#fff;border:1px solid var(--border-strong);border-radius:999px;transition:color .15s ease,background .15s ease,border-color .15s ease}.organization-trigger:hover,.organization-trigger[aria-expanded=true]{color:var(--text);background:var(--bg-hover);border-color:#a9a9b1}.organization-trigger-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:60;width:240px;max-height:320px;padding:8px;overflow-y:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-menu)}.organization-option{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;min-height:38px;padding:7px 9px;color:var(--text);font-size:13px;text-align:left;cursor:pointer;background:transparent;border:0;border-radius:8px}.organization-option:hover,.organization-option:focus-visible,.organization-option.is-selected{background:var(--bg-hover)}.organization-option.is-selected{font-weight:600;cursor:default}.organization-option-name{display:flex;min-width:0;gap:7px;align-items:center}.organization-option-name>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-role{flex:0 0 auto;padding:2px 6px;color:#5c5c67;font-size:10px;font-weight:500;line-height:14px;background:#efeff1;border-radius:999px}.topbar-tool{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#5f5f69;cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:50%;transition:color .15s ease,background .15s ease,border-color .15s ease}.topbar-tool:hover{color:var(--text);background:var(--bg-hover);border-color:var(--border-strong)}.topbar-language span{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;font-weight:600;line-height:1}.profile{position:relative}.profile-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:#2c2c32;font-size:13px;font-weight:650;cursor:pointer;background:#fff;border:1px solid var(--border-strong);border-radius:50%;transition:color .15s ease,background .15s ease,border-color .15s ease}.profile-trigger:hover{color:var(--text);background:#ececef;border-color:var(--border-strong)}.profile-menu{position:absolute;top:calc(100% + 10px);right:0;width:300px;padding:8px;background:var(--bg-panel);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-menu)}.profile-account{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;padding:8px 8px 10px}.profile-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;font-size:13px;font-weight:650;background:#202025;border-radius:50%}.profile-account-copy{min-width:0}.profile-title{color:var(--text);font-size:14px;font-weight:650;line-height:20px}.profile-email{overflow:hidden;color:var(--text-muted);font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.profile-benefit-card{padding:11px;background:#f6f6f7;border:1px solid #eeeeef;border-radius:12px}.profile-benefit-heading{display:flex;align-items:center;justify-content:space-between}.profile-benefit-title{display:inline-flex;gap:7px;align-items:center;color:var(--text-secondary);font-size:12px;font-weight:600;line-height:18px}.profile-benefit-title svg{color:#73737c}.profile-benefit-title strong{padding:1px 7px;color:#5f5f67;font-size:10px;font-weight:650;line-height:17px;background:#eae8e9;border-radius:999px}.profile-benefit-upgrade{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:27px;padding:0 11px;color:#fff;font-size:12px;font-weight:650;cursor:pointer;background:#242429;border:0;border-radius:999px}.profile-benefit-upgrade:hover{background:#111114}.profile-credit-hero{display:flex;gap:8px;align-items:baseline;width:100%;padding:12px 2px 10px;color:var(--text);text-align:left;cursor:pointer;background:transparent;border:0}.profile-credit-hero strong{font-size:28px;font-variant-numeric:tabular-nums;font-weight:680;line-height:32px;letter-spacing:-.035em}.profile-credit-hero span{color:var(--text-muted);font-size:12px;line-height:18px}.profile-benefit-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.profile-benefit-actions button{min-height:34px;padding:0 8px;color:var(--text-secondary);font-size:12px;font-weight:560;cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:8px}.profile-benefit-actions button:hover{color:var(--text);border-color:var(--border-strong)}.profile-details{display:grid;gap:8px;padding:12px 10px 10px;margin:8px 0 0;border-top:1px solid var(--border)}.profile-details div{display:grid;gap:3px}.profile-details dt{color:var(--text-muted);font-size:11px;line-height:16px}.profile-details dd{margin:0;overflow:hidden;color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.logout{display:flex;align-items:center;gap:9px;width:100%;min-height:40px;padding:0 10px;margin-top:2px;color:#b42318;text-align:left;cursor:pointer;background:transparent;border:0;border-radius:9px}.logout:hover{background:#fff1f0}.page{min-height:calc(100vh - var(--topbar-height));padding:28px 40px 40px}.page.is-home{padding:22px 32px 28px}.page.is-voice-library,.page.is-my-voices{padding:0 32px 48px;background:#fff}.page.is-speech-synthesis{display:flex;height:calc(100vh - var(--topbar-height));min-height:0;padding:22px 32px 32px;overflow:hidden;background:#f7f7f8}.page.is-live-conversation{display:flex;height:calc(100vh - var(--topbar-height));min-height:0;padding:22px 32px 28px;overflow:hidden;background:#f7f7f8}.page.is-instant-clone{padding:32px 46px 40px;background:#fff}.page.is-team-settings,.page.is-expense-billing{padding:22px 30px 40px;background:#f7f7f8}.account-page{width:min(100%,1320px);margin:0 auto;color:#242429;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.team-settings-page{min-height:calc(100vh - var(--topbar-height) - 62px);padding:24px 22px 30px;background:#fff;border:1px solid #e2e2e6;border-radius:16px;box-shadow:0 8px 28px #17171b0d}.account-page-header{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}.account-page-header h1,.billing-section-header h1,.billing-section-header h2{margin:0;color:#1f1f23;font-size:21px;font-weight:700;line-height:30px;letter-spacing:-.025em}.account-page-header p{margin:5px 0 0;color:#777780;font-size:12px;line-height:19px}.account-primary-action,.billing-filters button{display:inline-flex;gap:6px;align-items:center;justify-content:center;min-height:36px;padding:0 15px;color:#35353b;font-size:11px;font-weight:620;cursor:pointer;background:#fff;border:1px solid #d7d7dc;border-radius:10px}.account-primary-action,.billing-filters button.is-primary{color:#fff;background:#242429;border-color:#242429}.team-organization{display:flex;gap:12px;align-items:center;min-height:42px;margin-top:16px;color:#888891;font-size:11px}.team-organization>div,.team-organization-editor{display:flex;gap:8px;align-items:center}.team-organization strong{color:#333339;font-size:12px}.team-organization button,.account-row-actions button{padding:0;color:#64646d;font-size:10px;font-weight:590;cursor:pointer;background:transparent;border:0}.team-organization-editor input{width:210px;height:32px;padding:0 10px;border:1px solid #d9d9de;border-radius:8px;outline:none}.account-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.account-toolbar input{width:min(340px,46%);height:38px;padding:0 13px;color:#303036;font:inherit;font-size:11px;background:#fff;border:1px solid #dadade;border-radius:999px;outline:none}.account-toolbar input:focus,.team-organization-editor input:focus,.account-modal input:focus,.account-modal select:focus,.billing-date-range input:focus{border-color:#777780;box-shadow:0 0 0 2px #24242912}.account-toolbar>span{color:#92929a;font-size:10px}.account-notice{padding:9px 12px;margin-top:12px;color:#3f5b47;font-size:10px;background:#f0f8f2;border:1px solid #d8eadc;border-radius:9px}.account-table-shell{margin-top:13px;overflow-x:auto;background:#fff;border:1px solid #dfdfe3;border-radius:13px;box-shadow:0 5px 18px #17171b0a}.account-table{width:100%;border-collapse:collapse;table-layout:fixed}.account-table th{height:43px;padding:0 14px;color:#777780;font-size:10px;font-weight:620;text-align:left;white-space:nowrap;background:#f3f3f4}.account-table td{height:54px;padding:0 14px;color:#4f4f57;font-size:10px;line-height:16px;border-top:1px solid #e6e6e9}.account-table td strong{color:#27272c;font-weight:650}.team-member-table th:nth-child(1){width:18%}.team-member-table th:nth-child(2){width:29%}.team-member-table th:nth-child(3){width:15%}.team-member-table th:nth-child(4){width:14%}.team-member-table th:nth-child(5){width:24%}.account-role,.account-status{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;font-size:9px;font-weight:620;white-space:nowrap;background:#f0f0f2;border-radius:999px}.account-role.is-owner{color:#9a551c;background:#fff2e8}.account-status.is-active{color:#25834c;background:#ecfbf2}.account-status.is-pending{color:#8a6a24;background:#fff8e7}.account-row-actions{display:flex;gap:12px;align-items:center}.account-row-actions span{color:#a0a0a8;font-size:10px}.account-row-actions button.is-danger{color:#d23d3d}.account-empty{padding:42px 16px;color:#9898a0;font-size:11px;text-align:center}.account-modal-backdrop{position:fixed;z-index:90;inset:0;display:grid;place-items:center;padding:32px;background:#16161a4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.account-modal{width:min(440px,calc(100vw - 64px));padding:22px;background:#fff;border:1px solid #dedee2;border-radius:18px;box-shadow:0 24px 70px #16161a33}.account-modal header{display:flex;align-items:flex-start;justify-content:space-between}.account-modal h2{margin:0;font-size:20px;line-height:28px}.account-modal header p{margin:6px 0 0;color:#83838c;font-size:12px;line-height:1.6}.account-modal header>button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;cursor:pointer;background:#f1f1f3;border:0;border-radius:50%}.account-modal label{display:grid;gap:7px;margin-top:16px;color:#65656e;font-size:10px}.account-modal input,.account-modal select{width:100%;height:38px;padding:0 11px;color:#303036;font:inherit;font-size:11px;background:#fff;border:1px solid #dadade;border-radius:9px;outline:none}.account-modal footer{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.account-modal footer button{min-height:36px;padding:0 15px;color:#45454d;font-size:11px;font-weight:620;cursor:pointer;background:#fff;border:1px solid #d7d7dc;border-radius:9px}.account-modal footer button.is-primary{color:#fff;background:#242429;border-color:#242429}.account-modal footer button:disabled{color:#aaaab1;cursor:not-allowed;background:#ededf0;border-color:#ededf0}.billing-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.billing-summary article{display:flex;min-height:116px;padding:18px;align-items:flex-start;justify-content:space-between;background:#fff;border:1px solid #e1e1e5;border-radius:14px;box-shadow:0 6px 20px #17171b0d}.billing-summary article>div{display:grid;gap:14px}.billing-summary span{color:#777780;font-size:11px}.billing-summary strong{color:#19191d;font-size:25px;font-weight:720;line-height:32px;letter-spacing:-.025em}.billing-summary button{min-height:34px;padding:0 13px;color:#3b3b42;font-size:10px;font-weight:620;cursor:pointer;background:#fff;border:1px solid #d7d7dc;border-radius:9px}.billing-summary article:first-child button{color:#fff;background:#242429;border-color:#242429}.billing-action-modal{width:min(420px,calc(100vw - 64px))}.billing-modal-message{display:flex;gap:13px;align-items:flex-start;margin-top:18px;padding:16px;background:#f6f6f7;border-radius:12px}.billing-modal-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:42px;height:42px;color:#fff;background:#25252a;border-radius:12px}.billing-modal-message strong,.billing-invoice-copy strong{color:#25252a;font-size:13px;line-height:20px}.billing-modal-message p,.billing-invoice-copy p{margin:4px 0 0;color:#73737c;font-size:10px;line-height:17px}.billing-invoice-copy{display:grid;gap:12px;margin-top:18px}.billing-invoice-copy p{margin:0}.billing-invoice-copy strong{padding:13px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#f6f6f7;border:1px solid #e5e5e8;border-radius:10px}.billing-quota-modal{width:min(520px,calc(100vw - 64px));padding-bottom:16px}.billing-quota-modal header{align-items:center;padding-bottom:14px}.billing-quota-modal h2{width:100%;text-align:center}.billing-quota-modal header>div{flex:1 1 auto;padding-left:32px}.billing-quota-list{display:grid;gap:8px;max-height:390px;padding-right:4px;overflow-y:auto;scrollbar-color:#c8c8cd transparent;scrollbar-width:thin}.billing-quota-row{display:flex;gap:20px;align-items:center;justify-content:space-between;min-height:42px;padding:10px 12px;background:#f6f7f8;border-radius:7px}.billing-quota-row strong{color:#2f2f35;font-size:10px;font-weight:640;line-height:16px}.billing-quota-row span{flex:0 0 auto;color:#767680;font-size:10px;line-height:16px}.billing-quota-row b{font-weight:560}.billing-section{margin-top:16px;padding:18px;background:#fff;border:1px solid #e1e1e5;border-radius:14px;box-shadow:0 6px 20px #17171b0a}.billing-section-header{display:flex;gap:20px;align-items:center;justify-content:space-between}.billing-section-header h1,.billing-section-header h2{font-size:18px;line-height:26px}.billing-filters{display:flex;gap:8px;align-items:center}.billing-date-range{display:flex;align-items:center;min-height:36px;padding:0 8px;background:#fff;border:1px solid #dddde1;border-radius:9px}.billing-date-range span{padding:0 5px;color:#a0a0a8;font-size:10px}.billing-date-range input{width:128px;padding:0 5px;color:#66666f;font:inherit;font-size:10px;border:0;outline:none}.billing-table-shell{max-width:100%}.billing-table{min-width:1180px;table-layout:auto}.billing-table.is-developer-context{min-width:1480px}.billing-table th,.billing-table td{min-width:92px;white-space:nowrap}.billing-table th:first-child,.billing-table td:first-child,.billing-table th:nth-child(2),.billing-table td:nth-child(2),.billing-table th:last-child,.billing-table td:last-child{min-width:150px}.billing-table.is-developer-context th:nth-child(3),.billing-table.is-developer-context td:nth-child(3),.billing-table.is-developer-context th:nth-child(4),.billing-table.is-developer-context td:nth-child(4){min-width:150px}.account-pagination{display:flex;gap:5px;justify-content:flex-end;margin-top:13px}.account-pagination button{min-width:30px;height:30px;padding:0 9px;color:#66666f;font-size:10px;cursor:pointer;background:#fff;border:1px solid #ddddE1;border-radius:7px}.account-pagination button.is-active{color:#fff;background:#242429;border-color:#242429}.account-pagination button:disabled{color:#b2b2b8;cursor:not-allowed;background:#f3f3f5}.recharge-section{margin-bottom:6px}.recharge-table th:nth-child(1){width:28%}.recharge-table th:nth-child(2){width:24%}.recharge-table th:nth-child(3){width:18%}.recharge-table th:nth-child(4){width:15%}.recharge-table th:nth-child(5){width:15%}.create-voice-page{width:min(100%,1100px);margin:0 auto;padding:2px 0 26px}.create-voice-page>h2{margin:0;color:var(--text);font-size:22px;font-weight:650;line-height:1.35;text-align:center;letter-spacing:-.025em}.instant-clone-page{width:min(100%,1120px);margin:0 auto}.instant-clone-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.instant-clone-header h1{margin:0;color:#19191d;font-size:30px;font-weight:700;line-height:1.3;letter-spacing:-.03em}.instant-clone-header p{margin:5px 0 0;color:#85858e;font-size:13px;line-height:20px}.instant-clone-source{display:inline-flex;gap:4px;padding:4px;background:#ededf0;border-radius:12px}.instant-clone-source button{min-width:98px;height:34px;padding:0 16px;color:#777780;font-size:13px;font-weight:590;cursor:pointer;background:transparent;border:0;border-radius:9px}.instant-clone-source button.is-active{color:#202024;background:#fff;box-shadow:0 1px 3px #12121814}.instant-clone-panel{min-height:640px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.instant-clone-landing{display:flex;min-height:610px;flex-direction:column;align-items:center;justify-content:center;padding:0 36px 86px;text-align:center}.instant-clone-landing h2{margin:0;color:#18181c;font-size:36px;font-weight:520;line-height:1.35;letter-spacing:-.045em}.instant-clone-landing h2 strong{font-weight:720}.instant-clone-landing>p{margin:24px 0 0;color:#707078;font-size:15px;line-height:24px}.instant-clone-landing-wave{width:min(100%,840px);height:92px;margin-top:24px;object-fit:cover;object-position:center 58%;opacity:.52}.instant-clone-landing-actions{display:flex;gap:22px;margin-top:22px}.instant-clone-landing-actions button{display:inline-flex;width:190px;height:56px;align-items:center;justify-content:center;gap:12px;color:#1f1f24;font-size:16px;font-weight:640;cursor:pointer;background:#fff;border:1px solid #2b2b30;border-radius:8px}.instant-clone-landing-actions button.is-primary{color:#fff;background:#1f1f24}.instant-clone-landing-actions button:hover{transform:translateY(-1px)}.instant-clone-landing-actions button.is-primary:hover{background:#09090b}.instant-clone-recorder{display:flex;min-height:610px;flex-direction:column;align-items:center;justify-content:center;padding:8px 36px 74px;text-align:center}.instant-clone-recorder-kicker{color:#85858e;font-size:14px;font-weight:560;line-height:22px}.instant-clone-recorder blockquote{max-width:900px;margin:30px auto 48px;color:#18181c;font-size:clamp(30px,3vw,42px);font-weight:610;line-height:1.55;letter-spacing:-.045em}.instant-clone-recorder-button{display:grid;place-items:center;width:94px;height:94px;color:#fff;cursor:pointer;background:#1f1f24;border:0;border-radius:50%;box-shadow:0 12px 32px #18181d2e}.instant-clone-recorder-button:hover{background:#09090b;transform:translateY(-1px)}.instant-clone-recorder-button.is-recording{position:relative;cursor:default;background:#25252a;box-shadow:0 0 0 10px #f2f2f4,0 12px 32px #18181d29}.instant-clone-recorder-button.is-recording:after{position:absolute;top:10px;right:10px;width:11px;height:11px;content:"";background:#dd4949;border:3px solid #ffffff;border-radius:50%}.instant-clone-recording-wave{width:min(100%,900px);height:112px;margin:2px auto 28px;object-fit:cover;object-position:center 58%;opacity:.74;animation:instant-clone-wave-response 1.4s ease-in-out infinite alternate}.instant-clone-finish-recording{display:inline-flex;min-width:148px;height:48px;align-items:center;justify-content:center;gap:9px;padding:0 22px;color:#fff;font-size:15px;font-weight:650;cursor:pointer;background:#1f1f24;border:0;border-radius:10px}.instant-clone-finish-recording:hover{background:#09090b;transform:translateY(-1px)}.instant-clone-recording-meta{display:inline-flex;align-items:center;gap:18px;margin-top:22px}.instant-clone-recording-meta time{min-width:44px;color:#202025;font-size:16px;font-variant-numeric:tabular-nums;font-weight:580;line-height:24px}.instant-clone-recording-meta>span{width:1px;height:22px;background:#dedee3}.instant-clone-recording-meta button{padding:4px 0;color:#565660;font-size:14px;font-weight:620;cursor:pointer;background:transparent;border:0}.instant-clone-recording-meta button:hover{color:#17171b}.instant-clone-recorder>strong{margin-top:24px;color:#242429;font-size:18px;font-weight:650;line-height:26px}.instant-clone-recorder-note,.instant-clone-recorder>time{margin-top:10px;color:#8a8a93;font-size:13px;line-height:20px}.instant-clone-recorder>time{color:#45454d;font-size:20px;font-variant-numeric:tabular-nums;font-weight:640}.instant-clone-upload-entry{display:inline-flex;height:34px;align-items:center;gap:7px;margin-top:28px;padding:0 14px;color:#606068;font-size:12px;font-weight:600;cursor:pointer;background:#fff;border:1px solid #dedee3;border-radius:9px}.instant-clone-upload-entry:hover{color:#242429;border-color:#bdbdc4}.instant-clone-upload,.instant-clone-checking,.instant-clone-error{display:flex;min-height:610px;flex-direction:column;align-items:center;justify-content:center}.instant-clone-file-input{display:none}.instant-clone-upload-icon{display:grid;place-items:center;width:68px;height:68px;color:#34343a;background:#f0f0f2;border-radius:50%}.instant-clone-upload h2,.instant-clone-checking strong,.instant-clone-error strong{margin:20px 0 0;color:#29292e;font-size:22px;font-weight:680;line-height:30px}.instant-clone-upload p,.instant-clone-checking p{margin:8px 0 0;color:#5f5f68;font-size:13px;line-height:20px}.instant-clone-upload>span:not(.instant-clone-upload-icon),.instant-clone-checking>span:last-child{margin-top:6px;color:#888890;font-size:12px}.instant-clone-upload>button,.instant-clone-error>button{min-width:108px;height:38px;margin-top:22px;padding:0 20px;color:#fff;font-size:13px;font-weight:620;cursor:pointer;background:#242429;border:0;border-radius:10px}.instant-clone-upload.is-dragging{background:#f7f7f8;outline:2px dashed #8d8d95;outline-offset:-18px}.instant-clone-upload>button.instant-clone-upload-back,.instant-clone-error>button.instant-clone-error-back{min-width:auto;height:30px;margin-top:10px;padding:0 10px;color:#73737c;font-size:12px;background:transparent;border:0}.instant-clone-upload>button.instant-clone-upload-back:hover,.instant-clone-error>button.instant-clone-error-back:hover{color:#242429;text-decoration:underline}.instant-clone-checking{border-style:solid}.instant-clone-spinner{width:38px;height:38px;border:3px solid #e4e4e8;border-top-color:#29292e;border-radius:50%;animation:instant-clone-spin .8s linear infinite}@keyframes instant-clone-spin{to{transform:rotate(360deg)}}@keyframes instant-clone-wave-response{0%{opacity:.48;transform:scaleY(.76)}to{opacity:.82;transform:scaleY(1.08)}}.instant-clone-error{border-style:solid}.instant-clone-error>span:first-child{display:grid;place-items:center;width:42px;height:42px;color:#8d3838;font-size:20px;font-weight:700;background:#fbefef;border-radius:50%}.instant-clone-error p{margin:7px 0 0;color:#7b7b84;font-size:13px}.instant-clone-confirm{display:flex;min-height:610px;flex-direction:column;align-items:center;justify-content:center;padding-bottom:54px}.instant-clone-confirm>h2{margin:0 0 50px;color:#18181c;font-size:36px;font-weight:700;line-height:1.3;letter-spacing:-.04em}.instant-clone-confirm>h2 span{color:#686872}.instant-clone-confirm-card{width:min(100%,790px);overflow:hidden;background:#fff;border:1px solid #e0e0e4;border-radius:18px;box-shadow:0 10px 34px #18181e0d}.instant-clone-confirm-main{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:104px;padding:18px 24px}.instant-clone-confirm-play,.instant-clone-confirm-tools button{display:grid;place-items:center;color:#3d3d45;cursor:pointer;background:#f5f5f6;border:1px solid transparent;border-radius:50%}.instant-clone-confirm-play{width:58px;height:58px}.instant-clone-confirm-play:hover,.instant-clone-confirm-play.is-playing,.instant-clone-confirm-tools button:hover{color:#1f1f24;background:#fff;border-color:#d4d4d9}.instant-clone-confirm-file{min-width:0}.instant-clone-confirm-file strong,.instant-clone-confirm-file span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instant-clone-confirm-file strong{color:#25252a;font-size:16px;font-weight:650;line-height:24px}.instant-clone-confirm-file span{margin-top:3px;color:#888890;font-size:13px;font-variant-numeric:tabular-nums;line-height:20px}.instant-clone-confirm-tools{display:flex;align-items:center;gap:12px}.instant-clone-confirm-tools button{width:42px;height:42px}.instant-clone-confirm-tools button.instant-clone-replace-sample{display:inline-flex;width:auto;height:40px;padding:0 15px;gap:7px;color:#55555e;font:inherit;font-size:13px;font-weight:600;white-space:nowrap;background:#f5f5f6;border-radius:20px}.instant-clone-confirm-text{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:14px;padding:16px 24px 18px;border-top:1px solid #ececef}.instant-clone-confirm-text>span{padding-top:9px;color:#7b7b84;font-size:13px;line-height:20px}.instant-clone-confirm-text textarea{width:100%;min-height:68px;padding:9px 12px;color:#333338;font:inherit;font-size:13px;line-height:1.6;resize:none;background:#f7f7f8;border:1px solid transparent;border-radius:10px;outline:none}.instant-clone-confirm-text textarea:focus{background:#fff;border-color:#d0d0d6;box-shadow:0 0 0 3px #18181e0d}.instant-clone-start{display:inline-flex;width:224px;height:50px;align-items:center;justify-content:center;gap:10px;margin-top:42px;color:#fff;font-size:15px;font-weight:650;cursor:pointer;background:#232328;border:0;border-radius:12px}.instant-clone-start:hover:not(:disabled){background:#09090b;transform:translateY(-1px)}.instant-clone-start:disabled{color:#a1a1a8;cursor:not-allowed;background:#e8e8eb}.instant-clone-agreement{display:flex;align-items:center;gap:8px;margin-top:18px;color:#55555d;font-size:12px;line-height:18px}.instant-clone-agreement input{width:16px;height:16px;margin:0;accent-color:#242429}.instant-clone-agreement a{color:#34343a;font-weight:600;text-decoration:none}.instant-clone-agreement a:hover{text-decoration:underline}.instant-clone-review{width:min(100%,760px);margin:0 auto}.instant-clone-review-heading{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid #ececef}.instant-clone-review-heading h2{margin:0;color:#222227;font-size:19px;font-weight:670;line-height:28px;letter-spacing:-.02em}.instant-clone-review-heading span{display:block;margin-top:4px;color:#6f7c70;font-size:12px}.instant-clone-review-heading button{height:34px;padding:0 14px;color:#55555e;font-size:12px;font-weight:580;cursor:pointer;background:#fff;border:1px solid #dcdce1;border-radius:9px}.instant-clone-audio-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:68px;margin-top:20px;padding:10px 14px;color:#2d2d32;text-align:left;cursor:pointer;background:#f6f6f7;border:1px solid transparent;border-radius:13px}.instant-clone-audio-row.is-playing,.instant-clone-audio-row.is-generated{background:#fff;border-color:#d8d8dd}.instant-clone-play-icon{display:grid;place-items:center;width:36px;height:36px;background:#fff;border:1px solid #ddddE2;border-radius:50%}.instant-clone-audio-row>span:nth-child(2){min-width:0}.instant-clone-audio-row strong,.instant-clone-audio-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instant-clone-audio-row strong{font-size:13px;font-weight:640;line-height:19px}.instant-clone-audio-row small,.instant-clone-audio-row time{color:#888890;font-size:11px;line-height:17px}.instant-clone-transcript{display:grid;gap:8px;margin-top:22px}.instant-clone-transcript>span{color:#3c3c42;font-size:12px;font-weight:620}.instant-clone-transcript textarea{width:100%;min-height:112px;padding:14px 16px;color:#303036;font:inherit;font-size:13px;line-height:1.65;resize:none;background:#fff;border:1px solid #dcdce1;border-radius:12px;outline:none}.instant-clone-transcript textarea:focus{border-color:#8d8d95;box-shadow:0 0 0 3px #1e1e230f}.instant-clone-review-actions{display:flex;justify-content:flex-end;margin-top:22px}.instant-clone-details,.instant-clone-saved{display:flex;min-height:610px;flex-direction:column;align-items:center;justify-content:center;padding-bottom:54px}.instant-clone-details>h2,.instant-clone-saved>h2{margin:0 0 30px;color:#18181c;font-size:32px;font-weight:700;line-height:1.35;letter-spacing:-.035em}.instant-clone-details-card{width:min(100%,680px);padding:30px;background:#fff;border:1px solid #e0e0e4;border-radius:18px;box-shadow:0 10px 34px #18181e0d}.instant-clone-details-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr);gap:22px 18px}.instant-clone-field{display:grid;gap:10px}.instant-clone-field.is-wide{grid-column:1 / -1}.instant-clone-field>span:first-child{color:#333338;font-size:13px;font-weight:640;line-height:20px}.instant-clone-input-wrap,.instant-clone-textarea-wrap{position:relative;display:block}.instant-clone-details-card input,.instant-clone-details-card select,.instant-clone-details-card textarea{width:100%;color:#242429;font:inherit;font-size:14px;background:#f7f7f8;border:1px solid transparent;border-radius:11px;outline:none}.instant-clone-details-card input,.instant-clone-details-card select{height:48px;padding:0 44px 0 14px}.instant-clone-details-card select{padding-right:14px}.instant-clone-details-card textarea{min-height:86px;padding:12px 14px 28px;line-height:1.55;resize:none}.instant-clone-input-wrap small,.instant-clone-textarea-wrap small{position:absolute;right:12px;bottom:9px;color:#909098;font-size:11px;font-variant-numeric:tabular-nums}.instant-clone-input-wrap small{top:50%;bottom:auto;transform:translateY(-50%)}.instant-clone-details-card input:focus,.instant-clone-details-card select:focus,.instant-clone-details-card textarea:focus{background:#fff;border-color:#92929a;box-shadow:0 0 0 3px #1e1e230f}.instant-clone-avatar-upload{display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;gap:16px;width:100%;min-height:92px;padding:14px 18px;color:#333338;text-align:left;cursor:pointer;background:#f7f7f8;border:1px solid transparent;border-radius:12px}.instant-clone-avatar-upload:hover{background:#fff;border-color:#d0d0d6}.instant-clone-avatar-upload>img,.instant-clone-avatar-placeholder{width:64px;height:64px;border-radius:14px}.instant-clone-avatar-upload>img{object-fit:cover}.instant-clone-avatar-placeholder{display:grid;place-items:center;color:#242429;font-size:22px;font-weight:700;background:#ececf1}.instant-clone-avatar-copy{display:grid;min-width:0;gap:5px}.instant-clone-avatar-copy strong,.instant-clone-avatar-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instant-clone-avatar-copy strong{font-size:13px;font-weight:650}.instant-clone-avatar-copy small{color:#85858d;font-size:11px;line-height:17px}.instant-clone-details-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.instant-clone-details-actions button,.instant-clone-saved-actions button{min-width:124px;height:42px;padding:0 20px;font-size:13px;font-weight:640;cursor:pointer;border-radius:10px}.instant-clone-details-actions .is-secondary,.instant-clone-saved-actions .is-secondary{color:#3c3c42;background:#fff;border:1px solid #d8d8dd}.instant-clone-details-actions .is-primary,.instant-clone-saved-actions .is-primary{color:#fff;background:#242429;border:1px solid #242429}.instant-clone-details-actions .is-primary:disabled{color:#a1a1a8;cursor:not-allowed;background:#e8e8eb;border-color:#e8e8eb}.instant-clone-saved>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:18px;color:#fff;background:#242429;border-radius:50%}.instant-clone-saved>h2{margin-bottom:8px}.instant-clone-saved>strong{margin-bottom:30px;color:#777780;font-size:14px;font-weight:580}.instant-clone-saved-actions{display:flex;gap:12px}.instant-clone-generate{min-width:140px;height:42px;padding:0 22px;color:#fff;font-size:13px;font-weight:650;cursor:pointer;background:#242429;border:0;border-radius:11px}.instant-clone-generate:disabled{color:#9999a1;cursor:not-allowed;background:#ededf0}.voice-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.voice-method-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:184px;padding:22px 24px 20px;overflow:hidden;color:var(--text);text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:18px;box-shadow:0 1px 2px #12121808;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.voice-method-card:hover{border-color:#cfcfd4;box-shadow:0 8px 24px #1212180f;transform:translateY(-1px)}.voice-method-card.is-selected{border-color:#8d8d96;box-shadow:0 0 0 1px #18181b12,0 8px 24px #1212180d}.voice-method-card.is-professional{grid-column:1 / -1;min-height:202px}.voice-method-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:18px;color:#55555d;background:#f4f2ef;border-radius:50%}.voice-method-card.is-professional .voice-method-icon{color:#694f37;background:#f7e4cf}.voice-method-title{font-size:19px;font-weight:650;line-height:1.35;letter-spacing:-.02em}.voice-method-description{margin-top:8px;color:#7b7b84;font-size:13px;font-weight:400;line-height:1.5}.voice-method-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.voice-method-tags>span{display:inline-flex;align-items:center;min-height:25px;padding:2px 11px;color:#7b7b84;font-size:12px;font-weight:450;line-height:1.2;background:#fff;border:1px solid #e7e4e1;border-radius:999px}.voice-method-quota{display:inline-flex;gap:8px;align-items:center;margin-top:13px;color:#55555d;font-size:12px;font-weight:500;line-height:1.4}.voice-method-quota>span{width:13px;height:13px;border:2px solid #2e2e33;border-radius:50%}.trained-voices{margin-top:42px}.trained-voices>h3{margin:0 0 14px;color:var(--text);font-size:17px;font-weight:650;line-height:1.4;letter-spacing:-.02em}.trained-voice-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:16px;align-items:center;min-height:106px;padding:18px 20px;background:#fff;border:1px solid #e4e4e7;border-radius:17px;box-shadow:0 1px 2px #12121808}.trained-voice-card>img{display:block;width:58px;height:58px;object-fit:cover;border-radius:50%}.trained-voice-copy{min-width:0}.trained-voice-copy h4{margin:0;color:var(--text);font-size:16px;font-weight:650;line-height:1.35}.trained-voice-copy p{margin:6px 0 0;overflow:hidden;color:#7b7b84;font-size:12px;font-weight:400;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.trained-voice-view{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-width:96px;min-height:40px;padding:0 18px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;background:#18181b;border:0;border-radius:999px}.trained-voice-view:hover{background:#303036}.trained-voice-view svg{transform:rotate(-90deg)}.home-page{display:grid;gap:11px;width:100%;min-width:980px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.home-hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-hero-card{position:relative;min-height:196px;padding:26px 28px;overflow:hidden;background:#fff;border:1px solid #e1e1e4;border-radius:14px;box-shadow:0 1px 2px #12121805}.home-hero-copy{position:relative;z-index:1;width:57%}.home-hero-copy h2{margin:0;color:#17171a;font-size:22px;font-weight:650;line-height:1.3;letter-spacing:-.03em}.home-hero-copy p{margin:7px 0 0;color:#74747d;font-size:11px;font-weight:400;line-height:1.5;white-space:nowrap}.home-hero-action{display:inline-flex;gap:9px;align-items:center;justify-content:center;min-width:104px;min-height:34px;padding:0 15px;margin-top:38px;color:#242429;font-size:12px;font-weight:600;cursor:pointer;background:#fff;border:1px solid #d8d8dc;border-radius:999px;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.home-hero-action:hover{color:#111114;background:#f4f4f5;border-color:#bfc0c5;transform:translateY(-1px)}.home-hero-action.is-primary{color:#fff;background:#151518;border-color:#151518}.home-hero-action.is-primary:hover{background:#2d2d32;border-color:#2d2d32}.home-hero-action svg,.home-section-heading>button svg{transform:rotate(-90deg)}.home-hero-image{position:absolute;top:50%;right:10px;display:block;width:46%;height:80%;object-fit:contain;object-position:right center;mix-blend-mode:multiply;transform:translateY(-50%)}.home-quick-actions{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));min-height:94px;padding:8px 6px 6px}.home-quick-actions.is-phase-one{grid-template-columns:repeat(3,minmax(0,1fr))}.home-quick-actions>button{display:grid;gap:7px;justify-items:center;align-content:center;padding:4px 8px;color:#242429;text-align:center;cursor:pointer;background:transparent;border:0;border-radius:12px}.home-quick-actions>button:hover{background:#f0f0f2}.home-quick-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#1f1f24;background:#f2f2f3;border-radius:50%}.home-quick-label{font-size:12px;font-weight:600;line-height:17px}.home-panel{background:#fff;border:1px solid #e4e4e7;border-radius:13px;box-shadow:0 1px 2px #12121805}.home-recent .home-section-heading{min-height:44px}.home-project-state-controls{display:inline-flex;gap:7px;align-items:center;color:#9999a1;font-size:9px;font-weight:500;line-height:14px}.home-project-state-label{white-space:nowrap}.home-project-state-segmented{display:inline-flex;gap:1px;padding:2px;background:#f5f5f6;border:1px solid #e7e7e9;border-radius:7px}.home-project-state-segmented button{min-height:20px;padding:0 7px;color:#898991;font-size:9px;font-weight:550;line-height:18px;cursor:pointer;background:transparent;border:0;border-radius:5px}.home-project-state-segmented button:hover{color:#333339}.home-project-state-segmented button[aria-pressed=true]{color:#34343a;background:#fff;box-shadow:0 1px 2px #12121814}.home-section-heading{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 18px}.home-section-heading h2{margin:0;color:#1a1a1e;font-size:14px;font-weight:650;line-height:20px;letter-spacing:-.02em}.home-section-heading>button{display:inline-flex;gap:6px;align-items:center;padding:5px 0;color:#5f5f68;font-size:11px;font-weight:500;cursor:pointer;background:transparent;border:0}.home-section-heading>button:hover{color:#18181b}.home-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:0 14px 14px}.home-project-card{display:grid;grid-template-columns:92px minmax(0,1fr) 30px;gap:13px;align-items:center;min-height:94px;padding:8px;background:#fff;border:1px solid #e7e7ea;border-radius:10px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.home-project-card:hover{background:#fafafa;border-color:#d3d3d7;box-shadow:0 5px 18px #1212180a}.home-project-card>img{display:block;width:92px;height:72px;object-fit:cover;border-radius:8px}.home-project-copy{min-width:0}.home-project-copy h3{margin:0;overflow:hidden;color:#242429;font-size:13px;font-weight:620;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.home-project-copy p{margin:3px 0 0;color:#81818a;font-size:10px;line-height:14px}.home-project-copy time{display:block;margin-top:7px;color:#777781;font-size:11px;line-height:16px;white-space:nowrap}.home-project-card>button{display:inline-flex;align-items:center;justify-content:center;align-self:end;width:28px;height:28px;padding:0;color:#2f2f35;cursor:pointer;background:#fff;border:1px solid #dedee2;border-radius:50%}.home-project-card>button:hover{background:#f5f5f6;border-color:#c9c9ce}.home-project-card>button svg{transform:rotate(-90deg)}.home-empty-status,.home-new-project-status{color:#8a8a93;font-size:10px;font-weight:500}.home-template-empty{padding:0 14px 14px}.home-empty-copy{display:flex;gap:10px;align-items:center;min-height:52px;padding:10px 12px;margin-bottom:10px;color:#6f6f78;background:#fafafa;border:1px dashed #d9d9dd;border-radius:10px}.home-empty-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;color:#6d6d75;background:#fff;border:1px solid #e4e4e7;border-radius:9px}.home-empty-copy strong{display:block;color:#303035;font-size:11px;font-weight:630;line-height:16px}.home-empty-copy p{margin:2px 0 0;color:#85858e;font-size:9px;line-height:14px}.home-template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-template-card{position:relative;min-width:0;overflow:hidden;cursor:pointer;background:#fff;border:1px solid #e6e6e9;border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.home-template-preview-button{position:absolute;inset:0;z-index:1;width:100%;height:100%;padding:0;cursor:pointer;background:transparent;border:0;border-radius:10px}.home-template-preview-button:focus-visible{outline:2px solid #242429;outline-offset:3px}.home-template-card.is-previewing{border-color:#29292e;box-shadow:inset 0 0 0 1px #29292e,0 7px 20px #12121812}.home-template-card:hover{border-color:#cfcfd4;box-shadow:0 7px 20px #1212180d;transform:translateY(-1px)}.home-template-cover{position:relative;height:78px;overflow:hidden;background:#1e1e22}.home-template-cover>img{display:block;width:100%;height:100%;object-fit:cover}.home-template-play{position:absolute;right:10px;bottom:9px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;background:#121216c7;border:1px solid rgb(255 255 255 / 32%);border-radius:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.home-template-progress{position:absolute;right:0;bottom:0;left:0;height:3px;background:#ffffff59}.home-template-progress i{display:block;width:42%;height:100%;background:#fff;animation:home-template-preview-progress 7s linear infinite}@keyframes home-template-preview-progress{0%{width:8%}to{width:92%}}.home-template-copy{position:relative;z-index:2;padding:10px;pointer-events:none}.home-template-copy>span{display:block;overflow:hidden;color:#8b8b94;font-size:8px;line-height:12px;text-overflow:ellipsis;white-space:nowrap}.home-template-copy h3{margin:4px 0 0;overflow:hidden;color:#25252a;font-size:11px;font-weight:640;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.home-template-copy p{height:28px;margin:3px 0 9px;overflow:hidden;color:#7e7e87;font-size:9px;line-height:14px}.home-template-copy button,.home-created-copy button{position:relative;z-index:3;min-height:28px;padding:0 11px;color:#fff;font-size:9px;font-weight:600;cursor:pointer;background:#242429;border:1px solid #242429;border-radius:999px;pointer-events:auto}.home-template-copy button:hover,.home-created-copy button:hover{background:#111114;border-color:#111114}.home-project-created{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:12px;padding:0 14px 14px}.home-project-created-tag{display:inline-block;margin-bottom:3px;color:#6e6e77;font-size:8px;line-height:11px}.home-created-copy{display:flex;flex-wrap:wrap;gap:4px 12px;align-content:center;align-items:center;padding:12px 14px;background:#f7f7f8;border:1px solid #e7e7ea;border-radius:10px}.home-created-copy strong{flex:1 1 100%;color:#28282d;font-size:11px;line-height:16px}.home-created-copy span{flex:1 1 180px;color:#81818a;font-size:9px;line-height:14px}.home-voices{padding-bottom:14px}.home-voices .home-section-heading{min-height:44px}.home-library-voice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px;padding:0 12px}.home-voice-card{display:grid;grid-template-columns:40px minmax(0,1fr) 26px;gap:8px;align-items:center;min-width:0;min-height:76px;padding:8px;background:#fff;border:1px solid #e7e7ea;border-radius:9px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.home-voice-card:hover,.home-voice-card.is-previewing{background:#f8f8f9;border-color:#d0d0d5;box-shadow:0 5px 16px #1212180d}.home-voice-card>img{display:block;width:40px;height:40px;object-fit:cover;border-radius:50%}.home-voice-copy{min-width:0}.home-voice-copy h3{margin:0;overflow:hidden;color:#2b2b30;font-size:11px;font-weight:650;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.home-voice-copy p{margin:2px 0 0;overflow:hidden;color:#8a8a93;font-size:9px;line-height:12px;text-overflow:ellipsis;white-space:nowrap}.home-voice-tags{display:flex;gap:4px;margin-top:3px}.home-voice-tags span{color:#85858d;font-size:8px;line-height:11px}.home-voice-tags span+span:before{margin-right:4px;color:#c0c0c6;content:"·"}.home-voice-preview{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;color:#28282d;cursor:pointer;background:#f4f4f5;border:1px solid #e2e2e5;border-radius:50%}.home-voice-preview:hover,.home-voice-preview[aria-pressed=true]{color:#fff;background:#202024;border-color:#202024}.voice-library-page{width:100%;min-width:1020px;max-width:1460px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.voice-library-hero{position:relative;height:190px;overflow:hidden;background:#fff}.voice-library-hero>img{position:absolute;top:0;right:0;bottom:0;display:block;width:64%;height:100%;object-fit:cover;object-position:center 54%;opacity:.92}.voice-library-hero-copy{position:relative;z-index:1;width:44%;padding-top:39px}.voice-library-hero-copy h1{margin:0;color:#111114;font-size:31px;font-weight:680;line-height:1.24;letter-spacing:-.045em}.voice-library-hero-copy p{margin:13px 0 0;color:#7b7b84;font-size:13px;font-weight:400;line-height:20px}.voice-spectrum-labels{position:absolute;inset:0;z-index:1;pointer-events:none;color:#55555e;font-size:11px;font-weight:560;line-height:16px;text-align:center}.voice-spectrum-labels span{position:absolute;width:64px;transform:translate(-50%)}.voice-spectrum-labels span:nth-child(1){top:83px;left:51%}.voice-spectrum-labels span:nth-child(2){top:60px;left:66%}.voice-spectrum-labels span:nth-child(3){top:41px;left:82%}.voice-spectrum-labels span:nth-child(4){top:24px;left:93%}.voice-category-tabs{position:sticky;top:var(--topbar-height);z-index:12;display:flex;gap:11px;align-items:center;height:54px;padding:0;background:#fffffff5;border-bottom:1px solid #e8e8eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.voice-category-tabs button{min-height:30px;padding:0 13px;color:#6d6d76;font-size:12px;font-weight:520;line-height:30px;white-space:nowrap;cursor:pointer;background:transparent;border:0;border-radius:999px}.voice-category-tabs button:hover{color:#18181b;background:#f3f3f4}.voice-category-tabs button.is-active{color:#fff;font-weight:620;background:#18181b}.voice-library-section{scroll-margin-top:118px;padding-top:25px}.voice-library-section+.voice-library-section{margin-top:4px}.voice-library-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.voice-library-section-heading h2{margin:0;color:#19191d;font-size:17px;font-weight:650;line-height:24px;letter-spacing:-.025em}.voice-library-section-heading>span{color:#8c8c95;font-size:11px;font-weight:450;line-height:18px}.voice-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}.voice-library-card{position:relative;min-width:0;min-height:124px;padding:16px 14px 13px 16px;overflow:hidden;cursor:pointer;background:#f6f6f7;border:1px solid transparent;border-radius:14px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.voice-library-more{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;padding:0;color:#6d6d75;cursor:pointer;background:#ffffffc2;border:1px solid #dedee2;border-radius:50%}.voice-library-more:hover{color:#17171a;background:#fff;border-color:#dedee2}.voice-library-menu-wrap{position:relative;z-index:4;flex:0 0 auto}.voice-library-actions-menu{position:absolute;z-index:8;bottom:calc(100% + 6px);left:0;display:grid;width:144px;padding:5px;background:#fff;border:1px solid #dedee2;border-radius:10px;box-shadow:0 12px 30px #18181c29}.voice-library-actions-menu button{display:flex;gap:7px;align-items:center;min-height:32px;padding:0 10px;color:#34343a;font-size:10px;font-weight:560;text-align:left;white-space:nowrap;cursor:pointer;background:transparent;border:0;border-radius:7px}.voice-library-actions-menu button:hover,.voice-library-actions-menu button:focus-visible{background:#f1f1f3;outline:none}.voice-library-actions-menu button.is-danger{color:#cf3636}.voice-library-card:hover:not(.is-previewing):not(.is-selected){background:#f1f1f3}.voice-library-card.is-previewing,.voice-library-card.is-selected{background:#fff;border-color:#26262b;box-shadow:inset 0 0 0 1px #26262b}.voice-library-card-main{position:static;min-height:94px}.voice-library-card-main>img{position:absolute;right:9px;bottom:-10px;display:block;width:112px;height:112px;object-fit:cover;object-position:center top;border-radius:50%}.voice-library-card-copy{position:relative;z-index:1;display:flex;flex-direction:column;height:94px;min-width:0;max-width:68%}.voice-library-card-title{display:flex;gap:7px;align-items:center;min-width:0}.voice-library-card-title h3{margin:0;overflow:hidden;color:#19191d;font-size:13px;font-weight:650;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.voice-library-card-title>span{flex:0 0 auto;padding-left:7px;color:#8a8a93;font-size:9px;font-weight:500;line-height:13px;border-left:1px solid #cfcfd4}.voice-library-card-copy p{margin:5px 0 0;overflow:hidden;color:#777780;font-size:10px;font-weight:400;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.voice-library-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.voice-library-tags span{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;color:#606069;font-size:9px;font-weight:500;line-height:20px;white-space:nowrap;background:#fff;border:1px solid #e2e2e5;border-radius:6px}.voice-library-card-actions{display:flex;gap:6px;align-items:center;min-height:28px;margin-top:auto}.voice-library-play{display:inline-flex;gap:4px;align-items:center;justify-content:center;flex:0 0 auto;min-width:52px;height:27px;padding:0 8px;color:#55555e;font-size:9px;font-weight:550;cursor:pointer;background:#ffffffc2;border:1px solid #dedee2;border-radius:999px}.voice-library-play:hover,.voice-library-play[aria-pressed=true]{color:#fff;background:#1e1e22;border-color:#1e1e22}.voice-library-use{min-width:72px;height:27px;padding:0 10px;color:#34343a;font-size:9px;font-weight:600;cursor:pointer;background:#ffffffc2;border:1px solid #dedee2;border-radius:999px}.voice-library-use:hover:not(:disabled){color:#fff;background:#242429;border-color:#242429}.voice-library-use:disabled{color:#a3a3aa;cursor:not-allowed;background:#eeeef0;border-color:#e2e2e5}.voice-library-preview-state{display:grid;grid-template-columns:24px minmax(72px,1fr) auto;gap:8px;align-items:center;min-width:0;color:#1e1e22}.voice-library-progress{position:relative;display:block;height:3px;overflow:hidden;background:#dddddf;border-radius:999px}.voice-library-progress>span{display:block;width:40%;height:100%;background:#1d1d21;border-radius:inherit}.voice-library-preview-state time{color:#7b7b84;font-size:9px;font-variant-numeric:tabular-nums;line-height:14px;white-space:nowrap}.voice-library-category{padding-top:30px}.voice-library-grid.is-compact{gap:10px 14px}.voice-library-card.is-compact{min-height:98px;padding:13px 12px 11px 14px;border-radius:12px}.voice-library-card.is-compact .voice-library-card-main{min-height:72px}.voice-library-card.is-compact .voice-library-card-main>img{right:7px;bottom:-9px;width:88px;height:88px}.voice-library-card.is-compact .voice-library-card-title h3{font-size:12px;line-height:17px}.voice-library-card.is-compact .voice-library-card-copy p{font-size:9px;line-height:14px}.voice-library-card.is-compact .voice-library-card-copy{height:72px}.voice-library-card.is-compact .voice-library-tags{gap:4px;margin-top:6px}.voice-library-card.is-compact .voice-library-tags span{min-height:19px;padding:0 6px;font-size:8px;line-height:17px;border-radius:5px}.voice-library-card.is-compact .voice-library-card-actions{min-height:25px}.voice-library-card.is-compact .voice-library-play{min-width:48px;height:25px}.voice-library-card.is-compact .voice-library-use{min-width:64px;height:25px;padding:0 8px;font-size:8px}.voice-library-previewing-label{display:inline-flex;gap:3px;align-items:center;color:#5f5f68;font-size:8px;font-weight:550;line-height:14px;white-space:nowrap}.voice-library-card.is-personal{background:#f6f6f7}.voice-library-card.is-personal .voice-library-more{color:#66666f}.voice-conversation-card-status{display:flex;gap:5px;align-items:center;min-height:18px;margin-top:auto;color:#7c7c85;font-size:8px;font-weight:560;line-height:14px}.voice-library-card.is-selected .voice-conversation-card-status{color:#242429}.my-voices-page{width:100%;min-width:1020px;max-width:1460px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.my-voices-header{display:flex;align-items:center;justify-content:space-between;min-height:174px;border-bottom:1px solid #e8e8eb}.my-voices-header h1{margin:0;color:#111114;font-size:31px;font-weight:680;line-height:1.24;letter-spacing:-.045em}.my-voices-header p{margin:10px 0 0;color:#7b7b84;font-size:13px;font-weight:400;line-height:20px}.my-voices-header-actions{display:flex;gap:18px;align-items:center}.my-voices-create{display:inline-flex;gap:10px;align-items:center;justify-content:center;min-width:128px;min-height:42px;padding:0 18px;color:#fff;font-size:12px;font-weight:620;cursor:pointer;background:#17171a;border:0;border-radius:12px}.my-voices-create:hover{background:#303036}.resource-limit-upgrade-modal{width:min(560px,calc(100vw - 32px));padding:30px;border-radius:20px}.resource-limit-upgrade-modal header p{max-width:445px}.resource-limit-upgrade-modal header>button{width:34px;height:34px}.resource-limit-upgrade-modal footer{margin-top:30px}.resource-limit-upgrade-modal footer button{min-height:42px;padding:0 20px;border-radius:10px}.my-voices-created{padding-top:25px}.my-voices-created>h2{margin:0 0 15px;color:#19191d;font-size:17px;font-weight:650;line-height:24px;letter-spacing:-.025em}.my-voices-grid{gap:14px}.my-voices-empty{padding:54px 20px;color:#8d8d96;font-size:12px;text-align:center;background:#f7f7f8;border-radius:14px}.voice-delete-modal header p{max-width:340px;margin-top:8px;color:#6f6f78;font-size:11px;line-height:18px}.account-modal footer button.is-danger{color:#fff;background:#d83c3c;border-color:#d83c3c}.account-modal footer button.is-danger:hover{background:#bd3030;border-color:#bd3030}.speech-synthesis-page{display:flex;flex:1 1 auto;flex-direction:column;width:100%;height:100%;min-height:0;min-width:1020px;max-width:1460px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.live-conversation-page{display:flex;flex:1 1 auto;flex-direction:column;width:100%;height:100%;min-width:1020px;min-height:0;max-width:1460px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}.live-conversation-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:62px;margin-bottom:14px}.live-conversation-header>div{display:flex;gap:12px;align-items:center}.live-conversation-header h1{margin:0;color:#161619;font-size:24px;font-weight:680;line-height:32px;letter-spacing:-.035em}.live-conversation-header>div>span{min-height:36px;padding:7px 11px;color:#6f6f78;font-size:9px;line-height:12px;white-space:nowrap;background:#fff;border:1px solid #dedee2;border-radius:9px}.live-conversation-workbench{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;min-height:0;padding:28px 42px 24px;overflow:hidden;background:#fff;border:1px solid #e5e5e8;border-radius:18px;box-shadow:0 1px 2px #12121805}.live-conversation-page.is-ready .live-conversation-workbench{flex:0 0 auto;justify-content:center;height:clamp(420px,calc(100vh - 260px),520px);padding-top:32px;padding-bottom:32px}.live-conversation-hero{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;max-width:760px;text-align:center}.live-conversation-presence{width:84px;height:84px;padding:5px;margin-bottom:14px;overflow:hidden;background:#f3f3f4;border:1px solid #dedee2;border-radius:50%;box-shadow:0 0 0 7px #f6f6f7}.live-conversation-presence img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%}.live-conversation-page.is-active .live-conversation-presence{border-color:#2f6d5c;box-shadow:0 0 0 7px #edf5f2}.live-conversation-hero h2{margin:0;color:#1c1c20;font-size:27px;font-weight:680;line-height:38px;letter-spacing:-.045em}.live-conversation-hero h2 strong{color:#286d5a;font:inherit}.live-conversation-hero>p:not(.live-conversation-duration){margin:7px 0 0;color:#777780;font-size:11px;line-height:18px}.live-conversation-duration{margin:7px 0 0;color:#5e5e67;font-size:12px;font-variant-numeric:tabular-nums;font-weight:580;line-height:18px}.live-conversation-ready-panel{display:flex;flex:0 0 auto;flex-direction:column;width:min(100%,520px);min-height:0;padding-top:24px}.live-conversation-current-title{margin:0 0 12px;color:#3e3e45;font-size:12px;font-weight:650;line-height:18px;text-align:center}.live-conversation-current-voice .voice-library-card.is-current-voice{min-height:94px;padding:12px 14px;background:#f7f7f8}.live-conversation-current-voice .voice-library-card.is-current-voice .voice-library-card-main{grid-template-columns:64px minmax(0,1fr) auto;min-height:68px}.live-conversation-current-voice .voice-library-card.is-current-voice .voice-library-card-main>img{width:64px;height:64px}.live-conversation-current-voice .voice-library-card.is-current-voice:hover .voice-library-current-action,.live-conversation-current-voice .voice-library-card.is-current-voice[aria-expanded=true] .voice-library-current-action{border-color:#a9a9b0}.live-conversation-voice-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.live-conversation-voice-heading h3{margin:0;color:#3e3e45;font-size:10px;font-weight:650;line-height:16px}.live-conversation-voice-heading button{display:inline-flex;gap:5px;align-items:center;padding:0;color:#39715f;font-size:9px;font-weight:620;cursor:pointer;background:transparent;border:0}.live-conversation-voice-heading button:hover{color:#1f5244}.live-conversation-voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.live-conversation-voice-grid .voice-library-card{min-height:90px;background:#f7f7f8}.live-conversation-voice-grid .voice-library-card.is-selected{background:#fff}.live-conversation-primary,.live-conversation-secondary{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:38px;padding:0 20px;font-size:11px;font-weight:620;cursor:pointer;border-radius:999px}.live-conversation-primary{min-width:180px;margin:18px auto 0;color:#fff;background:#1d1d21;border:1px solid #1d1d21}.live-conversation-page.is-ready .live-conversation-primary{min-width:300px;min-height:46px;margin-top:22px}.live-conversation-primary:hover{background:#34343a;border-color:#34343a}.live-conversation-primary.is-stop{margin-top:16px}.live-conversation-secondary{min-width:104px;color:#4d4d55;background:#fff;border:1px solid #cfcfd4}.live-conversation-secondary:hover{color:#1f1f23;border-color:#9f9fa7}.live-conversation-permission{margin:7px auto 0;color:#94949c;font-size:8px;line-height:12px}.live-conversation-session{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:min(100%,760px);min-height:0}.live-conversation-wave{display:block;width:100%;height:80px;margin:4px 0 12px;object-fit:cover;object-position:center;opacity:.58}.live-conversation-page.is-active .live-conversation-wave{animation:live-conversation-wave-pulse 1.8s ease-in-out infinite alternate}@keyframes live-conversation-wave-pulse{0%{opacity:.38;transform:scaleX(.98)}to{opacity:.72;transform:scaleX(1)}}.live-conversation-transcript{display:grid;gap:8px;width:100%}.live-conversation-transcript article{display:flex;gap:10px;align-items:flex-start;min-height:50px;padding:10px 12px;background:#f7f7f8;border:1px solid #e8e8eb;border-radius:12px}.live-conversation-transcript article>span,.live-conversation-transcript article>img{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;font-size:9px;font-weight:650;background:#34343a;border-radius:50%}.live-conversation-transcript article>img{object-fit:cover;object-position:center top}.live-conversation-transcript article p{margin:4px 0 0;color:#55555e;font-size:10px;line-height:17px}.live-conversation-transcript article>p{margin-top:5px}.live-conversation-transcript article strong{color:#2a2a2f;font-size:10px;font-weight:650;line-height:15px}.live-conversation-ended-actions{display:flex;gap:9px;align-items:center;justify-content:center;margin-top:16px}.live-conversation-ended-actions .live-conversation-primary{min-width:132px;margin:0}.speech-synthesis-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:62px;margin-bottom:14px}.speech-synthesis-header h1{margin:0;color:#161619;font-size:24px;font-weight:680;line-height:32px;letter-spacing:-.035em}.speech-synthesis-header p{margin:4px 0 0;color:#7b7b84;font-size:11px;line-height:17px}.speech-workbench{padding:22px 24px 20px;background:#fff;border:1px solid #e5e5e8;border-radius:18px;box-shadow:0 1px 2px #12121805}.speech-section-heading h2{margin:0;color:#19191d;font-size:15px;font-weight:650;line-height:21px;letter-spacing:-.02em}.speech-section-heading p{margin:3px 0 0;color:#85858e;font-size:10px;line-height:16px}.speech-voice-heading-row{display:flex;gap:20px;align-items:center;justify-content:space-between}.speech-voice-source-tabs{display:inline-flex;flex:0 0 auto;gap:2px;padding:3px;background:#f1f1f3;border-radius:10px}.speech-voice-source-tabs button{min-width:78px;min-height:28px;padding:0 11px;color:#74747d;font-size:10px;font-weight:540;cursor:pointer;background:transparent;border:0;border-radius:8px}.speech-voice-source-tabs button:hover{color:#242429}.speech-voice-source-tabs button.is-active{color:#202024;font-weight:650;background:#fff;box-shadow:0 1px 3px #12121817}.speech-scene-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.speech-scene-tabs button{min-height:29px;padding:0 12px;color:#6b6b74;font-size:10px;font-weight:520;cursor:pointer;background:#fff;border:1px solid #dedee2;border-radius:999px}.speech-scene-tabs button:hover{color:#1e1e22;border-color:#bcbcc3}.speech-scene-tabs button.is-active{color:#fff;font-weight:620;background:#242429;border-color:#242429}.speech-voice-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.speech-voice-option{position:relative;display:flex;align-items:center;justify-content:space-between;min-width:0;min-height:88px;padding:14px 14px 12px 16px;overflow:hidden;color:#212125;text-align:left;cursor:pointer;background:#f6f6f7;border:1px solid transparent;border-radius:14px}.speech-voice-option:hover{background:#f1f1f3}.speech-voice-option.is-selected{background:#fff;border-color:#26262b;box-shadow:inset 0 0 0 1px #26262b}.speech-voice-copy{position:relative;z-index:1;display:grid;gap:6px;min-width:0;max-width:68%}.speech-voice-title{display:flex;gap:7px;align-items:center;min-width:0}.speech-voice-title strong{overflow:hidden;font-size:12px;font-weight:650;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.speech-voice-title .speech-voice-language{flex:0 0 auto;padding-left:7px;color:#8a8a93;font-size:10px;font-weight:500;line-height:14px;border-left:1px solid #cfcfd4}.speech-voice-copy .speech-voice-description{color:#777780;font-size:9px;line-height:14px}.speech-voice-option img{position:absolute;right:7px;bottom:-6px;display:block;width:82px;height:82px;object-fit:cover;object-position:center top;border-radius:50%}.speech-input-section{margin-top:18px}.speech-textarea-shell{position:relative;margin-top:10px}.speech-textarea-shell textarea,.speech-rich-editor{display:block;width:100%;min-height:320px;padding:15px 16px 34px;resize:none;color:#242429;font-family:inherit;font-size:12px;line-height:20px;background:#fff;border:1px solid #dfe0e3;border-radius:14px;outline:none}.speech-textarea-shell textarea::placeholder{color:#b4b4bb}.speech-rich-editor{overflow-y:auto;white-space:pre-wrap;cursor:text;caret-color:#242429;word-break:break-word}.speech-rich-editor:empty:before{color:#b4b4bb;pointer-events:none;content:attr(data-placeholder)}.speech-textarea-shell textarea:focus,.speech-rich-editor:focus{border-color:#8f8f97;box-shadow:0 0 0 2px #2323270f}.speech-inline-tag{display:inline-flex;align-items:center;min-height:25px;padding:0 7px;margin:0 2px;color:#2a2a2f;font-size:13px;font-weight:620;line-height:23px;white-space:nowrap;vertical-align:baseline;-webkit-user-select:all;user-select:all;background:#f1efed;border:1px solid #d7d3d0;border-radius:6px}.speech-tag-suggestions{position:absolute;z-index:7;display:grid;width:calc(100% - 36px);max-width:760px;max-height:282px;padding:8px;overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #e2e2e5;border-radius:14px;box-shadow:0 16px 38px #12121824}.speech-tag-suggestions button{display:flex;gap:18px;align-items:center;justify-content:space-between;min-height:42px;padding:0 14px;color:#29292e;text-align:left;cursor:pointer;background:transparent;border:0;border-radius:10px}.speech-tag-suggestions button:hover,.speech-tag-suggestions button.is-active{background:#ececee}.speech-tag-suggestions strong{overflow:hidden;font-size:13px;font-weight:560;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.speech-tag-suggestions span{flex:0 0 auto;color:#8b8886;font-size:11px;line-height:18px;white-space:nowrap}.speech-tag-suggestions p{padding:14px;margin:0;color:#8f8f97;font-size:11px;text-align:center}.speech-character-count{position:absolute;right:14px;bottom:10px;color:#92929b;font-size:9px;font-variant-numeric:tabular-nums;line-height:14px}.speech-actions{display:flex;align-items:center;justify-content:space-between;min-height:42px;margin-top:12px}.speech-action-buttons{display:flex;gap:9px;align-items:center}.speech-random,.speech-generate{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:36px;padding:0 16px;font-size:11px;font-weight:580;cursor:pointer;border-radius:999px}.speech-random{color:#5e5e67;background:#fff;border:1px solid #cfcfd4}.speech-random:hover{color:#1d1d21;border-color:#a6a6ad}.speech-generate{min-width:98px;color:#fff;background:#1d1d21;border:1px solid #1d1d21}.speech-generate:hover:not(:disabled){background:#34343a;border-color:#34343a}.speech-generate:disabled{color:#a0a0a7;cursor:not-allowed;background:#ececef;border-color:#ececef}.speech-result{display:grid;grid-template-columns:32px 130px auto max-content;gap:9px;align-items:center;color:#74747d;font-size:9px}.speech-result-play{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#fff;cursor:pointer;background:#232327;border:0;border-radius:50%}.speech-result-wave{position:relative;height:3px;overflow:hidden;background:#dedee2;border-radius:999px}.speech-result-wave span{display:block;width:42%;height:100%;background:#242429;border-radius:inherit}.speech-result-download{display:inline-flex;gap:5px;align-items:center;justify-content:center;min-height:30px;padding:0 10px;color:#35353b;font:inherit;font-weight:600;cursor:pointer;background:#fff;border:1px solid #d8d8dd;border-radius:8px}.speech-result-download:hover{color:#111114;background:#eeeef0;border-color:#bcbcc3}.speech-workbench{display:grid;flex:1 1 auto;grid-template-columns:minmax(0,1fr) 340px;height:auto;min-height:0;padding:0;overflow:hidden}.speech-compose-panel{display:flex;flex-direction:column;min-width:0;min-height:0;padding:22px 24px 20px;overflow:hidden}.speech-compose-panel .speech-textarea-shell{display:flex;flex:1 1 auto;min-height:0;margin-top:0}.speech-compose-panel .speech-textarea-shell textarea,.speech-compose-panel .speech-rich-editor{flex:1 1 auto;min-height:0;padding:18px 18px 44px;font-size:13px;line-height:22px;border-radius:12px}.speech-compose-footer{display:flex;gap:16px;align-items:center;justify-content:space-between;min-height:46px;margin-top:12px}.speech-tag-controls{position:relative;display:flex;gap:8px;align-items:center}.speech-tag-button,.speech-auto-tag{display:inline-flex;gap:7px;align-items:center;justify-content:center;min-height:34px;padding:0 13px;color:#4d4d55;font-size:10px;font-weight:570;cursor:pointer;background:#fff;border:1px solid #d7d7dc;border-radius:999px}.speech-tag-button[aria-expanded=true],.speech-tag-button:hover,.speech-auto-tag:hover{color:#1f1f23;border-color:#a9a9b0}.speech-tag-button svg{transition:transform .14s ease}.speech-tag-button[aria-expanded=true] svg{transform:rotate(180deg)}.speech-tag-popover{position:absolute;bottom:42px;left:0;z-index:4;display:grid;grid-template-columns:repeat(2,max-content);gap:6px;padding:8px;background:#fff;border:1px solid #dedee2;border-radius:11px;box-shadow:0 10px 30px #1212181f}.speech-tag-popover button{min-height:28px;padding:0 9px;color:#55555e;font-size:9px;cursor:pointer;background:#f5f5f6;border:0;border-radius:7px}.speech-tag-popover button:hover{color:#fff;background:#242429}.speech-compose-panel>.speech-result{grid-template-columns:32px minmax(120px,180px) auto max-content;min-height:42px;padding:5px 10px;margin-top:8px;background:#f6f6f7;border-radius:10px}.speech-settings-panel{min-width:0;min-height:0;padding:20px 18px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fbfbfc;border-left:1px solid #e5e5e8}.speech-settings-title{display:flex;align-items:center;justify-content:space-between;padding:0 2px 14px;border-bottom:1px solid #e6e6e9}.speech-settings-title h2{margin:0;color:#19191d;font-size:15px;font-weight:670;line-height:22px}.speech-settings-title span{color:#8b8b94;font-size:9px}.speech-setting-section{padding:15px 2px;border-bottom:1px solid #e8e8eb}.speech-setting-section:last-child{border-bottom:0}.speech-setting-section h3{margin:0 0 10px;color:#56565f;font-size:10px;font-weight:650;line-height:15px}.speech-model-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.speech-model-options button{display:grid;gap:2px;min-width:0;min-height:50px;padding:8px 7px;color:#71717a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dedee2;border-radius:10px}.speech-model-options button:hover{border-color:#adadb4}.speech-model-options button.is-selected{color:#202024;border-color:#25252a;box-shadow:inset 0 0 0 1px #25252a}.speech-model-options strong{overflow:hidden;font-size:8.5px;font-weight:650;line-height:13px;text-overflow:ellipsis;white-space:nowrap}.speech-model-options span{overflow:hidden;font-size:7.5px;line-height:11px;text-overflow:ellipsis;white-space:nowrap}.speech-voice-selector{position:relative}.speech-voice-selector .voice-library-card.is-current-voice{min-height:82px;padding:10px;background:#f4f4f6;border-color:#dedee3;border-radius:14px;box-shadow:none}.speech-voice-selector .voice-library-card.is-current-voice:hover,.speech-voice-selector .voice-library-card.is-current-voice[aria-expanded=true]{background:#f1f1f3;border-color:#aaaab2}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-main{display:grid;grid-template-columns:58px minmax(0,1fr) 28px;gap:12px;align-items:center;min-height:60px}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-main>img{position:static;width:58px;height:58px;object-position:center top;border-radius:12px}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-copy{height:auto;max-width:none}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-title{gap:6px;align-items:baseline}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-title h3{margin:0;font-size:11px;font-weight:620;line-height:16px}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-title>span{padding-left:6px;font-size:10px;font-weight:500;line-height:16px}.speech-voice-selector .voice-library-card.is-current-voice .voice-library-card-copy p{margin-top:3px;font-size:9px;line-height:14px}.voice-library-current-switch{display:inline-flex;align-items:center;justify-content:center;color:#303036}.voice-library-current-action{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:32px;padding:0 14px;color:#303036;font-size:10px;font-weight:620;white-space:nowrap;background:#fff;border:1px solid #d8d8dd;border-radius:999px}.voice-library-current-source{display:inline-flex;width:fit-content;min-height:20px;padding:2px 8px;margin-top:5px;color:#6c6c75;font-size:9px;font-weight:560;line-height:16px;background:#ececef;border-radius:6px}.speech-voice-selector.live-conversation-current-voice .voice-library-card.is-current-voice{min-height:104px;padding:12px 14px}.speech-voice-selector.live-conversation-current-voice .voice-library-card.is-current-voice .voice-library-card-main{grid-template-columns:64px minmax(0,1fr) 82px;gap:12px;min-height:78px}.speech-voice-selector.live-conversation-current-voice .voice-library-card.is-current-voice .voice-library-card-main>img{width:64px;height:64px}.speech-voice-dialog-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:40px;background:#14141847;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.speech-voice-dialog{display:flex;flex-direction:column;width:min(680px,calc(100vw - 80px));max-height:min(640px,calc(100vh - 80px));padding:22px;overflow:hidden;background:#fff;border:1px solid #dddde2;border-radius:20px;box-shadow:0 24px 70px #18181c38}.speech-voice-dialog-header{display:flex;align-items:center;justify-content:space-between}.speech-voice-dialog-header h2{margin:0;color:#202024;font-size:20px;font-weight:680;line-height:28px}.speech-voice-dialog-header button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:#515159;cursor:pointer;background:#f4f4f5;border:0;border-radius:50%}.speech-voice-dialog-header button:hover{color:#202024;background:#eaeaed}.speech-voice-source-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:18px;padding:4px;background:#f3f3f5;border-radius:12px}.speech-voice-source-tabs button{min-height:38px;padding:0 16px;color:#72727b;font-size:13px;font-weight:600;cursor:pointer;background:transparent;border:0;border-radius:9px}.speech-voice-source-tabs button.is-active{color:#202024;background:#fff;box-shadow:0 1px 4px #18181c14}.speech-voice-search{width:100%;height:38px;margin-top:12px;padding:0 12px;color:#25252a;font:inherit;font-size:12px;background:#fff;border:1px solid #dedee2;border-radius:10px;outline:none}.speech-voice-search::placeholder{color:#a0a0a8}.speech-voice-search:focus{border-color:#6f6f77;box-shadow:0 0 0 2px #25252a14}.voice-picker-category-filter{display:flex;flex:0 0 auto;gap:7px;margin-top:12px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.voice-picker-category-filter::-webkit-scrollbar{display:none}.voice-picker-category-filter button{flex:0 0 auto;min-height:30px;padding:0 12px;color:#6d6d76;font-size:11px;font-weight:560;white-space:nowrap;cursor:pointer;background:#f3f3f5;border:0;border-radius:999px}.voice-picker-category-filter button:hover{color:#202024;background:#eaeaed}.voice-picker-category-filter button.is-active{color:#fff;background:#242429}.speech-voice-dialog-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;gap:10px;max-height:448px;margin-top:12px;padding-right:2px;overflow-y:auto}.speech-voice-dialog-list.is-grouped{display:block}.voice-picker-group+.voice-picker-group{margin-top:18px}.voice-picker-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;padding:0 2px}.voice-picker-group-heading h3{margin:0;color:#2a2a2f;font-size:12px;font-weight:650;line-height:18px}.voice-picker-group-heading span{color:#92929a;font-size:10px;line-height:16px}.voice-picker-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.speech-voice-dialog-empty{grid-column:1 / -1;padding:42px 0;color:#8c8c94;font-size:12px;text-align:center}.speech-slider-row{display:grid;gap:7px;margin-top:12px}.speech-slider-row:first-of-type{margin-top:0}.speech-slider-row>span{display:flex;align-items:center;justify-content:space-between;color:#686871;font-size:9px}.speech-slider-row strong{color:#28282d;font-size:9px;font-variant-numeric:tabular-nums;font-weight:620}.speech-slider-row input{width:100%;height:3px;accent-color:#25252a;cursor:pointer}.speech-toggle-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:34px;padding:0;margin-top:11px;color:#686871;font-size:9px;cursor:pointer;background:transparent;border:0}.speech-toggle-row>span:last-child{position:relative;width:30px;height:17px;background:#d8d8dc;border-radius:999px}.speech-toggle-row>span:last-child.is-on{background:#25252a}.speech-toggle-row i{position:absolute;top:3px;left:3px;width:11px;height:11px;background:#fff;border-radius:50%;transition:transform .14s ease}.speech-toggle-row>span:last-child.is-on i{transform:translate(13px)}.speech-intensity-field{display:grid;gap:8px;margin-top:14px}.speech-parameter-name{color:#686871;font-size:9px;font-weight:400;line-height:normal}.speech-intensity-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.speech-intensity-options button{min-height:34px;color:#686871;font:inherit;font-size:10px;font-weight:600;cursor:pointer;background:#fff;border:1px solid #d8d8dd;border-radius:9px}.speech-intensity-options button:hover{color:#242429;border-color:#aaaab2}.speech-intensity-options button[aria-pressed=true]{color:#fff;background:#25252a;border-color:#25252a}.blank-canvas{position:relative;display:grid;place-items:center;min-height:calc(100vh - var(--topbar-height) - 68px);background:var(--bg-panel);border:1px solid var(--border);border-radius:16px}.blank-canvas-description{max-width:min(560px,calc(100% - 48px));margin:0;color:#6f6f78;font-size:14px;font-weight:500;line-height:1.7;text-align:center}.zero-shot-placeholder{display:grid;place-items:center;min-height:calc(100vh - var(--topbar-height) - 56px)}.zero-shot-placeholder>strong{color:#17171b;font-size:clamp(54px,7vw,96px);font-style:italic;font-weight:760;line-height:1;letter-spacing:-.055em}.canvas-corner{position:absolute;width:18px;height:18px;opacity:.35}.canvas-corner-top-left{top:14px;left:14px;border-top:1px solid #c7c7cd;border-left:1px solid #c7c7cd}.canvas-corner-top-right{top:14px;right:14px;border-top:1px solid #c7c7cd;border-right:1px solid #c7c7cd}.canvas-corner-bottom-left{bottom:14px;left:14px;border-bottom:1px solid #c7c7cd;border-left:1px solid #c7c7cd}.canvas-corner-bottom-right{right:14px;bottom:14px;border-right:1px solid #c7c7cd;border-bottom:1px solid #c7c7cd}.sidebar-backdrop{display:none}@media(max-width:980px){:root{--sidebar-width: 196px}.sidebar{padding-inline:11px}.page{padding:28px}}@media(max-width:760px){.app-shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;top:0;left:0;width:min(84vw,260px);transform:translate(-102%);box-shadow:18px 0 44px #1212181f;transition:transform .18s ease}.sidebar.is-open{transform:translate(0)}.mobile-close,.mobile-menu{display:inline-flex}.mobile-close:hover,.mobile-menu:hover{color:var(--text);background:var(--bg-hover)}.sidebar-backdrop{position:fixed;inset:0;z-index:25;display:block;padding:0;cursor:pointer;background:#0d0d1247;border:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.topbar{padding:0 16px}.organization-trigger{max-width:148px}.organization-menu{right:-40px;width:min(240px,calc(100vw - 24px))}.profile-menu{width:min(300px,calc(100vw - 24px))}.page{padding:24px 20px 28px}.blank-canvas{min-height:calc(100vh - var(--topbar-height) - 124px);border-radius:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.phase2-account-page{width:min(1280px,100%);min-width:0;margin:0 auto;padding:30px 34px 56px;color:var(--text)}.phase2-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.phase2-page-header h1{margin:9px 0 6px;font-size:24px;line-height:1.18;letter-spacing:-.03em}.phase2-page-header p,.phase2-plan-section header p,.phase2-data-section header p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.phase2-draft-badge,.phase2-role-badge,.phase2-plan-status,.phase2-invoice-status{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 9px;font-size:11px;font-weight:650;line-height:1;border-radius:999px}.phase2-draft-badge{color:#6e4f1d;background:#fff7df;border:1px solid #f4dfaa}.phase2-role-badge{color:#34343a;background:#fff;border:1px solid var(--border)}.phase2-tabs{display:flex;gap:4px;min-width:0;margin-bottom:22px;padding:4px;overflow-x:auto;background:#ececef;border-radius:11px;scrollbar-width:none}.phase2-tabs::-webkit-scrollbar{display:none}.phase2-tabs button{flex:1 0 auto;min-height:36px;padding:0 18px;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;background:transparent;border:0;border-radius:8px}.phase2-tabs button:hover{color:var(--text)}.phase2-tabs button.is-active{color:var(--text);background:#fff;box-shadow:0 1px 3px #16161b14}.phase2-page-content{display:grid;gap:18px;min-width:0}.phase2-inline-notice,.phase2-status-banner,.phase2-policy-note{display:flex;align-items:center;gap:11px;min-width:0;padding:13px 15px;font-size:12px;line-height:1.5;border:1px solid;border-radius:12px}.phase2-inline-notice{margin-bottom:16px;color:#1f603c;background:#effaf3;border-color:#ccead6}.phase2-inline-notice>span{min-width:0;flex:1}.phase2-inline-notice>button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:inherit;cursor:pointer;background:transparent;border:0;border-radius:7px}.phase2-status-banner{justify-content:space-between;color:#2d4f76;background:#f0f6fd;border-color:#cfe0f4}.phase2-status-banner.is-warning{color:#6b4c16;background:#fff8e7;border-color:#f0dfb0}.phase2-status-banner.is-danger{color:#7a2d2d;background:#fff2f2;border-color:#f0cccc}.phase2-status-banner>div{display:grid;min-width:0;gap:2px}.phase2-status-banner strong{font-size:13px}.phase2-status-banner span{opacity:.88}.phase2-status-banner button,.phase2-payment-card header>button{flex:0 0 auto;padding:0;color:inherit;font-size:12px;font-weight:650;cursor:pointer;background:transparent;border:0}.phase2-status-banner button:hover,.phase2-payment-card header>button:hover{text-decoration:underline}.phase2-current-plan,.phase2-plan-section,.phase2-data-section,.phase2-payment-card,.phase2-policy-note{background:#fff;border:1px solid var(--border);border-radius:16px}.phase2-current-plan{display:grid;grid-template-columns:minmax(190px,.8fr) minmax(440px,1.6fr) auto;gap:26px;align-items:center;padding:22px 24px}.phase2-current-plan-copy{min-width:0}.phase2-eyebrow{display:block;color:var(--text-muted);font-size:11px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.phase2-plan-heading{display:flex;align-items:center;gap:9px;margin-top:6px}.phase2-plan-heading h2{margin:0;font-size:24px;line-height:1}.phase2-plan-status{color:#25603e;background:#ebf8f0}.phase2-plan-status.is-past-due{color:#803333;background:#fff0f0}.phase2-current-plan-copy p{max-width:300px;margin:9px 0 0;color:var(--text-secondary);font-size:12px;line-height:1.55}.phase2-current-plan-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;border:1px solid var(--border);border-radius:12px}.phase2-current-plan-metrics>div{display:grid;gap:6px;min-width:0;padding:15px 14px;border-left:1px solid var(--border)}.phase2-current-plan-metrics>div:first-child{border-left:0}.phase2-current-plan-metrics span,.phase2-credit-overview article>span,.phase2-change-summary span{color:var(--text-muted);font-size:11px}.phase2-current-plan-metrics strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.phase2-current-plan-actions{display:grid;justify-items:stretch;gap:7px;min-width:120px}.phase2-primary-button,.phase2-secondary-button,.phase2-plan-card>button,.phase2-modal footer button{min-height:36px;padding:0 14px;font-size:12px;font-weight:650;cursor:pointer;background:#fff;border:1px solid var(--border-strong);border-radius:9px}.phase2-primary-button,.phase2-plan-card>button.is-primary,.phase2-modal footer button.is-primary{color:#fff;background:#202024;border-color:#202024}.phase2-primary-button:hover,.phase2-plan-card>button.is-primary:hover,.phase2-modal footer button.is-primary:hover{background:#0d0d10}.phase2-readonly-note{color:var(--text-muted);font-size:11px;white-space:nowrap}.phase2-entitlement-summary,.phase2-credit-overview,.phase2-payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.phase2-entitlement-summary article{display:flex;gap:11px;align-items:center;min-width:0;padding:15px;background:#fff;border:1px solid var(--border);border-radius:13px}.phase2-summary-icon,.phase2-modal-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;color:#4a4a52;background:#f2f2f4;border-radius:10px}.phase2-entitlement-summary article>div,.phase2-payment-card header>div,.phase2-payment-card header>div>div{display:grid;min-width:0;gap:3px}.phase2-entitlement-summary strong,.phase2-payment-card header strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.phase2-entitlement-summary span,.phase2-payment-card header span,.phase2-payment-card p{color:var(--text-muted);font-size:10px;line-height:1.45}.phase2-plan-section,.phase2-data-section{min-width:0;padding:22px}.phase2-plan-section>header,.phase2-data-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.phase2-plan-section h2,.phase2-data-section h2{margin:0 0 5px;font-size:16px;line-height:1.25}.phase2-cycle-switch{display:inline-flex;flex:0 0 auto;padding:3px;background:#f0f0f2;border-radius:9px}.phase2-cycle-switch button{min-height:31px;padding:0 13px;color:var(--text-secondary);font-size:11px;font-weight:650;cursor:pointer;background:transparent;border:0;border-radius:7px}.phase2-cycle-switch button.is-active{color:var(--text);background:#fff;box-shadow:0 1px 3px #16161b14}.phase2-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.phase2-plan-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:286px;padding:17px 15px 15px;overflow:hidden;background:#fbfbfc;border:1px solid var(--border);border-radius:13px}.phase2-plan-card.is-current{background:#fff;border-color:#777780;box-shadow:inset 0 0 0 1px #777780}.phase2-plan-card.is-recommended{padding-top:28px}.phase2-recommend-label{position:absolute;top:0;right:0;left:0;display:flex;align-items:center;justify-content:center;min-height:20px;color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;background:#2d2d33}.phase2-plan-card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.phase2-plan-card-heading h3{margin:0;font-size:14px}.phase2-plan-card-heading span{color:#3d654d;font-size:9px;font-weight:700}.phase2-price-block{margin-top:13px}.phase2-price{display:flex;align-items:baseline;gap:3px}.phase2-price strong{font-size:23px;letter-spacing:-.035em}.phase2-price span{color:var(--text-muted);font-size:10px}.phase2-price del{margin-left:5px;color:#929298;font-size:13px;text-decoration-thickness:1px}.phase2-price-billing{margin-top:4px;color:var(--text-muted);font-size:10px}.phase2-plan-card ul{display:grid;gap:9px;margin:17px 0;padding:0;color:var(--text-secondary);font-size:10px;line-height:1.35;list-style:none}.phase2-plan-card li{display:flex;gap:6px;align-items:flex-start}.phase2-plan-card li svg{flex:0 0 auto;color:#4f705b}.phase2-plan-features{min-height:0}.phase2-inherited-toggle{display:flex;align-items:center;width:100%;margin-top:10px;padding:4px 0;color:var(--text-secondary);font:inherit;font-size:10px;cursor:pointer;background:transparent;border:0}.phase2-inherited-toggle>span{margin-left:6px}.phase2-inherited-toggle .phase2-inherited-chevron{margin-left:auto;transition:transform .16s ease}.phase2-inherited-toggle.is-expanded .phase2-inherited-chevron{transform:rotate(180deg)}.phase2-inherited-list{padding-top:9px!important;border-top:1px solid var(--border)}.phase2-plan-card>button{width:100%;margin-top:auto}.phase2-plan-card>button:disabled{color:var(--text-muted);cursor:not-allowed;background:#f2f2f4;border-color:#ebebed}.phase2-credit-overview article{min-width:0;padding:18px;background:#fff;border:1px solid var(--border);border-radius:14px}.phase2-credit-overview article.is-primary{color:#fff;background:#25252a;border-color:#25252a}.phase2-credit-overview article.is-primary>span,.phase2-credit-overview article.is-primary p{color:#ffffffa3}.phase2-credit-overview article>strong{display:block;margin-top:8px;overflow:hidden;font-size:24px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.phase2-credit-overview article p{margin:8px 0 0;color:var(--text-muted);font-size:10px}.phase2-credit-progress{height:4px;margin-top:15px;overflow:hidden;background:#ffffff2e;border-radius:999px}.phase2-credit-progress span{display:block;height:100%;background:#fff;border-radius:inherit}.phase2-table-shell{min-width:0;overflow-x:auto;border:1px solid var(--border);border-radius:11px}.phase2-table{width:100%;min-width:760px;border-collapse:collapse;font-size:11px}.phase2-table th,.phase2-table td{padding:12px 13px;color:var(--text-secondary);text-align:left;white-space:nowrap;border-bottom:1px solid var(--border)}.phase2-table th{color:var(--text-muted);font-size:10px;font-weight:620;background:#fafafb}.phase2-table tbody tr:last-child td{border-bottom:0}.phase2-table strong{color:var(--text)}.phase2-positive{color:#2d7048!important}.phase2-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phase2-payment-card{min-width:0;padding:20px}.phase2-payment-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.phase2-payment-card header>div{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.phase2-card-number,.phase2-next-payment{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:22px}.phase2-card-number>span{padding:5px 7px;color:#fff;font-size:9px;font-weight:800;background:#273b7a;border-radius:5px}.phase2-card-number strong,.phase2-next-payment strong{font-size:18px;letter-spacing:.02em}.phase2-next-payment span{color:var(--text-secondary);font-size:11px}.phase2-payment-card p{margin:9px 0 0}.phase2-invoice-status.is-paid{color:#2b6844;background:#eaf7ef}.phase2-invoice-status.is-due{color:#7b4d17;background:#fff4dc}.phase2-invoice-status.is-void{color:#686871;background:#f0f0f2}.phase2-policy-note{align-items:flex-start;color:var(--text-secondary)}.phase2-policy-note svg{flex:0 0 auto;margin-top:2px}.phase2-policy-note strong{color:var(--text);font-size:12px}.phase2-policy-note p{margin:3px 0 0;font-size:11px;line-height:1.55}.phase2-modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#1212166b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.phase2-modal{width:min(500px,100%);overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 26px 70px #12121833}.phase2-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px}.phase2-modal>header>div{display:flex;gap:12px;align-items:flex-start}.phase2-modal h2{margin:0 0 7px;font-size:16px}.phase2-modal header p{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.65}.phase2-modal>header>button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:var(--text-secondary);cursor:pointer;background:#f4f4f5;border:0;border-radius:8px}.phase2-change-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 22px;overflow:hidden;border:1px solid var(--border);border-radius:11px}.phase2-change-summary>div{display:grid;gap:5px;padding:12px;border-left:1px solid var(--border)}.phase2-change-summary>div:first-child{border-left:0}.phase2-change-summary strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.phase2-modal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding:16px 22px;background:#fafafb;border-top:1px solid var(--border)}@media(max-width:1120px){.phase2-account-page{padding-right:24px;padding-left:24px}.phase2-current-plan{grid-template-columns:minmax(180px,.75fr) minmax(0,1.25fr)}.phase2-current-plan-actions,.phase2-readonly-note{grid-column:1 / -1;display:flex;justify-content:flex-end}.phase2-current-plan-actions button{min-width:120px}.phase2-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.phase2-entitlement-summary,.phase2-credit-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.phase2-account-page{width:100%;padding:20px 14px 42px}.phase2-page-header{gap:12px;margin-bottom:16px}.phase2-page-header h1{font-size:21px}.phase2-page-header p{max-width:260px;font-size:11px}.phase2-role-badge{margin-top:2px}.phase2-tabs{margin-right:-14px;margin-bottom:16px;margin-left:-14px;padding-right:14px;padding-left:14px;border-radius:0}.phase2-tabs button{min-height:38px;padding:0 15px}.phase2-status-banner{align-items:flex-start;flex-direction:column}.phase2-current-plan{grid-template-columns:1fr;gap:17px;padding:18px}.phase2-current-plan-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.phase2-current-plan-metrics>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.phase2-current-plan-metrics>div:nth-child(4){border-top:1px solid var(--border)}.phase2-current-plan-actions,.phase2-readonly-note{grid-column:auto;display:grid;width:100%}.phase2-current-plan-actions button{width:100%}.phase2-entitlement-summary,.phase2-credit-overview,.phase2-payment-grid{grid-template-columns:1fr}.phase2-plan-section,.phase2-data-section{padding:17px 14px}.phase2-plan-section>header,.phase2-data-section>header{align-items:stretch;flex-direction:column;gap:13px}.phase2-cycle-switch{width:100%}.phase2-cycle-switch button{flex:1}.phase2-plan-grid{grid-template-columns:1fr}.phase2-plan-card{min-height:0}.phase2-table-shell{overflow:visible;border:0;border-radius:0}.phase2-table{display:block;min-width:0}.phase2-table thead{display:none}.phase2-table tbody,.phase2-table tr,.phase2-table td{display:block;width:100%}.phase2-table tbody{display:grid;gap:10px}.phase2-table tr{padding:10px 12px;background:#fafafb;border:1px solid var(--border);border-radius:11px}.phase2-table td{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px;align-items:center;padding:7px 0;overflow-wrap:anywhere;white-space:normal;border:0}.phase2-table td:before{color:var(--text-muted);font-size:10px;content:attr(data-label)}.phase2-modal-backdrop{align-items:flex-end;padding:0}.phase2-modal{width:100%;max-height:92vh;overflow-y:auto;border-radius:18px 18px 0 0}.phase2-change-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.phase2-change-summary>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.phase2-change-summary>div:nth-child(4){border-top:1px solid var(--border)}.phase2-modal footer{position:sticky;bottom:0}}.phase-two-voice-slot-indicator{display:inline-flex;gap:8px;align-items:center;color:#777780;font-size:12px;line-height:1;white-space:nowrap}.phase-two-voice-slot-indicator strong{color:#303036;font-weight:650}.phase-two-voice-slot-ring{position:relative;width:17px;height:17px;flex:0 0 auto;background:conic-gradient(#777780 0 60%,#e4e4e7 60% 100%);border-radius:50%}.phase-two-voice-slot-ring:after{position:absolute;inset:3px;content:"";background:#fff;border-radius:50%}.phase-two-voice-slot-indicator.is-full,.phase-two-voice-slot-indicator.is-full strong{color:#b54708}.phase-two-voice-slot-indicator.is-full .phase-two-voice-slot-ring{background:#f79009}.phase-two-team-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.phase-two-overview-card{position:relative;min-width:0;padding:18px 20px;background:#faf9f7;border:1px solid #e8e5e1;border-radius:12px}.phase-two-overview-label,.phase-two-seat-summary h2{display:block;margin:0 0 8px;color:#8b8786;font-size:14px;font-weight:650}.phase-two-organization-summary>div{display:flex;gap:10px;align-items:center;min-height:34px}.phase-two-organization-summary strong{color:#171717;font-size:22px;font-weight:560;letter-spacing:-.025em}.phase-two-organization-summary .team-organization-value button{position:absolute;top:16px;right:16px;padding:6px 10px;color:#64646d;font-size:11px;font-weight:600;cursor:pointer;background:#f0efed;border:0;border-radius:999px}.phase-two-organization-summary .team-organization-value button:hover{color:#242429;background:#e8e6e3}.phase-two-organization-summary .team-organization-editor button{padding:6px 9px;color:#64646d;font-size:11px;font-weight:600;cursor:pointer;background:#f0efed;border:0;border-radius:8px}.phase-two-organization-summary .team-organization-editor input{width:min(240px,100%)}.phase-two-seat-usage p{margin:0;color:#171717;font-size:18px;line-height:1.2;letter-spacing:-.025em}.phase-two-seat-usage p strong{font-size:27px;font-weight:500}.phase-two-seat-upgrade{display:flex;gap:8px;align-items:center;margin-top:9px;color:#8b8786;font-size:12px}.phase-two-seat-upgrade button{padding:0;color:#242429;font-size:13px;font-weight:600;cursor:pointer;background:transparent;border:0;border-bottom:1px dotted currentColor}@media(max-width:760px){.phase-two-team-overview{grid-template-columns:1fr}.phase-two-overview-card{padding:16px}}.my-voices-create:disabled,.account-primary-action:disabled{cursor:not-allowed;opacity:.48}.phase2-account-page{width:100%;max-width:1480px;margin:0 auto;padding:20px 28px 52px}.phase2-account-summary{position:relative;display:grid;grid-template-columns:1fr 1fr;min-width:0;margin-bottom:18px;overflow:hidden;background:#fbfaf8;border:1px solid var(--border);border-radius:16px}.phase2-account-summary>div{min-width:0;padding:18px 20px;border-right:1px solid var(--border)}.phase2-account-summary>div:last-of-type{border-right:0}.phase2-account-summary span,.phase2-account-summary small{display:block;color:var(--text-muted);font-size:11px;line-height:1.45}.phase2-account-summary strong{display:block;margin:6px 0 4px;color:var(--text);font-size:20px;line-height:1.15;letter-spacing:-.025em}.phase2-summary-plan strong{font-size:22px}.phase2-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.phase2-summary-heading span{display:inline}.phase2-summary-plan button,.phase2-plan-management button,.phase2-billing-actions button{min-height:32px;padding:0 14px;color:var(--text);font-size:11px;font-weight:650;cursor:pointer;background:#f2f1ef;border:0;border-radius:999px}.phase2-summary-credit button{min-height:24px;padding:0;text-decoration:underline;background:transparent;border-radius:0}.phase2-summary-credit strong{font-size:14px}.phase2-summary-credit strong small{display:inline;font-size:11px;font-weight:500}.phase2-summary-credit .phase2-credit-progress{height:5px;margin:9px 0 5px;background:#deddd9}.phase2-summary-credit .phase2-credit-progress span{background:#202024}.phase2-tabs{justify-content:flex-start;gap:28px;margin:0 0 18px;padding:0 12px;overflow:visible;background:transparent;border:0;border-radius:0}.phase2-tabs button{position:relative;flex:0 0 auto;min-height:42px;padding:0;font-size:13px;font-weight:550;border-radius:0}.phase2-tabs button.is-active{background:transparent;box-shadow:none}.phase2-tabs button.is-active:after{position:absolute;right:0;bottom:0;left:0;height:2px;content:"";background:#202024}.phase2-page-content{gap:16px}.phase2-plan-section,.phase2-data-section,.phase2-usage-section{min-width:0;background:transparent;border:0;border-radius:0;box-shadow:none}.phase2-plan-section{padding:0}.phase2-plan-section>header{align-items:center;gap:12px;margin:0 0 14px}.phase2-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.phase2-plan-management{display:flex;gap:8px}.phase2-plan-management button:first-child{padding-right:4px;padding-left:4px;background:transparent}.phase2-faq-section{display:grid;grid-template-columns:minmax(140px,.34fr) minmax(0,1fr);gap:48px;width:min(100%,1080px);margin:58px auto 0;padding:0 8px}.phase2-faq-section h2{margin:4px 0 0;color:var(--text);font-size:25px;font-weight:620;letter-spacing:-.035em}.phase2-faq-list{min-width:0;border-top:1px solid var(--border)}.phase2-faq-list details{border-bottom:1px solid var(--border)}.phase2-faq-list summary{display:flex;gap:20px;align-items:center;justify-content:space-between;min-height:58px;color:var(--text);font-size:14px;font-weight:600;cursor:pointer;list-style:none}.phase2-faq-list summary::-webkit-details-marker{display:none}.phase2-faq-list summary svg{flex:0 0 auto;transition:transform .16s ease}.phase2-faq-list details[open] summary svg{transform:rotate(180deg)}.phase2-faq-list p{max-width:720px;margin:-4px 32px 18px 0;color:var(--text-muted);font-size:13px;line-height:1.7}.phase2-plan-header-actions,.phase2-plan-scroll-controls{display:flex;align-items:center}.phase2-plan-header-actions{gap:12px;margin-left:auto}.phase2-plan-scroll-controls{gap:6px}.phase2-plan-scroll-controls button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:var(--text);cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:999px}.phase2-plan-scroll-controls svg.is-left{transform:rotate(90deg)}.phase2-plan-scroll-controls svg.is-right{transform:rotate(-90deg)}.phase2-cycle-switch{padding:3px;background:#f1f0ee;border-radius:999px}.phase2-cycle-switch button{min-height:30px;border-radius:999px}.phase2-plan-grid{display:flex;gap:12px;padding:0 2px 12px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x proximity}.phase2-plan-grid::-webkit-scrollbar{display:none}.phase2-plan-card{flex:0 0 246px;min-width:246px;min-height:430px;padding:18px 16px 20px;background:#fff;border-color:#dedede;border-radius:14px;scroll-snap-align:start}.phase2-plan-card.is-current{border-color:#dedede;box-shadow:none}.phase2-plan-card.is-recommended{padding-top:18px}.phase2-recommend-label{position:static;min-height:20px;padding:0 8px;font-size:9px;letter-spacing:0;background:#f19a52;border-radius:999px}.phase2-plan-card-heading{justify-content:flex-start}.phase2-plan-card-heading h3{font-size:17px}.phase2-plan-description{min-height:34px;margin:7px 0 0;color:var(--text-muted);font-size:10px;line-height:1.5}.phase2-price-block{margin:16px 0 13px}.phase2-price-block.is-yearly{margin-bottom:9px}.phase2-price strong{font-size:27px}.phase2-plan-card>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;margin:0 0 15px;color:var(--text);font-size:11px;font-weight:650;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:9px}.phase2-plan-card>button.is-primary{color:#fff;background:#111113;border-color:#111113}.phase2-plan-card>button:disabled{color:#8f8f95;background:#fff;border-color:#e2e2e4}.phase2-plan-card>button.is-upgrade-action{color:#fff;background:#111113;border-color:#111113}.phase2-plan-card>button.is-upgrade-action:hover{background:#2b2b2f;border-color:#2b2b2f}.phase2-plan-quota{margin:0 -16px;padding:14px 16px 12px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.phase2-plan-quota strong,.phase2-plan-quota span{display:inline;font-size:14px}.phase2-plan-quota span{margin-left:4px;color:var(--text-secondary);font-size:10px;font-weight:550}.phase2-plan-card ul{gap:9px;margin:14px 0 0}.phase2-plan-card li svg{color:#242429}.phase2-usage-section{display:grid;gap:12px}.phase2-usage-toolbar{display:flex;align-items:center;gap:12px}.phase2-date-range,.phase2-usage-toolbar [role=group] button{min-height:34px;padding:0 14px;color:var(--text-secondary);font-size:11px;cursor:pointer;background:transparent;border:0;border-radius:999px}.phase2-date-range{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:164px;background:#fff;border:1px solid var(--border)}.phase2-usage-toolbar [role=group]{display:flex;gap:3px}.phase2-usage-toolbar [role=group] button.is-active{color:var(--text);background:#efeeec}.phase2-usage-chart{min-height:250px;padding:18px 20px 12px;background:#fff;border:1px solid var(--border);border-radius:14px}.phase2-usage-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.phase2-usage-chart h2{margin:0 0 4px;font-size:14px}.phase2-usage-chart p{margin:0;color:var(--text-muted);font-size:10px}.phase2-usage-canvas{display:block;width:calc(100% - 16px);height:142px;margin:20px 8px 0}.phase2-usage-axis{display:flex;justify-content:space-between;padding-top:8px;color:var(--text-muted);font-size:9px}.phase2-data-section{padding:0}.phase2-data-section>header{align-items:center;margin:2px 0 10px}.phase2-table-shell{background:#fff;border-radius:14px}.phase2-table th{height:48px;padding:13px 18px;font-size:10px;background:#fff}.phase2-table td{height:48px;padding:12px 18px}.phase2-billing-actions{display:flex;justify-content:flex-end;gap:10px}@media(max-width:1120px){.phase2-account-page{padding:18px 20px 44px}.phase2-account-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.phase2-plan-grid{margin-right:-20px}}@media(max-width:760px){.phase2-account-page{padding:14px 14px 36px}.phase2-account-summary{grid-template-columns:1fr;margin-bottom:10px}.phase2-account-summary>div,.phase2-account-summary>div:nth-child(2){padding:14px 16px;border-right:0;border-bottom:1px solid var(--border)}.phase2-account-summary>div:last-of-type{border-bottom:0}.phase2-tabs{gap:22px;padding:0 4px;overflow-x:auto}.phase2-plan-section>header{align-items:flex-start;flex-wrap:wrap}.phase2-plan-management{margin:0}.phase2-plan-grid{gap:12px;margin-right:-14px;padding-bottom:8px}.phase2-plan-card{flex:0 0 min(82vw,300px);min-width:min(82vw,300px)}.phase2-plan-header-actions{width:100%;justify-content:space-between;margin-left:0}.phase2-usage-toolbar{align-items:flex-start;flex-direction:column}.phase2-usage-chart{min-height:220px}.phase2-usage-chart-heading{flex-direction:column}.phase2-usage-canvas{height:118px}.phase2-billing-actions{justify-content:stretch}.phase2-billing-actions button{flex:1}.phase2-faq-section{grid-template-columns:1fr;gap:16px;margin-top:40px;padding:0}.phase2-faq-section h2{font-size:22px}}
