.pagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted);max-width:100%}.pagination-buttons{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.pagination button{min-height:32px;padding:5px 9px;white-space:nowrap}.pagination .pagination-number{min-width:32px;font-variant-numeric:tabular-nums}.pagination button[aria-current=page]{color:var(--blue);background:var(--blue-soft);border-color:var(--blue);opacity:1;cursor:default}.pagination-gap{min-width:18px;text-align:center}.pagination-jump{display:flex;align-items:center;gap:8px;margin:0}.pagination-jump label{display:flex;flex-direction:row;margin:0;align-items:center;gap:6px;white-space:nowrap}.pagination-jump input{width:52px;min-height:32px;padding:5px;text-align:center;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--ink);font-size:12px}.pagination :is(button,input):focus-visible{outline:2px solid var(--blue);outline-offset:2px}.task-footer:has(.pagination){flex-wrap:wrap;gap:12px}@media(max-width:640px){.pagination{justify-content:flex-start;gap:10px}.pagination-buttons{gap:4px}.pagination button{padding:5px 7px}}.cover-task-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 20px}.cover-task-summary button{display:flex;align-items:center;justify-content:space-between;padding:16px;background:var(--panel,#fff);border:1px solid var(--line);border-radius:10px}.cover-task-summary button[aria-pressed=true]{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.cover-task-summary strong{font-size:24px}.cover-tasks-table{min-width:1180px}.cover-tasks-table td{vertical-align:top}.cover-tasks-table small{display:block;margin-top:6px;color:var(--muted,#64748b)}.cover-task-title{display:block;font-size:12px;font-weight:500;line-height:1.5;max-width:300px;white-space:normal;overflow-wrap:anywhere}.cover-task-error{max-width:280px;margin-top:8px;color:#b42318;white-space:normal;overflow-wrap:anywhere}.cover-task-start-time,.cover-task-end-time{display:block;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap}@media(max-width:760px){.cover-task-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.cover-task-pagination{padding-top:20px;padding-bottom:8px}.transcribe-actions,.transcribe-pagination,.transcribe-word-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.transcribe-action-buttons{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.transcribe-action-buttons:empty{display:none}.transcribe-action-buttons>button,.transcribe-action-buttons>.button{min-height:32px;padding:6px 9px;white-space:nowrap}.transcribe-id{display:block;font-size:11px;color:var(--text-muted,#64748b);overflow-wrap:anywhere;max-width:260px;margin-top:5px}.transcribe-settings{border:1px solid var(--border,#e2e8f0);border-radius:12px;padding:20px;margin-bottom:24px;background:var(--surface,#fff)}.transcribe-switches{display:flex;gap:24px;flex-wrap:wrap;margin:18px 0}.transcribe-switches label{display:flex;gap:8px;align-items:center}.transcribe-words{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.transcribe-word{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--border,#e2e8f0);border-radius:7px;padding:5px 9px}.transcribe-word small{color:#64748b}.transcribe-pagination{justify-content:flex-end;margin:18px 0}.transcribe-filter{display:flex;align-items:center;gap:10px;margin:18px 0}.transcribe-library-action{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.transcribe-cut-row{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #e2e8f0}.transcribe-cut-row p{margin:6px 0;color:#64748b}.transcribe-cut-caption-count{margin-top:8px!important;color:#1f6f5f!important;font-size:12px;font-weight:650}.transcribe-dialog{width:min(900px,95vw)}.transcribe-settings .transcribe-switches label{flex-direction:row;align-items:center;text-align:left}.transcribe-settings .transcribe-switches input[role=switch]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:38px;height:22px;min-height:22px;flex:0 0 38px;padding:0;border:0;border-radius:12px;background:#94a3b8;position:relative;cursor:pointer;transition:background .15s}.transcribe-settings .transcribe-switches input[role=switch]:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}.transcribe-settings .transcribe-switches input[role=switch]:checked{background:#2563eb}.transcribe-settings .transcribe-switches input[role=switch]:checked:after{transform:translate(16px)}.transcribe-settings .transcribe-switches input[role=switch]:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.transcribe-settings .transcribe-word-form{display:flex;flex-direction:row;align-items:center;gap:10px}.transcribe-settings .transcribe-word-form input{width:min(360px,100%);flex:0 1 360px}.transcribe-toolbar .task-filter select{width:200px}.transcribe-table{min-width:1280px}.transcribe-table th:nth-child(1),.transcribe-table td:nth-child(1),.transcribe-table th:nth-child(2),.transcribe-table td:nth-child(2){min-width:210px;white-space:nowrap}.transcribe-table th:nth-child(3),.transcribe-table td:nth-child(3){min-width:150px}.transcribe-table th:nth-child(4),.transcribe-table td:nth-child(4){min-width:200px}.transcribe-table th:nth-child(5),.transcribe-table td:nth-child(5){min-width:180px}table.data-table.transcribe-table th:last-child,table.data-table.transcribe-table td:last-child{width:300px;min-width:300px;white-space:normal}.transcribe-table td:last-child .transcribe-actions{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:10px}.transcribe-table td:last-child .transcribe-actions a{white-space:nowrap}@media(max-width:700px){.transcribe-cut-row,.transcribe-switches{flex-direction:column}.transcribe-pagination{justify-content:flex-start}.transcribe-toolbar{align-items:stretch}.transcribe-toolbar>button{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){.transcribe-settings .transcribe-switches input[role=switch],.transcribe-settings .transcribe-switches input[role=switch]:after{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.transcribe-control-stack{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px;margin-bottom:24px}.transcribe-control-stack .transcribe-settings{margin-bottom:0}.transcribe-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.transcribe-settings-head h2{margin:0 0 7px;font-size:16px}.transcribe-settings-head p{margin:0;max-width:620px;font-size:12px;line-height:1.7}.transcribe-settings-status{font-size:11px;color:var(--muted);white-space:nowrap}.transcribe-settings.compact{padding:18px 20px}.transcribe-settings.compact .transcribe-switches{margin:16px 0 0}.transcribe-settings.compact .transcribe-switches label{font-size:12px}.transcribe-dictionary-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #d9e4f5;border-radius:12px;background:linear-gradient(135deg,#f7faff,#f2f8ff)}.transcribe-dictionary-summary-copy{min-width:0}.transcribe-summary-kicker{display:block;margin-bottom:6px;color:#6f7d95;font-size:11px;font-weight:650;letter-spacing:.04em}.transcribe-dictionary-summary strong{display:block;color:#1d4ed8;font-size:19px;letter-spacing:-.02em}.transcribe-dictionary-summary p{margin:8px 0 0;color:#667085;font-size:11px;line-height:1.6}.transcribe-dictionary-summary-meta{display:flex;align-items:flex-end;flex-direction:column;gap:9px;flex:0 0 auto}.transcribe-dictionary-summary-meta small{color:#7b8799;white-space:nowrap}.transcribe-dictionary-summary .secondary,.dictionary-refresh{background:#fff}.transcribe-page-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #cfddfb;border-radius:9px;background:var(--blue-soft);color:var(--blue)}.transcribe-dictionary-overview{display:grid;grid-template-columns:minmax(155px,.7fr) minmax(200px,1fr) minmax(260px,1.5fr);align-items:center;gap:20px;margin-bottom:22px;padding:18px 22px;border:1px solid var(--line);border-radius:8px;background:#fff}.transcribe-dictionary-overview>div{min-width:0;padding-right:20px;border-right:1px solid var(--line)}.transcribe-dictionary-overview strong{display:inline-block;color:var(--ink);font-size:22px;letter-spacing:-.03em}.transcribe-dictionary-overview small{margin-left:5px;color:var(--muted);font-size:12px}.transcribe-overview-time{font-size:14px!important;font-weight:600;letter-spacing:0!important;white-space:nowrap}.transcribe-dictionary-overview p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.transcribe-dictionary-panel{overflow:visible}.transcribe-dictionary-head{align-items:flex-end}.transcribe-dictionary-head h2{margin:0;font-size:16px}.transcribe-dictionary-head p{margin:6px 0 0}.dictionary-add-form{align-items:center;justify-content:flex-end;margin:0}.dictionary-add-form input{width:min(220px,35vw);min-height:36px;font-size:12px}.dictionary-add-form button{min-height:36px}.transcribe-dictionary-filters{display:flex;align-items:flex-end;gap:12px;padding:16px 24px;border-bottom:1px solid var(--line);background:#fbfcfe}.transcribe-dictionary-filters>label{margin:0;min-width:0}.transcribe-dictionary-filters>label:not(.transcribe-search-field){display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--muted);font-size:11px;white-space:nowrap}.transcribe-dictionary-filters select{width:128px;min-height:36px;font-size:12px}.transcribe-search-field{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;min-width:220px;min-height:36px;padding:0 10px;border:1px solid #d6dde7;border-radius:6px;background:#fff;color:#8b95a5}.transcribe-search-field input{flex:1;min-width:0;width:100%;height:34px;min-height:34px;padding:7px 0;border:0;outline:0;font-size:12px}.transcribe-search-field input:focus-visible{outline:0}.dictionary-refresh{height:36px;min-height:36px;align-self:flex-end}.transcribe-search-field{height:36px;box-sizing:border-box}.transcribe-search-field>svg{flex-shrink:0}.transcribe-search-field:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb22}.transcribe-dictionary-filters select{height:36px;padding-top:0;padding-bottom:0}.transcribe-dictionary-table{min-width:740px}.transcribe-dictionary-table th:nth-child(1){min-width:180px}.transcribe-dictionary-table th:nth-child(4){min-width:185px}.transcribe-dictionary-table th:nth-child(5){width:100px}.transcribe-dictionary-table td{vertical-align:middle}.dictionary-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.dictionary-status>span{width:6px;height:6px;border-radius:50%;background:currentColor}.dictionary-status-active{color:var(--teal)}.dictionary-status-removed{color:#8b95a5}.dictionary-row-actions{white-space:nowrap}.danger-link,.secondary-link{min-height:28px;padding:3px 6px;border:0;background:transparent;font-size:12px;font-weight:650}.danger-link{color:var(--red)}.secondary-link{color:#2f6bff}.danger-link:hover,.secondary-link:hover{background:#f4f7fb;border-color:transparent}.transcribe-dictionary-footer{align-items:flex-start}.transcribe-dictionary-footer .pagination{margin-left:auto}@media(max-width:900px){.transcribe-control-stack,.transcribe-dictionary-overview{grid-template-columns:1fr}.transcribe-dictionary-overview>div{padding-right:0;padding-bottom:14px;border-right:0;border-bottom:1px solid var(--line)}.transcribe-dictionary-overview>div:last-of-type{padding-bottom:0;border-bottom:0}.transcribe-dictionary-head{align-items:stretch;flex-direction:column}.dictionary-add-form{justify-content:flex-start}.dictionary-add-form input{width:min(320px,100%)}.transcribe-dictionary-filters{align-items:stretch;flex-wrap:wrap}.transcribe-search-field{flex-basis:100%}}@media(max-width:600px){.transcribe-dictionary-summary{align-items:flex-start;flex-direction:column}.transcribe-dictionary-summary-meta{align-items:flex-start}.transcribe-settings-head{flex-direction:column}.transcribe-dictionary-filters>label:not(.transcribe-search-field){flex:1}.transcribe-dictionary-filters select,.dictionary-refresh{width:100%}}dialog.subtitle-preview-dialog{width:min(880px,94vw);max-width:94vw;max-height:90vh;overflow:auto}.subtitle-preview-context{font-weight:650;color:#17243b;margin:0 0 8px}.subtitle-preview-note{font-size:12px;color:#64748b;line-height:1.6}.subtitle-preview-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:16px 0}.subtitle-preview-toolbar input{flex:1;min-width:150px}.subtitle-preview-toolbar a{font-size:12px;white-space:nowrap}.subtitle-preview-list{max-height:50vh;overflow:auto;border:1px solid #e2e8f0;border-radius:8px;padding:0 16px}.subtitle-preview-list ol{list-style:none;margin:0;padding:0}.subtitle-preview-list li{display:grid;grid-template-columns:minmax(220px,max-content) minmax(0,1fr);gap:18px;padding:14px 0;border-bottom:1px solid #edf0f5}.subtitle-preview-list li:last-child{border-bottom:0}.subtitle-preview-list li p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;color:#17243b}.subtitle-preview-time{font-size:12px;font-variant-numeric:tabular-nums;color:#526b92;line-height:1.8;white-space:nowrap}.subtitle-preview-time span{display:inline;margin-left:6px;color:#8290a4}@media(max-width:600px){.subtitle-preview-list li{grid-template-columns:1fr;gap:6px}}.speech-create,.speech-tasks,.speech-report{padding:20px;margin-bottom:20px}.speech-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:12px 0}.speech-section-head h2{margin:0;font-size:18px}.speech-muted,.speech-tasks small{color:var(--muted);font-size:12px}.speech-create label{display:block;margin:18px 0 8px}.speech-source-control{display:flex;gap:12px;align-items:center}.speech-source-control select{min-width:0;flex:1}.speech-table-scroll{overflow-x:auto}.speech-tasks table{width:100%;min-width:720px}.speech-tasks small{display:block;margin-top:6px}.speech-documents{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.speech-markdown{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;font:inherit;background:var(--paper);border-top:1px solid var(--line);padding:20px 0}@media(max-width:720px){.speech-source-control{align-items:stretch;flex-direction:column}.speech-create,.speech-tasks,.speech-report{padding:14px}}.speech-settings-drawer{margin:0 0 0 auto;padding:0;width:min(600px,100vw);max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:0;border-left:1px solid var(--line)}.speech-settings-drawer .modal-head{padding:20px 24px;margin:0;border-bottom:1px solid var(--line)}.speech-settings-drawer form{display:flex;flex-direction:column;height:calc(100% - 78px)}.speech-settings-body{padding:0 24px 20px;overflow-y:auto;flex:1}.speech-settings-status{display:grid;gap:8px;padding:16px;background:var(--paper);border:1px solid var(--line);border-radius:8px;font-size:13px;margin:18px 0}.speech-settings-body fieldset{border:0;padding:0;margin:0;min-width:0}.speech-settings-section{padding:18px 0;border-bottom:1px solid var(--line)}.speech-settings-section h3{font-size:15px;margin:0 0 16px}.speech-settings-section summary{cursor:pointer;font-weight:600;margin-bottom:12px}.speech-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.speech-setting-field{display:grid;gap:8px;font-size:13px}.speech-setting-field small{color:var(--muted);margin-left:8px;font-size:11px}.speech-setting-field input,.speech-setting-field select{width:100%;min-width:0;box-sizing:border-box}.speech-setting-toggle{display:flex;align-items:flex-start;gap:10px;margin:16px 0;font-size:14px}.speech-setting-toggle input{width:16px;height:16px;margin:2px 0 0;flex-shrink:0}.speech-setting-toggle small{display:block;color:var(--muted);font-size:12px;line-height:1.7;margin-top:5px}.speech-paid-confirm{background:var(--paper);padding:14px;border:1px solid var(--line);border-radius:8px}.speech-settings-footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding:16px 24px}@media(max-width:480px){.speech-settings-grid{grid-template-columns:1fr}.speech-settings-body{padding-inline:16px}}.cover-thumbnail{display:inline-flex;flex:none;width:60px;height:34px;align-items:center;justify-content:center;overflow:hidden;border-radius:3px;color:var(--text-muted, #888);background:var(--surface-muted, #f3f4f6);vertical-align:middle}.cover-thumbnail img{display:block;width:60px;height:34px;object-fit:contain}.preview-modal.speaker-preview-modal{width:min(1120px,calc(100vw - 32px))}.speaker-preview-modal .preview-video{height:min(42vh,400px);object-fit:contain}.speaker-cuts{margin-top:22px;border-top:1px solid var(--line);padding-top:20px}.cuts-heading,.cuts-title,.cuts-toolbar,.cuts-now,.cuts-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.cuts-title{justify-content:flex-start;gap:8px;flex-wrap:wrap}.cuts-title>svg{color:var(--blue)}.cuts-title h3{margin:0;font-size:16px}.cuts-status{padding:3px 8px;border-radius:4px;color:var(--muted);background:#f1f4f8;font-size:11px}.cuts-status.ready{color:var(--teal);background:#e9f5f0}.cuts-summary,.cuts-description,.cuts-help,.cuts-footer,.cuts-empty{color:var(--muted);font-size:12px;line-height:1.7}.cuts-description{margin:10px 0 16px}.cuts-empty{padding:16px;background:#f7f9fc;border-radius:6px}.cuts-empty button{margin-left:12px;gap:6px}.cuts-mode{display:inline-flex;padding:3px;background:#f0f3f7;border:1px solid var(--line);border-radius:7px}.cuts-mode button{min-height:30px;padding:5px 12px;font-size:12px;border:0;background:transparent;color:var(--muted);border-radius:4px}.cuts-mode button[aria-pressed=true]{background:#fff;color:var(--blue);box-shadow:0 1px 3px #17203314}.cuts-now{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.cuts-now b{color:var(--ink);font-weight:500}.cuts-timeline{position:relative;height:40px;margin-top:16px;background:#f0f3f7;border-radius:6px}.cuts-block{position:absolute;top:0;height:40px;min-width:0;padding:0;border:2px solid white;border-radius:5px;overflow:hidden;font-size:12px;font-weight:600}.tone-0{background:#e5edff;color:#2854a5}.tone-1{background:#e0f2ed;color:#226e5f}.tone-2{background:#f7edda;color:#886019}.tone-3{background:#ede8f8;color:#6b519e}.cuts-block[aria-pressed=true]{border-color:currentColor}.cuts-block:disabled{opacity:.75}.cuts-playhead{position:absolute;top:-4px;bottom:-4px;width:2px;background:var(--ink);pointer-events:none;transform:translate(-1px)}.cuts-playhead:before{content:"";position:absolute;top:-2px;left:-3px;border-top:5px solid var(--ink);border-left:4px solid transparent;border-right:4px solid transparent}.cuts-axis{display:flex;justify-content:space-between;margin:7px 0 0;color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.cuts-help{margin:10px 0 14px}.cuts-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.cut-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-top:1px solid var(--line)}.cut-row:first-child{border-top:0}.cut-row.is-current{background:#f7faff;box-shadow:inset 3px 0 var(--blue)}.cut-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:6px;font-size:14px;font-weight:600;flex-shrink:0}.cut-info{display:grid;gap:4px;flex:1}.cut-info strong{font-size:12px;font-weight:600}.cut-info>span{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.cut-info i{font-style:normal;padding:0 4px;color:#98a2b3}.cut-duration{font-size:12px;color:var(--muted);margin-right:12px}.cut-actions{display:flex;gap:8px}.cut-actions button{display:inline-flex;gap:5px;align-items:center;min-height:32px;padding:6px 10px;font-size:12px}.cut-actions button[aria-pressed=true]{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.cut-audio{margin-top:14px;padding:14px 16px;background:#f7f9fc;border-radius:8px}.cut-audio>div{display:flex;align-items:center;gap:8px;font-size:12px;flex-wrap:wrap}.cut-audio span{color:var(--muted);margin-left:auto}.cut-audio audio{display:block;width:100%;margin-top:10px;height:36px}.cuts-footer{margin-top:14px;font-size:10px;flex-wrap:wrap}.speaker-cuts button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}@media(max-width:620px){.speaker-preview-modal .preview-video{height:230px}.cuts-heading,.cuts-toolbar{align-items:flex-start;flex-direction:column;gap:8px}.cuts-now{width:100%}.cut-row{flex-wrap:wrap;gap:10px;padding:12px}.cut-duration{font-size:10px;margin-right:0}.cut-actions{margin-left:44px}.cut-audio span{margin-left:0}}.dashboard-page{display:flex;flex-direction:column;gap:24px}.dashboard-page .page-header{margin-bottom:0}.dashboard-auto{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}.dashboard-auto i{width:6px;height:6px;border-radius:50%;background:#078f83}.dashboard-live-strip{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(0,1fr));background:#fff;border:1px solid #e3e8ef;border-radius:8px;overflow:hidden;min-height:112px}.dashboard-live-primary{display:flex;align-items:center;gap:15px;padding:24px;background:linear-gradient(110deg,#f2f6ff,#fff)}.dashboard-live-primary p{margin:0 0 6px;color:#6b778a;font-size:12px}.dashboard-live-primary h2{margin:0;font-size:20px;letter-spacing:-.5px}.dashboard-live-icon{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border-radius:10px;background:#e6edff;color:#4365d9}.dashboard-live-cell{display:flex;flex-direction:column;justify-content:center;gap:9px;padding:20px;border-left:1px solid #edf0f5}.dashboard-live-cell>span,.dashboard-live-cell small{font-size:11px;color:#788497}.dashboard-live-cell strong{font-size:13px;font-variant-numeric:tabular-nums}.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.dashboard-heading h2{display:flex;align-items:center;gap:8px;margin:0;font-size:17px}.dashboard-heading p{margin:6px 0 0;font-size:12px;color:#7a8798}.dashboard-heading .text-button{white-space:nowrap;display:flex;align-items:center;gap:5px}.dashboard-source-table{background:#fff;border:1px solid #e3e8ef;border-radius:8px;overflow:auto}.dashboard-source-table table{width:100%;border-collapse:collapse}.dashboard-source-table th{text-align:left;background:#f8fafc;color:#8390a1;font-size:11px;font-weight:500}.dashboard-source-table th,.dashboard-source-table td{padding:16px 20px}.dashboard-source-table td{font-size:12px;border-top:1px solid #edf0f5}.dashboard-source-name{display:flex;align-items:center;gap:12px}.dashboard-source-name svg{color:#7661ce}.dashboard-source-state{color:#758195}.dashboard-source-state.on{color:#088775}.dashboard-source-state.blocked{color:#ab7118}.dashboard-source-state.running{color:#4365d9}.dashboard-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dashboard-panel{background:#fff;border:1px solid #e3e8ef;border-radius:8px;padding:22px;min-width:0}.dashboard-activity{display:grid;grid-template-columns:12px minmax(0,1fr) minmax(100px,.7fr);align-items:center;gap:13px;min-height:70px;border-top:1px solid #f0f3f7}.dashboard-activity:first-child{border-top:0}.dashboard-activity>.dashboard-scan-dot{display:block;width:8px;height:8px;min-height:0;padding:0;border-radius:50%;background:#94a3b8}.dashboard-activity>.dashboard-scan-dot-succeeded{background:#0b9786}.dashboard-activity>.dashboard-scan-dot-running{background:#4c6ddd}.dashboard-activity>div{display:flex;flex-direction:column;gap:6px;min-width:0}.dashboard-activity strong{font-size:12px;overflow-wrap:anywhere}.dashboard-activity small{font-size:11px;color:#8390a1}.dashboard-queue-empty{min-height:120px;display:flex;align-items:center;justify-content:center;gap:10px;color:#6b7d88;font-size:13px}.dashboard-queue-stats{border-top:1px solid #e8edf3;display:grid;grid-template-columns:repeat(3,1fr);padding-top:18px}.dashboard-queue-stats>div{display:flex;flex-direction:column;gap:7px;padding-left:18px;border-left:1px solid #e8edf3}.dashboard-queue-stats>div:first-child{border-left:0;padding-left:0}.dashboard-queue-stats span{font-size:11px;color:#8290a3}.dashboard-queue-stats strong{font-size:23px;font-variant-numeric:tabular-nums}.dashboard-active{padding:4px 0 22px;display:flex;flex-direction:column;gap:8px}.dashboard-active>span{font-size:11px;color:#7f8b9b}.dashboard-broadcast{font-size:19px;font-variant-numeric:tabular-nums}.dashboard-active h3{margin:0 0 10px;font-size:13px;color:#64748b;overflow-wrap:anywhere}.dashboard-library-link{margin-top:22px;display:flex;align-items:center;gap:10px;width:100%;padding:12px;color:#4965b2;background:#f4f7fd;border:0;border-radius:6px;font-size:12px;text-align:left}.dashboard-library-link>svg:last-child{margin-left:auto}.dashboard-panel .empty{min-height:150px;padding:24px 10px}.dashboard-panel .empty h3{font-size:13px}@media(max-width:1200px){.dashboard-live-strip{grid-template-columns:1fr 1fr}.dashboard-live-cell{border-top:1px solid #edf0f5}.dashboard-overview-grid{grid-template-columns:1fr}}@media(max-width:620px){.dashboard-live-strip{grid-template-columns:1fr}.dashboard-live-primary h2{font-size:18px}.dashboard-live-cell{border-left:0;padding:15px 20px}.dashboard-heading{align-items:flex-start}.dashboard-panel{padding:16px}.dashboard-source-table table{min-width:570px}}.dashboard-task-group{padding:16px 0;border-top:1px solid #edf0f5}.dashboard-task-group-heading{display:flex;justify-content:space-between;align-items:center;gap:8px}.dashboard-task-group h3{margin:0;font-size:13px}.dashboard-task-group .text-button{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:11px}.dashboard-task-empty,.dashboard-task-more{color:#7a8798;font-size:12px;line-height:1.6}.dashboard-task-list{max-height:320px;overflow:auto}.dashboard-task-group .dashboard-active{padding:16px 0;border-bottom:1px solid #f0f3f7}.dashboard-task-group .dashboard-active:last-child{border-bottom:0;padding-bottom:0}.dashboard-task-group .dashboard-broadcast{font-size:15px;overflow-wrap:anywhere}.dashboard-active small{font-size:11px;color:#7a8798;line-height:1.6}.dashboard-stage{display:flex;align-items:center;gap:7px;color:#149b88;font-size:12px}.dashboard-stage i{width:6px;height:6px;border-radius:50%;background:currentColor}.dashboard-next-scan{display:flex;flex-direction:column;align-items:flex-end;gap:5px;padding:0 0 14px;font-size:12px}.dashboard-next-scan span{color:#7a8798}.dashboard-panel .dashboard-heading{flex-wrap:wrap}.dashboard-panel .dashboard-activity{grid-template-columns:8px minmax(0,1fr);gap:10px;padding:14px 0}.dashboard-panel .dashboard-activity>div:last-child{grid-column:2}.dashboard-panel .dashboard-activity small{line-height:1.5}@media(min-width:1000px)and (max-width:1200px){.dashboard-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-panel{padding:16px}}.dashboard-task-group .task-progress{min-width:0}.dashboard-task-group .task-progress-heading{gap:8px}.dashboard-task-group .task-progress-heading>strong{font-size:14px}.dashboard-live-cell{min-width:0;overflow-wrap:anywhere}.dashboard-library-metric{align-items:flex-start;text-align:left;background:transparent;border:0;border-left:1px solid #edf0f5;border-radius:0;white-space:normal;font:inherit;cursor:pointer}.dashboard-library-metric:hover{background:#f8fafc}.dashboard-library-metric:focus-visible{outline:2px solid #4365d9;outline-offset:-3px}.dashboard-library-metric strong{font-size:22px}.dashboard-library-metric small{line-height:1.5}@media(max-width:1200px){.dashboard-library-metric{border-top:1px solid #edf0f5}.dashboard-live-primary{grid-column:1/-1}}@media(max-width:620px){.dashboard-library-metric{border-left:0}}.dashboard-panel .dashboard-scan-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 0}.dashboard-panel .dashboard-scan-row>i{grid-row:auto}.dashboard-scan-row time{font-size:12px;color:#66758c;font-variant-numeric:tabular-nums}.dashboard-scan-row>strong{font-size:12px;line-height:1.5;text-align:right}.dashboard-scan-row>.dashboard-scan-result{color:#7a8798}.dashboard-scan-row>.dashboard-scan-result-succeeded{color:#149b88}.dashboard-analysis-status{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;min-width:0}.dashboard-analysis-status>.badge{flex-shrink:0}.dashboard-analysis-status>small{min-width:0;overflow-wrap:anywhere}.dashboard-collection-status{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;min-width:0}.dashboard-collection-status>.badge{flex-shrink:0}.dashboard-collection-status>small{min-width:0;overflow-wrap:anywhere}.dashboard-next-scan>strong,.dashboard-scan-row>.dashboard-scan-result-empty{color:#858585;font-weight:400}.dashboard-task-counts{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0 0 6px;color:#7a8798;font-size:12px;line-height:1.6}.dashboard-task-counts>span{white-space:nowrap}.dashboard-task-counts strong{color:#526176;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.dashboard-task-counts+.dashboard-task-list>.dashboard-active:first-child{padding-top:0}.dashboard-task-counts+.dashboard-task-empty{margin-top:0}.cut-audio-loading{display:flex;align-items:center;gap:8px;margin-top:8px;color:#7a8798;font-size:12px;line-height:1.6}.cut-audio-loading>svg{flex-shrink:0;animation:cut-audio-spin 1s linear infinite}@keyframes cut-audio-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cut-audio-loading>svg{animation:none}}.hub-login-page{--hub-ink: #172033;--hub-canvas: #f4f6f8;--hub-muted: #667085;--hub-line-strong: #d6dde7;--hub-blue: #2f6bff;--hub-blue-dark: #2056d7;--hub-blue-soft: #edf3ff;--hub-teal: #087f73;--hub-red: #c43d4b;min-height:100dvh;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(460px,1.1fr);background:var(--hub-canvas);color:var(--hub-ink);font-family:Segoe UI Variable Text,HarmonyOS Sans SC,MiSans,PingFang SC,Microsoft YaHei,sans-serif}.hub-login-page input,.hub-login-page button{font:inherit}.hub-login-intro{position:relative;display:flex;flex-direction:column;min-height:100dvh;padding:30px clamp(30px,5vw,76px) 27px;overflow:hidden;background:var(--hub-ink);color:#fff}.hub-login-intro:before,.hub-login-intro:after{content:"";position:absolute;pointer-events:none;border:1px solid rgba(151,181,255,.16)}.hub-login-intro:before{width:390px;height:390px;right:-205px;top:20%;transform:rotate(45deg)}.hub-login-intro:after{width:250px;height:250px;left:-175px;bottom:-90px;transform:rotate(45deg);border-color:#ffffff14}.hub-login-intro-top,.hub-login-intro-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px}.hub-login-brand{display:inline-flex;align-items:center;gap:10px;font-family:Segoe UI Variable Display,Microsoft YaHei,sans-serif;font-size:18px;font-weight:720}.hub-login-brand-mark{width:32px;height:32px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#fff;color:var(--hub-ink)}.hub-login-access-tag{color:#a9b8d3;font:700 10px/1.2 Consolas,monospace;letter-spacing:.08em}.hub-login-intro-body{position:relative;z-index:1;max-width:540px;margin:auto 0;padding:64px 0 48px}.hub-login-kicker{margin:0 0 16px;color:#91b0ff;font:700 11px/1.2 Consolas,monospace;letter-spacing:.11em}.hub-login-intro h1{margin:0;font-family:Segoe UI Variable Display,Microsoft YaHei,sans-serif;font-size:clamp(34px,4vw,48px);line-height:1.18;text-wrap:balance;font-weight:720;letter-spacing:0}.hub-login-intro h1 em{color:#98b7ff;font-style:normal}.hub-login-intro-copy{max-width:420px;margin:22px 0 0;color:#adbad0;font-size:14px;line-height:1.75}.hub-login-custom-copy{max-width:420px;margin:28px 0 0;color:#91a4c3;font-size:12px;line-height:1.75}.hub-login-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px;margin:40px 0 0;padding:0;list-style:none}.hub-login-step{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.hub-login-step:not(:nth-child(3n)):after{content:"";position:absolute;top:17px;left:44px;width:calc(100% - 36px);border-top:1px solid rgba(186,201,231,.25);pointer-events:none}.hub-login-node{font:600 11px/1 Consolas,monospace;font-variant-numeric:tabular-nums;width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(186,201,231,.32);border-radius:50%;color:#9dacbf}.hub-login-step-active .hub-login-node{border-color:#8eafff;background:#2f6bff;color:#fff;box-shadow:0 0 0 5px #2f6bff2b}.hub-login-step div{display:flex;flex-direction:column;gap:3px}.hub-login-step strong{font-size:13px;color:#f5f8ff}.hub-login-step small{color:#8695ad;font-size:11px;line-height:1.65}.hub-login-intro-footer{color:#8391a8;font:11px/1.2 Consolas,monospace}.hub-login-intro-footer>span:first-child{display:inline-flex;align-items:center;gap:8px}.hub-login-intro-footer .hub-login-state-dot{width:6px;height:6px;border-radius:50%;background:#59d4b1;box-shadow:0 0 0 3px #59d4b121}.hub-login-pane{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:48px 34px 30px}.hub-login-wrap{width:min(390px,100%)}.hub-login-heading{margin-bottom:31px}.hub-login-lock{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:7px;background:var(--hub-blue-soft);color:var(--hub-blue-dark)}.hub-login-eyebrow{margin:0 0 8px;color:#78859a;font:700 10px/1.2 Segoe UI Variable Display,sans-serif;letter-spacing:.02em}.hub-login-heading h2{margin:0;color:var(--hub-ink);font-size:29px;line-height:1.2;font-weight:730;letter-spacing:0}.hub-login-heading>p:last-child{margin:10px 0 0;color:var(--hub-muted);font-size:13px;line-height:1.6}.hub-login-message{margin:0 0 20px;padding:11px 13px;border:1px solid #dce6f8;border-radius:6px;background:#f0f5ff;color:#466286;font-size:12px;line-height:1.6;overflow-wrap:anywhere}.hub-login-form{display:flex;flex-direction:column;gap:17px}.hub-login-fields{display:flex;flex-direction:column;gap:17px;border:0;padding:0;margin:0;min-width:0}.hub-login-field{display:flex;flex-direction:column;gap:8px;margin:0;color:#4e5b6f;font-size:12px;font-weight:650}.hub-login-field input{width:100%;height:44px;min-height:44px;padding:0 13px;border:1px solid var(--hub-line-strong);border-radius:6px;outline:0;background:#fff;color:var(--hub-ink);font-size:13px;font-weight:400;transition:border-color .16s ease,box-shadow .16s ease}.hub-login-field input::placeholder{color:#a3adba}.hub-login-field input:focus,.hub-login-field input:focus-visible{border-color:var(--hub-blue);outline:0;box-shadow:0 0 0 3px #2f6bff1f}.hub-login-field input:disabled{background:#f7f9fb}.hub-login-password{position:relative}.hub-login-password input{padding-right:43px}.hub-login-toggle{position:absolute;right:4px;top:4px;width:36px;height:36px;min-height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#7c8797;cursor:pointer}.hub-login-toggle:hover{background:#f0f3f7;color:var(--hub-ink)}.hub-login-toggle:focus-visible{outline:0;box-shadow:0 0 0 3px #2f6bff3d}.hub-login-error{min-height:18px;display:flex;align-items:center;gap:7px;margin:-2px 0 -1px;color:var(--hub-red);font-size:12px}.hub-login-submit{width:100%;min-height:44px;margin-top:2px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--hub-blue);border-radius:6px;background:var(--hub-blue);color:#fff;font-size:13px;font-weight:650;cursor:pointer}.hub-login-submit:hover{background:var(--hub-blue-dark);border-color:var(--hub-blue-dark)}.hub-login-submit:focus-visible{outline:0;box-shadow:0 0 0 3px #2f6bff4d}.hub-login-submit:disabled{opacity:.65;cursor:wait}.hub-login-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;color:#8a95a5;font-size:10px}.hub-login-meta span{display:inline-flex;align-items:center;gap:5px}.hub-login-meta span:first-child{color:var(--hub-teal);font-weight:650}.hub-login-footer{margin:auto 0 0;color:#a1aab8;font:10px/1.2 Consolas,monospace}@media(max-width:960px){.hub-login-page{display:block}.hub-login-intro{min-height:auto;padding:22px 20px 30px}.hub-login-intro-body{padding:64px 0 38px}.hub-login-intro h1{font-size:34px}.hub-login-intro-copy{font-size:13px}.hub-login-rail{gap:24px 16px;margin-top:32px}.hub-login-step{gap:6px}.hub-login-pane{min-height:490px;padding:45px 20px 25px}.hub-login-footer{margin-top:56px}}@media(max-width:420px){.hub-login-step:not(:nth-child(3n)):after{content:none}.hub-login-step:nth-child(odd):after{content:"";top:15px}.hub-login-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-login-access-tag{display:none}.hub-login-intro h1{font-size:31px}.hub-login-node{width:31px;height:31px;flex-basis:31px}.hub-login-step strong{font-size:11px}}.sidebar.hub-sidebar{width:222px;background:#fbfcfd;padding:22px 14px 16px;overflow-y:auto}.sidebar.hub-sidebar .brand{min-height:42px;flex-shrink:0;padding:0 9px;gap:10px}.sidebar.hub-sidebar .brand-mark{width:32px;height:32px;border-radius:7px;background:#172033}.sidebar.hub-sidebar .brand strong{font-size:18px;font-weight:720;color:#111827}.sidebar .hub-side-nav{display:flex;flex-direction:column;gap:0;margin-top:27px}.hub-nav-group{display:flex;flex-direction:column;gap:4px}.hub-nav-group+.hub-nav-group{margin-top:24px}.hub-nav-heading{display:flex;align-items:baseline;justify-content:space-between;gap:6px;padding:0 10px 5px;color:#8b95a5}.hub-nav-heading strong{font-size:10px;font-weight:650}.hub-nav-heading small{font-size:9px;font-weight:400;white-space:nowrap}.hub-nav-item{width:100%;min-height:42px;flex-shrink:0;justify-content:flex-start;gap:11px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#586274;font-size:13px;font-weight:400;text-align:left}.hub-nav-item svg{flex-shrink:0}.hub-nav-item:hover{background:#f0f3f7;color:#172033}.hub-nav-item.active{background:#eaf0ff;color:#2056d7;font-weight:650}.hub-nav-item:focus-visible{outline:3px solid #2f6bff44;outline-offset:2px}@media(max-width:1150px)and (min-width:851px){.sidebar.hub-sidebar{width:190px;padding:22px 12px 16px}}@media(max-width:850px)and (min-width:621px){.sidebar.hub-sidebar{width:76px;padding:22px 10px}.sidebar.hub-sidebar .brand{padding:0;justify-content:center}.sidebar.hub-sidebar .brand strong,.hub-nav-heading,.hub-nav-item span{display:none}.hub-nav-item{justify-content:center;padding:0}}@media(max-width:620px){.sidebar.hub-sidebar{position:static;width:100%;padding:14px;overflow:visible}.sidebar.hub-sidebar .brand{padding:0}.sidebar.hub-sidebar .brand strong{display:block}.sidebar .hub-side-nav{flex-direction:row;margin-top:14px;overflow-x:auto;padding-bottom:4px}.hub-nav-group{flex:0 0 auto;flex-direction:row;gap:4px}.hub-nav-group+.hub-nav-group{margin:0 0 0 8px;padding-left:8px;border-left:1px solid #e3e8ef}.hub-nav-heading{display:none}.hub-nav-item{width:auto;min-height:44px;padding:0 10px;gap:6px;white-space:nowrap;font-size:12px}}.hub-settings{position:relative}.hub-settings-trigger{display:flex;align-items:center;gap:7px;min-height:34px;padding:6px 9px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:13px;white-space:nowrap}.hub-settings-trigger:hover,.hub-settings-trigger.active,.hub-settings-trigger[aria-expanded=true]{background:#eef2ff;color:#2458e8;border-color:transparent}.hub-settings-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:50;width:190px;max-width:calc(100vw - 32px);padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 12px 32px #141f3024}.hub-settings-item{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:var(--ink);font-size:13px}.hub-settings-item svg{flex-shrink:0;color:var(--muted)}.hub-settings-item:hover,.hub-settings-item.active{background:#eef2ff;color:#2458e8}.hub-settings-item:hover svg,.hub-settings-item.active svg{color:inherit}.hub-settings button:focus-visible{outline:2px solid #2458e8;outline-offset:2px}:root{font-family:Segoe UI Variable Text,HarmonyOS Sans SC,MiSans,PingFang SC,Microsoft YaHei,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none;--ink: #172033;--muted: #667085;--line: #e3e8ef;--paper: #fff;--blue: #2f6bff;--blue-soft: #edf3ff;--teal: #087f73;--red: #c43d4b}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#435067;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.4}button:hover,.button:hover{background:#f4f7fb;border-color:#bdcadc}button:disabled{opacity:.5;cursor:not-allowed}button.primary,.button.primary{background:var(--blue);border-color:var(--blue);color:#fff}button.primary:hover,.button.primary:hover{background:#2056d7}button.danger{background:var(--red);color:#fff;border-color:var(--red)}button.danger-text{color:var(--red)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #96b8ff;outline-offset:3px}input,select{width:100%;min-height:41px;border:1px solid #d6dde7;border-radius:6px;padding:9px 11px;background:#fff;color:var(--ink);font-size:14px}input:disabled{background:#f4f6f8}label{display:flex;flex-direction:column;gap:9px;margin:16px 0;font-size:13px;font-weight:600}fieldset{border:0;padding:0;margin:0;min-width:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Segoe UI Variable Display,Microsoft YaHei,sans-serif}h1{font-size:26px;letter-spacing:-.5px;margin-bottom:10px;font-weight:700}h2{font-size:16px;margin-bottom:0}h3{font-size:14px;margin-bottom:10px}p{font-size:13px;color:var(--muted);line-height:1.8}small{font-size:11px;color:var(--muted)}.hint{font-size:12px;color:var(--muted);line-height:1.8;margin:12px 0}.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:20px;letter-spacing:-.7px}.brand-mark{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:var(--blue);color:#fff}.sidebar{position:fixed;inset:0 auto 0 0;width:222px;background:#fff;border-right:1px solid var(--line);padding:26px 18px;display:flex;flex-direction:column;z-index:20}.sidebar .brand{padding:0 8px 36px}.nav-heading{font-size:10px;color:#8b95a5;letter-spacing:1px;padding:0 14px 13px}.nav-item{width:100%;justify-content:flex-start;gap:12px;min-height:44px;padding:12px 14px;margin-bottom:5px;border-color:transparent;font-size:13px}.nav-item.active{background:var(--blue-soft);color:var(--blue);border-color:transparent}.workspace{margin-left:222px;min-height:100vh}.topbar{height:72px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;gap:20px}.topbar-context,.top-actions{display:flex;align-items:center;gap:12px;min-width:0}.top-actions{position:relative;gap:20px}.notification-icon{display:grid;place-items:center;width:38px;height:38px;color:#64728a}.profile-menu{position:relative}.profile-trigger{min-height:0;padding:0;border:0;border-radius:50%;background:transparent}.profile-trigger:hover{background:transparent}.user-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#172033;color:#fff;font-size:11px;font-weight:700;line-height:1}.profile-trigger:hover .user-avatar,.profile-trigger[aria-expanded=true] .user-avatar{background:#2a3852}.profile-trigger:focus-visible{outline-offset:4px}.profile-popover{position:absolute;z-index:50;top:calc(100% + 10px);right:0;width:218px;max-width:calc(100vw - 32px);padding:8px;border:1px solid var(--line);border-radius:7px;background:var(--paper);box-shadow:0 16px 36px #141f3029}.profile-summary{display:flex;align-items:center;gap:10px;min-width:0;padding:8px 8px 10px}.profile-avatar{flex:0 0 30px;width:30px;height:30px;font-size:10px}.profile-summary>div{min-width:0}.profile-summary strong{display:block;overflow:hidden;color:var(--ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-summary p{margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.5;overflow-wrap:anywhere}.profile-divider{height:1px;margin:0 4px 5px;background:var(--line)}.profile-action{width:100%;min-height:34px;justify-content:flex-start;gap:8px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:var(--red);font-size:12px;font-weight:500;text-align:left}.profile-action:hover{border:0;background:#fff4f5;color:#c93648}.profile-action:disabled{background:transparent}.account-select{position:relative;display:inline-flex;margin:0;flex-direction:row;align-items:center;gap:10px;min-width:0;max-width:100%;min-height:28px;padding:0 18px;border:0;border-inline:0;border-radius:0;background:transparent;color:var(--ink);cursor:pointer}.account-select>svg{flex:0 0 auto;color:#344158}.account-select .account-select-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:15px;font-weight:650;line-height:1.5}.account-select:hover{background:#f5f7fb;border-color:var(--line)}.account-select:focus-visible{outline:3px solid #96b8ff;outline-offset:3px;border-radius:3px}.account-select:disabled{color:var(--muted);cursor:default}.page{max-width:1510px;margin:0 auto;padding:26px 32px 48px}.breadcrumb{display:flex;gap:10px;font-size:11px;color:#8b95a5;margin-bottom:25px}.breadcrumb span{color:#c5ccd7}.page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-header p{margin-bottom:0}.refresh-line{display:flex;justify-content:flex-end;margin-bottom:12px}.refresh-line button{background:transparent;min-height:28px;padding:5px 8px;font-size:11px}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 24px;border-bottom:1px solid var(--line)}.section-head>span,.section-head .actions>span{font-size:12px;color:var(--muted)}.section-head p{font-size:11px;margin:7px 0 0}.empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8b95a5;padding:38px 24px}.empty h3{font-size:15px;color:#556175;margin:16px 0 8px}.empty p{max-width:440px;margin:0;font-size:12px}.notice{padding:12px 16px;border:1px solid #dce6f8;border-radius:6px;background:#f0f5ff;color:#466286;font-size:13px;line-height:1.7;margin-bottom:16px;overflow-wrap:anywhere}.notice.error{background:#fff0f1;color:#a12e3c;border-color:#f2cdd2}.notice.warning{background:#fff7e8;border-color:#f0dfbc;color:#96621c}.notice.success{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#eaf8f5;border-color:#c7e8df;color:#087f73}.notice.success button{border:0;background:transparent;color:inherit;min-height:24px;font-size:20px;padding:0 5px}.badge{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:4px 8px;font-size:11px;font-weight:600;border-radius:5px;background:#f0f2f5;color:#667085;line-height:1.5}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.badge-authorized,.badge-active,.badge-live{color:#087f73;background:#eaf8f5}.badge-pending,.badge-waiting_user,.badge-verifying,.badge-opening{color:#b86b12;background:#fff5e6}.badge-failed,.badge-expired,.badge-permission_lost{color:#c43d4b;background:#fff0f1}.badge-queued{color:#5b6577;background:#eef1f6}.badge-running{color:#2f6bff;background:#edf3ff}.badge-running:before{animation:task-running-pulse 1.6s ease-in-out infinite}.badge-cancelling{color:#b86b12;background:#fff5e6}.badge-succeeded{color:#087f73;background:#eaf8f5}.badge-empty,.badge-cancelled{color:#7c8798;background:#f0f2f5}.badge-unknown{color:#8b95a5;background:#f0f2f5}@keyframes task-running-pulse{50%{box-shadow:0 0 0 4px #dce8ff}}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{background:#fafbfd;color:#788496;font-size:11px;font-weight:600;padding:13px 24px;white-space:nowrap}td{padding:18px 24px;border-top:1px solid var(--line);font-variant-numeric:tabular-nums}td strong{font-size:13px}td>small{display:block;margin-top:6px}td .actions{flex-wrap:nowrap}td button{min-height:30px;padding:6px 9px}.self-tag{color:#2f6bff;background:#edf3ff;padding:2px 6px;border-radius:4px;margin-left:6px}.provider-mark{width:48px;height:48px;display:grid;place-items:center;flex-shrink:0;background:#172033;color:#fff;font-size:23px;border-radius:11px;font-weight:700}.account-summary{display:flex;align-items:center;gap:16px;padding:24px;margin-bottom:18px}.account-summary p{font-size:12px;margin:7px 0 0}.summary-spacer{flex:1}.collector-state{font-size:12px;color:#087f73}.collector-state:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;margin-right:7px}.collector-state.paused{color:#b86b12}.shop-panel{margin-top:20px}.shop-heading{display:flex;gap:12px;align-items:center;min-width:0}.shop-heading>svg{color:#758cb0;flex-shrink:0}.live-row{display:flex;align-items:center;gap:18px;padding:20px 24px;border-bottom:1px solid var(--line)}.live-row:last-child{border-bottom:0}.live-icon{height:38px;width:38px;border-radius:9px;background:#f1f4f8;display:grid;place-items:center;color:#8b95a5;flex-shrink:0}.live-icon.on{color:#087f73;background:#eaf8f5}.live-identity{flex:1;min-width:0}.live-identity strong{display:block;font-size:13px;overflow-wrap:anywhere}.live-identity small{display:block;margin-top:6px;overflow-wrap:anywhere}.live-time{display:flex;flex-direction:column;gap:6px;font-size:11px;min-width:150px;font-variant-numeric:tabular-nums}.sync-switch{background:transparent;border:0;font-size:11px;min-width:135px;padding-right:0}.switch-track{display:inline-flex;align-items:center;width:30px;height:18px;border-radius:12px;background:#c6ceda;padding:2px}.switch-track>span{width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0002}.sync-switch.on{color:var(--blue)}.sync-switch.on .switch-track{background:var(--blue)}.sync-switch.on .switch-track>span{transform:translate(12px)}.auth-workspace{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;align-items:start}.account-list .section-head{padding:20px 18px}.account-option{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:calc(100% - 16px);margin:8px;padding:14px 10px;border-color:transparent;text-align:left;background:transparent}.account-option.selected{background:#edf3ff;border-color:#d4e1ff}.account-option>span:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.account-option strong{font-size:13px;overflow-wrap:anywhere}.account-avatar{height:34px;width:34px;flex-shrink:0;display:grid;place-items:center;background:#fff;border:1px solid #dce3ed;border-radius:8px;font-size:16px;color:var(--ink)}.auth-detail{padding:28px}.auth-heading{display:flex;align-items:center;gap:14px}.auth-heading p{font-size:12px;margin:6px 0 0}.auth-heading>.badge{margin-left:auto}.account-meta{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;padding:26px 0;margin:0;border-bottom:1px solid var(--line)}dt{font-size:11px;color:var(--muted);margin-bottom:8px}dd{font-size:13px;margin:0;font-variant-numeric:tabular-nums}.session-panel{padding:18px 20px;margin-top:24px;background:#f7f9fc;border:1px solid #e0e8f5;border-radius:7px}.session-panel .section-head{padding:0 0 12px;border:0}.session-panel h3{margin:0}.session-panel p{font-size:12px;margin-bottom:12px}.session-panel .actions{margin-top:15px}.auth-controls{margin-top:26px}.danger-zone{border-top:1px solid var(--line);margin-top:24px;padding-top:18px}.danger-zone p{font-size:11px;margin-bottom:10px}.danger-zone button{margin-right:8px}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:#f4f6f8}.login-card{width:100%;max-width:430px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:38px;box-shadow:0 14px 42px #20355408}.login-card .brand{margin-bottom:36px}.eyebrow{font-size:11px;letter-spacing:2px;color:#7c8ba3;margin-bottom:12px}.login-card h1{font-size:25px}.login-card form{margin-top:26px}.login-submit{width:100%;min-height:43px;margin-top:10px}.login-card>.hint{font-size:10px;text-align:center;margin:24px 0 0}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}dialog{width:calc(100% - 32px);max-width:470px;max-height:90vh;border:1px solid var(--line);border-radius:12px;box-shadow:0 24px 90px #17203333;padding:26px;color:var(--ink)}dialog::backdrop{background:#17203370}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.modal-head h2{font-size:19px}.icon-button{width:30px;min-height:30px;padding:0;border:0;background:transparent}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.dialog-description{margin:0 0 18px;font-size:13px}@media(min-width:1600px){.page{padding-top:34px}.auth-workspace{grid-template-columns:280px minmax(0,1fr)}}@media(max-width:1150px){.sidebar{width:190px;padding:24px 12px}.workspace{margin-left:190px}.page{padding:24px}.topbar{padding:0 24px}.workspace-label{display:none}.auth-workspace{grid-template-columns:210px minmax(0,1fr)}.auth-detail{padding:22px}.live-time{display:none}.live-row{gap:12px}}@media(max-width:850px){.sidebar{width:76px;padding:22px 10px}.sidebar .brand{padding:0 9px 30px}.sidebar .brand strong,.nav-heading,.nav-item span{display:none}.nav-item{justify-content:center;padding:13px}.workspace{margin-left:76px}.topbar{height:auto;min-height:72px;flex-wrap:wrap;padding:14px 22px;gap:10px}.top-actions{margin-left:auto}.page-header{align-items:flex-start;flex-direction:column;gap:14px}.auth-workspace{grid-template-columns:190px minmax(0,1fr)}.section-head,.live-row{padding:18px}.account-summary{flex-wrap:wrap}.summary-spacer{display:none}.shop-panel>.section-head{align-items:flex-start;flex-wrap:wrap}}@media(max-width:620px){.sidebar{position:static;width:100%;padding:14px 16px 8px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{padding:0 0 14px}.sidebar .brand strong{display:block;font-size:18px}.sidebar .brand-mark{height:30px;width:30px}.sidebar nav{display:flex;gap:6px}.nav-item{min-height:40px;margin:0;font-size:11px;gap:7px;padding:9px 6px}.nav-item span{display:block}.nav-item svg{width:15px}.workspace{margin-left:0}.topbar{padding:12px 16px}.topbar-context{width:100%}.account-select{max-width:100%;padding-inline:12px;gap:8px}.top-actions{width:100%;justify-content:flex-end}.profile-popover{width:min(218px,calc(100vw - 32px));right:-4px}.page{padding:20px 16px 32px}.breadcrumb,.page-header{margin-bottom:20px}h1{font-size:23px}.auth-workspace{grid-template-columns:1fr}.account-list{max-height:220px;overflow:auto}.account-list .empty{min-height:120px}.auth-detail{padding:20px}.auth-heading{gap:10px;flex-wrap:wrap}.account-meta{gap:22px 12px}dd{font-size:12px}.live-row{flex-wrap:wrap;gap:12px}.live-identity{flex-basis:60%}.live-row>.badge{margin-left:50px}.live-row>.sync-switch{margin-left:auto}.account-summary{padding:20px;gap:12px}.account-summary>.collector-state{width:100%;margin-top:4px}.session-panel{padding:15px}.session-panel .actions>*{width:100%}.section-head h2{font-size:15px}.shop-heading{align-items:flex-start}.shop-heading p{overflow-wrap:anywhere}.login-card{padding:28px}.login-page{padding:18px}.page-header .actions{width:100%}.page-header .actions button{flex:1}td,th{padding:14px 18px}.table-scroll{max-width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.live-group{border-bottom:1px solid var(--line)}.live-group:last-child{border-bottom:0}.live-group .live-row{border-bottom:0}.source-panel{padding:6px 24px 20px;background:#fbfcfe;border-top:1px dashed #e3e9f2}.source-empty-row{font-size:12px;color:var(--muted);line-height:1.7}.source-main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.source-kicker{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650;color:#435067}.source-kicker svg{color:#758cb0;flex-shrink:0}.source-type{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:10px;color:#8b95a5;background:#eef1f6;border-radius:4px;padding:2px 6px}.source-desc{font-size:11px;color:var(--muted);min-width:0;overflow-wrap:anywhere}.source-spacer{flex:1}.source-state{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:650;white-space:nowrap}.source-state:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.source-state.s-on{color:#087f73}.source-state.s-off{color:#8b95a5}.source-state.s-running{color:var(--blue)}.source-state.s-running:before{box-shadow:0 0 0 3px #dce8ff}.source-state.s-blocked{color:#b86b12}.source-state.s-missing{color:#8b95a5}.source-switch{background:transparent;border:0;font-size:11px;color:#435067;padding-right:0}.source-switch.on{color:var(--blue)}.source-switch.on .switch-track{background:var(--blue)}.source-switch.on .switch-track>span{transform:translate(12px)}.source-actions{display:flex;align-items:center;gap:10px;row-gap:8px;flex-wrap:wrap;margin-top:14px}.source-actions>button{min-height:30px;padding:5px 11px;font-size:11px}.source-actions>button.primary{background:var(--blue);border-color:var(--blue);color:#fff}.source-interval{display:inline-flex;flex-direction:row;align-items:center;gap:8px;margin:0;font-size:11px;font-weight:600;color:var(--muted)}.source-interval select{width:auto;min-height:30px;padding:5px 8px;font-size:12px;border-radius:6px}.source-count{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto}.source-meta{display:flex;flex-wrap:wrap;gap:6px 22px;margin-top:12px;font-size:11px;color:var(--muted)}.source-meta b{color:#435067;font-weight:600;font-variant-numeric:tabular-nums}.source-note{margin:12px 0 0;font-size:12px;line-height:1.7;color:#96621c;background:#fff7e8;border:1px solid #f0dfbc;border-radius:6px;padding:9px 12px;overflow-wrap:anywhere}.source-note.error{color:#a12e3c;background:#fff0f1;border-color:#f2cdd2}.source-note.queued{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;color:#466286;background:#f0f5ff;border-color:#dce6f8}.source-note.queued>span{min-width:0}.source-note.queued button{border:0;background:transparent;color:inherit;min-height:22px;padding:0 5px;font-size:17px;line-height:1;flex-shrink:0}.source-error-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.source-error-bar>button{flex-shrink:0;min-height:26px;padding:3px 10px;font-size:11px;background:#fff;border-color:#eec5cb;color:#a12e3c}.record-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line);max-height:44vh;overflow:auto}.record-list li{padding:13px 2px;border-bottom:1px solid var(--line)}.record-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.record-head strong{font-size:13px;overflow-wrap:anywhere}.record-head span{font-size:11px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}.record-meta{display:flex;flex-wrap:wrap;gap:5px 16px;margin-top:7px;font-size:11px;color:var(--muted);overflow-wrap:anywhere}.record-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px;font-size:11px;color:var(--muted)}.record-footer .actions button{min-height:28px;padding:4px 10px;font-size:11px}.record-pager{font-variant-numeric:tabular-nums;color:var(--muted)}@media(max-width:620px){.source-panel{padding:6px 16px 18px}.source-actions .source-interval{width:100%}.source-actions .source-interval select{flex:1}.source-count{margin-left:0}.record-head span{white-space:normal}}.task-toolbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-bottom:14px}.task-filter{margin:0;flex-direction:row;align-items:center;gap:9px;font-size:12px;font-weight:600;color:#435067}.task-filter select{width:auto;min-width:168px;min-height:34px;font-size:12px;padding:6px 9px}.task-filter-spacer{flex:1}.task-table td{vertical-align:top}.task-table th:last-child,.task-table td:last-child{width:1%;white-space:nowrap}.task-table td>small{display:block;margin-top:5px;overflow-wrap:anywhere}.task-time-cell{font-variant-numeric:tabular-nums}.task-error-cell{max-width:250px}.task-error-text{display:block;color:#a12e3c;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.task-stop-note{display:block;margin-top:5px;font-size:11px;color:#96621c;line-height:1.6;overflow-wrap:anywhere}.task-stopping{font-size:11px;color:#96621c;white-space:nowrap}.task-muted{color:#c5ccd7}.task-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 24px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.task-footer .actions button{min-height:28px;padding:4px 10px;font-size:11px}.task-inline-action{border:0;background:transparent;color:#a12e3c;min-height:24px;padding:0 6px;font-weight:650}@media(max-width:620px){.task-filter{width:100%}.task-filter select{flex:1;min-width:0}.task-filter-spacer{display:none}.task-toolbar>button{flex:1}}.topbar-context .context-divider{width:1px;height:22px;flex:0 0 1px;background:var(--line)}.shop-switcher{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:min(360px,32vw);min-height:36px;padding:7px 2px;border:0;border-radius:5px;background:transparent;color:var(--ink);font-size:13px;font-weight:500;text-align:left}.shop-switcher:hover{border-color:transparent;background:#f5f7fb}.shop-switcher:disabled{color:var(--muted);background:transparent}.shop-switcher>svg:first-child{flex:0 0 auto;color:#344158}.shop-switcher>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-switcher>svg:last-child{flex:0 0 auto;color:#48566c}.live-account-switcher{display:inline-flex;flex-direction:row;align-items:center;gap:8px;min-width:0;min-height:36px;margin:0;color:#526077;font-size:13px;font-weight:500}.live-account-switcher>svg{flex:0 0 auto;color:#526077}.live-account-switcher select{width:auto;max-width:220px;min-width:140px;min-height:36px;padding:7px 26px 7px 0;border:0;border-radius:0;background:transparent;color:#344158;font-size:13px;font-weight:500;cursor:pointer}.live-account-switcher select:disabled{color:var(--muted);cursor:not-allowed}.shop-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:22px;background:#12192575;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.shop-picker-modal{width:min(760px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 44px));overflow:auto;background:#fff;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 24px 70px #0b121e3d}.shop-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:36px 40px 28px;border-bottom:1px solid var(--line)}.shop-picker-head>div{min-width:0}.shop-picker-head .eyebrow{margin-bottom:11px}.shop-picker-head h2{margin:0;color:var(--ink);font-size:25px;letter-spacing:-.5px}.shop-picker-head p:last-child{margin:10px 0 0;color:#748198;font-size:14px;line-height:1.6}.shop-picker-close{width:34px;min-height:34px;flex:0 0 auto;padding:0;border:0;background:transparent;color:#657287;font-size:30px;font-weight:300;line-height:1}.shop-picker-close:hover{border-color:transparent;background:#f4f6f9;color:var(--ink)}.shop-picker-list{display:grid;gap:10px;padding:20px}.shop-picker-option{width:100%;min-height:104px;display:grid;grid-template-columns:54px minmax(0,1fr) auto 24px;align-items:center;gap:18px;padding:14px 18px;border:1px solid transparent;border-radius:10px;background:#fff;color:var(--ink);text-align:left}.shop-picker-option:hover{border-color:#cad8fa;background:#f8faff}.shop-picker-option.selected{border-color:#b8cdfd;background:#f4f7ff}.shop-picker-monogram{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#f3f0fa;color:#6d5ba5;font-size:13px;font-weight:800}.shop-picker-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.shop-picker-copy .platform-kicker{color:var(--blue);font-size:11px}.shop-picker-copy strong{overflow:hidden;color:#1d2940;font-size:17px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.shop-picker-tags{display:flex;flex-wrap:wrap;gap:6px}.shop-picker-tags>span{padding:3px 7px;border-radius:4px;background:#edf1f7;color:#748198;font-size:10px;line-height:1.2}.shop-picker-option .live-mini{padding:5px 9px;border-radius:5px;color:#6b778a;background:#eef1f5;font-size:11px;font-weight:700;white-space:nowrap}.shop-picker-option .live-mini.on{color:var(--red);background:#fff0f1}.shop-picker-indicator{display:grid;place-items:center;color:#1d2940}.shop-picker-arrow{color:#8b96a8}.shop-picker-empty{min-height:140px;display:grid;place-items:center;color:var(--muted);font-size:13px}@media(max-width:1150px){.shop-switcher{max-width:min(280px,25vw)}.live-account-switcher select{max-width:170px;min-width:118px}}@media(max-width:850px){.topbar-context{gap:8px}.topbar-context .context-divider{display:none}.shop-switcher,.live-account-switcher{min-height:34px;padding-inline:8px;border:1px solid var(--line);border-radius:6px;background:#f8fafc}.shop-switcher{max-width:none;flex:1 1 220px}.live-account-switcher{flex:1 1 180px}.live-account-switcher select{width:100%;max-width:none;min-width:0;min-height:34px}.shop-picker-head{padding:28px 26px 23px}}@media(max-width:620px){.shop-picker-backdrop{align-items:flex-start;padding:16px}.shop-picker-modal{width:100%;max-height:calc(100vh - 32px)}.shop-picker-head{padding:24px 20px 20px}.shop-picker-head h2{font-size:21px}.shop-picker-head p:last-child{font-size:12px}.shop-picker-list{padding:12px}.shop-picker-option{grid-template-columns:44px minmax(0,1fr) 20px;gap:12px;min-height:88px;padding:12px}.shop-picker-monogram{width:40px;height:40px;font-size:11px}.shop-picker-copy strong{white-space:normal;font-size:14px}.shop-picker-option .live-mini{display:none}.shop-picker-tags{gap:4px}.shop-picker-tags>span{padding:2px 5px;font-size:9px}}.table-wrap{overflow-x:auto}.download-toolbar{align-items:center}.download-status-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.download-status-filter{min-height:36px;padding:7px 13px;border:1px solid #dce3ee;border-radius:6px;background:#fff;color:#66758c;font-size:13px;font-weight:400;white-space:nowrap}.download-status-filter:hover{border-color:#b4c8ff;background:#f5f8ff;color:var(--blue)}.download-status-filter[aria-pressed=true]{border-color:#b4c8ff;background:var(--blue-soft);color:#245bdb;font-weight:700}.download-panel{overflow:hidden}.download-title{display:block;max-width:290px;overflow-wrap:anywhere}.download-type{color:#8b95a5;letter-spacing:.2px}.download-status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:650;white-space:nowrap}.download-status:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.download-status-queued{color:#5b6577;background:#eef1f6}.download-status-downloading{color:#2f6bff;background:#edf3ff}.download-status-uploading,.download-status-retrying{color:#b86b12;background:#fff5e6}.download-status-completed{color:#087f73;background:#eaf8f5}.download-status-failed{color:#c43d4b;background:#fff0f1}.download-progress{display:flex;align-items:center;gap:8px;min-width:150px}.download-progress-track{width:105px;height:6px;overflow:hidden;border-radius:999px;background:#e8edf4}.download-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--blue);transition:width .35s ease}.download-progress strong,.download-progress-done{min-width:34px;color:#435067;font-size:11px;font-variant-numeric:tabular-nums}.download-progress-done{color:#087f73;font-weight:700}.download-upload-note,.download-retry-note,.download-error-text{display:flex;align-items:center;gap:4px;max-width:220px;margin-top:6px;line-height:1.55;overflow-wrap:anywhere}.download-upload-note{color:#748198}.download-retry-note{color:#96621c}.download-error-text{color:#a12e3c}.record-download-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px}.download-record-status{margin-right:auto;color:#748198;font-size:11px}.record-download-complete{color:#087f73;border-color:#c7e8df;background:#eaf8f5}.replay-download-notice{margin-bottom:12px}.preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:22px;background:#12192594;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.preview-modal{width:min(880px,calc(100vw - 32px));max-height:calc(100vh - 44px);overflow:auto;border:1px solid #dbe4ee;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0b121e47;padding:28px}.preview-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.preview-head h2{margin:0;color:var(--ink);font-size:20px;overflow-wrap:anywhere}.preview-close{flex:0 0 44px;width:44px;height:44px;min-height:44px;padding:0;border:1px solid var(--line);border-radius:8px;background:#f4f6f8;color:#435067}.preview-close:hover{background:#e9eef5;color:var(--ink)}.preview-close:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.preview-loading{min-height:280px;display:grid;place-items:center;color:var(--muted);font-size:13px;background:#f7f9fc;border-radius:8px}.preview-video{display:block;width:100%;max-height:64vh;border-radius:8px;background:#101521}.preview-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;color:#748198;font-size:11px;font-variant-numeric:tabular-nums}.preview-hint,.preview-notice{margin-bottom:0}@media(max-width:620px){.download-toolbar{align-items:stretch}.record-download-row{justify-content:stretch}.record-download-row button{flex:0 0 auto}.preview-backdrop{align-items:flex-start;padding:16px}.preview-modal{width:100%;max-height:calc(100vh - 32px);padding:20px}.preview-head h2{font-size:17px}}.preview-live-start{margin:10px 0 0;color:var(--ink);font-size:clamp(18px,2.5vw,22px);font-weight:700;line-height:1.5;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.download-live-start{font-size:14px;font-variant-numeric:tabular-nums}.service-status-page{max-width:1180px}.service-status-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;background:var(--paper);border:1px solid var(--line);border-radius:7px;overflow:hidden}.service-status-summary>div{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-left:1px solid var(--line)}.service-status-summary>div:first-child{border-left:0}.service-status-summary span,.service-status-summary small{color:var(--subtle);font-size:10px}.service-status-summary strong{color:var(--ink);font:720 23px/1 Segoe UI Variable Display,Microsoft YaHei,sans-serif;font-variant-numeric:tabular-nums}.service-summary-good{color:var(--teal)!important}.service-summary-warn{color:var(--amber)!important}.service-status-groups{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.service-status-group{min-width:0;background:var(--paper);border:1px solid var(--line);border-radius:7px;overflow:hidden}.service-status-group:last-child{grid-column:1 / -1}.service-status-group>.section-heading{margin:0;padding:12px 20px;background:#fafbfc;border-bottom:1px solid var(--line)}.service-status-group>.section-heading h2{font-size:15px}.service-status-group>.section-heading p{font-size:11px}.service-group-count{color:var(--subtle);font-size:10px}.service-status-list{display:flex;flex-direction:column}.service-status-columns,.service-status-row{display:grid;grid-template-columns:minmax(240px,1.15fr) 90px minmax(190px,1fr) 150px;align-items:center;gap:20px;padding:13px 20px}.service-status-columns{padding-top:9px;padding-bottom:9px;color:var(--subtle);font-size:10px;border-bottom:1px solid var(--line)}.service-status-row{min-height:88px;border-top:1px solid var(--line)}.service-status-columns+.service-status-row{border-top:0}.service-status-address{display:block;margin-top:4px;color:var(--subtle);font-size:10px;line-height:1.5;overflow-wrap:anywhere}.service-status-state{align-self:center}.service-status-detail{color:#536071;font-size:11px;line-height:1.7;overflow-wrap:anywhere}.service-status-checked{color:var(--subtle);font-size:11px;line-height:1.6;font-variant-numeric:tabular-nums;white-space:nowrap}.service-status-mobile-label{display:none}.service-state-dot{width:8px;height:8px;border-radius:50%;background:var(--subtle);box-shadow:0 0 0 3px #8b95a51f}.service-state-running{background:var(--teal);box-shadow:0 0 0 3px #087f731f}.service-state-stopped{background:var(--red);box-shadow:0 0 0 3px #c43d4b1f}.service-state-degraded{background:var(--amber);box-shadow:0 0 0 3px #b86b121f}.service-state-starting{background:var(--blue);box-shadow:0 0 0 3px #2f6bff1f}.service-status-main{min-width:0}.service-status-name{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 12px}.service-status-name strong{color:var(--ink);font-size:13px}.service-status-name span{color:var(--blue-dark);font:11px/1.3 Consolas,monospace}.service-status-main p{margin:5px 0 0;color:#536071;font-size:11px}.service-status-main small{display:block;margin-top:5px;color:var(--subtle);font-size:10px}.service-status-actions{display:flex;align-items:center;gap:10px}.compact-button{min-height:30px;padding:0 10px;font-size:11px}.service-status-actions .text-button{font-size:11px}.service-status-error{display:flex;align-items:center;gap:9px;margin:-7px 0 18px;padding:11px 14px;border:1px solid #efc5ca;background:var(--red-soft);color:var(--red);font-size:11px}.service-status-error span{min-width:0;flex:1}.service-status-note{display:flex;align-items:flex-start;gap:8px;margin-top:18px;padding:12px 14px;color:var(--muted);font-size:10px;line-height:1.6}.service-status-note svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.service-status-page{--subtle: #7b8798;--amber: #b86b12;--blue-dark: #2455ba}.service-status-badge{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:4px 7px;border-radius:5px;font-size:11px;background:#f1f3f7;color:#667085}.service-badge-running{color:#087f73;background:#e8f7f1}.service-badge-degraded{color:#a7620d;background:#fff5e4}.service-badge-stopped{color:#c43d4b;background:#fff0f2}.service-badge-starting{color:#2455ba;background:#edf3ff}.service-status-group>.section-heading{display:flex;justify-content:space-between;align-items:center}.service-status-group h2{margin:0}.service-status-actions button{white-space:nowrap}.service-status-actions .muted{font-size:11px;white-space:nowrap}.service-confirm-warning{line-height:1.8;max-width:460px}@media(max-width:1250px){.service-status-columns{display:none}.service-status-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 16px;padding:16px 20px}.service-status-detail,.service-status-checked{grid-column:1 / -1;display:flex;gap:10px}.service-status-mobile-label{display:inline;flex:0 0 72px;color:var(--subtle);font-size:10px}}@media(max-width:600px){.service-status-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.service-status-summary>div{min-height:60px;padding:12px 14px}.service-status-summary>div:nth-child(3){border-left:0}.service-status-summary>div:nth-child(n+3){border-top:1px solid var(--line)}.service-status-row{padding:14px}.service-status-group>.section-heading{padding:12px 14px}}.download-table{min-width:1240px}.download-table th:nth-child(1),.download-table td:nth-child(1){min-width:190px}.download-table th:nth-child(3),.download-table td:nth-child(3),.download-table th:nth-child(4),.download-table td:nth-child(4){padding-left:10px;padding-right:10px}.download-table td{vertical-align:middle}.download-table th:nth-child(5),.download-table td:nth-child(5){min-width:192px}.download-table th:nth-child(6),.download-table td:nth-child(6){min-width:220px}.download-row-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px}.download-table .download-row-actions>button{min-height:32px;padding:6px 9px;font-size:11px}.download-table .download-row-actions>.task-muted,.download-table .download-row-actions>.audio-muted-action{display:inline-flex;align-items:center;min-height:32px;padding:0 4px;color:#8b97a9;font-size:11px;line-height:1.4;white-space:nowrap}.audio-play-button{border-color:#c3d3ff;background:var(--blue-soft);color:#245bdb}.audio-play-button:hover{border-color:#9fb9ff;background:#e4ecff}.download-phase-note{display:flex;align-items:center;gap:4px;max-width:220px;margin-top:6px;color:#2f5ba8;line-height:1.55;overflow-wrap:anywhere}.task-audio-cell{max-width:260px}.audio-completion{display:flex;flex-direction:column;gap:4px;color:#435067;font-size:11px;line-height:1.5;font-variant-numeric:tabular-nums}.audio-completion-line{display:flex;gap:12px;white-space:nowrap}.audio-status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:650;white-space:nowrap}.audio-status:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.audio-status-not_requested,.audio-status-no_audio{color:#5b6577;background:#eef1f6}.audio-status-pending{color:#2f6bff;background:#edf3ff}.audio-status-processing{color:#1a7f37;background:#eaf7ef}.audio-status-uploading{color:#b86b12;background:#fff5e6}.audio-status-ready{color:#087f73;background:#eaf8f5}.audio-status-failed{color:#c43d4b;background:#fff0f1}.audio-note{display:block;max-width:230px;margin-top:6px;line-height:1.55;overflow-wrap:anywhere}.audio-note-note,.audio-note-muted{color:#748198}.audio-note-summary{color:#087f73}.audio-note-error{color:#a12e3c}.audio-modal{width:min(720px,calc(100vw - 32px))}.audio-broadcast{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin:12px 0 0}.audio-broadcast-label{color:#748198;font-size:12px;font-weight:600}.audio-broadcast-time{color:var(--ink);font-size:clamp(18px,2.5vw,22px);font-weight:700;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.audio-player-media{display:block;width:100%;margin-bottom:14px}.audio-now-playing{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#f7f9fc}.audio-now-label{color:#748198;font-size:11px}.audio-now-playing strong{color:var(--ink);font-size:14px;font-variant-numeric:tabular-nums}.audio-now-meta{color:#748198;font-size:11px;font-variant-numeric:tabular-nums}.audio-finished{margin-top:12px;margin-bottom:0}.audio-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.audio-notice span{display:inline-flex;align-items:center;gap:6px;min-width:0}.audio-segments{margin-top:16px}.audio-segments-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.audio-segments-title{display:inline-flex;align-items:center;gap:6px;color:#435067;font-size:12px;font-weight:650}.audio-segments-meta{color:#748198;font-size:11px;font-variant-numeric:tabular-nums}.audio-no-track{display:flex;align-items:center;gap:6px;margin:0 0 10px;color:#748198;font-size:11px}.audio-segment-list{list-style:none;display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto;margin:0;padding:0 2px 0 0}.audio-segment{width:100%;justify-content:flex-start;gap:10px;min-height:40px;padding:8px 12px;border-color:#e3e8ef;background:#fff;color:#435067;font-weight:500}.audio-segment:hover{border-color:#b4c8ff;background:#f5f8ff}.audio-segment.active{border-color:#b4c8ff;background:var(--blue-soft);color:#245bdb;font-weight:700}.audio-segment-icon{display:inline-flex;align-items:center;color:inherit}.audio-segment-label{min-width:88px;text-align:left;font-variant-numeric:tabular-nums}.audio-segment-meta{margin-left:auto;color:#748198;font-size:11px;font-variant-numeric:tabular-nums}.audio-load-more{width:100%;margin-top:10px}.library-toolbar{align-items:center}.library-sort{display:flex;align-items:center;gap:8px}.library-sort-button{min-height:36px;padding:7px 13px;border:1px solid #dce3ee;border-radius:6px;background:#fff;color:#66758c;font-size:13px;font-weight:400}.library-sort-button:hover{border-color:#b4c8ff;background:#f5f8ff;color:var(--blue)}.library-sort-button[aria-pressed=true]{border-color:#b4c8ff;background:var(--blue-soft);color:#245bdb;font-weight:700}.library-active-filter,.library-total{color:var(--muted);font-size:12px}.library-layout{display:block}.library-calendar-popover-wrap{position:relative;z-index:30}.library-calendar-trigger{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 12px;border:1px solid #dce3ee;border-radius:6px;background:#fff;color:#66758c;font-size:13px;white-space:nowrap}.library-calendar-trigger:hover,.library-calendar-trigger[aria-expanded=true]{border-color:#b4c8ff;background:#f5f8ff;color:var(--blue)}.library-calendar-trigger>span{max-width:150px;overflow:hidden;color:var(--ink);text-overflow:ellipsis}.library-calendar-popover{position:absolute;top:calc(100% + 8px);left:0;width:360px;max-width:min(360px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 112px));overflow:auto;border:1px solid #e1e7f0;border-radius:12px;background:#fff;box-shadow:0 18px 42px #22345429,0 3px 10px #22345414}.library-calendar-popover .library-calendar{border:0;box-shadow:none}.library-calendar{padding:18px 18px 16px}.library-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.library-month{display:flex;align-items:center;gap:8px}.library-month-step{width:32px;height:32px;min-height:32px;padding:0}.library-month-label{min-width:104px;color:var(--ink);font-size:15px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.library-current-month{min-height:32px;padding:5px 10px;font-size:12px}.library-date-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.library-date-chip{min-height:30px;padding:5px 11px;border:1px solid #dce3ee;border-radius:999px;background:#fff;color:#66758c;font-size:12px;font-weight:500}.library-date-chip[aria-pressed=true]{border-color:#b4c8ff;background:var(--blue-soft);color:#245bdb;font-weight:700}.library-weekdays,.library-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.library-weekdays{margin-bottom:6px;color:#8b95a5;font-size:11px;text-align:center}.library-month-grid{display:flex;flex-direction:column;gap:5px}.library-day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:40px;padding:6px 4px;border:1px solid #e6ecf4;border-radius:7px;background:#fff;color:#55617a;font-weight:500}.library-day-blank{border-color:transparent;background:transparent;min-height:40px}.library-day.has-records{border-color:#c7d8ff;background:#f6f9ff;color:#1f3f7a}.library-day.has-records:hover{border-color:#9fb9ff;background:#eef4ff}.library-day.selected{border-color:var(--blue);background:var(--blue-soft);color:#245bdb;font-weight:700}.library-day-number{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.library-day-total{font-size:10px;color:#2f6bff;font-variant-numeric:tabular-nums}.library-day-split{display:flex;gap:4px;font-size:9px;color:#748198;font-variant-numeric:tabular-nums}.library-calendar-state{margin:14px 0 0;color:var(--muted);font-size:11px;text-align:center}.library-calendar-empty .empty{min-height:120px;padding:18px 8px}.library-calendar-empty .empty h3{font-size:13px}.library-calendar-empty .empty p{font-size:11px}.library-calendar-notice,.library-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.library-notice{margin:16px 20px}.library-list{min-width:0}.library-list .section-head strong{color:var(--ink);font-size:13px}.library-table{width:100%;min-width:0;table-layout:fixed}.library-table th,.library-table td{padding:9px 10px;vertical-align:middle}.library-broadcast-cell{white-space:normal}.library-account-cell{min-width:0}.library-account-cell span,.library-account-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-media-stack{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.library-table .library-statistics-cell .statistics-library-action{min-width:0}.library-statistics-cell .statistics-row-actions{flex-direction:column;align-items:flex-start;gap:7px}.library-statistics-cell .statistics-row-actions>button,.library-statistics-cell .statistics-row-actions>.button{max-width:100%;min-width:0;padding:5px 7px;font-size:11px;white-space:normal}.library-comment-cell,.library-duration-cell{white-space:normal}.library-status-cell{min-width:0;white-space:normal}.library-status-cell .library-ready{display:inline-flex;max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.library-actions-cell{min-width:0;white-space:normal}.library-actions-cell .download-row-actions{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:7px;max-width:100%}.library-actions-cell .download-row-actions>button{flex:0 1 auto;min-width:0;min-height:29px;padding:5px 7px;font-size:11px;white-space:nowrap}.library-broadcast{display:block;color:var(--ink);font-size:16px;line-height:1.45;font-weight:750;font-variant-numeric:tabular-nums}.library-ready{display:inline-flex;align-items:center;justify-content:center;gap:6px;max-width:100%;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:650;line-height:1.35;text-align:center;white-space:normal}.library-ready:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.library-ready-ready{color:#087f73;background:#eaf8f5}.library-ready-pending{color:#b86b12;background:#fff5e6}.library-ready-idle,.library-ready-none{color:#5b6577;background:#eef1f6}.library-ready-failed{color:#c43d4b;background:#fff0f1}@media(max-width:1080px){.library-calendar-popover{width:340px}}@media(max-width:620px){.library-toolbar{align-items:stretch}.library-sort{flex-wrap:wrap}.library-calendar{padding:14px 12px 12px}.library-day,.library-day-blank{min-height:40px}.library-day-split{display:none}.audio-modal{width:100%;padding:20px}.audio-broadcast-time{font-size:17px}.audio-segment-list{max-height:220px}}.task-progress{min-width:200px;width:100%;display:flex;flex-direction:column;gap:9px}.task-progress-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.task-progress-heading>span{font-size:11px;color:#6d7c91;line-height:1.5}.task-progress-heading>strong{font-size:16px;font-weight:750;color:#4168d9;font-variant-numeric:tabular-nums;white-space:nowrap}.task-progress-track{height:10px;background:#e9eef6;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #263c5710}.task-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#557bea,#7899f4);transition:width .35s ease}.task-progress-completed .task-progress-track>span{background:#169a86}.task-progress-completed .task-progress-heading>strong{color:#138978}.task-progress-failed .task-progress-track>span{background:#d86572}.task-progress-failed .task-progress-heading>strong{color:#c24c5b}.task-progress-retrying .task-progress-track>span{background:#d5a242}@media(prefers-reduced-motion:reduce){.task-progress-track>span{transition:none}}.library-status-flag{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap}.library-status-flag-pending{color:#9a6700;background:#fff7d6}.library-status-flag-running{color:#4168d9;background:#edf2ff}.library-status-flag-completed{color:#087f5b;background:#e6fcf5}.library-comment-retry{min-height:24px;padding:3px 8px;border:1px solid #d8e0ee;border-radius:6px;color:#4168d9;background:#fff;font-size:11px;font-weight:650;line-height:1.2;white-space:nowrap}.library-comment-retry:hover:not(:disabled){border-color:#9eb3ed;background:#f4f7ff}.library-comment-retry:disabled{cursor:wait;opacity:.65}.statistics-toolbar{align-items:center}.statistics-toolbar .task-filter select{min-height:36px}.statistics-table{min-width:820px}.statistics-table td{vertical-align:middle}.statistics-live-cell{width:42%;max-width:540px}.statistics-live-cell>strong{display:block;overflow-wrap:anywhere;line-height:1.6}.statistics-table td:nth-child(3){min-width:126px;max-width:240px}.statistics-table td:nth-child(4){min-width:100px}.statistics-numeric{white-space:nowrap;font-variant-numeric:tabular-nums}.statistics-row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.statistics-row-actions>.button,.statistics-row-actions>button{min-height:32px;padding:6px 10px;font-size:12px}.statistics-result-link{color:#245bdb;border-color:#c3d3ff;background:var(--blue-soft);white-space:nowrap}.statistics-result-link:hover{color:#245bdb;border-color:#9fb9ff;background:#e4ecff}.statistics-muted{color:var(--muted);font-size:12px}.statistics-library-action{min-width:150px}.statistics-library-action>.task-error-text{margin-top:6px}@media(prefers-reduced-motion:reduce){.statistics-table .badge-running:before,.statistics-library-action .badge-running:before{animation:none}}.task-category-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1280px;margin-bottom:28px}.task-category-card{--category-color: #245bdb;--category-soft: var(--blue-soft);--category-border: #b4c8ff;justify-content:flex-start;gap:14px;min-width:0;min-height:96px;padding:20px;border-radius:8px;text-align:left;font-weight:400}.task-category-card[data-category=statistics]{--category-color: var(--teal);--category-soft: #eaf8f5;--category-border: #9cd6c9}.task-category-card:hover{border-color:var(--category-border);background:#fff}.task-category-card[aria-pressed=true],.task-category-card[aria-selected=true]{border-color:var(--category-color);background:#fff;box-shadow:inset 0 -3px 0 var(--category-color)}.task-category-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:8px;background:var(--category-soft);color:var(--category-color)}.task-category-copy{display:flex;flex-direction:column;gap:7px;min-width:0}.task-category-copy>strong{color:var(--ink);font-size:16px;font-weight:650;line-height:1.4}.task-category-copy>span{color:var(--muted);font-size:12px;line-height:1.6}.task-category-card[aria-pressed=true] .task-category-copy>strong,.task-category-card[aria-selected=true] .task-category-copy>strong{color:var(--category-color)}.task-category-indicator{display:flex;align-items:center;justify-content:center;flex:0 0 20px;height:20px;margin-left:auto;border:1px solid var(--line);border-radius:50%}.task-category-card[aria-pressed=true] .task-category-indicator,.task-category-card[aria-selected=true] .task-category-indicator{color:#fff;border-color:var(--category-color);background:var(--category-color)}@media(max-width:760px){.task-category-switcher{grid-template-columns:minmax(0,1fr);gap:10px;margin-bottom:22px}.task-category-card{min-height:84px;padding:16px}}.task-category-card[data-category=comments]{--category-color:#8b5ac2;--category-soft:#f5effb;--category-border:#d3bde9}.comment-toolbar{align-items:center}.comment-table{min-width:900px}.comment-table td{vertical-align:middle}.comment-table .statistics-live-cell{width:32%}@media(max-width:1100px){.task-category-switcher{gap:10px}.task-category-card{padding:14px;gap:10px}.task-category-icon{width:36px;height:36px;flex-basis:36px}}.library-table th:nth-child(6),.library-table th:nth-child(7),.library-table .library-comment-cell,.library-table .library-statistics-cell{text-align:left}.library-table .library-comment-cell .statistics-row-actions,.library-table .library-statistics-cell .statistics-row-actions{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%;min-width:0;margin:0;gap:7px}.library-table .library-comment-cell .statistics-row-actions>*,.library-table .library-statistics-cell .statistics-row-actions>*{align-self:flex-start;margin-left:0;margin-right:0;max-width:100%}.library-table .library-comment-cell .statistics-row-actions>button,.library-table .library-statistics-cell .statistics-row-actions>button{max-width:100%;min-width:0;min-height:32px;padding:5px 7px;font-size:11px;white-space:normal}dialog.statistics-trend-dialog{width:calc(100vw - 48px);max-width:1600px;max-height:94vh;padding:24px 28px 18px;overflow:auto}.statistics-trend-dialog .modal-head{margin-bottom:8px}.trend-session{display:flex;align-items:baseline;gap:16px;font-size:13px;color:var(--muted)}.trend-session strong{color:var(--ink);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:75%}.trend-summary{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:12px 0 18px;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.trend-controls,.trend-chart-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:12px}.trend-controls{border-top:1px solid var(--line);padding-top:14px}.trend-controls b{color:var(--blue);font-weight:500}.trend-controls>div,.trend-chart-toolbar>div{display:flex;align-items:center;gap:12px}.trend-controls button{border:0;color:var(--blue);padding:2px 6px;min-height:28px;font-weight:400}.trend-metric-groups{padding:8px 0 12px}.statistics-trend-dialog fieldset.trend-metric-group{border:0;padding:12px 0;margin:0;min-width:0;display:block}.trend-metric-group legend{float:left;width:90px;padding:2px 0;font-size:13px;font-weight:500}.trend-metric-group>div{display:flex;flex-wrap:wrap;gap:18px 24px;margin-left:100px}.statistics-trend-dialog .trend-metric-choice{display:inline-flex;flex-direction:row;align-items:center;gap:7px;margin:0;color:#344054;font-size:13px;font-weight:400;cursor:pointer;line-height:20px;white-space:nowrap}.statistics-trend-dialog input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:16px;height:16px;min-height:0;padding:0;margin:0;accent-color:#1664ff;flex:0 0 16px;cursor:pointer}.trend-definition{display:inline-flex;color:#a8afb9;position:relative;margin-left:-4px}.trend-definition>span{display:none;position:absolute;z-index:2;top:20px;right:-12px;width:230px;white-space:normal;background:#fff;color:var(--ink);padding:10px 12px;box-shadow:0 4px 20px #17203322;border:1px solid var(--line);border-radius:6px;line-height:1.7;font-size:12px}.trend-definition:hover>span,.trend-definition:focus>span{display:block}.trend-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;min-height:30px;padding:8px 0 18px}.trend-legend button{min-height:22px;padding:0;border:0;background:transparent;color:#7d8592;font-size:12px;font-weight:400}.trend-legend button>span{width:8px;height:8px;border-radius:50%;flex-shrink:0}.trend-chart-toolbar{margin:0 0 6px}.trend-chart-toolbar button{min-height:28px;padding:4px 8px;font-weight:400}.trend-chart-shell{position:relative}.trend-chart{width:100%;height:340px}.trend-chart-message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;font-size:13px;color:var(--muted)}.trend-state{min-height:340px;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:14px;color:var(--muted)}.trend-state p{max-width:700px;overflow-wrap:anywhere}.trend-range-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px;font-size:12px;color:var(--muted)}.trend-range-controls select{width:auto;min-height:30px;padding:4px 8px;font-size:12px}.trend-range-hint{margin-left:auto}.trend-footnote{margin:16px 0 0;padding-top:12px;border-top:1px solid var(--line);color:#8c95a3;font-size:11px;line-height:1.6}@media(max-width:800px){dialog.statistics-trend-dialog{width:calc(100vw - 16px);padding:18px 14px}.trend-metric-group legend{float:left;width:76px;margin-bottom:0}.trend-metric-group>div{margin-left:84px;gap:14px 18px}.trend-chart-toolbar{align-items:flex-start;flex-direction:column}.trend-range-hint{width:100%;margin-left:0}}.collection-task-table th:first-child,.collection-task-table .collection-start-cell{width:180px;white-space:nowrap}.collection-task-table th:nth-child(2),.collection-task-table .collection-shop-cell{width:23%;min-width:170px;max-width:280px;white-space:normal;overflow-wrap:anywhere}.collection-task-table .collection-shop-cell>span{line-height:1.6}dialog.comment-result-dialog{width:calc(100vw - 48px);max-width:1080px;max-height:90vh;padding:24px;overflow:auto}.comment-result-dialog .modal-head{margin-bottom:8px}.comment-result-summary{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px;margin:16px 0}.comment-result-summary strong{color:var(--ink);font-weight:500}.comment-result-table-wrap{max-height:52vh;overflow:auto;border:1px solid var(--line);border-radius:8px}.comment-result-table{width:100%;table-layout:fixed}.comment-result-table th{position:sticky;top:0;z-index:1;background:#f8fafc}.comment-result-table th:first-child{width:190px}.comment-result-table th:nth-child(2){width:22%}.comment-result-table td{vertical-align:top;font-size:13px;padding:12px 14px}.comment-result-table td>small{color:var(--muted);font-size:11px;margin-top:5px}.comment-result-nickname,.comment-result-content{overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.7}.comment-important{display:inline-block;margin-right:8px;padding:1px 5px;border-radius:4px;background:#fff5e6;color:#a65e0a;font-size:11px}.comment-result-state{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.comment-result-state p{overflow-wrap:anywhere;max-width:100%}.comment-result-footer{margin-top:12px}@media(max-width:700px){dialog.comment-result-dialog{width:calc(100vw - 16px);padding:16px}.comment-result-table{min-width:560px}}.task-category-switcher{grid-template-columns:repeat(3,minmax(0,1fr))}.library-list>.table-wrap{width:100%;max-width:100%}.library-table:not(.library-results-table){width:100%;min-width:0;table-layout:fixed;font-size:11px}.library-table:not(.library-results-table) th,.library-table:not(.library-results-table) td{min-width:0;padding:6px 4px;white-space:normal;overflow-wrap:anywhere}.library-table:not(.library-results-table) th{white-space:normal;overflow-wrap:anywhere;line-height:1.35}.library-table:not(.library-results-table) .badge{max-width:100%;white-space:normal;overflow-wrap:anywhere}.library-table:not(.library-results-table) .statistics-library-action,.library-table:not(.library-results-table) .transcribe-library-action,.library-table:not(.library-results-table) .cut-library-action{min-width:0;max-width:100%}.library-table:not(.library-results-table) .statistics-row-actions>*,.library-table:not(.library-results-table) .download-row-actions>button{min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere}.library-table:not(.library-results-table) .download-row-actions>button{text-align:left}.library-table:not(.library-results-table) .library-transcribe-cell,.library-table:not(.library-results-table) .library-cut-cell{min-width:0;overflow-wrap:anywhere}.library-table:not(.library-results-table) .cut-library-action,.library-table:not(.library-results-table) .transcribe-library-action{width:100%;min-width:0}.library-table:not(.library-results-table) .cut-library-action button,.library-table:not(.library-results-table) .transcribe-library-action button{max-width:100%;min-width:0;padding:4px 5px;font-size:11px;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.library-table:not(.library-results-table) .library-ready{padding:3px 4px;gap:4px;font-size:10px}.library-table:not(.library-results-table) th:nth-child(1),.library-table:not(.library-results-table) td:nth-child(1){width:11%}.library-table:not(.library-results-table) th:nth-child(2),.library-table:not(.library-results-table) td:nth-child(2){width:16%}.library-table:not(.library-results-table) th:nth-child(3),.library-table:not(.library-results-table) td:nth-child(3){width:7%}.library-table:not(.library-results-table) th:nth-child(4),.library-table:not(.library-results-table) td:nth-child(4){width:12%}.library-table:not(.library-results-table) th:nth-child(5),.library-table:not(.library-results-table) td:nth-child(5){width:10%}.library-table:not(.library-results-table) th:nth-child(6),.library-table:not(.library-results-table) td:nth-child(6){width:12%}.library-table:not(.library-results-table) th:nth-child(7),.library-table:not(.library-results-table) td:nth-child(7){width:11%}.library-table:not(.library-results-table) th:nth-child(8),.library-table:not(.library-results-table) td:nth-child(8){width:10%;text-align:center;white-space:normal}.library-table:not(.library-results-table) th:nth-child(9),.library-table:not(.library-results-table) td:nth-child(9){width:11%}.library-table:not(.library-results-table) .library-cut-cell .statistics-row-actions{display:flex;flex-direction:column;align-items:center;gap:7px}.cut-tasks-table td small{display:block;margin-top:6px}@media(max-width:1100px){.task-category-switcher{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.task-category-switcher{grid-template-columns:minmax(0,1fr)}}.processing-category-switcher{grid-template-columns:repeat(2,minmax(0,1fr));max-width:800px}@media(max-width:620px){.processing-category-switcher{grid-template-columns:minmax(0,1fr)}}.library-results-table td:nth-child(n+4),.library-results-table th:nth-child(n+4){text-align:left}.library-results-table td button{max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}.library-results-table{width:100%;min-width:0;table-layout:fixed}.library-results-table th,.library-results-table td{padding:16px clamp(10px,1.25vw,24px);min-width:0;white-space:normal;overflow-wrap:anywhere;text-align:left;vertical-align:middle}.library-results-table tbody tr{height:64px}.library-results-table th:nth-child(1),.library-results-table td:nth-child(1){width:25%}.library-results-table th:nth-child(2),.library-results-table td:nth-child(2){width:25%}.library-results-table th:nth-child(3),.library-results-table td:nth-child(3){width:12%}.library-results-table th:nth-child(4),.library-results-table td:nth-child(4){width:38%}.library-results-table .library-account-cell span,.library-results-table .library-shop-cell span{display:block;white-space:normal;overflow-wrap:anywhere}.library-results-table .download-live-start{font-weight:400}.library-content-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.library-content-actions:empty{display:none}.library-content-actions .library-content-button{--content-accent: #315fbe;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:5px 7px;border:1px solid #e1e7ef;border-radius:8px;background:#f8faff;color:#42516a;font-size:12px;font-weight:550;line-height:1.4;box-shadow:none;transition:background .15s,border-color .15s,color .15s}.library-content-button.content-audio{--content-accent: #7452ad}.library-content-button.content-comments{--content-accent: #37777f}.library-content-button.content-statistics{--content-accent: #2b7a64}.library-content-button svg{flex-shrink:0;order:-1;color:var(--content-accent)}.library-content-actions .library-content-button:hover{color:var(--content-accent);border-color:var(--content-accent);background:#fff}.library-content-actions .library-content-button:focus-visible{outline:2px solid var(--content-accent);outline-offset:3px}.library-content-button.content-subtitles{--content-accent: #a04468}.transcribe-library-action-compact{display:inline-flex;flex:0 1 auto;flex-direction:row;align-items:center;gap:7px;flex-wrap:wrap;max-width:100%}.transcribe-library-action-compact .badge{display:inline-flex;align-items:center;gap:5px;max-width:100%;white-space:normal;line-height:1.35}.transcribe-library-action-compact .library-content-button{flex:0 1 auto}.scan-next-schedule{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:12px}.scan-next-schedule span{color:#7a8798}.scan-next-schedule strong{font-variant-numeric:tabular-nums}@media(max-width:620px){.scan-next-schedule{align-items:flex-start}}.host-library-viewport{max-height:min(62vh,680px);overflow:auto;scrollbar-gutter:stable;overscroll-behavior:contain}.host-library-viewport:focus-visible{outline:2px solid #4365d9;outline-offset:-2px}.host-library-record{min-width:1100px}.host-library-record+.host-library-record{border-top:1px solid #dce3ed}.host-library-record-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 18px;background:#f5f7fa;border-bottom:1px solid #e7ecf2}.host-library-record-heading strong{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.host-library-record-heading strong span{margin-right:8px;font-size:11px;color:#7a8798;font-weight:400}.host-library-record-heading>span{color:#7a8798;font-size:12px}.host-library-cut-table{width:100%;border-collapse:collapse;table-layout:fixed}.host-library-cut-table th,.host-library-cut-table td{padding:8px 10px;border-bottom:1px solid #eef1f5;font-size:12px;text-align:left;vertical-align:middle;white-space:nowrap}.host-library-cut-table th{padding-block:7px;background:#fff;color:#8793a4;font-size:11px;font-weight:400}.host-library-cut-table th:nth-child(1){width:6%}.host-library-cut-table th:nth-child(2){width:5%}.host-library-cut-table th:nth-child(3){width:19%}.host-library-cut-table th:nth-child(4){width:19%}.host-library-cut-table th:nth-child(5){width:18%}.host-library-cut-table th:nth-child(6){width:10%}.host-library-cut-table th:nth-child(7){width:23%}.host-library-cut-table tbody tr:hover{background:#fafbfe}.host-library-cut-table tbody tr:last-child td{border-bottom:0}.host-library-time{font-variant-numeric:tabular-nums;color:#65748a}.host-library-voice{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;color:#536580;background:#f0f3f8;border-radius:4px;padding:2px 7px}.host-library-play-actions{display:flex;align-items:center;gap:8px}.host-library-play-actions button{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:3px 8px;border:1px solid #e0e6ef;border-radius:5px;color:#4c6489;background:#fff;font-size:12px;white-space:nowrap;box-shadow:none}.host-library-play-actions button:hover{color:#315fbe;border-color:#aebfdf;background:#f4f7fd}.host-library-play-actions button:focus-visible{outline:2px solid #4365d9;outline-offset:2px}.host-library-record>.notice{margin:12px 18px}@media(max-width:700px){.host-library-record-heading,.host-library-cut-table th,.host-library-cut-table td{padding-inline:12px}}.library-summary .library-summary-count{font-size:24px;font-variant-numeric:tabular-nums}.library-summary{border-bottom:1px solid var(--border, #e5e7eb)}.scan-monitor-table{width:100%;min-width:700px}.scan-monitor-table th:nth-child(1),.scan-monitor-table th:nth-child(2){width:35%}.scan-monitor-table th:nth-child(3){width:30%}.scan-monitor-table td{vertical-align:middle}.scan-monitor-table .task-time-cell{white-space:nowrap}.library-summary-inline{justify-content:flex-start;align-items:center;gap:36px;flex-wrap:wrap}.library-summary-inline>div{min-width:0}.library-summary-date{padding-left:28px;border-left:1px solid #e5eaf1}@media(max-width:700px){.library-summary-inline{gap:16px}.library-summary-date{padding-left:0;border-left:0}}.list-cache-notice{margin:8px 0 12px;color:#8390a1;font-size:12px;line-height:1.5}.service-status-detail .service-status-hint{margin:6px 0 0;color:#667085;font-size:10px;font-weight:400;line-height:1.6;white-space:pre-line}@media(max-width:1250px){.service-status-detail{flex-wrap:wrap;row-gap:4px}.service-status-detail .service-status-hint{flex:0 0 calc(100% - 82px);margin:0 0 0 82px}}.scan-schedule-label{display:flex;align-items:center;gap:5px}.page-header .actions .scan-refresh-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;min-height:0;padding:0;border:0;border-radius:5px;background:transparent;color:#8793a4;box-shadow:none}.page-header .actions .scan-refresh-icon:hover:not(:disabled){background:#e9eef5;color:#4365a0}.page-header .actions .scan-refresh-icon:focus-visible{outline:2px solid #4365d9;outline-offset:2px}.page-header .actions .scan-refresh-icon:disabled{opacity:.45;cursor:default}
