:root,:root[data-theme=light]{color-scheme:light;--bg: #f7f8ff;--shell: #ffffff;--surface: #ffffff;--surface-2: #f5f6fa;--surface-3: #eef0ff;--line: #e6e8f0;--line-soft: #f0f1f6;--text: #05060a;--muted: #7a8094;--muted-2: #4b5063;--brand: #6b70ff;--brand-dark: #555beb;--brand-soft: #eef0ff;--green: #22c773;--green-soft: #e8fbf1;--red: #f0445e;--red-soft: #fff0f3;--red-line: #ffd4dc;--yellow: #f59e0b;--row-even: #ffffff;--row-odd: #fafbff;--row-hover: #f4f6fb;--access-soft: #fff2f2;--badge-neutral: #f4f6fb;--badge-warning: #ffe6ea;--badge-ok: #dcf8ea;--shadow-card: 0 14px 38px rgba(15, 23, 42, .035);--shadow-control: 0 8px 18px rgba(15, 23, 42, .05)}:root[data-theme=dark]{color-scheme:dark;--bg: #191919;--shell: #202020;--surface: #1f1f1f;--surface-2: #252525;--surface-3: #2f2f2f;--line: #373737;--line-soft: #2f2f2f;--text: #ededed;--muted: #9b9b9b;--muted-2: #c8c8c8;--brand: #8f8cf7;--brand-dark: #7d78ed;--brand-soft: rgba(143, 140, 247, .17);--green: #35c77b;--green-soft: rgba(53, 199, 123, .14);--red: #f05b6f;--red-soft: rgba(240, 91, 111, .14);--red-line: rgba(240, 91, 111, .38);--yellow: #e8a13a;--row-even: #1f1f1f;--row-odd: #222222;--row-hover: #2a2a2a;--access-soft: rgba(240, 91, 111, .12);--badge-neutral: #2b2b2b;--badge-warning: rgba(240, 91, 111, .16);--badge-ok: rgba(53, 199, 123, .14);--shadow-card: 0 2px 8px rgba(0, 0, 0, .14);--shadow-control: 0 2px 6px rgba(0, 0, 0, .12)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:sohne-var,Sohne,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;font-size:14px;letter-spacing:0;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.68}.loading-shell,.login-page{min-height:100vh;display:grid;place-items:center;background:var(--bg)}.loading-shell .page-skeleton{width:min(520px,calc(100vw - 32px))}.page-skeleton{display:grid;gap:14px}.app-skeleton{justify-items:center;text-align:center}.skeleton-block{position:relative;display:block;min-width:8px;overflow:hidden;border-radius:7px;background:var(--surface-3)}.skeleton-block:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;translate:-110% 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);animation:skeleton-shimmer 1.4s ease-in-out infinite}:root[data-theme=dark] .skeleton-block:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.skeleton-line{max-width:100%}.skeleton-toolbar{min-height:58px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:10px}.skeleton-toolbar-spacer{flex:1 1 auto}.skeleton-table{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.skeleton-table-head,.skeleton-table-row{display:grid;grid-template-columns:repeat(var(--skeleton-columns, 8),minmax(100px,1fr));gap:18px;align-items:center;min-width:860px;border-bottom:1px solid var(--line-soft);padding:12px}.skeleton-table-head{background:var(--surface)}.skeleton-table-row:nth-child(odd){background:var(--row-odd)}.skeleton-card-grid{display:grid;gap:14px}.skeleton-card-grid-metric{grid-template-columns:repeat(5,minmax(150px,1fr))}.skeleton-card-grid-integration{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.skeleton-card-grid-team{grid-template-columns:repeat(auto-fill,minmax(262px,1fr));gap:16px}.skeleton-card{min-height:142px;display:grid;align-content:center;justify-items:center;gap:10px;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface);padding:16px}.skeleton-card-metric{min-height:88px;grid-template-columns:44px minmax(0,1fr);align-content:center;justify-items:stretch;text-align:left}.skeleton-card-integration{min-height:162px;grid-template-columns:36px minmax(0,1fr);align-content:start;justify-items:stretch;text-align:left}.skeleton-card-team{position:relative;min-height:238px;align-content:center;gap:12px;padding:28px 20px 66px}.skeleton-card-team:after{content:"";position:absolute;right:0;bottom:0;left:0;height:50px;border-top:1px solid var(--line-soft)}.skeleton-card-team .skeleton-card-copy{justify-items:center}.skeleton-card-team .skeleton-card-footline{position:absolute;right:14px;bottom:18px;width:42%!important}.skeleton-card-copy{width:100%;display:grid;gap:8px}.skeleton-card-footline{align-self:end;margin-top:8px}.skeleton-form-panel{display:grid;gap:14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:16px}.skeleton-form-grid{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:12px}.page-skeleton-split{grid-template-columns:minmax(420px,760px) minmax(320px,420px);align-items:start}.clients-loading-table{margin-top:14px}.login-theme{position:fixed;right:22px;top:22px}.login-box{width:min(392px,calc(100vw - 32px));padding:26px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-card)}.login-mark,.brand-mark,.metric-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand)}.login-mark{width:38px;height:38px;margin-bottom:16px;border-radius:10px}.brand-logo-mark{overflow:hidden;background:transparent;color:inherit;padding:0}.brand-logo-mark img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.login-title{margin-bottom:20px;font-size:18px;font-weight:720}.login-box label{display:grid;gap:8px;margin-bottom:14px;color:var(--muted-2);font-weight:590}.login-box input,.search-box input{width:100%;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);outline:none}.login-box input{height:40px;padding:0 12px}.login-box input:focus,.search-box input:focus{border-color:#6b70ff8c;box-shadow:0 0 0 3px #6b70ff1a}.primary-button,.icon-button,.theme-toggle,.actions-button{height:38px;border-radius:9px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--text);background:var(--surface)}.primary-button,.actions-button{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:700;box-shadow:0 12px 30px #6b70ff33}.primary-button{width:100%;margin-top:4px}.icon-button,.theme-toggle{padding:0 12px;color:var(--muted-2);box-shadow:var(--shadow-control)}.icon-button:hover,.theme-toggle:hover{border-color:#6b70ff59;color:var(--brand)}.form-error,.notice.error{color:var(--red)}.form-error{margin-top:12px}.app-shell{height:100vh;display:grid;grid-template-columns:248px 1fr;overflow:hidden}.sidebar{height:100vh;border-right:1px solid var(--line);background:var(--shell);padding:22px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;overflow:hidden}.brand-row{display:flex;align-items:center;gap:11px;margin-bottom:24px}.brand-mark{width:36px;height:36px;border-radius:10px}.brand{font-size:16px;font-weight:760}.brand-subtitle{margin-top:2px;color:var(--muted);font-size:12px}.sidebar-main-nav,.sidebar-footer{display:grid;gap:4px}.sidebar-footer{padding-top:14px;border-top:1px solid var(--line-soft)}.nav-item{width:100%;height:40px;display:flex;align-items:center;gap:9px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:var(--muted-2);text-decoration:none;font-weight:620;text-align:left}.nav-item.active,.nav-item:hover{background:var(--brand-soft);color:var(--brand)}.sidebar-user{min-width:0;padding:2px 11px 8px;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content{height:100vh;min-width:0;overflow-y:auto;padding:22px 28px 34px}.topbar{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}h1{margin:0;font-size:24px;line-height:1.15;font-weight:780;letter-spacing:0}.topbar p{margin:6px 0 0;color:var(--muted)}.performance-strip{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin-bottom:18px}.metric-card{position:relative;min-height:88px;display:flex;align-items:center;gap:14px;overflow:hidden;border:1px solid var(--line-soft);border-radius:12px;background:var(--surface);padding:16px;box-shadow:var(--shadow-card)}.metric-card.refreshing{border-color:#6b70ff3d}.metric-card.refreshing:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;translate:-115% 0;background:linear-gradient(90deg,transparent,rgba(107,112,255,.08),transparent);animation:refresh-sweep 1.15s ease-in-out infinite;pointer-events:none}.metric-icon{width:44px;height:44px;border-radius:12px;flex:0 0 auto}.metric-copy{min-width:0;display:grid;gap:3px}.metric-value{display:block;font-size:18px;font-weight:780;line-height:1.2;white-space:nowrap}.motion-value-active{animation:value-settle .52s ease both}.metric-label{display:inline-flex;align-items:center;gap:3px;margin-top:0;color:var(--muted);font-size:13px;font-weight:590;line-height:1.25}.notice{min-height:38px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;background:var(--surface);padding:8px 11px;margin-bottom:10px;color:var(--muted-2)}.access-warning-panel{border:1px solid rgba(240,68,94,.24);border-radius:10px;background:var(--access-soft);margin-bottom:10px;overflow:hidden}.access-warning-title{min-height:38px;display:flex;align-items:center;gap:8px;padding:8px 11px;color:var(--red);font-weight:760}.access-warning-line{min-height:36px;display:grid;grid-template-columns:minmax(160px,1fr) 170px;gap:10px;align-items:center;border-top:1px solid rgba(240,68,94,.14);padding:8px 11px}.access-warning-line strong{color:var(--text)}.access-warning-line span{color:var(--muted-2);font-size:12px;font-weight:700}.toolbar-card{display:flex;align-items:center;justify-content:space-between;gap:9px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:10px;margin:14px 0;box-shadow:var(--shadow-card)}.ads-toolbar{justify-content:space-between}.ads-toolbar-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;min-width:0}.actions-button{flex:0 0 auto;min-width:112px;padding:0 14px}.date-range-select{height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted-2);padding:0 10px;box-shadow:var(--shadow-control)}.date-range-select span{color:var(--muted);font-size:12px;font-weight:720}.custom-select{display:inline-block;min-width:0}.custom-select-trigger{width:100%;height:31px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--text);padding:0 8px;text-align:left;outline:none}.custom-select-text,.custom-select-trigger>.select-pill,.custom-select-trigger>.select-person-option{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-pill{max-width:100%;height:22px;display:inline-flex;align-items:center;gap:6px;border-radius:6px;background:var(--select-pill-bg, var(--surface-3));color:var(--select-pill-text, var(--text));padding:0 8px;font-weight:680;line-height:22px}.select-pill span:last-child{min-width:0;overflow:hidden;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.select-pill-dot{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:var(--select-pill-dot, currentColor);translate:0 .5px}.select-pill-blue{--select-pill-bg: #337ea9;--select-pill-text: #f5f9fc;--select-pill-dot: #7dc7ff}.select-pill-purple{--select-pill-bg: #7b529e;--select-pill-text: #fbf7ff;--select-pill-dot: #d5a8ff}.select-pill-green{--select-pill-bg: #448361;--select-pill-text: #f5fff9;--select-pill-dot: #7ee0a6}.select-pill-orange{--select-pill-bg: #9f6b35;--select-pill-text: #fff9f1;--select-pill-dot: #e7a35b}.select-pill-yellow{--select-pill-bg: #8f6b2f;--select-pill-text: #fff8e8;--select-pill-dot: #e1b74f}.select-pill-red{--select-pill-bg: #b1544f;--select-pill-text: #fff7f6;--select-pill-dot: #ff918b}.select-pill-tan{--select-pill-bg: #8c6d5a;--select-pill-text: #fff7ef;--select-pill-dot: #d1aa8d}.select-pill-brown{--select-pill-bg: #756252;--select-pill-text: #fff7ef;--select-pill-dot: #bba38f}.select-pill-mauve{--select-pill-bg: #955f7d;--select-pill-text: #fff7fb;--select-pill-dot: #d698ba}.select-pill-gray{--select-pill-bg: #5f5f5f;--select-pill-text: #f7f7f7;--select-pill-dot: #b6b6b6}.select-person-option{min-width:0;display:inline-flex;align-items:center;gap:8px}.select-person-avatar{width:22px;height:22px;flex:0 0 auto;display:inline-grid;place-items:center;overflow:hidden;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:10px;font-weight:800}.select-person-avatar img{width:100%;height:100%;object-fit:cover}.select-person-copy{min-width:0;display:grid;gap:1px}.select-person-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-person-copy span:first-child{color:var(--text);font-weight:720}.select-person-copy span+span{color:var(--muted);font-size:11px;font-weight:600}.custom-select-trigger svg{flex:0 0 auto;color:var(--muted)}.custom-select-trigger:hover,.custom-select-trigger:focus-visible{border-color:#6b70ff73}.custom-select-trigger:focus-visible{box-shadow:0 0 0 2px #6b70ff1a}.custom-select-chip,.custom-select-chip.inline-select{width:auto;min-width:0}.custom-select-chip.inline-select{width:100%}.custom-select-chip .custom-select-trigger{width:auto;min-width:0;height:auto;justify-content:flex-start;border:0;background:transparent;padding:0;box-shadow:none}.custom-select-chip.inline-select .custom-select-trigger{width:100%}.custom-select-chip .custom-select-trigger:hover,.custom-select-chip .custom-select-trigger:focus-visible{border-color:transparent;box-shadow:none}.custom-select-chip .custom-select-text{color:var(--muted);font-weight:650}.custom-select-menu{position:fixed;z-index:1200;max-height:244px;overflow-y:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:4px;box-shadow:0 12px 28px #0f172a24}.custom-select-option{width:100%;min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:6px;background:transparent;color:var(--text);padding:0 8px;text-align:left}.custom-select-option:hover,.custom-select-option:focus-visible{background:var(--surface-2);outline:none}.custom-select-option.selected{background:var(--brand-soft)}.custom-select-check{color:var(--brand);flex:0 0 auto}.date-range-dropdown{min-width:116px}.date-range-dropdown .custom-select-trigger{height:28px;border:0;background:transparent;padding:0;font-weight:740;box-shadow:none}.date-range-dropdown .custom-select-trigger:focus-visible{box-shadow:none}.status-multiselect{position:relative;flex:0 0 auto}.status-multiselect summary{height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted-2);padding:0 13px;font-weight:680;box-shadow:none;cursor:pointer;list-style:none}.status-multiselect summary::-webkit-details-marker{display:none}.status-multiselect summary:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;rotate:45deg;margin-top:-4px;color:var(--muted)}.status-multiselect[open] summary:after{rotate:225deg;margin-top:4px}.status-multiselect strong{color:var(--brand);font-weight:760}.status-menu{position:absolute;z-index:20;top:44px;left:0;width:282px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 8px 18px #0f172a1f;padding:8px}.status-search{position:relative;margin-bottom:8px}.status-search svg{position:absolute;left:9px;top:9px;color:var(--muted)}.status-search input{width:100%;height:32px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--text);outline:none;padding:0 9px 0 30px}.status-search input:focus{border-color:#6b70ff8c;box-shadow:0 0 0 2px #6b70ff1a}.status-option-list{display:grid;gap:1px;max-height:210px;overflow-y:auto;padding-right:2px}.status-option-row{min-height:31px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;border-radius:6px;padding:4px 6px;color:var(--text);font-size:12px}.status-option-row:hover{background:var(--surface-2)}.status-option-row:has(input:checked){background:var(--brand-soft)}.status-option-main{min-width:0;display:block}.status-option-main span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.status-option-main span:last-child{color:var(--muted);font-size:12px;text-transform:capitalize}.status-option-count{color:var(--muted);font-size:12px;font-weight:700}.filter-apply{width:100%;height:34px;margin-top:8px;border:1px solid var(--brand);border-radius:6px;background:var(--brand);color:#fff;font-weight:760}.status-empty{display:none;padding:8px 6px;color:var(--muted)}.status-empty.visible{display:block}.search-box{position:relative;width:min(420px,42vw);flex:0 1 420px}.search-box svg{position:absolute;left:12px;top:10px;color:var(--muted)}.search-box input{height:38px;padding:0 12px 0 38px}.settings-page{max-width:none}.settings-tabs{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);margin:-4px 0 18px}.settings-tabs button{height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:0 2px;font-weight:720}.settings-tabs button:hover,.settings-tabs button.active{color:var(--text)}.settings-tabs button.active{border-bottom-color:var(--brand)}.settings-section{margin-bottom:18px}.settings-section-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.settings-section-head h2{margin:0;color:var(--text);font-size:15px;font-weight:760;letter-spacing:0}.settings-profile-panel{max-width:920px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:14px;box-shadow:var(--shadow-card)}.settings-form-grid{display:grid;grid-template-columns:minmax(260px,420px) minmax(220px,1fr);align-items:end;gap:12px}.agency-form-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.settings-form-grid label,.settings-logo-upload{display:grid;gap:7px;color:var(--muted-2);font-size:12px;font-weight:700}.settings-upload-row{display:flex;align-items:center;gap:12px;min-height:46px}.settings-upload-preview{width:42px;height:42px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);overflow:hidden}.settings-upload-preview img{width:100%;height:100%;object-fit:cover;display:block}.settings-logo-upload p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.35;font-weight:500}.settings-modal-form label{display:grid;gap:7px;color:var(--muted-2);font-size:12px;font-weight:700}.settings-form-grid input,.settings-form-grid select,.settings-form-grid textarea,.settings-modal-form input[type=password],.settings-modal-form input[type=text],.settings-form-grid input[type=password]{width:100%;min-height:36px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 10px;outline:none}.settings-form-grid textarea{min-height:82px;padding:9px 10px;resize:vertical}.settings-form-grid input:focus,.settings-form-grid select:focus,.settings-form-grid textarea:focus,.settings-modal-form input[type=password]:focus,.settings-modal-form input[type=text]:focus,.settings-form-grid input[type=password]:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.settings-color-field{align-content:start}.settings-color-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px}.settings-form-grid .settings-color-picker{width:42px;min-height:36px;padding:3px;cursor:pointer}.settings-hex-input{min-height:36px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.settings-hex-input:focus-within{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.settings-hex-input span{padding-left:10px;color:var(--muted);font-weight:700}.settings-form-grid .settings-hex-input input{min-height:34px;border:0;border-radius:0;background:transparent;padding-left:2px;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,monospace;text-transform:lowercase}.settings-form-grid .settings-hex-input input:focus{box-shadow:none}.settings-check-row{min-height:36px;display:inline-flex!important;grid-template-columns:none!important;align-items:center;justify-content:flex-start;gap:9px!important;padding:0 2px}.settings-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.settings-actions.wrap{flex-wrap:wrap}.icon-danger:hover{border-color:#f0445e59;color:var(--red)}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:14px}.integration-card{min-height:160px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-card)}.integration-card.disabled{opacity:.78}.integration-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex:1 1 auto;padding:16px 14px 12px}.integration-app{min-width:0;display:flex;align-items:flex-start;gap:11px}.integration-logo{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.integration-logo img{width:24px;height:24px;display:block;object-fit:contain}.integration-logo-openai{background:#fff}.integration-logo-stripe img{width:24px;height:24px;border-radius:5px}.integration-card h3{margin:0;color:var(--text);font-size:14px;font-weight:760}.integration-card p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.35;white-space:normal}.integration-card-foot{border-top:1px solid var(--line-soft);padding:10px 14px}.integration-card-foot .icon-button{width:100%;justify-content:center;box-shadow:none}.integration-facts{display:grid;gap:4px;color:var(--muted-2);font-size:12px;font-weight:650}.integration-helper-link{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:12px;font-weight:720;text-decoration:none}.integration-helper-link:hover{text-decoration:underline}.integration-message{border-left:2px solid var(--red);padding-left:8px;color:var(--muted-2)!important}.integration-placeholder{height:36px;display:inline-flex;align-items:center;color:var(--muted);font-weight:700}.ai-agent-layout{display:grid;grid-template-columns:minmax(420px,760px) minmax(320px,420px);gap:16px;align-items:start}.ai-agent-form-panel,.ai-agent-sources-panel{max-width:none}.ai-agent-enabled-row{align-self:center}.ai-agent-wide-field{display:grid;gap:7px;margin-top:12px;color:var(--muted-2);font-size:12px;font-weight:700}.ai-agent-wide-field textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:10px;resize:vertical;outline:none}.ai-agent-wide-field textarea:focus{border-color:#6b70ff8c;box-shadow:0 0 0 2px #6b70ff1a}.ai-source-list{display:grid;gap:0;border-top:1px solid var(--line-soft)}.ai-source-row{min-height:74px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line-soft);padding:12px 2px}.ai-source-row.disabled{opacity:.72}.ai-source-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;color:var(--muted-2);background:var(--surface-2)}.ai-source-icon img{width:20px;height:20px;object-fit:contain}.ai-source-copy{min-width:0;display:grid;gap:3px}.ai-source-copy>span:first-child{font-weight:760}.ai-source-copy>span:last-child{color:var(--muted);font-size:12px;line-height:1.35}.ai-source-state{display:inline-flex;align-items:center;gap:12px}.ai-source-state input,.settings-check-row input{accent-color:var(--brand)}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#0a0a0c7a;padding:24px;animation:modal-backdrop-enter .16s ease both}.settings-modal{width:min(520px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-card);transform-origin:center;animation:modal-panel-enter .18s ease both}.settings-modal-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:14px}.settings-modal-head h3{margin:0 0 5px;color:var(--text);font-size:15px;font-weight:760}.settings-modal-body{padding:14px}.settings-modal-form{display:grid;gap:12px}.toast-launcher-root{position:fixed;right:22px;bottom:22px;z-index:70;transition:right .18s ease,translate .18s ease}.toast-launcher-actions{display:flex;align-items:center;gap:8px;transition:opacity .16s ease,translate .18s ease,scale .18s ease}.toast-launcher-button,.toast-restore-button,.toast-hide-button{border:1px solid var(--line);background:var(--surface);color:var(--text);box-shadow:var(--shadow-control)}.toast-launcher-button{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent;box-shadow:none;padding:0}.toast-launcher-button:hover,.toast-launcher-button:focus-visible{background:var(--surface-2);outline:none}.toast-hide-button{width:28px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0;color:var(--muted-2)}.toast-restore-button{position:absolute;right:0;bottom:2px;width:30px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-right:0;border-radius:10px 0 0 10px;padding:0;opacity:0;pointer-events:none;translate:34px 0;transition:opacity .16s ease,translate .18s ease}.toast-launcher-root.is-stashed{right:0}.toast-launcher-root.is-stashed .toast-launcher-actions{opacity:0;pointer-events:none;scale:.96;translate:34px 0}.toast-launcher-root.is-stashed .toast-restore-button{opacity:1;pointer-events:auto;translate:0 0}.toast-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:820;overflow:hidden}.toast-launcher-button .toast-icon{width:48px;height:48px;border-radius:12px;transition:scale .16s ease,background-color .16s ease}.toast-launcher-button:hover .toast-icon,.toast-launcher-button:focus-visible .toast-icon{scale:1.03}.toast-icon img{width:100%;height:100%;display:block;object-fit:cover}.toast-chat-panel{position:absolute;right:0;bottom:66px;width:min(374px,calc(100vw - 44px));opacity:0;pointer-events:none;scale:.98;translate:0 8px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden;transform-origin:bottom right;transition:opacity .18s ease,translate .18s ease,scale .18s ease}.toast-launcher-root.is-open .toast-chat-panel{opacity:1;pointer-events:auto;scale:1;translate:0 0}.toast-chat-head{min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:var(--surface-2);padding:10px 12px}.toast-chat-head strong,.toast-chat-head span{display:block}.toast-chat-head strong{font-size:14px;font-weight:760}.toast-chat-head span{margin-top:3px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.toast-chat-head span i{width:7px;height:7px;display:inline-block;border-radius:999px;background:var(--yellow)}.toast-chat-body{min-height:245px;padding:14px 12px;background:var(--surface)}.toast-chat-thread{display:grid;gap:12px}.toast-message{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:9px}.toast-message .toast-icon{width:28px;height:28px;border-radius:8px;font-size:11px}.toast-message p{margin:0;width:fit-content;max-width:275px;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface-2);color:var(--text);padding:9px 10px;font-size:13px;line-height:1.42}.toast-message.quiet p{color:var(--muted-2)}.toast-chat-input{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;border-top:1px solid var(--line);background:var(--surface-2);padding:10px 12px}.toast-chat-input input{width:100%;height:36px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);padding:0 10px}.toast-chat-input button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted)}.team-toolbar{display:flex;justify-content:space-between;align-items:center;min-height:42px;margin:16px 0 10px}.team-section{margin-top:22px}.team-section-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.team-section-head h2{margin:0;color:var(--text);font-size:15px;font-weight:760}.team-section-head span{color:var(--muted);font-size:12px;font-weight:700}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(262px,1fr));gap:16px}.team-card{position:relative;min-height:238px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:28px 20px 66px}.team-card-main,.team-card-title,.team-card-actions{display:flex;align-items:center}.team-card-main{width:100%;flex-direction:column;justify-content:center;gap:12px;min-width:0;text-align:center}.team-card-title{gap:8px;justify-content:center}.team-card-title strong{min-width:0;overflow:hidden;color:var(--text);font-size:14px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.team-card-copy{width:100%;min-width:0}.team-card-role,.team-card-email,.team-card-muted{color:var(--muted);font-size:12px;line-height:1.35}.team-card-role{width:100%;min-height:22px;display:inline-flex;align-items:center;justify-content:center;gap:5px;margin-top:3px;color:var(--muted-2);font-weight:700}.team-card-role span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-card-email{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-card-actions{position:absolute;right:0;bottom:0;left:0;width:100%;min-height:50px;align-items:center;justify-content:flex-end;gap:6px;border-top:1px solid var(--line-soft);padding:9px 14px}.team-card-actions .icon-button{height:32px;padding:0 12px;box-shadow:none}.team-status-corner{position:absolute;top:15px;right:15px;z-index:1;width:9px;height:9px;border-radius:999px;background:#d98f32;box-shadow:0 0 0 2px var(--surface)}.team-status-corner.active{background:var(--green)}.team-status-corner.offboarded{background:var(--red)}.team-add-card{justify-content:center;color:var(--muted);border-style:dashed;cursor:pointer;padding:28px 20px}.team-add-card strong{color:var(--text);font-size:14px}.team-add-card span:last-child{font-size:12px}.team-add-card:hover{border-color:#6b70ff73;color:var(--brand)}.team-add-icon{width:72px;height:72px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--brand)}.team-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:8px;background:var(--surface-2);color:var(--brand);font-size:12px;font-weight:800}.team-avatar img{width:100%;height:100%;object-fit:cover}.team-card>.team-card-main .team-avatar{width:82px;height:82px;border-radius:999px;font-size:16px}.team-avatar.large{width:58px;height:58px;border-radius:10px;font-size:14px}.team-payroll-wrap,.team-access-wrap{margin-top:0}.team-payroll-table,.team-access-table{min-width:900px}.team-payroll-table th,.team-payroll-table td,.team-access-table th,.team-access-table td{padding:9px 12px}.team-member-modal{width:min(720px,100%)}.team-info-modal{width:min(520px,100%)}.team-info-head{display:flex;align-items:center;gap:11px;min-width:0}.team-info-list{display:grid;gap:12px}.team-info-list>div{display:grid;gap:4px}.team-info-list span{color:var(--muted);font-size:12px}.team-info-list strong,.team-info-list p,.team-info-list a{margin:0;color:var(--text);font-size:13px;line-height:1.45}.team-info-list a{display:inline-flex;align-items:center;gap:5px;width:max-content;color:var(--brand);text-decoration:none;font-weight:700}.team-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-avatar-upload{grid-column:1 / -1;display:flex;align-items:center;gap:14px;min-width:0}.team-avatar-upload p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.team-file-button{width:max-content;cursor:pointer}.team-file-button input{display:none}.team-file-button.disabled{opacity:.62;cursor:default}.team-status-select{margin-top:7px}.team-description-field{grid-column:1 / -1}.icon-button.square{width:34px;height:34px;padding:0;flex:0 0 auto}.team-card .icon-button.square.quiet{width:24px;height:24px;border-color:transparent;background:transparent;box-shadow:none}.team-info-button{color:var(--muted)}.team-info-button:hover{color:var(--text)}.clients-page{max-width:none;display:flex;flex-direction:column;overflow:hidden}.clients-toolbar{flex:0 0 auto;justify-content:space-between}.clients-toolbar-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;min-width:0}.clients-table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.clients-directory-table{min-width:1280px}.clients-directory-table th{position:sticky;top:0;z-index:6;background:var(--surface)}.clients-directory-table th,.clients-directory-table td{font-size:12px}.clients-directory-table tbody tr.row-even{background:var(--row-even)}.clients-directory-table tbody tr.row-odd{background:var(--row-odd)}.clients-directory-table tbody tr:hover{background:var(--row-hover)}.clients-name-col{position:sticky;left:0;z-index:3;min-width:230px;max-width:280px;background:inherit}thead .clients-name-col{z-index:8;background:var(--surface)}.client-identity{display:flex;align-items:center;gap:9px;min-width:0}.client-identity strong{min-width:0;overflow:hidden;color:var(--text);font-weight:760;text-overflow:ellipsis;white-space:nowrap}.client-favicon{width:18px;height:18px;flex:0 0 auto;border-radius:4px;object-fit:cover}.client-favicon.fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand);font-size:8px;font-weight:800}.columns-menu .status-menu,.column-visibility-menu{width:310px}.column-option-list{max-height:300px}.column-option-row{width:100%;min-height:32px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;border:0;border-radius:6px;background:transparent;color:var(--text);padding:5px 7px;text-align:left}.column-option-row:hover,.column-option-row:focus-visible{background:var(--surface-2);outline:none}.column-option-row span{display:inline-flex;color:var(--muted)}.column-option-row strong{min-width:0;overflow:hidden;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.table-wrap{position:relative;overflow-x:auto;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-card)}.ads-overview-wrap.is-refreshing:before{content:"";position:absolute;left:0;top:0;z-index:6;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--brand),transparent);animation:refresh-track 1s ease-in-out infinite}table{border-collapse:collapse;width:100%}.database-table{width:max-content;min-width:100%}.database-table th,.database-table td{border-right:1px solid var(--line-soft)}.database-table th:last-child,.database-table td:last-child{border-right:0}.database-table .database-col{max-width:220px}.database-table .database-col-url{max-width:170px}.database-table .database-col-text,.database-table .database-col-readonly{max-width:190px}.database-table .database-col-longtext{max-width:230px;white-space:normal}.database-table .database-key-ghlprivatekey,.database-table .database-key-ghllocationid,.database-table .database-key-metapixelcode{max-width:180px}th,td{border-bottom:1px solid var(--line-soft);padding:10px 12px;text-align:left;vertical-align:middle;white-space:nowrap}th{height:42px;color:var(--muted);font-weight:700;background:var(--surface)}.check-col{width:42px;text-align:center}.expand-col{width:34px;text-align:center}.expand-indicator{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);line-height:1}.client-row:hover .expand-indicator,.client-row:focus-visible .expand-indicator{color:var(--brand)}.expand-indicator svg{transition:rotate .14s ease}.expand-indicator.open svg{rotate:90deg}input[type=checkbox]{width:14px;height:14px;accent-color:var(--brand)}.status-cell{display:inline-flex;align-items:center;gap:6px}.client-table .client-row.row-even{background:var(--row-even)}.client-table .client-row.row-odd{background:var(--row-odd)}.client-table .client-row:hover{background:var(--row-hover)}.client-row{cursor:pointer;outline:none}.client-row:focus-visible{box-shadow:inset 0 0 0 2px #6b70ff73}.client-row.expanded{background:var(--surface-2)}.client-table tr.client-row.flagged{background:var(--red-soft)}.client-table tr.client-row.access-warning{background:var(--access-soft)}.client-table tr.client-row.flagged td,.client-table tr.client-row.access-warning td{border-bottom-color:var(--red-line)}.client-table tr.client-row.flagged td:first-child,.client-table tr.client-row.access-warning td:first-child{box-shadow:inset 3px 0 0 var(--red)}.client-table tr.client-row.flagged .status-mark,.client-table tr.client-row.access-warning .status-mark,.detail-table tbody tr.adset-flagged .status-mark,.delivery-row.flagged .status-mark{color:var(--text)}.client-name{font-weight:720}.client-name-row{display:inline-flex;align-items:center;gap:8px}.account-link{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--muted)}.account-link:hover{color:var(--brand);border-color:#6b70ff59}.status-mark{min-height:20px;display:inline-flex;align-items:center;gap:6px;color:var(--muted-2);font-size:12px;font-weight:760;line-height:1;white-space:nowrap}.status-mark-dot{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:var(--muted)}.status-mark-success{color:var(--text)}.status-mark-success .status-mark-dot{background:var(--green)}.status-mark-danger{color:var(--text)}.status-mark-danger .status-mark-dot{background:var(--red)}.status-mark-warning{color:var(--text)}.status-mark-warning .status-mark-dot{background:var(--yellow)}.status-mark-brand{color:var(--text)}.status-mark-brand .status-mark-dot{background:var(--brand)}.status-mark-muted{color:var(--muted-2)}.status-mark-muted .status-mark-dot{background:#98a2b3}.spark-cell{min-width:112px;display:flex;align-items:center;justify-content:space-between;gap:9px}.spark-cell-value,.spark-cell span:first-child{display:inline-block;font-weight:660}.sparkline{width:58px;height:24px;color:var(--brand);flex:0 0 auto}.sparkline path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sparkline.is-drawing path{stroke-dasharray:120;stroke-dashoffset:120;animation:spark-draw .62s ease-out forwards}.sparkline circle{fill:currentColor}.sparkline.is-drawing circle{transform-origin:center;animation:spark-dot .42s ease-out .18s both}.spark-empty{width:58px;color:var(--muted);text-align:center}.detail-row td{padding:0;background:var(--surface-2)}.details-layout{display:grid;gap:16px;padding:14px 16px 16px}.detail-section{min-width:0}.adset-detail-header{height:28px;display:flex;align-items:center;margin-bottom:7px}.adset-detail-header .detail-title{margin:0}.detail-title{display:inline-flex;align-items:center;margin:0 0 9px;font-size:13px;font-weight:780;color:var(--text)}.detail-table-shell{border:1px solid var(--line-soft);border-radius:8px;overflow:hidden;background:var(--surface)}.detail-table-shell{overflow-x:auto}.detail-table{min-width:100%;background:var(--surface)}.adset-table{min-width:1040px}.detail-table th,.detail-table td{font-size:12px;padding:7px 10px}.detail-table th{height:32px;background:var(--surface);color:var(--muted)}.detail-table tbody tr:nth-child(odd){background:var(--row-even)}.detail-table tbody tr:nth-child(2n){background:var(--row-odd)}.detail-table tbody tr:hover{background:var(--row-hover)}.detail-table tbody tr.adset-flagged{background:var(--red-soft)}.grouped-adset-table td:nth-child(3){white-space:normal;line-height:1.35}.grouped-adset-table td:nth-child(n+4){text-align:right}.grouped-adset-table td:nth-child(10){padding-right:18px}.grouped-adset-table{border-collapse:separate;border-spacing:0}.detail-empty{border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);padding:12px;color:var(--muted-2);font-weight:680}.campaign-mini-header{background:var(--surface)!important}.campaign-mini-header th{height:44px;border-top:8px solid var(--surface-2);border-bottom-color:var(--line);background:var(--surface);color:var(--muted);padding-top:6px;padding-bottom:6px;vertical-align:middle}.campaign-mini-header th:first-child{border-top-left-radius:7px;box-shadow:inset 3px 0 #6b70ff38}.campaign-mini-header th:last-child{border-top-right-radius:7px}.campaign-mini-header .campaign-header-name{min-width:360px;max-width:520px;overflow:hidden;color:var(--text);font-weight:700}.campaign-mini-header .status-header{width:140px;padding-left:16px}.campaign-switch-header{text-align:center}.campaign-header-label,.campaign-header-value{min-width:0;display:flex;align-items:center;line-height:1.15}.campaign-header-label{min-height:14px;overflow:hidden;color:var(--muted);font-size:11px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.campaign-header-value{min-height:18px;gap:8px;margin-top:3px;color:var(--text);font-size:12px;font-weight:760}.campaign-title-line{min-width:0;display:flex;align-items:center;gap:9px}.campaign-title-text{min-width:0;overflow:hidden;color:var(--text);font-size:12px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.campaign-mini-header .metric-col{text-align:right}.campaign-mini-header .metric-col .campaign-header-label,.campaign-mini-header .metric-col .campaign-header-value{justify-content:flex-end}.campaign-mini-header .metric-col:last-child{padding-right:18px}.grouped-adset-table tbody tr:first-child th{border-top:0}.adset-child-row td:nth-child(2){padding-left:16px}.adset-child-row{background:var(--row-odd)!important}.adset-child-row td:first-child{box-shadow:inset 3px 0 #98a2b324}.adset-child-row:hover{background:var(--row-hover)!important}.adset-child-row.adset-flagged,.adset-child-row.adset-flagged td,.adset-child-row.adset-flagged:hover td{background:var(--red-soft)!important}.adset-child-row.adset-flagged td:first-child{box-shadow:inset 3px 0 0 var(--red)}.adset-child-row.adset-flagged .status-mark{color:var(--text)}.adset-name{min-width:260px;font-weight:700}.adset-name-button{min-width:220px;display:block;border:0;background:transparent;color:var(--text);padding:0 0 0 18px;text-align:left;font-weight:700;line-height:1.35}.adset-name-button:hover{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.switch-col{width:74px;min-width:74px;text-align:center;white-space:nowrap}.entity-switch{width:34px;height:20px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#d9dee9;padding:2px;vertical-align:middle;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.entity-switch span{width:14px;height:14px;display:block;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0f172a33;transition:transform .14s ease}.entity-switch.on{border-color:#6b70ff9e;background:var(--brand)}.entity-switch.on span{transform:translate(14px)}.entity-switch.off:hover{border-color:#6b72806b}.entity-switch.on:hover{border-color:#6b70ffd1;background:var(--brand-dark)}.entity-switch:disabled{cursor:wait;opacity:.62}:root[data-theme=dark] .entity-switch.off{background:#2b303a}.setup-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:flex-end;background:#05060a47;animation:modal-backdrop-enter .16s ease both}.setup-panel{width:min(680px,100vw);height:100vh;overflow:hidden;border-left:1px solid var(--line);background:var(--surface);box-shadow:-8px 0 24px #0f172a1a;transform-origin:right center;animation:drawer-panel-enter .18s ease both}.setup-panel-header{height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:0 18px}.setup-panel-title{max-width:560px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:15px;font-weight:780}.setup-panel-subtitle{margin-top:3px;color:var(--muted);font-size:12px;font-weight:680}.setup-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted-2)}.setup-close:hover{color:var(--brand);border-color:#6b70ff59}.setup-panel-body{height:calc(100vh - 68px);overflow-y:auto;padding:16px 18px 22px}.setup-loading{margin:16px 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);padding:12px;color:var(--muted-2);font-weight:680}.setup-loading-skeleton{display:grid;gap:12px}.setup-skeleton-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.setup-section{border-bottom:1px solid var(--line-soft);padding:0 0 16px;margin-bottom:16px}.setup-section-title{display:flex;align-items:center;gap:7px;margin-bottom:10px;color:var(--muted-2);font-weight:760}.setup-status-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.setup-status-row>div{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);padding:8px 10px}.setup-status-row span{color:var(--muted);font-size:12px;font-weight:720}.setup-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden}.setup-field{min-width:0;display:grid;gap:3px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:9px 10px}.setup-field:nth-child(3n){border-right:0}.setup-field span,.setup-list-title{color:var(--muted);font-size:12px;font-weight:720}.setup-field strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:13px}.targeting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.setup-list-block{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:9px 10px}.setup-list-block ul{display:grid;gap:5px;margin:7px 0 0;padding-left:16px}.setup-list-block li{color:var(--text);line-height:1.35}.setup-muted,.setup-empty{color:var(--muted)}.setup-empty{border:1px solid var(--line);border-radius:8px;padding:12px}.creative-list{display:grid;gap:8px}.creative-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px}.creative-thumb{width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--line-soft);border-radius:7px;background:var(--surface-2);color:var(--muted);overflow:hidden}.creative-thumb img{width:100%;height:100%;object-fit:cover}.creative-content{min-width:0}.creative-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.creative-topline strong,.creative-title{color:var(--text);font-weight:760}.creative-meta,.creative-body,.creative-facts{color:var(--muted-2);font-size:12px}.creative-body{margin-top:4px;line-height:1.4}.creative-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.creative-link{min-width:0;display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:var(--brand);font-size:12px;font-weight:720;text-decoration:none}.creative-link span{max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.raw-targeting{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px}.raw-targeting summary{cursor:pointer;color:var(--muted-2);font-weight:760}.raw-targeting pre{max-height:260px;overflow:auto;border-top:1px solid var(--line-soft);margin:10px 0 0;padding-top:10px;color:var(--muted-2);font-size:12px;white-space:pre-wrap}.loading-panel{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:16px;color:var(--muted-2);box-shadow:var(--shadow-card)}.client-delivery-page .topbar{margin-bottom:14px}.delivery-tabs{display:flex;align-items:center;gap:4px;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--line);margin-bottom:12px}.delivery-tab{height:38px;display:inline-flex;align-items:center;gap:7px;border:0;box-shadow:inset 0 -2px transparent;background:transparent;color:var(--muted);padding:0 10px;font-weight:680;white-space:nowrap}.delivery-tab:hover,.delivery-tab.active{color:var(--text)}.delivery-tab.active{box-shadow:inset 0 -2px var(--brand)}.delivery-toolbar{justify-content:flex-start}.compact-action{min-width:104px;box-shadow:none}.view-caption{min-width:170px;display:flex;align-items:baseline;gap:8px;color:var(--muted)}.view-caption strong{color:var(--text)}.delivery-table-wrap{border-radius:10px}.delivery-table{min-width:1180px}.delivery-table th,.delivery-table td{padding:9px 10px}.delivery-table th{height:38px}.flag-col{width:86px}.delivery-row.due-orange{background:#f59e0b1a}.delivery-row.due-red,.delivery-row.flagged{background:var(--red-soft)}.delivery-row:hover{background:var(--surface-2)}.inline-control{width:100%;height:31px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--text);outline:none;padding:0 8px;min-width:116px}.inline-control:focus{border-color:#6b70ff8c;box-shadow:0 0 0 2px #6b70ff1a}.editable-cell-display{width:100%;min-height:28px;display:flex;align-items:center;overflow:hidden;border:0;border-radius:6px;background:transparent;color:var(--text);font:inherit;font-size:12px;font-weight:650;line-height:1.25;outline:none;padding:3px 6px;margin:0 -6px;text-align:left}.editable-cell-display:not(.readonly){cursor:text}.editable-cell-display:not(.readonly):hover,.editable-cell-display:not(.readonly):focus-visible{background:var(--surface-2)}.editable-cell-display.numeric{justify-content:flex-end;text-align:right}.editable-cell-display span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-col-longtext .editable-cell-display{min-height:34px;align-items:flex-start;padding-top:5px;white-space:normal}.database-col-longtext .editable-cell-display span{display:-webkit-box;white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical}.database-col-text .editable-cell-display span,.database-col-readonly .editable-cell-display span{max-width:100%}.editable-empty{color:var(--muted)}.editable-cell-editor{min-width:100%}.editable-url-cell{justify-content:flex-start}.link-chip{max-width:min(148px,100%);height:23px;display:inline-flex;align-items:center;gap:6px;overflow:hidden;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-2);color:var(--text);font-weight:650;line-height:23px;padding:0 7px;text-decoration:none;white-space:nowrap}.link-chip:hover{border-color:#6b70ff73;color:var(--brand)}.link-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis}.link-chip svg{width:13px;height:13px;flex:0 0 auto;color:var(--muted)}.inline-control.compact{min-width:132px}.inline-select{width:100%;min-width:116px}.inline-select.compact{min-width:132px}.number-input{min-width:110px;text-align:right}.date-input{min-width:136px}.text-area-control{min-width:210px;height:44px;resize:vertical;padding:6px 8px;white-space:normal}.inline-check{display:inline-flex;align-items:center;gap:7px;color:var(--muted-2);font-weight:650}.quiet-check{min-height:28px}.delivery-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:12px;overflow-x:auto;padding-bottom:12px}.delivery-board-column{min-width:260px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2)}.board-column-title{height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 12px;font-weight:740}.board-column-title strong{color:var(--muted);font-size:12px}.board-card-list{display:grid;gap:8px;padding:10px}.board-empty{color:var(--muted);border:1px dashed var(--line);border-radius:8px;padding:12px}.delivery-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px}.delivery-card.has-warning{border-color:#f0445e47;background:var(--red-soft)}.delivery-card.ads-running{border-left:3px solid var(--green)}.delivery-card.paused-for-ticket{border-left:3px solid var(--yellow)}.delivery-card.churned{opacity:.72}.delivery-card-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.delivery-card-main strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.delivery-card p{margin:8px 0 0;color:var(--muted-2);line-height:1.35;white-space:normal}.card-edit-row{display:grid;gap:6px;margin-top:9px}.spin{animation:spin .9s linear infinite}@keyframes skeleton-shimmer{0%{translate:-110% 0}to{translate:110% 0}}@keyframes refresh-sweep{0%{translate:-115% 0}to{translate:115% 0}}@keyframes refresh-track{0%{opacity:.35;translate:-35% 0}50%{opacity:.9}to{opacity:.35;translate:35% 0}}@keyframes value-settle{0%{opacity:.52;translate:0 2px}to{opacity:1;translate:0 0}}@keyframes spark-draw{to{stroke-dashoffset:0}}@keyframes spark-dot{0%{opacity:0;scale:.72}to{opacity:1;scale:1}}@keyframes modal-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes modal-panel-enter{0%{opacity:0;scale:.98;translate:0 8px}to{opacity:1;scale:1;translate:0 0}}@keyframes drawer-panel-enter{0%{opacity:0;scale:.985;translate:14px 0}to{opacity:1;scale:1;translate:0 0}}@keyframes spin{0%{rotate:0deg}to{rotate:360deg}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.skeleton-block:after,.metric-card.refreshing:after,.ads-overview-wrap.is-refreshing:before,.motion-value-active,.settings-modal-backdrop,.settings-modal,.setup-panel-backdrop,.setup-panel,.sparkline.is-drawing path,.sparkline.is-drawing circle,.spin{animation:none!important}.toast-launcher-root,.toast-launcher-actions,.toast-launcher-button .toast-icon,.toast-restore-button,.toast-chat-panel{transition:none!important}}@media(max-width:1120px){.ai-agent-layout,.page-skeleton-split{grid-template-columns:1fr}.performance-strip,.skeleton-card-grid-metric{grid-template-columns:repeat(2,minmax(180px,1fr))}.toolbar-card,.skeleton-toolbar{justify-content:flex-start;flex-wrap:wrap}.ads-toolbar-right{flex:1 1 100%;justify-content:flex-start;flex-wrap:wrap}.search-box{width:min(360px,100%);min-width:0}}@media(max-width:980px){.app-shell{height:auto;min-height:100vh;grid-template-columns:1fr;overflow:visible}.sidebar{height:auto;border-right:0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;flex-direction:row;padding:14px 16px;overflow:visible}.sidebar-main-nav,.sidebar-footer{display:flex;align-items:center;gap:4px}.sidebar-primary{display:flex;align-items:center;gap:12px;min-width:0}.sidebar-footer{padding-top:0;border-top:0}.brand-row{margin-bottom:0}.content{height:auto;overflow:visible;padding:18px 14px 28px}.clients-page{overflow:visible}.clients-table-wrap{max-height:none}.topbar{align-items:stretch;flex-direction:column}.sidebar-user,.toast-launcher-root{display:none}}@media(max-width:640px){.performance-strip,.skeleton-card-grid-metric,.toolbar-card{display:grid;grid-template-columns:1fr}.search-box{width:100%;grid-column:auto}.actions-button{width:100%}}
