.reviews-reference-page{display:grid;grid-template-rows:auto auto auto;height:auto;max-height:none;min-height:0;align-content:start;grid-gap:8px;gap:8px}.reviews-reference-hero{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:20px}.reviews-reference-hero h1{margin:0;color:var(--foreground);font-size:22px;font-weight:750;line-height:1.18}.reviews-reference-hero p{margin:4px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.reviews-hero-actions{display:flex;flex:0 0 auto;gap:10px}.reviews-batch-button,.reviews-filter-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border-strong);border-radius:5px;padding:0 14px;background:var(--surface);color:var(--foreground);font-size:14px;font-weight:850;cursor:pointer}.reviews-batch-button{border-color:var(--accent);background:var(--accent);color:#fff}.reviews-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.reviews-metric-card{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;min-height:76px;border:1px solid var(--border);border-radius:8px;padding:12px 14px;background:var(--surface)}.reviews-metric-card>span{display:grid;width:44px;height:44px;place-items:center;border-radius:8px}.reviews-metric-card.danger>span{background:var(--danger-soft);color:var(--danger)}.reviews-metric-card.success>span{background:var(--success-soft);color:var(--success)}.reviews-metric-card.blue>span{background:var(--info-soft);color:var(--accent)}.reviews-metric-card.neutral>span{background:var(--surface-container-high);color:var(--muted)}.reviews-metric-card strong{display:block;color:var(--foreground);font-size:28px;font-weight:950;line-height:1}.reviews-metric-card p{margin:5px 0 0;color:var(--foreground);font-size:13px;font-weight:850}.reviews-metric-card small{display:block;margin-top:4px;color:var(--accent);font-size:12px;font-weight:850}.reviews-metric-card.danger small{color:var(--danger)}.reviews-metric-card.success small{color:var(--success)}.reviews-list-card{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:none;--list-columns:minmax(280px,1.55fr) minmax(92px,0.45fr) minmax(190px,0.9fr) minmax(104px,0.48fr) minmax(164px,0.7fr);--reviews-row-min-height:96px;align-self:start;height:auto;min-height:0}.reviews-list-card h2{margin:0;color:var(--foreground);font-size:17px;font-weight:850}.reviews-list-tools{display:flex;align-items:center;gap:12px}.risk-dot{display:inline-flex;align-items:center;gap:6px;color:var(--foreground);font-size:12px;font-weight:800}.risk-dot:before{width:8px;height:8px;border-radius:999px;content:""}.risk-dot.high:before{background:var(--danger)}.risk-dot.mid:before{background:var(--success)}.reviews-list-tools i{width:1px;height:22px;background:var(--border)}.reviews-list-tools a{display:grid;width:32px;height:32px;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.reviews-list-columns,.reviews-list-row{align-items:center;gap:12px}.reviews-list-head{display:grid;grid-template-columns:minmax(0,1fr);min-height:80px;padding:0;color:var(--muted);font-size:12px;font-weight:900}.reviews-list-toolbar{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding:0 16px}.reviews-list-columns{display:grid;grid-template-columns:var(--list-columns);min-height:28px;padding:0 16px}.reviews-list-body{align-content:start;grid-auto-rows:max-content;min-height:0;overflow:visible}.reviews-list-row{min-height:var(--reviews-row-min-height);border-top:1px solid var(--border);padding:14px 16px}.reviews-title-cell strong{display:block;color:var(--foreground);font-size:16px;font-weight:850;line-height:1.25}.reviews-title-cell p{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 0;color:var(--muted);font-size:12px}.reviews-title-cell p span{border-radius:4px;padding:3px 8px;background:var(--surface-container-high);color:var(--muted)}.reviews-score-cell{display:grid;grid-gap:4px;gap:4px;justify-items:center}.reviews-score-cell strong{color:var(--success);font-size:23px;font-weight:950;line-height:1}.reviews-list-row.high .reviews-score-cell strong{color:var(--danger)}.reviews-score-cell span{position:relative;width:82px;height:6px;overflow:hidden;border-radius:999px;background:var(--surface-container-high)}.reviews-score-cell span b{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:var(--success)}.reviews-list-row.high .reviews-score-cell span b{background:var(--danger)}.reviews-list-row.medium .reviews-score-cell span b{background:var(--warning)}.reviews-score-cell small{color:var(--success);font-size:10px;font-weight:900}.reviews-list-row.high .reviews-score-cell small{color:var(--danger)}.reviews-keywords-cell{display:flex;flex-wrap:wrap;gap:6px}.reviews-keywords-cell span{display:inline-flex;min-height:24px;align-items:center;border-radius:4px;padding:0 9px;background:var(--danger-soft);color:var(--danger);font-size:12px;font-weight:850}.reviews-list-row.medium .reviews-keywords-cell span,.reviews-list-row.safe .reviews-keywords-cell span{background:var(--success-soft);color:var(--success)}.reviews-status-cell span{display:inline-flex;min-height:30px;align-items:center;gap:7px;border:1px solid var(--danger-border);border-radius:999px;padding:0 12px;background:var(--danger-soft);color:var(--danger);font-size:12px;font-weight:850}.reviews-status-cell span:before{width:6px;height:6px;border-radius:999px;background:currentColor;content:""}.reviews-list-row.medium .reviews-status-cell span,.reviews-list-row.safe .reviews-status-cell span{border-color:var(--success-border);background:var(--success-soft);color:var(--success)}.reviews-action-cell{display:flex;min-width:0;max-width:100%;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.reviews-action-cell form{margin:0}.reviews-action-cell a,.reviews-action-cell button{display:inline-flex;min-width:34px;min-height:34px;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer}.reviews-action-cell button.primary{border:1px solid var(--accent);padding:0 9px;color:var(--accent);font-size:13px;font-weight:900}.review-hidden-reject button,.reviews-action-cell button.solid{padding:0 10px;background:var(--accent);color:#fff;font-size:13px;font-weight:900}.reviews-list-row.safe .reviews-action-cell button.solid{background:var(--success)}.review-hidden-reject input{display:none}.reviews-empty-row{display:grid;min-height:180px;place-items:center;border-top:1px solid var(--border);padding:24px;color:var(--muted)}.reviews-queue-summary-row{grid-template-columns:minmax(0,1fr);align-items:stretch;border-top:1px solid var(--border);padding:14px 16px}.reviews-queue-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);grid-gap:12px;gap:12px;width:100%;min-height:148px;border:1px dashed var(--border-strong);border-radius:8px;padding:12px;background:var(--surface-container)}.reviews-queue-summary-copy{display:grid;align-content:center;grid-gap:8px;gap:8px;min-width:0}.reviews-queue-summary-copy span{color:var(--accent);font-size:12px;font-weight:900}.reviews-queue-summary-copy strong{color:var(--foreground);font-size:20px;font-weight:900;line-height:1.25}.reviews-queue-summary-copy p{max-width:680px;margin:0;color:var(--muted);font-size:14px;line-height:1.5}.reviews-queue-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;align-content:center}.reviews-queue-summary-pill{display:grid;grid-gap:4px;gap:4px;min-height:66px;align-content:center;border:1px solid var(--border);border-radius:7px;padding:10px 12px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:850}.reviews-queue-summary-pill b{color:var(--foreground);font-size:22px;font-weight:950;line-height:1}.reviews-queue-summary-pill.danger b{color:var(--danger)}.reviews-queue-summary-pill.success b{color:var(--success)}.reviews-queue-summary-pill.warning b{color:var(--warning)}.reviews-pagination{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:8px;padding:0 14px;color:var(--muted);font-size:12px;font-weight:800}.reviews-pagination div{display:flex;gap:4px}.reviews-pagination a{display:grid;width:22px;height:22px;place-items:center;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:900}.reviews-pagination a[aria-current=page]{border-color:var(--accent);background:var(--accent);color:#fff}.reviews-pagination a.disabled{pointer-events:none;opacity:.35}@media (max-width:720px){.reviews-reference-hero,.reviews-reference-page .reviews-hero-actions,.reviews-reference-page .reviews-hero-actions>a{box-sizing:border-box;width:min(100%,calc(100vw - 28px));max-width:100%;min-width:0}.reviews-reference-hero{flex-direction:column;align-items:stretch;gap:12px}.reviews-reference-page .reviews-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.reviews-batch-button,.reviews-filter-button,.reviews-reference-page .reviews-hero-actions>a{min-height:42px;gap:8px;padding:0 10px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:420px){.reviews-reference-page .reviews-hero-actions{width:min(100%,calc(100vw - 28px));grid-template-columns:minmax(0,1fr)}}.settings-reference-stack-head{grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.settings-reference-stack-head span{color:var(--muted);font-size:13px;font-weight:800}.settings-reference-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.settings-reference-footer a{color:var(--accent);font-weight:900}.settings-reference-page{grid-template-rows:auto minmax(0,1fr);gap:12px;height:calc(100dvh - 28px);max-height:calc(100dvh - 28px);margin:0;padding:0;align-content:stretch}.settings-reference-layout{display:grid;grid-template-columns:minmax(172px,228px) minmax(0,1fr);grid-template-rows:none;grid-gap:14px;gap:14px;height:100%;min-height:0;align-items:stretch;overflow:hidden}.settings-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);grid-gap:16px;gap:16px;align-items:start}.side-create-panel{position:-webkit-sticky;position:sticky;top:20px;align-self:start;padding:18px}.settings-reference-stack{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0;overflow:hidden}.settings-reference-card{overflow:hidden;border:1px solid #c9cbd4;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.05)}.settings-reference-card-title{min-height:50px;border-bottom:1px solid #c9cbd4;padding:12px 24px;background:#fff}.settings-reference-card-title h2{margin:0;color:#050505;font-size:20px;line-height:1.18}.settings-reference-card-body{padding:18px 24px}.settings-reference-form-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));grid-gap:14px;gap:14px}.settings-reference-form-grid label{display:grid;grid-gap:7px;gap:7px;color:#6a6f7d;font-size:13px;font-weight:800}.settings-reference-form-grid input,.settings-reference-form-grid select{width:100%;min-height:44px;border:1px solid #c9cbd4;border-radius:0;padding:0 16px;background:#fff;color:#151923;font-size:16px}.settings-upload-label{margin-top:14px;color:#6a6f7d;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.settings-upload-box{display:grid;grid-template-columns:60px minmax(0,1fr) 108px 128px;grid-gap:14px;gap:14px;align-items:center;margin-top:8px;border:2px dashed #bfc1ca;padding:12px 14px}.settings-upload-preview{display:grid;width:60px;height:60px;place-items:center;border:1px solid #b7c7df;background:#dbe8ff;color:#b7bcc9}.settings-upload-preview img{width:100%;height:100%;object-fit:contain}.settings-upload-box strong{color:#050505;font-size:16px}.settings-upload-box p{margin:4px 0 0;color:#6a6f7d;font-size:13px;line-height:1.42}.settings-file-picker{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--outline-variant);border-radius:6px;padding:7px 10px;background:#fff;color:var(--foreground);font-weight:800;text-decoration:none;cursor:pointer}.settings-file-picker input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.settings-toggle-list{display:grid;padding:8px 24px}.settings-switch-row{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid #e3e5ec}.settings-switch-row:last-child{border-bottom:0}.settings-switch-row strong{display:block;color:#070b16;font-size:16px;line-height:1.22}.settings-switch-row p{margin:3px 0 0;color:#6a6f7d;font-size:13px;line-height:1.38}.settings-switch{position:relative;display:inline-flex;width:58px;height:30px;flex:0 0 auto}.settings-switch input{position:absolute;opacity:0}.settings-switch span{position:absolute;inset:0;border-radius:999px;background:#c9cbd4}.settings-switch span:after{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.2);content:""}.settings-switch input:checked+span{background:#0067d8}.settings-switch input:checked+span:after{transform:translateX(28px)}.settings-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.integration-card{min-height:126px}.integration-card p{margin-top:10px;overflow-wrap:anywhere}.settings-status-grid .integration-card{border:1px solid #d8dbe5;border-radius:6px;background:#fbfcff}.connector-health-card{align-content:start}.connector-health-title{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.connector-health-title .mini-pill{flex:0 0 auto;margin-top:0}.connector-missing-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.connector-missing-list code{border:1px solid var(--warning-border);border-radius:8px;background:var(--warning-soft);color:var(--warning);padding:5px 7px;font-size:12px;overflow-wrap:anywhere}.one-time-secret{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--border);border-radius:8px;padding:12px;background:var(--surface-container-low)}.one-time-secret code{display:block;overflow-wrap:anywhere;border-radius:6px;padding:10px;background:#fff;color:var(--accent-strong);font-size:.82rem}.api-scope-guide{display:grid;min-width:0;grid-gap:6px;gap:6px;margin-bottom:14px;border:1px solid var(--border);border-radius:8px;padding:12px;background:var(--surface-container-low);color:var(--muted);font-size:13px;line-height:1.5}.api-scope-guide strong{color:var(--foreground)}.api-scope-guide p{margin:0;overflow-wrap:anywhere}.api-scope-guide code{color:var(--accent-strong);font-weight:800;overflow-wrap:anywhere}.permission-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.permission-card{border:1px solid var(--border);border-radius:8px;padding:14px;background:var(--surface)}.permission-card strong{display:block;margin-bottom:10px;color:var(--foreground)}.settings-role-block{margin-top:24px;border-top:1px solid #e3e5ec;padding-top:22px}.compliance-batch-select-line{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:6px;padding:8px 10px;background:#fff;color:var(--muted);font-size:12px}.compliance-batch-select-line .bulk-select-control{color:var(--foreground);font-weight:800}.settings-subtitle{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#050505;font-size:18px;font-weight:900}.settings-reference-functional{min-width:0;overflow-wrap:anywhere;border-color:#c9cbd4;border-radius:10px;background:#fff}.settings-reference-functional .panel-heading{border-bottom:1px solid #c9cbd4;padding-bottom:18px}.settings-general-list{display:grid;height:auto;max-height:100%;grid-gap:10px;gap:10px;grid-auto-rows:max-content;padding:6px 0 10px;align-content:start}.settings-general-row{display:grid;min-height:max-content;grid-template-columns:minmax(0,1fr);overflow:hidden}.settings-general-row#basic-info,.settings-general-row#notification-settings,.settings-operations-row{min-height:0}.settings-operations-summary{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);grid-gap:18px;gap:18px;align-items:center}.settings-operations-summary strong{color:#050505;font-size:17px;font-weight:900}.settings-operations-summary p{max-width:680px;margin:6px 0 0;color:#596174;font-size:13px;line-height:1.45}.settings-operations-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.settings-operations-kpi{display:grid;min-height:72px;align-content:center;grid-gap:6px;gap:6px;border:1px solid #d8dbe5;border-radius:7px;padding:12px 14px;background:#fbfcff;color:#596174;font-size:12px;font-weight:800}.settings-operations-kpi b{color:var(--accent);font-size:24px;font-weight:950;line-height:1}.settings-reference-hero{min-height:84px;gap:6px}.settings-reference-hero h1{font-size:32px;line-height:1.12}.settings-reference-hero p{font-size:15px;line-height:1.42}.settings-reference-nav{display:grid;grid-auto-rows:max-content;grid-gap:6px;gap:6px;position:static;height:100%;min-height:0;align-content:start}.settings-reference-nav a{display:grid;grid-template-columns:24px minmax(0,1fr);min-height:58px;align-items:center;grid-gap:10px;gap:10px;padding:8px 12px}.settings-reference-nav a:nth-child(5){margin-top:0;border-top:0;padding-top:8px}.settings-reference-nav a span{display:grid;min-width:0;grid-gap:3px;gap:3px}.settings-reference-nav a small,.settings-reference-nav a strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-reference-nav a strong{color:inherit;font-size:14px;line-height:1.25}.settings-reference-nav a small{color:#596174;font-size:12px;font-weight:700;line-height:1.28}.settings-list-body{min-height:0;gap:8px;margin-top:12px;background:transparent;overflow-y:auto}.settings-list-row{min-height:0;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--border);border-radius:8px;padding:12px 14px;background:var(--surface)}.settings-list-row:last-child{border-bottom:1px solid var(--border)}.settings-list-row strong{color:#050505;font-size:16px;font-weight:900;line-height:1.32}.settings-list-row p{color:#596174;font-size:13px;line-height:1.45}.background-job-cancel-form{max-width:520px;margin-top:10px}.background-job-cancel-form input{min-width:220px}.background-job-cancel-form button{white-space:nowrap}@media (max-width:720px){.permission-matrix,.settings-reference-form-grid,.settings-reference-layout,.settings-status-grid,.settings-two-column,.settings-upload-box{grid-template-columns:minmax(0,1fr)}.settings-reference-nav,.side-create-panel{position:static;top:auto}.settings-list-row,.settings-list-row>*,.settings-reference-card,.settings-reference-functional,.settings-reference-layout,.settings-reference-nav,.settings-reference-page,.settings-reference-stack{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.settings-general-row,.settings-reference-card,.settings-reference-functional{padding-right:12px;padding-left:12px}}.third-party-workbench{display:grid;grid-gap:12px;gap:12px}.third-party-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-width:0}.third-party-page-head h1{margin:0;color:#0f172a;font-size:23px;line-height:1.18}.third-party-page-head p{max-width:720px;margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.45}.third-party-metrics-row{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));grid-gap:10px;gap:10px}.third-party-metric-card{min-height:74px;border:1px solid #d7dee9;border-radius:4px;padding:10px 12px;background:#fff}.third-party-metric-card p,.third-party-metric-card span{display:block;margin:0;color:#6b7280;font-size:12px;line-height:1.45}.third-party-metric-card strong{display:inline-flex;align-items:baseline;min-height:28px;margin-top:3px;color:#0f172a;font-size:22px;line-height:1}.third-party-metric-card strong.blue{color:var(--accent)}.third-party-sync-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:start}.third-party-sync-action{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.third-party-sync-action form{display:inline-flex}.third-party-sync-action .compact-button,.third-party-sync-action a,.third-party-sync-action button{min-height:30px;white-space:nowrap}.third-party-content-grid{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start}.third-party-main-column,.third-party-side-stack{display:grid;min-width:0;grid-gap:12px;gap:12px}.third-party-filter-panel,.third-party-list-panel,.third-party-side-card{border:1px solid #d7dee9;border-radius:4px;background:#fff}.third-party-filter-panel{display:grid;grid-gap:8px}.third-party-filter-form{display:grid;grid-gap:6px 8px;align-items:end}.third-party-filter-form label{display:grid;grid-gap:4px;gap:4px;color:#1f2937;font-size:12px;font-weight:800}.third-party-filter-form input,.third-party-filter-form select,.third-party-plan-form input,.third-party-plan-form select,.third-party-row-action select,.third-party-search-form input{width:100%;min-width:0;min-height:30px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#0f172a;font-size:13px}.third-party-filter-form input,.third-party-filter-form select,.third-party-plan-form input,.third-party-plan-form select,.third-party-row-action select{padding:5px 8px}.third-party-filter-form input:focus,.third-party-filter-form select:focus,.third-party-plan-form input:focus,.third-party-plan-form select:focus,.third-party-row-action select:focus,.third-party-search-form input:focus{border-color:var(--accent);outline:2px solid rgba(0,80,203,.14)}.third-party-price-range{display:grid;grid-template-columns:minmax(82px,1fr) 8px minmax(82px,1fr);align-items:center;grid-gap:6px;gap:6px}.third-party-price-range i{height:1px;background:#94a3b8}.third-party-channel-tabs{display:flex;flex-wrap:wrap;gap:6px;max-height:58px;overflow:hidden auto;padding-right:4px}.third-party-quick-tabs{max-height:none;padding-top:2px}.third-party-channel-tabs a{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:999px;padding:0 9px;background:#fff;color:#475569;font-size:12px;font-weight:800}.third-party-channel-tabs a.active,.third-party-channel-tabs a:hover{border-color:var(--accent);background:var(--accent);color:#fff}.third-party-search-form input{padding:6px 10px 6px 32px;background:linear-gradient(135deg,transparent 42%,#94a3b8 44%,#94a3b8 56%,transparent 58%) 20px 21px /9px 9px no-repeat,radial-gradient(circle at 11px 14px,transparent 0 5px,#94a3b8 5.5px 6.5px,transparent 7px) 0 0 /30px 34px no-repeat,#fff}.third-party-list-panel{--third-party-list-columns:46px minmax(300px,1.18fr) minmax(92px,112px) minmax(360px,0.9fr)}.third-party-list-columns,.third-party-list-row{align-items:center}.third-party-list-columns span,.third-party-row-check{display:grid;place-items:center}.third-party-list-columns strong{font-size:12px;font-weight:900}.third-party-list-row.disabled{background:#f6f8fc;opacity:.68}.third-party-list-columns input[type=checkbox],.third-party-list-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.third-party-row-media{display:flex;min-width:0;align-items:center;gap:12px;padding:10px 14px 10px 0}.third-party-row-media>div{min-width:0}.third-party-media-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:4px;background:#eaf2ff;color:#9ab3d6;font-size:17px;font-weight:900}.third-party-row-media strong{display:block;color:#0f172a;font-size:14px;font-weight:900;line-height:1.35;overflow-wrap:anywhere;white-space:normal}.third-party-row-title{display:grid;min-width:0;grid-template-columns:minmax(0,auto) max-content;align-items:baseline;justify-content:start;grid-gap:8px;gap:8px}.third-party-row-case{overflow:hidden;max-width:132px;color:var(--accent);font-size:11px;font-weight:800;line-height:1.2;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.third-party-row-case:hover{text-decoration:underline}.third-party-row-media p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.45;overflow-wrap:anywhere;white-space:normal}.third-party-row-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.third-party-row-tags span{border-radius:2px;padding:2px 5px;background:#eaf2ff;color:var(--accent);font-size:11px;font-weight:800}.third-party-row-note{margin-top:5px;color:#64748b;font-size:11px;font-weight:700;line-height:1.45;overflow-wrap:anywhere;white-space:normal}.third-party-row-price{display:grid;grid-gap:4px;gap:4px;justify-items:start;padding-right:12px}.third-party-row-price strong{color:var(--accent);font-size:17px;line-height:1}.third-party-row-price span{border-radius:2px;padding:2px 5px;background:#eaf2ff;color:var(--accent);font-size:11px;font-weight:800}.third-party-list-row.disabled .third-party-row-price span,.third-party-list-row.disabled .third-party-row-price strong{color:#64748b}.third-party-row-action{display:grid;grid-template-columns:minmax(180px,1fr) minmax(96px,auto) minmax(104px,auto);grid-gap:7px;gap:7px;align-items:center;padding-right:14px}.third-party-row-action .third-party-risk-confirm{min-width:96px;font-size:12px;white-space:nowrap}.third-party-row-action button{min-width:104px;white-space:nowrap}.third-party-plan-create{padding:12px}.third-party-plan-form{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,.7fr) minmax(140px,.45fr);grid-gap:10px;gap:10px;align-items:end}.third-party-plan-form label{display:grid;grid-gap:5px;gap:5px;color:#1f2937;font-size:12px;font-weight:800}.third-party-plan-form label:nth-of-type(4),.third-party-plan-form label:nth-of-type(5){grid-column:span 2}.third-party-plan-form select[multiple]{min-height:112px}.third-party-plan-form>button{justify-self:end;width:auto;min-width:140px;padding-inline:18px}.third-party-plan-list-head{--list-columns:var(--third-party-list-columns);display:grid;grid-template-columns:var(--third-party-list-columns);min-height:36px;align-items:center;grid-gap:12px;gap:12px;padding:0 14px}.third-party-plan-list-head strong{color:#64748b;font-size:12px;font-weight:900;white-space:nowrap}.third-party-plan-list-row{align-items:center}.third-party-plan-tags{margin-top:0}.third-party-plan-actions{display:flex;flex-wrap:wrap;gap:7px;align-items:center;padding-right:12px}.third-party-plan-actions form{display:inline-flex;flex-wrap:wrap;gap:7px;align-items:center}.third-party-plan-actions .inline-confirm-form{min-width:104px;font-size:12px;white-space:nowrap}.third-party-plan-note{margin:12px 0 0;color:#64748b;font-size:12px;line-height:1.55}.third-party-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e2e8f0}.third-party-pagination>span{color:#64748b;font-size:12px;font-weight:700}.third-party-pagination div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.third-party-pagination a{display:inline-flex;min-width:28px;min-height:26px;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:4px;padding:0 10px;background:#fff;color:#334155;font-size:12px;font-weight:800}.third-party-pagination a[aria-current=page]{border-color:var(--accent);background:var(--accent);color:#fff}.third-party-pagination a.disabled{pointer-events:none;opacity:.45}.third-party-list-row input:disabled,.third-party-row-action button:disabled,.third-party-row-action select:disabled{cursor:not-allowed;opacity:.55}.third-party-side-stack{position:-webkit-sticky;position:sticky;top:18px}.third-party-side-card{padding:14px 16px}.third-party-side-card>strong,.third-party-side-title strong{color:#0f172a;font-size:16px}.third-party-side-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.third-party-side-title a{color:var(--accent);font-size:12px;font-weight:800}.third-party-timeline{display:grid;grid-gap:0;gap:0;margin-top:12px}.third-party-timeline article{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;padding-bottom:12px}.third-party-timeline article:before{position:absolute;left:7px;top:16px;bottom:0;width:1px;background:#d7dee9;content:""}.third-party-timeline article:last-child{padding-bottom:0}.third-party-timeline article:last-child:before{display:none}.third-party-timeline article>span{position:relative;z-index:1;width:16px;height:16px;margin-top:1px;border:3px solid #dbeafe;border-radius:50%;background:#94a3b8}.third-party-timeline article.success>span{background:var(--accent)}.third-party-timeline article.pending>span{background:#64748b}.third-party-timeline article.danger>span{border-color:#fee2e2;background:#ef4444}.third-party-timeline small{display:block;margin-bottom:4px;color:#64748b;font-size:12px}.third-party-timeline p,.third-party-timeline strong{display:block;margin:0;line-height:1.5}.third-party-timeline strong{color:#0f172a;font-size:13px}.third-party-timeline p{color:#64748b;font-size:12px}.third-party-overview-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#475569;font-size:13px}.third-party-overview-line b{color:#0f172a}.third-party-progress{height:6px;margin-top:10px;overflow:hidden;border-radius:999px;background:#eaf2ff}.third-party-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.third-party-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.third-party-overview-grid div{display:grid;grid-gap:4px;gap:4px}.third-party-overview-grid span{color:#64748b;font-size:12px}.third-party-overview-grid b{color:var(--accent);font-size:18px}@media (max-width:1320px){.third-party-metrics-row{grid-template-columns:repeat(3,minmax(150px,1fr))}.third-party-content-grid{grid-template-columns:minmax(0,1fr)}.third-party-side-stack{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.third-party-filter-form{grid-template-columns:repeat(3,minmax(150px,1fr)) auto auto}.third-party-filter-form label:nth-of-type(4){grid-column:span 2}}@media (max-width:980px){.third-party-page-head{align-items:flex-start;flex-direction:column}.third-party-metrics-row,.third-party-side-stack{grid-template-columns:1fr}.third-party-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.third-party-filter-form label:nth-of-type(4){grid-column:auto}.third-party-list-head{display:none}.third-party-list-row{grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:14px}.third-party-row-check{padding-top:8px}.third-party-row-media{padding:0}.third-party-row-action,.third-party-row-price{grid-column:2;padding:0}.third-party-row-price{display:flex;align-items:center;gap:8px}.third-party-row-action{grid-template-columns:minmax(0,1fr) auto auto}}@media (max-width:620px){.third-party-page-head h1{font-size:22px}.third-party-filter-form a,.third-party-filter-form button{width:100%}.third-party-filter-form,.third-party-overview-grid,.third-party-row-action{grid-template-columns:1fr}.third-party-pagination,.third-party-pagination div{align-items:stretch;flex-direction:column}.third-party-filter-panel{padding:14px}.third-party-row-media{align-items:flex-start}.third-party-row-media p,.third-party-row-media strong,.third-party-row-note{white-space:normal}.third-party-row-title{grid-template-columns:minmax(0,1fr);gap:4px}.third-party-row-case{max-width:100%}.third-party-row-action button{width:100%}}.third-party-media-page{font-size:14px}.third-party-media-icon{width:34px;height:34px}.third-party-list-columns,.third-party-list-row{padding:9px 12px}@media (max-width:860px){.third-party-content-grid{grid-template-columns:1fr}}.third-party-workbench{min-height:auto}.third-party-content-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-template-columns:minmax(0,1fr) minmax(260px,340px)}.third-party-workbench{max-width:none;min-height:0;height:calc(100dvh - 28px);max-height:calc(100dvh - 28px);margin:0;padding:0;background:transparent;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.third-party-page-head{min-height:auto}.third-party-list-columns,.third-party-list-row{min-height:auto;padding:10px 14px}.third-party-content-grid{grid-template-rows:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);height:100%;min-height:0;grid-gap:12px;gap:12px;align-items:stretch;overflow:hidden}.third-party-main-column{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;grid-gap:12px;gap:12px;overflow:hidden}.third-party-filter-panel{gap:8px;padding:9px 10px}.third-party-filter-form{grid-template-columns:minmax(112px,140px) minmax(176px,220px) minmax(104px,132px) minmax(130px,1fr) auto auto;gap:6px 8px}.third-party-model-tabs,.third-party-quick-tabs{max-height:58px;overflow:hidden auto}.third-party-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px}.third-party-list-toolbar{display:flex;gap:8px;min-height:36px;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e5ef;padding:4px 8px;background:#fff}.third-party-batch-form{display:flex;min-width:0;flex:1 1 auto;flex-wrap:nowrap;gap:6px;min-height:32px;align-items:center}.third-party-batch-form select{width:min(270px,28vw);flex:0 1 270px}.third-party-batch-form .compact-button,.third-party-batch-form .inline-confirm-form,.third-party-selected-link{flex:0 0 auto;white-space:nowrap}.third-party-selected-link{margin-left:6px}.third-party-list-head{--list-columns:minmax(0,1fr);position:-webkit-sticky;position:sticky;top:0;z-index:2;gap:0;align-items:stretch;min-height:70px;padding:0}.third-party-list-columns{display:grid;grid-template-columns:var(--third-party-list-columns);min-height:34px;align-items:center;padding:8px 14px}.third-party-list-panel{--third-party-list-columns:42px minmax(280px,1.18fr) minmax(82px,104px) minmax(330px,0.88fr);--list-columns:var(--third-party-list-columns)}.third-party-plan-list-panel{--third-party-list-columns:minmax(260px,1.1fr) minmax(160px,0.7fr) minmax(132px,0.5fr) minmax(148px,0.55fr) minmax(260px,0.95fr);--list-columns:var(--third-party-list-columns)}.third-party-list-body{padding-bottom:18px;scroll-padding-bottom:18px}.third-party-row-action{grid-template-columns:minmax(170px,1fr) minmax(92px,auto) minmax(100px,auto);gap:6px;padding-right:10px;max-width:100%}.third-party-row-action select{min-width:0}.third-party-row-action .compact-button{max-width:100%}.third-party-side-stack{display:grid;grid-template-rows:minmax(0,1fr) minmax(150px,auto);align-content:stretch;height:100%;min-height:0}.third-party-side-stack .third-party-side-card{min-height:0}.third-party-side-stack .third-party-side-card:first-child{display:grid;grid-template-rows:auto minmax(0,1fr)}.third-party-side-stack .third-party-timeline{min-height:0}@media (max-width:1320px){.third-party-content-grid{grid-template-columns:minmax(0,1fr)}.third-party-side-stack{display:none}}.users-page-hero{display:flex;align-items:center;justify-content:space-between;gap:14px}.users-page-hero h1{margin:0;color:#050505;font-size:32px;font-weight:950;line-height:1.12}.users-page-hero p{margin:4px 0 0;color:#202636;font-size:15px;line-height:1.45}.users-hero-actions{display:flex;gap:10px}.users-account-row details button,.users-hero-actions a,.users-hero-actions button,.users-invite-form button,.users-own-password button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:10px;border:1px solid #bfc5d6;border-radius:5px;padding:0 14px;background:#fff;color:#202636;font-size:14px;font-weight:850;text-decoration:none;cursor:pointer}.users-hero-actions a,.users-invite-form button{border-color:#075dcc;background:#075dcc;color:#fff;box-shadow:0 8px 16px rgba(7,93,204,.18)}.users-command-grid{display:grid;grid-template-columns:minmax(420px,1.18fr) minmax(280px,.72fr) minmax(320px,.86fr);grid-gap:12px;gap:12px;width:100%;min-height:0;max-height:176px;align-items:stretch;overflow:hidden;overscroll-behavior:contain}.users-audit-card,.users-invite-card,.users-status-card{overflow:hidden;border:1px solid #c5c9d8;border-radius:8px;background:#fff}.users-status-card header{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #c5c9d8;padding:0 18px;background:#f6f6f9}.users-audit-card h2,.users-invite-card h2,.users-status-card h2{display:flex;align-items:center;gap:12px;margin:0;color:#050505;font-size:18px;font-weight:900}.users-status-card header span{border-radius:999px;padding:8px 14px;background:#dce9ff;color:#075dcc;font-size:13px;font-weight:900}.users-account-row{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto 24px;grid-gap:12px;gap:12px;align-items:center;min-height:66px;border-bottom:1px solid #c5c9d8;padding:10px 16px}.users-account-row:last-child{border-bottom:0}.users-account-row>span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#e9ecf2;color:#075dcc;font-size:17px;font-weight:900}.users-account-row strong{display:block;overflow:hidden;color:#050505;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.users-account-row p{margin:2px 0 0;color:#202636;font-size:14px}.users-account-row em{border-radius:3px;padding:7px 11px;background:#eef1f4;color:#202636;font-size:13px;font-style:normal;font-weight:850}.users-account-row em.online{background:#effcf4;color:#09903f}.users-account-row em.online:before{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:999px;background:currentColor;content:""}.users-account-row details{position:relative}.users-account-row summary{display:grid;width:28px;height:28px;place-items:center;color:#596174;cursor:pointer;list-style:none}.users-account-row summary::-webkit-details-marker,.users-own-password summary::-webkit-details-marker{display:none}.users-account-row details[open]{position:static}.users-account-row details[open]:before{position:fixed;inset:0;z-index:9;background:rgba(17,24,39,.12);content:""}.users-account-row details form{position:absolute;right:18px;z-index:10;display:grid;width:min(320px,calc(100vw - 40px));grid-gap:12px;gap:12px;border:1px solid #c5c9d8;border-radius:8px;padding:16px;background:#fff;box-shadow:0 18px 42px rgba(16,24,40,.18)}.users-account-row details form+form{margin-top:218px}.users-account-row details label,.users-invite-form label,.users-own-password label{display:grid;grid-gap:8px;gap:8px;color:#202636;font-size:13px;font-weight:800}.users-account-row details input,.users-account-row details select,.users-invite-form input,.users-invite-form select,.users-own-password input{min-height:48px;border:1px solid #c5c9d8;border-radius:5px;padding:0 16px;background:#fff;color:#202636;font-size:15px}.users-checkline{display:flex;grid-template-columns:none;flex-direction:row;align-items:center}.users-checkline input{min-height:0}.users-privilege-card{position:relative;min-height:0;border-radius:8px;padding:14px 16px;overflow:hidden;background:linear-gradient(155deg,#2575db,#075dcc 52%,#0051bf);color:#fff}.users-privilege-card>span{display:inline-flex;border-radius:999px;padding:6px 12px;background:rgba(255,255,255,.22);color:#fff;font-size:12px;font-weight:900;letter-spacing:.14em}.users-privilege-card>svg{position:absolute;top:24px;right:24px;width:24px;height:24px;color:rgba(255,255,255,.4)}.users-privilege-card h2{margin:7px 0 0;color:#fff;font-size:16px;line-height:1.15}.users-privilege-card p{margin:4px 0 0;color:#e8f1ff;font-size:13px;line-height:1.25}.users-privilege-card small{display:block;margin-top:4px;color:rgba(255,255,255,.65);font-size:11px}.users-privilege-card strong{display:block;margin-top:2px;color:#fff;font-size:13px;line-height:1.2}.users-privilege-card b{display:none}.users-invite-card{min-height:0;max-height:100%;padding:14px 16px;overflow:auto}.users-invite-card h2{margin-bottom:16px}.users-invite-form{display:grid;grid-gap:22px;gap:22px}.users-invite-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.users-invite-form button{width:100%;min-height:56px;margin-top:4px;background:#fff;color:#075dcc;box-shadow:none}.users-own-password{margin-top:18px;border-top:1px dashed #c5c9d8;padding-top:16px}.users-own-password summary{display:inline-flex;align-items:center;gap:8px;color:#075dcc;font-weight:850;cursor:pointer;list-style:none}.users-own-password form{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.users-audit-card{min-width:0}.users-audit-footer nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px}.users-audit-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:28px;padding-block:2px}.users-audit-footer>span{font-size:12px}.users-audit-footer a,.users-audit-footer nav span{display:inline-grid;min-width:22px;min-height:22px;place-items:center;border:1px solid #c7cedd;border-radius:4px;padding:0 6px;background:#fff;color:#263248;font-size:11px;font-weight:800;text-decoration:none}.users-audit-footer a[aria-current=page]{border-color:#075dcc;background:#075dcc;color:#fff}.users-invite-card:not(:target):not(:focus-within) .users-invite-form,.users-invite-card:not(:target):not(:focus-within) .users-own-password{display:none}.users-account-row details:not([open])>:not(summary),.users-own-password:not([open])>:not(summary){display:none}.users-invite-card:not(:target):not(:focus-within){display:grid;grid-template-rows:auto auto;align-content:start;align-items:start}.users-invite-card:not(:target):not(:focus-within):after{content:"表单已折叠；从页头进入添加，账号创建、改密和权限调整都会写入审计日志。";align-self:start;margin-top:6px;border:1px dashed #c5c9d8;border-radius:6px;padding:10px 12px;background:#f8fbff;color:#596174;font-size:13px;font-weight:700;line-height:1.45}.users-reference-page{grid-template-rows:auto minmax(160px,176px) minmax(0,1fr);align-content:stretch;gap:8px;height:calc(100dvh - 28px);max-height:calc(100dvh - 28px);min-height:0;padding:16px 30px 0}.users-reference-page .users-audit-card{--users-audit-row-min-height:50px;--list-columns:minmax(132px,0.68fr) minmax(118px,0.58fr) minmax(104px,0.46fr) minmax(330px,1.5fr) minmax(112px,0.54fr) minmax(150px,0.7fr) 40px;min-height:268px}.users-audit-head{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;min-height:64px;border-bottom:1px solid #c5c9d8;padding-inline:20px;background:#f6f6f9}.users-audit-head p{margin:0 0 0 36px;color:#596174;font-size:13px}.users-audit-titlebar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:16px}.users-audit-list-head{display:grid;grid-template-columns:var(--list-columns);grid-gap:12px;gap:12px;align-items:center;width:100%;min-width:0;padding-top:4px;border-top:1px solid #d8deea}.users-audit-list-head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-audit-tools a,.users-audit-tools button,.users-audit-tools select,.users-audit-tools span{display:inline-flex;min-height:28px;align-items:center;justify-content:center;border:1px solid #c5c9d8;border-right:0;padding:0 12px;background:#fff;color:#202636;font-size:14px;font-weight:800;text-decoration:none}.users-audit-tools select{border-color:#075dcc;background:#075dcc;color:#fff}.users-audit-tools a:last-child,.users-audit-tools button{border-right:1px solid #c5c9d8}.users-audit-list-head,.users-audit-row{align-items:start;gap:12px}.users-audit-list{min-height:0;overflow-y:auto}.users-audit-row{min-height:var(--users-audit-row-min-height);height:var(--users-audit-row-min-height);align-content:center;padding-block:8px}.users-audit-row em,.users-audit-row strong,.users-audit-row>span{min-width:0;max-width:100%;overflow-wrap:anywhere}.users-audit-row em,.users-audit-row strong{display:block}.users-audit-row strong{color:#075dcc;font-size:15px}.users-audit-row em{color:#6b7280;font-style:italic;line-height:1.28}.users-action-badge{display:inline-flex;max-width:100%;border-radius:3px;padding:4px 8px;font-size:12px;font-weight:900;overflow-wrap:anywhere;white-space:normal}.users-action-badge.blue{background:#dbeafe;color:#075dcc}.users-action-badge.orange{background:#fff0ce;color:#b65318}.users-action-badge.danger{background:#ffe4e6;color:#c1121f}.users-action-badge.green{background:#dcfce7;color:#047857}.users-action-badge.purple{background:#f3e8ff;color:#6d28d9}.users-log-status{display:block;width:13px;height:13px;border:2px solid;border-radius:999px}.users-log-status.ok{color:#16a34a}.users-log-status.warn{color:#f59e0b}.users-log-status.danger{color:#c1121f}.users-security-footer{display:none}.users-empty{margin:0;padding:24px;color:#596174}@media (min-width:721px){.users-reference-page .users-command-grid{max-height:176px;align-items:stretch;overflow:hidden}}@media (max-width:720px){.users-audit-card,.users-audit-footer,.users-audit-head,.users-audit-list,.users-audit-row,.users-command-grid,.users-security-footer{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.users-audit-row,.users-audit-row>span,.users-command-grid{grid-template-columns:minmax(0,1fr)}.users-command-grid{max-height:none;overflow-y:visible}.users-audit-row>span{display:grid;grid-gap:4px;gap:4px;min-width:0;overflow-wrap:anywhere}.users-audit-row>span:before{display:block}}.dashboard-fixed-list-page{gap:12px}.page-shell:has(.dashboard-fixed-list-page),body:has(.dashboard-fixed-list-page){height:auto;min-height:100dvh;overflow:auto}.app-frame:not([data-hide-sidebar=true]):has(.dashboard-fixed-list-page),.app-frame:not([data-hide-sidebar=true]):has(.dashboard-fixed-list-page) .main-column,.main-column:has(.dashboard-fixed-list-page) .content-area{height:auto;min-height:100dvh;overflow:visible}.app-frame:not([data-hide-sidebar=true]):has(.dashboard-fixed-list-page) .sidebar{height:100dvh}.main-column:has(.dashboard-fixed-list-page) .content-area{background:#f6f8fb;padding:18px 22px}.dashboard-list-page.dashboard-fixed-list-page{grid-template-rows:none;height:auto;min-height:0;align-content:start;overflow:visible}.dashboard-list-page :where(.dashboard-list-panel,.unified-list-panel){--dashboard-list-panel-rows:auto auto auto;align-content:start}.dashboard-list-page :where(.reference-page-head,.customers-topbar,.knowledge-commandbar,.prompt-management-head,.articles-flow-hero,.reviews-reference-hero,.third-party-page-head,.users-page-hero){box-sizing:border-box;width:100%;min-height:74px;margin:0;border:1px solid #d8dee8;border-radius:8px;padding:14px 16px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.03)}.dashboard-list-page :where(.reference-page-head,.customers-topbar,.knowledge-commandbar,.prompt-management-head,.articles-flow-hero,.reviews-reference-hero,.third-party-page-head,.users-page-hero) :where(h1,h2){margin:0;color:#111827;font-size:22px;font-weight:950;line-height:1.16;letter-spacing:0}.dashboard-list-page :where(.reference-page-head,.customers-topbar,.knowledge-commandbar,.prompt-management-head,.articles-flow-hero,.reviews-reference-hero,.third-party-page-head,.users-page-hero) :where(p){max-width:860px;margin:5px 0 0;color:#667085;font-size:13px;line-height:1.45}.dashboard-list-page :where(.reference-head-actions,.knowledge-command-actions,.prompt-head-actions,.articles-flow-actions,.reviews-hero-actions,.users-hero-actions){display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:8px}.dashboard-list-page :where(.reference-primary-action,.reference-secondary-action,.knowledge-primary-action,.knowledge-secondary-action,.new-template-button,.reverse-template-button,.articles-flow-actions>a,.articles-flow-actions>button,.reviews-filter-button,.reviews-batch-button,.users-hero-actions a,.customers-top-create,.button-primary,.button-secondary,.compact-button){min-height:34px;border-radius:6px;padding-inline:12px;font-size:13px;font-weight:900;white-space:nowrap}.dashboard-list-page :where(.reference-list-toolbar,.customers-filterbar,.knowledge-filter-panel,.prompt-filter-grid,.media-filter-panel,.third-party-filter-panel){box-sizing:border-box;width:100%;max-width:100%;min-height:52px;border:1px solid #d8dee8;border-radius:8px;padding:9px 12px;overflow:visible;background:#fff;box-shadow:none}.dashboard-list-page :where(.reference-filter-form,.customers-filter-form,.knowledge-filter-panel,.prompt-filter-grid,.media-filter-panel,.third-party-filter-form,.third-party-search-form){align-items:end;gap:8px}.dashboard-list-page :where(.users-audit-tools){display:flex;flex-wrap:nowrap;gap:0;align-items:center}.dashboard-list-page :where(.users-audit-tools select,.users-audit-tools span,.users-audit-tools button,.users-audit-tools a){min-height:34px;border:1px solid #cbd5e1;border-radius:0;padding:0 10px;background:#fff;color:#344054;font-size:13px;font-weight:900;white-space:nowrap}.dashboard-list-page :where(.users-audit-tools select){min-width:150px;border-radius:6px 0 0 6px}.dashboard-list-page :where(.users-audit-tools button){border-radius:0 6px 6px 0}.dashboard-list-page :where(.reference-filter-form,.customers-filter-form){display:grid;grid-template-columns:minmax(260px,360px) repeat(2,minmax(150px,190px)) minmax(92px,110px);width:100%}.dashboard-list-page :where(.keywords-toolbar .reference-filter-form,.conversion-targets-toolbar .reference-filter-form){grid-template-columns:minmax(260px,360px) repeat(2,minmax(150px,190px)) minmax(92px,110px)}.dashboard-list-page :where(.knowledge-filter-panel){grid-template-columns:minmax(160px,210px) minmax(140px,170px) minmax(128px,150px) repeat(3,minmax(132px,150px)) minmax(92px,110px)}.dashboard-list-page :where(.prompt-filter-grid){grid-template-columns:minmax(260px,340px) repeat(3,minmax(140px,168px)) minmax(82px,auto) minmax(220px,1fr)}.dashboard-list-page :where(.media-filter-panel){grid-template-columns:max-content repeat(4,minmax(136px,1fr)) minmax(118px,auto) max-content}.dashboard-list-page :where(.third-party-filter-form,.publish-records-filter-form){grid-template-columns:repeat(5,minmax(120px,1fr)) minmax(76px,auto) minmax(76px,auto)}.dashboard-list-page :where(.reference-filter-form label,.customers-filterbar label,.knowledge-filter-panel label,.prompt-filter-card,.media-select-shell,.third-party-filter-form label,.third-party-search-form){min-width:0}.dashboard-list-page :where(.reference-filter-form input,.reference-filter-form select,.customers-filterbar input,.customers-filterbar select,.knowledge-filter-panel input,.knowledge-filter-panel select,.prompt-filter-card input,.prompt-filter-card select,.media-select-shell input,.media-select-shell select,.third-party-filter-form input,.third-party-filter-form select,.third-party-search-form input){width:100%;min-width:0;min-height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;background:#fff;color:#111827;font-size:13px;font-weight:750}.dashboard-list-page :where(.reference-filter-form button,.customers-filterbar button,.knowledge-filter-panel button,.prompt-filter-card button,.prompt-filter-submit,.media-search-button,.third-party-filter-form button,.third-party-filter-form a,.third-party-search-form button){display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px;background:#fff;color:#344054;font-size:13px;font-weight:900;white-space:nowrap}.dashboard-list-page :where(.reference-filter-form button,.customers-filterbar button,.knowledge-filter-panel button,.media-search-button){border-color:#075dcc;background:#075dcc;color:#fff}.dashboard-list-page :where(.customers-filter-summary,.conversion-toolbar-note){color:#667085;font-size:12px;font-weight:850;white-space:nowrap}.dashboard-list-page :where(.dashboard-list-panel,.reference-asset-card,.third-party-list-panel,.publish-records-list-panel,.reviews-list-card){border:1px solid #d8dee8;border-radius:8px;background:#fff}.dashboard-list-page :where(.dashboard-list-head,.unified-list-head,.reference-asset-head){min-height:38px;border-bottom:1px solid #e5e7eb;padding-block:8px;color:#667085;font-size:12px;font-weight:900}.dashboard-list-page :where(.dashboard-list-row,.unified-list-row,.reference-asset-row){border-bottom:1px solid #eef2f6}.dashboard-list-page :where(.dashboard-list-footer){min-height:38px;border-top:1px solid #e5e7eb;padding:6px 12px}.dashboard-list-page :where(.customers-stat-grid,.articles-stat-grid,.reviews-metric-grid,.third-party-metrics-row){gap:8px}.dashboard-list-page :where(.customers-stat-grid article,.articles-stat-card,.reviews-metric-card,.third-party-metric-card){min-height:68px;border:1px solid #d8dee8;border-radius:8px;background:#fff}.prompt-page-header{display:none}.prompt-filter-card,.prompt-status-card{min-height:0;border:0;border-radius:0;padding:0;background:transparent}.prompt-filter-submit{align-self:end;border-color:#075dcc;background:#075dcc;color:#fff}.prompt-filter-card :where(label){margin:0 0 4px;font-size:12px}.prompt-status-card{display:grid;align-content:center;grid-gap:2px;gap:2px;border-left:1px solid #e5e7eb;padding-left:12px}.prompt-status-card strong{margin:0;font-size:16px}.prompt-status-card div{justify-content:flex-start;margin:0}.prompt-status-card b{min-height:20px;border-radius:999px;padding:0 8px;font-size:11px}.dashboard-list-page.customers-reference-page{grid-template-rows:auto auto auto minmax(0,1fr)}.dashboard-list-page.customers-reference-page .customers-topbar{grid-template-columns:minmax(260px,.9fr) minmax(340px,1.2fr) auto;gap:16px}.dashboard-list-page.customers-reference-page .customers-topbar p{color:#111827;font-size:22px;font-weight:950;line-height:1.16}.dashboard-list-page.customers-reference-page .customers-topbar nav a{min-height:42px;font-size:14px}.dashboard-list-page.customers-reference-page .customers-list-head,.dashboard-list-page.customers-reference-page .customers-row{grid-template-columns:48px minmax(250px,1.22fr) minmax(120px,.5fr) minmax(120px,.5fr) minmax(180px,.76fr) minmax(130px,.5fr) minmax(104px,.4fr);gap:14px}.dashboard-list-page.customers-reference-page .customers-row{min-height:92px;padding-block:10px}.dashboard-list-page.customers-reference-page .customers-name-cell{gap:4px}.dashboard-list-page.customers-reference-page .customers-name-cell strong{font-size:15px}.dashboard-list-page.customers-reference-page .customers-name-cell b,.dashboard-list-page.customers-reference-page .customers-row time{font-size:13px}.dashboard-list-page.customers-reference-page .customers-actions-cell{gap:8px}.dashboard-list-page.customers-reference-page .customers-operations-summary-row{grid-template-columns:minmax(260px,.9fr) minmax(360px,1.1fr) minmax(280px,.9fr);min-height:156px}.dashboard-list-page.customers-reference-page .customers-operations-actions,.dashboard-list-page.customers-reference-page .customers-operations-grid,.dashboard-list-page.customers-reference-page .customers-operations-lead{min-height:132px}.dashboard-list-page.customers-reference-page .customers-operations-lead strong{font-size:26px}.dashboard-list-page.customers-reference-page .customers-operations-grid b{font-size:18px}.dashboard-list-page.prompt-reference-page{grid-template-rows:auto auto minmax(0,auto) auto}.dashboard-list-page.prompt-reference-page .prompt-list-panel{height:auto}.dashboard-list-page.prompt-reference-page .prompt-asset-summary{min-height:88px;align-self:start}.dashboard-list-page.articles-flow-page{grid-template-rows:none;height:auto;max-height:none;align-items:start;overflow:visible}.dashboard-list-page.articles-flow-page .articles-flow-main{grid-template-rows:auto auto auto;height:auto;padding-top:0}.dashboard-list-page.articles-flow-page .articles-flow-list-panel{align-self:start;height:auto}.dashboard-list-page.articles-flow-page .articles-flow-list{align-content:start}.dashboard-list-page.articles-flow-page .articles-flow-aside{grid-template-rows:none;height:auto;align-content:start}.dashboard-list-page.users-reference-page{grid-template-rows:auto auto auto;height:auto;max-height:none;align-content:start}.dashboard-list-page.users-reference-page .users-command-grid{max-height:176px}.dashboard-list-page.users-reference-page .users-audit-card{min-height:0}.articles-flow-actions .articles-flow-search{min-width:260px;border:1px solid #cbd5e1;background:#fff}.articles-flow-actions .articles-flow-search input{width:100%}.media-filter-title{font-size:13px}.media-filter-panel .media-select-shell:nth-of-type(4){grid-column:auto}.knowledge-filter-panel button svg{position:static;color:currentColor;pointer-events:auto}.customers-filterbar label>svg:last-child,.knowledge-filter-panel label>span svg,.reference-filter-form label svg{position:absolute}@media (max-width:1440px){.dashboard-list-page :where(.reference-filter-form,.customers-filter-form,.keywords-toolbar .reference-filter-form,.conversion-targets-toolbar .reference-filter-form){grid-template-columns:minmax(220px,1fr) repeat(2,minmax(132px,170px)) minmax(92px,110px)}.dashboard-list-page :where(.knowledge-filter-panel,.third-party-filter-form,.publish-records-filter-form){grid-template-columns:repeat(3,minmax(150px,1fr)) auto auto}.dashboard-list-page :where(.media-filter-panel,.prompt-filter-grid){grid-template-columns:repeat(3,minmax(150px,1fr)) auto}}.dashboard-list-page.dashboard-list-page :is(.reference-filter-form input,.reference-filter-form select,.customers-filterbar input,.customers-filterbar select,.knowledge-filter-panel input,.knowledge-filter-panel select,.prompt-filter-card input,.prompt-filter-card select,.media-select-shell input,.media-select-shell select,.third-party-filter-form input,.third-party-filter-form select,.third-party-search-form input,.users-audit-tools select){min-height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;background:#fff;color:#111827;font-size:13px;font-weight:750}.dashboard-list-page.dashboard-list-page :is(.reference-filter-form button,.customers-filterbar button,.knowledge-filter-panel button,.prompt-filter-submit,.media-search-button,.third-party-filter-form button,.third-party-filter-form a,.third-party-search-form button,.users-audit-tools button,.users-audit-tools a,.users-audit-tools span){min-height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px;background:#fff;color:#344054;font-size:13px;font-weight:900;white-space:nowrap}.dashboard-list-page.dashboard-list-page :is(.reference-filter-form button,.customers-filterbar button,.knowledge-filter-panel button,.media-search-button,.prompt-filter-submit){border-color:#075dcc;background:#075dcc;color:#fff}.dashboard-list-page.dashboard-list-page .users-audit-tools select{min-width:150px;border-radius:6px 0 0 6px}.dashboard-list-page.dashboard-list-page .users-audit-tools button{border-radius:0 6px 6px 0}@media (max-width:980px){.main-column:has(.dashboard-fixed-list-page) .content-area{padding:14px}.dashboard-list-page :where(.reference-page-head,.customers-topbar,.knowledge-commandbar,.prompt-management-head,.articles-flow-hero,.reviews-reference-hero,.third-party-page-head,.users-page-hero){grid-template-columns:minmax(0,1fr);align-items:start}.dashboard-list-page :where(.reference-filter-form,.customers-filter-form,.knowledge-filter-panel,.prompt-filter-grid,.media-filter-panel,.third-party-filter-form,.publish-records-filter-form){grid-template-columns:minmax(0,1fr)}}