:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px}#root{min-height:100vh}a{color:inherit;text-decoration:none}.screen-state,.screen-error,.screen-success{padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.screen-error{border-color:#fecaca;color:#991b1b;background:#fff1f2}.screen-success{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,450px) 1fr;background:#fff}.login-panel{padding:28px 24px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:14px;justify-content:center}.login-panel h1{margin:0;font-size:42px;line-height:1.15;letter-spacing:-.02em}.login-brand{display:flex;align-items:center;gap:10px;font-weight:700}.login-brand-badge{width:28px;height:28px;border-radius:8px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center}.login-panel p{margin:0;color:#64748b;font-size:14px;line-height:1.35;max-width:420px}.login-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;padding:10px 12px;border-radius:10px}.login-form{display:grid;gap:10px}.login-form label{display:grid;gap:6px;font-size:14px;font-weight:600;position:relative}.login-form input{border:1px solid #cbd5e1;padding:10px 12px;border-radius:8px;font-size:14px}.login-form .input-error{border-color:#ef4444;background:#fff1f2}.login-form button{margin-top:8px;border:0;background:#2563eb;color:#fff;border-radius:8px;padding:10px 14px;font-weight:600}.login-form button[disabled]{opacity:.6}.field-extra{position:absolute;right:0;top:0;font-size:12px;color:#94a3b8;font-weight:500}.login-visual{background:linear-gradient(135deg,#0f1f4d,#102357)}.shell{display:grid;grid-template-columns:256px 1fr;min-height:100vh}.shell-sidebar{border-right:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;position:sticky;top:0;align-self:start;height:100vh}.shell-brand{height:64px;padding:0 24px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}.shell-brand-logo{width:32px;height:32px;border-radius:12px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.shell-brand-text{font-weight:700;font-size:18px;letter-spacing:-.02em;color:#0f172a}.shell-nav,.shell-nav-bottom{display:grid;gap:2px;padding:16px}.shell-nav-bottom{border-top:1px solid #f1f5f9;margin-top:0}.shell-nav a,.shell-nav-bottom a{padding:10px 12px;border-radius:12px;color:#475569;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:space-between;transition:background-color .15s ease,color .15s ease;min-height:44px}.shell-nav-label{display:inline-flex;align-items:center;gap:12px;min-width:0}.shell-nav a.active,.shell-nav-bottom a.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.nav-badge{min-width:18px;height:18px;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;padding:0 6px}.disabled-link{color:#94a3b8!important}.shell-nav a:hover,.shell-nav-bottom a:hover{background:#f8fafc;color:#334155}.sidebar-user{margin-top:auto;border-top:1px solid #f1f5f9;margin-left:16px;margin-right:16px;padding:12px 12px 0;display:flex;align-items:center;gap:12px;cursor:pointer}.user-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}.user-email{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{display:none}.shell-main{background:#f8fafc;min-width:0}.page-header h1{margin:0;font-size:24px;font-weight:700}.page-header p{margin:4px 0 0;color:#64748b;font-size:14px}.header-actions{display:flex;align-items:center;gap:10px}.search-input{border:1px solid #cbd5e1;border-radius:6px;padding:9px 11px;width:240px;background:#f8fafc}.header-primary-btn,.settings-top-actions button,.settings-actions-panel button,.create-form button{border:1px solid #1d4ed8;border-radius:6px;background:#2563eb;color:#fff;padding:9px 14px;font-size:13px;font-weight:600}.btn-secondary{border:1px solid #cbd5e1!important;background:#fff!important;color:#475569!important}.accounts-page{display:grid;gap:16px;padding:24px 26px}.accounts-header{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.accounts-header .page-header p{font-size:13px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0f172a14}.kpi-card:hover{box-shadow:0 4px 12px #0f172a1f}.kpi-label{color:#94a3b8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.kpi-value{font-size:27px;line-height:1.1;font-weight:700}.kpi-note{margin-top:6px;font-size:12px;color:#64748b}.legend-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.legend-title{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:700;margin-right:4px}.legend-chip{font-size:11px;font-weight:600;padding:4px 9px;border-radius:6px;border:1px solid #e2e8f0}.legend-chip-green{color:#15803d;background:#dcfce7;border-color:#86efac}.legend-chip-amber{color:#b45309;background:#fffbeb;border-style:dashed;border-color:#fcd34d}.legend-chip-red{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.legend-chip-gray{color:#64748b;background:#f8fafc;border-style:dashed}.create-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.create-box.elevated{box-shadow:0 8px 22px #0f172a14}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a8c;display:grid;place-items:center;padding:18px}.modal-card{width:min(820px,100%)}.modal-form{grid-template-columns:1fr 1fr}.modal-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.create-box-head{margin-bottom:12px}.create-box-head h2{margin:0;font-size:18px}.create-box-head p{margin:4px 0 0;color:#64748b;font-size:13px}.create-form{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr;gap:8px}.create-form input,.settings-form input,.settings-form select{border:1px solid #cbd5e1;border-radius:6px;padding:9px 10px;font-size:14px;background:#fff}.accounts-stack{display:grid;gap:12px}.account-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a14;position:relative}.account-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent}.account-card-tone-active:before{background:#22c55e}.account-card-tone-warning:before{background:#f59e0b}.account-card-tone-draft:before{background:#a5b4fc}.account-card-v2.account-card-tone-active{border-color:#dbeafe}.account-card-v2.account-card-tone-warning{border-color:#fde68a}.account-card-v2.account-card-tone-draft{border-color:#dbeafe}.account-card-top{padding:14px 18px 14px 22px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:10px}.account-title-row{display:flex;align-items:center;gap:8px}.account-title-wrap{display:flex;align-items:center;gap:10px}.account-avatar{width:30px;height:30px;border-radius:8px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.account-title-row h3{margin:0;font-size:15px;font-weight:700}.sync-meta{color:#64748b;font-size:12px}.account-id{margin:4px 0 0;font-size:12px;color:#94a3b8}.acct-pill-active,.acct-pill-warning,.acct-pill-draft{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.acct-pill-active{color:#15803d;background:#dcfce7;border:1px solid #86efac}.acct-pill-warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.acct-pill-draft{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.account-card-body{padding:16px 18px 16px 22px;display:grid;grid-template-columns:4fr 5fr 3fr;gap:14px}.accounts-header-v2{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;box-shadow:0 10px 30px #0f172a0a}.accounts-hero-copy h1{margin:4px 0 6px;font-size:28px;line-height:1.1;letter-spacing:-.03em}.accounts-hero-copy p{margin:0;max-width:620px;color:#6b7280;font-size:14px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#94a3b8}.accounts-toolbar{display:flex;align-items:center;gap:10px}.accounts-search-input{min-width:240px;height:40px;border-radius:12px}.accounts-add-button{min-width:148px}.accounts-kpi-card{border-radius:18px;padding:18px 18px 16px;box-shadow:0 10px 24px #0f172a0a}.accounts-status-strip{display:flex;flex-wrap:wrap;gap:10px}.accounts-status-chip{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:#475569;font-size:13px;box-shadow:0 4px 16px #0f172a08}.accounts-stack-v2{gap:16px}.account-card-v2{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 14px 36px #0f172a0a}.account-card-v2:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:transparent}.account-card-v2.account-card-tone-active:before{background:linear-gradient(180deg,#2563eb,#22c55e)}.account-card-v2.account-card-tone-warning:before{background:linear-gradient(180deg,#f59e0b,#facc15)}.account-card-v2.account-card-tone-draft:before{background:linear-gradient(180deg,#a855f7,#2563eb)}.account-card-v2-top{padding:18px 22px 14px 26px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border-bottom:1px solid #f1f5f9}.account-card-v2-head{display:flex;align-items:center;gap:12px;min-width:0}.account-card-v2-title{min-width:0}.account-avatar-v2{width:42px;height:42px;border-radius:14px;font-size:14px}.account-card-v2-progress{display:grid;gap:3px;justify-items:end;color:#64748b;font-size:12px}.account-card-v2-progress strong{font-size:18px;color:#0f172a}.account-card-v2-strip{padding:12px 22px 12px 26px;border-bottom:1px solid #f8fafc;background:linear-gradient(180deg,#fff,#fbfdff)}.account-integrations-inline{display:grid;gap:8px}.account-provider-chips{display:flex;gap:8px;flex-wrap:wrap}.account-provider-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 10px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-size:13px;color:#334155}.account-provider-short{width:24px;height:24px;border-radius:8px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.account-strip-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:700}.account-card-v2-body{padding:18px 22px 18px 26px;display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px}.account-card-v2-main{min-width:0}.account-summary-grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:12px}.account-summary-cell{min-width:0;padding:16px;border-radius:16px;border:1px solid #eef2f7;background:#fff;display:grid;gap:6px}.account-summary-cell-hero{background:linear-gradient(135deg,#f8fbff,#eef5ff);border-color:#dbeafe}.account-summary-cell span,.account-secondary-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:700}.account-summary-cell strong{font-size:26px;line-height:1.05;letter-spacing:-.03em}.account-summary-cell small{font-size:12px;color:#64748b}.account-secondary-grid{margin-top:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.account-secondary-grid>div{padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px solid #eef2f7;display:grid;gap:6px}.account-secondary-grid strong{font-size:16px;line-height:1.2}.account-card-v2-side{border-left:1px solid #f1f5f9;padding-left:18px;display:grid;gap:14px;align-content:start}.account-next-step{padding:16px;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbeafe;display:grid;gap:6px}.account-next-step strong{font-size:16px;line-height:1.25}.account-next-step p{margin:0;font-size:13px;line-height:1.45;color:#64748b}.account-actions-v2{display:grid;gap:8px}.cta-primary-link,.cta-ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;font-size:14px;font-weight:600;padding:0 14px}.cta-primary-link{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 24px #2563eb38}.cta-ghost-link{border:1px solid #dbe3ef;color:#334155;background:#fff}.account-readiness-bar{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.account-readiness-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#22c55e)}.account-inline-note{padding:0 22px 18px 26px;font-size:12px;color:#64748b}.account-block{min-width:0}.account-block+.account-block{border-left:1px solid #f1f5f9;padding-left:14px}.account-actions{border-left:1px solid #f1f5f9;padding-left:14px;display:grid;gap:8px}.account-block-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:700;margin-bottom:9px}.integration-list{display:grid;gap:6px}.integration-row{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #f8fafc;font-size:13px}.integration-row:last-child{border-bottom:0}.int-badge-connected,.int-badge-stale,.int-badge-broken,.int-badge-none{border-radius:6px;padding:3px 9px;font-size:11px;font-weight:600;white-space:nowrap}.int-badge-connected{color:#15803d;background:#dcfce7;border:1px solid #86efac}.int-badge-stale{color:#b45309;background:#fffbeb;border:1px dashed #fcd34d}.int-badge-broken{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5}.int-badge-none{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metrics-grid p{margin:0;font-size:12px;color:#64748b}.metrics-grid strong{display:block;margin-top:4px;font-size:19px}.metrics-foot{margin-top:12px;padding-top:10px;border-top:1px solid #f1f5f9;font-size:12px;color:#64748b}.cta-primary{width:100%;border:1px solid #1d4ed8;border-radius:6px;background:#1d4ed8;color:#fff;padding:9px 12px;font-size:13px;font-weight:700}.cta-primary:disabled{opacity:.5}.cta-ghost,.cta-ghost-link{width:100%;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;padding:9px 12px;font-size:12px;font-weight:600;text-align:center}.cta-ghost:disabled{opacity:.6}.empty-state-panel{min-height:140px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#64748b}.settings-page{display:grid}.settings-topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:18px 26px;display:flex;justify-content:space-between;align-items:center}.settings-topbar h1{margin:3px 0 0;font-size:32px;line-height:1.1}.settings-breadcrumbs{color:#64748b;font-size:13px;display:flex;gap:5px}.settings-subtitle{margin:6px 0 0;color:#64748b;font-size:14px}.settings-top-actions{display:flex;gap:10px}.settings-form{padding:24px 26px;display:grid;gap:14px}.settings-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:grid;gap:12px}.settings-section h2{margin:0;font-size:17px;letter-spacing:-.01em}.settings-highlight{background:#f8fbff}.settings-grid{display:grid;gap:10px}.settings-grid label{display:grid;gap:6px;font-size:13px;font-weight:600;color:#334155}.integration-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.integration-box-wide{width:100%}.integration-box-head{padding:12px 16px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.integration-box-head h2{margin:0;font-size:17px}.integration-box-head span{color:#64748b;font-size:12px}.integration-line{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #f8fafc}.integration-line-wide{min-height:72px}.integration-line:hover{background:#f8fafc}.integration-line-clickable{cursor:pointer}.integration-line strong{font-size:14px}.integration-line p{margin:2px 0 0;color:#64748b;font-size:12px}.integration-line-actions{display:flex;align-items:center;gap:8px}.member-line{display:flex;align-items:center;gap:10px}.member-avatar{width:30px;height:30px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.integration-state-ok,.integration-state-warn,.integration-state-error,.integration-state-idle{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;white-space:nowrap}.integration-state-ok{color:#15803d;background:#dcfce7}.integration-state-warn{color:#b45309;background:#fffbeb}.integration-state-error{color:#b91c1c;background:#fef2f2}.integration-state-idle{color:#64748b;background:#f1f5f9}.integration-footer{padding:12px 16px;display:flex;justify-content:flex-end;background:#f8fafc}.bitrix-status-panel{margin:0 16px 10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;display:grid;gap:4px}.bitrix-status-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.bitrix-status-panel p{margin:0;font-size:12px;color:#475569}.bitrix-credentials-form{margin:0 16px 10px;display:grid;gap:8px}.bitrix-credentials-form label{display:grid;gap:6px;font-size:12px;font-weight:600;color:#334155}.bitrix-actions-grid{margin:0 16px 10px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.bitrix-last-run{margin:0 16px 10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;display:grid;gap:4px}.bitrix-last-run p,.bitrix-last-run strong{margin:0;font-size:12px}.bitrix-modal{width:min(920px,100%);max-height:min(90vh,900px);overflow:auto}.bitrix-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.settings-actions-panel{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;color:#64748b}.settings-actions-panel span{font-weight:500}.settings-actions-panel button:disabled,.settings-top-actions button:disabled,.create-form button:disabled,.header-primary-btn:disabled{opacity:.6}@media (max-width: 1100px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel h1{font-size:28px}.shell{grid-template-columns:1fr}.shell-sidebar{border-right:0;border-bottom:1px solid #e2e8f0}.accounts-header,.settings-topbar{flex-direction:column;align-items:flex-start;gap:10px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.create-form,.modal-form,.account-card-body{grid-template-columns:1fr}.accounts-header-v2,.accounts-toolbar{flex-direction:column;align-items:stretch}.accounts-search-input{min-width:0;width:100%}.account-card-v2-top,.account-card-v2-body{grid-template-columns:1fr}.account-card-v2-top{flex-direction:column;align-items:flex-start}.account-card-v2-progress{justify-items:start}.account-summary-grid,.account-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-card-v2-side{border-left:0;border-top:1px solid #f1f5f9;padding-left:0;padding-top:16px}.account-block+.account-block,.account-actions{border-left:0;padding-left:0;border-top:1px solid #f1f5f9;padding-top:12px}.settings-layout,.settings-grid-2{grid-template-columns:1fr}.settings-actions-panel{flex-direction:column;align-items:stretch}.bitrix-actions-grid{grid-template-columns:1fr 1fr}}.account-subnav{display:flex;gap:10px;margin:0 0 18px;flex-wrap:wrap}.account-subnav-link{padding:9px 12px;border-radius:999px;border:1px solid #dbeafe;background:#fff;color:#1d4ed8;font-size:14px;font-weight:600;white-space:nowrap}.account-subnav-link.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.bidder-page{display:grid;gap:18px}.bidder-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:18px;align-items:start}.bidder-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;display:grid;gap:18px}.bidder-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bidder-side-panel{display:grid;gap:18px}.bidder-side-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bidder-meta-list{display:grid;gap:12px;margin-top:16px}.bidder-meta-list div{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:#475569}.bidder-run-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bidder-run-stats div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:grid;gap:4px}.bidder-run-stats strong{font-size:22px}.bidder-toggle-line{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.checkbox-line{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.bidder-warning-chip{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12px;font-weight:600}.bidder-actions-panel{gap:14px}.bidder-inline-actions{display:flex;gap:10px}.bidder-events-box,.bidder-coverage-box{display:grid;gap:14px}.bidder-coverage-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bidder-coverage-summary div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:grid;gap:4px}.bidder-coverage-summary strong{font-size:22px}.bidder-campaigns-list{display:grid;gap:12px}.bidder-campaign-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;overflow:hidden}.bidder-campaign-card summary{list-style:none;cursor:pointer;padding:16px 18px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:16px;align-items:center}.bidder-campaign-card summary::-webkit-details-marker{display:none}.bidder-campaign-main{display:grid;gap:6px}.bidder-campaign-main strong{font-size:16px}.bidder-campaign-meta{color:#64748b;font-size:13px}.bidder-campaign-stats{display:grid;gap:6px;justify-items:end;color:#475569;font-size:13px}.bidder-keywords-table{display:grid;gap:8px;padding:0 18px 18px}.bidder-keywords-head,.bidder-keywords-row{display:grid;grid-template-columns:minmax(220px,1.8fr) 110px 120px 150px 120px 180px;gap:12px;align-items:center}.bidder-keywords-head{padding:0 0 8px;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.bidder-keywords-row{padding:12px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px}.bidder-events-table{display:grid;gap:8px}.bidder-events-head,.bidder-events-row{display:grid;grid-template-columns:160px 100px minmax(180px,1.4fr) minmax(180px,1fr) 140px 110px;gap:12px;align-items:center}.bidder-events-head{padding:0 8px 8px;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.bidder-events-row{padding:12px 8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px}.bidder-events-empty{padding:18px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b}@media (max-width: 1280px){.bidder-layout{grid-template-columns:1fr}.bidder-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bidder-coverage-summary{grid-template-columns:1fr}.bidder-campaign-card summary{grid-template-columns:1fr}.bidder-campaign-stats{justify-items:start}}@media (max-width: 900px){.bidder-kpi-grid,.bidder-keywords-head,.bidder-keywords-row,.bidder-events-head,.bidder-events-row,.bidder-side-actions,.bidder-run-stats{grid-template-columns:1fr}}.analytics-page{display:grid;gap:14px;padding:22px 26px 26px}.analytics-header{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;gap:10px}.analytics-header button,.analytics-filters button,.analytics-table th button{border:1px solid #1d4ed8;border-radius:6px;background:#2563eb;color:#fff;padding:8px 12px;font-size:12px;font-weight:600}.analytics-filters button.btn-secondary,.analytics-table th button{border-color:#cbd5e1;background:#fff;color:#475569}.analytics-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:grid;gap:10px}.analytics-filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.analytics-filter-row label{display:grid;gap:4px;font-size:12px;color:#475569;font-weight:600}.analytics-filter-row input[type=date],.analytics-filter-row .search-input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;background:#fff;min-width:180px}.analytics-presets{display:flex;gap:6px}.analytics-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.kpi-note.delta-positive{color:#15803d}.kpi-note.delta-negative{color:#b91c1c}.analytics-chart-card,.analytics-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:grid;gap:12px}.analytics-chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.analytics-chart-head h2{margin:0;font-size:16px}.analytics-chart-head span{color:#64748b;font-size:12px}.analytics-bars{min-height:220px;border:1px solid #f1f5f9;border-radius:10px;padding:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(32px,1fr));gap:8px}.analytics-bar-col{display:grid;gap:6px;align-content:end}.analytics-bar-meta{font-size:10px;color:#64748b;text-align:center}.analytics-bar-wrap{height:136px;display:flex;align-items:flex-end;justify-content:center}.analytics-bar{width:100%;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#60a5fa,#2563eb)}.analytics-bar-date{font-size:10px;color:#64748b;text-align:center}.analytics-quality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.analytics-quality-body{padding:0 16px 14px;display:grid;gap:6px;font-size:13px;color:#475569}.analytics-quality-body p{margin:0}.analytics-warning-list{margin:0;padding:0 20px 14px 30px;color:#7c2d12;font-size:13px;display:grid;gap:4px}.analytics-table{width:100%;border-collapse:collapse;font-size:13px}.analytics-table thead th{background:#f8fafc;color:#64748b;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.analytics-table th,.analytics-table td{border-bottom:1px solid #f1f5f9;padding:10px 8px;text-align:left;vertical-align:middle}.analytics-table tbody tr:hover{background:#f8fafc}.analytics-table td a{color:#1d4ed8;font-weight:600}.analytics-table-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px;color:#64748b}.analytics-rank-list{display:grid;gap:10px}.analytics-rank-row{display:grid;gap:7px}.analytics-rank-main{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px}.analytics-rank-track{height:8px;border-radius:999px;background:#f1f5f9;overflow:hidden}.analytics-rank-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#1d4ed8)}@media (max-width: 1100px){.analytics-header{flex-direction:column;align-items:flex-start}.analytics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-quality-grid{grid-template-columns:1fr}}.dash2-page{display:flex;flex-direction:column;background:#f8fafc;min-width:0}.dash2-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.dash2-content{display:grid;gap:24px;padding:24px 32px 32px}.dash2-topbar-copy h1{margin:0;font-size:22px;line-height:1.2;letter-spacing:-.02em}.dash2-topbar-actions{display:flex;align-items:center;gap:10px}.dash2-sync-chip,.dash2-refresh-button,.dash2-banner-action,.dash2-small-link{min-height:34px;border-radius:12px;font-size:12px;font-weight:600}.dash2-sync-chip{padding:0 12px;display:inline-flex;align-items:center;gap:8px;background:#fff;color:#64748b;border:1px solid #e2e8f0;background:#f8fafc}.dash2-sync-dot{width:6px;height:6px;border-radius:999px;background:#22c55e;display:inline-block;box-shadow:0 0 0 3px #22c55e1f}.dash2-period-wrap{position:relative;display:inline-flex;align-items:center;min-height:34px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:0 34px;color:#334155}.dash2-period-icon,.dash2-period-chevron{position:absolute;top:50%;transform:translateY(-50%);color:#94a3b8}.dash2-period-icon{left:12px}.dash2-period-chevron{right:12px}.dash2-period-select{border:0;background:transparent;color:#334155;font-size:12px;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:8px}.dash2-refresh-button{border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:0 14px;box-shadow:0 1px 3px #2563eb38;display:inline-flex;align-items:center;gap:8px}.dash2-refresh-button[disabled]{opacity:.7}.dash2-banner{border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;border:1px solid #fee2e2;background:#fef2f2}.dash2-banner-error{background:#fef2f2}.dash2-banner-warning{border-color:#fde68a;background:linear-gradient(180deg,#fffefb,#fffaf0)}.dash2-banner-icon{width:24px;height:24px;border-radius:8px;background:#fee2e2;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.dash2-banner-copy{display:grid;gap:2px;min-width:0}.dash2-banner-copy strong{font-size:13px}.dash2-banner-copy span{font-size:12px;color:#7f1d1d}.dash2-banner-warning .dash2-banner-copy span{color:#92400e}.dash2-banner-action{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fecaca;background:#fff;color:#991b1b;padding:0 12px;white-space:nowrap}.dash2-banner-dismiss{border:0;background:transparent;color:#f87171;font-size:18px;line-height:1;padding:0 2px}.dash2-banner-warning .dash2-banner-action{border-color:#fde68a;color:#92400e}.dash2-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.dash2-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px 30px;box-shadow:0 1px 3px #0f172a14;position:relative;overflow:hidden}.dash2-kpi-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash2-kpi-label{color:#94a3b8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.dash2-kpi-value{font-size:34px;line-height:1.05;letter-spacing:-.03em;font-weight:700;color:#0f172a}.dash2-kpi-note{margin-top:10px;font-size:12px;color:#94a3b8}.dash2-kpi-note-positive{color:#16a34a}.dash2-kpi-note-negative{color:#dc2626}.dash2-kpi-link{position:absolute;left:0;right:0;bottom:0;min-height:28px;display:flex;align-items:center;justify-content:center;gap:6px;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:11px;font-weight:600;color:#2563eb;opacity:0;transition:opacity .18s ease}.dash2-chart-card,.dash2-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 3px #0f172a14}.dash2-chart-card{padding:0}.dash2-panel-agent{position:relative}.dash2-panel-agent:before{content:"";position:absolute;left:14px;right:14px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#8b5cf6,#2563eb,#14b8a6)}.dash2-chart-head,.dash2-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #f1f5f9}.dash2-chart-head h2,.dash2-panel-head h3{margin:0;font-size:14px;line-height:1.2}.dash2-chart-toggle{display:inline-flex;padding:3px;border-radius:12px;background:#f1f5f9}.dash2-chart-toggle button{border:0;background:transparent;min-width:56px;height:26px;border-radius:8px;font-size:12px;color:#64748b}.dash2-chart-toggle button.active{background:#fff;color:#0f172a;box-shadow:0 4px 12px #0f172a0f}.dash2-chart-link,.dash2-panel-footer-link{color:#2563eb;font-size:12px;font-weight:600}.dash2-chart-canvas{background:#fff;padding:24px}.dash2-chart-canvas-wrap{height:288px;width:100%;overflow:hidden}.dash2-chart-canvas canvas{width:100%;height:288px;display:block}.dash2-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 320px;gap:24px}.dash2-panel{padding:0}.dash2-panel-list{display:grid;gap:0}.dash2-panel-divided{border-top:0}.dash2-panel-divided>*+*{border-top:1px solid #f1f5f9}.dash2-rec-item,.dash2-activity-item{display:grid;gap:8px;padding:16px;background:#fff}.dash2-rec-item{grid-template-columns:38px 1fr;align-items:start}.dash2-rec-icon{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb}.dash2-rec-icon-soft{background:#dbeafe}.dash2-rec-copy strong,.dash2-activity-top strong{font-size:13px;line-height:1.35}.dash2-rec-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dash2-rec-copy p,.dash2-activity-item p{margin:0;color:#64748b;font-size:12px;line-height:1.45}.dash2-inline-tag{display:inline-flex;align-items:center;width:fit-content;min-height:22px;border-radius:999px;padding:0 8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.dash2-rec-link{font-size:11px;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;gap:4px}.dash2-tag-priority,.dash2-chip-bad{color:#991b1b;background:#fef2f2}.dash2-tag-warning,.dash2-chip-warn{color:#92400e;background:#fffbeb}.dash2-tag-neutral,.dash2-chip-idle{color:#475569;background:#f1f5f9}.dash2-chip-ok{color:#166534;background:#dcfce7}.dash2-agent-status{min-height:26px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#64748b;display:inline-flex;align-items:center;font-size:11px;font-weight:700;gap:6px}.dash2-agent-status-live{background:#dcfce7;color:#166534}.dash2-activity-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dash2-activity-top time{color:#94a3b8;font-size:11px;white-space:nowrap}.dash2-activity-status-row{display:flex;justify-content:flex-start}.dash2-agent-actions{padding:12px 20px;margin-top:0;display:flex;gap:8px;border-top:1px solid #f1f5f9;background:#f8fafc;border-bottom-left-radius:14px;border-bottom-right-radius:14px}.dash2-small-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid #e2e8f0;background:#fff;color:#334155;flex:1 1 0;min-height:36px;font-size:11px;font-weight:700}.dash2-small-link-icon{width:14px;height:14px}.dash2-compact-panel{padding:0}.dash2-side-caption{color:#94a3b8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dash2-mini-list,.dash2-progress-list{display:grid;gap:0}.dash2-mini-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;font-size:12px;padding:12px 20px}.dash2-mini-row+.dash2-mini-row{border-top:1px solid #f1f5f9}.dash2-mini-main,.dash2-mini-metric{display:flex;align-items:center;gap:8px}.dash2-mini-rank{color:#94a3b8;font-weight:700;width:12px}.dash2-mini-dot{width:6px;height:6px;border-radius:999px;flex:0 0 auto}.dash2-mini-dot.is-good{background:#22c55e}.dash2-mini-dot.is-neutral{background:#cbd5e1}.dash2-mini-dot.is-bad{background:#f87171}.dash2-mini-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash2-mini-metric{color:#0f172a}.dash2-progress-row{display:grid;gap:6px;padding:14px 20px 0}.dash2-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:#475569}.dash2-progress-track{height:8px;border-radius:999px;background:#eff6ff;overflow:hidden}.dash2-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#3b82f6)}.dash2-progress-fill-light{background:linear-gradient(90deg,#60a5fa,#93c5fd)}.dash2-arrow-mini{width:12px;height:12px}.dash2-arrow-muted{color:#cbd5e1}.dash2-ui-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.dash2-panel-title-group{display:flex;align-items:center;gap:10px}.dash2-panel-badge{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.dash2-panel-badge-blue{background:#dbeafe;color:#2563eb}.dash2-panel-badge-violet{background:#ede9fe;color:#7c3aed}.dash2-quality-strip{margin:0 20px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dash2-quality-item{padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7;display:grid;gap:4px}.dash2-quality-item span{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.dash2-quality-item strong{font-size:15px}@media (max-width: 1280px){.dash2-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dash2-bottom-grid{grid-template-columns:1fr}}@media (max-width: 1100px){.dash2-topbar,.dash2-topbar-actions,.dash2-chart-head,.dash2-chart-actions,.dash2-agent-actions{flex-direction:column;align-items:stretch}.dash2-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.dash2-page{padding:0}.dash2-topbar,.dash2-content{padding-left:16px;padding-right:16px}.dash2-kpi-grid,.dash2-quality-strip{grid-template-columns:1fr}.dash2-chart-legend{justify-content:flex-start;flex-wrap:wrap}}.recommendations-page{display:grid;gap:14px;padding:22px 26px 26px}.recommendation-row td:first-child{width:38px}.recommendation-link-button{border:0;background:transparent;padding:0;color:#1d4ed8;cursor:pointer;text-align:left}.recommendation-reason{margin:4px 0 0;color:#64748b;font-size:12px;max-width:560px}.recommendations-bulk-bar{position:sticky;bottom:16px;z-index:35;background:#0f172a;color:#fff;border-radius:12px;box-shadow:0 12px 24px #02061759;border:1px solid #1e293b;padding:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.recommendations-bulk-bar input{border:1px solid #334155;background:#111827;color:#fff;border-radius:8px;padding:8px 10px;min-width:280px}.recommendation-drawer{position:fixed;top:0;right:0;bottom:0;width:min(760px,100%);z-index:70;background:#f8fafc;border-left:1px solid #e2e8f0;box-shadow:-12px 0 28px #0f172a2e;display:grid;grid-template-rows:auto 1fr}.recommendation-drawer-head{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.recommendation-drawer-head h2{margin:0;font-size:17px}.recommendation-drawer-head p{margin:6px 0 0;color:#475569;font-size:13px}.recommendation-drawer-body{overflow:auto;padding:14px;display:grid;gap:12px}.recommendation-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.recommendation-meta-grid strong{display:block;font-size:12px;color:#64748b}.recommendation-meta-grid p{margin:4px 0 0}.recommendation-long-text{margin:0;color:#334155;font-size:14px}.recommendation-json-preview{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.recommendation-json-preview strong{display:block;padding:10px 12px;border-bottom:1px solid #f1f5f9;font-size:12px;color:#64748b}.recommendation-json-preview pre{margin:0;padding:12px;font-size:12px;line-height:1.45;color:#0f172a;white-space:pre-wrap;word-break:break-word}.recommendation-evidence-list{display:grid;gap:8px}.recommendation-evidence-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff}.recommendation-evidence-item summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:13px}.recommendation-evidence-item pre{margin:0;border-top:1px solid #f1f5f9;padding:12px;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.recommendation-confirmations{display:grid;gap:8px}.recommendation-confirm-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px 12px;display:grid;gap:6px}.recommendation-confirm-item p{margin:0;color:#475569;font-size:13px}.recommendation-execution-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.execution-link-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.recommendation-comment{margin-top:6px;width:100%;min-height:86px;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px;resize:vertical;font-size:14px}.analytics-filter-row select{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;background:#fff;min-width:170px}.audit-page .audit-table tbody tr{cursor:pointer}.audit-page .audit-table tbody tr:hover{background:#1976d214}.audit-drawer .audit-links{display:flex;flex-wrap:wrap;gap:10px}.audit-drawer .audit-links a{color:#1e6df8;text-decoration:none;font-weight:600}.audit-drawer .audit-links a:hover{text-decoration:underline}.chat-shell{border:1px solid #e2e8f0;border-radius:12px;background:#fff;min-height:70vh;display:flex;flex-direction:column}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:grid;gap:12px}.chat-empty{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;color:#334155}.chat-empty-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chat-message{max-width:82%;border-radius:12px;padding:10px 12px;display:grid;gap:8px;border:1px solid #e2e8f0}.chat-message.user{margin-left:auto;background:#eff6ff}.chat-message.assistant{margin-right:auto;background:#f8fafc}.chat-message-text{white-space:pre-wrap;word-break:break-word;color:#0f172a}.chat-message time{font-size:12px;color:#64748b}.chat-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.chat-kpi-card{border:1px solid #dbeafe;border-radius:8px;padding:8px;background:#fff}.chat-kpi-card p{margin:4px 0;font-weight:700}.chat-kpi-card span{font-size:12px;color:#64748b}.chat-warning-list{margin:0;padding-left:18px;color:#92400e}.chat-cta-list{display:flex;flex-wrap:wrap;gap:8px}.chat-recommendation-list{display:grid;gap:8px}.chat-recommendation-card{border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.chat-recommendation-card p{margin:0;color:#334155}.chat-recommendation-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.chat-recommendation-meta{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:12px}.chat-recommendation-link{width:fit-content}.chat-table-wrap{overflow:auto}.chat-thinking{color:#475569;font-size:14px}.chat-input-row{border-top:1px solid #e2e8f0;padding:12px;display:flex;gap:10px}.chat-input-row textarea{flex:1;min-height:70px;border:1px solid #cbd5e1;border-radius:10px;padding:10px;resize:vertical;font-size:14px}.chat-input-row button{align-self:flex-end}@media (max-width: 900px){.recommendation-drawer{width:100%}.recommendation-meta-grid{grid-template-columns:1fr}.recommendations-bulk-bar input{min-width:100%;flex:1}}.shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh;background:#f8fafc}.shell-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff}.shell-brand{display:flex;align-items:center;gap:12px;height:64px;padding:0 24px;border-bottom:1px solid #f3f4f6}.shell-brand-logo{width:32px;height:32px;border-radius:12px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center}.shell-brand-logo .shell-nav-svg{width:16px;height:16px;stroke:currentColor}.shell-brand-logo .shell-nav-svg rect{fill:currentColor;stroke:none}.shell-brand-text{font-size:18px;font-weight:700;letter-spacing:-.01em;color:#111827}.shell-nav{flex:1 1 auto;display:grid;align-content:start;gap:2px;padding:16px;overflow-y:auto}.shell-sidebar-footer{padding:16px;border-top:1px solid #f3f4f6}.shell-nav-bottom{display:grid;gap:2px;padding:0;border-top:0}.shell-nav a,.shell-nav-bottom a{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;color:#64748b;font-size:14px;font-weight:500;transition:background-color .18s ease,color .18s ease}.shell-nav a:hover,.shell-nav-bottom a:hover{background:#f9fafb;color:#111827}.shell-nav a.active,.shell-nav-bottom a.active{background:#eff6ff;color:#2563eb;font-weight:600}.shell-nav-label{min-width:0;display:inline-flex;align-items:center;gap:12px}.shell-nav-svg{width:16px;height:16px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.disabled-link{color:#9ca3af!important;cursor:default}.nav-badge{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 6px;background:#2563eb;color:#fff;font-size:10px;font-weight:700}.shell-user-block{padding-top:12px;margin-top:4px;border-top:1px solid #f3f4f6}.sidebar-user{display:flex;align-items:center;gap:12px;padding:0 12px;cursor:pointer}.user-avatar{width:32px;height:32px;border-radius:999px;background:#e2e8f0;color:#475569;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex:0 0 auto}.sidebar-user-copy{min-width:0;flex:1 1 auto}.user-name{color:#111827;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{margin-top:2px;color:#94a3b8;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-main{min-width:0;background:#f8fafc}.dash2-page{min-height:100vh}.dash2-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px;background:#fff;border-bottom:1px solid #e2e8f0}.dash2-topbar-copy h1{margin:0;color:#111827;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.01em}.dash2-topbar-copy p{margin:2px 0 0;color:#94a3b8;font-size:12px}.dash2-topbar-actions{display:flex;align-items:center;gap:12px}.dash2-sync-chip,.dash2-period-wrap,.dash2-refresh-button{min-height:34px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 12px;color:#64748b;font-size:12px;font-weight:500}.dash2-period-wrap,.dash2-refresh-button{cursor:pointer}.dash2-period-wrap:hover,.dash2-refresh-button:hover{background:#f9fafb}.dash2-period-text{white-space:nowrap}.dash2-refresh-button{color:#fff;border-color:#2563eb;background:#2563eb;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;font-size:14px;font-weight:600}.dash2-refresh-button:hover{background:#1d4ed8}.dash2-sync-dot{width:6px;height:6px;border-radius:999px;background:#10b981;box-shadow:none}.dash2-content{flex:1 1 auto;padding:32px;display:grid;gap:24px}.dash2-banner{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;border:1px solid;background:#fef2f2}.dash2-banner-warning{border-color:#fdba74;background:linear-gradient(180deg,#fff7ed,#fffbeb)}.dash2-banner-error{border-color:#fca5a5;background:linear-gradient(180deg,#fef2f2,#fff7ed)}.dash2-banner-icon{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#dc2626;background:#fee2e2;flex:0 0 auto}.dash2-banner-message{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#b91c1c;font-size:14px}.dash2-banner-title{color:#7f1d1d;font-weight:600}.dash2-banner-action,.dash2-banner-dismiss{margin-left:auto}.dash2-banner-action{color:#b91c1c;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;border:1px solid #fecaca;background:#fff}.dash2-banner-dismiss{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#f87171}.dash2-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dash2-kpi-card,.dash2-chart-card,.dash2-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px -1px #0000000f}.dash2-kpi-card{position:relative;overflow:hidden;padding:20px;min-height:0;transition:border-color .18s ease,box-shadow .18s ease}.dash2-kpi-card:hover{border-color:#bfdbfe;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dash2-kpi-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash2-kpi-label{color:#94a3b8;font-size:11px;line-height:1;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.dash2-kpi-icon{width:16px;height:16px;color:#cbd5e1}.dash2-kpi-value{margin:0;color:#111827;font-size:24px;line-height:1;font-weight:700;letter-spacing:-.01em}.dash2-kpi-delta-wrap{margin-top:12px}.dash2-kpi-chip{display:inline-flex;align-items:center;gap:4px;min-height:20px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:600}.dash2-kpi-chip-positive{background:#dcfce7;color:#166534}.dash2-kpi-chip-negative{background:#fee2e2;color:#991b1b}.dash2-kpi-chip-neutral{background:#f3f4f6;color:#6b7280}.dash2-kpi-chip-icon{width:12px;height:12px}.dash2-kpi-link{position:absolute;inset:auto 0 0 0;height:32px;border-radius:0 0 12px 12px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#f8fafc;border-top:1px solid #f1f5f9;color:#2563eb;font-size:11px;font-weight:600;transform:none;opacity:0;transition:opacity .18s ease}.dash2-kpi-card:hover .dash2-kpi-link{opacity:1}.dash2-chart-card{overflow:hidden}.dash2-chart-head,.dash2-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px}.dash2-chart-head h2,.dash2-panel-head h3,.dash2-regions-title{margin:0;color:#111827;font-size:14px;font-weight:700;letter-spacing:-.01em}.dash2-chart-head p,.dash2-panel-head p{margin:2px 0 0;color:#94a3b8;font-size:11px}.dash2-chart-actions{display:flex;align-items:center;gap:12px}.dash2-chart-toggle{display:inline-flex;align-items:center;padding:4px;border-radius:12px;background:#f1f5f9}.dash2-chart-toggle button{min-width:0;height:28px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-size:12px;font-weight:500}.dash2-chart-toggle button.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0f172a14}.dash2-chart-link,.dash2-panel-footer-link,.dash2-rec-link,.dash2-small-link{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:12px;font-weight:600}.dash2-chart-link{padding:6px 12px;border-radius:12px;border:1px solid #dbeafe;background:#eff6ff}.dash2-chart-canvas{padding:24px}.dash2-chart-canvas-wrap{position:relative;height:288px}.dash2-bottom-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start;padding-bottom:32px}.dash2-panel{overflow:hidden}.dash2-panel-title-group{display:flex;align-items:center;gap:14px}.dash2-panel-badge{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.dash2-panel-badge-blue{color:#2563eb;background:#dbeafe}.dash2-panel-badge-violet{color:#7c3aed;background:#ede9fe}.dash2-panel-list{display:grid}.dash2-panel-divided>*+*{border-top:1px solid #f3f4f6}.dash2-rec-item{display:flex;gap:16px;padding:16px;transition:background-color .18s ease}.dash2-rec-item:hover{background:#fafcff}.dash2-rec-icon{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.dash2-rec-icon-emerald{color:#10b981;background:#d1fae5}.dash2-rec-icon-amber{color:#f59e0b;background:#fef3c7}.dash2-rec-icon-blue{color:#2563eb;background:#dbeafe}.dash2-rec-copy{min-width:0;flex:1 1 auto}.dash2-rec-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash2-rec-title{margin:0;color:#111827;font-size:14px;font-weight:600}.dash2-rec-copy p{margin:6px 0 0;color:#6b7280;font-size:12px;line-height:1.5}.dash2-inline-tag{display:inline-flex;align-items:center;min-height:18px;padding:0 6px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}.dash2-inline-tag-emerald,.dash2-chip-ok{color:#166534;background:#dcfce7}.dash2-inline-tag-amber,.dash2-chip-warn{color:#92400e;background:#fef3c7}.dash2-inline-tag-blue,.dash2-chip-idle{color:#1d4ed8;background:#dbeafe}.dash2-chip-bad{color:#991b1b;background:#fee2e2}.dash2-rec-link{margin-top:14px}.dash2-panel-footer{padding:12px 20px;border-top:1px solid #f3f4f6;background:#f8fafc}.dash2-panel-head-agent{align-items:flex-start;background:#f5f3ff4d}.dash2-agent-status{display:inline-flex;align-items:center;gap:8px;min-height:20px;padding:0 8px;border-radius:999px;background:#fff;border:1px solid #d1fae5;color:#6b7280;font-size:11px;font-weight:600;box-shadow:0 1px 2px #0f172a0a}.dash2-agent-status-live{background:#ecfdf5;color:#047857}.dash2-agent-body{padding:20px}.dash2-agent-timeline{position:relative;display:grid;gap:20px;padding-left:20px;border-left:2px solid #f1f5f9}.dash2-timeline-item{position:relative;display:block}.dash2-timeline-dot{position:absolute;left:-26px;top:4px;z-index:1;width:10px;height:10px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px currentColor}.dash2-timeline-dot.is-blue{background:#3b82f6}.dash2-timeline-dot.is-green{background:#10b981}.dash2-timeline-dot.is-amber{background:#f59e0b}.dash2-timeline-dot.is-gray{background:#9ca3af}.dash2-timeline-copy{padding-bottom:0}.dash2-timeline-head,.dash2-timeline-meta,.dash2-mini-row,.dash2-progress-copy,.dash2-region-row,.dash2-region-metric{display:flex;align-items:center;justify-content:space-between;gap:12px}.dash2-timeline-title{margin:0;color:#111827;font-size:14px;font-weight:600}.dash2-timeline-time,.dash2-timeline-text,.dash2-side-caption{color:#94a3b8;font-size:10px}.dash2-timeline-text{margin:2px 0 0;line-height:1.5}.dash2-timeline-meta{margin-top:6px;justify-content:flex-start}.dash2-timeline-details{border:0;background:transparent;color:#94a3b8;font-size:10px;font-weight:500;text-decoration:underline;text-decoration-style:dotted}.dash2-agent-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px 20px;border-top:1px solid #f1f5f9;background:#f8fafc}.dash2-small-link{justify-content:center;min-height:36px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:12px;font-weight:700}.dash2-side-stack{display:grid;gap:16px}.dash2-mini-list{display:grid;gap:0;padding:0}.dash2-mini-list>*+*{border-top:1px solid #f1f5f9}.dash2-mini-main{min-width:0;display:flex;align-items:center;gap:10px}.dash2-mini-row{padding:12px 20px}.dash2-mini-rank{width:16px;color:#94a3b8;font-size:11px;font-weight:700}.dash2-mini-dot{width:8px;height:8px;border-radius:999px;flex:0 0 auto}.dash2-mini-dot.is-good{background:#10b981}.dash2-mini-dot.is-neutral{background:#3b82f6}.dash2-mini-dot.is-bad{background:#f59e0b}.dash2-mini-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569;font-size:14px;font-weight:500}.dash2-mini-metric{color:#111827;font-size:14px}.dash2-arrow-muted{color:#9ca3af}.dash2-devices-body{padding:20px}.dash2-progress-list,.dash2-regions-list{display:grid;gap:16px}.dash2-progress-row-padded{gap:10px}.dash2-progress-copy{margin-bottom:6px}.dash2-progress-label{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:12px;font-weight:500}.dash2-progress-icon{width:16px;height:16px;color:#9ca3af}.dash2-progress-track,.dash2-region-track{overflow:hidden;background:#f3f4f6;border-radius:999px}.dash2-progress-track{height:6px}.dash2-progress-fill,.dash2-region-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#3b82f6)}.dash2-progress-fill-light,.dash2-region-fill-light{background:linear-gradient(90deg,#60a5fa,#93c5fd)}.dash2-progress-fill-faint,.dash2-region-fill-faint{background:linear-gradient(90deg,#93c5fd,#bfdbfe)}.dash2-regions-block{padding:12px 20px 16px;border-top:1px solid #f3f4f6}.dash2-regions-title{margin-bottom:12px}.dash2-region-name{color:#475569;font-size:12px;font-weight:500}.dash2-region-track{width:80px;height:4px}.dash2-region-percent{color:#111827;font-size:12px;font-weight:600}.dash2-arrow-mini{width:14px;height:14px}.dash2-ui-icon{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (min-width: 1024px){.dash2-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.dash2-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.dash2-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px) and (max-width: 1279px){.dash2-kpi-grid,.dash2-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash2-side-stack{grid-column:span 2;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.shell{grid-template-columns:1fr}.shell-sidebar{position:static;height:auto}.dash2-topbar{position:static;flex-direction:column;align-items:flex-start}.dash2-topbar-actions,.dash2-chart-actions{flex-wrap:wrap}.dash2-kpi-grid,.dash2-bottom-grid,.dash2-side-stack,.dash2-agent-actions{grid-template-columns:1fr}.shell-sidebar-footer{border-top:0}}@media (max-width: 720px){.dash2-content,.dash2-topbar{padding-left:16px;padding-right:16px}.dash2-kpi-grid{gap:16px}.dash2-kpi-card,.dash2-chart-head,.dash2-panel-head,.dash2-chart-canvas,.dash2-rec-item,.dash2-panel-footer,.dash2-agent-body,.dash2-agent-actions,.dash2-mini-list,.dash2-devices-body,.dash2-regions-block{padding-left:16px;padding-right:16px}.dash2-kpi-card{min-height:152px}.dash2-chart-canvas-wrap{height:240px}}
