:root{--app-bg: #f1f5f9;--color-primary: #2563eb;--color-primary-hover: #3b82f6;--color-primary-bg: #eff6ff;--color-secondary: #0d9488;--color-bg-container: #ffffff;--color-bg-elevated: #f8fafc;--color-border: rgba(15, 23, 42, .08);--color-border-light: rgba(15, 23, 42, .04);--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 2px 4px rgba(15, 23, 42, .04);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .08), 0 4px 8px rgba(15, 23, 42, .04);--shadow-glow: 0 0 20px rgba(37, 99, 235, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--sidebar-width: 248px;--header-height: 60px;--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--sidebar-bg: linear-gradient(180deg, #0c1222 0%, #111c34 100%);--sidebar-text: rgba(255, 255, 255, .6);--sidebar-text-active: #ffffff;--sidebar-icon: rgba(255, 255, 255, .45);--sidebar-icon-active: #60a5fa}html,body,#root{height:100%;margin:0;overflow:hidden}body{background:var(--app-bg)}.boot-screen{display:grid;min-height:100vh;place-items:center;background:var(--app-bg)}.boot-screen-hd{min-height:100dvh;background:#f3f7fb}.boot-spinner{display:inline-block;width:32px;height:32px;border:3px solid rgba(37,99,235,.16);border-top-color:#2563eb;border-radius:50%;animation:boot-spinner-spin .75s linear infinite}@keyframes boot-spinner-spin{to{transform:rotate(360deg)}}.app-shell{height:100vh;min-height:0;overflow:hidden;background:var(--app-bg)}.app-shell .ant-layout,.app-main{background:var(--app-bg)}.app-main{height:100vh;min-width:0;min-height:0;overflow:hidden}.app-sider{position:sticky;top:0;height:100vh;background:var(--sidebar-bg)!important;border-right:none;box-shadow:2px 0 12px #0000001f;overflow:hidden}.app-sider .ant-layout-sider-children{display:flex;height:100%;min-height:0;flex-direction:column}.nav-content{display:flex;height:100%;min-height:0;flex-direction:column;background:transparent}.nav-content .ant-menu{flex:1;min-height:0;overflow:auto;border-inline-end:0!important;background:transparent!important;color:var(--sidebar-text)}.brand{flex:0 0 auto;display:flex;align-items:center;min-width:0;gap:12px;height:64px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{position:relative;flex:0 0 42px;display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#0f766e,#2563eb 58%,#f59e0b 140%);box-shadow:0 10px 22px #2563eb42,inset 0 1px #ffffff47;color:#fff}.brand-mark:after{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px solid rgba(255,255,255,.24);border-radius:inherit;content:"";pointer-events:none}.brand-symbol{position:relative;z-index:1;width:34px;height:34px;display:block}.brand-symbol-panel{fill:#fff3}.brand-symbol-face{fill:#ffffffeb}.brand-symbol-wave{fill:none;stroke:#0f766e;stroke-linecap:round;stroke-width:3.2}.brand-symbol-spark{fill:#facc15}.brand-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.brand-name{color:#fff;overflow:hidden;font-size:13px;font-weight:700;letter-spacing:0;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.brand-subtitle{color:#ffffff73;overflow:hidden;font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.app-header{flex:0 0 var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:16px;height:var(--header-height);padding:0 24px;background:#ffffffd9;border-bottom:1px solid rgba(15,23,42,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.page-title{min-width:0;overflow:hidden;margin:0!important;line-height:normal!important;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-button{display:none;flex:0 0 auto}.header-account{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px}.account-avatar{flex:0 0 auto;background:var(--color-primary);font-size:14px;font-weight:700}.account-text{display:flex;min-width:0;flex-direction:column;align-items:flex-end;line-height:18px}.account-label{color:var(--color-text-secondary);font-size:12px}.account-name{max-width:180px;overflow:hidden;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap}.account-meta{flex:0 0 auto}.mobile-nav-drawer .ant-drawer-body{display:flex;min-height:0;flex-direction:column;padding:0;background:#0c1222}.mobile-nav-drawer .nav-content{flex:1}.mobile-nav-drawer .brand{display:none}.mobile-account-panel{flex:0 0 auto;padding:14px;border-top:1px solid rgba(255,255,255,.08);background:#ffffff08}.mobile-account-panel .header-account{display:flex;align-items:flex-start;justify-content:flex-start}.mobile-account-panel .account-text{align-items:flex-start}.mobile-account-panel .account-meta{display:flex;flex-wrap:wrap}.login-screen{display:grid;min-height:100vh;place-items:center;padding:32px;background:linear-gradient(135deg,#eef2ff,#f1f5f9 46%,#eff6ff);overflow:auto}.login-shell{display:grid;width:min(1080px,100%);min-height:640px;grid-template-columns:minmax(0,1.1fr) 440px;overflow:hidden;border:1px solid rgba(15,23,42,.06);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-lg),0 0 40px #2563eb0f}.login-visual{position:relative;display:flex;min-width:0;flex-direction:column;padding:38px;overflow:hidden;background:linear-gradient(135deg,#0c1222,#1e3a5f 50%,#2563eb 140%);color:#fff}.login-visual:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.9),transparent 78%);mask-image:linear-gradient(135deg,rgba(0,0,0,.9),transparent 78%)}.login-visual>*{position:relative;z-index:1}.login-visual-brand{height:auto;padding:0;border-bottom:0}.login-visual-brand .brand-mark{flex-basis:46px;width:46px;height:46px}.login-visual-brand .brand-symbol{width:38px;height:38px}.login-visual-brand .brand-name,.login-visual-brand .brand-subtitle{color:#fff}.login-visual-copy{max-width:460px;margin-top:96px}.login-visual-copy .ant-typography{color:#fff}.login-visual-copy h1.ant-typography{margin:0 0 12px;font-size:44px;line-height:1.12;letter-spacing:0}.login-visual-board{display:flex;max-width:520px;min-height:210px;flex-direction:column;gap:18px;margin-top:auto;padding:22px;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-lg);background:#ffffff24;box-shadow:inset 0 1px #ffffff38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-board-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.login-board-row span,.login-board-row strong{display:block;height:12px;border-radius:999px;background:#ffffffb8}.login-board-row span{width:42%}.login-board-row strong{width:86px;background:#f1c46b}.login-board-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.login-board-grid i{display:block;height:58px;border-radius:8px;background:#fff3}.login-board-chart{display:flex;height:78px;align-items:end;gap:12px;padding-top:6px}.login-board-chart span{width:34px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#f6cf78,#ffffff6b)}.login-panel{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:center;padding:40px 44px;background:#fff}.login-language{position:absolute;top:24px;right:28px}.login-brand{height:auto;min-height:60px;padding:0;border-bottom:0}.login-brand .brand-mark{flex-basis:46px;width:46px;height:46px}.login-brand .brand-symbol{width:38px;height:38px}.login-brand .brand-name,.login-visual-brand .brand-name{font-size:15px;line-height:20px}.login-body{display:flex;flex-direction:column;gap:24px;padding:34px 0 0}.login-body .ant-form-item{margin-bottom:18px}.login-body .ant-input-affix-wrapper,.login-body .ant-input{border-radius:var(--radius-md)}.consumer-portal{min-height:100vh;padding:32px;background:var(--app-bg)}.consumer-portal-shell{width:min(980px,100%);margin:0 auto}.consumer-portal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0 26px}.consumer-portal-main{display:flex;flex-direction:column;gap:20px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.consumer-profile{display:flex;align-items:center;gap:18px}.page-table-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md)}.page-table-card .ant-table-wrapper,.page-table-card .ant-spin-nested-loading,.page-table-card .ant-spin-container{min-width:0}.page-table-card .ant-table{background:#fff}.page-table-card .ant-table-thead>tr>th,.page-table-card .ant-table-thead>tr>td{background:var(--color-bg-elevated)!important;color:#475569;font-weight:600;font-size:13px;letter-spacing:.01em}.page-table-card .ant-table-tbody>tr>td{vertical-align:middle}.page-table-card .ant-table-tbody>tr:hover>td{background:var(--color-bg-elevated)!important}.page-table-card .ant-pagination{margin:12px 16px;padding-top:8px;border-top:1px solid var(--color-border-light)}.page-section-label{padding:4px 4px 0;font-size:13px;color:var(--color-text-secondary);letter-spacing:.02em}.nav-menu-scroll{position:relative;flex:1;min-height:0;overflow:hidden}.nav-menu-scroll .ant-menu{height:100%;overflow-y:auto;overflow-x:hidden;padding:8px 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.nav-menu-scroll .ant-menu::-webkit-scrollbar{width:4px}.nav-menu-scroll .ant-menu::-webkit-scrollbar-thumb{border-radius:4px;background:#ffffff1f}.nav-menu-fade{position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(transparent,#111c34e6);pointer-events:none}.nav-footer{flex:0 0 auto;padding:12px 18px;border-top:1px solid rgba(255,255,255,.06)}.nav-version{color:#ffffff4d;font-size:11px;font-weight:500;letter-spacing:.04em}.nav-content .ant-menu-item,.nav-content .ant-menu-submenu-title{color:#fff9!important;border-radius:8px!important;margin:2px 8px!important;height:40px;line-height:40px;transition:all .2s ease}.nav-content .ant-menu-item:hover,.nav-content .ant-menu-submenu-title:hover{color:#fff!important;background:#ffffff0f!important}.nav-content .ant-menu-item-selected{color:#fff!important;background:#2563eb40!important;font-weight:600}.nav-content .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0;background:#60a5fa}.nav-content .ant-menu-submenu-arrow{color:#ffffff59!important}.nav-content .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#ffffffa6!important}.nav-content .ant-menu-submenu>.ant-menu{background:transparent!important}.nav-content .ant-menu-submenu>.ant-menu .ant-menu-item{padding-left:44px!important;font-size:13px}.nav-content .ant-menu-item .anticon,.nav-content .ant-menu-submenu-title .anticon{color:#ffffff73;font-size:16px}.nav-content .ant-menu-item-selected .anticon{color:#60a5fa!important}.ant-btn-primary:hover{box-shadow:var(--shadow-sm),0 0 16px #2563eb33}.ant-card{border-color:var(--color-border);box-shadow:var(--shadow-sm)}.ant-card .ant-card-head{border-bottom-color:#0f172a0f;min-height:52px;position:relative}.ant-card .ant-card-head:after{content:"";position:absolute;bottom:-1px;left:20px;width:40px;height:2px;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:2px}.ant-card .ant-card-head-title{font-weight:600;font-size:15px}.ant-modal .ant-modal-content{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.ant-tag{border-radius:var(--radius-sm);font-weight:500;font-size:12px;border:none}.ant-table-wrapper .ant-table-thead>tr>th{font-size:13px;font-weight:600;letter-spacing:.01em}.video-job-script.ant-typography{max-width:100%;margin:0;color:var(--color-text-secondary);font-size:12px;line-height:20px}.video-job-meta-line{display:flex;min-width:0;flex-wrap:wrap;gap:6px 12px;color:var(--color-text-tertiary);font-size:12px;line-height:18px}.video-asset-line>span:first-child{color:var(--color-text-tertiary);font-size:12px}.ai-region-record-label{display:block;margin-bottom:3px;color:var(--color-text-secondary);font-size:12px;font-weight:600}@media(max-width:900px){.login-screen{padding:20px}.login-shell{width:min(460px,100%);min-height:0;grid-template-columns:1fr}.login-visual{display:none}.login-panel{padding:32px 28px}.consumer-portal{padding:20px}.consumer-portal-header,.consumer-profile{align-items:flex-start;flex-direction:column}}.app-content{flex:1;min-height:0;padding:20px 24px 28px;background:linear-gradient(180deg,#f1f5f9,#e8edf4);overflow:auto}.app-content::-webkit-scrollbar{width:6px}.app-content::-webkit-scrollbar-thumb{border-radius:6px;background:#0f172a1f}.app-content::-webkit-scrollbar-track{background:transparent}.account-loading{display:grid;min-height:280px;place-items:center}.error-boundary-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--app-bg)}.page-stack{display:flex;min-width:0;flex-direction:column;gap:16px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;margin-bottom:0;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-xs)}.page-stack{animation:pageEnter .3s ease-out}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.page-section{display:flex;flex-direction:column;gap:8px}.material-ai-strip{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--color-border);border-left:4px solid #1677ff;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-xs)}.material-ai-copy,.material-editor-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.material-editor-toolbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.material-image-picker{display:flex;min-width:0;flex-direction:column;gap:12px;padding:12px;border:1px dashed #b7c5de;border-radius:var(--radius-md);background:#f8fafc}.material-image-picker-ready{border-style:solid;background:#fff}.material-image-picker .ant-image{width:100%}.material-image-preview{object-fit:cover;border-radius:8px}.material-image-empty{display:grid;min-height:220px;place-items:center;align-content:center;gap:8px;color:var(--color-text-secondary);text-align:center}.material-image-empty .anticon{color:#2563eb;font-size:28px}.material-image-actions{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.json-editor{font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.response-box{max-height:420px;overflow:auto;padding:12px;border:1px solid rgba(15,23,42,.15);border-radius:8px;background:#0f172a;color:#d1e7ff;font-family:Cascadia Mono,Consolas,monospace;font-size:12px;white-space:pre-wrap}.secret-box{padding:10px 12px;border:1px solid #c7d7fe;border-radius:8px;background:#f5f8ff;color:var(--color-text-primary);font-family:Cascadia Mono,Consolas,monospace;word-break:break-all}.muted{color:var(--color-text-secondary)}.consumer-select-option{display:inline-flex;align-items:center;gap:8px;min-width:0}.consumer-select-option>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-status-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px}.access-status-card{display:flex;min-width:0;min-height:92px;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md);transition:box-shadow var(--transition-base),transform var(--transition-base)}.access-status-card:hover{box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-1px)}.access-status-icon{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:8px;font-size:18px}.access-status-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.access-status-label,.access-status-meta{color:var(--color-text-secondary);font-size:12px}.access-status-value{color:var(--color-text-primary);font-size:28px;line-height:32px}.access-status-green{border-left-color:#059669}.access-status-green .access-status-icon{background:#ecfdf3;color:#059669}.access-status-amber{border-left-color:#d48806}.access-status-amber .access-status-icon{background:#fff7e6;color:#d48806}.access-status-blue{border-left-color:#1677ff}.access-status-blue .access-status-icon{background:#eef6ff;color:#1677ff}.access-status-red{border-left-color:#cf1322}.access-status-red .access-status-icon{background:#fff1f0;color:#cf1322}.access-inline-alert{border-radius:var(--radius-sm)}.access-workbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.access-filter{max-width:100%}.access-token-cell,.access-modal-meta{display:flex;min-width:0;flex-direction:column;gap:5px}.access-token-line{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.access-modal-summary{display:flex;min-width:0;flex-direction:column;gap:8px;margin-bottom:16px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.endpoint-hint{margin-bottom:16px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.dashboard-panel{border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:box-shadow var(--transition-base),transform var(--transition-base)}.dashboard-panel:hover{box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-1px)}.dashboard-metric-card{position:relative;min-height:142px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:box-shadow var(--transition-base),transform var(--transition-base)}.dashboard-metric-card:hover{box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-1px)}.dashboard-metric-card:after{position:absolute;right:-28px;bottom:-34px;width:112px;height:112px;border-radius:50%;content:"";opacity:.12}.dashboard-metric-head{display:flex;min-width:0;align-items:center;gap:10px}.dashboard-metric-icon{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:8px;color:#fff;font-size:18px}.dashboard-metric-title{color:var(--color-text-secondary)}.dashboard-metric-value{display:block;min-width:0;margin-top:16px;overflow:hidden;color:var(--color-text-primary);font-size:24px;line-height:32px;text-overflow:ellipsis;white-space:nowrap}.dashboard-metric-meta{display:block;margin-top:4px;color:var(--color-text-secondary);font-size:12px}.metric-teal .dashboard-metric-icon,.metric-teal:after{background:#0f766e}.metric-blue .dashboard-metric-icon,.metric-blue:after{background:#2563eb}.metric-violet .dashboard-metric-icon,.metric-violet:after{background:#722ed1}.metric-orange .dashboard-metric-icon,.metric-orange:after{background:#fa8c16}.dashboard-chart{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;gap:14px}.usage-trend{display:grid;height:220px;grid-template-columns:repeat(7,minmax(42px,1fr));align-items:end;gap:12px}.usage-trend-item{display:grid;min-width:0;grid-template-rows:1fr 20px 18px;align-items:end;justify-items:center;gap:4px}.usage-trend-bar-wrap{display:flex;width:100%;height:150px;align-items:end;overflow:hidden;border-radius:var(--radius-sm);background:linear-gradient(180deg,#f7f9fc,#eef1f6)}.usage-trend-bar{width:100%;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#93c5fd,#2563eb);box-shadow:0 -2px 10px #2563eb2e}.usage-trend-value{color:var(--color-text-primary);font-size:12px;line-height:18px}.usage-trend-label{color:var(--color-text-secondary);font-size:12px;line-height:16px}.dashboard-chart-footer{display:flex;min-height:28px;align-items:center;border-top:1px solid var(--color-border-light);padding-top:10px}.status-chart{display:grid;min-height:260px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:22px}.status-chart-ring{display:grid;width:150px;height:150px;place-items:center;border-radius:50%;box-shadow:var(--shadow-md)}.status-chart-center{display:flex;width:94px;height:94px;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px var(--color-border-light)}.status-chart-list{display:flex;min-width:0;flex-direction:column;gap:12px}.status-chart-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%}.dashboard-business-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-business-tile{display:grid;min-width:0;min-height:92px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy value" "copy icon";gap:8px 12px;align-items:center;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:inherit;cursor:pointer;text-align:left;transition:border-color var(--transition-base),box-shadow var(--transition-base),background var(--transition-base),transform var(--transition-base)}.dashboard-business-tile:hover{border-color:#2563eb4d;background:#f8fbff;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.dashboard-business-tile:focus-visible,.choice-item:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-business-tile>span:first-child{grid-area:copy;display:flex;min-width:0;flex-direction:column;gap:4px}.dashboard-business-value{grid-area:value;color:var(--color-text-primary);font-size:24px;font-weight:700;line-height:30px}.dashboard-business-icon{grid-area:icon;justify-self:end;color:var(--color-primary)}.billing-bars{display:flex;min-height:260px;flex-direction:column;justify-content:flex-start;gap:18px;padding-top:4px}.billing-row{display:grid;grid-template-columns:130px minmax(120px,1fr) 96px;align-items:center;gap:14px}.billing-label{display:flex;min-width:0;flex-direction:column;gap:2px}.model-cell{display:flex;align-items:center;gap:12px;min-width:0}.model-thumb{flex:0 0 auto;border:1px solid var(--color-border);border-radius:8px;object-fit:cover;background:var(--color-bg-elevated)}.model-main{display:flex;min-width:0;flex-direction:column;gap:4px}.voice-table-card{background:#fff}.voice-table-head{padding:0 16px;border-bottom:1px solid var(--color-border-light)}.voice-table-head .ant-tabs-nav{margin-bottom:0}.voice-table-head .ant-tabs-tab{padding:14px 0}.voice-tab-label{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-weight:600}.voice-tab-success{color:#166534}.voice-tab-failed{color:#b91c1c}.voice-job-table .ant-table-tbody>tr>td{height:84px;border-bottom-color:#0f172a0e}.voice-job-row-failed>td{background:#fff8f8}.voice-job-row-completed>td{background:#fbfefc}.voice-job-primary{display:flex;min-width:0;align-items:center;gap:12px}.voice-job-icon{display:grid;flex:0 0 auto;width:38px;height:38px;place-items:center;border-radius:8px;background:#eef4ff;color:#2563eb;font-size:17px}.voice-job-icon-completed{background:#ecfdf3;color:#16a34a}.voice-job-icon-failed{background:#fef2f2;color:#dc2626}.voice-job-copy,.voice-status-cell,.voice-asset-stack,.voice-result-cell{display:flex;min-width:0;flex-direction:column;gap:5px}.voice-job-name,.voice-job-input,.voice-result-text,.voice-request-id{max-width:100%}.voice-result-text.ant-typography{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-status-tag{width:fit-content;margin-inline-end:0}.voice-request-id{font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.voice-result-cell .ant-btn{width:fit-content}.model-detail-thumb{border:1px solid var(--color-border);border-radius:8px;object-fit:cover;background:var(--color-bg-elevated)}.model-video-preview{width:100%;max-height:260px;margin-bottom:16px;border:1px solid rgba(15,23,42,.15);border-radius:8px;background:#111827}.live-player-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.live-player-surface{position:relative;display:grid;min-height:520px;overflow:hidden;place-items:center;border:1px solid #1f2937;border-radius:var(--radius-md);background:#050816}.live-player-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.live-player-video>div,.live-player-video video{width:100%!important;height:100%!important;object-fit:contain!important}.live-player-placeholder{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;color:#d5def0}.live-player-placeholder .anticon{color:#8ab4ff;font-size:42px}.live-player-placeholder .ant-typography{color:#d5def0}.live-watch-operations{margin-top:4px}.live-takeover-panel{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.live-takeover-head,.live-takeover-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-region-panel{display:flex;flex-direction:column;gap:16px}.ai-region-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-region-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px 360px;gap:16px;align-items:start}.ai-region-editor{min-width:0;outline:none}.ai-region-side,.ai-region-record-panel{min-width:0}.ai-region-record-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.ai-region-canvas{position:relative;display:grid;min-height:360px;overflow:auto;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-elevated);cursor:crosshair}.ai-region-canvas img{display:block;max-width:100%;max-height:560px;-webkit-user-select:none;user-select:none}.ai-region-image-wrap{position:relative;display:inline-block;max-width:100%}.ai-region-selection{position:absolute;box-sizing:border-box;border:2px solid #2563eb;background:#2563eb29;box-shadow:0 0 0 9999px #0f172a57;pointer-events:none}.ai-region-empty{padding:24px;color:#667085;text-align:center}.ai-region-capture-hidden .ant-modal,.ai-region-capture-hidden .ant-modal-mask,body.ai-region-capture-active .ant-drawer,body.ai-region-capture-active .ant-drawer-mask{opacity:0!important;pointer-events:none}.ai-region-records{display:flex;flex-direction:column;max-height:min(640px,calc(90vh - 220px));gap:8px;overflow-y:auto;padding-right:4px}.ai-region-record{display:block;min-width:0;padding:10px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.ai-region-record-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.ai-region-record-reason{display:block;margin-bottom:8px}.ai-region-record-block+.ai-region-record-block{margin-top:8px}.ai-region-message-items{display:flex;flex-direction:column;gap:10px}.ai-region-message-item{padding-top:10px;border-top:1px dashed #e6e8ef}.ai-region-message-item:first-child{padding-top:0;border-top:0}.ai-region-record-label{display:block;margin-bottom:3px;color:#667085;font-size:12px;font-weight:600}.ai-region-record .ant-typography{min-width:0;margin:0;white-space:pre-wrap;word-break:break-word}@media(max-width:1280px){.ai-region-layout{grid-template-columns:1fr}}.standalone-player-page{display:flex;min-height:100vh;flex-direction:column;gap:12px;padding:12px;background:#050816}.standalone-player-topbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #1f2937;border-radius:var(--radius-md);background:#0b1020}.standalone-player-topbar .ant-typography{color:#e5edf8}.standalone-player-topbar .ant-typography-secondary{color:#9aa8bd!important}.standalone-player-alert{flex:0 0 auto}.standalone-player-surface{position:relative;display:grid;flex:1;min-height:0;overflow:hidden;place-items:center;border:1px solid #1f2937;border-radius:6px;background:#000}.video-production-page{gap:14px}.video-page-head{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:18px}.video-page-copy{min-width:0}.video-page-subtitle{display:block;max-width:760px;margin-top:4px}.video-head-actions{flex:0 0 auto;justify-content:flex-end}.video-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px}.video-stat-card{display:flex;min-width:0;min-height:86px;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--color-border);border-left-width:4px;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md);transition:box-shadow var(--transition-base),transform var(--transition-base)}.video-stat-card:hover{box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-1px)}.video-stat-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.video-stat-label{color:var(--color-text-secondary);font-size:12px}.video-stat-value{color:var(--color-text-primary);font-size:28px;line-height:32px}.video-stat-meta{min-width:0;max-width:150px;color:var(--color-text-secondary);font-size:12px;line-height:18px;text-align:right}.video-stat-teal{border-left-color:#0f766e}.video-stat-blue{border-left-color:#1677ff}.video-stat-amber{border-left-color:#d48806}.video-stat-red{border-left-color:#cf1322}.video-workbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.video-search{width:min(420px,100%)}.video-workbar-actions{flex:0 0 auto;justify-content:flex-end}.video-table-panel{min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md)}.video-table-panel .ant-table-wrapper,.video-table-panel .ant-spin-nested-loading,.video-table-panel .ant-spin-container{min-width:0}.video-table-panel .ant-table{background:#fff}.video-table-panel .ant-table-thead>tr>th{background:#f8fafc;color:#344054;font-weight:600}.video-table-panel .ant-table-tbody>tr>td{vertical-align:middle}.video-table-panel .ant-table-tbody>tr:hover>td{background:#f8fbff}.video-table-panel .ant-pagination{margin-right:16px;margin-left:16px}.video-job-row td{height:92px}.video-job-primary,.video-status-cell,.video-asset-stack,.video-result-cell,.video-result-copy{min-width:0}.video-job-primary{display:flex;flex-direction:column;gap:5px}.video-job-title-line{display:flex;min-width:0;align-items:center;gap:8px}.video-job-name{min-width:0}.video-job-script.ant-typography{max-width:100%;margin:0;color:#667085;font-size:12px;line-height:20px}.video-job-meta-line{display:flex;min-width:0;flex-wrap:wrap;gap:6px 12px;color:#98a2b3;font-size:12px;line-height:18px}.video-status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-size:12px}.video-status-tag{margin-inline-end:0}.video-status-message{width:100%;font-size:12px}.video-asset-stack{display:flex;flex-direction:column;gap:7px}.video-asset-line{display:grid;min-width:0;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center}.video-asset-line>span:first-child{color:#98a2b3;font-size:12px}.video-asset-line .ant-typography,.video-result-copy .ant-typography{max-width:100%}.video-task-id{display:inline-block;max-width:100%;font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.video-result-cell{display:flex;align-items:center;gap:10px}.video-result-placeholder{display:grid;flex:0 0 auto;width:42px;height:56px;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated);color:var(--color-text-tertiary);font-size:11px;font-weight:700}.video-result-copy{display:flex;flex:1;flex-direction:column;gap:4px}.video-wizard-form{display:flex;flex-direction:column;gap:18px}.video-wizard-form .ant-input,.video-wizard-form .ant-select-selector,.video-wizard-form .ant-input-number{border-radius:var(--radius-sm)}.video-wizard-form .ant-input:not(textarea),.video-wizard-form .ant-select-single .ant-select-selector,.video-wizard-form .ant-input-number{min-height:36px}.video-wizard-form .ant-select-single .ant-select-selector{align-items:center}.video-wizard-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.video-summary-item{display:flex;min-width:0;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.video-summary-label{color:var(--color-text-secondary);font-size:12px}.video-summary-value{min-width:0;color:var(--color-text-primary)}.video-wizard-body{min-height:430px}.video-material-toolbar,.video-copy-editor-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#f8fafc}.video-material-copy,.video-copy-editor-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.video-material-actions{flex:0 0 auto;justify-content:flex-end}.video-copy-editor-item{margin-bottom:0}.material-select-option{display:flex;min-width:0;flex-direction:column;gap:2px;padding:2px 0}.material-select-title{overflow:hidden;color:var(--color-text-primary);font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.material-select-meta{overflow:hidden;color:var(--color-text-secondary);font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.video-background-status{display:flex;min-width:0;min-height:36px;align-items:center;gap:10px}.video-background-thumb{flex:0 0 auto;object-fit:cover;border:1px solid var(--color-border);border-radius:6px}.choice-panel{display:flex;flex-direction:column;gap:12px}.choice-list{display:grid;max-height:390px;overflow:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-right:4px}.choice-item{display:flex;min-width:0;min-height:86px;align-items:center;gap:12px;padding:10px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:inherit;cursor:pointer;text-align:left;transition:border-color var(--transition-base),box-shadow var(--transition-base),background var(--transition-base)}.choice-item:hover{border-color:#2563eb4d;background:#f7fbff}.choice-item-selected{border-color:#2563eb;background:var(--color-primary-bg);box-shadow:0 0 0 2px #2563eb1f}.choice-main{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.choice-title-line{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.voice-avatar{display:grid;flex:0 0 auto;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--color-primary-bg);color:#2563eb;font-weight:700}.asset-link-panel{margin-bottom:16px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.asset-link-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.asset-cell{display:flex;align-items:center;gap:12px;min-width:0}.asset-thumb{display:grid;flex:0 0 auto;place-items:center;width:48px;height:48px;border:1px solid var(--color-border);border-radius:8px;object-fit:cover;background:var(--color-bg-elevated);color:var(--color-text-tertiary)}.asset-main{display:flex;min-width:0;flex-direction:column;gap:4px}.asset-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.action-button-blocked:not(:disabled){color:#00000040;border-color:#d9d9d9;background:#fff;box-shadow:none;cursor:not-allowed}.action-button-blocked:not(:disabled):hover,.action-button-blocked:not(:disabled):focus{color:#00000040!important;border-color:#d9d9d9!important;background:#fff!important}.global-action-floating-message{position:fixed;top:76px;left:50%;z-index:99999;max-width:min(560px,calc(100vw - 32px));padding:10px 16px;color:var(--color-text-primary);font-size:14px;line-height:20px;text-align:center;background:#fff;border:1px solid #d9e4ff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:1;transform:translate(-50%) translateY(0);animation:global-action-message-in .28s cubic-bezier(.2,.85,.22,1.12) both;pointer-events:none}.global-action-floating-message-success{border-color:#b7eb8f}.global-action-floating-message-warning{border-color:#ffe58f}.global-action-floating-message-error{border-color:#ffccc7}.global-action-floating-message-leave{animation:global-action-message-out .34s ease forwards}@keyframes global-action-message-in{0%{opacity:0;transform:translate(-50%) translateY(-18px) scale(.98)}70%{opacity:1;transform:translate(-50%) translateY(3px) scale(1)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes global-action-message-out{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(18px) scale(.98)}}@media(max-width:900px){.app-sider{display:none}.app-header{gap:8px;padding:0 12px}.mobile-menu-button{display:inline-flex}.page-title{flex:1;font-size:16px!important}.app-content{padding:14px}.header-account{display:none}.usage-trend{grid-template-columns:repeat(7,minmax(32px,1fr));gap:8px;overflow-x:auto}.status-chart{grid-template-columns:1fr;justify-items:center}.dashboard-business-grid{grid-template-columns:1fr}.billing-row{grid-template-columns:1fr;gap:6px}.video-page-head,.material-ai-strip,.material-editor-toolbar,.video-material-toolbar,.video-copy-editor-head,.video-workbar,.toolbar{align-items:stretch;flex-direction:column}.toolbar-left,.toolbar-right{align-items:stretch}.toolbar-right>*,.toolbar-left>*{max-width:100%}.app-content .ant-table-wrapper{overflow-x:auto}.app-content .ant-card-extra{margin-inline-start:0}.video-stat-grid,.access-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.access-workbar{align-items:stretch;flex-direction:column}.access-filter,.video-search{width:100%}.video-workbar-actions,.video-head-actions,.video-material-actions{justify-content:flex-start}.material-image-actions{align-items:stretch;flex-direction:column}}@media(max-width:560px){.login-screen{padding:12px}.login-panel{padding:28px 20px}.login-language{top:16px;right:18px}.login-body{gap:18px}.brand-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-copy{max-width:180px}.video-stat-grid,.access-status-grid{grid-template-columns:1fr}.video-stat-card{align-items:flex-start;flex-direction:column}.video-stat-meta{max-width:none;text-align:left}}.hd-toast{position:fixed;top:18px;left:50%;z-index:22000;max-width:min(520px,calc(100vw - 28px));transform:translate(-50%);padding:10px 14px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;color:#0f172a;box-shadow:0 14px 34px #0f172a29;font-size:14px;font-weight:700;line-height:20px;animation:hd-toast-in .18s ease-out both}.hd-toast-success{border-color:#05966938;color:#047857}.hd-toast-warning{border-color:#d977063d;color:#b45309}.hd-toast-error{border-color:#dc262638;color:#b91c1c}.hd-toast-leave{animation:hd-toast-out .22s ease-in both}.hd-icon{width:1em;height:1em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}@keyframes hd-toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes hd-toast-out{to{opacity:0;transform:translate(-50%,-8px)}}.hd-error-screen{display:grid;min-height:100dvh;place-items:center;padding:24px;background:#f3f7fb;color:#0f172a}.hd-error-screen section{display:grid;gap:12px;width:min(460px,100%);padding:22px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff}.hd-error-screen strong{font-size:20px}.hd-error-screen p{margin:0;color:#64748b;line-height:22px}.hd-error-screen div{display:flex;gap:10px}.hd-error-screen button{height:36px;padding:0 14px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:#0f172a;font-weight:800}.hd-error-screen button:first-child{border-color:#2563eb;background:#2563eb;color:#fff}.hd-loading-screen,.hd-login-screen,.hd-app{min-height:100dvh;background:#eef4f8;color:#122033;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.hd-loading-screen{display:grid;place-items:center}.hd-login-screen{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:24px;padding:24px;background:linear-gradient(135deg,#e9f6f4,#f4f7fb 52%,#eef2ff)}.hd-login-visual,.hd-login-panel,.hd-hero-panel,.hd-feature-panel,.hd-side-panel,.hd-page-main,.hd-page-aside,.hd-page-single{border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#ffffffd1;box-shadow:0 18px 38px #12203314}.hd-login-visual{display:flex;min-width:0;flex-direction:column;justify-content:space-between;overflow:hidden;padding:36px;background:linear-gradient(135deg,#09263af5,#1f5665eb),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;color:#fff}.hd-login-visual h1{max-width:720px;margin:18px 0 12px;font-size:44px;line-height:1.1;letter-spacing:0}.hd-login-visual p{max-width:620px;margin:0;color:#ffffffc7;font-size:16px;line-height:28px}.hd-login-panel{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:22px;padding:34px;background:#fff}.hd-login-brand{display:flex;align-items:center;gap:12px}.hd-login-brand>span:last-child,.hd-brand-copy,.hd-account>span{display:flex;min-width:0;flex-direction:column}.hd-login-brand strong{font-size:22px}.hd-login-brand small,.hd-account small,.hd-brand-subtitle{color:#64748b;font-size:12px}.hd-app{display:grid;grid-template-rows:72px minmax(0,1fr);height:100dvh;overflow:hidden;background:linear-gradient(135deg,#edf7f5,#f5f7fb 48%,#eef3ff)}.hd-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px;padding:0 22px;border-bottom:1px solid rgba(18,32,51,.08);background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hd-brand{display:flex;min-width:190px;align-items:center;gap:12px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.hd-brand-mark{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border-radius:8px;background:linear-gradient(145deg,#0f766e,#2563eb 70%,#f59e0b 130%);color:#fff;font-size:20px;box-shadow:0 12px 24px #2563eb3d}.hd-brand-name{overflow:hidden;color:#0f172a;font-size:16px;font-weight:800;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.hd-nav{display:flex;min-width:0;align-items:center;gap:6px;padding:5px;border:1px solid rgba(18,32,51,.06);border-radius:8px;background:#f8fafc}.hd-nav-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:74px;height:38px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#64748b;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.hd-nav-button-active{background:#1f6feb;color:#fff;box-shadow:0 10px 22px #1f6feb3d}.hd-header-tools{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px}.hd-merchant-select{width:210px}.hd-merchant-chip{display:inline-flex;max-width:190px;align-items:center;gap:7px;height:36px;padding:0 12px;overflow:hidden;border-radius:8px;background:#eef6ff;color:#1d4ed8;font-size:13px;font-weight:700;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.hd-account{display:flex;min-width:0;align-items:center;gap:8px}.hd-account-avatar{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;background:#eef6ff;color:#1d4ed8;font-size:14px;font-weight:900}.hd-account>span{max-width:140px}.hd-account>span>span{overflow:hidden;color:#0f172a;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hd-main{display:grid;min-height:0;grid-template-rows:58px minmax(0,1fr);gap:14px;padding:16px}.hd-workbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.hd-search{display:flex;width:min(520px,100%);min-width:0;align-items:center;gap:8px;height:46px;padding:0 14px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff;color:#0f766e;box-shadow:0 8px 18px #1220330d}.hd-search-input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#0f172a;font:inherit;font-size:14px}.hd-search-input::placeholder{color:#94a3b8}.hd-workbar-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px}.hd-inline-alert{max-width:min(520px,46vw);padding:7px 10px;overflow:hidden;border:1px solid rgba(220,38,38,.18);border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hd-content{position:relative;overflow:hidden;min-height:0}.hd-content>div:not(.hd-data-loading){height:100%}.hd-data-loading{position:absolute;top:14px;right:14px;z-index:10;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#ffffffe6;box-shadow:0 12px 26px #1220331f}.hd-home-grid{display:grid;height:100%;min-height:0;grid-template-columns:31% minmax(0,1fr) 29%;gap:16px}.hd-hero-panel,.hd-feature-panel,.hd-side-panel,.hd-page-main,.hd-page-aside,.hd-page-single{min-width:0;min-height:0;overflow:hidden}.hd-hero-panel{display:flex;flex-direction:column;padding:24px;background:linear-gradient(135deg,#ddfbf6f2,#ddecfff2),#fff}.hd-pill{display:inline-flex;width:fit-content;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:800}.hd-hero-panel h1{max-width:10em;margin:18px 0 10px;color:#0f172a;font-size:38px;line-height:1.05;letter-spacing:0}.hd-hero-panel p{max-width:34em;margin:0;color:#475569;font-size:15px;line-height:26px}.hd-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hd-primary-action,.hd-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 16px;border:0;border-radius:8px;cursor:pointer;font-weight:800;font:inherit;text-decoration:none}.hd-primary-action{background:#1f6feb;color:#fff}.hd-secondary-action{border:1px solid rgba(15,118,110,.16);background:#fff;color:#0f766e}.hd-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;padding-top:18px}.hd-service-tile{display:grid;min-height:104px;grid-template-rows:34px 22px 32px;gap:4px;padding:12px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff;cursor:pointer;text-align:left}.hd-service-tile>span{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#eef6ff;color:#1d4ed8}.hd-service-tile strong,.hd-resource-copy strong,.hd-video-copy strong,.hd-live-card strong,.hd-compact-copy strong,.hd-usage-row strong{min-width:0;overflow:hidden;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.hd-service-tile small{overflow:hidden;color:#64748b;line-height:16px}.hd-feature-panel,.hd-page-main,.hd-page-aside,.hd-page-single{padding:18px}.hd-section-head{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.hd-section-head>span{display:flex;min-width:0;flex-direction:column}.hd-section-head small{color:#1d4ed8;font-size:12px;font-weight:800}.hd-section-head strong{overflow:hidden;color:#0f172a;font-size:23px;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.hd-section-head a,.hd-section-head button{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:#1d4ed8;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}.hd-metric-grid,.hd-usage-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hd-usage-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.hd-metric{display:flex;min-width:0;min-height:106px;align-items:center;gap:12px;padding:14px;border:1px solid rgba(18,32,51,.08);border-left-width:4px;border-radius:8px;background:#fff}.hd-metric-icon{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border-radius:8px;background:#eef6ff;color:#1d4ed8;font-size:20px}.hd-metric-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.hd-metric-copy small,.hd-metric-copy em,.hd-focus-block small,.hd-focus-label{overflow:hidden;color:#64748b;font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.hd-metric-copy strong{overflow:hidden;color:#0f172a;font-size:25px;line-height:32px;text-overflow:ellipsis;white-space:nowrap}.hd-tone-blue{border-left-color:#2563eb}.hd-tone-blue .hd-metric-icon,.hd-tone-blue>span:first-child{background:#eef6ff;color:#2563eb}.hd-tone-emerald{border-left-color:#059669}.hd-tone-emerald .hd-metric-icon,.hd-tone-emerald>span:first-child{background:#ecfdf3;color:#059669}.hd-tone-cyan{border-left-color:#0891b2}.hd-tone-cyan .hd-metric-icon,.hd-tone-cyan>span:first-child{background:#ecfeff;color:#0891b2}.hd-tone-amber{border-left-color:#d97706}.hd-tone-amber .hd-metric-icon,.hd-tone-amber>span:first-child{background:#fff7ed;color:#d97706}.hd-tone-rose{border-left-color:#e11d48}.hd-focus-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:10px}.hd-focus-block{display:flex;min-width:0;min-height:92px;flex-direction:column;justify-content:center;gap:4px;padding:14px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#f8fafc}.hd-focus-block strong{overflow:hidden;color:#0f172a;font-size:24px;line-height:30px;text-overflow:ellipsis;white-space:nowrap}.hd-feature-list{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:9px;height:calc(100% - 318px);min-height:190px;margin-top:12px;overflow:hidden}.hd-side-stack{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:16px}.hd-side-panel{padding:16px}.hd-side-list,.hd-page-list{display:flex;min-height:0;flex-direction:column;gap:9px;overflow:auto;padding-right:4px}.hd-side-list{height:calc(100% - 56px)}.hd-compact-item{display:grid;min-width:0;min-height:64px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff}.hd-compact-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#f1f5f9;color:#2563eb;font-size:18px}.hd-compact-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.hd-compact-copy small{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.hd-page-grid{display:grid;height:100%;min-height:0;grid-template-columns:minmax(0,1fr) 360px;gap:16px}.hd-page-grid-wide{grid-template-columns:minmax(0,1fr) 390px}.hd-page-single{display:flex;height:100%;min-height:0;flex-direction:column}.hd-page-main,.hd-page-aside{display:flex;min-height:0;flex-direction:column}.hd-page-main{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr);align-content:start}.hd-page-main>.hd-section-head{grid-column:1;grid-row:1}.hd-page-main>.hd-list-pager{grid-column:2;grid-row:1;align-self:center;margin:0 0 14px 12px}.hd-page-main>.hd-card-grid{grid-column:1 / -1;grid-row:2}.hd-card-grid{display:grid;align-content:start;align-items:start;min-height:0;gap:12px;overflow:auto;padding-right:4px}.hd-card-grid-models{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:minmax(330px,auto);gap:16px}.hd-card-grid-voice{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-rows:minmax(164px,auto)}.hd-card-grid-videos{grid-template-columns:repeat(3,minmax(280px,1fr));grid-auto-rows:minmax(210px,auto)}.hd-card-grid-live{grid-template-columns:repeat(2,minmax(270px,1fr));grid-auto-rows:minmax(230px,auto)}.hd-page-main>.hd-card-grid,.hd-page-single>.hd-card-grid,.hd-page-single>.hd-usage-table,.hd-page-aside .hd-page-list{flex:1 1 auto;height:auto;min-height:0}.hd-resource-card,.hd-video-card,.hd-live-card,.hd-voice-card{min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff;box-shadow:0 10px 22px #1220330d}.hd-resource-card,.hd-voice-card{display:grid;min-height:198px;grid-template-rows:92px minmax(0,1fr) 32px;gap:10px;padding:12px}.hd-voice-card{min-height:164px;grid-template-rows:48px minmax(0,1fr) 30px;gap:8px;padding:10px}.hd-model-card{min-height:330px;grid-template-rows:220px minmax(52px,auto) 36px;gap:12px;padding:14px}.hd-model-card .hd-thumb{height:220px;padding:8px;border:1px solid rgba(18,32,51,.06);background:linear-gradient(180deg,#f7fafc,#eef4f8);object-fit:contain;object-position:center center}.hd-model-card .hd-resource-copy{gap:7px}.hd-model-card .hd-resource-copy strong{font-size:15px;line-height:20px}.hd-model-card .hd-resource-copy span{font-size:12px}.hd-video-card{display:grid;grid-template-columns:96px minmax(0,1fr);min-height:210px;gap:12px;padding:12px}.hd-live-card{display:flex;min-height:230px;flex-direction:column;gap:10px;padding:14px}.hd-thumb{display:block;width:100%;height:92px;overflow:hidden;border-radius:8px;background:#eef2f7;object-fit:cover}.hd-video-card .hd-thumb{width:96px;height:186px;min-height:186px}.hd-thumb-empty{display:grid;place-items:center;color:#64748b;font-weight:800}.hd-resource-copy,.hd-video-copy{display:flex;min-width:0;flex-direction:column;gap:6px}.hd-resource-copy span,.hd-video-copy p,.hd-meta-grid span,.hd-card-footer span,.hd-usage-row small{min-width:0;overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap}.hd-video-copy p,.hd-live-card p{display:-webkit-box;margin:0;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hd-card-title-row,.hd-card-footer,.hd-live-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.hd-card-footer{margin-top:auto;font-size:13px}.hd-card-footer button{flex:0 0 auto;padding:0;border:0;background:transparent;color:#1d4ed8;cursor:pointer;font:inherit;font-weight:800;text-decoration:none}.hd-create-modal .ant-modal-content,.hd-create-modal .ant-input,.hd-create-modal .ant-input-affix-wrapper,.hd-create-modal .ant-select-selector,.hd-create-modal .ant-btn{border-radius:8px}.hd-create-modal .ant-alert{margin-bottom:12px;border-radius:8px}.hd-create-modal .ant-form-item{margin-bottom:16px}.hd-create-modal .ant-modal-body{max-height:min(72dvh,760px);overflow:auto;padding-right:18px}.hd-create-modal .ant-form,.hd-create-modal .ant-form-item-control-input-content{min-width:0}.hd-create-modal .ant-input,.hd-create-modal .ant-input-affix-wrapper,.hd-create-modal .ant-input-number,.hd-create-modal .ant-select,.hd-create-modal .ant-select-selector{width:100%;min-width:0}.hd-create-modal .ant-select{position:relative}.hd-create-modal .ant-select-selection-item,.hd-create-modal .ant-select-selection-placeholder{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-create-dryrun{margin-bottom:0}.hd-select-option,.hd-choice-preview{display:flex;min-width:0;align-items:center;gap:10px}.hd-select-option .hd-thumb{flex:0 0 58px;width:58px;height:48px;object-fit:contain}.hd-select-option .hd-voice-avatar{flex:0 0 42px;width:42px;height:42px}.hd-select-option>span:last-child,.hd-choice-preview>span{display:flex;min-width:0;flex-direction:column;gap:3px}.hd-select-option strong,.hd-select-option small,.hd-choice-preview strong,.hd-choice-preview small,.hd-choice-preview em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-select-option strong,.hd-choice-preview strong{color:#0f172a;font-weight:900}.hd-select-option small,.hd-choice-preview small,.hd-choice-preview em{color:#64748b;font-size:12px;font-style:normal}.hd-choice-preview{min-height:92px;margin:-8px 0 16px;padding:10px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#f8fafc}.hd-choice-preview .hd-thumb{flex:0 0 96px;width:96px;height:72px;object-fit:contain}.hd-choice-preview-voice{min-height:76px}.hd-choice-preview-voice button{flex:0 0 auto;margin-left:auto;padding:0;border:0;background:transparent;color:#1d4ed8;cursor:pointer;font:inherit;font-weight:900}.hd-list-pager{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px;min-height:38px;margin:8px 0 10px}.hd-list-pager>span{margin-right:auto;color:#64748b;font-size:12px;font-weight:700}.hd-list-pager .ant-select{width:92px}.hd-list-pager select{width:94px;height:30px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:800}.hd-list-pager button,.hd-header-button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.hd-list-pager button{min-height:30px;padding:0 10px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;font-size:12px;font-weight:800}.hd-list-pager button:disabled{cursor:not-allowed;opacity:.52}.hd-status-tag{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;font-weight:900;line-height:22px}.hd-status-success{border-color:#0596692e;background:#ecfdf3;color:#047857}.hd-status-info{border-color:#2563eb2e;background:#eff6ff;color:#1d4ed8}.hd-status-warning{border-color:#d9770633;background:#fff7ed;color:#b45309}.hd-status-danger{border-color:#dc26262e;background:#fef2f2;color:#b91c1c}.hd-create-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hd-advanced-block{margin:4px 0 16px;padding:0 14px 12px;border:1px solid rgba(18,32,51,.1);border-radius:8px;background:#f8fafc}.hd-advanced-block summary{display:flex;min-height:42px;align-items:center;cursor:pointer;color:#0f172a;font-weight:900}.hd-advanced-block .ant-form-item{margin-bottom:14px}.hd-upload-field{display:flex;min-width:0;align-items:center;gap:12px}.hd-audio-picker{flex-wrap:wrap}.hd-audio-picker .ant-btn-link{padding-inline:0;font-weight:800}.hd-consent-guide{display:flex;align-items:center;gap:12px;margin:4px 0 14px;padding:12px;border:1px solid rgba(29,78,216,.12);border-radius:8px;background:#f8fbff}.hd-consent-step{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:8px;background:#2563eb;color:#fff;font-size:14px;font-weight:900}.hd-consent-guide>div{display:flex;min-width:0;flex-direction:column;gap:3px}.hd-consent-guide strong{color:#0f172a;font-size:14px;font-weight:900}.hd-consent-guide small,.hd-consent-actions span{color:#64748b;font-size:12px;line-height:18px}.hd-consent-actions{display:flex;align-items:center;gap:10px;margin:-4px 0 14px}.hd-training-script-modal .ant-alert{margin-bottom:14px;border-radius:8px}.hd-training-script-modal .ant-modal-body{max-height:min(74dvh,700px);overflow:auto}.hd-training-script-copy{max-height:min(58dvh,560px);overflow:auto;padding:16px 18px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#f8fafc}.hd-training-script-copy p{margin:0 0 14px;color:#1f2937;font-size:15px;line-height:28px}.hd-training-script-copy p:last-child{margin-bottom:0}.hd-upload-meta{min-width:0;overflow:hidden;color:#64748b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.hd-create-video-preview{display:block;width:100%;max-height:220px;margin:4px 0 16px;border-radius:8px;background:#0f172a;object-fit:contain}.hd-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;font-size:12px}.hd-live-icon,.hd-voice-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:8px;background:#ecfdf3;color:#059669;font-size:20px;font-weight:800}.hd-voice-avatar{width:54px;height:54px;background:#fff7ed;color:#d97706;font-size:22px}.hd-voice-card .hd-voice-avatar{width:46px;height:46px;font-size:20px}.hd-usage-table{display:flex;height:calc(100% - 172px);min-height:0;flex-direction:column;gap:8px;overflow:auto;padding-right:4px}.hd-usage-row{display:grid;min-height:58px;grid-template-columns:minmax(240px,1.5fr) minmax(120px,.7fr) 100px 120px 150px 90px;align-items:center;gap:12px;padding:8px 12px;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff}.hd-usage-row>span:first-child{display:flex;min-width:0;flex-direction:column;gap:2px}.hd-usage-row>span:not(:first-child){overflow:hidden;color:#334155;text-overflow:ellipsis;white-space:nowrap}.hd-empty{display:grid;grid-column:1 / -1;min-height:180px;gap:8px;place-items:center;border:1px dashed rgba(18,32,51,.16);border-radius:8px;background:#ffffff8f;color:#64748b;text-align:center}.hd-empty>span{width:34px;height:34px;border-radius:50%;background:linear-gradient(90deg,#cbd5e1 0 40%,transparent 40% 60%,#cbd5e1 60%),#eef2f7}.hd-empty p{margin:0;font-size:13px;font-weight:800}.hd-empty-compact{min-height:98px}@media(max-width:1280px){.hd-app{grid-template-rows:64px minmax(0,1fr);height:100dvh;min-height:100dvh;overflow:hidden}.hd-content{overflow:hidden}.hd-content>div:not(.hd-data-loading),.hd-home-grid,.hd-page-grid,.hd-page-single{height:100%}.hd-header{min-height:64px;flex-wrap:nowrap;gap:10px;padding:8px 12px}.hd-brand{min-width:168px;gap:9px}.hd-brand-mark{width:38px;height:38px;font-size:18px}.hd-brand-name{font-size:14px;line-height:18px}.hd-nav{flex:1 1 auto;justify-content:center;gap:3px;padding:4px}.hd-nav-button{min-width:60px;height:34px;gap:5px;padding:0 8px;font-size:12px}.hd-header-tools{flex:0 1 auto;gap:6px}.hd-merchant-chip{max-width:130px;height:32px;padding:0 9px}.hd-account-avatar{width:30px;height:30px;line-height:30px}.hd-account>span{max-width:92px}.hd-account small,.hd-brand-subtitle{font-size:11px}.hd-main{min-height:0;grid-template-rows:50px minmax(0,1fr);gap:10px;padding:12px}.hd-workbar{gap:8px}.hd-search{width:min(410px,40vw);height:40px}.hd-home-grid{grid-template-columns:minmax(310px,.85fr) minmax(0,1.15fr);grid-template-rows:minmax(0,1fr) minmax(180px,.62fr);gap:12px}.hd-hero-panel{grid-row:1 / 3;padding:20px}.hd-feature-panel{min-height:0;padding:15px}.hd-side-stack{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:12px}.hd-side-panel{padding:14px}.hd-hero-panel h1{font-size:32px}.hd-hero-panel p{font-size:14px;line-height:24px}.hd-service-tile{min-height:92px;grid-template-rows:30px 20px 30px;padding:10px}.hd-service-tile>span{width:30px;height:30px}.hd-section-head{min-height:36px;margin-bottom:10px}.hd-section-head strong{font-size:19px;line-height:24px}.hd-metric{min-height:86px;padding:10px}.hd-metric-icon{width:34px;height:34px;font-size:17px}.hd-metric-copy strong{font-size:22px;line-height:28px}.hd-focus-block{min-height:74px;padding:10px}.hd-focus-block strong{font-size:20px;line-height:26px}.hd-feature-list{height:calc(100% - 268px);min-height:120px}.hd-compact-item{min-height:56px;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;padding:8px}.hd-compact-icon{width:34px;height:34px;font-size:16px}.hd-page-grid{grid-template-columns:minmax(0,1fr) 300px;gap:12px}.hd-page-grid-wide{grid-template-columns:minmax(0,1fr) 320px}.hd-page-main,.hd-page-aside,.hd-page-single{padding:14px}.hd-page-main>.hd-list-pager{margin:0 0 10px 10px}.hd-list-pager{gap:6px;min-height:34px}.hd-card-grid-models{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-auto-rows:minmax(286px,auto)}.hd-model-card{min-height:286px;grid-template-rows:176px minmax(50px,auto) 34px}.hd-model-card .hd-thumb{height:176px}.hd-card-grid-voice{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-auto-rows:minmax(150px,auto)}.hd-voice-card{min-height:150px;grid-template-rows:44px minmax(0,1fr) 28px}.hd-card-grid-videos{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:minmax(178px,auto)}.hd-card-grid-live{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:minmax(176px,auto)}.hd-video-card{min-height:178px;grid-template-columns:86px minmax(0,1fr)}.hd-video-card .hd-thumb{width:86px;height:154px;min-height:154px}.hd-live-card{min-height:176px}}@media(max-width:900px){.hd-app{grid-template-rows:auto minmax(0,1fr);height:auto;min-height:100dvh;overflow:auto}.hd-content{overflow:visible}.hd-content>div:not(.hd-data-loading),.hd-home-grid,.hd-page-grid,.hd-page-single{height:auto}.hd-header{min-height:72px;flex-wrap:wrap;padding:10px 16px}.hd-brand{min-width:190px}.hd-main{min-height:calc(100dvh - 92px);grid-template-rows:auto minmax(0,1fr)}.hd-login-screen{grid-template-columns:1fr}.hd-login-visual{min-height:320px}.hd-metric-grid,.hd-focus-grid,.hd-usage-metrics,.hd-side-stack{grid-template-columns:1fr}.hd-home-grid,.hd-page-grid,.hd-page-grid-wide{grid-template-columns:1fr;grid-template-rows:none}.hd-page-main{display:flex;flex-direction:column}.hd-page-main>.hd-section-head,.hd-page-main>.hd-list-pager,.hd-page-main>.hd-card-grid{grid-column:auto;grid-row:auto}.hd-page-main>.hd-list-pager{margin:0 0 10px}.hd-hero-panel{grid-row:auto}.hd-feature-list,.hd-side-list,.hd-usage-table{height:auto}.hd-nav{width:100%;overflow-x:auto}.hd-header-tools,.hd-workbar{align-items:stretch;flex-direction:column}.hd-header-tools,.hd-workbar-actions,.hd-search,.hd-merchant-select{width:100%}.hd-card-grid-models,.hd-card-grid-voice,.hd-card-grid-videos,.hd-card-grid-live{grid-template-columns:1fr}.hd-video-card{grid-template-columns:86px minmax(0,1fr)}.hd-usage-row{grid-template-columns:1fr;align-items:start}}.hd-login-screen{grid-template-columns:minmax(680px,1fr) minmax(360px,480px);gap:18px;box-sizing:border-box;height:100dvh;min-height:720px;overflow:auto;padding:18px;background:linear-gradient(135deg,#e7f1f4,#f7f9fc 48%,#eef4ff)}.hd-login-visual{display:grid;position:relative;box-sizing:border-box;height:100%;min-height:0;place-items:center start;overflow:hidden;padding:48px;background:linear-gradient(135deg,#082032fa,#154f58f0),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px}.hd-login-visual-top,.hd-login-badge,.hd-preview-head,.hd-preview-flow,.hd-login-preview-side span{display:flex;min-width:0;align-items:center}.hd-login-visual-top{justify-content:space-between;gap:12px}.hd-login-visual .hd-pill,.hd-login-badge{border:1px solid rgba(255,255,255,.22);background:#ffffff1f;color:#e6f7ff;box-shadow:none}.hd-login-badge{gap:7px;height:32px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800}.hd-login-hero-copy{position:relative;z-index:1;max-width:740px;padding-top:0}.hd-login-kicker{display:inline-flex;align-items:center;height:30px;margin-bottom:20px;padding:0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1a;color:#ffffffd1;font-size:13px;font-weight:800}.hd-login-visual h1{max-width:760px;margin:0 0 16px;font-size:46px;line-height:1.12}.hd-login-visual p{max-width:640px;color:#fffc;font-size:17px;line-height:30px}.hd-login-capabilities{display:grid;max-width:660px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.hd-login-capability{display:flex;min-width:0;min-height:76px;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff17}.hd-login-capability>svg{flex:0 0 auto;width:38px;height:38px;padding:9px;border-radius:8px;background:#ffffff21;color:#d9f3ff}.hd-login-capability>span{display:flex;min-width:0;flex-direction:column;gap:4px}.hd-login-capability strong,.hd-login-capability small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-login-capability strong{color:#fff;font-size:15px}.hd-login-capability small{color:#ffffff9e;font-size:12px}.hd-login-preview{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:14px}.hd-login-preview-main,.hd-login-preview-side{min-width:0;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f;box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hd-login-preview-main{display:grid;gap:16px;padding:18px}.hd-preview-head{justify-content:space-between;gap:12px}.hd-preview-head span,.hd-preview-metrics span{display:flex;min-width:0;flex-direction:column;gap:4px}.hd-preview-head small,.hd-preview-metrics small{color:#ffffff9e;font-size:12px}.hd-preview-head strong{color:#fff;font-size:18px}.hd-preview-head em{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-style:normal;font-weight:900}.hd-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hd-preview-metrics span{min-height:70px;justify-content:center;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#05142038}.hd-preview-metrics strong{overflow:hidden;color:#fff;font-size:20px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.hd-preview-flow{gap:10px;padding-top:2px}.hd-preview-flow span{display:flex;min-width:0;flex:1 1 0;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 10px;border-radius:8px;background:#ffffff24;color:#fff;font-size:13px;font-weight:800;white-space:nowrap}.hd-preview-flow i{flex:0 0 24px;height:1px;background:#ffffff47}.hd-login-preview-side{display:grid;gap:10px;padding:14px}.hd-login-preview-side span{gap:10px;min-height:44px;padding:0 12px;border-radius:8px;background:#ffffff21;color:#fff;font-weight:800}.hd-login-preview-side svg{flex:0 0 auto}.hd-login-panel{align-self:center;justify-self:center;box-sizing:border-box;width:min(420px,100%);min-height:auto;justify-content:flex-start;gap:22px;padding:30px;box-shadow:0 24px 58px #12203321}.hd-login-brand{align-items:flex-start}.hd-login-brand strong{display:block;color:#0f172a;font-size:24px;line-height:30px}.hd-login-brand small{margin-top:2px;color:#64748b}.hd-login-panel .ant-form-item{margin-bottom:18px}.hd-login-panel .ant-form-item-label>label{color:#334155;font-weight:800}.hd-login-panel .ant-input-affix-wrapper,.hd-login-panel .ant-input,.hd-login-panel .ant-btn{border-radius:8px}.hd-login-panel .ant-input-affix-wrapper-lg,.hd-login-panel .ant-input-lg{min-height:42px}.hd-login-panel .ant-btn-primary{height:44px;background:linear-gradient(135deg,#1d4ed8,#2563eb);font-weight:900;box-shadow:0 14px 28px #2563eb3d}.hd-native-form{display:grid;gap:16px}.hd-native-form label{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:800}.hd-native-field-title{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.hd-native-inline-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid rgba(37,99,235,.2);border-radius:8px;background:#eff6ff;color:#1d4ed8;cursor:pointer;font:inherit;font-size:12px;font-weight:900}.hd-native-inline-button:disabled{cursor:not-allowed;opacity:.65}.hd-native-form input,.hd-native-form select,.hd-native-form textarea{box-sizing:border-box;width:100%;min-width:0;min-height:42px;padding:0 12px;border:1px solid rgba(15,23,42,.14);border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-weight:600;outline:none}.hd-native-form textarea{min-height:86px;padding:10px 12px;resize:vertical}.hd-native-form small{overflow:hidden;color:#64748b;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.hd-native-form input:focus,.hd-native-form select:focus,.hd-native-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.hd-native-primary,.hd-native-secondary,.hd-native-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;font:inherit;font-weight:800}.hd-native-primary{min-height:44px;border-color:#2563eb;background:#2563eb;color:#fff}.hd-native-secondary{border-color:#2563eb2e;color:#1d4ed8}.hd-native-ghost{border-color:transparent;background:transparent;color:#1d4ed8}.hd-native-primary:disabled,.hd-native-secondary:disabled,.hd-native-ghost:disabled{cursor:not-allowed;opacity:.58}.hd-login-error{padding:10px 12px;border:1px solid rgba(220,38,38,.18);border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:800}.hd-native-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000}.hd-native-modal-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b}.hd-native-modal{position:absolute;top:50%;left:50%;display:flex;width:min(760px,calc(100vw - 28px));max-height:min(860px,calc(100dvh - 28px));transform:translate(-50%,-50%);flex-direction:column;overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff}.hd-native-modal-model,.hd-native-modal-voiceClone{width:min(860px,calc(100vw - 28px))}.hd-native-modal-head,.hd-native-modal-foot{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(15,23,42,.08)}.hd-native-modal-head strong{color:#0f172a;font-size:18px;line-height:24px}.hd-native-modal-head button{width:34px;height:34px;border:0;border-radius:8px;background:#f1f5f9;color:#334155;cursor:pointer;font-size:24px;line-height:1}.hd-native-modal-body{flex:1 1 auto;min-height:0;overflow:auto;padding:16px 18px 6px}.hd-native-modal-foot{justify-content:flex-end;border-top:1px solid rgba(15,23,42,.08);border-bottom:0}.hd-native-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hd-native-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important}.hd-native-check input{width:18px;min-height:18px}@media(max-width:1180px){.hd-login-screen{grid-template-columns:minmax(0,1fr) minmax(340px,420px)}.hd-login-visual,.hd-login-preview{grid-template-columns:1fr}.hd-login-preview-side{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.hd-login-screen{grid-template-columns:1fr;gap:12px;height:auto;overflow:auto;padding:12px}.hd-login-visual{height:auto;min-height:360px;grid-template-rows:auto auto;padding:22px}.hd-login-hero-copy{align-self:start;padding-top:16px}.hd-login-visual h1{font-size:34px}.hd-login-visual p{font-size:15px;line-height:26px}.hd-login-panel{width:100%}}@media(max-width:640px){.hd-login-visual-top,.hd-preview-flow,.hd-login-preview-side{align-items:stretch;flex-direction:column}.hd-login-badge{align-self:flex-start}.hd-preview-metrics,.hd-login-preview-side{grid-template-columns:1fr}.hd-preview-flow i{width:100%;height:1px}}.hd-login-screen{display:grid;box-sizing:border-box;width:100%;height:100dvh;min-height:680px;grid-template-columns:1fr;place-items:center;overflow:hidden;padding:18px;background:linear-gradient(135deg,#e7f1f4,#f7f9fc 48%,#eef4ff)}.hd-login-shell{display:grid;width:min(1320px,100%);height:min(720px,calc(100dvh - 36px));min-height:620px;grid-template-columns:minmax(0,1fr) 400px;overflow:hidden;border:1px solid rgba(18,32,51,.08);border-radius:8px;background:#fff;box-shadow:0 26px 68px #12203324}.hd-login-shell .hd-login-visual,.hd-login-shell .hd-login-panel{height:100%;min-height:0;border:0;border-radius:0;box-shadow:none}.hd-login-shell .hd-login-visual{display:grid;place-items:center start;padding:clamp(36px,4vw,60px)}.hd-login-shell .hd-login-panel{align-self:stretch;justify-self:stretch;width:100%;justify-content:center;gap:20px;padding:clamp(28px,3vw,42px);background:#fff}.hd-login-shell .hd-login-hero-copy{max-width:680px}.hd-login-shell .hd-login-capabilities{max-width:640px}@media(max-width:1180px){.hd-login-shell{height:min(680px,calc(100dvh - 28px));min-height:600px;grid-template-columns:minmax(0,1fr) 360px}.hd-login-shell .hd-login-visual{padding:32px}.hd-login-shell .hd-login-visual h1{font-size:38px}.hd-login-shell .hd-login-capabilities{grid-template-columns:1fr;gap:10px}.hd-login-shell .hd-login-capability{min-height:62px}}@media(max-width:900px){.hd-login-screen{height:auto;min-height:100dvh;overflow:auto;padding:12px}.hd-login-shell{width:100%;height:auto;min-height:0;grid-template-columns:1fr}.hd-login-shell .hd-login-visual{min-height:360px}.hd-login-shell .hd-login-panel{min-height:0}}@media(orientation:landscape)and (min-width:901px)and (max-height:820px){.hd-app{grid-template-rows:58px minmax(0,1fr)}.hd-header{gap:8px;min-height:58px;padding:6px 12px}.hd-brand{min-width:150px;gap:8px}.hd-brand-mark{width:34px;height:34px;font-size:16px}.hd-brand-name{font-size:13px;line-height:16px}.hd-brand-subtitle{font-size:10px}.hd-nav{gap:2px;padding:3px}.hd-nav-button{min-width:54px;height:32px;gap:4px;padding:0 7px;font-size:12px}.hd-header-tools{gap:5px}.hd-merchant-chip{max-width:112px;height:30px;padding:0 8px;font-size:12px}.hd-account{gap:6px}.hd-account-avatar{width:28px;height:28px;line-height:28px}.hd-account>span{max-width:78px}.hd-main{grid-template-rows:40px minmax(0,1fr);gap:8px;padding:10px}.hd-workbar{gap:8px}.hd-search{width:min(360px,38vw);height:36px;padding:0 10px}.hd-workbar-actions{gap:6px}.hd-home-grid{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);grid-template-rows:minmax(0,1fr);gap:10px}.hd-hero-panel{grid-row:auto;padding:18px}.hd-hero-panel h1{max-width:9em;margin:14px 0 8px;font-size:30px;line-height:1.08}.hd-hero-panel p{font-size:13px;line-height:22px}.hd-hero-actions{margin-top:16px}.hd-service-grid{gap:8px;padding-top:14px}.hd-service-tile{min-height:78px;grid-template-rows:26px 18px 22px;padding:8px}.hd-service-tile>span{width:26px;height:26px}.hd-feature-panel,.hd-page-main,.hd-page-aside,.hd-page-single{padding:12px}.hd-section-head{min-height:32px;margin-bottom:8px}.hd-section-head strong{font-size:18px;line-height:22px}.hd-metric-grid,.hd-focus-grid{gap:8px}.hd-metric{min-height:72px;gap:8px;padding:8px}.hd-metric-icon{width:30px;height:30px;font-size:15px}.hd-metric-copy strong{font-size:18px;line-height:22px}.hd-focus-block{min-height:62px;padding:8px}.hd-focus-block strong{font-size:18px;line-height:22px}.hd-feature-list{height:calc(100% - 218px);min-height:92px;gap:7px}.hd-side-stack{display:none}.hd-page-grid{grid-template-columns:minmax(0,1fr) 260px;gap:10px}.hd-page-grid-wide{grid-template-columns:minmax(0,1fr) 280px}.hd-list-pager{gap:5px;min-height:32px;margin:0 0 8px}.hd-page-main>.hd-list-pager{margin:0 0 8px 8px}.hd-card-grid{gap:10px}.hd-card-grid-models{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(248px,auto)}.hd-model-card{min-height:248px;grid-template-rows:148px minmax(42px,auto) 28px;gap:8px;padding:10px}.hd-model-card .hd-thumb{height:148px;padding:6px}.hd-card-grid-voice{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(140px,auto)}.hd-voice-card{min-height:140px}.hd-card-grid-videos,.hd-card-grid-live{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-video-card{min-height:162px;grid-template-columns:80px minmax(0,1fr);gap:10px;padding:10px}.hd-video-card .hd-thumb{width:80px;height:140px;min-height:140px}.hd-live-card{min-height:168px}.hd-side-panel{padding:12px}.hd-compact-item{min-height:52px;grid-template-columns:32px minmax(0,1fr) auto;gap:7px;padding:8px}.hd-compact-icon{width:32px;height:32px;font-size:15px}.hd-login-screen{min-height:100dvh;padding:12px}.hd-login-shell{width:min(1180px,100%);height:calc(100dvh - 24px);min-height:0;grid-template-columns:minmax(0,1fr) 360px}.hd-login-shell .hd-login-visual{padding:34px}.hd-login-shell .hd-login-visual h1{font-size:38px;line-height:1.08}.hd-login-shell .hd-login-visual p{font-size:15px;line-height:25px}.hd-login-shell .hd-login-capabilities{gap:8px;margin-top:22px}.hd-login-shell .hd-login-capability{min-height:58px;padding:10px}.hd-login-shell .hd-login-panel{gap:16px;padding:26px}}.hd-modal-root{z-index:20000!important}.hd-modal-root,.hd-modal-root *{box-sizing:border-box}.hd-modal-root .ant-modal-mask{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0f172a6b!important;z-index:20000!important}.hd-modal-root .ant-modal-wrap{position:fixed!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;display:flex;align-items:flex-start;justify-content:center;height:var(--hd-vvh, 100vh)!important;height:var(--hd-vvh, 100dvh)!important;overflow:auto;padding:20px;overscroll-behavior:contain;z-index:20000!important}.hd-modal-root .ant-modal{top:auto;max-width:calc(100vw - 40px);margin:auto 0;padding-bottom:0}.hd-modal-root .hd-create-modal-video{width:min(720px,calc(100vw - 24px))!important}.hd-modal-root .hd-create-modal .ant-modal-content,.hd-modal-root .hd-training-script-modal .ant-modal-content{display:flex;width:100%;max-height:calc(var(--hd-vvh, 100vh) - 40px);max-height:calc(var(--hd-vvh, 100dvh) - 40px);flex-direction:column;overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff!important;box-shadow:0 28px 72px #0f172a47}.hd-modal-root .hd-create-modal .ant-modal-header,.hd-modal-root .hd-training-script-modal .ant-modal-header{flex:0 0 auto;margin:0;padding:18px 20px 12px;border-bottom:1px solid rgba(15,23,42,.08);background:#fff!important}.hd-modal-root .hd-create-modal .ant-modal-title,.hd-modal-root .hd-training-script-modal .ant-modal-title{color:#0f172a;font-size:18px;font-weight:900;line-height:24px}.hd-modal-root .hd-create-modal .ant-modal-close,.hd-modal-root .hd-training-script-modal .ant-modal-close{top:12px;right:14px}.hd-modal-root .hd-create-modal .ant-modal-footer,.hd-modal-root .hd-training-script-modal .ant-modal-footer{flex:0 0 auto;margin:0;padding:12px 20px 16px;border-top:1px solid rgba(15,23,42,.08);background:#fff}.hd-modal-root .hd-create-modal .ant-modal-body,.hd-modal-root .hd-training-script-modal .ant-modal-body{flex:1 1 auto;min-height:0;max-height:calc(var(--hd-vvh, 100vh) - 170px);max-height:calc(var(--hd-vvh, 100dvh) - 170px);overflow:auto;padding:14px 20px 4px;background:#fff}.hd-modal-root .hd-create-modal .ant-form-item-label{padding-bottom:5px}.hd-modal-root .hd-create-modal .ant-form-item-label>label{color:#0f172a;font-size:13px;font-weight:800}.hd-modal-root .hd-create-modal .ant-input,.hd-modal-root .hd-create-modal .ant-input-number,.hd-modal-root .hd-create-modal .ant-input-number-input,.hd-modal-root .hd-create-modal .ant-select-selector{font-size:14px}.hd-select-dropdown{z-index:20050!important;box-sizing:border-box;width:100%!important;min-width:100%!important;max-width:min(100%,calc(100vw - 32px));overflow:hidden;border-radius:10px;box-shadow:0 18px 42px #0f172a33}.hd-select-dropdown .ant-select-item{min-height:48px;padding:8px 10px}.hd-select-dropdown .ant-select-item-option-content{min-width:0}.hd-select-dropdown .hd-select-option{width:100%}.hd-select-dropdown .hd-select-option .hd-thumb{flex-basis:44px;width:44px;height:40px}.hd-select-dropdown .hd-select-option .hd-voice-avatar{flex-basis:36px;width:36px;height:36px;font-size:17px}.hd-select-dropdown .hd-select-option small{max-width:100%}body.hd-keyboard-open .hd-modal-root .ant-modal-wrap{align-items:flex-start;padding:6px 10px}body.hd-keyboard-open .hd-modal-root .ant-modal{margin:0}body.hd-keyboard-open .hd-modal-root .hd-create-modal .ant-modal-content,body.hd-keyboard-open .hd-modal-root .hd-training-script-modal .ant-modal-content{max-height:calc(var(--hd-vvh, 100vh) - 12px);max-height:calc(var(--hd-vvh, 100dvh) - 12px)}body.hd-keyboard-open .hd-modal-root .hd-create-modal .ant-modal-header,body.hd-keyboard-open .hd-modal-root .hd-training-script-modal .ant-modal-header{padding:8px 12px 6px}body.hd-keyboard-open .hd-modal-root .hd-create-modal .ant-modal-body,body.hd-keyboard-open .hd-modal-root .hd-training-script-modal .ant-modal-body{max-height:calc(var(--hd-vvh, 100vh) - 104px);max-height:calc(var(--hd-vvh, 100dvh) - 104px);padding:8px 12px 2px}body.hd-keyboard-open .hd-modal-root .hd-create-modal .ant-modal-footer,body.hd-keyboard-open .hd-modal-root .hd-training-script-modal .ant-modal-footer{padding:6px 12px 8px}body.hd-keyboard-open .hd-create-modal .ant-form-item{margin-bottom:8px}body.hd-keyboard-open .hd-create-modal-video .hd-choice-preview{min-height:56px;margin:-3px 0 8px;padding:6px 8px}body.hd-keyboard-open .hd-create-modal-video .hd-choice-preview .hd-thumb{flex-basis:56px;width:56px;height:46px}body.hd-keyboard-open .hd-create-modal-video .hd-choice-preview-voice .hd-voice-avatar{width:38px;height:38px;font-size:17px}body.hd-keyboard-open .hd-create-modal-video textarea.ant-input{min-height:58px}@media(orientation:landscape)and (max-height:820px){.hd-modal-root .ant-modal-wrap{padding:10px 12px}.hd-modal-root .ant-modal{max-width:calc(100vw - 24px)}.hd-modal-root .hd-create-modal .ant-modal-content,.hd-modal-root .hd-training-script-modal .ant-modal-content{max-height:calc(var(--hd-vvh, 100vh) - 20px);max-height:calc(var(--hd-vvh, 100dvh) - 24px)}.hd-modal-root .hd-create-modal .ant-modal-header,.hd-modal-root .hd-training-script-modal .ant-modal-header{padding:10px 14px 8px}.hd-modal-root .hd-create-modal .ant-modal-title,.hd-modal-root .hd-training-script-modal .ant-modal-title{font-size:16px;line-height:20px}.hd-modal-root .hd-create-modal .ant-modal-close,.hd-modal-root .hd-training-script-modal .ant-modal-close{top:5px;right:8px}.hd-modal-root .hd-create-modal .ant-modal-body,.hd-modal-root .hd-training-script-modal .ant-modal-body{max-height:calc(var(--hd-vvh, 100vh) - 126px);max-height:calc(var(--hd-vvh, 100dvh) - 126px);padding:10px 14px 2px}.hd-modal-root .hd-create-modal .ant-modal-footer,.hd-modal-root .hd-training-script-modal .ant-modal-footer{padding:8px 14px 10px}.hd-modal-root .hd-create-modal .ant-form-item{margin-bottom:10px}.hd-modal-root .hd-create-form-grid{gap:8px}.hd-modal-root .hd-create-modal-video{width:min(680px,calc(100vw - 24px))!important}.hd-modal-root .hd-choice-preview{min-height:64px;margin:-4px 0 10px;padding:8px}.hd-modal-root .hd-choice-preview .hd-thumb{flex-basis:74px;width:74px;height:54px}.hd-modal-root .hd-choice-preview-voice{min-height:62px}.hd-modal-root .hd-create-modal textarea.ant-input{min-height:76px}.hd-select-dropdown{max-height:190px}}.hd-build-version{position:fixed;right:12px;bottom:8px;z-index:1200;height:22px;padding:0 9px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#ffffffc7;color:#64748b;font-size:12px;font-weight:800;line-height:20px;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hd-android .hd-app,.hd-android .hd-login-screen{background:#f3f7fb}.hd-android .hd-header,.hd-android .hd-login-preview-main,.hd-android .hd-login-preview-side,.hd-android .hd-build-version{backdrop-filter:none;-webkit-backdrop-filter:none}.hd-android .hd-login-visual{background:#0b3342}.hd-android .hd-login-shell,.hd-android .hd-login-panel,.hd-android .hd-hero-panel,.hd-android .hd-feature-panel,.hd-android .hd-side-panel,.hd-android .hd-page-main,.hd-android .hd-page-aside,.hd-android .hd-page-single,.hd-android .hd-resource-card,.hd-android .hd-video-card,.hd-android .hd-live-card,.hd-android .hd-voice-card,.hd-android .hd-data-loading,.hd-android .hd-select-dropdown,.hd-android .hd-modal-root .hd-create-modal .ant-modal-content,.hd-android .hd-modal-root .hd-training-script-modal .ant-modal-content,.hd-android .hd-brand-mark,.hd-android .hd-nav-button-active,.hd-android .hd-login-panel .ant-btn-primary{box-shadow:none}
