*{box-sizing:border-box}:root{--bg: #f6f7f9;--card: #ffffff;--muted: #6b7280;--text: #0f172a;--border: #e5e7eb;--shadow: 0 12px 30px rgba(15, 23, 42, .06);--accent: #2563eb;--bg-page: var(--bg);--bg-card: var(--card);--border-subtle: var(--border);--text-primary: var(--text);--text-muted: var(--muted)}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px}.card{width:100%;max-width:720px;background:#fff;border:1px solid #f8fafc;border-radius:16px;padding:20px 22px;transition:all .2s ease}.card:hover{box-shadow:0 6px 24px #0f172a0a}.stack{display:flex;flex-direction:column;gap:16px}.row{display:flex;align-items:center;gap:12px}.row-between{justify-content:space-between}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.section{margin-top:18px}.charts{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dashboard .kpi-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.dashboard .kpi-card{padding:20px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb}.kpi-title{font-size:13px;color:var(--text-muted)}.kpi-value{font-size:28px;font-weight:600;line-height:1.1;margin-top:6px}.kpi-subtext{font-size:12px;color:var(--text-muted);margin-top:6px}.chart-card{padding:12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.chart-title{font-size:12px;color:#6b7280;margin-bottom:8px}.field{display:flex;flex-direction:column;font-size:12px;color:#64748b;gap:4px;min-width:140px}.field input{padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;font-size:12px}input,select{padding:10px 12px;border:1px solid var(--border-subtle);border-radius:8px;font-size:14px}textarea.textarea{padding:10px 12px;border:1px solid var(--border-subtle);border-radius:8px;font-size:14px;font-family:Inter,Segoe UI,Arial,sans-serif;width:100%}.dashboard-builder-grid{display:grid;grid-template-columns:minmax(560px,1fr) 420px;gap:16px;align-items:start}.dashboard-builder-main,.dashboard-builder-side{display:flex;flex-direction:column;gap:16px}@media (max-width: 980px){.dashboard-builder-grid{grid-template-columns:1fr}}.link{color:var(--text);text-decoration:none}.link:hover{text-decoration:underline}.link-muted{font-size:12px;color:var(--text-muted)}.module-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.module-row-left{display:flex;align-items:center;gap:10px;min-width:0}.module-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-12{margin-top:12px}button{padding:10px 14px;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;font-weight:600}button[disabled]{background:#94a3b8;cursor:not-allowed}.banner{padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;font-size:14px;margin-bottom:16px}.banner-success{border-color:#10b98140}.banner-error{border-color:#ef444440}.error{padding:10px 12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;font-size:14px;margin-bottom:16px}.badge{padding:6px 10px;border-radius:999px;font-size:12px}.badge.ok{background:#dcfce7;color:#166534}.badge.muted{background:#e5e7eb;color:#6b7280}.hint{font-size:12px;color:var(--text-muted)}.app-shell{min-height:100vh;background:var(--bg-page)}.app-header{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;background:var(--bg-card);border-bottom:1px solid var(--border-subtle);font-size:13px;color:var(--text-muted)}.app-body{display:flex;min-height:calc(100vh - 96px)}.app-sidebar{width:220px;background:#fafafa;border-right:1px solid var(--border-subtle);padding:16px}.nav{display:grid;gap:8px}.nav-item{padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--text-primary);font-size:14px}.nav-item.disabled{color:var(--text-muted);background:transparent}.nav-soon{font-size:11px;color:var(--text-muted);margin-left:6px}.app-main{flex:1;padding:32px}.app-content{padding:20px 24px;width:100%}.app-content-inner{max-width:1320px;margin:0 auto;width:100%}.dashboard{width:100%;display:grid;gap:24px;justify-items:stretch;background:#f8fafc;padding-bottom:60px}.dashboard .card{max-width:100%;padding:18px 20px}.dashboard .section{margin-top:22px}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:28px}@media (min-width: 1200px){.dashboard-grid{grid-template-columns:1fr 1fr}}.card.span-full,.span-full{grid-column:1 / -1}.section-title{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600}.section-caption{font-size:13px;font-weight:400;opacity:.65}.dashboard-grid .card{max-width:100%}.section-band{background:#f8fafc;padding:22px;border-radius:16px;display:grid;grid-template-columns:1fr;gap:28px}@media (min-width: 1200px){.section-band{grid-template-columns:1fr 1fr}}.dashboard .page-header{position:sticky;top:0;z-index:30;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:28px 0 22px;margin-bottom:32px;border-bottom:1px solid #eef2f7;box-shadow:0 4px 20px #0f172a08}.dashboard .page-header-inner{max-width:1680px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr minmax(0,1fr) auto;align-items:end;column-gap:18px}.dashboard .page-header-left{min-width:0}.dashboard .page-header-right{justify-self:end}@media (max-width: 900px){.dashboard .page-header-inner{padding:0 20px;grid-template-columns:1fr;row-gap:12px;align-items:start}.dashboard .page-header-right{justify-self:stretch}.dashboard .control-bar{width:100%;justify-content:space-between;flex-wrap:wrap}}.page-header-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.page-title{font-size:26px;font-weight:750;letter-spacing:-.6px;line-height:1.15;margin:0}.page-subtitle{font-size:12px;color:#64748b;margin-top:6px;max-width:520px}.muted{color:var(--text-muted)}.section h2{font-size:16px;margin:0 0 12px;color:var(--text-primary)}.dashboard .kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dashboard .kpi-card{padding:4px 0;border:none;background:transparent}.kpi-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:4px}.dashboard .kpi-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard .kpi-delta{font-size:10px;font-weight:600;padding:2px 7px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;white-space:nowrap}.dashboard .kpi-delta.up{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.dashboard .kpi-delta.down{border-color:#fecaca;background:#fef2f2;color:#991b1b}.dashboard .kpi-delta.neutral{border-color:#e2e8f0;background:#f8fafc;color:#475569}.dashboard .kpi-delta.na{opacity:.6}.kpi-value{font-size:32px;font-weight:700;letter-spacing:-.6px;color:#0f172a;margin-bottom:2px}.kpi-sub{display:none}.charts{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.chart-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:20px 22px}.chart-title{font-size:16px;font-weight:600;letter-spacing:-.2px}.chart-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.chart-wrap{position:relative}.chart-svg{width:100%;height:auto;display:block}.chart-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chart-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);white-space:nowrap}.chart-legend-dot{width:8px;height:8px;border-radius:999px}.chart-tooltip{position:absolute;transform:translate(-50%,-100%);background:#0f172af0;color:#fff;border-radius:10px;padding:10px 12px;min-width:180px;pointer-events:none;box-shadow:0 14px 40px #0f172a40}.chart-tooltip-date{font-size:12px;opacity:.9;margin-bottom:6px}.chart-tooltip-rows{display:grid;gap:6px}.chart-tooltip-row{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:13px}.chart-tooltip-dot{width:8px;height:8px;border-radius:999px}.chart-tooltip-label{color:#ffffffe0}.chart-tooltip-value{font-weight:650}.section-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}@media (min-width: 1100px){.section-grid{grid-template-columns:1fr 1fr}}.card.span-2{grid-column:1 / -1}.table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:500;padding:8px 12px;border-bottom:1px solid var(--border-subtle)}.table td{font-size:13px;padding:8px 12px;border-bottom:1px solid #f1f5f9;word-break:break-word}.table tr:hover td{background:#00000005}.table a{color:var(--text);text-decoration:none}.table a:hover{text-decoration:underline}.empty-card{padding:16px;border-radius:8px;border:1px dashed var(--border-subtle);color:var(--text-muted);background:#fafafa}.empty-panel{background:#f8fafc;border-style:solid}.header-left,.header-right{display:flex;align-items:center;gap:12px}.header-left{flex:1 1 auto;min-width:0}.header-right{flex:0 0 auto}.brand-mark{width:32px;height:32px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#334155;overflow:hidden}.brand-mark.subtle{background:#f1f5f9;color:#475569}.brand-logo{height:75px;min-width:75px;width:auto;border-radius:12px;padding:6px;background:#f8fafc}.brand-mark.brand-logo{width:auto;height:auto}.header-logo{height:75px!important;width:auto!important;object-fit:contain;display:block}.header-logo-client{max-width:300px;height:auto;max-height:52px;width:auto;object-fit:contain;display:block;flex-shrink:0}.header-left{display:flex;align-items:center;gap:12px}.header-left img{flex-shrink:0}.header-left .brand-text{min-width:0}.brand-mark.brand-logo{overflow:visible}.header-logo-agency{max-width:260px}.brand-text{display:grid;gap:2px;font-size:13px;color:var(--text)}.brand-text.right{text-align:right}.brand-sub{font-size:11px;color:var(--muted)}.nav-dot{width:8px;height:8px;border-radius:50%;background:#cbd5f5;flex-shrink:0}.nav-item{display:flex;align-items:center;gap:10px}.nav-item.active{background:#0000000a;color:var(--accent);font-weight:500;border-left:3px solid var(--accent)}.nav-soon{padding:2px 6px;border-radius:999px;background:#f1f5f9}.dashboard .control-bar{width:max-content;display:flex;gap:10px;align-items:flex-end;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:10px}@media (max-width: 900px){.dashboard .control-bar{width:100%}}@media (min-width: 901px){.dashboard .page-header-right{position:relative;padding-left:18px}.dashboard .page-header-right:before{content:"";position:absolute;left:0;bottom:6px;width:1px;height:34px;background:#eef2f7}}.btn{padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--text);cursor:pointer;font-weight:600}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-secondary{background:#f8fafc;color:var(--text);border-color:var(--border)}.action-group{display:flex;flex-wrap:wrap;gap:8px}.action-group.nowrap{display:flex;gap:8px;flex-wrap:nowrap;align-items:center;white-space:nowrap}@media (max-width: 900px){.action-group.nowrap{flex-wrap:wrap;white-space:normal}}.btn-icon{padding:6px 8px;min-width:34px;height:32px;display:inline-flex;align-items:center;justify-content:center}.module-row.dense{padding:8px 0}.module-row.dense+.module-row.dense{border-top:1px solid rgba(15,23,42,.06)}.module-row-left{cursor:pointer}.module-row-actions{display:flex;gap:6px}.save-status{font-size:13px;opacity:.7;margin-right:6px}.clients-page .card,.clients-page .page{max-width:1100px}.badge{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.badge-success{background:#dcfce7;color:#166534}.badge-muted{background:#f1f5f9;color:var(--muted)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-title{font-size:16px;font-weight:600;letter-spacing:-.2px}.card-subtitle{font-size:11px;color:#64748b;margin-top:3px}.card-body{display:grid;gap:12px}.table{width:100%;border-collapse:collapse}thead th{text-align:left;color:#64748b;padding:10px 8px;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.06em;font-size:11px}tbody td{padding:10px 8px;font-size:13px;border-bottom:1px solid #f1f5f9}.table tbody tr:hover{background:#f9fafb}.dashboard .table th,.dashboard .table td{padding:7px 8px}.dashboard .table th:not(:first-child),.dashboard .table td:not(:first-child){text-align:right}.dashboard .table th:first-child,.dashboard .table td:first-child{text-align:left}.dashboard .table thead th{position:sticky;top:0;background:#fff;z-index:2}.dashboard .table th{font-weight:600;color:#475569}.dashboard .table-card{width:100%;padding-top:16px;padding-bottom:16px}.dashboard .filter-card{padding:16px 18px}.dashboard .filter-grid{margin-top:6px}.dashboard .exec-strip{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:14px 16px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.dashboard .exec-left{min-width:260px}.dashboard .exec-title{font-size:13px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.dashboard .exec-sub{margin-top:4px;font-size:12px;color:#64748b;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard .exec-compare{font-size:11px;color:#94a3b8}.dashboard .exec-dot{opacity:.6}.dashboard .exec-chip{font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569}.dashboard .exec-chip.ok{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.dashboard .exec-chip.warn{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.dashboard .exec-metrics{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(120px,1fr);gap:14px;align-items:center}.dashboard .exec-metric{padding-left:14px;border-left:1px solid #f1f5f9}.dashboard .exec-metric:first-child{border-left:none;padding-left:0}.dashboard .exec-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;margin-bottom:4px}.dashboard .exec-value{font-size:20px;font-weight:750;letter-spacing:-.4px;color:#0f172a}@media (max-width: 1100px){.dashboard .exec-strip{flex-direction:column;align-items:stretch}.dashboard .exec-metrics{grid-auto-flow:row;grid-template-columns:1fr 1fr}.dashboard .exec-metric{border-left:none;padding-left:0;padding-top:10px;border-top:1px solid #f1f5f9}.dashboard .exec-metric:first-child{border-top:none;padding-top:0}}.table-link{color:var(--text);word-break:break-word}.keyword-cell{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;padding:0;color:var(--text);cursor:pointer;text-align:left;font-size:13px;word-break:break-word}.keyword-cell span:first-child{word-break:break-word}.copy-toast{font-size:11px;color:var(--muted);padding:2px 6px;border-radius:999px;border:1px solid var(--border);background:#f8fafc}.loading-overlay{position:sticky;bottom:16px;margin-left:auto;padding:8px 12px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;width:fit-content}.chart-svg{width:100%;height:auto}.admin-shell{min-height:100vh;background:var(--bg)}.admin-header{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.admin-header-left{display:flex;flex-direction:column;gap:2px}.admin-header-title{font-size:14px;font-weight:650;color:var(--text)}.admin-header-subtitle{font-size:12px;color:var(--text-muted)}.admin-header-right{display:flex;align-items:center;gap:12px}.admin-header-links{display:flex;align-items:center;gap:6px}.admin-user-email{font-size:12px;color:var(--text-muted)}.admin-layout{display:flex}.admin-sidebar{width:220px;background:#fafafa;border-right:1px solid var(--border);padding:12px}.admin-nav{display:flex;flex-direction:column;gap:4px}.admin-content{flex:1;padding:28px 40px}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:var(--text);text-decoration:none}.admin-nav-item:hover{background:#00000008}.admin-nav-item.active{background:#0000000a;border-left:3px solid var(--accent);padding-left:7px;font-weight:500}.admin-nav-dot{width:8px;height:8px;border-radius:999px;background:#00000040}.admin-nav-item.active .admin-nav-dot{background:var(--accent)}.disabled-link{opacity:.55;cursor:not-allowed}.coming-soon-pill{margin-left:auto;font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);background:#fff}.btn-link{background:transparent;border:1px solid transparent;padding:8px 10px;border-radius:10px;color:var(--text);text-decoration:none;font-size:13px}.btn-link:hover{background:#00000008}@media (max-width: 1024px){.app-header{gap:12px}.header-logo{height:64px!important}.header-logo-client{max-width:300px}.header-logo-agency{max-width:200px}}@media (max-width: 640px){.app-header{flex-direction:column;align-items:flex-start;padding:12px 14px;min-height:unset}.header-right{width:100%;justify-content:space-between}.header-logo{height:52px!important}.header-logo-client{max-width:300px}.header-logo-agency{max-width:180px}}.two-column{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:16px}.brand-row{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.brand-row:last-child{border-bottom:none}.brand-logo{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:600;color:#475569;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-name{font-weight:600}.brand-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);margin-top:4px}.brand-actions{display:flex;gap:8px;justify-self:end}.color-dot{width:10px;height:10px;border-radius:50%}.logo-thumb{width:36px;height:36px;object-fit:cover;border-radius:8px;border:1px solid var(--border-subtle)}.dashboard .control-bar{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:100%;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:14px}.dashboard .control-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;width:100%}.dashboard .control-row:first-child{justify-content:space-between}.dashboard .segmented{display:inline-flex;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3px;gap:4px}.dashboard .seg-btn{border:none;background:transparent;padding:6px 10px;border-radius:10px;font-size:12px;color:#475569;cursor:pointer}.dashboard .seg-btn:hover{background:#f1f5f9}.dashboard .seg-btn.active{background:#0f172a;color:#fff}.dashboard .density-toggle{display:inline-flex;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3px;gap:2px}.dashboard .density-btn{border:none;background:transparent;padding:6px 10px;border-radius:10px;font-size:12px;color:#475569;cursor:pointer}.dashboard .density-btn:hover{background:#f1f5f9}.dashboard .density-btn.active{background:#0f172a;color:#fff}.density-comfortable .table th,.density-comfortable .table td{padding:8px}.density-compact .card{padding:18px}.density-compact .card-header{margin-bottom:10px}.density-compact .kpi-grid{gap:12px}.density-compact .kpi-value{font-size:28px}.density-compact .table th,.density-compact .table td{padding:6px 8px;font-size:12px}.density-compact .table th{font-size:10px}@media (max-width: 900px){.dashboard .control-row{flex-wrap:wrap;justify-content:flex-start}.segment-info{width:100%}}.admin-content{flex:1;padding:28px 40px;background:#f8fafc}.admin-content-inner{max-width:100%;width:100%;margin:0}.admin-header{height:auto;min-height:56px;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #eef2f7;box-shadow:0 6px 18px #0f172a08;padding:18px 22px}.admin-sidebar{background:#fff;border-right:1px solid #eef2f7}.admin-nav-item,.admin-nav-item.disabled-link{border-radius:12px;padding:10px 12px}.admin-nav-item.active{background:#f1f5f9}.admin-shell .page-header{position:static;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;box-shadow:none;padding:0;margin-bottom:18px}.admin-shell .page-title{font-size:28px;font-weight:800;letter-spacing:-.6px;line-height:1.15}.admin-shell .page-subtitle{margin-top:6px;font-size:13px;color:#64748b}.admin-shell .card{background:#fff;border:1px solid #eef2f7;border-radius:16px;box-shadow:0 10px 30px #0f172a0a;width:100%}.admin-shell .card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.admin-shell .card-title{font-size:14px;font-weight:750;color:#0f172a}.admin-shell .btn{border-radius:12px}.admin-shell .table{width:100%;table-layout:fixed;border-collapse:collapse}.admin-shell .table th,.admin-shell .table td{padding:8px 10px;vertical-align:middle}.admin-shell .table th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.admin-shell .table td{font-size:13px;color:#0f172a}.admin-shell .table td:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell .logo-thumb,.admin-shell .brand-logo{width:34px;height:34px;border-radius:10px;object-fit:contain;background:#fff;border:1px solid #eef2f7}.admin-shell .two-column{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-branding-stack{display:flex;flex-direction:column;gap:24px;margin-top:16px}@media (max-width: 1100px){.admin-content{padding:18px}.admin-content-inner{max-width:100%}.admin-shell .two-column{grid-template-columns:1fr}}@media (max-width: 1024px){.admin-content{padding:20px}}.admin-shell .field input,.admin-shell .field select{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#fff;font-size:13px}.admin-shell .action-group.nowrap{flex-wrap:wrap;gap:10px}.admin-shell .actions-cell{width:520px}.admin-shell .admin-actions-row{display:flex;gap:8px;flex-wrap:nowrap;align-items:center}.admin-shell .btn-sm{padding:6px 10px;font-size:12px;border-radius:10px;white-space:nowrap}.admin-shell .table{table-layout:auto}.admin-shell .integrations-table th{text-align:left}.admin-shell .client-col{font-weight:600;color:#0f172a;width:220px}.admin-shell .integrations-card{width:100%}.admin-shell .integrations-card .table{table-layout:fixed;width:100%}.admin-shell .integrations-card .table th:first-child,.admin-shell .integrations-card .table td:first-child{width:220px}.admin-shell .integrations-card .table th:nth-child(2),.admin-shell .integrations-card .table td:nth-child(2),.admin-shell .integrations-card .table th:nth-child(3),.admin-shell .integrations-card .table td:nth-child(3){width:calc((100% - 220px)/2)}.admin-shell .integration-row{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.admin-shell .status-chip{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;word-break:normal;overflow-wrap:normal;line-height:1}.admin-shell .status-chip.connected{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-shell .status-chip.disconnected{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.admin-shell .integration-row .btn{padding:7px 12px;border-radius:12px;font-size:13px;white-space:nowrap}.admin-shell .integrations-summary-row td{vertical-align:middle}.admin-shell .integration-summary-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-shell .integration-expand-cell{width:56px;text-align:right}.admin-shell .integration-expand-btn{min-width:36px;padding-left:0;padding-right:0}.admin-shell .integrations-detail-row td{background:#f8fafc;border-bottom:1px solid #eef2f7;padding-top:12px;padding-bottom:12px}.admin-shell .integration-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-shell .integration-detail-section{background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:10px}.admin-shell .admin-content{width:100%}.admin-shell .admin-content-inner{width:100%;max-width:1500px;margin:0;padding:32px 40px}.admin-shell .page{width:100%;justify-content:flex-start;padding:0}.admin-shell .card{width:100%;max-width:none}.admin-shell .table{width:100%;table-layout:auto}.admin-shell .table-card,.admin-shell .card.table-card{width:100%;max-width:none}.admin-shell .card-body{overflow-x:auto}.admin-shell .badge,.admin-shell .btn,.admin-shell button{white-space:nowrap}.admin-shell .two-column{display:grid;grid-template-columns:1fr;gap:18px}.admin-shell .row{flex-wrap:nowrap;align-items:center}.admin-shell .actions-row{display:flex;gap:10px;flex-wrap:nowrap;align-items:center}.admin-shell .integration-actions{display:inline-flex;gap:10px;align-items:center;flex-wrap:nowrap}.admin-shell .integrations-table td{min-width:0;overflow:hidden}.admin-shell .integrations-table .integration-cell{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.admin-shell .integrations-table .integration-row,.admin-shell .integrations-table .integration-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;overflow:hidden}.admin-shell .integrations-table .integration-meta{font-size:12px;color:var(--text-muted);min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.admin-shell .integrations-table .integration-meta.warn{color:#9a3412}.admin-shell .integrations-table .integration-actions .btn,.admin-shell .integrations-table .integration-actions .chip{flex-shrink:0}.admin-shell .integrations-table .btn.btn-sm{height:34px;padding:6px 10px;font-size:12px;line-height:1}.admin-shell .admin-branding-page .stack,.admin-shell .admin-clients-page .stack{width:100%}.admin-shell .admin-branding-page .admin-branding-sections{gap:18px}.admin-shell .admin-branding-page .card{max-width:none}.admin-shell .admin-branding-page .admin-brand-create-row{align-items:flex-end}.admin-shell .admin-branding-page .table{width:100%;table-layout:auto}.admin-shell .admin-branding-page .table th:nth-child(5),.admin-shell .admin-branding-page .table td:nth-child(5){min-width:220px;white-space:nowrap}.admin-shell .admin-branding-page .brand-actions .btn{height:38px;display:inline-flex;align-items:center}.admin-shell .admin-branding-page .brand-logo{width:56px;height:56px}.admin-shell .admin-branding-page .logo-thumb{width:48px;height:48px;border-radius:10px;object-fit:contain}.admin-shell .admin-clients-page,.admin-shell .admin-clients-page .card{max-width:none}.admin-shell .admin-clients-page .actions-col,.admin-shell .admin-clients-page .actions-cell{min-width:460px;width:460px}.admin-shell .admin-clients-page .actions-row{justify-content:flex-start}@media (max-width: 1100px){.admin-shell .integrations-table .integration-row,.admin-shell .integrations-table .integration-actions{flex-wrap:wrap}.admin-shell .integrations-table .integration-meta{max-width:100%}.admin-shell .admin-clients-page .actions-col,.admin-shell .admin-clients-page .actions-cell{min-width:0;width:auto}.admin-shell .integration-detail-grid{grid-template-columns:1fr}}.admin-shell .chip-warn{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.admin-shell .hint{margin-top:6px;font-size:12px;color:#0000009e;max-width:360px}.segmented{display:inline-flex;border:1px solid var(--border-subtle);border-radius:10px;overflow:hidden;background:var(--bg-card)}.segmented-btn{background:transparent;border:none;padding:10px 12px;font-size:12px;color:var(--text);cursor:pointer}.segmented-btn.active{background:#2563eb1f;color:var(--text);font-weight:600}.segmented-btn.disabled{opacity:.45;cursor:not-allowed}.exec-strip{display:flex;align-items:center;justify-content:space-between;gap:12px}.exec-title{font-size:12px;font-weight:700}.exec-sub{margin-top:4px;font-size:12px;color:var(--text-muted)}.filter-card .filter-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:16px;z-index:60}.modal{width:100%;max-width:760px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border-subtle)}.modal-title{font-size:14px;font-weight:700}.modal-subtitle{margin-top:4px;font-size:12px;color:var(--text-muted)}.modal-body{padding:16px 18px}.modal-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.chip-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.chip{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12px;line-height:1;cursor:pointer;border:1px solid var(--accent);color:var(--accent);background:var(--bg-card);background:color-mix(in srgb,var(--accent) 12%,white);flex:0 0 auto;width:auto}.segmented-control .chip{flex:0 0 auto!important}.chip:hover{background:color-mix(in srgb,var(--accent) 16%,white)}.chip-label{white-space:nowrap}.chip-x{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;border:1px solid var(--accent);color:var(--accent);font-size:10px;line-height:1}.chip-a,.chip-b{border-color:var(--accent)}.page-container{max-width:1200px;margin:0 auto;padding:0 18px}.control-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.control-bar .field{min-width:180px}.exec-strip,.filter-card{padding:14px 16px}.dashboard .table-card .card-body{padding:12px 16px 16px}.keywords-page .keywords-control-bar{width:auto;max-width:100%;padding:8px}.keywords-page .keywords-toolbar-tabs{flex:0 0 auto}.keywords-page .keywords-page-header{margin-bottom:8px}.keywords-page .keywords-header-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap}.keywords-page .keywords-toolbar-main{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.keywords-page .keywords-toolbar-tabs,.keywords-page .keywords-toolbar-main .btn,.keywords-page .keywords-search-field input{height:36px}.keywords-page .keywords-toolbar-tabs .segmented-btn{height:30px;line-height:30px;padding-top:0;padding-bottom:0}.keywords-page .keywords-search-field{min-width:240px;gap:2px;font-size:11px}.keywords-page .keywords-search-label{color:#64748b}.keywords-page .keywords-chip-row{padding:0 16px;margin-bottom:10px}.keywords-page .section{padding:0 16px;margin-top:12px}.keywords-page .filter-card{width:100%}.keywords-page .keywords-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.keywords-page .keywords-filter-grid .field{min-width:0}.keywords-page .keywords-filter-rows,.keywords-page .keywords-filter-row{display:grid;gap:12px}.keywords-page .keywords-filter-row-top,.keywords-page .keywords-filter-row-bottom{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 980px){.keywords-page .keywords-header-controls{flex-wrap:wrap;justify-content:flex-start}.keywords-page .keywords-toolbar-main{flex-wrap:wrap}.keywords-page .keywords-search-field{min-width:180px}.keywords-page .keywords-filter-row-top,.keywords-page .keywords-filter-row-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1200px){.keywords-page .keywords-filter-row-top{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.keywords-page .keywords-filter-row-top,.keywords-page .keywords-filter-row-bottom{grid-template-columns:1fr}}.table{width:100%}
