@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap";:root{color-scheme:light;font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172026;background:#eef2f4;font-synthesis:none;text-rendering:geometricPrecision;letter-spacing:0}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:#9eb0b8 #eef2f4}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#eef2f4}*::-webkit-scrollbar-thumb{border:2px solid #eef2f4;border-radius:999px;background:#9eb0b8}body{margin:0;min-width:320px;font-weight:600}button,input,select,textarea{font:inherit}button{cursor:pointer}button{position:relative;overflow:hidden;isolation:isolate}button:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:-1;border-radius:inherit;background:linear-gradient(135deg,#00e0c500,#00e0c538,#ffcf4a24,#f05a371f);opacity:0;transition:opacity .16s ease,filter .16s ease}button:before{content:"";position:absolute;top:0;left:-70%;width:48%;height:100%;z-index:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skew(-18deg);opacity:0}button:hover:after{opacity:1;filter:blur(8px)}button:hover:before{opacity:1;animation:button-sheen .76s ease}button:active{transform:translateY(1px) scale(.985)}button:active:after{opacity:1;filter:blur(12px)}button>*{position:relative;z-index:1}@keyframes button-sheen{0%{left:-70%}to{left:125%}}input,select,textarea,button{outline:none}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{box-shadow:0 0 0 3px #0d7a752e}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#52656e 50%),linear-gradient(135deg,#52656e 50%,transparent 50%),linear-gradient(to right,#e3eaed,#e3eaed);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%,calc(100% - 40px) 50%;background-size:6px 6px,6px 6px,1px 22px;background-repeat:no-repeat;padding-right:52px!important}select::-ms-expand{display:none}input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;color-scheme:light}input[type=date]::-webkit-calendar-picker-indicator{width:22px;height:22px;border-radius:6px;background-color:#eaf1f5;cursor:pointer;opacity:1}button:disabled{cursor:not-allowed;opacity:.45}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;background-color:#eef2f4!important;color:#8a9aa1}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .24s ease}.app-shell.sidebar-collapsed{grid-template-columns:86px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:28px;padding:22px;background:#101820;color:#eef7f6;overflow:hidden;transition:width .24s ease,padding .24s ease}.brand{display:flex;align-items:center;gap:12px;position:relative}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#f5c24b;color:#101820}.brand-mark.ds-logo{position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.3),transparent 34%),linear-gradient(135deg,#ffdf5a,#00e0c5 52%,#0b1722);color:#fff;font-size:15px;font-weight:900;letter-spacing:0;text-shadow:0 0 10px rgba(0,224,197,.65),0 1px 1px rgba(0,0,0,.22);box-shadow:0 0 0 1px #ffffff38 inset,0 12px 30px #00e0c52e;isolation:isolate}.brand-mark.ds-logo:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgba(255,255,255,.34);border-radius:9px;background:#07121c2e;z-index:-1}.brand-mark.ds-logo:after{content:"";position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;background:conic-gradient(from 180deg,transparent,rgba(255,255,255,.55),transparent 30%);animation:ds-logo-spin 5s linear infinite;opacity:.5;z-index:-1}@keyframes ds-logo-spin{to{transform:rotate(360deg)}}.brand strong,.brand span{display:block;white-space:nowrap;transition:opacity .18s ease,transform .18s ease,max-width .22s ease}.brand span{margin-top:2px;color:#a9bbc2;font-size:13px}.sidebar-toggle{margin-left:auto;width:34px;height:34px;min-height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(0,224,197,.24);border-radius:10px;background:#ffffff12;color:#c9fbf3;transition:transform .2s ease,background .16s ease,border-color .16s ease}.sidebar-toggle:hover{border-color:#00e0c580;background:#00e0c51f}nav{display:grid;gap:8px}nav button,.ghost-button,.primary-button,.comment-box button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:8px;transition:transform .12s ease,background .12s ease,border-color .12s ease,box-shadow .16s ease,color .12s ease}nav button{justify-content:flex-start;padding:0 12px;color:#c7d5d9;background:transparent;overflow:hidden}.nav-label{white-space:nowrap;transition:opacity .18s ease,transform .18s ease,max-width .22s ease}nav button.active,nav button:hover{color:#fff;background:#263641}.role-box{margin-top:auto;display:grid;gap:8px}.role-box label{color:#9fb2ba;font-size:13px}.role-box select,.filters select,.date-filter input,.search input,.comment-box textarea,.status-toolbar select,.decision-form select,.decision-form textarea{width:100%;border:1px solid #d6dee2;border-radius:8px;background-color:#fff;color:#172026;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.role-box select:hover,.filters select:hover,.date-filter input:hover,.search input:hover,.comment-box textarea:hover,.status-toolbar select:hover,.decision-form select:hover,.decision-form textarea:hover,.editor-form input:hover,.editor-form select:hover,.editor-form textarea:hover{border-color:#aebdc4}.role-box select{min-height:42px;padding:0 12px}.permission-stack{display:flex;flex-wrap:wrap;gap:6px}.permission{min-height:24px;padding:4px 8px;border-radius:999px;background:#263641;color:#899ca4;font-size:12px}.permission.on{background:#dff2ee;color:#0d6f69}.workspace{min-width:0;padding:28px}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}.topbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.sync-pill{display:inline-flex;align-items:center;min-height:38px;max-width:260px;padding:0 12px;border:1px solid #d8e1e5;border-radius:999px;background:#fff;color:#60717a;font-size:12px;font-weight:800}.sync-pill.online{border-color:#b9ded9;background:#f4fffd;color:#0d6f69}.sync-pill.local{border-color:#f0b6a8;background:#fff7f4;color:#a33b25}h1,h2,h3,p{margin:0}h1{font-size:clamp(26px,4vw,38px);line-height:1.05}.topbar p,.section-heading p,.creative-title p,.empty,.muted{color:#62727b}.topbar p{margin-top:8px;max-width:760px}.primary-button{flex:0 0 auto;padding:0 16px;background:#d94f30;color:#fff;box-shadow:0 12px 30px #d94f3038}.primary-button.compact{min-height:38px;box-shadow:none}.ghost-button{padding:0 14px;border:1px solid #cfd8dc;background:#fff;color:#24323a}.metric-strip-wrap{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:12px;align-items:start;margin-bottom:18px}.overview-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:14px 16px;border:1px solid rgba(0,169,157,.18);border-radius:16px;background:linear-gradient(135deg,#ffffffeb,#e8faf7c7);box-shadow:0 16px 36px #08141f0d}.overview-filter-bar>div:first-child{display:grid;gap:3px}.overview-filter-bar strong{font-size:15px}.overview-filter-bar span{color:#627680;font-size:13px}.overview-filter-bar .date-filter{justify-content:flex-end;flex-wrap:wrap}.overview-filter-bar .date-filter>.custom-select{width:190px;flex:0 0 190px}.compact-date-reset{min-height:38px;padding:0 12px;border-color:#00a99d3d;background:#00e0c514;color:#087a73;font-weight:900}.metric-strip,.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-settings-button{width:44px;height:44px;min-height:44px;display:grid;place-items:center;border:1px solid rgba(0,169,157,.24);border-radius:12px;background:#0d1822;color:#fff;box-shadow:0 14px 28px #08141f29}.analytics-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:14px;margin-bottom:18px}.analytics-panel.single-column{grid-template-columns:1fr}.overview-digest{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:14px;margin-bottom:18px}.overview-digest .analytics-main,.overview-digest .analytics-side,.overview-digest .designer-table{border:1px solid rgba(176,209,220,.86);border-radius:14px;background:#ffffffe6;padding:18px;box-shadow:0 18px 44px #0a1c2614}.overview-digest .analytics-main{min-height:auto}.overview-digest .analytics-side{align-content:start}.overview-digest .designer-table{grid-column:1 / -1}.overview-digest .best-creative{border-radius:12px;background:linear-gradient(135deg,#101820,#17343a)}@media(max-width:900px){.overview-digest{grid-template-columns:1fr}}.ai-agent-panel{display:grid;gap:16px}.ai-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px;border:1px solid #dce4e8;border-radius:8px;background:#101820;color:#fff}.ai-hero span{display:inline-flex;align-items:center;gap:8px;color:#8ee1d7;font-size:13px;font-weight:800;text-transform:uppercase}.ai-hero h2{margin-top:8px;font-size:28px}.ai-hero p{margin-top:8px;max-width:680px;color:#b6c8ce}.ai-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.ai-scope-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px) auto;gap:14px;align-items:end;padding:14px;border:1px solid rgba(0,169,157,.22);border-radius:12px;background:linear-gradient(135deg,#00e0c51a,#ffffffeb);box-shadow:0 18px 38px #0028320f}.ai-scope-panel>div,.ai-scope-panel label{display:grid;gap:6px}.ai-scope-panel span{color:#60717a;font-size:11px;font-weight:900;text-transform:uppercase}.ai-scope-panel strong{color:#101820;font-size:18px}.ai-scope-panel small{color:#617780;line-height:1.35}.ai-summary-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid rgba(0,169,157,.24);border-radius:12px;background:#fff;color:#087a73;font-weight:900;white-space:nowrap;box-shadow:0 12px 26px #00a99d14;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.ai-summary-toggle:hover{transform:translateY(-1px);border-color:#00c9ba75;box-shadow:0 0 0 3px #00e0c51a,0 16px 32px #00a99d1f}.ai-summary-toggle.collapsed{background:#0b1520;border-color:#00e0c547;color:#dffcf8}.ai-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ai-summary-grid article{display:flex;gap:10px;align-items:flex-start;min-height:82px;padding:14px;border:1px solid #dce4e8;border-radius:8px;background:#fff}.ai-summary-grid svg{flex:0 0 auto;color:#d94f30}.ai-rules-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.ai-rules-strip span{display:grid;gap:4px;padding:12px;border:1px solid #dce4e8;border-radius:8px;background:#fff;color:#63747c;font-size:12px}.ai-rules-strip strong{color:#172026;font-size:18px}.ai-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);gap:12px}.ai-side-stack{display:grid;align-content:start;gap:18px;min-width:0}.ai-empty-scope{display:grid;justify-items:center;gap:8px;min-height:220px;padding:42px 20px;border:1px dashed #bfe2e4;border-radius:14px;background:linear-gradient(135deg,#00e0c514,#ffffffdb);color:#60747c;text-align:center}.ai-empty-scope svg{color:#00877f}.ai-empty-scope strong{color:#142229;font-size:18px}.ai-settings-panel{background:linear-gradient(180deg,#fff,#f8fbfb)}.agent-control-stack,.agent-setting-group{display:grid;gap:12px}.agent-control-stack{margin-bottom:14px}.agent-setting-group,.telegram-settings-card{padding:12px;border:1px solid rgba(0,169,157,.18);border-radius:14px;background:linear-gradient(135deg,#00e0c514,#ffffffe0)}.agent-setting-title{display:grid;gap:3px}.agent-setting-title strong{font-size:14px}.agent-setting-title span,.telegram-preview small{color:#647780;font-size:12px;line-height:1.35}.agent-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.agent-mode-grid button{display:grid;gap:4px;min-height:78px;padding:10px;border:1px solid #d6e5e8;border-radius:12px;background:#ffffffc7;color:#172026;text-align:left}.agent-mode-grid button strong{font-size:13px}.agent-mode-grid button span{color:#607581;font-size:11px;line-height:1.25}.agent-mode-grid button.active{border-color:#00a99d;background:linear-gradient(135deg,#00e0c538,#ffffffeb);box-shadow:0 0 0 1px #00a99d1f,0 16px 30px #00a99d1f}.agent-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agent-inline-fields label,.telegram-recipient-field{display:grid;gap:6px}.agent-inline-fields label>span,.telegram-recipient-field>span{color:#60717a;font-size:11px;font-weight:900;text-transform:uppercase}.agent-inline-fields input,.telegram-recipient-field input{width:100%;min-height:38px;padding:0 10px;border:1px solid #d8e1e5;border-radius:10px;background:#fff;color:#172026;font-weight:800;outline:none}.ai-mode-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border:1px solid #dce4e8;border-radius:8px;background:#eef4f5}.ai-mode-control button{min-height:34px;border:0;border-radius:7px;background:transparent;color:#60717a;font-size:12px;font-weight:800;text-transform:capitalize}.ai-mode-control button.active{background:#101820;color:#fff;box-shadow:0 6px 18px #10182024}.ai-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.ai-settings-grid label{display:grid;gap:6px}.ai-settings-grid span{color:#60717a;font-size:12px;font-weight:750}.ai-settings-grid input{width:100%;min-height:38px;padding:0 10px;border:1px solid #d8e1e5;border-radius:8px;background:#fff;color:#172026;font-weight:800;outline:none}.ai-settings-grid input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d948824}.reset-ai-settings{width:100%;margin-top:12px;justify-content:center}.ai-settings-backdrop{z-index:80;background:radial-gradient(circle at 50% 12%,rgba(0,224,197,.18),transparent 34%),#050e16ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ai-settings-modal{width:min(980px,calc(100vw - 32px));max-height:calc(100vh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;overflow:auto;border:1px solid rgba(0,224,197,.24);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fdfc);box-shadow:0 28px 90px #050e166b,0 0 0 1px #ffffff8c inset}.ai-settings-modal>.block-heading{position:sticky;top:0;z-index:2;padding:18px 20px;border-bottom:1px solid rgba(191,219,226,.9);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-settings-modal .agent-settings-scope-row,.ai-settings-modal .funnel-ai-override-card,.ai-settings-modal .agent-control-stack,.ai-settings-modal .ai-mode-control,.ai-settings-modal .ai-settings-grid{margin-left:20px;margin-right:20px}.ai-settings-modal .agent-settings-scope-row{margin-top:18px;margin-bottom:18px;display:grid;gap:8px;position:relative;z-index:4}.agent-settings-scope-row label{display:grid;gap:6px;padding:12px;border:1px solid rgba(191,219,226,.9);border-radius:14px;background:#fff;box-shadow:0 10px 24px #08141f0a}.agent-settings-scope-row label>span{color:#60717a;font-size:11px;font-weight:900;text-transform:uppercase}.ai-settings-modal-footer{position:sticky;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:14px 20px;border-top:1px solid rgba(191,219,226,.9);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-settings-modal-footer .reset-ai-settings{width:auto;margin-top:0}.funnel-ai-override-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:0;margin-bottom:12px;padding:12px;border:1px solid rgba(0,224,197,.22);border-radius:14px;background:radial-gradient(circle at 10% 10%,rgba(0,224,197,.12),transparent 36%),linear-gradient(135deg,#f7fffdf5,#ffffffe6)}.funnel-ai-override-card div{display:grid;gap:4px}.funnel-ai-override-card strong{color:#172026;font-size:13px;font-weight:950}.funnel-ai-override-card span{color:#60717a;font-size:12px;line-height:1.3}.funnel-ai-switch{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 10px;border:1px solid #d8e5e8;border-radius:999px;background:#fff;color:#5d7078;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 10px 22px #08141f0f}.funnel-ai-switch i{width:18px;height:18px;border-radius:50%;background:#d7e6e9;box-shadow:inset 0 0 0 2px #fff}.funnel-ai-switch.active{border-color:#00c9ba8c;background:linear-gradient(135deg,#dffff8,#fff);color:#06736d;box-shadow:0 0 0 3px #00e0c51f,0 14px 28px #00a99d1f}.funnel-ai-switch.active i{background:linear-gradient(135deg,#00e0c5,#ffdf5a)}.telegram-settings-card{display:grid;gap:12px;margin-top:14px;border-color:#4bb3ff33;background:linear-gradient(135deg,#4bb3ff14,#00e0c514,#ffffffeb)}.neon-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:0 12px;border:1px solid #d6e5e8;border-radius:999px;background:#fff;color:#627680;font-weight:900}.neon-toggle i{position:relative;width:46px;height:24px;border-radius:999px;background:#dbe7ea;transition:background .16s ease}.neon-toggle i:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 3px 10px #08141f2e;transition:transform .16s ease}.neon-toggle.on{border-color:#00a99d59;color:#087a73;box-shadow:0 0 22px #00e0c51f}.neon-toggle.on i{background:linear-gradient(135deg,#00e0c5,#ffdf5a)}.neon-toggle.on i:after{transform:translate(22px)}.telegram-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.telegram-event-grid button{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 10px;border:1px solid #d8e5e8;border-radius:10px;background:#fff;color:#24343c;font-size:12px;font-weight:850}.telegram-event-grid button.active{border-color:#00a99d52;background:#00e0c51a}.telegram-preview{display:grid;gap:5px;padding:12px;border-radius:12px;background:#0b1520;color:#dffcf8;box-shadow:inset 0 0 0 1px #00e0c529}.telegram-preview span{color:#b7d8d5;font-size:12px}.admin-panel{display:grid;gap:16px}.admin-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:14px;align-items:start}.admin-telegram-card{margin-top:0}.admin-note{display:grid;gap:12px}.admin-roadmap{display:grid;gap:9px}.admin-roadmap span{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #dce8eb;border-radius:10px;background:#f8fbfb;color:#30424a;font-size:13px;font-weight:800}.admin-roadmap svg{color:#008d84}.profile-modal{max-width:720px}.ai-recommendations,.ai-report-list{display:grid;gap:10px;min-width:0}.ai-report-list{max-height:min(420px,54vh);overflow:auto;padding-right:4px}.ai-recommendation-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px) auto;gap:12px;align-items:end;margin-bottom:12px;padding:12px;border:1px solid rgba(0,169,157,.18);border-radius:14px;background:linear-gradient(135deg,#00e0c514,#ffffffe6)}.ai-recommendation-toolbar>div,.ai-recommendation-toolbar label{display:grid;gap:5px}.ai-recommendation-toolbar strong{color:#142229;font-size:15px}.ai-recommendation-toolbar span{color:#60717a;font-size:12px;font-weight:800}.ai-recommendation-toolbar label>span{font-size:11px;font-weight:900;text-transform:uppercase}.ai-board-heading{align-items:flex-start}.ai-board-heading>div{display:grid;gap:4px}.ai-board-heading span{color:#60717a;font-size:13px}.cockpit-toolbar{grid-template-columns:minmax(220px,260px) auto;justify-content:space-between;padding:10px}.ai-kanban-board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0}.ai-kanban-column{display:grid;align-content:start;gap:8px;min-width:0;min-height:360px;padding:8px;border:1px solid #d8eef0;border-radius:16px;background:linear-gradient(180deg,#f7fdfdf2,#ffffffe6)}.ai-kanban-column.urgent{border-color:#f0b6a8;background:linear-gradient(180deg,#fff7f4,#fff)}.ai-kanban-column.good{border-color:#b9e5b7;background:linear-gradient(180deg,#f4fff3,#fff)}.ai-kanban-column.iteration{border-color:#d4c9ff;background:linear-gradient(180deg,#fbf9ff,#fff)}.ai-kanban-column.wait{border-color:#dce8eb;background:linear-gradient(180deg,#f6fafb,#fff)}.ai-kanban-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;min-height:58px;padding:2px 2px 8px;border-bottom:1px solid rgba(96,113,122,.14)}.ai-kanban-head strong{color:#142229;font-size:14px}.ai-kanban-head span{display:inline-grid;place-items:center;min-width:28px;height:26px;border-radius:999px;background:#101820;color:#fff;font-size:12px;font-weight:900}.ai-kanban-head small{grid-column:1 / -1;color:#6a7b83;font-size:10px;line-height:1.3}.ai-kanban-list{display:grid;gap:9px}.ai-mini-card{display:grid;gap:6px;width:100%;min-width:0;padding:10px;border:1px solid #dce7ea;border-radius:14px;background:#ffffffeb;color:#172026;text-align:left;box-shadow:0 10px 24px #0819200f;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.ai-mini-card:hover,.ai-mini-card.selected{transform:translateY(-1px);border-color:#00c9ba;box-shadow:0 0 0 3px #00e0c524,0 18px 34px #00a99d24}.ai-mini-top{display:grid;gap:8px}.ai-mini-top strong{overflow-wrap:anywhere;font-size:12px;line-height:1.25}.ai-mini-top .status-badge{justify-self:start}.ai-mini-meta,.ai-mini-reason{color:#60717a;font-size:11px;line-height:1.3}.ai-mini-reason{color:#24343c;font-weight:800}.ai-mini-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.ai-mini-metrics b{min-width:0;padding:5px 3px;border-radius:8px;background:#eef6f7;color:#142229;font-size:10px;text-align:center}.ai-decision-drawer{position:relative;z-index:1;background:linear-gradient(180deg,#fff,#f8fbfb)}.ai-decision-card{display:grid;gap:10px;padding-bottom:4px}.ai-decision-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ai-decision-title div{display:grid;gap:4px;min-width:0}.ai-decision-title strong{overflow-wrap:anywhere;color:#142229;font-size:15px}.ai-decision-title span,.ai-decision-card p{color:#60717a}.ai-decision-metrics,.ai-decision-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.ai-decision-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-decision-metrics span,.ai-decision-kpis span{display:grid;gap:3px;padding:8px;border:1px solid #dce8eb;border-radius:12px;background:#fff;color:#60717a;font-size:11px}.ai-decision-metrics strong,.ai-decision-kpis strong{color:#142229;font-size:16px}.ai-explain-block{display:grid;gap:6px;padding:9px;border-radius:10px}.ai-explain-block.good{border:1px solid #b9e5b7;background:#f4fff3}.ai-explain-block.risk{border:1px solid #f0b6a8;background:#fff7f4}.ai-explain-block ul{margin:0;padding-left:18px;color:#465861;font-size:13px;line-height:1.35}.ai-next-action{display:grid;gap:5px;padding:10px;border-radius:10px;background:#101820;color:#dffcf8;margin-bottom:2px}.ai-next-action span{color:#8ee1d7;font-size:11px;font-weight:900;text-transform:uppercase}.ai-next-action strong{font-size:14px;line-height:1.25}.drawer-actions{grid-column:auto;padding-top:2px}.ai-side-stack>.block+.block{margin-top:2px}.ai-no-data-toggle{min-height:40px;padding:0 14px;border:1px solid #bfe4e5;border-radius:12px;background:#fff;color:#0b7770;font-weight:900;box-shadow:0 14px 28px #00a99d14}.ai-no-data-toggle.active{border-color:#00c9ba;background:linear-gradient(135deg,#dbfff8,#fff);color:#053f3d;box-shadow:0 0 0 3px #00e0c524,0 18px 36px #00a99d29}.ai-funnel-group{display:grid;gap:10px;padding:10px;border:1px solid #d8eef0;border-radius:16px;background:linear-gradient(180deg,#f7fdfdf2,#fff)}.ai-funnel-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 4px 8px;border-bottom:1px solid #e5eff1}.ai-funnel-group-head div{display:inline-flex;align-items:center;gap:8px}.ai-funnel-group-head svg{color:#00877f}.ai-funnel-group-head strong{color:#142229;font-size:16px}.ai-funnel-group-head span{margin:0;padding:5px 9px;border-radius:999px;background:#e9f6f6;color:#58717a;font-size:12px;font-weight:900}.ai-funnel-group-list{display:grid;gap:10px}.ai-recommendations article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:14px;border:1px solid #e1e8eb;border-radius:8px;background:#f9fbfb}.ai-recommendations article.urgent{border-color:#f0b6a8;background:#fff7f4}.ai-recommendations article.status-good{border-color:#b9e5b7;background:#f4fff3}.ai-recommendations article.status-rejected{border-color:#f0b6a8;background:#fff7f4}.ai-recommendations article.status-needs-iteration{border-color:#d4c9ff;background:#fbf9ff}.ai-recommendations article.status-keep-testing{border-color:#b9ded9;background:#f4fffd}.ai-recommendations article p,.ai-recommendations article small,.ai-report-list span{color:#60717a;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.ai-recommendations article span,.ai-recommendations article small,.ai-report-list span{display:block;margin-top:4px}.ai-recommendations article>.status-badge{align-self:start;justify-self:end;display:inline-flex;width:auto;min-width:82px;max-width:160px;height:28px;margin-top:0;padding:0 12px;border-radius:999px;line-height:1;text-align:center}.ai-recommendations article button,.ai-card-actions button{width:fit-content;min-height:36px;padding:0 14px;border:1px solid rgba(0,169,157,.24);border-radius:11px;background:linear-gradient(135deg,#fffffff5,#e7fffbe6);color:#0a665f;font-weight:900;box-shadow:0 10px 22px #00a99d14,inset 0 1px #fffc;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}.ai-recommendations article button:hover,.ai-card-actions button:hover{transform:translateY(-1px);border-color:#00e0c580;box-shadow:0 0 0 3px #00e0c51f,0 16px 30px #00a99d24}.ai-recommendations article button:active,.ai-card-actions button:active{transform:translateY(0) scale(.98)}.ai-recommendations article button:last-child,.ai-card-actions button:last-child{border-color:#d83e272e;background:linear-gradient(135deg,#f05236,#d93f28);color:#fff;box-shadow:0 14px 30px #d83e2738}.ai-recommendations article button:disabled,.ai-card-actions button:disabled{transform:none;border-color:#dbe5e8;background:#f1f5f6;color:#9aa8ae;box-shadow:none;cursor:not-allowed}.ai-score-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ai-score-row span{padding:8px;border-radius:8px;background:#eef4f5;color:#60717a;font-size:12px}.ai-score-row strong{color:#172026}.ai-recommendations ul{grid-column:1 / -1;margin:0;padding-left:18px;color:#465861}.next-action,.ai-card-actions{grid-column:1 / -1}.ai-card-actions{display:flex;flex-wrap:wrap;gap:8px}.ai-report-list article{min-width:0;overflow:hidden;padding:12px;border:1px solid #e1e8eb;border-radius:8px;background:#f9fbfb}.ai-report-list article strong{display:block;max-width:100%;overflow-wrap:anywhere}.analytics-main,.analytics-side,.designer-table{border:1px solid #dce4e8;border-radius:8px;background:#fff;padding:18px}.analytics-main{min-height:240px}.analytics-main .section-heading{margin-bottom:14px}.insight-list{display:grid;gap:10px}.insight-list article{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #e3eaed;border-radius:8px;background:#f8fafb}.insight-list svg{flex:0 0 auto;color:#d94f30}.analytics-side{display:grid;gap:16px}.best-creative{display:grid;gap:5px;padding:14px;border-radius:8px;background:#101820;color:#fff}.best-creative span,.best-creative small{color:#a9bbc2;font-size:12px}.best-creative strong{overflow-wrap:anywhere}.status-bars,.designer-table{display:grid;gap:10px}.status-line{display:grid;grid-template-columns:120px minmax(0,1fr) 28px;gap:8px;align-items:center;font-size:13px}.status-line div{height:9px;overflow:hidden;border-radius:999px;background:#e7eef1}.status-line i{display:block;height:100%;border-radius:inherit;background:#0d7a75}.mini-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mini-kpis span{display:grid;gap:4px;padding:10px;border-radius:8px;background:#f6f8f9;color:#60717a;font-size:12px}.mini-kpis strong{color:#172026;font-size:18px}.designer-table{grid-column:1 / -1}.designer-table article{display:grid;grid-template-columns:minmax(0,1fr) 120px 90px;gap:10px;align-items:center;padding:12px;border:1px solid #e3eaed;border-radius:8px;background:#f9fbfb}.designer-table span,.designer-table small{display:block;margin-top:4px;color:#63747c}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.metric{display:grid;gap:6px;min-height:86px;padding:16px;border:1px solid #dce4e8;border-radius:8px;background:#fff}.metric span{color:#0d7a75}.metric small{color:#647780;font-size:12px}.metric strong{font-size:24px;line-height:1}.metric-settings-modal{width:min(980px,calc(100vw - 28px));max-height:calc(100vh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(0,169,157,.22);border-radius:16px;background:#fff;box-shadow:0 28px 80px #07121c3d}.metric-settings-modal header,.metric-settings-modal footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e3edf1}.metric-settings-modal header span,.metric-settings-modal header p{color:#607581;font-size:12px;font-weight:800}.metric-settings-modal footer{justify-content:flex-end;border-top:1px solid #e3edf1;border-bottom:0}.metric-settings-body{display:grid;gap:14px;padding:18px;overflow:auto}.metric-settings-group{display:grid;gap:10px}.metric-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.metric-group-head span{display:flex;gap:6px}.metric-group-head button{min-height:30px;padding:0 10px;border:1px solid rgba(0,169,157,.22);border-radius:999px;background:#00a99d14;color:#08756d;font-size:11px;font-weight:900}.metric-toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}.metric-toggle-grid button{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:10px;border:1px solid #dbe7ec;border-radius:12px;background:#ffffffc7;text-align:left}.metric-toggle-grid button.selected{border-color:#00a99d7a;background:linear-gradient(135deg,#00e0c51f,#ffffffeb)}.metric-toggle-icon,.metric-toggle-grid i{display:grid;place-items:center}.metric-toggle-icon{width:34px;height:34px;border-radius:10px;background:#dff2ee;color:#0d7a75}.metric-toggle-grid small{display:block;margin-top:2px;color:#607581}.metric-toggle-grid i{width:22px;height:22px;border-radius:7px;background:#23c768;color:#fff}.section-band,.list-panel,.detail-panel,.block{border:1px solid #dce4e8;border-radius:8px;background:#fff}.section-band{padding:20px}.section-heading,.block-heading,.title-line,.filters,.status-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-heading{margin-bottom:18px}.section-heading h2{font-size:24px}.section-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.bulk-action-bar{display:flex;align-items:center;gap:12px;margin:-2px 0 16px;padding:12px 14px;border:1px solid rgba(0,169,157,.34);border-radius:8px;background:linear-gradient(135deg,#e8fffceb,#fffffff5);box-shadow:0 18px 44px #0a242a14}.bulk-action-bar strong{color:#07121c}.bulk-action-bar span{flex:1;min-width:220px;color:#60727c;font-size:13px}.bulk-access-control{display:grid;grid-template-columns:minmax(190px,250px) auto;gap:8px;align-items:center}.bulk-access-control .custom-select{min-width:190px}.bulk-access-control .custom-select-trigger{height:40px}.funnel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.funnel-card{position:relative;display:grid;gap:10px;min-height:190px;padding:18px;border:1px solid #dbe4e8;border-radius:8px;background:#f8fafb;color:inherit;text-align:left}.funnel-card.selected{border-color:#00c7b4;background:linear-gradient(135deg,#eafffcfa,#fffffffa);box-shadow:0 18px 46px #00a99d24}.funnel-card:hover{border-color:#0d7a75}.funnel-count-pill{width:fit-content;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid rgba(13,122,117,.15);border-radius:999px;background:#0d7a750f;color:#4f646d;font-size:12px;font-weight:800}.funnel-count-pill strong{color:#172026;font-size:14px}.funnel-count-pill.has-creatives{border-color:#00b8a652;background:linear-gradient(135deg,#00e0c521,#b0f45c1a);color:#087a73}.funnel-select{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:30px;height:30px;border:1px solid #cfe1e6;border-radius:8px;background:#fff;color:#fff;box-shadow:0 10px 24px #0a242a14}.funnel-select[aria-pressed=true]{border-color:#00b8a6;background:#00a99d;box-shadow:0 0 0 4px #00e0c524,0 12px 32px #00a99d38}.entity-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px}.entity-actions.inline{margin-top:12px}.entity-actions button,.entity-actions a,.tag-group strong button,.tag-group span button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 9px;border:1px solid #d8e1e5;border-radius:8px;background:#fff;color:#24323a;text-decoration:none}.funnel-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:#dff2ee;color:#0d7a75}.avatar-row{display:flex}.avatar-row span{display:grid;place-items:center;width:28px;height:28px;margin-right:-6px;border:2px solid #ffffff;border-radius:50%;background:#172026;color:#fff;font-size:12px}.funnel-card small,.meta-grid span{display:inline-flex;align-items:center;gap:6px;color:#65767e}.creative-layout{display:grid;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:18px;align-items:start}.list-panel,.detail-panel{padding:16px}.filters{display:grid;grid-template-columns:minmax(230px,1fr) minmax(150px,.55fr) minmax(140px,.5fr) minmax(130px,.45fr) auto;align-items:stretch;margin-bottom:14px}.search{position:relative;flex:1}.search svg{position:absolute;left:12px;top:12px;color:#73848b}.search input,.filters select{min-width:0;text-overflow:ellipsis;font-weight:800;background-color:#fff}.settings-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid #cfd8dc;border-radius:8px;background:#101820;color:#fff;font-weight:800;white-space:nowrap}.filters select:hover,.filters .search input:hover,.settings-trigger:hover{border-color:#0d7a75}.creative-list:before{content:"Поиск по названию, ID, дизайнеру, статусу, причине, типу или воронке";display:block;margin:0 0 2px;color:#60717a;font-size:12px;font-weight:700}.creative-list:empty:after{content:"Под эти фильтры креативов нет";display:block;padding:18px;border:1px dashed #c8d5db;border-radius:8px;background:#f8fafb;color:#60717a;text-align:center;font-weight:800}.search input,.filters select{min-height:42px;padding:0 12px}.search input{padding-left:38px}.creative-list{display:grid;gap:10px}.creative-row{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:12px;border:1px solid #dde6e9;border-radius:8px;background:#fff;text-align:left;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.creative-row.no-preview{grid-template-columns:minmax(0,1fr)}.creative-row:hover{border-color:#9fc7bf;box-shadow:0 10px 24px #0d1f260f}.creative-row.selected{border-color:#0d7a75;background:#f1faf8}.creative-row-body{display:grid;gap:7px;min-width:0}.creative-row-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.creative-row-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.creative-row-footer>.designer-chip.compact{grid-column:1;grid-row:1}.creative-row-footer>span{grid-column:2;grid-row:1;align-self:center}.creative-row strong{overflow-wrap:anywhere;font-size:14px;line-height:1.2}.creative-row-meta,.creative-row-footer>span{color:#63737b;font-size:13px}.creative-row-footer>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creative-row-footer>.creative-tags-line{grid-column:1 / -1;grid-row:2;justify-self:start;display:inline-flex;align-items:center;max-width:100%;padding:4px 8px;border:1px solid rgba(0,169,157,.24);border-radius:999px;background:#00e0c514;color:#087a73;font-size:11px;font-weight:900}.creative-tag-cloud{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 10px}.creative-tag-cloud span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(0,169,157,.26);border-radius:999px;background:linear-gradient(135deg,#00e0c51f,#ffffffe6);color:#076d67;font-size:12px;font-weight:900;box-shadow:0 10px 22px #00a99d14}.designer-chip{display:inline-flex;align-items:center;gap:10px;width:fit-content;max-width:100%;min-height:44px;padding:6px 10px 6px 6px;margin-top:12px;border:1px solid #b9ded8;border-radius:8px;background:linear-gradient(180deg,#f7fffd,#eef8f5);color:#172026;box-shadow:inset 0 0 0 1px #ffffffbf}.designer-chip b{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;box-sizing:border-box;position:relative;border-radius:8px;background:#0d7a75;color:#fff;font-size:12px;letter-spacing:0;overflow:hidden}.designer-chip b img{object-fit:cover;display:block;border-radius:inherit}.avatar-image-backdrop,.avatar-image-main{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.avatar-image-backdrop{width:118%!important;height:118%!important;object-fit:cover!important;filter:blur(9px) saturate(1.18);opacity:.72;transform:translate(-50%,-50%) scale(1.08)}.avatar-image-main{z-index:1;border-radius:inherit}.avatar-image-cropped{width:100%!important;height:100%!important;top:0!important;right:0!important;bottom:0!important;left:0!important;transform:none!important;object-fit:contain!important;object-position:center!important;border-radius:50%!important;box-shadow:none!important}.designer-chip span,.creative-row div .designer-chip,.creative-row div .designer-chip span{display:inline-grid;margin-top:0;color:inherit}.designer-chip strong{font-size:14px;line-height:1.1}.designer-chip small{margin-top:3px;color:#60717a;font-size:12px}.designer-chip.compact{min-height:28px;max-width:170px;gap:6px;padding:3px 7px 3px 3px;margin-top:0}.designer-chip.compact b{width:22px;height:22px;border-radius:6px;font-size:9px}.designer-chip.compact span{display:block;min-width:0}.designer-chip.compact strong{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.1}.designer-chip.compact small{display:none}.thumb,.preview-large{display:grid;place-items:center;color:#fff;box-shadow:inset 0 0 0 1px #fff3;overflow:hidden;background:#172026}.thumb img,.thumb video,.preview-large img,.preview-large video{width:100%;height:100%;object-fit:cover;display:block}.thumb{width:72px;height:58px;border-radius:8px}.video-poster{position:relative}.video-poster-play{position:absolute;inset:auto 8px 8px auto;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#0c1218ad;box-shadow:0 8px 18px #00000038;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.creative-hero{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start;margin-bottom:16px}.preview-large{width:100%;max-width:100%;min-width:0;min-height:190px;aspect-ratio:16 / 9;border-radius:8px}.creative-hero>.preview-large{grid-column:1}.creative-hero>.creative-title{grid-column:2;min-width:0;position:relative;z-index:1}.preview-large img,.preview-large video{object-fit:contain}.preview-large video{background:#0f161b}.custom-video-player{position:relative;width:100%;height:100%;min-height:inherit;background:#0f161b}.custom-video-player video{width:100%;height:100%;object-fit:contain;display:block;cursor:pointer}.video-controls{position:absolute;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:minmax(76px,1fr) auto minmax(76px,1fr);align-items:center;gap:10px;padding:7px 14px;border-radius:999px;color:#fff;background:#0c1218b8;box-shadow:0 14px 32px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:1;transform:translateY(0);transition:opacity .16s ease,transform .16s ease;will-change:opacity,transform}.video-control-cluster{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:8px}.custom-video-player[data-playing=true][data-controls-visible=false] .video-controls{opacity:0;pointer-events:none;transform:translateY(10px)}.video-control-button{width:32px;height:32px;min-width:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:#ffffff14;cursor:pointer}.video-control-button:hover{background:#ffffff29}.video-control-button.primary{color:#102026;background:#fff}.video-volume{position:relative;display:flex;align-items:center;justify-content:center;min-width:32px}.video-volume-popover{position:absolute;left:50%;bottom:44px;z-index:4;width:34px;height:104px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0c1218c7;box-shadow:0 16px 34px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transform:translate(-50%) translateY(8px);transition:opacity .14s ease,transform .14s ease}.video-volume:hover .video-volume-popover,.video-volume:focus-within .video-volume-popover{opacity:1;pointer-events:auto}.video-volume:hover .video-volume-popover,.video-volume:focus-within .video-volume-popover{transform:translate(-50%) translateY(0)}.video-volume-rail{position:absolute;left:50%;top:28px;bottom:14px;width:8px;overflow:hidden;border-radius:999px;background:#ffffff3d;transform:translate(-50%)}.video-volume-fill{position:absolute;left:0;right:0;bottom:0;min-height:8px;border-radius:999px;background:#fff}.video-volume-fill:after{content:"";position:absolute;left:50%;top:0;width:15px;height:15px;border:2px solid rgba(12,18,24,.86);border-radius:50%;background:#fff;box-shadow:0 3px 10px #00000057;transform:translate(-50%,-50%)}.video-volume-slider{position:absolute;top:24px;right:0;bottom:10px;left:0;z-index:7;width:100%;height:auto;margin:0;opacity:0;cursor:pointer;writing-mode:vertical-lr;direction:rtl;-moz-appearance:slider-vertical;appearance:slider-vertical;-webkit-appearance:slider-vertical}.video-volume-value{position:absolute;left:50%;top:8px;z-index:6;width:38px;font-size:11px;font-weight:900;color:#ffffffdb;text-align:center;white-space:nowrap;transform:translate(-50%)}.video-time{grid-column:3;justify-self:end;min-width:74px;padding-right:4px;font-size:12px;font-weight:800;text-align:right;color:#ffffffe0;white-space:nowrap}@media(max-width:760px){.video-controls{grid-template-columns:minmax(48px,1fr) auto minmax(48px,1fr);gap:6px;padding:6px 8px}.video-control-cluster{gap:6px}.video-control-button{width:30px;height:30px;min-width:30px}.video-volume{min-width:30px}.video-volume-popover{width:32px;height:98px;bottom:42px}.video-volume-rail{top:26px;bottom:13px}.video-volume-value{width:36px;font-size:10px}.video-time{min-width:60px;font-size:11px}}.creative-title{min-width:0}.creative-title h2{overflow-wrap:anywhere;font-size:26px}.creative-title p{margin-top:10px}.meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.status-toolbar{align-items:flex-start;padding:14px;margin-bottom:16px;border-radius:8px;background:#f6f8f9}.status-toolbar label{display:block;margin-bottom:4px;color:#66777f;font-size:12px}.status-toolbar select{min-height:36px;margin-top:10px;padding:0 10px;max-width:360px}.status-toolbar p{margin-top:6px;color:#60717a;font-size:13px}.comment-box button{min-height:36px;padding:0 12px;background:#172026;color:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px}.block{padding:16px}.stats-block{grid-row:span 3}.block-heading{margin-bottom:14px}.block-heading h3{font-size:18px}.stats-block .block-heading{justify-content:flex-start;gap:10px}.stats-block .block-heading h3{margin-right:0}.stats-block .aio-sync-controls{margin-left:auto}.stats-settings-button{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid rgba(0,169,157,.22);border-radius:10px;background:linear-gradient(180deg,#fff,#f3fbfa);color:#087a73;box-shadow:0 10px 24px #00a99d14}.stats-settings-button:hover{border-color:#00e0c594;box-shadow:0 0 0 4px #00e0c51a,0 12px 28px #00a99d24}.date-filter{display:flex;align-items:center;gap:8px}.aio-sync-controls{display:grid;justify-items:end;gap:5px;min-width:0}.aio-sync-controls small{color:#6c7f88;font-size:11px;font-weight:700;line-height:1.25;text-align:right}.aio-sync-controls .compact-date-reset:hover{box-shadow:0 0 0 4px #00e0c51c,0 12px 28px #00a99d26}.aio-progress-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;align-items:center;padding:11px 13px;margin:0 0 14px;border:1px solid rgba(0,224,197,.34);border-radius:14px;background:linear-gradient(135deg,#e8fffbf5,#fffffffa);box-shadow:0 18px 38px #00a99d1f}.aio-progress-panel strong,.aio-progress-panel span{display:block}.aio-progress-panel strong{color:#10262b;font-size:14px}.aio-progress-panel span{margin-top:3px;color:#60737b;font-size:12px;font-weight:800}.aio-progress-panel b{color:#087a73;font-size:14px}.aio-progress-track{grid-column:1 / -1;height:8px;overflow:hidden;border-radius:999px;background:#dcecee}.aio-progress-track span{display:block;height:100%;min-width:8px;border-radius:inherit;background:linear-gradient(90deg,#00c8b8,#baf15d,#ffdf5a);box-shadow:0 0 18px #00e0c559;transition:width .22s ease}.stats-range-hint{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;margin:0 0 14px;border:1px solid rgba(0,169,157,.2);border-radius:14px;background:linear-gradient(135deg,#e8fffbeb,#fffffffa);box-shadow:0 14px 34px #00a99d14}.stats-range-hint strong,.stats-range-hint span{display:block}.stats-range-hint strong{color:#13232a;font-size:14px}.stats-range-hint span{margin-top:3px;color:#61727a;font-size:12px;font-weight:700;line-height:1.35}.stats-range-hint.warning{border-color:#ffb8446b;background:linear-gradient(135deg,#fff9e0f0,#fffffffa)}.stats-range-hint.error{border-color:#ef4e345c;background:linear-gradient(135deg,#ffefeaf0,#fffffffa)}.date-filter label{position:relative;display:grid;gap:3px}.date-filter label span{color:#66777f;font-size:10px;font-weight:900;text-transform:uppercase}.date-filter input{min-height:38px;padding:0 10px;border:1px solid #d6dee2;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbfb);color:#172026;font-weight:800}.date-filter input::-webkit-calendar-picker-indicator{width:20px;height:20px;border-radius:7px;background-color:#e8f3f1;cursor:pointer}.chart{display:grid;gap:10px;margin:16px 0 8px}.bar-wrap{display:grid;grid-template-columns:52px minmax(0,1fr) 42px;gap:8px;align-items:center;font-size:13px}.bar-track{height:10px;overflow:hidden;border-radius:999px;background:#e5ecef}.bar-track div{height:100%;border-radius:inherit;background:#0d7a75}.decision-form{display:grid;gap:8px;margin-bottom:12px}.decision-summary{display:grid;gap:8px;padding:12px;margin-bottom:12px;border:1px solid #e1e8eb;border-radius:8px;background:#f9fbfb}.decision-summary span{color:#63747c;font-size:13px}.decision-summary button,.modal-section button,.icon-button{min-height:36px;border:0;border-radius:8px;background:#172026;color:#fff}.decision-summary button{width:fit-content;padding:0 14px}.decision-history{margin-top:10px;border:1px solid rgba(176,209,220,.86);border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbfb);box-shadow:0 12px 26px #08141f0f;overflow:hidden}.decision-history>summary{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#172026;cursor:pointer;list-style:none}.decision-history>summary::-webkit-details-marker{display:none}.decision-history>summary span{display:grid;gap:2px;min-width:0}.decision-history>summary strong{font-size:14px;font-weight:900}.decision-history>summary small{color:#60717a;font-size:12px;font-weight:800}.decision-history>summary svg{flex:0 0 auto;color:#087a73;transition:transform .16s ease}.decision-history[open]>summary{border-bottom:1px solid #e1e8eb;background:#00e0c50f}.decision-history[open]>summary svg{transform:rotate(180deg)}.decision-history .decision-list{padding:10px}.decision-form select{min-height:38px;padding:0 10px}.decision-form textarea{min-height:86px;resize:vertical;padding:10px}.decision-list,.comments,.activity-feed{display:grid;gap:10px}.decision-list article,.comments article,.activity-feed article{padding:12px;border:1px solid #e1e8eb;border-radius:8px;background:#f9fbfb}.decision-list span,.comments span,.activity-feed span{display:block;margin-top:4px;color:#6a7a82;font-size:12px}.decision-list p,.comments p{margin-top:8px;color:#30424a}.decision-list small{display:block;margin-top:8px;color:#677981}.tag-group{display:grid;gap:8px;margin-bottom:12px}.tag-group strong{display:flex;align-items:center;gap:8px}.tag-group div{display:flex;flex-wrap:wrap;gap:8px}.tag-group span{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:#eef4f5;color:#30414a;font-size:13px}.tag-group span button{min-height:22px;padding:0 5px;border:0;background:#ffffffb8}.reason-lab{display:grid;gap:12px}.reason-card{display:grid;gap:12px;padding:12px;border:1px solid #d9e8eb;border-radius:14px;background:linear-gradient(135deg,#ffffffeb,#f3fafac7)}.reason-card.danger{border-color:#ef4f3538;background:linear-gradient(135deg,#fff6f2f5,#ffffffe6)}.reason-card.iteration{border-color:#7c54ff3d;background:linear-gradient(135deg,#f6f2fff5,#ffffffe6)}.reason-card header{display:flex;justify-content:space-between;gap:12px}.reason-card header div{display:grid;gap:3px}.reason-card header strong{font-size:15px}.reason-card header span{color:#667982;font-size:12px;line-height:1.35}.reason-card header em{align-self:start;min-width:max-content;padding:5px 9px;border-radius:999px;background:#00a99d1a;color:#087a73;font-size:11px;font-style:normal;font-weight:900}.reason-tags{display:flex;flex-wrap:wrap;gap:8px}.reason-tags button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px 0 12px;border:1px solid #d6e5e8;border-radius:999px;background:#fff;color:#213038;font-weight:800;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.reason-tags button:not(:disabled):hover{transform:translateY(-1px);border-color:#00a99d;box-shadow:0 0 18px #00e0c51f}.reason-tags button.active{border-color:#00a99d;background:linear-gradient(135deg,#00e0c529,#ffffffeb);box-shadow:0 0 0 1px #00a99d14,0 10px 24px #00a99d1a}.reason-tags small{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:#eef5f6;color:#657982;font-size:11px}.reason-tags .reason-add{color:#087a73;border-color:#00a99d40;background:#00e0c514}.reason-admin{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px;border-top:1px dashed #dbe7ea}.reason-admin span{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#f4f8f9;color:#6a7a82;font-size:11px}.reason-admin button{min-height:20px;padding:0 4px;border:0;background:#ffffffbd}.comment-box{display:grid;gap:8px;margin-bottom:12px}.comment-box textarea{min-height:84px;resize:vertical;padding:10px}.empty-state{display:grid;place-items:center;min-height:420px;padding:28px;text-align:center}.empty-state svg{color:#0d7a75}.empty-state p{max-width:480px;color:#62727b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:22px;background:#1018208f}.action-modal{width:min(920px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 24px 80px #0a121857}.table-settings-modal{width:min(980px,100%);max-height:calc(100vh - 44px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 24px 80px #0a121857}.table-settings-modal header,.table-settings-modal footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.table-settings-modal header{padding:18px 20px;border-bottom:1px solid #e3eaed;background:#f4f6fb}.table-settings-modal header p{margin-top:4px;color:#60717a}.table-settings-modal footer{padding:12px;border-top:1px solid #e3eaed}.settings-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px 12px;border-bottom:1px solid #edf1f3}.settings-toolbar span{color:#60717a;font-size:13px;font-weight:800}.settings-count{display:grid;place-items:center;min-width:34px;height:32px;border-radius:8px;background:#dff2ee;color:#0d6f69!important}.settings-toolbar button,.mini-toggle,.settings-reset{min-height:32px;padding:0 12px;border:0;border-radius:8px;background:#eef2f8;color:#52616a;font-weight:800}.settings-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);min-height:0;overflow:auto}.settings-pane{display:grid;align-content:start;gap:14px;padding:18px;background:#f7f8fd}.settings-pane+.settings-pane{border-left:1px solid #e3e8ef;background:#fff}.settings-pane-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-pane-title.inner{margin-top:10px;padding-top:14px;border-top:1px solid #e3e8ef}.settings-field{display:grid;gap:6px}.settings-field>span{color:#465861;font-size:13px;font-weight:900}.settings-field select,.settings-input input{width:100%;min-height:42px;border:0;border-radius:8px;background-color:#fff;color:#172026;font-weight:800}.settings-input{position:relative}.settings-input svg{position:absolute;right:12px;top:12px;color:#172026}.settings-input input{padding:0 38px 0 12px}.settings-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.status-check-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}.settings-check{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;min-height:34px;border:0;background:transparent;color:#2d3a42;font-weight:800;text-align:left}.check-box{display:grid;place-items:center;flex:0 0 auto;width:20px;height:20px;border:1px solid #d7e0e5;border-radius:5px;background:#f4f6f8;color:#fff}.check-box.on{border-color:#21c45d;background:#21c45d}.settings-reset{margin-right:auto;background:#fff1e9;color:#d94f30}.action-modal header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:20px;border-bottom:1px solid #e3eaed}.action-modal header span{color:#0d7a75;font-size:13px;font-weight:800;text-transform:uppercase}.action-modal header h2{margin-top:4px;overflow-wrap:anywhere}.icon-button{display:grid;place-items:center;width:38px;padding:0;background:#eef3f5;color:#24323a}.modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.modal-grid.single{grid-template-columns:minmax(0,1fr)}.modal-section{display:grid;gap:10px;align-content:start;padding:16px;border:1px solid #dfe7eb;border-radius:8px;background:#f9fbfb}.modal-section-title{display:flex;align-items:center;gap:8px}.modal-section-title svg{color:#0d7a75}.modal-section select,.modal-section textarea{width:100%;border:1px solid #d6dee2;border-radius:8px;background-color:#fff;color:#172026;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.modal-section select{min-height:40px;padding:0 10px}.modal-section textarea{min-height:120px;resize:vertical;padding:10px}.status-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-choice-grid button{display:grid;place-items:center;gap:2px;min-height:52px;padding:0 10px;background:#172026;color:#fff}.status-choice-grid button small{font-size:11px;font-weight:900;opacity:.82}.status-choice-grid button.selected{outline:3px solid rgba(0,224,197,.38);box-shadow:0 0 0 1px #09202a1a,0 14px 28px #00e0c52e}.status-picker{position:relative;z-index:5}.status-picker-trigger,.status-picker-menu button{width:100%;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid #cfe1e6;border-radius:12px;background:linear-gradient(135deg,#fffffff5,#eff8f8e0),#fff;color:#172832;text-align:left;box-shadow:0 10px 24px #1939400f}.status-picker-trigger:hover,.status-picker-menu button:hover{border-color:#00a99d6b;background:linear-gradient(135deg,#edfffcfa,#fffffff0),#fff}.status-picker-trigger>span:not(.status-picker-dot),.status-picker-menu button>span:not(.status-picker-dot){display:grid;gap:2px;min-width:0}.status-picker-trigger strong,.status-picker-menu strong{font-size:15px;font-weight:900}.status-picker-trigger small,.status-picker-menu small{color:#6c8089;font-size:12px;font-weight:800}.status-picker-dot{width:18px;height:18px;border:3px solid rgba(255,255,255,.92);border-radius:999px;box-shadow:0 0 0 1px #182d341f,0 6px 14px #182d341f}.status-picker-menu{position:absolute;inset:calc(100% + 8px) 0 auto 0;z-index:20;display:grid;gap:7px;max-height:min(360px,calc(100vh - 220px));padding:8px;overflow:auto;border:1px solid #cfe1e6;border-radius:14px;background:#fffffffa;box-shadow:0 22px 60px #142d362e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.status-picker-menu button{min-height:50px;border-radius:10px;box-shadow:none}.status-picker-menu button.selected{border-color:#00a99d80;background:linear-gradient(135deg,#e0fffafa,#fffffff0),#fff}.status-picker-menu button svg{color:#0d7a75}.status-picker-trigger,.status-picker-trigger:hover,.status-picker-trigger:focus,.status-picker.open .status-picker-trigger,.status-picker-menu button,.status-picker-menu button:hover,.status-picker-menu button:focus{color:#172832!important;text-shadow:none!important}.status-picker-trigger strong,.status-picker-trigger:hover strong,.status-picker-trigger:focus strong,.status-picker.open .status-picker-trigger strong,.status-picker-menu button strong,.status-picker-menu button:hover strong,.status-picker-menu button:focus strong{color:#172832!important}.status-picker-trigger small,.status-picker-trigger:hover small,.status-picker-trigger:focus small,.status-picker.open .status-picker-trigger small,.status-picker-menu button small,.status-picker-menu button:hover small,.status-picker-menu button:focus small{color:#5f747d!important}.status-picker-trigger svg,.status-picker-trigger:hover svg,.status-picker-trigger:focus svg,.status-picker.open .status-picker-trigger svg{color:#7a9098!important}.status-choice.uploaded{background:#314752}.status-choice.in-test{background:#0b75a5}.status-choice.review{background:#b87600}.status-choice.good{background:#1f8f2e}.status-choice.rejected{background:#b8422a}.status-choice.bad-result{background:#8f2638}.status-choice.needs-iteration{background:#6347b8}.status-choice.keep-testing{background:#0d7a75}.status-choice.archived{background:#65757d}.modal-submit{width:100%}.editor-modal{width:min(720px,100%)}.editor-form{display:grid;gap:12px;padding:20px}.editor-form label{display:grid;gap:6px;color:#52656e;font-size:13px;font-weight:700}.editor-form input,.editor-form select,.editor-form textarea{width:100%;border:1px solid #d6dee2;border-radius:8px;background-color:#fff;color:#172026;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.editor-form input,.editor-form select{min-height:40px;padding:0 10px}.editor-form textarea{min-height:108px;resize:vertical;padding:10px}.creative-funnel-editor-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.creative-funnel-editor-row label{min-width:0}.inline-create-funnel-toggle{min-height:40px;padding:0 14px;border:1px solid rgba(13,122,117,.28);border-radius:10px;background:#f4fffb;color:#08756f;font-weight:900;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.inline-create-funnel-toggle:hover{transform:translateY(-1px);border-color:#0d7a7585;background:#eafff9}.inline-create-funnel-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px;border:1px solid rgba(13,122,117,.18);border-radius:12px;background:linear-gradient(135deg,#e2fff9e0,#fffffff2)}.inline-create-funnel-panel input{min-width:0}.inline-create-funnel-panel button{min-height:40px;padding:0 16px;border:0;border-radius:10px;background:#11202a;color:#fff;font-weight:900;cursor:pointer}.inline-create-funnel-panel button:disabled{cursor:wait;opacity:.62}.inline-create-funnel-panel span{grid-column:1 / -1;color:#a33b25;font-size:13px;font-weight:800}.upload-preview{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:10px;border:1px dashed #c8d5db;border-radius:8px;background:#f8fafb}.upload-preview-main{display:grid;min-width:0;gap:4px}.upload-preview strong,.upload-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-preview span{color:#60717a;font-size:13px}.upload-preview .upload-ok{color:#0d6f69;font-weight:800}.upload-preview .upload-error{color:#a33b25;font-weight:800}.form-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(255,91,61,.36);border-radius:12px;background:#fff4ef;color:#a33b25;font-weight:850;line-height:1.35}.input-error{border-color:#ff5b3db8!important;box-shadow:0 0 0 3px #ff5b3d1f!important}.upload-clear-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(255,91,61,.38);border-radius:999px;background:linear-gradient(135deg,#fff6f2,#fff);color:#c83f24;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #ff5b3d1f;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.upload-clear-button:hover{transform:translateY(-1px);border-color:#ff5b3dad;box-shadow:0 14px 28px #ff5b3d2e}.upload-clear-button:active{transform:translateY(0) scale(.98)}.custom-file-control input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.custom-file-control>span{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;width:fit-content;padding:0 14px;border:1px solid #cfd9de;border-radius:8px;background:#fff;color:#24323a;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.custom-file-control>span:hover{border-color:#0d7a75;background:#f1faf8}.custom-file-control input[type=file]:focus-visible+span{box-shadow:0 0 0 3px #0d7a752e}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.user-table{display:grid;gap:10px}.user-table article{display:grid;grid-template-columns:minmax(210px,1.2fr) 140px 110px minmax(240px,1fr) 140px 120px;gap:14px;align-items:center;padding:14px;border:1px solid #dde6e9;border-radius:8px;background:#f9fbfb}.user-table span,.user-table small{color:#596b73}.user-table strong,.user-table span{display:block}.user-table-person{display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-width:0}.user-table-avatar{position:relative;display:grid!important;place-items:center;width:42px;height:42px;min-width:42px;overflow:hidden;border:1px solid rgba(0,224,197,.34);box-shadow:0 10px 24px #05222814}.user-table-avatar img,.user-table-avatar .avatar-image-main,.user-table-avatar .avatar-image-backdrop{max-width:none}.user-table-person>span{min-width:0}.user-table-person strong,.user-table-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-badge,.status-pill,.status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.role-badge{background:#eaf1f5;color:#314752}.status-pill.ok{background:#dff2ee;color:#0d6f69}.muted-pill{background:#eef1f2;color:#7c8b91}.status-badge{white-space:nowrap;background:#eaf1f5;color:#314752}.status-badge.strong{min-height:34px;padding:0 14px;font-size:13px;box-shadow:0 8px 18px #141f2514}.status-badge.uploaded{background:#eaf1f5;color:#314752}.status-badge.in-test{background:#d8f0ff;color:#096387}.status-badge.review{background:#fff1ce;color:#8a5a00}.status-badge.good{background:#dff6dd;color:#19711b;box-shadow:inset 0 0 0 1px #19711b1f}.status-badge.rejected{background:#ffe2da;color:#a33b25}.status-badge.bad-result{background:#ffe0e7;color:#8f2638}.status-badge.needs-iteration{background:#e9e1ff;color:#5a3fb1}.status-badge.keep-testing{background:#e1f5f2;color:#0b6f69}.status-badge.archived{background:#eceff1;color:#60717a}.activity-feed article{display:flex;gap:10px;align-items:flex-start}.activity-feed article div{flex:1}.activity-feed svg{flex:0 0 auto;margin-top:2px;color:#0d7a75}.log-delete{display:grid;place-items:center;width:32px;height:32px;border:1px solid #d8e1e5;border-radius:8px;background:#fff;color:#a33b25}@media(max-width:1180px){.creative-layout,.content-grid,.creative-hero,.analytics-panel,.modal-grid,.ai-workbench,.ai-scope-panel{grid-template-columns:1fr}.stats-block{grid-row:auto}.designer-table{grid-column:auto}.user-table article{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr 1fr}.settings-grid,.ai-recommendation-toolbar{grid-template-columns:1fr}.ai-kanban-board{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-pane+.settings-pane{border-left:0;border-top:1px solid #e3e8ef}}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.overview-filter-bar,.section-heading,.status-toolbar,.title-line{align-items:stretch;flex-direction:column}.filters,.ai-kanban-board,.settings-check-grid,.status-check-grid{grid-template-columns:1fr}.date-filter{align-items:stretch;flex-wrap:wrap}.date-filter label{flex:1 1 150px}.overview-filter-bar .date-filter>.custom-select{width:100%;flex:1 1 100%}.status-callout{justify-items:start}.metric-strip,.stats-grid,.admin-grid,.funnel-grid,.meta-grid,.mini-kpis,.designer-table article,.status-choice-grid,.ai-summary-grid,.ai-rules-strip,.ai-score-row{grid-template-columns:1fr}.ai-hero{flex-direction:column}.creative-row{grid-template-columns:64px minmax(0,1fr)}.creative-row-head{align-items:flex-start;flex-direction:column}.creative-row-footer{grid-template-columns:1fr;align-items:flex-start}.creative-row-footer>span{grid-column:1;grid-row:2}.designer-chip.compact{max-width:100%}.designer-chip.compact strong{max-width:220px}.workspace{padding:18px}}.status-callout{display:grid;justify-items:end;gap:5px;flex:0 0 auto}.status-callout small{color:#66777f;font-size:11px;font-weight:800;text-transform:uppercase}.filters{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:stretch!important;overflow:visible!important}.filter-select-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.filter-select-row select,.filters select{min-width:0;width:100%;font-weight:850;text-overflow:ellipsis}.settings-trigger{min-width:152px;border-color:#101820!important;background:#101820!important;color:#fff!important;box-shadow:0 10px 24px #10182024}.creative-list:before{content:"Поиск по названию, ID, дизайнеру, статусу, причине, типу или воронке"!important;display:block;margin:0 0 2px;color:#60717a;font-size:12px;font-weight:750}.creative-list:empty:after{content:"Под эти фильтры креативов нет"!important}.upload-server-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:14px;padding:12px;border:1px solid #b9ded9;border-radius:8px;background:#f4fffd}.upload-server-callout strong,.upload-server-callout span{display:block}.upload-server-callout strong{font-size:13px}.upload-server-callout span{margin-top:3px;color:#60717a;font-size:12px;line-height:1.3}.upload-server-callout button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 12px;border:0;border-radius:8px;background:#0d7a75;color:#fff;font-weight:900}.creative-row-footer{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}.designer-chip.compact{display:inline-flex!important;align-items:center!important;width:fit-content!important;max-width:156px!important;min-height:26px!important;padding:3px 8px 3px 3px!important;gap:6px!important;border-radius:999px!important;background:#f4fffd!important;box-shadow:none!important}.designer-chip.compact b{width:20px!important;height:20px!important;border-radius:999px!important;font-size:8px!important}.designer-chip.compact span{display:block!important;min-width:0!important}.designer-chip.compact strong{display:block!important;max-width:112px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1!important}.designer-chip.compact small{display:none!important}.table-settings-modal{width:min(980px,calc(100vw - 28px))!important}.settings-backdrop{align-items:start!important;padding-top:32px!important}@media(max-width:820px){.filters,.filter-select-row,.upload-server-callout,.creative-row-footer{grid-template-columns:1fr!important}.settings-trigger{width:100%}.designer-chip.compact,.designer-chip.compact strong{max-width:100%!important}}:root{--bg: #edf4f6;--panel: rgba(255, 255, 255, .88);--ink: #08141f;--muted: #5d7180;--line: #cfe0e6;--brand: #00a99d}body{background:linear-gradient(135deg,rgba(0,169,157,.08),transparent 28%),linear-gradient(215deg,rgba(255,207,74,.12),transparent 34%),var(--bg)}.workspace{background:transparent}.sidebar{background:linear-gradient(180deg,#07121c,#0d1922);border-right:1px solid rgba(91,255,232,.14);box-shadow:18px 0 60px #0000002e}.brand-mark,.brand-mark.neon{background:linear-gradient(135deg,#ffcf4a,#00e0c5);box-shadow:0 0 24px #00e0c538}nav button.active{background:linear-gradient(90deg,#00a99d38,#ffffff12);box-shadow:inset 3px 0 #00e0c5}.topbar,.metric-strip>*,.list-panel,.detail-panel,.block,.section-band,.funnel-card,.user-card,.activity-card,.analytics-panel{border:1px solid rgba(176,209,220,.85);background:var(--panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 44px #0a1c2614}.topbar{border-radius:16px;padding:22px 24px;margin-bottom:18px}.primary-button{background:linear-gradient(135deg,#f05a37,#d83e27);color:#fff;border:1px solid rgba(255,207,74,.28);box-shadow:0 14px 34px #d83e2738,inset 0 1px #ffffff3d}.primary-button:hover{box-shadow:0 18px 42px #d83e274d,0 0 0 4px #00e0c51f,inset 0 1px #ffffff4d}.primary-button:active{box-shadow:0 8px 22px #d83e2738,0 0 24px #00e0c538 inset}.ghost-button,.entity-actions button,.entity-actions a,.settings-trigger,.reset-filters,.logout-button{border:1px solid #cfe0e6;background:#ffffffd6;color:var(--ink);box-shadow:inset 0 1px #ffffffb3,0 8px 20px #08141f0f}.ghost-button:hover,.entity-actions button:hover,.entity-actions a:hover,.settings-trigger:hover,.reset-filters:hover,.logout-button:hover{border-color:#00e0c575;box-shadow:0 0 0 4px #00e0c51c,0 12px 26px #08141f14}.logout-button{min-height:30px;border-radius:9px;margin-top:6px;background:#ffffffeb;font-size:12px;font-weight:900;box-shadow:0 8px 18px #0000001a;transition:transform .14s ease,border-color .14s ease,background .14s ease}.logout-button:hover{transform:translateY(-1px);border-color:#00e0c570;background:#fff}.account-card{padding:8px;border:1px solid rgba(0,224,197,.2);border-radius:12px;background:linear-gradient(135deg,#00e0c51a,#ffffff0a),#ffffff0d;box-shadow:inset 0 1px #ffffff14,0 12px 24px #0000001f}.account-chip{display:grid;gap:6px;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;transition:transform .15s ease,filter .15s ease}.account-chip:hover{transform:translateY(-1px);filter:drop-shadow(0 0 14px rgba(0,224,197,.2))}.account-chip:active{transform:translateY(0) scale(.98)}.account-card label{font-size:11px;line-height:1}.account-card .designer-chip{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:40px;padding:5px!important;margin-top:0;border-radius:9px!important;background:linear-gradient(135deg,#fffffff5,#dcfffae0)!important}.account-card .designer-chip b{width:24px;height:24px;border-radius:7px;font-size:9px}.account-card .designer-chip strong,.account-card .designer-chip small{max-width:116px;line-height:1.05}.account-card .designer-chip>span{display:grid;align-content:center;min-width:0}.account-card .designer-chip small{color:#5f7680;font-size:10px}.profile-button{width:100%;min-height:30px;border:1px solid rgba(0,224,197,.24);border-radius:9px;background:linear-gradient(135deg,#00e0c51f,#ffffff14);color:#dffcf8;font-size:12px;font-weight:900}.profile-button:hover{border-color:#00e0c585;box-shadow:0 0 24px #00e0c524}.sidebar-collapsed .sidebar{padding:18px 14px;align-items:center}.sidebar-collapsed .brand{width:58px;justify-content:center;margin-top:24px;margin-bottom:8px}.sidebar-collapsed .brand>div:not(.brand-mark){max-width:0;opacity:0;transform:translate(-8px);overflow:hidden}.sidebar-collapsed .brand-mark{width:44px;height:44px;flex:0 0 auto}.sidebar-collapsed .sidebar-toggle{position:absolute;right:-20px;top:5px;width:30px;height:30px;min-height:30px;transform:rotate(180deg);background:#0d1822;box-shadow:0 10px 24px #0003}.sidebar-collapsed nav{width:58px}.sidebar-collapsed nav button{width:48px;height:46px;min-height:46px;justify-content:center;padding:0;border-radius:14px}.sidebar-collapsed nav button svg{flex:0 0 auto}.sidebar-collapsed .nav-label{max-width:0;opacity:0;transform:translate(-8px);overflow:hidden}.sidebar-collapsed .account-card{width:60px;min-width:60px;min-height:60px;height:60px;padding:5px;gap:0;margin-top:auto;margin-bottom:18px;display:grid;place-items:center;overflow:hidden}.sidebar-collapsed .account-card label,.sidebar-collapsed .account-card .designer-chip>span,.sidebar-collapsed .logout-button,.sidebar-collapsed .profile-button{display:none}.sidebar-collapsed .account-chip{display:grid;place-items:center;width:50px;height:50px;min-width:50px;min-height:50px;padding:0!important;border:0!important;background:transparent!important;transform:none}.sidebar-collapsed .account-card .designer-chip{display:grid!important;place-items:center!important;width:50px;height:50px;min-width:50px;min-height:50px;max-width:50px;margin:0!important;padding:0!important;border:0!important;border-radius:14px!important;background:transparent!important;box-shadow:none!important;overflow:hidden}.sidebar-collapsed .account-card .designer-chip b{display:grid!important;place-items:center!important;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:14px;overflow:hidden;box-shadow:inset 0 0 0 3px #e6fffbe6,0 0 20px #00e0c542!important}.sidebar-collapsed .account-card .designer-chip b img,.sidebar-collapsed .account-card .designer-chip b .avatar-image-main,.sidebar-collapsed .account-card .designer-chip b .avatar-image-backdrop{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border-radius:inherit!important;object-fit:cover!important}.filters{display:grid!important;grid-template-columns:minmax(220px,1fr) auto;gap:10px!important;align-items:start;padding:14px;border:1px solid var(--line);border-radius:12px;background:#ffffffc7}.filter-select-row{grid-column:1 / -1;display:grid!important;grid-template-columns:repeat(4,minmax(132px,1fr)) repeat(2,minmax(116px,.7fr)) auto!important;gap:8px!important}.filter-select-row select,.mini-date,.search{min-height:42px;border-radius:10px}.mini-date{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:0 10px;border:1px solid #d6dee2;background:#fff;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.mini-date input{min-width:0;border:0;background:transparent;font-weight:800}.reset-filters{min-height:42px;padding:0 14px;border-radius:10px;font-weight:800}.filter-summary{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px}.filter-summary>span{margin-right:4px;color:var(--muted);font-size:12px;font-weight:800}.filter-summary button{border:1px solid transparent;border-radius:999px;background:#ffffff6b;padding:2px;transition:transform .12s ease,box-shadow .16s ease,border-color .16s ease}.filter-summary button.active .status-badge{outline:2px solid #00a99d;box-shadow:0 0 0 5px #00a99d1a}.filter-summary button:hover{border-color:#00e0c552;box-shadow:0 0 18px #00e0c524}.creative-row{border-radius:12px!important;border:1px solid #d8e5ea!important;background:#ffffffc7!important;box-shadow:0 10px 26px #08141f0d}.creative-row.selected{border-color:#00a99d!important;background:linear-gradient(135deg,#00a99d1f,#ffffffe6)!important;box-shadow:0 0 0 1px #00a99d26,0 18px 34px #00a99d1a}.designer-chip{max-width:100%;min-width:0;border:1px solid rgba(0,169,157,.35)!important;background:linear-gradient(135deg,#00a99d1f,#ffffffeb)!important;box-shadow:0 8px 18px #00a99d14!important}.designer-chip b{flex:0 0 auto;background:linear-gradient(135deg,#008d84,#00c7b6)}.designer-chip>span{min-width:0}.designer-chip strong,.designer-chip small{display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.designer-chip:not(.compact) strong,.designer-chip:not(.compact) small{max-width:240px}.creative-row-footer{display:grid!important;grid-template-columns:minmax(0,auto) minmax(80px,1fr)!important;gap:8px!important;align-items:end!important}.status-badge.good{background:#d9f9df;color:#08751e;border:1px solid #9de5aa}.status-badge.rejected{background:#ffe4dc;color:#a12612;border:1px solid #ffb6a5}.status-badge.bad-result{background:#ffe0e7;color:#8f2638;border:1px solid #ff9db1}.status-badge.in-test{background:#d9f1ff;color:#05608f;border:1px solid #a9dfff}.status-badge.review{background:#fff1cc;color:#8b5c00;border:1px solid #f1d17a}.status-badge.uploaded{background:#e8eef3;color:#294253;border:1px solid #cbd8df}.status-badge.needs-iteration,.status-badge.keep-testing{background:#ede7ff;color:#5633a7;border:1px solid #cfc0ff}.sync-pill.locked{background:#fff1cc;color:#7a5300}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,520px) 1fr;gap:28px;align-items:stretch;padding:28px;color:var(--ink);background:linear-gradient(135deg,rgba(0,224,197,.18),transparent 32%),linear-gradient(230deg,rgba(240,90,55,.16),transparent 38%),#07121c}.login-panel,.login-visual{border:1px solid rgba(0,224,197,.22);border-radius:18px;background:#ffffffeb;box-shadow:0 30px 80px #00000047}.login-panel{display:grid;align-content:center;gap:18px;padding:34px}.login-brand{display:flex;align-items:center;gap:12px}.login-brand strong,.login-brand span{display:block}.login-brand span,.login-panel p{color:var(--muted)}.login-panel h1{margin:12px 0 0;font-size:clamp(34px,5vw,58px);letter-spacing:0}.login-form{display:grid;gap:12px}.login-form label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.login-form input{min-height:48px;border:1px solid var(--line);border-radius:10px;padding:0 14px;background:#fff;color:var(--ink);font-weight:800}.login-error{display:flex;gap:8px;align-items:center;padding:10px 12px;border-radius:10px;background:#ffe4dc;color:#a12612;font-size:13px;font-weight:800}.login-visual{position:relative;overflow:hidden;min-height:360px;background:#07121c}.neon-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,224,197,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(0,224,197,.12) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(135deg,transparent,#000 25%,#000 70%,transparent);mask-image:linear-gradient(135deg,transparent,#000 25%,#000 70%,transparent)}.login-transition-screen{display:grid;min-height:100vh;place-items:center;padding:28px;background:radial-gradient(circle at 50% 36%,rgba(0,224,197,.2),transparent 34%),radial-gradient(circle at 68% 58%,rgba(240,90,55,.15),transparent 30%),#07121c;color:#f8fffd}.login-transition-card{display:grid;width:min(440px,92vw);justify-items:center;gap:12px;padding:34px;border:1px solid rgba(0,224,197,.34);border-radius:22px;background:#081620eb;box-shadow:0 34px 100px #0000006b,0 0 54px #00e0c529;text-align:center;animation:login-card-enter .52s cubic-bezier(.2,.9,.2,1) both}.login-transition-card span{color:#9eece3;font-size:12px;font-weight:900;text-transform:uppercase}.login-transition-card strong{font-size:clamp(28px,4vw,44px);line-height:1}.login-transition-card p{max-width:320px;margin:0;color:#c2d7dd}@keyframes login-card-enter{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.login-metric{position:absolute;left:12%;top:22%;display:grid;gap:4px;min-width:230px;padding:18px;border:1px solid rgba(0,224,197,.36);border-radius:14px;background:#05121cc7;color:#fff;box-shadow:0 0 38px #00e0c533}.login-metric.offset{left:auto;right:12%;top:auto;bottom:22%}.login-metric span{color:#9ddad4}@media(max-width:1100px){.filter-select-row{grid-template-columns:repeat(2,minmax(140px,1fr))!important}}@media(max-width:760px){.login-shell{grid-template-columns:1fr;padding:14px}.login-visual{display:none}.filters{grid-template-columns:1fr}.settings-trigger{width:100%}.filter-select-row{grid-template-columns:1fr!important}}.creative-layout{gap:20px!important}.list-panel{align-self:start;padding:16px!important;border-radius:14px!important}.list-panel .filters{display:grid!important;grid-template-columns:1fr 44px!important;gap:10px!important;padding:14px!important;border-radius:14px!important;background:linear-gradient(180deg,#ffffffeb,#f7fcfde0)!important}.list-panel .search{min-width:0;height:42px;border:1px solid #d6e4ea;background:#fff}.list-panel .search input{min-width:0;font-weight:800}.list-panel .settings-trigger{width:44px;height:42px;min-height:42px;padding:0;border-radius:12px;background:#0d1822;color:#fff;font-size:0;box-shadow:0 14px 28px #08141f2e}.list-panel .settings-trigger span,.list-panel .settings-trigger:not(:has(svg)){font-size:0}.list-panel .settings-trigger svg{margin:0}.list-panel .filter-select-row{grid-column:1 / -1;grid-template-columns:1fr 1fr!important;gap:8px!important}.list-panel .filter-select-row select,.list-panel .mini-date,.list-panel .reset-filters{width:100%;min-width:0;height:38px;min-height:38px;border-radius:10px;font-size:12px;font-weight:900}.list-panel .filter-select-row select{padding-left:11px!important;padding-right:34px!important;background-position:calc(100% - 16px) 50%,calc(100% - 10px) 50%,calc(100% - 34px) 50%;background-size:6px 6px,6px 6px,1px 18px;white-space:nowrap;text-overflow:ellipsis}.list-panel .mini-date{grid-template-columns:34px 1fr}.list-panel .mini-date input{font-size:12px}.list-panel .reset-filters{grid-column:1 / -1;background:#00a99d14;color:#08756d}.filter-summary{margin-top:2px;padding-top:8px!important;border-top:1px solid #e0eaee}.filter-summary>span{flex:0 0 100%;margin:0 0 2px!important;font-size:12px!important}.filter-summary button{padding:0!important;background:transparent!important}.filter-summary .status-badge{min-height:28px;padding:6px 10px;border-radius:999px;font-size:11px}.creative-list{margin-top:12px;display:grid;gap:10px}.creative-list:before{content:none!important}.list-panel .creative-row{grid-template-columns:74px minmax(0,1fr)!important;min-height:112px;padding:12px!important}.list-panel .creative-row.no-preview{grid-template-columns:minmax(0,1fr)!important;min-height:104px}.list-panel .thumb{width:70px;height:58px;border-radius:10px}.list-panel .creative-row-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.list-panel .creative-row-head strong{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal;writing-mode:horizontal-tb;font-size:13px;line-height:1.18}.list-panel .creative-row-meta{margin-top:5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-panel .creative-row-footer{grid-template-columns:minmax(0,auto) minmax(72px,1fr)!important;align-items:center!important;margin-top:8px}.list-panel .creative-row.no-preview .creative-row-footer{grid-template-columns:minmax(0,auto) minmax(96px,1fr)!important}.list-panel .creative-row-footer>span:last-child{justify-self:end;max-width:104px;text-align:right;white-space:normal!important;line-height:1.15}.list-panel .creative-row-footer>.creative-tags-line{grid-column:1 / -1!important;grid-row:2!important;justify-self:start!important;max-width:100%!important;text-align:left!important;white-space:nowrap!important}@media(max-width:1200px){.list-panel .filter-select-row{grid-template-columns:1fr!important}}h1,h2,h3,strong,button,.status-badge,.metric-card strong,.creative-row-head strong{letter-spacing:0}h1{font-weight:800!important;line-height:1.05}h2,h3{font-weight:800!important}p,small,.muted,.creative-row-meta,.meta-grid span{font-weight:600}.list-panel .filters{grid-template-columns:minmax(0,1fr) 44px!important;overflow:hidden}.list-panel .settings-trigger{width:44px!important;min-width:44px!important;max-width:44px!important;justify-self:end;flex:0 0 44px!important;gap:0!important;color:transparent!important;text-indent:-999px}.list-panel .settings-trigger svg{color:#fff!important;text-indent:0}.list-panel .settings-trigger:before,.list-panel .settings-trigger:after{text-indent:0}.list-panel .filter-select-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.list-panel .filter-select-row select{font-size:11px}.list-panel .mini-date{grid-template-columns:30px minmax(0,1fr);overflow:hidden}.list-panel .mini-date input{width:100%;min-width:0;font-size:10px}.empty-state{min-height:420px;display:grid!important;place-items:center;align-content:center;text-align:center}.list-panel .creative-list .creative-row.no-preview{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.list-panel .creative-list .creative-row.no-preview .creative-row-body{min-width:0!important;width:100%!important}.list-panel .creative-list .creative-row.no-preview .creative-row-head{grid-template-columns:minmax(0,1fr) auto!important}.list-panel .creative-list .creative-row.no-preview .creative-row-head strong{display:block!important;min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.custom-select,.custom-date{position:relative;min-width:0;width:100%}.custom-select-trigger,.custom-date-trigger{width:100%;min-width:0;min-height:40px;display:grid;align-items:center;border:1px solid #d6e4ea;border-radius:10px;background:linear-gradient(180deg,#fff,#f7fbfc);color:#14212b;box-shadow:inset 0 1px #fffc,0 8px 20px #08141f0a}.custom-select-trigger{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 10px 0 12px}.custom-select-trigger span,.custom-date-trigger strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:12px;font-weight:800}.custom-select-trigger svg,.custom-date-trigger svg{color:#52656e}.custom-select.open .custom-select-trigger,.custom-date.open .custom-date-trigger{border-color:#00a99db8;box-shadow:0 0 0 4px #00e0c51f,0 14px 30px #08141f14}.custom-select.disabled{opacity:.58}.custom-select-menu,.custom-calendar{position:absolute;top:calc(100% + 7px);left:0;z-index:80;width:max(100%,220px);padding:8px;border:1px solid rgba(0,169,157,.24);border-radius:12px;background:#fffffffa;box-shadow:0 22px 60px #07121c33,0 0 0 1px #ffffffb3 inset;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.custom-select-menu{display:grid;gap:3px;max-height:260px;overflow:auto}.custom-select-menu-floating{width:var(--select-menu-width, 220px);max-width:calc(100vw - 20px);z-index:30000!important;overflow:auto!important;overscroll-behavior:contain;pointer-events:auto}.custom-select-menu-floating button{min-height:32px}.custom-select-menu button{min-height:34px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#14212b;text-align:left;font-size:12px;font-weight:700}.custom-select-menu button:hover,.custom-select-menu button.selected{background:linear-gradient(135deg,#00e0c524,#ffcf4a1f);color:#00786f}.custom-date-trigger{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:0 9px}.custom-date-trigger>span{color:#607581;font-size:10px;font-weight:900;text-transform:uppercase}.custom-calendar{width:min(282px,calc(100vw - 28px));max-width:calc(100vw - 28px)}.custom-date.align-right .custom-calendar{left:auto;right:0}.list-panel .custom-calendar{width:min(252px,calc(100vw - 28px))}.list-panel .custom-date.align-right .custom-calendar{right:0}.calendar-head,.calendar-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.calendar-head{margin-bottom:10px}.calendar-head strong{text-transform:capitalize;font-size:13px}.calendar-head button,.calendar-actions button{min-height:30px;border:0;border-radius:8px;background:#00a99d14;color:#08756d;font-weight:900}.calendar-head button{width:32px;font-size:20px}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-week{margin-bottom:5px}.calendar-week span{color:#607581;text-align:center;font-size:10px;font-weight:900;text-transform:uppercase}.calendar-grid button{min-height:30px;border:0;border-radius:8px;background:transparent;color:#14212b;font-size:12px;font-weight:800}.calendar-grid button.muted{color:#9badb6}.calendar-grid button:hover{background:#00e0c51f;color:#00786f}.calendar-grid button.today{position:relative;color:#00786f;background:linear-gradient(135deg,#00e0c51f,#b0f45c21);box-shadow:inset 0 0 0 1px #00a99d38}.calendar-grid button.today:after{content:"";position:absolute;left:50%;bottom:4px;width:4px;height:4px;border-radius:999px;background:#00b8a8;box-shadow:0 0 10px #00e0c58c;transform:translate(-50%)}.calendar-grid button.selected{background:linear-gradient(135deg,#008d84,#00c7b6);color:#fff;box-shadow:0 10px 22px #00a99d38}.calendar-grid button.selected.today:after{background:#fff;box-shadow:0 0 10px #ffffffbf}.calendar-actions{margin-top:10px}.calendar-actions button{padding:0 10px;font-size:11px}.date-filter .custom-date{width:150px}.list-panel .custom-select-trigger,.list-panel .custom-date-trigger,.list-panel .reset-filters{height:38px;min-height:38px}.list-panel .custom-select-trigger span,.list-panel .custom-date-trigger strong{font-size:11px}.editor-form .custom-select,.modal-section .custom-select,.settings-field .custom-select{margin-top:6px}.access-checklist{grid-column:1 / -1;display:grid;gap:10px;padding:12px;border:1px solid #d6e4ea;border-radius:14px;background:linear-gradient(180deg,#fffffff0,#f5fcfde0)}.access-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.access-head strong,.access-head span{display:block}.access-head strong{font-size:13px}.access-head span{margin-top:2px;color:#607581;font-size:12px}.access-head>div:last-child{display:flex;gap:6px}.access-head button{min-height:30px;padding:0 10px;border:1px solid rgba(0,169,157,.22);border-radius:999px;background:#00a99d14;color:#08756d;font-size:11px;font-weight:900}.access-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;max-height:260px;overflow:auto}.access-list button{min-height:56px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border:1px solid #dbe7ec;border-radius:12px;background:#ffffffc7;text-align:left}.access-list button:hover,.access-list button.selected{border-color:#00a99d7a;background:linear-gradient(135deg,#00e0c51f,#ffffffeb);box-shadow:0 12px 28px #00a99d14}.access-list button.locked{cursor:default;border-color:#00a99d6b;background:linear-gradient(135deg,#00e0c529,#ffffffe6)}.access-check{display:grid;place-items:center;width:26px;height:26px;border:1px solid #c8d9df;border-radius:8px;background:#fff;color:#fff}.access-list button.selected .access-check{border-color:#00a99d;background:linear-gradient(135deg,#008d84,#00c7b6)}.access-copy{min-width:0}.access-copy strong,.access-copy small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-copy strong{font-size:13px}.access-copy small{margin-top:2px;color:#607581;font-size:11px}.avatar-editor{grid-column:1 / -1;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid #d6e4ea;border-radius:14px;background:linear-gradient(135deg,#00e0c51a,#ffffffe0)}.avatar-preview{display:grid;place-items:center;width:72px;height:72px;box-sizing:border-box;position:relative;overflow:hidden;border:1px solid rgba(0,169,157,.36);border-radius:18px;background:linear-gradient(135deg,#008d84,#00c7b6);color:#fff;font-size:18px;font-weight:900;box-shadow:0 14px 30px #00a99d29}.avatar-preview img{flex:0 0 auto}.avatar-upload{margin:0!important}.avatar-editor .ghost-button{min-height:38px;padding:0 12px}.avatar-editor .upload-error{grid-column:2 / -1}.avatar-tuner{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;padding-top:6px}.avatar-tuner label{display:grid;gap:6px;color:#607581;font-size:11px;font-weight:900;text-transform:uppercase}.avatar-tuner input[type=range]{width:100%;accent-color:#00a99d;cursor:pointer}.avatar-tuner input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:linear-gradient(90deg,#00e0c547,#ffcf4a3d)}.avatar-tuner input[type=range]::-webkit-slider-thumb{width:18px;height:18px;margin-top:-5px;border:2px solid #ffffff;border-radius:999px;background:#00a99d;box-shadow:0 6px 16px #00a99d3d;-webkit-appearance:none;-moz-appearance:none;appearance:none}.avatar-crop-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:16px;padding:28px;background:radial-gradient(circle at 50% 24%,rgba(0,224,197,.18),transparent 34%),linear-gradient(180deg,#081018,#0b1219 62%,#070d12);color:#fff}.avatar-crop-stage{min-height:0;display:grid;place-items:center;overflow:hidden}.avatar-crop-frame{position:relative;width:min(68vh,620px,calc(100vw - 72px));aspect-ratio:1;overflow:hidden;border:1px solid rgba(170,245,239,.72);background:#101820;border-radius:14px;box-shadow:0 34px 110px #00000070,0 0 0 1px #ffffff0d inset;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.avatar-crop-frame.dragging{cursor:grabbing}.avatar-crop-frame img{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:block;max-width:none;max-height:none;border-radius:6px;box-shadow:0 18px 44px #0000002e;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.avatar-crop-backdrop{width:112%!important;height:112%!important;object-fit:cover!important;object-position:center!important;filter:blur(22px) saturate(1.28) brightness(.7);opacity:.78;transform:translate(-50%,-50%) scale(1.08)!important;box-shadow:none!important}.avatar-crop-photo{z-index:1}.avatar-crop-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:radial-gradient(circle at var(--crop-x, 50%) var(--crop-y, 50%),transparent 0 var(--crop-radius, 50%),rgba(8,12,18,.56) calc(var(--crop-radius, 50%) + .2%));pointer-events:none}.corner{position:absolute;z-index:3;width:28px;height:28px;border-color:#d2fffcf5;border-style:solid}.corner.tl{left:0;top:0;border-width:4px 0 0 4px}.corner.tr{right:0;top:0;border-width:4px 4px 0 0}.corner.bl{left:0;bottom:0;border-width:0 0 4px 4px}.corner.br{right:0;bottom:0;border-width:0 4px 4px 0}.avatar-crop-toolbar{justify-self:center;display:grid;grid-template-columns:auto auto minmax(180px,260px);align-items:center;gap:12px;width:min(760px,calc(100vw - 56px));padding:12px;border:1px solid rgba(177,225,232,.18);border-radius:22px;background:#f8fefcf2;box-shadow:0 24px 70px #00000052,0 1px #ffffffd6 inset;color:#12212a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.avatar-crop-toolbar button{min-height:36px;border:1px solid rgba(158,196,202,.42);border-radius:12px;background:#ffffffc7;color:#152630;font-weight:900;padding:0 13px;cursor:pointer}.avatar-toolbar-actions{display:inline-flex;align-items:center;gap:8px}.avatar-toolbar-actions .avatar-cancel{border-color:#b7cbd09e;background:#f1f7f8db}.avatar-toolbar-group{display:grid;gap:4px;min-width:0}.avatar-toolbar-group>span,.avatar-toolbar-sliders label>span{color:#627782;font-size:10px;font-weight:950;letter-spacing:0;text-transform:uppercase}.avatar-crop-presets{display:inline-flex;gap:6px;padding:3px;border:1px solid rgba(181,214,220,.58);border-radius:14px;background:#eff7f8e6}.avatar-crop-presets button{min-height:32px;padding:0 13px;border:0;color:#516871;background:transparent}.avatar-crop-presets button.active{color:#0a1b20;background:linear-gradient(135deg,#dff9a8,#7fead7);box-shadow:0 8px 22px #00a99d29}.avatar-bg-swatches{display:inline-flex;align-items:center;gap:7px}.avatar-bg-swatches button{width:28px;min-width:28px;height:28px;min-height:28px;padding:0;border:2px solid rgba(15,37,45,.1);border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff42}.avatar-bg-swatches button.active{border-color:#fff;box-shadow:0 0 0 3px #00a99d3d,0 10px 22px #00a99d2e}.avatar-crop-toolbar .set-photo{border:0;background:linear-gradient(135deg,#b7f000,#22c76b);color:#07130e;box-shadow:0 12px 28px #22c76b38}.avatar-toolbar-sliders{display:grid;grid-template-columns:1fr;gap:0;min-width:0}.avatar-toolbar-sliders label{display:grid;gap:6px;min-width:0;padding:7px 10px;border:1px solid rgba(191,215,220,.5);border-radius:13px;background:#ffffffad}.avatar-toolbar-sliders input[type=range]{width:100%;accent-color:#00a99d;cursor:pointer}@media(max-width:760px){.avatar-crop-toolbar{width:100%;grid-template-columns:1fr;border-radius:18px}.avatar-toolbar-actions{justify-content:space-between}.avatar-toolbar-sliders{grid-template-columns:1fr}}.bulk-upload-control{grid-column:span 1}.bulk-upload-list{grid-column:1 / -1;display:grid;gap:8px;padding:12px;border:1px solid #d6e4ea;border-radius:14px;background:linear-gradient(180deg,#fffffff0,#f5fcfde0)}.bulk-upload-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.bulk-upload-head span{color:#607581;font-size:12px;font-weight:800}.bulk-upload-row{display:grid;grid-template-columns:28px minmax(150px,1fr) minmax(120px,170px) minmax(110px,150px) auto;gap:8px;align-items:center;padding:8px;border:1px solid #e0eaee;border-radius:12px;background:#ffffffc7}.bulk-upload-row>span{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#eef4f5;color:#607581}.bulk-upload-row.ready>span{background:#d9f9df;color:#08751e}.bulk-upload-row.error>span{background:#ffe4dc;color:#a12612}.bulk-upload-row.duplicate{border-color:#ff5b3d73;background:#fff7f3}.bulk-upload-row.duplicate input{border-color:#ff5b3db8;box-shadow:0 0 0 3px #ff5b3d1f}.bulk-upload-row input{min-height:38px}.bulk-upload-row .custom-select-trigger{min-height:38px;padding-inline:10px}.bulk-upload-row-actions{display:flex;gap:6px;justify-content:flex-end}.bulk-upload-row-actions button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #bfd8e1;border-radius:10px;background:#ffffffe6;color:#14222b;cursor:pointer}.bulk-upload-row-actions button:hover{border-color:#11bbae;color:#06786f}.bulk-upload-row-actions button:last-child:hover{border-color:#ff5b3d99;color:#b8321e}.bulk-upload-row small{grid-column:2 / -1;color:#607581;overflow-wrap:anywhere}.refresh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 34%,rgba(185,233,0,.18),transparent 34%),#f6f7f4b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:refresh-fade .18s ease both}.refresh-card{width:min(390px,100%);display:grid;justify-items:center;gap:13px;padding:26px;border:1px solid rgba(223,230,213,.98);border-radius:16px;background:#fffffff0;color:#171b22;text-align:center;box-shadow:0 26px 68px #14181229}.refresh-logo{position:relative;display:grid;place-items:center;width:56px;height:56px;border-radius:14px;background:linear-gradient(180deg,#cfff16,#b9e900);color:transparent;font-weight:900;font-size:0;box-shadow:0 14px 30px #9fce003d;animation:refresh-pulse .9s ease infinite alternate}.refresh-logo:before{content:"";width:20px;height:20px;border-radius:4px;background:#fff;transform:rotate(45deg)}.refresh-card strong{color:#171b22;font-size:19px;font-weight:950}.refresh-card span{max-width:280px;color:#697166;font-size:13px;line-height:1.35}.refresh-progress{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#eef2e6}.refresh-progress i{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b9e900,#18b66a);animation:refresh-load .85s ease-in-out infinite}.tab-transition-overlay{z-index:205;pointer-events:none;background:#07121c6b;animation:tab-overlay-pass .52s ease forwards}.tab-transition-card{width:min(320px,calc(100vw - 48px));gap:9px;padding:22px;border-radius:18px;animation:tab-card-pop .42s ease both}.tab-transition-card .refresh-logo{width:52px;height:52px;border-radius:15px;font-size:18px}.tab-transition-card strong{font-size:17px}.tab-transition-card span{font-size:12px}.tab-transition-card .refresh-progress{height:6px}.app-error-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:14px;padding:24px;background:linear-gradient(135deg,rgba(0,224,197,.14),transparent 34%),#07121c;color:#fff;text-align:center}.app-error-screen h1{max-width:720px}.app-error-screen p{max-width:560px;color:#b7d8d5}.boot-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:grid;place-items:center;pointer-events:none;background:#edf4f6db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:boot-away .65s ease forwards}.boot-card{display:grid;justify-items:center;gap:10px;color:#07121c;animation:boot-pop .52s ease both}.boot-card strong{font-size:18px}.confirm-backdrop{z-index:210}.confirm-modal{width:min(430px,calc(100vw - 32px));display:grid;gap:12px;padding:26px;border:1px solid rgba(0,224,197,.28);border-radius:18px;background:linear-gradient(135deg,#00e0c51a,#fffffff5),#fff;color:#14212b;box-shadow:0 30px 90px #07121c47}.confirm-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ffe4dc;color:#a12612}.confirm-modal h2{font-size:24px}.confirm-modal p{padding:12px;border:1px solid #e3edf1;border-radius:12px;background:#ffffffb8;overflow-wrap:anywhere}.confirm-modal small{color:#607581}.form-hint{color:#607581;font-size:12px;font-weight:800}.form-hint.warning{color:#a12612}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.danger-button{min-height:40px;padding:0 16px;border:1px solid rgba(225,75,50,.35);border-radius:10px;background:linear-gradient(135deg,#ff6848,#d83e27);color:#fff;font-weight:900;box-shadow:0 14px 34px #d83e2738}@keyframes boot-away{0%,68%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes boot-pop{0%{transform:translateY(8px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes refresh-fade{0%{opacity:0}to{opacity:1}}@keyframes refresh-pulse{0%{transform:translateY(0) scale(1)}to{transform:translateY(-2px) scale(1.03)}}@keyframes refresh-load{0%{transform:translate(-105%)}to{transform:translate(245%)}}@keyframes tab-overlay-pass{0%{opacity:0}20%,72%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes tab-card-pop{0%{transform:translateY(8px) scale(.96);opacity:0}44%,78%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-4px) scale(.98);opacity:0}}@media(max-width:760px){.bulk-upload-row{grid-template-columns:28px minmax(0,1fr)}.bulk-upload-row .custom-select,.bulk-upload-row-actions,.bulk-upload-row small{grid-column:2 / -1}.bulk-upload-row-actions{justify-content:flex-start}.avatar-editor{grid-template-columns:64px minmax(0,1fr)}.avatar-editor .ghost-button,.avatar-editor .upload-error{grid-column:1 / -1}.avatar-tuner{grid-template-columns:1fr}}@media(max-width:760px){.custom-calendar,.custom-select-menu{width:min(282px,calc(100vw - 48px))}.date-filter .custom-date{width:100%}}.creative-layout .list-panel{position:sticky;top:18px;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:calc(100vh - 36px);overflow:hidden}.creative-layout .creative-list{display:grid;align-content:start;gap:10px;max-height:min(1220px,calc(100vh - 330px));min-height:260px;overflow-y:auto;overflow-x:hidden;padding:2px 6px 10px 0;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-gutter:stable}.creative-layout .creative-list::-webkit-scrollbar{width:8px}.creative-layout .creative-list::-webkit-scrollbar-track{border-radius:999px;background:#dceceea6}.creative-layout .creative-list::-webkit-scrollbar-thumb{border:2px solid rgba(220,236,238,.65);border-radius:999px;background:linear-gradient(180deg,#00c8b8,#0b7d78)}.creative-layout .creative-list .creative-row{content-visibility:auto;contain-intrinsic-size:124px;flex:0 0 auto}.creative-layout .creative-list .creative-row.selected{scroll-margin:14px}.creative-layout .list-panel .creative-row{grid-template-columns:82px minmax(0,1fr)!important;min-height:126px!important;padding:14px!important;gap:14px!important;align-items:center!important}.creative-layout .list-panel .creative-row.no-preview{min-height:108px!important}.creative-layout .list-panel .thumb{width:78px!important;height:66px!important;border-radius:12px!important}.creative-layout .list-panel .creative-row-body{gap:7px!important;min-width:0}.creative-layout .list-panel .creative-row-head{grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important;align-items:center!important}.creative-layout .list-panel .creative-row-head strong{display:-webkit-box;max-height:42px;overflow:hidden;font-size:14px!important;line-height:1.34!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.creative-layout .list-panel .creative-row-meta{margin-top:0!important;font-size:12px!important;line-height:1.35!important}.creative-layout .list-panel .creative-row-footer{display:flex!important;min-width:0;gap:8px!important;align-items:center!important;justify-content:flex-start!important;margin-top:5px!important;overflow:hidden}.creative-layout .list-panel .designer-chip.compact{max-width:146px;min-height:30px;padding:3px 8px 3px 4px}.creative-layout .list-panel .designer-chip.compact b{width:24px;height:24px;font-size:9px}.creative-layout .list-panel .designer-chip.compact strong{font-size:11px;line-height:1.05;white-space:nowrap}.creative-layout .list-panel .creative-row-footer>span:last-child{justify-self:auto!important;max-width:112px!important;min-width:0;overflow:hidden;color:#60737b;font-size:12px;line-height:1.15;text-align:left!important;text-overflow:ellipsis;white-space:nowrap!important}@media(min-height:900px){.creative-layout .creative-list{max-height:min(1220px,calc(100vh - 300px))}}@media(max-width:1080px){.creative-layout .list-panel{position:static;max-height:none}.creative-layout .creative-list{max-height:760px}}:root{--ds-ink: #101b24;--ds-muted: #5f7280;--ds-line: rgba(148, 190, 203, .46);--ds-line-strong: rgba(0, 201, 184, .48);--ds-surface: rgba(255, 255, 255, .82);--ds-surface-strong: rgba(255, 255, 255, .94);--ds-cyan: #00dec6;--ds-cyan-dark: #008d86;--ds-lime: #b8f56f;--ds-coral: #f05236;--ds-shadow-soft: 0 18px 52px rgba(17, 37, 47, .08);--ds-shadow-neon: 0 0 0 1px rgba(0, 224, 197, .18), 0 18px 46px rgba(0, 124, 118, .12)}body{background:radial-gradient(circle at 18% 6%,rgba(0,224,197,.14),transparent 30%),radial-gradient(circle at 92% 4%,rgba(255,207,74,.12),transparent 26%),linear-gradient(135deg,#eef9f8,#edf4f7 48%,#f8f8f2)}.hero,.overview-filter-bar,.section-band,.list-panel,.detail-panel,.block,.metric,.funnel-card,.user-card,.activity-feed article,.analytics-panel,.ai-recommendations article,.reason-signal-card,.decision-panel,.comments-panel{border-color:var(--ds-line)!important;background:linear-gradient(135deg,#fffffff0,#f8fffdc2),var(--ds-surface)!important;box-shadow:var(--ds-shadow-soft),inset 0 1px #fffc!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero,.section-band{border-radius:14px!important}.section-heading h2,.block-heading h3,.title-line h2,.hero h1{color:var(--ds-ink);letter-spacing:0!important}.section-heading p,.block-heading p,.hero p,.metric small{color:var(--ds-muted)!important}.primary-button,.ghost-button,.danger-button,.settings-reset,.reset-filters,.entity-actions button,.entity-actions a,.profile-button,.logout-button,.metric-settings-button,.icon-button{border-radius:11px!important;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.primary-button{border:1px solid rgba(255,255,255,.18)!important;background:linear-gradient(135deg,#ff7a4afa,#e83e25fa),var(--ds-coral)!important;box-shadow:0 16px 38px #f052363d,0 0 0 4px #f052360d!important}.primary-button:hover{transform:translateY(-1px);box-shadow:0 20px 48px #f0523652,0 0 0 5px #00e0c51f!important}.ghost-button,.reset-filters,.entity-actions button,.entity-actions a,.settings-reset{border:1px solid rgba(148,190,203,.72)!important;background:linear-gradient(135deg,#fffffff5,#f3fcfbd1)!important;color:#182832!important;box-shadow:0 10px 26px #11252f0f!important}.ghost-button:hover,.reset-filters:hover,.entity-actions button:hover,.entity-actions a:hover,.settings-reset:hover{border-color:var(--ds-line-strong)!important;background:linear-gradient(135deg,#00e0c521,#fffffff0)!important;color:#00776f!important;box-shadow:var(--ds-shadow-neon)!important;transform:translateY(-1px)}.button-tooltip-wrap{position:relative;display:inline-flex;min-width:0;isolation:isolate}.button-tooltip-wrap:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);z-index:80;width:max-content;max-width:280px;padding:9px 11px;border:1px solid rgba(0,224,197,.24);border-radius:12px;background:#08141cf5;color:#effffc;font-size:12px;font-weight:700;line-height:1.35;text-align:left;box-shadow:0 18px 44px #030c1247,0 0 0 1px #00e0c514;opacity:0;pointer-events:none;transform:translate(-50%,4px) scale(.98);transition:opacity .15s ease,transform .15s ease}.button-tooltip-wrap:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);z-index:81;width:10px;height:10px;background:#08141cf5;border-right:1px solid rgba(0,224,197,.2);border-bottom:1px solid rgba(0,224,197,.2);opacity:0;pointer-events:none;transform:translate(-50%,4px) rotate(45deg) scale(.9);transition:opacity .15s ease,transform .15s ease}.button-tooltip-wrap:hover:after,.button-tooltip-wrap:focus-within:after,.button-tooltip-wrap:hover:before,.button-tooltip-wrap:focus-within:before{opacity:1;transform:translate(-50%) scale(1)}.button-tooltip-wrap:hover:before,.button-tooltip-wrap:focus-within:before{transform:translate(-50%) rotate(45deg) scale(1)}.aio-funnel-sync-button{width:100%}.danger-button{border:1px solid rgba(255,128,101,.5)!important;background:linear-gradient(135deg,#ff6848,#df3d28)!important;color:#fff!important;box-shadow:0 16px 36px #df3d283d!important}.icon-button,.metric-settings-button,.settings-trigger{background:linear-gradient(135deg,#0c1720,#132632)!important;color:#eafffc!important;border:1px solid rgba(0,224,197,.24)!important;box-shadow:0 12px 28px #09161d2e!important}.icon-button:hover,.metric-settings-button:hover,.settings-trigger:hover{color:#fff!important;border-color:#00e0c594!important;box-shadow:0 16px 38px #00948b38,0 0 0 4px #00e0c51f!important}.metric{position:relative;overflow:hidden}.metric:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--ds-cyan),var(--ds-lime));opacity:0;transition:opacity .16s ease}.metric:hover{transform:translateY(-1px);border-color:var(--ds-line-strong)!important;box-shadow:var(--ds-shadow-neon)!important}.metric:hover:before{opacity:1}.metric strong{color:var(--ds-ink);font-weight:800}.analytics-cockpit{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cockpit-card{position:relative;overflow:hidden;display:grid;gap:5px;min-height:92px;padding:14px 15px;border:1px solid rgba(148,190,203,.62);border-radius:14px;background:linear-gradient(135deg,#fffffff0,#f4fffcc7);box-shadow:0 12px 30px #11252f0f}.cockpit-card:after{content:"";position:absolute;inset:auto 12px 10px 12px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--ds-cyan),var(--ds-lime))}.cockpit-card span{color:var(--ds-muted);font-size:12px;font-weight:800}.cockpit-card strong{color:var(--ds-ink);font-size:28px;line-height:1}.cockpit-card small{color:#5f7280}.cockpit-card.good{border-color:#23c76857}.cockpit-card.watch{border-color:#ffcf4a6b}.cockpit-card.danger{border-color:#f0523661}.cockpit-card.danger:after{background:linear-gradient(90deg,#ff7a5c,#f05236)}.cockpit-card.watch:after{background:linear-gradient(90deg,#ffd45c,var(--ds-cyan))}.custom-select-trigger,.custom-date-trigger,input,textarea{border-color:#94becbad!important;background:#ffffffe0!important;box-shadow:inset 0 1px #ffffffe6}.custom-select.open .custom-select-trigger,.custom-date.open .custom-date-trigger,input:focus,textarea:focus{border-color:#00c9b8b8!important;box-shadow:0 0 0 4px #00e0c51f,inset 0 1px #ffffffe6!important}.custom-select-menu,.custom-calendar{border-color:#00c9b84d!important;border-radius:16px!important;background:linear-gradient(135deg,#fffffffa,#f0fffcf0)!important;box-shadow:0 24px 62px #0b1c242e,0 0 0 1px #00e0c514!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.modal-backdrop{background:radial-gradient(circle at 50% 18%,rgba(0,224,197,.12),transparent 36%),#05101694!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.action-modal,.confirm-modal,.table-settings-modal,.metric-settings-modal{border:1px solid rgba(167,220,229,.72)!important;border-radius:18px!important;background:linear-gradient(135deg,#fffffffa,#f6fffdeb)!important;box-shadow:0 34px 110px #03101857,0 0 0 1px #00e0c514!important}.action-modal header,.metric-settings-modal header,.table-settings-modal header{background:linear-gradient(135deg,#effffce6,#ffffffb8)}.action-modal header span{color:#007c74!important}.status-badge{border-radius:999px!important;font-weight:800!important;box-shadow:inset 0 1px #ffffffa6}.status-badge.good{background:linear-gradient(135deg,#ddffe0,#bdf6c7)!important;color:#08751e!important;border-color:#8be99d!important}.status-badge.rejected{background:linear-gradient(135deg,#ffe9e2,#ffd5ca)!important}.designer-chip{border-color:#00c9b86b!important;background:linear-gradient(135deg,#f0fffcfa,#ffffffdb)!important}.designer-chip:hover{box-shadow:var(--ds-shadow-neon)!important}.creative-row,.funnel-card,.user-card,.ai-mini-card{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.creative-row:hover,.funnel-card:hover,.user-card:hover,.ai-mini-card:hover{transform:translateY(-1px);border-color:var(--ds-line-strong)!important;box-shadow:var(--ds-shadow-neon)!important}.creative-row.selected,.funnel-card.selected{background:linear-gradient(135deg,#00e0c51f,#ffffffe0)!important}.app-error-screen{background:radial-gradient(circle at 50% 36%,rgba(0,224,197,.18),transparent 24%),linear-gradient(135deg,#06131b,#0a1821 55%,#061018)!important}.app-error-screen small{max-width:620px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#ffcabf;background:#ffffff0f}@media(prefers-reduced-motion:reduce){button:before,.refresh-progress i{animation:none!important}button,.metric,.creative-row,.funnel-card,.user-card{transition:none!important}}@media(max-width:920px){.analytics-cockpit{grid-template-columns:1fr}}@media(max-width:1560px){.workspace{padding:22px!important}.creative-layout{grid-template-columns:minmax(290px,34vw) minmax(0,1fr)!important;gap:14px!important}.creative-layout .list-panel{padding:14px!important;min-width:0!important}.creative-layout .creative-list{max-height:min(900px,calc(100vh - 340px))!important}.creative-layout .list-panel .creative-row{grid-template-columns:72px minmax(0,1fr)!important;min-height:116px!important;padding:12px!important;gap:12px!important}.creative-layout .list-panel .thumb{width:68px!important;height:60px!important}.creative-layout .list-panel .creative-row-head strong{font-size:13px!important;line-height:1.18!important}.creative-layout .list-panel .designer-chip.compact{max-width:128px!important}.creative-layout .list-panel .creative-row-footer>span:last-child{max-width:92px!important}.detail-panel,.creative-title,.content-grid,.block,.stats-block{min-width:0!important}.creative-hero{grid-template-columns:minmax(220px,320px) minmax(0,1fr)!important;gap:16px!important}.preview-large{min-width:0!important;min-height:190px!important}.content-grid{grid-template-columns:1fr!important}.stats-block{grid-row:auto!important}.stats-block .block-heading{align-items:flex-start!important;flex-wrap:wrap!important}.stats-block .aio-sync-controls{flex:1 1 100%!important;width:100%!important;margin-left:0!important}.stats-block .date-filter{flex-wrap:wrap!important;justify-content:flex-start!important}.stats-block .custom-date,.stats-block .custom-date-trigger{min-width:0!important}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.decision-summary,.reason-lab,.reason-card,.status-toolbar{min-width:0!important}}@media(max-width:1320px){.app-shell:not(.sidebar-collapsed){grid-template-columns:244px minmax(0,1fr)!important}.workspace{padding:18px!important}.creative-layout{grid-template-columns:1fr!important}.creative-layout .list-panel{position:static!important;max-height:none!important}.creative-layout .creative-list{max-height:620px!important}.creative-hero{grid-template-columns:1fr!important}.preview-large{width:100%!important;min-height:240px!important}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr!important}.sidebar{position:static!important;width:auto!important;min-height:auto!important;height:auto!important}.workspace{padding:14px!important}.hero{padding:20px!important}.hero h1{font-size:30px!important;line-height:1.1!important}.filters,.filter-select-row,.status-toolbar,.entity-actions.inline{grid-template-columns:1fr!important}.filter-select-row>*,.entity-actions.inline>*{width:100%!important}.stats-grid{grid-template-columns:1fr!important}}@media(max-width:1780px)and (min-width:981px){.app-shell:not(.sidebar-collapsed){grid-template-columns:236px minmax(0,1fr)!important}.sidebar{padding:18px!important;gap:18px!important}.workspace{padding:18px!important}.topbar,.hero{padding:20px 22px!important;margin-bottom:16px!important}.topbar h1,.hero h1{font-size:clamp(30px,2.4vw,38px)!important;line-height:1.08!important}.creative-layout{grid-template-columns:minmax(300px,380px) minmax(0,1fr)!important;gap:14px!important}.detail-panel,.list-panel,.block,.stats-block,.decision-summary,.reason-lab{padding:16px!important;min-width:0!important}.creative-hero{grid-template-columns:minmax(210px,300px) minmax(0,1fr)!important;gap:16px!important}.preview-large{min-height:210px!important;max-height:320px!important}.metric{min-height:92px!important;padding:14px!important}.status-toolbar{padding:12px 14px!important}.content-grid,.stats-grid,.filters,.filter-select-row{gap:10px!important}}@media(max-width:760px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr!important}.sidebar{position:fixed!important;inset:10px auto auto 10px!important;z-index:1300!important;width:64px!important;height:64px!important;min-height:64px!important;padding:6px!important;border-radius:18px!important;overflow:visible!important;background:#03121ae6!important;box-shadow:0 18px 44px #00000047,0 0 0 1px #27f5d633!important}.sidebar .brand,.sidebar nav,.sidebar .profile-button,.sidebar .logout-button,.sidebar .account-card label{display:none!important}.sidebar .account-card{width:52px!important;height:52px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.sidebar .account-chip{width:52px!important;height:52px!important;padding:0!important;border:0!important;background:transparent!important}.sidebar .account-card .designer-chip{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;border-radius:15px!important;background:#eafffcf2!important}.sidebar .account-card .designer-chip>span{display:none!important}.sidebar .account-card .designer-chip b{width:44px!important;height:44px!important;min-width:44px!important;border-radius:13px!important}.workspace{padding:84px 12px 16px!important}}.custom-select,.custom-date{isolation:isolate}.custom-select.open,.custom-date.open{z-index:900!important}.custom-select-menu,.custom-calendar{z-index:950!important}.modal-backdrop{z-index:1000!important}.overview-filter-bar,.filters,.block-heading,.date-filter,.filter-select-row,.bulk-action-bar,.stats-block{position:relative;overflow:visible!important}.overview-filter-bar,.filters,.block-heading{z-index:120!important}.overview-filter-bar:has(.custom-select.open),.overview-filter-bar:has(.custom-date.open),.filters:has(.custom-select.open),.filters:has(.custom-date.open),.block-heading:has(.custom-select.open),.block-heading:has(.custom-date.open),.filter-select-row:has(.custom-select.open),.filter-select-row:has(.custom-date.open),.bulk-action-bar:has(.custom-select.open){z-index:2200!important}.metric-strip-wrap,.analytics-panel,.content-grid,.section-band,.metric,.cockpit-card{position:relative;z-index:1}.metric-strip-wrap{z-index:2}.metric-settings-button{position:relative;z-index:3}.status-choice-grid .status-choice{border:1px solid rgba(9,32,42,.08)!important;color:#10232c!important;text-shadow:none!important}.status-choice-grid .status-choice.uploaded{background:linear-gradient(135deg,#dce7ec,#c6d4da)!important;color:#16303b!important}.status-choice-grid .status-choice.in-test{background:linear-gradient(135deg,#1baee6,#0c7cab)!important;color:#fff!important}.status-choice-grid .status-choice.review{background:linear-gradient(135deg,#ffe4a8,#e4c486)!important;color:#5c3900!important}.status-choice-grid .status-choice.good{background:linear-gradient(135deg,#d7f5dc,#9bd2a5)!important;color:#0c5d1c!important}.status-choice-grid .status-choice.rejected{background:linear-gradient(135deg,#e55336,#bd3b27)!important;color:#fff!important}.status-choice-grid .status-choice.bad-result{background:linear-gradient(135deg,#ff6d86,#8f2638)!important;color:#fff!important}.status-choice-grid .status-choice.needs-iteration{background:linear-gradient(135deg,#dfd5ff,#b9a9e0)!important;color:#3d257a!important}.status-choice-grid .status-choice.keep-testing{background:linear-gradient(135deg,#c8efea,#88c7c0)!important;color:#075f59!important}.status-choice-grid .status-choice.archived{background:linear-gradient(135deg,#d9e3e7,#b4c4ca)!important;color:#263941!important}button:disabled,button[disabled],.custom-select-trigger:disabled{background-color:#eef4f5!important;color:#7b8c94!important;border-color:#d5e1e5!important;text-shadow:none!important}.primary-button:disabled,.danger-button:disabled,.modal-submit:disabled{background:linear-gradient(135deg,#eef4f5,#dfe9ec)!important;color:#7b8c94!important;box-shadow:none!important}@media(max-width:760px){html,body,#root{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.app-shell,.app-shell.sidebar-collapsed{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important}.workspace{width:100%!important;max-width:100%!important;min-width:0!important;padding:76px 10px 16px!important;overflow-x:hidden!important}.topbar,.hero{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0 0 10px!important;padding:14px!important;border-radius:18px!important}.topbar>div:first-child,.hero>div:first-child{min-width:0!important;flex:1 1 auto!important}.topbar h1,.hero h1{max-width:100%!important;margin:0!important;font-size:clamp(24px,8vw,34px)!important;line-height:1.05!important;overflow-wrap:anywhere!important}.topbar p,.hero p{max-width:100%!important;margin:8px 0 0!important;font-size:13px!important;line-height:1.35!important}.topbar-actions{flex:0 0 auto!important;align-self:flex-start!important}.topbar-actions .primary-button{width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border-radius:14px!important;font-size:0!important;gap:0!important}.topbar-actions .primary-button svg{width:19px!important;height:19px!important}.creative-layout{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;gap:12px!important}.creative-layout .list-panel,.detail-panel,.section-band,.analytics-panel,.stats-block,.decision-summary,.reason-lab,.block,.modal{width:100%!important;max-width:100%!important;min-width:0!important;padding:12px!important;border-radius:18px!important;overflow:visible!important}.creative-layout .list-panel{max-height:none!important}.creative-layout .creative-list{height:min(66vh,620px)!important;max-height:min(66vh,620px)!important;min-height:360px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important}.filters{display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important;align-items:start!important;gap:10px!important;padding:10px!important;border-radius:18px!important}.filters .search{grid-column:1!important;grid-row:1!important;width:100%!important;min-width:0!important}.filters .search input{min-width:0!important;font-size:14px!important}.filters .settings-trigger{grid-column:2!important;grid-row:1!important;justify-self:end!important;width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border-radius:14px!important;font-size:0!important}.filter-select-row{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.filter-select-row>*,.filter-select-row .custom-select,.filter-select-row .custom-date,.filter-select-row .reset-filters,.button-tooltip-wrap{width:100%!important;min-width:0!important}.filter-select-row .button-tooltip-wrap,.filter-select-row .aio-funnel-sync-button,.filter-select-row .reset-filters:last-child{grid-column:1 / -1!important}.custom-select-trigger,.custom-date-trigger,.reset-filters{min-width:0!important;height:40px!important;min-height:40px!important;padding-inline:10px!important;border-radius:12px!important}.custom-select-trigger span,.custom-date-trigger strong,.reset-filters{font-size:11px!important}.filter-summary{grid-column:1 / -1!important;gap:8px!important}.filter-summary>span{width:100%!important}.creative-layout .list-panel .creative-row{grid-template-columns:76px minmax(0,1fr)!important;min-height:124px!important;padding:10px!important;gap:10px!important;border-radius:16px!important}.creative-layout .list-panel .thumb{width:76px!important;height:76px!important;min-width:76px!important;border-radius:13px!important}.creative-layout .list-panel .creative-row-head{align-items:flex-start!important;gap:8px!important}.creative-layout .list-panel .creative-row-head strong{font-size:13px!important;line-height:1.18!important;white-space:normal!important;overflow-wrap:anywhere!important}.creative-layout .list-panel .creative-row-meta{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.creative-layout .list-panel .creative-row-footer{align-items:center!important;gap:6px!important;min-width:0!important}.creative-layout .list-panel .designer-chip.compact{max-width:132px!important;min-width:0!important}.creative-layout .list-panel .creative-row-footer>span:last-child{max-width:92px!important}.creative-hero{grid-template-columns:1fr!important;gap:14px!important}.preview-large{width:100%!important;min-height:220px!important;max-height:420px!important}.title-line,.status-toolbar,.block-heading,.date-filter,.entity-actions.inline{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:10px!important}.title-line h2{font-size:24px!important;overflow-wrap:anywhere!important}.entity-actions.inline button,.entity-actions.inline a,.status-toolbar .primary-button{width:100%!important;justify-content:center!important}.content-grid,.stats-grid,.metric-strip,.funnel-grid,.users-grid,.activity-list{display:grid!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.meta-grid{grid-template-columns:1fr!important}.overview-filter-bar,.bulk-action-bar,.section-heading{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.section-actions,.bulk-access-control{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:8px!important}.modal{max-height:calc(100dvh - 20px)!important}.custom-select-menu,.custom-calendar{width:min(92vw,320px)!important;max-width:min(92vw,320px)!important}.button-tooltip-wrap:after{left:0!important;right:auto!important;max-width:min(84vw,280px)!important;transform:translateY(4px) scale(.98)!important}.button-tooltip-wrap:hover:after,.button-tooltip-wrap:focus-within:after{transform:translate(0) scale(1)!important}.sidebar{inset:12px auto auto 12px!important;display:grid!important;place-items:center!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;padding:5px!important;border-radius:16px!important;overflow:hidden!important}.sidebar .account-card,.sidebar .account-chip,.sidebar .account-card .designer-chip{display:grid!important;place-items:center!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;margin:0!important;padding:0!important;border:0!important;border-radius:14px!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important}.sidebar .account-card .designer-chip b{display:grid!important;place-items:center!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-radius:14px!important;overflow:hidden!important;box-shadow:inset 0 0 0 3px #e6fffbe6,0 0 20px #00e0c547!important}.sidebar .account-card .designer-chip b img,.sidebar .account-card .designer-chip b .avatar-image-main,.sidebar .account-card .designer-chip b .avatar-image-backdrop{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border-radius:inherit!important;object-fit:cover!important}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2400;display:grid;align-items:end;padding:12px;background:#030e156b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-menu-panel{width:100%;max-height:calc(100dvh - 84px);overflow-y:auto;padding:14px;border:1px solid rgba(39,245,214,.26);border-radius:24px;background:radial-gradient(circle at 12% 0%,rgba(0,224,197,.24),transparent 34%),linear-gradient(145deg,#05161ffa,#09232af5);box-shadow:0 -24px 70px #00000057,0 0 0 1px #ffffff0a;animation:mobileMenuIn .18s ease-out both}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-menu-head .designer-chip{min-width:0;margin:0;color:#06141b}.mobile-menu-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(178,232,226,.24);border-radius:14px;background:#ffffff14;color:#effffc}.mobile-menu-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mobile-menu-tabs button,.mobile-menu-actions button{min-height:48px;border:1px solid rgba(178,232,226,.2);border-radius:16px;background:#ffffff14;color:#eafffc;font-weight:900;box-shadow:inset 0 0 0 1px #ffffff08}.mobile-menu-tabs button{display:flex;align-items:center;justify-content:flex-start;gap:9px;padding:0 12px}.mobile-menu-tabs button.active{border-color:#00e0c5bf;background:linear-gradient(135deg,#00e0c547,#ffffff1a);box-shadow:0 0 24px #00e0c529}.mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.mobile-menu-actions button:first-child{background:linear-gradient(135deg,#00e0c538,#ffffff1a)}.mobile-menu-actions button:last-child{background:linear-gradient(135deg,#fffffff0,#e9f2f4e6);color:#14242c}}@media(min-width:761px){.mobile-menu-backdrop{display:none!important}}@media(min-width:1081px){.creative-layout{grid-template-columns:clamp(390px,27vw,460px) minmax(0,1fr)!important;align-items:start!important;height:auto!important;min-height:0!important;overflow:visible!important}.creative-layout .list-panel{position:static!important;display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.creative-layout .detail-panel{position:relative!important;min-height:0!important;max-height:none!important;overflow:visible!important}.creative-layout .filters{position:relative!important;z-index:4!important;margin-bottom:12px!important}.creative-layout .creative-list{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important;scroll-padding:12px!important}.creative-layout .creative-list .creative-row{content-visibility:visible!important;contain:none!important;contain-intrinsic-size:auto!important}.creative-layout .creative-hero{position:relative!important;top:auto!important;z-index:1!important;background:transparent!important;padding-bottom:0!important}}@media(max-width:1080px){.creative-layout,.creative-layout .list-panel,.creative-layout .detail-panel{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.creative-layout .list-panel{position:static!important;display:block!important}.creative-layout .creative-list{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important}.creative-layout .creative-hero{position:static!important}}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:1081px){.creative-layout .creative-hero{align-items:start!important;min-width:0!important}.creative-layout .creative-hero>.preview-large{grid-column:1!important;width:100%!important;max-width:100%!important;min-width:0!important;justify-self:stretch!important}.creative-layout .creative-hero>.creative-title{grid-column:2!important;min-width:0!important;position:relative!important;z-index:2!important}.creative-layout .preview-large,.creative-layout .custom-video-player{overflow:hidden!important}}@media(min-width:1081px){.creative-layout{grid-template-columns:clamp(390px,28vw,470px) minmax(0,1fr)!important;align-items:stretch!important;height:clamp(620px,calc(100dvh - 186px),900px)!important;max-height:calc(100dvh - 126px)!important;overflow:hidden!important}.creative-layout .list-panel,.creative-layout .detail-panel{height:100%!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important}.creative-layout .list-panel{position:relative!important;display:block!important;padding-right:18px!important}.creative-layout .filters{flex:0 0 auto!important;margin-bottom:12px!important}.creative-layout .creative-list{display:flex!important;flex-direction:column!important;gap:10px!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:0 0 16px!important}.creative-layout .creative-list .creative-row{flex:0 0 auto!important;content-visibility:visible!important;contain:none!important}.creative-layout .detail-panel{position:relative!important;padding-right:18px!important}.creative-layout .creative-hero{position:relative!important;top:auto!important;z-index:1!important;grid-template-columns:minmax(210px,300px) minmax(0,1fr)!important;gap:16px!important;margin-bottom:14px!important}.creative-layout .preview-large{height:clamp(190px,18vw,300px)!important;min-height:0!important;max-height:300px!important;aspect-ratio:auto!important}.creative-layout .content-grid{margin-bottom:0!important}}@media(min-width:1081px){.creative-layout .creative-hero{grid-template-columns:minmax(210px,300px) minmax(0,1fr)!important}.creative-layout .creative-hero>.preview-large{grid-column:1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:clamp(190px,18vw,300px)!important;min-height:0!important;aspect-ratio:auto!important;justify-self:stretch!important}.creative-layout .creative-hero>.creative-title{grid-column:2!important;min-width:0!important}}.creative-layout .creative-hero>.preview-large{position:relative!important;box-sizing:border-box!important;overflow:hidden!important;isolation:isolate!important;background:#111b22!important}.creative-layout .creative-hero>.preview-large>img,.creative-layout .creative-hero>.preview-large>video,.creative-layout .creative-hero>.preview-large .custom-video-player,.creative-layout .creative-hero>.preview-large .custom-video-player>video{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;display:block!important}@media(min-width:1081px){.creative-layout .creative-hero{grid-template-columns:clamp(220px,20vw,320px) minmax(0,1fr)!important}.creative-layout .creative-hero>.preview-large{width:clamp(220px,20vw,320px)!important;height:clamp(220px,20vw,320px)!important;max-width:320px!important;max-height:320px!important;justify-self:start!important}}.action-modal .status-picker-trigger,.action-modal .status-picker-trigger:hover,.action-modal .status-picker-trigger:focus,.action-modal .status-picker.open .status-picker-trigger{min-height:58px!important;border:1px solid rgba(139,189,203,.74)!important;background:linear-gradient(135deg,#f4fffcfa,#fff8f1eb),#fff!important;color:#172832!important;box-shadow:inset 0 0 0 1px #ffffffd1,0 10px 24px #11252f0f!important;text-shadow:none!important}.action-modal .status-picker-trigger strong,.action-modal .status-picker-trigger:hover strong,.action-modal .status-picker-trigger:focus strong,.action-modal .status-picker.open .status-picker-trigger strong,.action-modal .status-picker-menu button strong,.action-modal .status-picker-menu button:hover strong,.action-modal .status-picker-menu button:focus strong{color:#172832!important;opacity:1!important;text-shadow:none!important}.action-modal .status-picker-trigger small,.action-modal .status-picker-trigger:hover small,.action-modal .status-picker-trigger:focus small,.action-modal .status-picker.open .status-picker-trigger small,.action-modal .status-picker-menu button small,.action-modal .status-picker-menu button:hover small,.action-modal .status-picker-menu button:focus small{color:#60727b!important;opacity:1!important;text-shadow:none!important}.action-modal .status-picker-trigger svg,.action-modal .status-picker-trigger:hover svg,.action-modal .status-picker-trigger:focus svg,.action-modal .status-picker.open .status-picker-trigger svg{color:#60727b!important;opacity:1!important}.action-modal .status-picker-dot{box-shadow:0 0 0 3px #ffffffeb,0 0 0 5px #00a0961f!important}.modal-backdrop .action-modal{width:min(920px,calc(100vw - 40px))!important;max-height:none!important;overflow:visible!important}.action-modal header{padding:14px 18px!important}.action-modal header h2{max-width:760px;font-size:clamp(20px,2.2vw,28px);line-height:1.12}.action-modal .modal-grid.single{padding:12px 18px 18px!important}.action-modal .modal-section{gap:8px!important;padding:12px!important}.action-modal .modal-section-title{min-height:24px}.action-modal .status-picker-trigger,.action-modal .status-picker-trigger:hover,.action-modal .status-picker-trigger:focus,.action-modal .status-picker.open .status-picker-trigger{min-height:46px!important;padding:7px 10px!important;border-radius:10px!important;background:linear-gradient(135deg,#f6fffc,#fff8f1)!important}.action-modal .status-picker-menu{gap:5px!important;max-height:none!important;padding:6px!important;overflow:visible!important;border-radius:12px!important}.action-modal .status-picker-menu button{min-height:40px!important;padding:6px 10px!important;border-radius:9px!important}.action-modal .status-picker-menu strong,.action-modal .status-picker-trigger strong{font-size:14px!important}.action-modal .status-picker-menu small,.action-modal .status-picker-trigger small{font-size:11px!important}.action-modal .modal-section textarea{min-height:76px!important;resize:none!important}.action-modal .modal-submit{min-height:38px!important}.action-modal .modal-submit[aria-busy=true]{opacity:.86;cursor:wait}.spin-icon{animation:action-spin .9s linear infinite}@keyframes action-spin{to{transform:rotate(360deg)}}@media(max-height:720px){.modal-backdrop{padding:10px!important}.modal-backdrop .action-modal{width:min(920px,calc(100vw - 20px))!important}.action-modal header{padding:10px 14px!important}.action-modal .modal-grid.single{padding:10px 14px 14px!important}.action-modal .status-picker-menu button{min-height:36px!important}}.creative-layout{display:block}.creative-layout .list-panel{width:100%;max-width:none}.creative-layout .filters{display:grid;grid-template-columns:minmax(260px,1.15fr) auto;gap:12px;align-items:center}.creative-layout .filter-select-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:10px}.creative-layout .filter-summary{grid-column:1 / -1}.creative-table-shell{height:calc(100vh - 315px);min-height:430px;overflow:auto;border:1px solid rgba(180,212,222,.8);border-radius:14px;background:#ffffffeb;box-shadow:0 22px 54px #0a1c2614}.creative-table-shell:has(.custom-select.open){overflow:visible}.creative-table{min-width:1240px}.creative-table-row{display:grid;grid-template-columns:minmax(340px,2fr) minmax(120px,.7fr) minmax(135px,.7fr) minmax(110px,.6fr) repeat(6,minmax(86px,.55fr)) 95px 118px;gap:10px;align-items:center;min-height:78px;padding:10px 14px;border-bottom:1px solid rgba(220,232,236,.9)}.creative-table-head{position:sticky;top:0;z-index:8;min-height:46px;background:#f8fcfbfa;box-shadow:0 8px 18px #132b350f}.creative-table-head button,.creative-table-head span{border:0;background:transparent;color:#50636c;font-size:12px;font-weight:850;text-align:left}.creative-table-row.selected{background:linear-gradient(90deg,#d6fff7c7,#fffffff0)}.creative-name-cell{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;min-width:0;border:0;background:transparent;text-align:left;cursor:pointer}.creative-name-cell .creative-preview{width:58px;height:52px;min-width:58px;min-height:52px;border-radius:8px}.creative-name-cell>span{display:block;min-width:0;overflow:hidden}.creative-name-cell strong{display:-webkit-box;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.creative-name-cell strong{color:#172026;font-size:13px}.creative-table-row [role=cell]{min-width:0;color:#1b2930;font-size:13px;font-weight:750}.status-cell .custom-select-trigger{min-height:34px;padding:6px 10px;border-radius:999px;font-size:12px}.funnel-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric-positive{color:#0b8d55!important}.metric-negative{color:#d64535!important}.icon-table-button,.table-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:34px;min-height:34px;border:1px solid rgba(164,199,210,.9);border-radius:999px;background:#ffffffe0;color:#172630}.table-actions{display:inline-flex;gap:6px}.creative-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0a182033;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.creative-drawer-panel{position:relative!important;box-sizing:border-box;width:min(620px,calc(100vw - 24px));height:100vh!important;max-height:100vh!important;overflow:auto!important;padding:16px 18px 24px!important;border-radius:18px 0 0 18px;animation:drawerIn .18s ease-out}.creative-drawer-close{position:absolute;top:14px;right:14px;z-index:4;width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid rgba(164,199,210,.9);border-radius:999px;background:#ffffffeb;color:#14222b;box-shadow:0 10px 24px #0e232d1f}.creative-drawer-close:hover{background:#f4fbfa;color:#0d7a75}@keyframes drawerIn{0%{transform:translate(28px);opacity:0}to{transform:translate(0);opacity:1}}.creative-drawer-panel .creative-hero{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;min-width:0!important;margin-bottom:14px!important;padding-right:48px}.creative-drawer-panel .creative-hero>.preview-large{grid-column:1!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:260px!important;max-height:none!important;aspect-ratio:16 / 10!important;justify-self:stretch!important}.creative-drawer-panel .creative-hero>.creative-title{grid-column:1!important;min-width:0!important}.creative-drawer-panel .title-line{align-items:flex-start;gap:10px}.creative-drawer-panel .creative-title h2{min-width:0;overflow-wrap:anywhere;word-break:normal;line-height:1.1}.creative-drawer-panel .entity-actions.inline,.creative-drawer-panel .meta-grid,.creative-drawer-panel .status-toolbar,.creative-drawer-panel .block-heading,.creative-drawer-panel .date-filter{min-width:0;flex-wrap:wrap}.creative-drawer-panel .content-grid{grid-template-columns:minmax(0,1fr)!important;min-width:0!important}.creative-drawer-panel .block,.creative-drawer-panel .stats-grid,.creative-drawer-panel .chart,.creative-drawer-panel .comments,.creative-drawer-panel .decision-list,.creative-drawer-panel .reason-lab{min-width:0}@media(max-width:980px){.creative-layout .filters,.creative-layout .filter-select-row{grid-template-columns:1fr}.creative-table-shell{height:calc(100vh - 360px)}.creative-drawer-panel{width:min(100vw,560px);border-radius:14px 0 0 14px}.creative-drawer-panel .creative-hero{padding-right:0;padding-top:44px}.creative-drawer-panel .title-line{display:grid;grid-template-columns:1fr}}:root{--ops-bg: #f6f7f4;--ops-panel: #ffffff;--ops-panel-soft: #fbfcf7;--ops-border: #ecefe6;--ops-ink: #171b22;--ops-muted: #72786f;--ops-lime: #b9e900;--ops-lime-strong: #9fce00;--ops-green: #18b66a;--ops-red: #ef4444;--ops-violet: #7c5cff;--ops-amber: #f5b700;--ops-shadow: 0 18px 42px rgba(20, 24, 18, .055)}body{background:var(--ops-bg)!important}.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:176px minmax(0,1fr);background:var(--ops-bg)}.sidebar{top:0;height:100vh;gap:18px;padding:22px 14px;border-right:1px solid var(--ops-border);background:#ffffffd6!important;color:var(--ops-ink);box-shadow:none}.brand{gap:10px;padding:0 5px 16px}.brand-mark.ds-logo{width:24px;height:24px;border-radius:7px;background:var(--ops-lime)!important;color:transparent;box-shadow:none}.brand-mark.ds-logo:before{top:6px;right:6px;bottom:6px;left:6px;border:0;border-radius:2px;background:#fff;transform:rotate(45deg)}.brand-mark.ds-logo:after{display:none}.brand strong{color:var(--ops-ink);font-size:15px;font-weight:900}.brand span,.sidebar-toggle{display:none}nav{gap:8px}nav button{min-height:38px;padding:0 12px;border-radius:8px;color:#333a42;font-size:12px;font-weight:800}nav button svg{width:15px;height:15px;color:#66706b}nav button.active,nav button:hover{background:#eff8c6!important;color:#151912;box-shadow:inset 0 0 0 1px #b9e90052}nav button.active svg,nav button:hover svg{color:#668500}.account-card{gap:10px;margin-top:auto;padding:10px 6px 0;border-top:1px solid var(--ops-border)}.profile-button,.logout-button{min-height:32px;justify-content:flex-start;border:0!important;background:transparent!important;color:#6b736d!important;box-shadow:none!important}.workspace{padding:22px 24px 30px}.topbar{min-height:50px;margin-bottom:18px;align-items:center}.topbar h1{font-size:28px;line-height:1.08;color:var(--ops-ink)}.topbar p{margin-top:5px;color:var(--ops-muted)!important;font-size:13px}.primary-button{min-height:38px;border:0!important;border-radius:8px!important;background:linear-gradient(180deg,#cfff16,var(--ops-lime))!important;color:#111807!important;font-size:12px;font-weight:900;box-shadow:0 10px 24px #9fce0040!important}.ghost-button,.reset-filters,.compact-date-reset,.metric-settings-button,.settings-trigger{border:1px solid var(--ops-border)!important;border-radius:8px!important;background:#fff!important;color:#252b30!important;box-shadow:none!important}.overview-filter-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:0;border:0!important;background:transparent!important;box-shadow:none!important}.overview-filter-bar>div:first-child{display:none}.overview-filter-bar .date-filter{padding:8px;border:1px solid var(--ops-border);border-radius:12px;background:var(--ops-panel);box-shadow:var(--ops-shadow)}.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 40px;margin-bottom:14px}.metric-strip{grid-template-columns:repeat(6,minmax(150px,1fr));gap:10px}.metric{min-height:102px;padding:18px 16px;border:1px solid var(--ops-border)!important;border-radius:12px!important;background:var(--ops-panel)!important;box-shadow:var(--ops-shadow)!important}.metric:before{display:none}.metric>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f1f8cf;color:#89aa00!important}.metric small{color:#70776f!important;font-size:11px}.metric strong{color:var(--ops-ink);font-size:23px;font-weight:900}.overview-digest{grid-template-columns:minmax(0,1fr) 280px;gap:14px}.analytics-main,.analytics-side,.designer-table,.attention-card,.overview-chart-card,.top-creatives-card,.status-activity-card{border:1px solid var(--ops-border)!important;border-radius:12px!important;background:var(--ops-panel)!important;box-shadow:var(--ops-shadow)!important}.analytics-main{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);gap:14px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important}.attention-card,.overview-chart-card,.top-creatives-card,.status-activity-card{padding:16px}.overview-chart-card{min-height:274px}.top-creatives-card{grid-column:1 / -1}.analytics-side{align-content:start;gap:14px;padding:16px}.section-heading{margin-bottom:12px}.section-heading h2,.overview-chart-head h2{color:var(--ops-ink);font-size:15px;font-weight:900}.section-heading p,.overview-chart-head p{color:var(--ops-muted)!important;font-size:11px}.insight-list article{grid-template-columns:34px minmax(0,1fr) 18px;display:grid;align-items:center;min-height:58px;padding:10px;border-color:var(--ops-border);border-radius:10px;background:#fdfdf9}.insight-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;color:#fff}.insight-icon.tone-1{background:var(--ops-amber)}.insight-icon.tone-2{background:var(--ops-green)}.insight-icon.tone-3{background:var(--ops-red)}.overview-chart-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.overview-chart-tabs{display:inline-flex;gap:4px;padding:4px;border-radius:10px;background:#f6f7f1}.overview-chart-tabs button{min-height:28px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#626a64;font-size:11px;font-weight:850}.overview-chart-tabs button.active{background:#eff8c6;color:#1d2506}.overview-chart-stage{position:relative;min-height:252px}.overview-chart-stage .recharts-wrapper,.overview-chart-stage .recharts-surface{outline:none}.overview-chart-tooltip{min-width:164px;max-width:220px;padding:10px;border:1px solid var(--ops-border);border-radius:9px;background:#fffffff5;box-shadow:0 10px 22px #14181214;pointer-events:none}.overview-chart-tooltip.range{border-color:#9fce006b;background:#fdfff0fa}.overview-chart-tooltip strong,.overview-chart-tooltip span,.overview-chart-tooltip small{display:block}.overview-chart-tooltip small{color:#6f7c16;font-size:10px;font-weight:900;text-transform:uppercase}.overview-chart-tooltip strong{margin-top:2px;color:var(--ops-ink);font-size:15px}.overview-chart-tooltip span{color:var(--ops-muted);font-size:10px}.overview-chart-tooltip div{display:grid;grid-template-columns:1fr 1fr;gap:5px 8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--ops-border)}.overview-chart-tooltip b,.overview-chart-tooltip em{display:block;font-style:normal}.overview-chart-tooltip b{color:var(--ops-ink);font-size:11px}.overview-chart-tooltip em{color:var(--ops-muted);font-size:9px;font-weight:800}.best-creative{gap:10px;padding:0;border-radius:0;background:transparent!important;color:var(--ops-ink)}.best-creative .preview-large{min-height:160px;border-radius:12px}.best-creative>.status-badge{width:fit-content}.best-creative strong{color:var(--ops-ink);font-size:14px}.best-creative-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.best-creative-stats span{display:grid;gap:3px;color:var(--ops-muted);font-size:10px}.best-creative-stats b{color:var(--ops-ink);font-size:13px}.status-activity-list{display:grid;gap:8px}.status-activity-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px}.top-creative-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.top-creative-card{position:relative;display:flex;flex-direction:column;gap:10px;min-height:188px;min-width:0;padding:12px;border:1px solid #edf0e6;border-radius:12px;background:linear-gradient(180deg,#fffffffa,#fafcf4f0),var(--ops-panel-soft);box-shadow:0 12px 24px #1418120b;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.top-creative-card:hover{transform:translateY(-1px);border-color:#b9e9009e;box-shadow:0 16px 34px #14181213}.top-creative-preview{position:relative;min-width:0;display:grid;place-items:center;height:104px;flex:0 0 104px;padding:8px;overflow:hidden;border-radius:10px;background:radial-gradient(circle at 50% 12%,rgba(185,233,0,.14),transparent 34%),linear-gradient(135deg,#101820,#111b22)}.top-creative-preview>.thumb,.top-creative-preview>.video-poster,.top-creative-grid .creative-preview{width:100%;height:100%;min-height:0;border-radius:8px;background:transparent;box-shadow:none}.top-creative-preview>.thumb{display:grid;place-items:center}.top-creative-preview>.thumb img,.top-creative-preview>.thumb video,.top-creative-preview>img.thumb,.top-creative-preview>.video-poster img,.top-creative-preview>.video-poster video,.top-creative-grid .creative-preview img,.top-creative-grid .creative-preview video,.top-creative-grid .creative-preview .custom-video-player{width:100%;height:100%;object-fit:contain;object-position:center}.top-creative-preview>.video-poster{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}.top-creative-rank{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;padding:0 8px;border:1px solid rgba(255,255,255,.64);border-radius:999px;background:#0e1418b8;color:#fff;font-size:11px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-creative-grid strong{min-height:34px;overflow:hidden;color:var(--ops-ink);font-size:13px;font-weight:900;line-height:1.24;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.top-creative-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.top-creative-stats span{display:grid;gap:3px;min-width:0;padding:8px;border:1px solid #edf0e6;border-radius:9px;background:#fff;color:#6c746c;font-size:10px;font-weight:800}.top-creative-stats .roi-stat{border-color:#b9e9007a;background:linear-gradient(180deg,#fbffe8,#fff)}.top-creative-stats b{color:var(--ops-ink);font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.designer-table{grid-column:1 / -1;grid-template-columns:repeat(5,minmax(0,1fr));padding:16px}.designer-table .section-heading{grid-column:1 / -1}.designer-table article{grid-template-columns:1fr;align-items:start;gap:7px;padding:12px;border-color:var(--ops-border);border-radius:10px;background:var(--ops-panel-soft)}.designer-table article>span,.designer-table small{color:var(--ops-muted);font-size:11px}.designer-table b{color:var(--ops-ink);font-size:15px}@media(max-width:1280px){.metric-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-digest,.analytics-main{grid-template-columns:1fr}.top-creative-grid,.designer-table{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.workspace{padding:16px}.overview-filter-bar,.overview-chart-head{grid-template-columns:1fr;display:grid}.metric-strip,.top-creative-grid,.designer-table{grid-template-columns:1fr}}.workspace:has(.creative-layout){height:auto;overflow:visible}.creative-layout{display:flex!important;min-height:0}.creative-layout .list-panel{display:flex;flex-direction:column;min-height:0;height:auto;overflow:visible!important}.creative-layout .filters{flex:0 0 auto}.creative-table-shell{flex:0 0 auto;height:auto!important;min-height:0!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-gutter:stable both-edges}.creative-table{width:max(100%,1360px)!important;min-width:1360px!important}.creative-table-row{grid-template-columns:minmax(360px,1.55fr) minmax(96px,.45fr) minmax(128px,.52fr) minmax(104px,.42fr) repeat(6,minmax(68px,.32fr)) minmax(88px,.36fr) minmax(126px,.44fr)!important;gap:8px!important;min-height:82px!important;padding:10px 22px 10px 12px!important}.creative-name-cell{grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;width:100%;max-width:100%;overflow:hidden}.creative-name-cell .thumb,.creative-name-cell .creative-preview{grid-column:1;width:78px!important;min-width:78px!important;max-width:78px!important;height:66px!important;min-height:66px!important;max-height:66px!important;border-radius:10px!important}.creative-name-cell>span{grid-column:2;width:100%;min-width:0;max-width:100%}.creative-name-cell strong{max-width:100%;font-size:12.5px!important;line-height:1.22!important;word-break:break-word}.creative-table-row [role=cell]{overflow:hidden}.creative-table-row [role=cell]:not(.status-cell):not(:last-child){text-overflow:ellipsis}.creative-table-head button,.creative-table-head span,.creative-table-row [role=cell]{font-size:12px!important}.status-cell{overflow:visible!important}.status-cell .custom-select-trigger{width:100%;min-width:0}.table-actions{justify-content:flex-end;overflow:visible!important}.table-actions button,.icon-table-button{width:34px;min-width:34px;height:34px;padding:0}.creative-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:10px 12px;border:1px solid rgba(180,212,222,.8);border-radius:12px;background:#fffffff0;box-shadow:0 14px 32px #0a1c260e;color:#50636c;font-size:12px;font-weight:850}.creative-pagination label,.creative-pagination-actions{display:inline-flex;align-items:center;gap:8px}.creative-page-size-field{position:relative;z-index:20}.creative-pagination .page-size-select{width:76px}.creative-pagination .page-size-select .custom-select-trigger{min-height:36px;padding:0 10px 0 14px;border-color:#b9d6daf5;border-radius:999px;background:linear-gradient(180deg,#fff,#f9fbf7);box-shadow:0 8px 20px #0f262d0f,inset 0 0 0 1px #ffffffc2}.creative-pagination .page-size-select .custom-select-trigger span{color:#172630;font-size:13px;font-weight:950}.creative-pagination .page-size-select .custom-select-menu{left:auto;right:0;bottom:calc(100% + 8px);top:auto;width:88px;min-width:88px;padding:6px;border-color:#b9d6daf5;border-radius:14px;background:#fffffffa;box-shadow:0 18px 42px #11232b29}.creative-pagination .page-size-select .custom-select-menu button{min-height:32px;border-radius:10px;color:#26333a;font-size:12px;font-weight:900}.creative-pagination .page-size-select .custom-select-menu button:hover,.creative-pagination .page-size-select .custom-select-menu button.selected{background:#eff8c6;color:#151912}.creative-pagination-actions button{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:0 12px;border:1px solid rgba(164,199,210,.9);border-radius:999px;background:#fff;color:#172630;font-size:12px;font-weight:900}.creative-pagination-actions button:hover:not(:disabled){border-color:#b9e900b8;background:#fbffe8}.creative-pagination-actions strong{min-width:58px;text-align:center;color:#172630;font-size:12px;font-weight:950}@media(max-width:760px){.creative-pagination{align-items:stretch;flex-direction:column}.creative-pagination label,.creative-pagination-actions{justify-content:space-between}.creative-pagination-actions{flex-wrap:wrap}}html,body,#root{min-height:100%;height:auto!important;overflow-y:auto!important}.app-shell,.app-shell.sidebar-collapsed{height:auto!important;min-height:100vh!important;max-height:none!important;overflow:visible!important}.workspace,.workspace:has(.creative-layout){height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.comment-count-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:28px!important;gap:6px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#172630!important;font-weight:900!important;line-height:1!important}.comment-count-button:hover,.comment-count-button:focus-visible{color:#08756d!important;background:transparent!important}.comment-count-button:before,.comment-count-button:after{display:none!important}.modal-backdrop .action-modal.editor-modal{overflow:hidden!important;border-radius:18px!important;isolation:isolate!important}.modal-backdrop .action-modal.editor-modal header{overflow:hidden!important;border-radius:18px 18px 0 0!important}.modal-backdrop .action-modal.editor-modal .icon-button,.modal-backdrop .action-modal.editor-modal .icon-button:before,.modal-backdrop .action-modal.editor-modal .icon-button:after{border-radius:999px!important}@media(max-width:1500px){.creative-layout .filters{grid-template-columns:minmax(260px,1fr) 38px!important}.creative-layout .filters .search{grid-column:1!important}.creative-layout .filters .settings-trigger{grid-column:2!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:2!important;grid-template-columns:minmax(128px,1fr) minmax(116px,.82fr) minmax(100px,.72fr) minmax(128px,.95fr) minmax(136px,1fr) minmax(122px,.8fr) minmax(122px,.8fr) minmax(66px,.46fr)!important}.creative-layout .filter-summary{grid-row:3!important}}.top-creative-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:14px!important}.top-creative-card{min-height:238px!important;padding:12px!important;gap:9px!important}.top-creative-preview{height:132px!important;flex:0 0 132px!important;padding:8px!important;border-radius:12px!important;background:radial-gradient(circle at 50% 12%,rgba(185,233,0,.12),transparent 35%),linear-gradient(135deg,#101820,#111b22)!important}.top-creative-preview>.thumb,.top-creative-preview>.video-poster{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:9px!important;background-color:transparent!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}.top-creative-preview>.thumb img,.top-creative-preview>.thumb video,.top-creative-preview>.video-poster img,.top-creative-preview>.video-poster video{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.top-creative-grid strong{min-height:32px!important;font-size:13px!important;line-height:1.22!important}.top-creative-stats span{padding:7px 8px!important;border-radius:8px!important}@media(max-width:1280px){.top-creative-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important}.top-creative-preview{height:120px!important;flex-basis:120px!important}}.creative-layout .filters{grid-template-columns:minmax(238px,.88fr) minmax(260px,.9fr) minmax(0,2.8fr) 36px!important;grid-template-rows:34px auto!important;gap:6px 8px!important;align-items:center!important}.creative-layout .filter-under-search{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(90px,.8fr) minmax(68px,.56fr) minmax(102px,1fr)!important;gap:6px!important;align-items:center!important;margin-top:0!important}.creative-layout .filter-select-row{grid-column:3!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(94px,.7fr) minmax(118px,.9fr) minmax(116px,.9fr) minmax(100px,.68fr) minmax(88px,.56fr)!important;gap:6px!important;align-items:center!important;margin-top:0!important}.creative-layout .filters .settings-trigger{grid-column:4!important;grid-row:1!important;justify-self:end!important}@media(max-width:1180px){.creative-layout .filters{grid-template-columns:minmax(0,1fr) 36px!important;grid-template-rows:34px 34px auto auto!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important}.creative-layout .filters .settings-trigger{grid-column:2!important;grid-row:1!important}.creative-layout .filter-under-search{grid-column:1 / -1!important;grid-row:2!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:3!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.creative-layout .filter-summary{grid-row:4!important}}.creative-layout .filters{grid-template-columns:minmax(270px,.94fr) minmax(300px,.96fr) minmax(0,2.75fr) 36px!important;grid-template-rows:34px auto!important;gap:6px 8px!important;align-items:center!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important;min-width:0!important}.creative-layout .filter-under-search{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(104px,.92fr) minmax(76px,.58fr) minmax(118px,1fr)!important;gap:6px!important;align-items:center!important;min-width:0!important;overflow:visible!important}.creative-layout .filter-select-row{grid-column:3!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(108px,.84fr) minmax(132px,1fr) minmax(128px,1fr) minmax(120px,.8fr) minmax(104px,.66fr)!important;gap:6px!important;align-items:center!important;width:100%!important;min-width:0!important;margin-top:0!important;overflow:visible!important}.creative-layout .filter-under-search>*,.creative-layout .filter-under-search .custom-select,.creative-layout .filter-under-search .button-tooltip-wrap,.creative-layout .filter-select-row>*,.creative-layout .filter-select-row .custom-select,.creative-layout .filter-select-row .custom-date{width:100%!important;min-width:0!important}.creative-layout .filter-under-search .custom-select-trigger,.creative-layout .filter-under-search .reset-filters,.creative-layout .filter-under-search .aio-funnel-sync-button,.creative-layout .filter-select-row .custom-select-trigger,.creative-layout .filter-select-row .custom-date-trigger{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding-top:0!important;padding-bottom:0!important;border-radius:9px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important}.creative-layout .filter-under-search .custom-select-trigger,.creative-layout .filter-select-row .custom-select-trigger,.creative-layout .filter-select-row .custom-date-trigger{padding-left:10px!important;padding-right:28px!important}.creative-layout .filter-under-search .aio-funnel-sync-button,.creative-layout .filter-under-search .reset-filters{padding-left:8px!important;padding-right:8px!important}@media(max-width:1500px){.creative-layout .filters{grid-template-columns:minmax(0,1fr) 36px!important;grid-template-rows:34px 34px auto auto!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important}.creative-layout .filters .settings-trigger{grid-column:2!important;grid-row:1!important}.creative-layout .filter-under-search{grid-column:1 / -1!important;grid-row:2!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:3!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.creative-layout .filter-summary{grid-row:4!important}}@media(max-width:820px){.creative-layout .filter-under-search,.creative-layout .filter-select-row{grid-template-columns:1fr!important}}.creative-layout .filters{display:grid!important;grid-template-columns:minmax(320px,1.18fr) minmax(0,2.55fr) minmax(318px,1.02fr) 36px!important;grid-template-rows:34px auto!important;gap:6px 8px!important;align-items:center!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important;min-width:0!important;height:34px!important;min-height:34px!important}.creative-layout .filter-select-row{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(112px,.72fr) minmax(150px,1fr) minmax(148px,1fr) minmax(112px,.68fr) minmax(72px,.44fr)!important;gap:6px!important;align-items:center!important;width:100%!important;min-width:0!important;margin-top:0!important}.creative-layout .filter-under-search{grid-column:3!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(112px,.9fr) minmax(74px,.55fr) minmax(126px,1fr)!important;gap:6px!important;align-items:center!important;width:100%!important;min-width:0!important}.creative-layout .filter-under-search .button-tooltip-wrap,.creative-layout .filter-under-search>.reset-filters:not(.aio-funnel-sync-button),.creative-layout .filter-under-search>.custom-select{order:initial!important}.creative-layout .filters .settings-trigger{grid-column:4!important;grid-row:1!important;justify-self:end!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:34px!important;min-height:34px!important}.creative-layout .filter-summary{grid-column:1 / -1!important;grid-row:2!important;margin-top:0!important;padding-top:6px!important}@media(max-width:1320px){.creative-layout .filters{grid-template-columns:minmax(0,1fr) 36px!important;grid-template-rows:34px auto auto auto!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important}.creative-layout .filters .settings-trigger{grid-column:2!important;grid-row:1!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:2!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.creative-layout .filter-under-search{grid-column:1 / -1!important;grid-row:3!important}.creative-layout .filter-summary{grid-row:4!important}}@media(max-width:720px){.creative-layout .filter-select-row,.creative-layout .filter-under-search{grid-template-columns:1fr!important}}.creative-layout .filter-under-search{grid-template-areas:"aio reset funnel"!important;grid-template-columns:minmax(126px,.92fr) minmax(72px,.5fr) minmax(150px,1fr)!important}.creative-layout .filter-under-search>.button-tooltip-wrap{grid-area:aio!important;grid-column:auto!important;display:flex!important}.creative-layout .filter-under-search>.reset-filters:not(.aio-funnel-sync-button){grid-area:reset!important;grid-column:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.creative-layout .filter-under-search>.custom-select{grid-area:funnel!important;grid-column:auto!important}.creative-layout .filter-under-search .aio-funnel-sync-button{grid-column:auto!important}@media(max-width:720px){.creative-layout .filter-under-search{grid-template-areas:"aio" "reset" "funnel"!important;grid-template-columns:1fr!important}}.creative-layout .filters{grid-template-columns:minmax(300px,.9fr) minmax(0,3.45fr) 36px!important}.creative-layout .filters .search{position:relative!important;display:block!important;min-width:0!important;overflow:visible!important}.creative-layout .filters .search svg{position:absolute!important;left:13px!important;top:50%!important;width:17px!important;height:17px!important;transform:translateY(-50%)!important;color:#60747c!important;pointer-events:none!important}.creative-layout .filters .search input{width:100%!important;padding-left:40px!important;padding-right:12px!important;line-height:34px!important}.creative-layout .filter-select-row{grid-template-columns:minmax(108px,.92fr) minmax(92px,.7fr) minmax(104px,.78fr) minmax(92px,.68fr) minmax(108px,.88fr) minmax(112px,.9fr) minmax(104px,.74fr) minmax(82px,.58fr) minmax(58px,.42fr)!important}.creative-layout .filter-select-row .reset-filters:last-child{grid-column:auto!important}.creative-table{width:max(100%,1500px)!important;min-width:1500px!important}.creative-table-row{grid-template-columns:minmax(350px,1.5fr) minmax(112px,.48fr) minmax(170px,.72fr) minmax(128px,.52fr) repeat(6,minmax(86px,.36fr)) minmax(112px,.42fr) minmax(138px,.52fr)!important;gap:8px!important}.creative-table-head>*,.creative-table-row [role=cell]{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;text-align:center!important}.creative-table-head>:first-child,.creative-table-row .creative-name-cell{justify-content:flex-start!important;text-align:left!important}.creative-table-head button,.creative-table-head span{white-space:nowrap!important}.creative-table-head button:not(:first-child),.creative-table-head span{justify-content:center!important}.creative-table-row [role=cell]:not(.status-cell):not(.funnel-cell):not(.comments-cell):not(.table-actions){font-variant-numeric:tabular-nums!important}.creative-table-row .status-cell,.creative-table-row .funnel-cell,.creative-table-row .comments-cell,.creative-table-row .table-actions{overflow:visible!important}.creative-table-row .status-cell .custom-select.status-select{width:min(100%,164px)!important;margin:0 auto!important}.creative-table-row .funnel-cell .funnel-pill,.creative-table-row .comments-cell .comment-count-button{margin:0 auto!important}.creative-table-row .table-actions{gap:8px!important}.creative-table-row .table-actions button{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important}@media(max-width:1320px){.creative-layout .filter-select-row{grid-template-columns:minmax(128px,1fr) minmax(116px,.82fr) minmax(116px,.82fr) minmax(100px,.72fr) minmax(128px,.95fr) minmax(136px,1fr) minmax(122px,.8fr) minmax(100px,.65fr) minmax(66px,.46fr)!important}}.creative-drawer-backdrop{align-items:stretch!important;overflow:hidden!important}.creative-drawer-backdrop .creative-drawer-panel,.creative-layout .creative-drawer-backdrop .creative-drawer-panel,.creative-layout .detail-panel.creative-drawer-panel{height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important}.creative-drawer-backdrop .creative-drawer-close{position:sticky!important;top:10px!important;right:0!important;left:auto!important;display:grid!important;margin-left:auto!important;margin-right:0!important;margin-bottom:-40px!important;z-index:30!important;width:40px!important;height:40px!important;place-items:center!important;transform:translateY(0)!important;background:#fffffff5!important;box-shadow:0 14px 30px #0e232d29!important}.modal-backdrop .action-modal:not(.ai-settings-modal),.modal-backdrop .confirm-modal,.modal-backdrop .table-settings-modal,.modal-backdrop .metric-settings-modal{overflow:hidden!important;border-radius:18px!important;background-clip:padding-box!important;isolation:isolate!important}.modal-backdrop .ai-settings-modal{border-radius:18px!important;background-clip:padding-box!important;isolation:isolate!important}.modal-backdrop .action-modal header,.modal-backdrop .table-settings-modal header,.modal-backdrop .metric-settings-modal header,.modal-backdrop .ai-settings-modal>.block-heading{overflow:hidden!important;border-radius:18px 18px 0 0!important;background-clip:padding-box!important}.modal-backdrop .action-modal .icon-button,.modal-backdrop .table-settings-modal .icon-button,.modal-backdrop .metric-settings-modal .icon-button,.modal-backdrop .ai-settings-modal .icon-button{overflow:hidden!important;border-radius:999px!important}.modal-backdrop .action-modal .icon-button:before,.modal-backdrop .action-modal .icon-button:after,.modal-backdrop .table-settings-modal .icon-button:before,.modal-backdrop .table-settings-modal .icon-button:after,.modal-backdrop .metric-settings-modal .icon-button:before,.modal-backdrop .metric-settings-modal .icon-button:after,.modal-backdrop .ai-settings-modal .icon-button:before,.modal-backdrop .ai-settings-modal .icon-button:after{border-radius:inherit!important}.creative-table-row .comments-cell{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;overflow:visible!important;text-align:center!important}.creative-table-row .comments-cell .comment-count-button{display:inline-grid!important;grid-template-columns:18px minmax(14px,auto)!important;align-items:center!important;justify-content:center!important;justify-items:center!important;width:42px!important;min-width:42px!important;height:32px!important;min-height:32px!important;gap:4px!important;margin:0 auto!important;padding:0!important;line-height:1!important}.creative-table-row .comments-cell .comment-count-button svg{width:17px!important;height:17px!important;display:block!important}.creativeops-mark,.brand-mark.creativeops-mark,.refresh-logo.creativeops-mark{position:relative!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:linear-gradient(180deg,#d8ff2b,#b9e900)!important;color:transparent!important;font-size:0!important;text-shadow:none!important;isolation:isolate!important}.brand-mark.creativeops-mark{width:24px!important;height:24px!important;border-radius:7px!important;box-shadow:0 10px 22px #9fce0038!important}.refresh-logo.creativeops-mark{width:56px!important;height:56px!important;border-radius:15px!important;box-shadow:0 18px 36px #9fce003d!important}.creativeops-mark:before,.refresh-logo.creativeops-mark:before,.brand-mark.creativeops-mark:before{content:""!important;position:absolute!important;top:25%!important;right:25%!important;bottom:25%!important;left:25%!important;border:0!important;border-radius:4px!important;background:#fff!important;transform:rotate(45deg)!important;z-index:1!important}.creativeops-mark:after,.brand-mark.creativeops-mark:after,.refresh-logo.creativeops-mark:after{content:""!important;position:absolute!important;top:17%!important;right:17%!important;bottom:17%!important;left:17%!important;border-radius:999px!important;background:radial-gradient(circle at 50% 0%,#ffffff 0 11%,transparent 12%),radial-gradient(circle at 100% 50%,#ffffff 0 11%,transparent 12%),radial-gradient(circle at 50% 100%,#ffffff 0 11%,transparent 12%),radial-gradient(circle at 0% 50%,#ffffff 0 11%,transparent 12%)!important;opacity:.92!important;z-index:2!important}.creativeops-mark>i{position:relative!important;z-index:3!important;width:14%!important;height:14%!important;border-radius:999px!important;background:#7aa000!important;box-shadow:0 0 0 2px #ffffff57!important}.refresh-logo.creativeops-mark>i{width:13%!important;height:13%!important}.refresh-logo.creativeops-mark:before{top:29%!important;right:29%!important;bottom:29%!important;left:29%!important;border-radius:5px!important;transform:rotate(45deg) scale(.94)!important}.refresh-logo.creativeops-mark:after{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:0!important;background:linear-gradient(#fff,#fff) 50% 18% / 10px 10px no-repeat,linear-gradient(#fff,#fff) 82% 50% / 10px 10px no-repeat,linear-gradient(#fff,#fff) 50% 82% / 10px 10px no-repeat,linear-gradient(#fff,#fff) 18% 50% / 10px 10px no-repeat!important;opacity:.96!important;clip-path:none!important}.refresh-logo.creativeops-mark>i{background:#7aa000!important;box-shadow:0 0 0 3px #ffffff5c!important}.creative-layout .filters{padding:10px 14px 12px!important;border-radius:12px!important}.creative-layout .filters .search{min-height:38px!important}.creative-layout .filters .search input{min-height:38px!important;font-size:12px!important}.creative-layout .filter-select-row{gap:7px!important;margin-top:8px!important}.creative-layout .filter-select-row .custom-select-trigger,.creative-layout .filter-select-row .custom-date-trigger,.creative-layout .filter-select-row .reset-filters,.creative-layout .filter-select-row .aio-funnel-sync-button{min-height:34px!important;border-radius:9px!important;font-size:11px!important}.creative-layout .filter-summary{gap:7px!important;margin-top:9px!important;padding-top:9px!important}.creative-layout .filter-summary button{min-height:28px!important}.creative-table{width:max(100%,1420px)!important;min-width:1420px!important}.creative-table-row{grid-template-columns:minmax(360px,1.45fr) minmax(96px,.42fr) minmax(162px,.58fr) minmax(128px,.46fr) repeat(6,minmax(68px,.3fr)) minmax(88px,.34fr) minmax(126px,.42fr)!important}.status-cell .custom-select.status-select{width:min(100%,164px)!important}.status-cell .status-select .custom-select-trigger{min-height:38px!important;padding:0 12px!important;border-radius:999px!important;font-weight:950!important;box-shadow:none!important}.status-cell .status-select .custom-select-trigger span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.status-cell .status-select.status-uploaded .custom-select-trigger{border-color:#b8c9d0!important;background:#f3f7f8!important;color:#41535b!important}.status-cell .status-select.status-in-test .custom-select-trigger{border-color:#9bdaf0!important;background:#eaf8ff!important;color:#09698d!important}.status-cell .status-select.status-good .custom-select-trigger{border-color:#89e5aa!important;background:#e9fbef!important;color:#08733f!important}.status-cell .status-select.status-rejected .custom-select-trigger{border-color:#ffb29f!important;background:#fff0eb!important;color:#a8321c!important}.status-cell .status-select.status-bad-result .custom-select-trigger{border-color:#f6a9bd!important;background:#fff0f5!important;color:#9d2445!important}.status-cell .status-select.status-keep-testing .custom-select-trigger{border-color:#c9b8ff!important;background:#f3eeff!important;color:#5634b6!important}.status-cell .status-select.status-archived .custom-select-trigger{border-color:#d9e1e5!important;background:#f4f6f7!important;color:#5f6f77!important}.funnel-cell{overflow:visible!important}.funnel-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;max-width:118px!important;min-height:30px!important;padding:0 11px!important;border:1px solid rgba(185,233,0,.42)!important;border-radius:999px!important;background:linear-gradient(180deg,#fff,#fbfdf2)!important;color:#253128!important;font-size:12px!important;font-weight:950!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;box-shadow:0 8px 18px #1418120f!important}.funnel-pill:hover,.funnel-pill.active{border-color:#b9e900!important;background:#eff8c6!important;color:#151912!important}.login-transition-screen{background:radial-gradient(circle at 50% 36%,rgba(185,233,0,.28),transparent 30%),radial-gradient(circle at 66% 58%,rgba(24,182,106,.13),transparent 32%),linear-gradient(180deg,#f8faf5,#eef5f2)!important;color:var(--ops-ink, #171b22)!important}.login-transition-screen:before{content:""!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(rgba(23,27,34,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,27,34,.035) 1px,transparent 1px)!important;background-size:46px 46px!important;-webkit-mask-image:radial-gradient(circle at 50% 42%,#000 0 38%,transparent 72%)!important;mask-image:radial-gradient(circle at 50% 42%,#000 0 38%,transparent 72%)!important}.login-transition-card{width:min(420px,calc(100vw - 32px))!important;gap:13px!important;padding:30px 32px 32px!important;border:1px solid rgba(205,216,198,.92)!important;border-radius:18px!important;background:linear-gradient(180deg,#fffffff7,#fafcf6f0)!important;color:var(--ops-ink, #171b22)!important;box-shadow:0 34px 90px #171b2221,0 0 0 1px #ffffffe0 inset!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.login-transition-card .refresh-logo.creativeops-mark{margin-bottom:4px!important}.login-transition-card span{color:#6f7c16!important;font-size:11px!important;letter-spacing:0!important}.login-transition-card strong{color:var(--ops-ink, #171b22)!important;font-size:clamp(30px,4vw,42px)!important;letter-spacing:0!important}.login-transition-card p{max-width:320px!important;color:#6a746b!important;font-size:14px!important;line-height:1.35!important}.login-transition-card .refresh-progress{width:min(100%,310px)!important;height:7px!important;margin-top:2px!important;border-radius:999px!important;background:#e7ecdf!important;box-shadow:inset 0 0 0 1px #fffc!important}.login-transition-card .refresh-progress i{background:linear-gradient(90deg,#18b66a,#b9e900)!important}.creative-table-shell{max-height:none!important;overflow-x:auto!important;overflow-y:visible!important}html,body,#root{height:100%!important;overflow:hidden!important}.app-shell,.app-shell.sidebar-collapsed{height:100vh!important;min-height:100vh!important;max-height:100vh!important;overflow:hidden!important}.workspace,.workspace:has(.creative-layout){height:100vh!important;min-height:0!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:96px!important;overscroll-behavior:contain}.creative-layout,.creative-layout .list-panel,.creative-layout .detail-panel{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}@media(min-width:761px){html,body,#root{height:100%!important;overflow:hidden!important}.app-shell,.app-shell.sidebar-collapsed{display:grid!important;grid-template-columns:176px minmax(0,1fr)!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;overflow:hidden!important}.app-shell.sidebar-collapsed{grid-template-columns:86px minmax(0,1fr)!important}.sidebar{position:sticky!important;top:0!important;align-self:start!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;overflow:hidden!important}.workspace,.workspace:has(.creative-layout){height:100vh!important;min-height:0!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:96px!important;overscroll-behavior:contain!important}}.creative-layout .filters{display:grid!important;grid-template-columns:minmax(270px,1.05fr) minmax(0,3.25fr) 38px!important;gap:6px 8px!important;align-items:center!important;padding:9px 12px 10px!important;border-radius:12px!important;overflow:visible!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important;min-height:34px!important;height:34px!important;border-radius:9px!important}.creative-layout .filters .search input{min-height:34px!important;height:34px!important;font-size:12px!important}.creative-layout .filters .settings-trigger{grid-column:3!important;grid-row:1!important;justify-self:end!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:34px!important;min-height:34px!important;padding:0!important;border-radius:9px!important;color:transparent!important;text-indent:-999px!important;box-shadow:none!important}.creative-layout .filters .settings-trigger svg{color:#10222a!important;text-indent:0!important}.creative-layout .filter-select-row{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(104px,1fr) minmax(96px,.78fr) minmax(86px,.68fr) minmax(108px,.9fr) minmax(112px,.95fr) minmax(112px,.86fr) minmax(112px,.86fr) minmax(58px,.42fr)!important;gap:6px!important;align-items:center!important;width:100%!important;min-width:0!important;margin-top:0!important;overflow:visible!important}.creative-layout .filter-select-row>*,.creative-layout .filter-select-row .custom-select,.creative-layout .filter-select-row .custom-date,.creative-layout .filter-select-row .button-tooltip-wrap{width:100%!important;min-width:0!important}.creative-layout .filter-select-row .custom-select-trigger,.creative-layout .filter-select-row .custom-date-trigger,.creative-layout .filter-select-row .reset-filters,.creative-layout .filter-select-row .aio-funnel-sync-button{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding-top:0!important;padding-bottom:0!important;border-radius:9px!important;font-size:11px!important;line-height:1!important}.creative-layout .filter-select-row .custom-select-trigger,.creative-layout .filter-select-row .custom-date-trigger{padding-left:10px!important;padding-right:28px!important}.creative-layout .filter-select-row .aio-funnel-sync-button,.creative-layout .filter-select-row .reset-filters{padding-left:8px!important;padding-right:8px!important;white-space:nowrap!important}.creative-layout .filter-summary{grid-column:1 / -1!important;grid-row:2!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;min-height:28px!important;margin-top:2px!important;padding-top:6px!important}.creative-layout .filter-summary>span{flex:0 0 auto!important;margin:0 6px 0 0!important;font-size:11.5px!important}.creative-layout .filter-summary button{min-height:24px!important;padding:0!important}.creative-layout .filter-summary .status-badge{min-height:24px!important;padding:5px 9px!important;font-size:10.5px!important}@media(max-width:1320px){.creative-layout .filters{grid-template-columns:minmax(260px,1fr) 38px!important}.creative-layout .filters .search{grid-column:1!important}.creative-layout .filters .settings-trigger{grid-column:2!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:2!important;grid-template-columns:minmax(128px,1fr) minmax(116px,.82fr) minmax(100px,.72fr) minmax(128px,.95fr) minmax(136px,1fr) minmax(122px,.8fr) minmax(122px,.8fr) minmax(66px,.46fr)!important}.creative-layout .filter-summary{grid-row:3!important}}@media(max-width:980px){.creative-layout .filters{grid-template-columns:minmax(0,1fr) 38px!important}.creative-layout .filter-select-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.creative-layout .filter-select-row .button-tooltip-wrap,.creative-layout .filter-select-row .aio-funnel-sync-button,.creative-layout .filter-select-row .reset-filters:last-child{grid-column:auto!important}}@media(max-width:640px){.creative-layout .filter-select-row{grid-template-columns:1fr!important}.creative-layout .filter-summary>span{flex-basis:100%!important}}.creative-layout .filters{grid-template-columns:minmax(382px,.95fr) minmax(0,2.65fr) 36px!important;grid-template-rows:34px 34px auto!important;gap:6px 8px!important;align-items:center!important}.creative-layout .filters .search{grid-column:1!important;grid-row:1!important}.creative-layout .filter-under-search{grid-column:1!important;grid-row:2!important;display:grid!important;grid-template-columns:minmax(124px,.9fr) minmax(72px,.52fr) minmax(150px,1fr)!important;gap:6px!important;align-items:center!important;min-width:0!important;overflow:visible!important}.creative-layout .filter-under-search .button-tooltip-wrap{order:1!important}.creative-layout .filter-under-search>.reset-filters:not(.aio-funnel-sync-button){order:2!important}.creative-layout .filter-under-search>.custom-select{order:3!important}.creative-layout .filter-select-row{grid-column:2!important;grid-row:1!important;grid-template-columns:minmax(112px,.84fr) minmax(108px,.78fr) minmax(136px,1fr) minmax(136px,1fr) minmax(126px,.8fr) minmax(86px,.5fr)!important}.creative-layout .filter-under-search>*,.creative-layout .filter-under-search .custom-select,.creative-layout .filter-under-search .button-tooltip-wrap{width:100%!important;min-width:0!important}.creative-layout .filter-under-search .custom-select-trigger,.creative-layout .filter-under-search .reset-filters,.creative-layout .filter-under-search .aio-funnel-sync-button{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding-top:0!important;padding-bottom:0!important;border-radius:9px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important}.creative-layout .filter-under-search .custom-select-trigger{padding-left:10px!important;padding-right:28px!important}.creative-layout .filters .settings-trigger{grid-column:3!important;grid-row:1!important}.creative-layout .filter-summary{grid-column:1 / -1!important;grid-row:3!important;margin-top:0!important}@media(max-width:1320px){.creative-layout .filters{grid-template-columns:minmax(0,1fr) 36px!important;grid-template-rows:34px 34px auto auto!important}.creative-layout .filter-under-search{grid-column:1 / -1!important;grid-row:2!important}.creative-layout .filter-select-row{grid-column:1 / -1!important;grid-row:3!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.creative-layout .filter-summary{grid-row:4!important}}@media(max-width:720px){.creative-layout .filter-under-search,.creative-layout .filter-select-row{grid-template-columns:1fr!important}}.top-creatives-card{overflow:visible!important}.top-creative-grid{grid-template-columns:repeat(auto-fit,minmax(238px,1fr))!important;align-items:stretch!important;gap:14px!important}.top-creative-card{min-height:292px!important;padding:12px!important;gap:9px!important}.top-creative-preview{height:184px!important;flex:0 0 184px!important;padding:8px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:12px!important;background:radial-gradient(circle at 50% 12%,rgba(185,233,0,.1),transparent 36%),linear-gradient(135deg,#101820,#111b22)!important}.top-creative-preview>.thumb,.top-creative-preview>.video-poster,.top-creative-grid .creative-preview{width:100%!important;height:100%!important;min-height:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:9px!important;background-color:transparent!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;box-shadow:none!important}.top-creative-preview>.thumb img,.top-creative-preview>.thumb video,.top-creative-preview>img.thumb,.top-creative-preview>.video-poster img,.top-creative-preview>.video-poster video,.top-creative-grid .creative-preview img,.top-creative-grid .creative-preview video,.top-creative-grid .creative-preview .custom-video-player{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.top-creative-grid strong{min-height:31px!important;font-size:13px!important;line-height:1.2!important}.top-creative-stats{gap:7px!important}.top-creative-stats span{padding:7px 8px!important}@media(max-width:1380px){.top-creative-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.top-creative-card{min-height:270px!important}.top-creative-preview{height:162px!important;flex-basis:162px!important}}.metric-settings-modal.grouped-metric-settings,.metric-settings-modal{width:min(1120px,calc(100vw - 32px))!important}.metric-settings-modal header{align-items:flex-start!important;padding:20px 22px 16px!important}.metric-settings-modal header>div:first-child{display:grid!important;gap:5px!important}.metric-settings-top-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:6px!important}.metric-settings-top-actions button{min-height:30px!important;padding:0 12px!important;border:1px solid rgba(185,233,0,.34)!important;border-radius:999px!important;background:#f4ffd5!important;color:#445200!important;font-size:11px!important;font-weight:950!important}.metric-settings-top-actions button:last-child{border-color:#a7dce5b8!important;background:#fff!important;color:#52656e!important}.metric-settings-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;padding:18px 20px!important;background:radial-gradient(circle at 18% 10%,rgba(185,233,0,.08),transparent 28%),linear-gradient(180deg,#fafdf69e,#fffffff5)!important}.metric-settings-group{min-width:0!important;align-content:start!important;gap:12px!important;padding:14px!important;border:1px solid rgba(167,220,229,.72)!important;border-radius:14px!important;background:linear-gradient(135deg,#fffffff5,#f5fffce0)!important;box-shadow:0 14px 34px #0a1c2612!important}.metric-settings-group:nth-child(2n){background:linear-gradient(135deg,#fffffffa,#f9ffe5d6)!important}.metric-settings-group:nth-child(3n){background:linear-gradient(135deg,#fffffffa,#f7f4ffc7)!important}.metric-group-head{padding-bottom:10px!important;border-bottom:1px solid rgba(210,226,230,.72)!important}.metric-group-head>strong{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#16222a!important;font-size:15px!important;font-weight:950!important}.metric-group-head>strong:before{content:""!important;width:9px!important;height:9px!important;border-radius:999px!important;background:#b9e900!important;box-shadow:0 0 0 5px #b9e90029!important}.metric-group-head span{gap:7px!important}.metric-group-head button{min-height:28px!important;padding:0 10px!important;border-color:#00a99d38!important;background:#fff!important;color:#08756d!important;box-shadow:0 8px 18px #08141f0f!important}.metric-group-head button:last-child{border-color:#ff7d6038!important;background:#fff7f4!important;color:#9d3b27!important}.metric-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.metric-toggle-grid button{min-height:58px!important;border-radius:11px!important;background:#ffffffd1!important}.metric-toggle-grid button:not(.selected){opacity:.58!important;background:#ffffff94!important}@media(max-width:920px){.metric-settings-body{grid-template-columns:1fr!important}}.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 40px!important;align-items:stretch!important;gap:12px!important;margin-bottom:16px!important}.overview-metric-groups{display:grid!important;grid-template-columns:minmax(240px,.82fr) minmax(360px,1.28fr) minmax(260px,.9fr)!important;gap:12px!important;min-width:0!important}.overview-metric-group{position:relative!important;min-width:0!important;min-height:172px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:18px!important;padding:18px!important;overflow:hidden!important;border:1px solid rgba(222,231,217,.92)!important;border-radius:12px!important;background:radial-gradient(circle at 92% 48%,rgba(185,233,0,.15),transparent 28%),linear-gradient(180deg,#fff,#fcfdf8)!important;box-shadow:0 14px 34px #121c140b!important}.overview-metric-group.performance{background:radial-gradient(circle at 94% 62%,rgba(185,233,0,.11),transparent 31%),linear-gradient(180deg,#fff,#fbfdf5)!important}.overview-metric-group.quality{background:radial-gradient(circle at 90% 72%,rgba(255,207,74,.14),transparent 28%),linear-gradient(180deg,#fff,#fdfbf8)!important}.overview-metric-group-head{display:flex!important;align-items:flex-start!important;gap:10px!important;min-width:0!important}.overview-metric-group-head>span{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;flex:0 0 30px!important;border-radius:8px!important;background:#eff9c9!important;color:#7ea000!important}.overview-metric-group.quality .overview-metric-group-head>span{background:#f0fbf8!important;color:#08756d!important}.overview-metric-group-head h3{margin:0!important;color:var(--ops-ink, #171b22)!important;font-size:16px!important;font-weight:950!important;line-height:1.1!important}.overview-metric-group-head p{margin-top:4px!important;color:#737d73!important;font-size:11px!important;font-weight:800!important}.overview-metric-group-grid{display:grid!important;gap:12px 20px!important;align-content:end!important}.overview-metric-group.workspace .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-metric-item{min-width:0!important;display:grid!important;gap:5px!important}.overview-metric-item small{color:#6e786f!important;font-size:11px!important;font-weight:850!important;line-height:1.15!important}.overview-metric-item strong{color:var(--ops-ink, #171b22)!important;font-size:19px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.overview-metric-group.quality .overview-metric-item:nth-child(3) strong,.overview-metric-group.quality .overview-metric-item:nth-child(4) strong,.overview-metric-group.quality .overview-metric-item:nth-child(6) strong{color:#f05a37!important}@media(max-width:1280px){.overview-metric-groups{grid-template-columns:1fr!important}.overview-metric-group{min-height:0!important}}.metric-strip-wrap{align-items:start!important;height:auto!important;min-height:0!important;max-height:none!important}.overview-metric-groups{align-items:start!important;height:auto!important;min-height:0!important}.overview-metric-group{align-self:start!important;height:auto!important;min-height:186px!important;max-height:224px!important;grid-template-rows:auto auto!important;align-content:start!important;gap:18px!important}.overview-metric-group-grid{align-content:start!important;align-items:start!important}.overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-metric-item{align-self:start!important}.overview-metric-item strong{font-size:20px!important}.overview-metric-group.workspace .overview-metric-item strong{font-size:30px!important}.metric-settings-button{align-self:start!important}@media(max-width:1280px){.overview-metric-group{max-height:none!important}}.modal-backdrop .metric-settings-modal{width:min(1120px,calc(100vw - 96px))!important;height:min(862px,calc(100vh - 48px))!important;max-height:calc(100vh - 48px)!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;border-radius:18px!important;overflow:hidden!important}.modal-backdrop .metric-settings-modal header{min-height:154px!important;padding:24px 22px 16px!important;align-items:flex-start!important;border-bottom:1px solid rgba(167,220,229,.5)!important}.modal-backdrop .metric-settings-modal header>div:first-child{display:grid!important;gap:6px!important}.modal-backdrop .metric-settings-modal header span{font-size:12px!important;letter-spacing:0!important;text-transform:none!important}.modal-backdrop .metric-settings-modal header h2{margin:0!important;font-size:26px!important;line-height:1.06!important;letter-spacing:0!important}.metric-settings-top-actions{margin-top:8px!important;gap:8px!important}.metric-settings-top-actions button{min-height:30px!important;padding:0 13px!important;border-radius:999px!important;font-size:12px!important;font-weight:850!important}.modal-backdrop .metric-settings-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:minmax(288px,auto)!important;gap:14px!important;padding:14px 20px 16px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important;background:radial-gradient(circle at 13% 26%,rgba(63,224,213,.08),transparent 28%),radial-gradient(circle at 86% 64%,rgba(185,233,0,.11),transparent 30%),#fafffedb!important}.modal-backdrop .metric-settings-body::-webkit-scrollbar{width:10px}.modal-backdrop .metric-settings-body::-webkit-scrollbar-track{background:#e8f6f8e6;border-radius:999px}.modal-backdrop .metric-settings-body::-webkit-scrollbar-thumb{background:#769daa8c;border:3px solid rgba(232,246,248,.9);border-radius:999px}.modal-backdrop .metric-settings-group{min-height:288px!important;padding:14px!important;border-radius:14px!important;border:1px solid rgba(94,215,209,.62)!important;background:radial-gradient(circle at 86% 78%,rgba(185,233,0,.13),transparent 34%),linear-gradient(135deg,#ffffffeb,#f7fffdad)!important;box-shadow:inset 0 1px #ffffffd6!important}.modal-backdrop .metric-settings-group:nth-child(-n+2){min-height:306px!important}.modal-backdrop .metric-group-head{min-height:34px!important;margin-bottom:10px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(167,220,229,.45)!important}.modal-backdrop .metric-group-head strong{font-size:15px!important;line-height:1.15!important}.modal-backdrop .metric-group-actions{gap:7px!important}.modal-backdrop .metric-group-actions button{min-height:28px!important;padding:0 11px!important;border-radius:999px!important;font-size:12px!important}.modal-backdrop .metric-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;align-content:start!important}.modal-backdrop .metric-toggle-grid button{min-height:64px!important;padding:10px 12px!important;border-radius:10px!important;align-items:center!important}.modal-backdrop .metric-toggle-icon{width:34px!important;height:34px!important;border-radius:10px!important;flex:0 0 34px!important}.modal-backdrop .metric-toggle-title{font-size:16px!important;line-height:1.1!important}.modal-backdrop .metric-toggle-value{margin-top:3px!important;font-size:13px!important;line-height:1.1!important}.modal-backdrop .metric-toggle-check{width:22px!important;height:22px!important;min-width:22px!important;border-radius:8px!important}.modal-backdrop .metric-settings-modal footer{min-height:74px!important;padding:16px 20px!important;gap:12px!important;justify-content:flex-end!important;background:#f8fffdeb!important;border-top:1px solid rgba(167,220,229,.52)!important}.modal-backdrop .metric-settings-modal footer .settings-reset{margin-right:auto!important}.modal-backdrop .metric-settings-modal footer .ghost-button{margin-left:auto!important}@media(max-width:980px){.modal-backdrop .metric-settings-modal{width:min(100vw - 24px,760px)!important;height:min(92vh,862px)!important}.modal-backdrop .metric-settings-body{grid-template-columns:1fr!important}.modal-backdrop .metric-settings-group,.modal-backdrop .metric-settings-group:nth-child(-n+2){min-height:0!important}}.modal-backdrop .metric-settings-body{grid-auto-rows:auto!important;align-items:stretch!important;gap:12px 14px!important;padding:14px 20px 12px!important}.modal-backdrop .metric-settings-group{height:auto!important;min-height:0!important;overflow:hidden!important;align-content:start!important;gap:10px!important}.modal-backdrop .metric-settings-group:nth-child(-n+2){min-height:0!important}.modal-backdrop .metric-group-head{min-height:30px!important;margin-bottom:8px!important;padding-bottom:8px!important}.modal-backdrop .metric-toggle-grid{gap:8px!important}.modal-backdrop .metric-toggle-grid button{min-height:54px!important;padding:8px 10px!important;grid-template-columns:32px minmax(0,1fr) 22px!important}.modal-backdrop .metric-toggle-icon{width:30px!important;height:30px!important;flex-basis:30px!important}.modal-backdrop .metric-toggle-title{font-size:15px!important}.modal-backdrop .metric-toggle-value{font-size:12px!important}.modal-backdrop .metric-toggle-check{width:21px!important;height:21px!important;min-width:21px!important}.modal-backdrop .metric-settings-modal.metric-settings-reference{width:min(1084px,calc(100vw - 72px))!important;height:min(780px,calc(100vh - 58px))!important;border-radius:10px!important;background:#fff!important;box-shadow:0 30px 90px #0f172a38!important}.modal-backdrop .metric-settings-reference header{min-height:126px!important;padding:26px 22px 18px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;background:#fff!important;border-bottom:1px solid rgba(226,232,240,.9)!important}.modal-backdrop .metric-settings-reference header h2{font-size:22px!important;line-height:1.08!important;font-weight:950!important}.modal-backdrop .metric-settings-reference header p{margin:6px 0 0!important;color:#667085!important;font-size:12px!important;font-weight:650!important}.modal-backdrop .metric-settings-reference header small{display:block!important;margin-top:12px!important;color:#52656e!important;font-size:12px!important;font-weight:850!important}.metric-settings-header-actions{display:flex!important;align-items:flex-start!important;gap:10px!important}.metric-settings-header-actions button:not(.icon-button){min-height:32px!important;padding:0 14px!important;border:1px solid rgba(185,233,0,.22)!important;border-radius:6px!important;background:#ecffac6b!important;color:#779000!important;font-size:12px!important;font-weight:900!important}.metric-settings-header-actions button:not(.icon-button):nth-child(2){border-color:#e2e8f0e6!important;background:#fff!important;color:#52656e!important}.metric-settings-header-actions .icon-button{width:30px!important;height:30px!important;border:0!important;background:transparent!important;color:#667085!important;box-shadow:none!important}.modal-backdrop .metric-settings-reference .metric-settings-body{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:auto!important;align-items:stretch!important;gap:16px!important;padding:16px 22px 14px!important;background:#fff!important;overflow-y:auto!important;overflow-x:hidden!important}.modal-backdrop .metric-settings-reference .metric-settings-group{min-height:238px!important;padding:16px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:14px!important;border:1px solid rgba(226,232,240,.86)!important;border-radius:8px!important;background:linear-gradient(135deg,#fff,#fcfef7db)!important;box-shadow:0 10px 30px #0f172a09!important;overflow:hidden!important}.modal-backdrop .metric-settings-reference .metric-settings-group.performance{background:linear-gradient(135deg,#fff,#fffef4)!important}.modal-backdrop .metric-settings-reference .metric-settings-group.quality,.modal-backdrop .metric-settings-reference .metric-settings-group.decision{background:linear-gradient(135deg,#fff,#fff9fb)!important}.modal-backdrop .metric-settings-reference .metric-settings-group.analytics{background:linear-gradient(135deg,#fff,#f6fcff)!important}.modal-backdrop .metric-settings-reference .metric-group-head{min-height:34px!important;margin:0!important;padding:0!important;border:0!important;align-items:flex-start!important}.metric-group-title{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;gap:8px!important;align-items:start!important}.metric-group-title>b{width:18px!important;height:18px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#b9e900!important;color:#fff!important;font-size:11px!important;font-weight:950!important}.metric-group-title strong{display:block!important;color:#18212a!important;font-size:15px!important;line-height:1.12!important;font-weight:950!important}.metric-group-title small{display:block!important;margin-top:3px!important;color:#7a8790!important;font-size:11px!important;font-weight:650!important}.modal-backdrop .metric-settings-reference .metric-group-actions{align-items:center!important;gap:8px!important}.modal-backdrop .metric-settings-reference .metric-group-actions button{min-height:26px!important;padding:0 10px!important;border-radius:999px!important;border:1px solid rgba(94,215,209,.56)!important;background:#effffcdb!important;color:#08756d!important;font-size:11px!important;font-weight:900!important}.modal-backdrop .metric-settings-reference .metric-group-actions button:nth-child(2){border-color:#ffbeaab8!important;background:#fff6f2f0!important;color:#bd4a34!important}.modal-backdrop .metric-settings-reference .metric-group-actions svg{color:#8a949b!important}.modal-backdrop .metric-settings-reference .metric-toggle-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;align-content:start!important;border:1px solid rgba(235,239,242,.95)!important;border-radius:6px!important;overflow:hidden!important;background:#ffffffd6!important}.modal-backdrop .metric-settings-reference .workspace .metric-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;border:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important}.modal-backdrop .metric-settings-reference .metric-toggle-item{min-height:54px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 18px!important;align-items:center!important;gap:10px!important;padding:9px 12px!important;border:0!important;border-bottom:1px solid rgba(235,239,242,.95)!important;border-radius:0!important;background:#fff!important;text-align:left!important}.modal-backdrop .metric-settings-reference .metric-toggle-item:last-child{border-bottom:0!important}.modal-backdrop .metric-settings-reference .workspace .metric-toggle-item{min-height:64px!important;border:1px solid rgba(94,215,209,.62)!important;border-radius:7px!important}.modal-backdrop .metric-settings-reference .metric-toggle-icon{width:30px!important;height:30px!important;border-radius:8px!important;background:#dbf7f2f5!important;color:#07847d!important}.modal-backdrop .metric-settings-reference .metric-toggle-copy strong{display:block!important;color:#161d25!important;font-size:12px!important;line-height:1.18!important;font-weight:950!important;white-space:normal!important}.modal-backdrop .metric-settings-reference .metric-toggle-copy small{display:block!important;margin-top:3px!important;color:#73828b!important;font-size:11px!important;line-height:1.1!important;font-weight:650!important}.modal-backdrop .metric-settings-reference .metric-toggle-item i{width:16px!important;height:16px!important;display:grid!important;place-items:center!important;border-radius:4px!important;background:#b9e900!important;color:#fff!important}.metric-subgroup-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(72px,.8fr)!important;gap:10px!important;min-height:0!important}.metric-subgroup{min-width:0!important;display:grid!important;grid-template-rows:auto 1fr!important;border:1px solid rgba(235,239,242,.95)!important;border-radius:6px!important;background:#ffffffc2!important;overflow:hidden!important}.metric-subgroup>span{padding:10px 11px 5px!important;color:#93a006!important;font-size:11px!important;font-weight:900!important}.metric-subgroup>div{display:grid!important;align-content:start!important}.modal-backdrop .metric-settings-reference .metric-subgroup .metric-toggle-item{min-height:47px!important;grid-template-columns:26px minmax(0,1fr) 16px!important;gap:8px!important;padding:7px 9px!important}.modal-backdrop .metric-settings-reference .metric-subgroup .metric-toggle-icon{width:24px!important;height:24px!important;border-radius:7px!important}.modal-backdrop .metric-settings-reference .metric-settings-summary{grid-column:1 / -1!important;min-height:64px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;padding:12px 16px!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:8px!important;background:#fff!important}.metric-settings-summary>span{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:2px 10px!important;align-items:center!important}.metric-settings-summary svg{grid-row:span 2!important;color:#08756d!important}.metric-settings-summary b{color:#17212a!important;font-size:12px!important;line-height:1.15!important;font-weight:900!important}.metric-settings-summary small{color:#72808a!important;font-size:11px!important;line-height:1.2!important}.modal-backdrop .metric-settings-reference footer{min-height:74px!important;padding:14px 22px 18px!important;background:#fff!important;border-top:1px solid rgba(226,232,240,.9)!important}.modal-backdrop .metric-settings-reference footer .settings-reset{min-height:36px!important;padding:0 14px!important;border-radius:7px!important}.modal-backdrop .metric-settings-reference footer .ghost-button,.modal-backdrop .metric-settings-reference footer .primary-button{min-height:38px!important;border-radius:7px!important}@media(max-width:1120px){.modal-backdrop .metric-settings-reference .metric-settings-body{grid-template-columns:1fr 1fr!important}.metric-subgroup-grid{grid-template-columns:1fr!important}}.modal-backdrop .metric-settings-modal.metric-settings-reference{width:min(1180px,calc(100vw - 72px))!important;height:min(780px,calc(100vh - 44px))!important}.modal-backdrop .metric-settings-reference header{min-height:132px!important;padding:26px 22px 16px!important}.modal-backdrop .metric-settings-reference .metric-settings-body{grid-template-columns:minmax(300px,1fr) minmax(380px,1.18fr) minmax(300px,1fr)!important;grid-auto-rows:auto!important;align-items:start!important;gap:14px 16px!important;padding:16px 22px 84px!important}.modal-backdrop .metric-settings-reference .metric-settings-group{min-height:0!important;height:auto!important;padding:16px!important;overflow:visible!important}.modal-backdrop .metric-settings-reference .metric-settings-group.workspace,.modal-backdrop .metric-settings-reference .metric-settings-group.performance,.modal-backdrop .metric-settings-reference .metric-settings-group.quality{min-height:238px!important}.modal-backdrop .metric-settings-reference .metric-group-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}.modal-backdrop .metric-settings-reference .metric-group-title{min-width:0!important}.modal-backdrop .metric-settings-reference .metric-group-title strong{font-size:15px!important}.modal-backdrop .metric-settings-reference .metric-group-title small{max-width:130px!important;line-height:1.15!important}.modal-backdrop .metric-settings-reference .metric-group-actions{flex-shrink:0!important;gap:6px!important}.modal-backdrop .metric-settings-reference .metric-group-actions button{min-height:25px!important;padding:0 9px!important}.modal-backdrop .metric-settings-reference .metric-toggle-grid{overflow:visible!important}.modal-backdrop .metric-settings-reference .metric-toggle-item{min-height:44px!important;grid-template-columns:30px minmax(0,1fr) 16px!important;gap:8px!important;padding:7px 10px!important}.modal-backdrop .metric-settings-reference .workspace .metric-toggle-item{min-height:64px!important}.modal-backdrop .metric-settings-reference .metric-toggle-icon{width:28px!important;height:28px!important}.modal-backdrop .metric-settings-reference .metric-toggle-copy strong{font-size:12px!important;line-height:1.12!important}.modal-backdrop .metric-settings-reference .metric-toggle-copy small{margin-top:2px!important;font-size:10px!important}.modal-backdrop .metric-settings-reference .metric-toggle-item i{width:16px!important;height:16px!important;align-self:center!important}.modal-backdrop .metric-settings-reference .metric-subgroup-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(84px,.76fr)!important;gap:8px!important}.modal-backdrop .metric-settings-reference .metric-subgroup{overflow:visible!important}.modal-backdrop .metric-settings-reference .metric-subgroup>span{padding:8px 9px 4px!important;font-size:10px!important;white-space:nowrap!important}.modal-backdrop .metric-settings-reference .metric-subgroup .metric-toggle-item{min-height:42px!important;grid-template-columns:24px minmax(0,1fr) 15px!important;gap:6px!important;padding:6px 8px!important}.modal-backdrop .metric-settings-reference .metric-subgroup .metric-toggle-icon{width:22px!important;height:22px!important}.modal-backdrop .metric-settings-reference .metric-subgroup .metric-toggle-copy strong{font-size:11px!important}.modal-backdrop .metric-settings-reference .metric-settings-summary{grid-column:1 / -1!important;margin-top:2px!important}.modal-backdrop .metric-settings-reference footer{position:sticky!important;bottom:0!important;z-index:3!important}@media(max-width:1180px){.modal-backdrop .metric-settings-modal.metric-settings-reference{width:calc(100vw - 40px)!important}.modal-backdrop .metric-settings-reference .metric-settings-body{grid-template-columns:repeat(2,minmax(0,1fr))!important}.modal-backdrop .metric-settings-reference .metric-settings-group.performance{grid-column:span 2!important}}.kpi-ref-modal,.kpi-ref-modal *{box-sizing:border-box}.kpi-ref-modal{width:min(1084px,calc(100vw - 72px));height:min(780px,calc(100vh - 56px));display:grid;grid-template-rows:116px minmax(0,1fr) 74px;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:10px;background:#fff;box-shadow:0 30px 90px #0f172a38}.kpi-ref-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 22px 16px;border-bottom:1px solid rgba(226,232,240,.86);background:#fff}.kpi-ref-head h2{margin:0;color:#18212a;font-size:21px;font-weight:950;line-height:1.08;letter-spacing:0}.kpi-ref-head p{margin:9px 0 0;color:#667085;font-size:12px;font-weight:650;line-height:1.2}.kpi-ref-head-actions{display:flex;align-items:center;gap:10px}.kpi-ref-head-actions button:not(.kpi-ref-close){min-height:32px;padding:0 14px;border:1px solid rgba(185,233,0,.42);border-radius:6px;background:#eeffb285;color:#789300;font-size:12px;font-weight:900}.kpi-ref-head-actions button:nth-child(2){border-color:#e2e8f0f2;background:#fff;color:#52656e}.kpi-ref-close{width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:#667085}.kpi-ref-body{min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:220px 220px 64px;gap:14px;padding:16px 22px;overflow:hidden;background:#fff}.kpi-ref-card{min-width:0;min-height:0;display:grid;grid-template-rows:43px minmax(0,1fr);gap:9px;padding:16px;overflow:hidden;border:1px solid rgba(226,232,240,.88);border-radius:8px;background:linear-gradient(135deg,#fff,#fffef6);box-shadow:0 10px 28px #0f172a09}.kpi-ref-card.quality,.kpi-ref-card.decision{background:linear-gradient(135deg,#fff,#fffbff)}.kpi-ref-card.analytics{background:linear-gradient(135deg,#fff,#f7fdff)}.kpi-ref-card.extra{background:linear-gradient(135deg,#fff,#fcfcfd)}.kpi-ref-card-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kpi-ref-card-head>span{min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start}.kpi-ref-card-head b{width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#b9e900;color:#fff;font-size:11px;font-weight:950;line-height:1}.kpi-ref-card-head strong{min-width:0;display:block;color:#18212a;font-size:15px;font-weight:950;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-ref-card-head small{grid-column:2;display:block;margin-top:2px;color:#7d8991;font-size:11px;font-weight:650;line-height:1.14}.kpi-ref-card-head svg{flex:0 0 auto;color:#8a949b}.kpi-ref-workspace-grid{display:grid;grid-template-columns:1fr;align-content:start;overflow:hidden;border:1px solid rgba(235,239,242,.95);border-radius:6px;background:#fff}.kpi-ref-list{min-height:0;display:grid;align-content:start;overflow:hidden;border:1px solid rgba(235,239,242,.95);border-radius:6px;background:#fff}.kpi-ref-item{min-width:0;min-height:40px;display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:7px 10px;border:0;border-bottom:1px solid rgba(235,239,242,.95);border-radius:0;background:#fff;color:#18212a;text-align:left}.kpi-ref-item:last-child{border-bottom:0}.kpi-ref-item:disabled{opacity:.62;cursor:default}.kpi-ref-item-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#dbf7f2f5;color:#07847d}.kpi-ref-item-copy{min-width:0;display:block}.kpi-ref-item-copy b{display:block;color:#18212a;font-size:12px;font-weight:950;line-height:1.12;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-ref-item-copy small{display:block;margin-top:2px;color:#73828b;font-size:10px;font-weight:650;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-ref-item i{width:16px;height:16px;display:grid;place-items:center;border-radius:4px;background:#b9e900;color:#fff}.kpi-ref-performance-grid{min-height:0;display:grid;grid-template-columns:1fr 1fr .8fr;gap:9px;overflow:hidden}.kpi-ref-performance-grid>div{min-width:0;min-height:0;display:grid;grid-template-rows:26px min-content min-content min-content;align-content:start;overflow:hidden;border:1px solid rgba(235,239,242,.95);border-radius:6px;background:#ffffffdb}.kpi-ref-performance-grid>div>span{padding:9px 10px 4px;color:#94a400;font-size:10px;font-weight:950;line-height:1;white-space:nowrap}.kpi-ref-performance-grid .kpi-ref-item{min-height:41px;grid-template-columns:24px minmax(0,1fr) 15px;gap:7px;padding:6px 8px}.kpi-ref-performance-grid .kpi-ref-item-icon{width:22px;height:22px;border-radius:7px}.kpi-ref-performance-grid .kpi-ref-item-copy b{font-size:11px}.kpi-ref-summary{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 18px;align-items:center;gap:14px;padding:10px 16px;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:8px;background:#fff}.kpi-ref-summary>span{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);gap:2px 10px;align-items:center}.kpi-ref-summary svg{grid-row:span 2;color:#08756d}.kpi-ref-summary b{min-width:0;color:#17212a;font-size:12px;font-weight:900;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-ref-summary small{min-width:0;color:#72808a;font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-ref-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px 18px;border-top:1px solid rgba(226,232,240,.86);background:#fff}.kpi-ref-footer>span{display:flex;gap:10px}.kpi-ref-footer .settings-reset{min-height:36px;padding:0 14px;border-radius:7px}.kpi-ref-footer .ghost-button,.kpi-ref-footer .primary-button{min-height:38px;border-radius:7px}@media(max-width:1160px){.kpi-ref-modal{width:calc(100vw - 32px);height:min(860px,calc(100vh - 32px))}.kpi-ref-body{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;overflow-y:auto}.kpi-ref-summary{grid-column:1 / -1}}.settings-backdrop{background:radial-gradient(circle at 96% -4%,rgba(185,233,0,.22),transparent 18%),#f8fafcc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kpi-ref-modal{width:min(1086px,calc(100vw - 84px));height:min(778px,calc(100vh - 58px));grid-template-rows:90px minmax(0,1fr) 84px;border:1px solid rgba(235,238,242,.96);border-radius:8px;box-shadow:0 28px 84px #0f172a29}.kpi-ref-head{position:relative;padding:28px 22px 12px;border-bottom:0}.kpi-ref-head h2{font-size:18px;line-height:1.08}.kpi-ref-head p{margin-top:9px;font-size:11px;font-weight:600}.kpi-ref-head-actions{padding-right:34px;gap:12px}.kpi-ref-head-actions button:not(.kpi-ref-close){min-height:32px;min-width:82px;border-radius:5px;font-size:10px;box-shadow:none}.kpi-ref-close{position:absolute;top:20px;right:18px;width:28px;height:28px;border-radius:5px}.kpi-ref-body{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:254px 248px 64px;gap:14px;padding:0 22px 10px;background:#fff}.kpi-ref-card{grid-template-rows:52px minmax(0,1fr);gap:12px;padding:18px 10px 14px;border-color:#e8ecf1db;border-radius:7px;box-shadow:0 10px 22px #0f172a06}.kpi-ref-card.workspace,.kpi-ref-card.performance{background:linear-gradient(135deg,#fffef8,#fff 82%)}.kpi-ref-card.quality,.kpi-ref-card.decision{background:linear-gradient(135deg,snow,#fff 86%)}.kpi-ref-card.analytics{background:linear-gradient(135deg,#f8fdff,#fff 86%)}.kpi-ref-card.extra{background:linear-gradient(135deg,#fffef7,#fff 86%)}.kpi-ref-card-head{padding:0 8px}.kpi-ref-card-head>span{grid-template-columns:18px minmax(0,1fr);gap:8px}.kpi-ref-card-head b{width:17px;height:17px;font-size:10px;background:#afe000;box-shadow:0 3px 8px #afe0003d}.kpi-ref-card-head strong{font-size:13px;line-height:1.05}.kpi-ref-card-head small{margin-top:5px;font-size:10px;font-weight:600}.kpi-ref-card-head svg{color:#89949c;width:14px}.kpi-ref-workspace-grid,.kpi-ref-list,.kpi-ref-performance-grid>div{border-color:#eaeef2f0;border-radius:5px}.kpi-ref-workspace-grid .kpi-ref-item{min-height:60px}.kpi-ref-item{min-height:56px;grid-template-columns:30px minmax(0,1fr) 16px;gap:9px;padding:9px 12px;border-bottom-color:#eaeef2f0}.kpi-ref-item:hover:not(:disabled){background:#fbfdf8}.kpi-ref-item-icon{width:26px;height:26px;border-radius:999px;background:transparent;color:#99bd10}.kpi-ref-item-copy b{font-size:10px;line-height:1.1}.kpi-ref-item-copy small{margin-top:5px;font-size:9px;font-weight:600}.kpi-ref-item i{width:13px;height:13px;border-radius:3px;background:#afe000}.kpi-ref-item:not(.selected) i{border:1px solid rgba(204,211,218,.96);background:#fff}.kpi-ref-performance-grid{grid-template-columns:1fr 1fr .88fr;gap:8px}.kpi-ref-performance-grid>div{grid-template-rows:31px min-content min-content min-content}.kpi-ref-performance-grid>div>span{padding:11px 10px 5px;font-size:9px;color:#9bb900}.kpi-ref-performance-grid .kpi-ref-item{min-height:43px;grid-template-columns:25px minmax(0,1fr) 15px;padding:6px 8px}.kpi-ref-performance-grid .kpi-ref-item-icon{width:22px;height:22px}.kpi-ref-performance-grid .kpi-ref-item-copy b{font-size:10px}.kpi-ref-performance-grid .kpi-ref-item-copy small{margin-top:4px;font-size:8.5px}.kpi-ref-summary{grid-template-columns:1fr 1fr 18px;gap:24px;padding:10px 15px;border-color:#e6ebf0f0;border-radius:6px}.kpi-ref-summary>span{grid-template-columns:26px minmax(0,1fr);gap:2px 10px}.kpi-ref-summary svg{color:#9fce00}.kpi-ref-summary b{font-size:11px;line-height:1.12}.kpi-ref-summary small{font-size:10px}.kpi-ref-footer{padding:20px 22px;border-top:1px solid rgba(235,238,242,.92)}.kpi-ref-footer .settings-reset{min-height:36px;padding:0 15px;border:1px solid rgba(225,230,236,.96);border-radius:6px;background:#fff;color:#49545e;font-size:11px;font-weight:800}.kpi-ref-footer .ghost-button,.kpi-ref-footer .primary-button{min-height:36px;border-radius:6px;font-size:11px}.kpi-ref-footer .primary-button{min-width:154px;border:1px solid #aee000;background:linear-gradient(180deg,#bdf100,#a9de00);color:#263400;box-shadow:0 8px 18px #aee00038}@media(max-width:1160px){.kpi-ref-modal{width:calc(100vw - 32px);height:min(860px,calc(100vh - 32px));grid-template-rows:auto minmax(0,1fr) auto}.kpi-ref-body{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;padding-top:0;overflow-y:auto}}@media(min-width:761px){.sidebar{width:164px!important;min-width:164px!important;max-width:164px!important;grid-template-rows:auto 1fr auto!important;gap:18px!important;padding:24px 14px 18px!important}.brand-mark.creativeops-mark{width:18px!important;height:18px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#b7eb00!important;box-shadow:none!important}.brand-mark.creativeops-mark svg{width:16px!important;height:16px!important;display:block!important;stroke:currentColor!important;stroke-width:2.7!important}.brand-mark.creativeops-mark:before,.brand-mark.creativeops-mark:after,.brand-mark.creativeops-mark>i{display:none!important;content:none!important}.sidebar-profile-card.account-card{align-self:end!important;margin:0!important;box-shadow:none!important}}@media(min-width:761px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important;background:#fff!important}.app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important}.sidebar{width:164px!important;min-width:164px!important;max-width:164px!important;min-height:100vh!important;display:grid!important;grid-template-rows:auto 1fr auto!important;gap:18px!important;padding:24px 14px 18px!important;border-right:1px solid rgba(231,236,240,.84)!important;background:#fff!important;color:#17212a!important;box-shadow:none!important}.brand{min-height:26px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;padding:0 8px!important}.brand>div:last-of-type{min-width:0!important}.brand-mark.creativeops-mark{width:18px!important;height:18px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:0!important;background:transparent!important;color:#b7eb00!important;box-shadow:none!important}.brand-mark.creativeops-mark svg{width:16px!important;height:16px!important;stroke:currentColor!important;stroke-width:2.7!important}.brand-mark.creativeops-mark:before,.brand-mark.creativeops-mark:after,.brand-mark.creativeops-mark>i{display:none!important;content:none!important}.brand strong{display:block!important;overflow:hidden!important;color:#111827!important;font-size:12px!important;font-weight:950!important;line-height:1.05!important;letter-spacing:0!important;text-overflow:ellipsis!important;white-space:nowrap!important}.brand span,.sidebar-toggle{display:none!important}.sidebar nav{align-self:start!important;display:grid!important;gap:11px!important;margin:14px 0 0!important}.sidebar nav button{width:100%!important;min-height:38px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;justify-content:start!important;gap:10px!important;padding:0 10px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#1e2933!important;box-shadow:none!important;font-size:11px!important;font-weight:850!important;line-height:1!important;letter-spacing:0!important;cursor:pointer!important;transition:background .18s ease,color .18s ease!important;transform:none!important}.sidebar nav button svg{width:15px!important;height:15px!important;color:#1f2a35!important;stroke-width:2!important}.sidebar nav button .nav-label{min-width:0!important;overflow:hidden!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar nav button.active,.sidebar nav button:hover{background:#f3fad9!important;color:#111827!important;transform:none!important}.sidebar nav button.active svg,.sidebar nav button:hover svg{color:#91b900!important}.sidebar-profile-card.account-card,.account-card.sidebar-profile-card{align-self:end!important;width:100%!important;display:grid!important;grid-template-rows:auto auto auto!important;gap:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(234,238,242,.76)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.sidebar-profile-card>label,.sidebar-profile-card .profile-button,.sidebar-profile-card:after{display:none!important;content:none!important}.sidebar-profile-card .account-chip{order:1!important;width:100%!important;min-height:61px!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;cursor:pointer!important}.sidebar-profile-card .designer-chip{width:100%!important;min-height:61px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;padding:10px 11px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.sidebar-profile-card .designer-chip b{width:34px!important;height:34px!important;overflow:hidden!important;border-radius:999px!important;background:#f3f6f8!important}.sidebar-profile-card .designer-chip>span{min-width:0!important}.sidebar-profile-card .designer-chip strong{display:block!important;max-width:82px!important;overflow:hidden!important;color:#111827!important;font-size:10px!important;font-weight:900!important;line-height:1.15!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-profile-card .designer-chip small{display:block!important;max-width:82px!important;margin-top:3px!important;overflow:hidden!important;color:#7b8792!important;font-size:9px!important;font-weight:700!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-profile-card .sidebar-theme-row,.sidebar-profile-card .logout-button{min-height:43px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 28px!important;align-items:center!important;padding:0 11px!important;border:0!important;border-top:1px solid rgba(234,238,242,.92)!important;border-radius:0!important;background:#fff!important;color:#111827!important;box-shadow:none!important;font-size:10px!important;font-weight:850!important;line-height:1!important}.sidebar-profile-card .sidebar-theme-row{order:2!important}.sidebar-profile-card .sidebar-theme-row span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-profile-card .sidebar-theme-toggle{justify-self:end!important;width:26px!important;height:16px!important;min-height:16px!important;display:block!important;padding:0!important;border:0!important;border-radius:999px!important;background:#b7eb00!important;box-shadow:0 4px 10px #b7eb0038!important;cursor:pointer!important}.sidebar-profile-card .sidebar-theme-toggle i{width:12px!important;height:12px!important;display:block!important;margin:2px 2px 2px auto!important;border-radius:999px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a2e!important}.sidebar-profile-card .logout-button{order:3!important;width:100%!important;justify-content:stretch!important;text-align:left!important;cursor:pointer!important}.sidebar-profile-card .logout-button:after{content:"→"!important;justify-self:end!important;color:#9abf00!important;font-size:15px!important;line-height:1!important}}@media(min-width:761px){.brand-mark.creativeops-mark{width:18px!important;height:18px!important;display:grid!important;place-items:center!important;border-radius:0!important;background:transparent!important;color:#a7d900!important;box-shadow:none!important}.brand-mark.creativeops-mark svg{width:17px!important;height:17px!important;display:block!important;color:#a7d900!important;stroke-width:2.8!important}.brand-mark.creativeops-mark:before,.brand-mark.creativeops-mark:after,.brand-mark.creativeops-mark>i{display:none!important}}.kpi-ref-item{grid-template-columns:30px minmax(0,1fr) 22px;column-gap:10px}.kpi-ref-item i{justify-self:end;align-self:center;flex:0 0 auto}.kpi-ref-performance-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,1.04fr) minmax(104px,.86fr)}.kpi-ref-performance-grid .kpi-ref-item{grid-template-columns:24px minmax(0,1fr) 20px;column-gap:8px;padding-right:10px}.kpi-ref-performance-grid .kpi-ref-item-copy{padding-right:2px}.kpi-ref-performance-grid .kpi-ref-item i{width:13px;height:13px}.kpi-ref-performance-grid .kpi-ref-item-copy b,.kpi-ref-performance-grid .kpi-ref-item-copy small{max-width:100%;overflow-wrap:anywhere}.kpi-ref-list .kpi-ref-item,.kpi-ref-workspace-grid .kpi-ref-item{padding-right:14px}@media(max-width:1280px){.kpi-ref-performance-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(98px,.84fr)}}@media(min-width:761px){.sidebar-profile-card{display:flex!important;flex-direction:column!important}.sidebar-profile-card .account-chip{order:1!important}.sidebar-profile-card:after{display:none!important}.sidebar-profile-card .profile-button{display:none!important}.sidebar-profile-card .sidebar-theme-row{order:2!important;min-height:43px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 28px!important;align-items:center!important;padding:0 11px!important;border-top:1px solid rgba(234,238,242,.92)!important;background:#fff!important;color:#111827!important;font-size:10px!important;font-weight:850!important}.sidebar-profile-card .sidebar-theme-toggle{width:26px!important;height:16px!important;min-height:16px!important;display:block!important;padding:0!important;border:0!important;border-radius:999px!important;background:#b7eb00!important;box-shadow:0 4px 10px #b7eb0040!important}.sidebar-profile-card .sidebar-theme-toggle i{width:12px!important;height:12px!important;display:block!important;margin:2px 2px 2px auto!important;border-radius:999px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a2e!important}.sidebar-profile-card .logout-button{order:3!important}}@media(min-width:761px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important;background:#fff!important}.app-shell.sidebar-collapsed{grid-template-columns:86px minmax(0,1fr)!important}.sidebar{gap:24px!important;padding:24px 14px 18px!important;border-right:1px solid rgba(232,238,242,.86)!important;background:#fff!important;color:#151f29!important;box-shadow:none!important}.brand{min-height:28px!important;gap:8px!important;padding:0 8px!important}.brand-mark.creativeops-mark{width:18px!important;height:18px!important;border-radius:6px!important;background:#b7eb00!important;color:#b7eb00!important;box-shadow:none!important}.brand-mark.creativeops-mark:before,.brand-mark.creativeops-mark:after,.brand-mark.creativeops-mark>i{display:none!important}.brand strong{color:#111827!important;font-size:12px!important;font-weight:950!important;line-height:1!important}.brand span,.sidebar-toggle{display:none!important}.sidebar nav{display:grid!important;gap:12px!important;margin-top:4px!important}.sidebar nav button{min-height:38px!important;justify-content:flex-start!important;gap:10px!important;padding:0 12px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#202b36!important;box-shadow:none!important;font-size:11px!important;font-weight:850!important}.sidebar nav button svg{width:15px!important;height:15px!important;color:#1f2a35!important;stroke-width:2!important}.sidebar nav button.active,.sidebar nav button:hover{background:#f3fad9!important;color:#111827!important;transform:none!important}.sidebar nav button.active svg,.sidebar nav button:hover svg{color:#91b900!important}.account-card{gap:0!important;margin-top:auto!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(234,238,242,.92)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 28px #0f172a09!important}.account-card>label{display:none!important}.account-chip{order:1!important;width:100%!important;min-height:62px!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.account-card .designer-chip{width:100%!important;min-height:62px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;padding:10px 11px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.account-card .designer-chip b{width:34px!important;height:34px!important;border-radius:999px!important;background:#f3f6f8!important}.account-card .designer-chip strong{overflow:hidden!important;color:#111827!important;font-size:10px!important;font-weight:900!important;line-height:1.15!important;text-overflow:ellipsis!important;white-space:nowrap!important}.account-card .designer-chip small{display:block!important;max-width:78px!important;margin-top:3px!important;overflow:hidden!important;color:#7b8792!important;font-size:9px!important;font-weight:700!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.account-card .profile-button{display:none!important}.account-card:after{content:"Тема";order:2;min-height:43px;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;padding:0 11px;border-top:1px solid rgba(234,238,242,.92);background:radial-gradient(circle at calc(100% - 24px) 50%,#ffffff 0 5px,transparent 6px),linear-gradient(90deg,transparent calc(100% - 39px),#b7eb00 calc(100% - 39px) calc(100% - 13px),transparent calc(100% - 13px));color:#111827;font-size:10px;font-weight:850}.account-card .profile-button:before{content:"Тема";justify-self:start;color:#111827;font-size:10px;font-weight:850}.account-card .profile-button:after{content:"";width:26px;height:16px;display:block;border-radius:999px;background:radial-gradient(circle at 20px 8px,#ffffff 0 5px,transparent 6px),#b7eb00;box-shadow:0 4px 10px #b7eb0040}.account-card .logout-button{order:3!important;width:100%!important;min-height:43px!important;justify-content:space-between!important;gap:8px!important;padding:0 11px!important;border:0!important;border-top:1px solid rgba(234,238,242,.92)!important;border-radius:0!important;background:#fff!important;color:#111827!important;box-shadow:none!important;font-size:10px!important;font-weight:850!important}.account-card .logout-button:after{content:"↗";color:#9abf00;font-size:14px;line-height:1}.sidebar-collapsed .sidebar{padding:20px 12px!important}.sidebar-collapsed .brand{justify-content:center!important;padding:0!important}.sidebar-collapsed .brand>div:not(.brand-mark),.sidebar-collapsed .nav-label,.sidebar-collapsed .account-card .designer-chip>span,.sidebar-collapsed .account-card:after,.sidebar-collapsed .account-card .profile-button:before,.sidebar-collapsed .account-card .logout-button{display:none!important}.sidebar-collapsed .sidebar nav button{justify-content:center!important;padding:0!important}.sidebar-collapsed .account-card .designer-chip{grid-template-columns:34px!important;justify-content:center!important}.sidebar-collapsed .account-card .profile-button{grid-template-columns:28px!important;justify-content:center!important}}.kpi-ref-modal{width:min(1240px,calc(100vw - 96px));height:min(820px,calc(100vh - 40px));grid-template-rows:90px minmax(0,1fr) 84px}.kpi-ref-body{grid-template-rows:minmax(266px,1fr) minmax(266px,1fr) 64px;gap:14px;padding:0 22px 10px;overflow:hidden}.kpi-ref-card{grid-template-rows:50px minmax(0,1fr);padding:18px 12px 14px}.kpi-ref-item{min-height:52px}.kpi-ref-workspace-grid .kpi-ref-item{min-height:66px}.kpi-ref-list{align-content:stretch}.kpi-ref-list .kpi-ref-item{min-height:0}.kpi-ref-item-copy b,.kpi-ref-item-copy small{overflow:visible;text-overflow:clip;white-space:normal}.kpi-ref-performance-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(92px,.78fr)}.kpi-ref-performance-grid .kpi-ref-item{min-height:46px}.kpi-ref-performance-grid .kpi-ref-item-copy small{line-height:1.05}.kpi-ref-summary{min-height:64px}@media(max-width:1280px){.kpi-ref-modal{width:min(1160px,calc(100vw - 48px))}.kpi-ref-performance-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(84px,.76fr)}}@media(max-width:1160px){.kpi-ref-modal{width:calc(100vw - 32px);height:min(860px,calc(100vh - 32px))}.kpi-ref-body{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;overflow-y:auto}}@media(min-width:761px){.sidebar-profile-card:after{display:none!important;content:none!important}.sidebar-profile-card .account-chip{order:1!important}.sidebar-profile-card .sidebar-theme-row{order:2!important;min-height:43px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 28px!important;align-items:center!important;padding:0 11px!important;border-top:1px solid rgba(234,238,242,.92)!important;background:#fff!important;color:#111827!important;font-size:10px!important;font-weight:850!important}.sidebar-profile-card .sidebar-theme-toggle{width:26px!important;height:16px!important;min-height:16px!important;display:block!important;padding:0!important;border:0!important;border-radius:999px!important;background:#b7eb00!important;box-shadow:0 4px 10px #b7eb0040!important}.sidebar-profile-card .sidebar-theme-toggle i{width:12px!important;height:12px!important;display:block!important;margin:2px 2px 2px auto!important;border-radius:999px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a2e!important}.sidebar-profile-card .profile-button{display:none!important}.sidebar-profile-card .logout-button{order:3!important}}.kpi-ref-item{position:relative!important;grid-template-columns:30px minmax(0,1fr) 22px!important;gap:8px!important;overflow:hidden!important}.kpi-ref-item-copy,.kpi-ref-item-copy b,.kpi-ref-item-copy small{min-width:0!important;max-width:100%!important}.kpi-ref-item i{width:18px!important;height:18px!important;display:grid!important;place-items:center!important;justify-self:end!important;align-self:center!important;margin:0!important;flex:0 0 18px!important;pointer-events:none!important}.kpi-ref-performance-grid .kpi-ref-item{grid-template-columns:24px minmax(0,1fr) 20px!important;gap:6px!important;padding:6px 8px!important}.kpi-ref-performance-grid .kpi-ref-item-copy b,.kpi-ref-performance-grid .kpi-ref-item-copy small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.kpi-ref-performance-grid .kpi-ref-item i{width:16px!important;height:16px!important}@media(min-width:761px){.sidebar{width:164px!important;min-width:164px!important;max-width:164px!important;grid-template-rows:auto 1fr auto!important;gap:18px!important;padding:24px 14px 18px!important}.sidebar .brand .brand-mark.creativeops-mark{width:18px!important;height:18px!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;color:#b7eb00!important;box-shadow:none!important}.sidebar .brand .brand-mark.creativeops-mark svg{width:16px!important;height:16px!important;display:block!important;stroke:currentColor!important;stroke-width:2.7!important}.sidebar .brand .brand-mark.creativeops-mark:before,.sidebar .brand .brand-mark.creativeops-mark:after,.sidebar .brand .brand-mark.creativeops-mark>i{display:none!important;content:none!important}.sidebar-profile-card.account-card{align-self:end!important;margin:0!important;box-shadow:none!important}}@media(min-width:761px){.sidebar-profile-card .sidebar-theme-row{grid-template-columns:minmax(0,1fr)!important}.sidebar-profile-card .sidebar-theme-toggle{display:none!important}}@media(min-width:761px){.workspace.overview-workspace{padding:28px 22px!important;background:#fff!important}.overview-workspace .topbar{min-height:48px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0 0 10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.overview-workspace .topbar h1{margin:0!important;color:#101820!important;font-size:28px!important;font-weight:950!important;line-height:1.05!important;letter-spacing:0!important}.overview-workspace .topbar p{margin-top:10px!important;color:#727b84!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important}.overview-workspace .topbar-actions{display:flex!important;align-items:center!important;gap:10px!important;padding-top:0!important}.overview-workspace .topbar-actions .primary-button{min-height:34px!important;padding:0 13px!important;border-radius:6px!important;background:#b7eb00!important;color:#111827!important;box-shadow:0 10px 24px #b7eb003d!important;font-size:11px!important;font-weight:900!important}.overview-workspace .overview-filter-bar{min-height:38px!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;margin:-2px 0 18px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.overview-workspace .overview-filter-bar>div:first-child{display:none!important}.overview-workspace .overview-filter-bar .date-filter{width:auto!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.overview-workspace .overview-filter-bar .custom-select-trigger,.overview-workspace .overview-filter-bar .custom-date{min-height:34px!important;border-color:#e2e8f0eb!important;border-radius:7px!important;background:#fff!important;box-shadow:0 4px 14px #0f172a08!important;font-size:11px!important}.overview-workspace .overview-filter-bar .compact-date-reset{min-height:34px!important;padding:0 14px!important;border-color:#e2e8f0eb!important;border-radius:7px!important;background:#fff!important;color:#111827!important;font-size:11px!important;font-weight:900!important;box-shadow:0 4px 14px #0f172a08!important}.overview-workspace .metric-strip-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;align-items:start!important;margin:0 0 16px!important}.overview-workspace .overview-metric-groups{display:grid!important;grid-template-columns:minmax(270px,.92fr) minmax(360px,1.22fr) minmax(270px,.92fr)!important;gap:12px!important;align-items:stretch!important}.overview-workspace .overview-metric-group{min-height:216px!important;max-height:216px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:22px!important;padding:18px 20px!important;border:1px solid rgba(226,232,240,.8)!important;border-radius:8px!important;background:radial-gradient(circle at 92% 52%,rgba(183,235,0,.16),transparent 25%),linear-gradient(180deg,#fff,#fffefb)!important;box-shadow:none!important}.overview-workspace .overview-metric-group-head>span{width:26px!important;height:26px!important;border-radius:5px!important;background:#eff9c9!important;color:#91b900!important}.overview-workspace .overview-metric-group-head h3{font-size:15px!important;line-height:1.05!important}.overview-workspace .overview-metric-group-head p{margin-top:5px!important;color:#7b838c!important;font-size:10px!important;font-weight:650!important}.overview-workspace .overview-metric-group-grid{align-content:center!important;gap:16px 28px!important}.overview-workspace .overview-metric-group.workspace .overview-metric-group-grid,.overview-workspace .overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-workspace .overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.overview-workspace .overview-metric-item small{color:#737d86!important;font-size:10px!important;font-weight:750!important}.overview-workspace .overview-metric-item strong,.overview-workspace .overview-metric-group.workspace .overview-metric-item strong{font-size:26px!important;font-weight:950!important;line-height:1!important}.overview-workspace .overview-metric-group.performance .overview-metric-item strong{font-size:14px!important}.overview-workspace .metric-settings-button{width:38px!important;height:38px!important;min-height:38px!important;align-self:start!important;border:1px solid rgba(226,232,240,.9)!important;border-radius:8px!important;background:#fff!important;color:#1f2933!important;box-shadow:none!important}.overview-workspace .overview-digest{display:grid!important;grid-template-columns:minmax(0,2.05fr) minmax(260px,.95fr)!important;gap:12px!important;align-items:start!important}.overview-workspace .analytics-main{display:grid!important;grid-template-columns:minmax(310px,.95fr) minmax(390px,1.05fr)!important;gap:12px!important}.overview-workspace .attention-card,.overview-workspace .overview-chart-card,.overview-workspace .top-creatives-card,.overview-workspace .analytics-side,.overview-workspace .designer-table,.overview-workspace .status-activity-card{border:1px solid rgba(226,232,240,.84)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.overview-workspace .top-creatives-card{grid-column:1 / -1!important}.overview-workspace .overview-chart-stage{height:218px!important;min-height:218px!important}.overview-workspace .top-creative-grid{grid-template-columns:repeat(5,minmax(120px,1fr))!important;gap:12px!important}.overview-workspace .top-creative-card{min-height:170px!important;border-radius:7px!important}.overview-workspace .top-creative-preview{height:72px!important;min-height:72px!important;border-radius:7px!important}}@media(min-width:761px)and (max-width:1080px){.overview-workspace .overview-metric-groups,.overview-workspace .overview-digest,.overview-workspace .analytics-main{grid-template-columns:1fr!important}.overview-workspace .overview-metric-group{max-height:none!important}}@media(min-width:1081px){.workspace.overview-workspace{padding:10px 22px 18px!important}.overview-workspace .topbar{min-height:44px!important;margin-bottom:8px!important}.overview-workspace .topbar h1{font-size:27px!important}.overview-workspace .topbar p{margin-top:6px!important;font-size:11px!important}.overview-workspace .overview-filter-bar{min-height:34px!important;margin:-2px 0 14px!important}.overview-workspace .overview-filter-bar .custom-select-trigger,.overview-workspace .overview-filter-bar .custom-date,.overview-workspace .overview-filter-bar .compact-date-reset{min-height:32px!important;height:32px!important}.overview-workspace .metric-strip-wrap{margin-bottom:14px!important}.overview-workspace .overview-metric-group{min-height:150px!important;max-height:150px!important;gap:14px!important;padding:16px 20px!important}.overview-workspace .overview-metric-group-head{gap:9px!important}.overview-workspace .overview-metric-group-head>span{width:24px!important;height:24px!important;flex-basis:24px!important}.overview-workspace .overview-metric-group-head h3{font-size:15px!important}.overview-workspace .overview-metric-group-head p{margin-top:3px!important;font-size:9px!important}.overview-workspace .overview-metric-group-grid{align-content:start!important;gap:8px 24px!important}.overview-workspace .overview-metric-item{gap:2px!important}.overview-workspace .overview-metric-item small{font-size:9px!important;line-height:1.1!important}.overview-workspace .overview-metric-item strong,.overview-workspace .overview-metric-group.workspace .overview-metric-item strong{font-size:23px!important}.overview-workspace .overview-metric-group.performance .overview-metric-item strong{font-size:14px!important}.overview-workspace .overview-digest,.overview-workspace .analytics-main{gap:10px!important}.overview-workspace .attention-card,.overview-workspace .overview-chart-card,.overview-workspace .top-creatives-card,.overview-workspace .analytics-side,.overview-workspace .designer-table,.overview-workspace .status-activity-card{padding:14px 16px!important}.overview-workspace .section-heading,.overview-workspace .overview-chart-head{margin-bottom:10px!important}.overview-workspace .section-heading h2,.overview-workspace .overview-chart-head h2{font-size:15px!important;line-height:1.1!important}.overview-workspace .section-heading p,.overview-workspace .overview-chart-head p{font-size:10px!important;line-height:1.15!important}.overview-workspace .insight-list{gap:8px!important}.overview-workspace .insight-list article{min-height:48px!important;padding:8px 10px!important;border-radius:8px!important;font-size:13px!important;line-height:1.2!important}.overview-workspace .insight-icon{width:28px!important;height:28px!important;flex-basis:28px!important}.overview-workspace .overview-chart-stage{height:154px!important;min-height:154px!important}.overview-workspace .overview-chart-stage .empty,.overview-workspace .top-creatives-card .empty{font-size:14px!important;line-height:1.25!important}.overview-workspace .overview-chart-tabs{min-height:32px!important;padding:3px!important;gap:4px!important}.overview-workspace .overview-chart-tabs button{min-height:26px!important;padding:0 9px!important;font-size:10px!important}.overview-workspace .analytics-side{gap:12px!important}.overview-workspace .best-creative{gap:9px!important}.overview-workspace .best-creative .preview-large,.overview-workspace .best-creative .creative-preview,.overview-workspace .best-creative .video-poster,.overview-workspace .best-creative .thumb{height:190px!important;max-height:190px!important;min-height:190px!important;border-radius:8px!important}.overview-workspace .best-creative strong{font-size:13px!important;line-height:1.15!important}.overview-workspace .best-creative-stats{gap:8px!important}.overview-workspace .best-creative-stats span{min-height:38px!important;padding:7px 0!important}.overview-workspace .top-creatives-card{min-height:118px!important}.overview-workspace .top-creative-grid{gap:10px!important}.overview-workspace .top-creative-card{min-height:138px!important;padding:8px!important}.overview-workspace .top-creative-preview{height:58px!important;min-height:58px!important}}@media(min-width:761px){.workspace:has(.overview-metric-groups){padding-top:8px!important;padding-bottom:14px!important}.workspace:has(.overview-metric-groups) .topbar{min-height:42px!important;margin-bottom:6px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.workspace:has(.overview-metric-groups) .topbar h1{font-size:27px!important;line-height:1.05!important}.workspace:has(.overview-metric-groups) .topbar p{margin-top:6px!important;font-size:11px!important}.overview-filter-bar{min-height:32px!important;margin:-2px 0 12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.overview-filter-bar>div:first-child{display:none!important}.overview-filter-bar .custom-select-trigger,.overview-filter-bar .custom-date,.overview-filter-bar .compact-date-reset{height:31px!important;min-height:31px!important;border-radius:7px!important;font-size:11px!important}.metric-strip-wrap{margin-bottom:10px!important;gap:10px!important}.overview-metric-groups{grid-template-columns:minmax(270px,.92fr) minmax(360px,1.22fr) minmax(270px,.92fr)!important;gap:10px!important;align-items:start!important}.overview-metric-group{height:132px!important;min-height:132px!important;max-height:132px!important;gap:10px!important;padding:14px 18px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}.overview-metric-group-head{gap:8px!important;min-height:28px!important}.overview-metric-group-head>span{width:23px!important;height:23px!important;flex:0 0 23px!important;border-radius:5px!important}.overview-metric-group-head h3{font-size:15px!important;line-height:1!important}.overview-metric-group-head p{margin-top:3px!important;font-size:9px!important;line-height:1!important}.overview-metric-group-grid{align-content:start!important;gap:6px 22px!important}.overview-metric-group.workspace .overview-metric-group-grid,.overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.overview-metric-item{gap:1px!important}.overview-metric-item small{font-size:9px!important;line-height:1!important}.overview-metric-item strong,.overview-metric-group.workspace .overview-metric-item strong{font-size:22px!important;line-height:1!important}.overview-metric-group.performance .overview-metric-item strong{font-size:13px!important}.metric-settings-button{width:36px!important;height:36px!important;min-height:36px!important}.overview-digest{grid-template-columns:minmax(0,2.05fr) minmax(260px,.95fr)!important;gap:10px!important;align-items:start!important}.analytics-main{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.05fr)!important;gap:10px!important}.attention-card,.overview-chart-card,.top-creatives-card,.analytics-side,.designer-table,.status-activity-card{padding:12px 16px!important;border-radius:8px!important;box-shadow:none!important}.section-heading,.overview-chart-head{margin-bottom:8px!important}.section-heading h2,.overview-chart-head h2{font-size:15px!important;line-height:1.05!important}.section-heading p,.overview-chart-head p{font-size:10px!important;line-height:1.1!important}.insight-list{gap:7px!important}.insight-list article{min-height:44px!important;padding:7px 10px!important;border-radius:8px!important;font-size:13px!important;line-height:1.15!important}.insight-icon{width:27px!important;height:27px!important;flex-basis:27px!important}.overview-chart-stage{height:128px!important;min-height:128px!important;max-height:128px!important;overflow:hidden!important}.overview-chart-tabs{min-height:30px!important;padding:3px!important;gap:3px!important}.overview-chart-tabs button{min-height:24px!important;padding:0 8px!important;font-size:10px!important}.overview-chart-stage .empty,.top-creatives-card .empty{font-size:13px!important;line-height:1.2!important}.top-creatives-card{min-height:96px!important;max-height:170px!important;overflow:hidden!important}.top-creative-grid{gap:8px!important}.top-creative-card{min-height:124px!important;padding:7px!important}.top-creative-preview{height:52px!important;min-height:52px!important}.analytics-side{gap:10px!important}.best-creative{gap:8px!important}.best-creative .preview-large,.best-creative .creative-preview,.best-creative .video-poster,.best-creative .thumb{height:156px!important;min-height:156px!important;max-height:156px!important;border-radius:8px!important;overflow:hidden!important}.best-creative strong{font-size:13px!important;line-height:1.1!important}.best-creative-stats{gap:8px!important}.best-creative-stats span{min-height:34px!important;padding:5px 0!important}}@media(min-width:761px){.workspace:has(.overview-metric-groups){padding:28px 22px 24px!important;align-content:start!important;background:#fff!important}.workspace:has(.overview-metric-groups)>.topbar,.workspace:has(.overview-metric-groups)>.overview-filter-bar,.workspace:has(.overview-metric-groups)>.metric-strip-wrap,.workspace:has(.overview-metric-groups)>.overview-digest{width:100%!important;max-width:1080px!important;margin-left:0!important;margin-right:0!important}.workspace:has(.overview-metric-groups)>.topbar{min-height:44px!important;margin-bottom:0!important}.workspace:has(.overview-metric-groups)>.topbar h1{font-size:25px!important;line-height:1.05!important}.workspace:has(.overview-metric-groups)>.topbar p{margin-top:8px!important;font-size:11px!important;line-height:1.2!important}.overview-filter-bar{min-height:34px!important;justify-content:flex-end!important;margin:-18px 0 16px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.overview-filter-bar .date-filter{gap:9px!important}.overview-filter-bar .custom-select-trigger,.overview-filter-bar .custom-date,.overview-filter-bar .compact-date-reset{height:32px!important;min-height:32px!important;border-radius:7px!important;font-size:10px!important}.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;margin-bottom:14px!important}.overview-metric-groups{grid-template-columns:286px 372px 286px!important;gap:12px!important;align-items:start!important}.overview-metric-group{height:216px!important;min-height:216px!important;max-height:216px!important;padding:20px 20px 18px!important;gap:34px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}.overview-metric-group-head{gap:10px!important;min-height:32px!important}.overview-metric-group-head>span{width:25px!important;height:25px!important;flex:0 0 25px!important;border-radius:5px!important}.overview-metric-group-head h3{font-size:15px!important;line-height:1.05!important}.overview-metric-group-head p{margin-top:4px!important;font-size:9px!important;line-height:1.1!important}.overview-metric-group-grid{align-content:start!important;gap:14px 26px!important}.overview-metric-group.workspace .overview-metric-group-grid,.overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.overview-metric-item{gap:3px!important}.overview-metric-item small{font-size:9px!important;line-height:1.1!important}.overview-metric-item strong,.overview-metric-group.workspace .overview-metric-item strong{font-size:26px!important;line-height:1!important}.overview-metric-group.performance .overview-metric-item strong{font-size:13px!important}.overview-metric-group.quality .overview-metric-item:nth-child(n+5){display:none!important}.metric-settings-button{width:38px!important;height:38px!important;min-height:38px!important}.overview-digest{grid-template-columns:minmax(0,768px) 300px!important;gap:12px!important;align-items:start!important}.analytics-main{grid-template-columns:330px minmax(0,426px)!important;grid-auto-rows:auto!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.attention-card,.overview-chart-card{height:258px!important;min-height:258px!important;max-height:258px!important;padding:14px 16px!important;overflow:hidden!important}.top-creatives-card{grid-column:1 / -1!important;height:190px!important;min-height:190px!important;max-height:190px!important;padding:14px 16px!important;overflow:hidden!important}.section-heading,.overview-chart-head{margin-bottom:10px!important}.section-heading h2,.overview-chart-head h2{font-size:15px!important;line-height:1.1!important}.section-heading p,.overview-chart-head p{font-size:10px!important;line-height:1.15!important}.insight-list{gap:8px!important}.insight-list article{min-height:42px!important;padding:7px 9px!important;border-radius:8px!important;font-size:11px!important;line-height:1.18!important}.insight-icon{width:27px!important;height:27px!important;flex:0 0 27px!important}.overview-chart-head{align-items:flex-start!important}.overview-chart-tabs{min-height:30px!important;padding:3px!important;gap:3px!important}.overview-chart-tabs button{min-height:24px!important;padding:0 8px!important;font-size:10px!important}.overview-chart-stage{height:170px!important;min-height:170px!important;max-height:170px!important;overflow:hidden!important}.overview-chart-stage .empty,.top-creatives-card .empty{font-size:13px!important;line-height:1.25!important}.top-creative-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.top-creative-card{min-height:128px!important;padding:7px!important;border-radius:7px!important}.top-creative-preview{height:56px!important;min-height:56px!important}.analytics-side{display:grid!important;align-content:start!important;gap:12px!important;padding:14px!important;min-height:258px!important;max-height:none!important;overflow:visible!important;border-radius:8px!important;box-shadow:none!important}.best-creative{gap:8px!important}.best-creative .preview-large,.best-creative .creative-preview,.best-creative .video-poster,.best-creative .thumb{height:108px!important;min-height:108px!important;max-height:108px!important;border-radius:8px!important;overflow:hidden!important}.best-creative strong{font-size:12px!important;line-height:1.15!important}.best-creative-stats{gap:8px!important}.best-creative-stats span{min-height:30px!important;padding:4px 0!important}.status-activity-card{padding:14px!important;border-radius:8px!important;box-shadow:none!important}}@media(min-width:761px){main.workspace.overview-workspace:has(.overview-metric-groups){padding:22px 24px 24px!important;background:#fff!important;overflow-x:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar,main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:42px!important;margin-bottom:6px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar h1{font-size:27px!important;line-height:1.05!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{margin-top:7px!important;font-size:11px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .topbar-actions .primary-button{min-height:34px!important;padding:0 14px!important;border-radius:6px!important;font-size:11px!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{min-height:34px!important;justify-content:flex-end!important;margin-top:-12px!important;margin-bottom:14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar>div:first-child{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter{gap:9px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select-trigger,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset{height:32px!important;min-height:32px!important;border-radius:7px!important;font-size:10px!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;margin-bottom:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-groups{grid-template-columns:minmax(0,.92fr) minmax(0,1.22fr) minmax(0,.92fr)!important;gap:12px!important;align-items:start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group{height:160px!important;min-height:160px!important;max-height:160px!important;padding:16px 18px!important;gap:16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head{gap:9px!important;min-height:30px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head>span{width:24px!important;height:24px!important;flex:0 0 24px!important;border-radius:5px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head h3{font-size:15px!important;line-height:1.05!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head p{margin-top:3px!important;font-size:9px!important;line-height:1.1!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-grid{align-content:start!important;gap:9px 26px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.workspace .overview-metric-group-grid,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item{gap:2px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item small{font-size:9px!important;line-height:1.05!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item strong,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.workspace .overview-metric-item strong{font-size:23px!important;line-height:1!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:13px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-item:nth-child(n+5){display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .metric-settings-button{width:38px!important;height:38px!important;min-height:38px!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{grid-template-columns:minmax(0,2.12fr) minmax(300px,.88fr)!important;gap:12px!important;align-items:start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.05fr)!important;grid-auto-rows:auto!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{height:250px!important;min-height:250px!important;max-height:250px!important;padding:14px 16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{grid-column:1 / -1!important;height:164px!important;min-height:164px!important;max-height:164px!important;padding:14px 16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .section-heading,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head{margin-bottom:9px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .section-heading h2,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head h2{font-size:15px!important;line-height:1.1!important}main.workspace.overview-workspace:has(.overview-metric-groups) .section-heading p,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head p{font-size:10px!important;line-height:1.15!important}main.workspace.overview-workspace:has(.overview-metric-groups) .insight-list{gap:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .insight-list article{min-height:44px!important;padding:7px 10px!important;border-radius:8px!important;font-size:12px!important;line-height:1.18!important}main.workspace.overview-workspace:has(.overview-metric-groups) .insight-icon{width:27px!important;height:27px!important;flex:0 0 27px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head{align-items:flex-start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-tabs{min-height:30px!important;padding:3px!important;gap:3px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-tabs button{min-height:24px!important;padding:0 8px!important;font-size:10px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:166px!important;min-height:166px!important;max-height:166px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-stage .empty,main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .empty{font-size:13px!important;line-height:1.25!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-card{min-height:112px!important;padding:7px!important;border-radius:7px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview{height:48px!important;min-height:48px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side{display:grid!important;align-content:start!important;gap:12px!important;padding:14px!important;min-height:250px!important;max-height:none!important;overflow:visible!important;border-radius:8px!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative{gap:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .creative-preview,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .video-poster,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb{height:150px!important;min-height:150px!important;max-height:150px!important;border-radius:8px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative strong{font-size:12px!important;line-height:1.15!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative-stats{gap:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative-stats span{min-height:32px!important;padding:4px 0!important}main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card{padding:14px!important;border-radius:8px!important;box-shadow:none!important}}@media(min-width:761px){.workspace:has(.overview-metric-groups){padding:22px 24px 24px!important;background:#fff!important;overflow-x:hidden!important}.workspace:has(.overview-metric-groups)>.topbar,.workspace:has(.overview-metric-groups)>.overview-filter-bar,.workspace:has(.overview-metric-groups)>.metric-strip-wrap,.workspace:has(.overview-metric-groups)>.overview-digest{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.workspace:has(.overview-metric-groups)>.topbar{min-height:42px!important;margin:0 0 6px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.workspace:has(.overview-metric-groups)>.topbar h1{font-size:27px!important;line-height:1.05!important}.workspace:has(.overview-metric-groups)>.topbar p{margin-top:7px!important;font-size:11px!important}.workspace:has(.overview-metric-groups) .topbar-actions .primary-button{min-height:34px!important;padding:0 14px!important;border-radius:6px!important;font-size:11px!important}.overview-filter-bar{min-height:34px!important;justify-content:flex-end!important;margin:-10px 0 14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.overview-filter-bar>div:first-child{display:none!important}.overview-filter-bar .date-filter{gap:9px!important}.overview-filter-bar .custom-select-trigger,.overview-filter-bar .custom-date,.overview-filter-bar .compact-date-reset{height:32px!important;min-height:32px!important;border-radius:7px!important;font-size:10px!important}.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;margin-bottom:12px!important}.overview-metric-groups{grid-template-columns:minmax(0,.92fr) minmax(0,1.22fr) minmax(0,.92fr)!important;gap:12px!important;align-items:start!important}.overview-metric-group{height:160px!important;min-height:160px!important;max-height:160px!important;padding:16px 18px!important;gap:16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}.overview-metric-group-head{gap:9px!important;min-height:30px!important}.overview-metric-group-head>span{width:24px!important;height:24px!important;flex:0 0 24px!important;border-radius:5px!important}.overview-metric-group-head h3{font-size:15px!important;line-height:1.05!important}.overview-metric-group-head p{margin-top:3px!important;font-size:9px!important;line-height:1.1!important}.overview-metric-group-grid{align-content:start!important;gap:9px 26px!important}.overview-metric-group.workspace .overview-metric-group-grid,.overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.overview-metric-item{gap:2px!important}.overview-metric-item small{font-size:9px!important;line-height:1.05!important}.overview-metric-item strong,.overview-metric-group.workspace .overview-metric-item strong{font-size:23px!important;line-height:1!important}.overview-metric-group.performance .overview-metric-item strong{font-size:13px!important}.overview-metric-group.quality .overview-metric-item:nth-child(n+5){display:none!important}.metric-settings-button{width:38px!important;height:38px!important;min-height:38px!important}.overview-digest{grid-template-columns:minmax(0,2.12fr) minmax(300px,.88fr)!important;gap:12px!important;align-items:start!important}.analytics-main{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.05fr)!important;grid-auto-rows:auto!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.attention-card,.overview-chart-card{height:250px!important;min-height:250px!important;max-height:250px!important;padding:14px 16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}.top-creatives-card{grid-column:1 / -1!important;height:164px!important;min-height:164px!important;max-height:164px!important;padding:14px 16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}.section-heading,.overview-chart-head{margin-bottom:9px!important}.section-heading h2,.overview-chart-head h2{font-size:15px!important;line-height:1.1!important}.section-heading p,.overview-chart-head p{font-size:10px!important;line-height:1.15!important}.insight-list{gap:8px!important}.insight-list article{min-height:44px!important;padding:7px 10px!important;border-radius:8px!important;font-size:12px!important;line-height:1.18!important}.insight-icon{width:27px!important;height:27px!important;flex:0 0 27px!important}.overview-chart-head{align-items:flex-start!important}.overview-chart-tabs{min-height:30px!important;padding:3px!important;gap:3px!important}.overview-chart-tabs button{min-height:24px!important;padding:0 8px!important;font-size:10px!important}.overview-chart-stage{height:166px!important;min-height:166px!important;max-height:166px!important;overflow:hidden!important}.overview-chart-stage .empty,.top-creatives-card .empty{font-size:13px!important;line-height:1.25!important}.top-creative-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.top-creative-card{min-height:112px!important;padding:7px!important;border-radius:7px!important}.top-creative-preview{height:48px!important;min-height:48px!important}.analytics-side{display:grid!important;align-content:start!important;gap:12px!important;padding:14px!important;min-height:250px!important;max-height:none!important;overflow:visible!important;border-radius:8px!important;box-shadow:none!important}.best-creative{gap:8px!important}.best-creative .preview-large,.best-creative .creative-preview,.best-creative .video-poster,.best-creative .thumb{height:150px!important;min-height:150px!important;max-height:150px!important;border-radius:8px!important;overflow:hidden!important}.best-creative strong{font-size:12px!important;line-height:1.15!important}.best-creative-stats{gap:8px!important}.best-creative-stats span{min-height:32px!important;padding:4px 0!important}.status-activity-card{padding:14px!important;border-radius:8px!important;box-shadow:none!important}}@media(min-width:761px){main.workspace.overview-workspace:has(.overview-metric-groups){padding:22px 24px 24px!important;background:#fff!important;overflow-x:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar,main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{min-height:34px!important;justify-content:flex-end!important;margin-top:-12px!important;margin-bottom:14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar>div:first-child{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap{grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;margin-bottom:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-groups{grid-template-columns:minmax(0,.92fr) minmax(0,1.22fr) minmax(0,.92fr)!important;gap:12px!important;align-items:start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group{height:160px!important;min-height:160px!important;max-height:160px!important;padding:16px 18px!important;gap:16px!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{grid-template-columns:minmax(0,2.12fr) minmax(300px,.88fr)!important;gap:12px!important;align-items:start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.05fr)!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{height:250px!important;min-height:250px!important;max-height:250px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{height:164px!important;min-height:164px!important;max-height:164px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:166px!important;min-height:166px!important;max-height:166px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side{display:grid!important;align-content:start!important;gap:12px!important;padding:14px!important;min-height:250px!important;max-height:none!important;overflow:visible!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .creative-preview,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .video-poster,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb{height:150px!important;min-height:150px!important;max-height:150px!important;overflow:hidden!important}}@media(min-width:981px){body .app-shell:not(.sidebar-collapsed),body .app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important}body .app-shell:not(.sidebar-collapsed)>main.workspace.overview-workspace,body .app-shell.sidebar-collapsed>main.workspace.overview-workspace{margin-left:0!important}}@media(min-width:981px){main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:58px!important;margin-bottom:6px!important;align-items:flex-start!important;overflow:visible!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar>div:first-child{min-width:0!important;padding-top:0!important;overflow:visible!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar h1{margin:0!important;line-height:1.05!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{display:block!important;max-width:520px!important;margin:8px 0 0!important;color:#657386!important;font-size:11px!important;line-height:1.35!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{margin-top:0!important;margin-bottom:14px!important}}@media(min-width:761px){.sidebar-profile-card .sidebar-theme-row,.role-box.account-card.sidebar-profile-card:after,.sidebar-profile-card.account-card:after,.sidebar-profile-card .profile-button:before,.sidebar-profile-card .profile-button:after{display:none!important;content:none!important}.sidebar-profile-card .account-chip{order:1!important}.sidebar-profile-card .logout-button{order:2!important}}@media(min-width:761px){body{background:#fff!important}body .app-shell,body .app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important;min-height:100vh!important;background:#fff!important}body .sidebar{position:sticky!important;top:0!important;height:100vh!important;width:164px!important;padding:24px 16px 18px!important;border:0!important;border-right:1px solid #eef1ec!important;background:#fff!important;color:#111827!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;gap:28px!important;overflow:hidden!important}body .sidebar:before,body .sidebar:after{display:none!important;content:none!important}body .sidebar .brand{position:relative!important;display:grid!important;grid-template-columns:18px 1fr!important;align-items:center!important;gap:9px!important;min-height:24px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}body .sidebar .brand .brand-mark.creativeops-mark{width:18px!important;height:18px!important;min-width:18px!important;border-radius:0!important;background:transparent!important;color:#b8e600!important;box-shadow:none!important;overflow:visible!important}body .sidebar .brand .brand-mark.creativeops-mark svg{width:18px!important;height:18px!important;stroke-width:3!important}body .sidebar .brand .brand-mark.creativeops-mark:before,body .sidebar .brand .brand-mark.creativeops-mark:after,body .sidebar .brand .brand-mark.creativeops-mark>i{display:none!important;content:none!important}body .sidebar .brand strong{display:block!important;color:#151b16!important;font-size:12px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:0!important}body .sidebar .brand span,body .sidebar .sidebar-toggle{display:none!important}body .sidebar nav{display:flex!important;flex-direction:column!important;gap:18px!important;margin:0!important;padding:2px 0!important}body .sidebar nav button{width:100%!important;height:30px!important;padding:0 10px!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#1f2933!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:11px!important;font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;text-align:left!important;cursor:pointer!important;transition:background-color .18s ease,color .18s ease!important}body .sidebar nav button svg{width:14px!important;height:14px!important;color:#687076!important;stroke-width:2.2!important}body .sidebar nav button.active,body .sidebar nav button:hover{background:#f0f8cf!important;color:#172013!important}body .sidebar nav button.active svg,body .sidebar nav button:hover svg{color:#98c900!important}body .sidebar nav button .nav-label{display:inline!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .sidebar-profile-card.account-card,body .account-card.sidebar-profile-card{margin-top:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:grid!important;gap:13px!important;color:#111827!important}body .sidebar-profile-card>label{display:none!important}body .sidebar-profile-card .account-chip{order:1!important;width:100%!important;min-height:54px!important;padding:10px 8px!important;border:1px solid #edf0ec!important;border-radius:6px!important;background:#fff!important;box-shadow:0 7px 18px #10182809!important}body .sidebar-profile-card .designer-chip{width:100%!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;justify-content:flex-start!important}body .sidebar-profile-card .designer-chip b{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important}body .sidebar-profile-card .designer-chip strong{color:#182018!important;font-size:11px!important;line-height:1.1!important;font-weight:900!important;max-width:80px!important}body .sidebar-profile-card .designer-chip small{color:#7a8379!important;font-size:9px!important;line-height:1.15!important;font-weight:700!important;max-width:80px!important}body .sidebar-profile-card .profile-button{display:none!important}body .sidebar-profile-card .sidebar-theme-row{order:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:24px!important;padding:0 3px!important;color:#2c332d!important;font-size:10px!important;line-height:1!important;font-weight:800!important}body .sidebar-profile-card .sidebar-theme-toggle{width:28px!important;height:16px!important;padding:2px!important;border:0!important;border-radius:999px!important;background:#b8e600!important;box-shadow:inset 0 0 0 1px #74920029!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;pointer-events:none!important}body .sidebar-profile-card .sidebar-theme-toggle i{display:block!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 1px 4px #38460033!important}body .sidebar-profile-card .logout-button{order:3!important;width:auto!important;min-height:22px!important;padding:0 2px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#4b5600!important;box-shadow:none!important;justify-content:flex-start!important;font-size:10px!important;font-weight:900!important}main.workspace.overview-workspace:has(.overview-metric-groups){padding:25px 24px 28px!important;background:#fff!important;color:#101820!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar,main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap,main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:42px!important;margin-bottom:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:flex-start!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar h1{color:#111820!important;font-size:21px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:0!important;margin:0!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{color:#748070!important;font-size:10px!important;line-height:1.3!important;font-weight:700!important;margin-top:8px!important;max-width:420px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .topbar-actions{margin-left:auto!important;display:flex!important;align-items:flex-start!important;gap:10px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .topbar-actions .primary-button{min-height:28px!important;padding:0 15px!important;border-radius:4px!important;background:#b8e600!important;color:#171d0a!important;border:1px solid #b0dc00!important;box-shadow:none!important;font-size:10px!important;font-weight:900!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{min-height:30px!important;margin-top:-1px!important;margin-bottom:15px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;justify-content:flex-end!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar>div:first-child{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter{gap:10px!important;align-items:center!important;justify-content:flex-end!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter>svg{order:9!important;width:28px!important;height:28px!important;padding:7px!important;border:1px solid #edf1e8!important;border-radius:5px!important;color:#1b2430!important;background:#fff!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select-trigger,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset{min-height:28px!important;height:28px!important;border-radius:5px!important;border:1px solid #edf1e8!important;background:#fff!important;color:#111827!important;box-shadow:none!important;font-size:10px!important;font-weight:850!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:first-of-type .custom-select-trigger{width:84px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:nth-of-type(2){display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date{width:152px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.metric-strip-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 0!important;gap:0!important;margin-bottom:14px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .metric-settings-button{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-groups{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.4fr) minmax(0,.98fr)!important;gap:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group{height:194px!important;min-height:194px!important;max-height:194px!important;padding:24px 26px!important;border:1px solid #f0f2ed!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 28px #10182809!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head{gap:12px!important;margin-bottom:24px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head>span{color:#b8e600!important;background:transparent!important;border:0!important;box-shadow:none!important;width:18px!important;height:18px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head h3{color:#20271e!important;font-size:13px!important;line-height:1.1!important;font-weight:950!important;margin:0!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-head p{color:#8a9186!important;font-size:9px!important;line-height:1.25!important;margin-top:5px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group-grid{gap:22px 34px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.workspace .overview-metric-group-grid,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px 28px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;min-height:0!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item small{color:#7e877a!important;font-size:9px!important;font-weight:800!important;line-height:1.1!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item strong,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.workspace .overview-metric-item strong{color:#111820!important;font-size:26px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:0!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:13px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item:nth-child(3) strong{color:#98c900!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-item:nth-child(3) strong,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-item:nth-child(4) strong{color:#ef4444!important;font-size:18px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.quality .overview-metric-item:nth-child(n+5){display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest{display:grid!important;grid-template-columns:minmax(0,2.12fr) minmax(282px,.88fr)!important;gap:12px!important;align-items:start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{display:grid!important;grid-template-columns:minmax(300px,.88fr) minmax(380px,1.12fr)!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card,main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side,main.workspace.overview-workspace:has(.overview-metric-groups) .designer-table,main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card{border:1px solid #f0f2ed!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 28px #10182809!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{height:240px!important;min-height:240px!important;max-height:240px!important;padding:16px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{height:172px!important;min-height:172px!important;max-height:172px!important;grid-column:1 / -1!important;padding:14px 16px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side{display:grid!important;gap:12px!important;padding:14px!important;overflow:visible!important}}@media(min-width:761px)and (max-width:1100px){body .app-shell,body .app-shell.sidebar-collapsed{grid-template-columns:164px minmax(0,1fr)!important}body .app-shell>main.workspace.overview-workspace,body .app-shell.sidebar-collapsed>main.workspace.overview-workspace,main.workspace.overview-workspace:has(.overview-metric-groups){margin-left:0!important;padding:24px 16px 28px!important;overflow-x:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;min-height:0!important}main.workspace.overview-workspace:has(.overview-metric-groups) .topbar-actions .primary-button{white-space:nowrap!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{margin-top:14px!important;justify-content:flex-start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter{width:100%!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date{width:148px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-groups{grid-template-columns:1fr!important;gap:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group{height:auto!important;min-height:150px!important;max-height:none!important;padding:20px 22px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-item strong,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.workspace .overview-metric-item strong{font-size:24px!important}main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-digest,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{grid-template-columns:1fr!important;gap:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card,main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{height:auto!important;min-height:220px!important;max-height:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{min-height:150px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side{width:100%!important;min-width:0!important;grid-template-columns:1fr!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .creative-preview,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .video-poster,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb{height:180px!important;min-height:180px!important;max-height:180px!important}}@media(min-width:1101px){main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{height:auto!important;min-height:248px!important;max-height:none!important;overflow:visible!important;padding:16px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-card{min-height:184px!important;height:auto!important;padding:8px!important;overflow:hidden!important;display:grid!important;grid-template-rows:110px auto auto!important;gap:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview{height:110px!important;min-height:110px!important;max-height:110px!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-card>strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:28px!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important}main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-stats{align-self:end!important}}@media(min-width:1101px){main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{display:flex!important;justify-content:flex-end!important;align-items:center!important;min-height:38px!important;margin-top:-4px!important;margin-bottom:10px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter{display:grid!important;grid-template-columns:112px 152px 16px 152px 30px 78px!important;gap:8px!important;align-items:center!important;justify-content:end!important;width:auto!important;margin-left:auto!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:first-of-type{order:1!important;width:112px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:first-of-type .custom-select-trigger{width:112px!important;min-width:112px!important;justify-content:center!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date{order:2!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter>svg.lucide-chevron-right{order:3!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date.align-right{order:4!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter>svg.lucide-filter{order:5!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset{order:6!important;display:inline-flex!important;width:78px!important;min-width:78px!important;padding:0 10px!important;overflow:hidden!important;text-indent:0!important;font-size:10px!important;color:#111827!important;position:relative!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset:after{content:none!important;display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date{width:152px!important;min-width:152px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative{display:grid!important;grid-template-rows:auto auto auto auto!important;gap:8px!important;overflow:visible!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .creative-preview,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .video-poster,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb{width:100%!important;height:clamp(230px,18vw,330px)!important;min-height:230px!important;max-height:330px!important;object-fit:contain!important;background:#fff!important;overflow:hidden!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative img,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative video{width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain!important;background:#fff!important;display:block!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large>img,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb>img,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large>video,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb>video,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large>.custom-video-player,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb>.custom-video-player,main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large>.custom-video-player>video{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;aspect-ratio:auto!important;object-fit:contain!important;display:block!important;background:#fff!important}}@media(min-width:1101px){main.workspace.overview-workspace:has(.overview-metric-groups)>.overview-filter-bar{margin-top:-8px!important;margin-bottom:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter{display:grid!important;grid-template-columns:112px 264px 82px!important;gap:8px!important;align-items:center!important;justify-content:end!important;width:auto!important;margin-left:auto!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:first-of-type,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:first-of-type .custom-select-trigger{width:112px!important;min-width:112px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-select:nth-of-type(2),main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .custom-date,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .date-filter>svg{display:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range{position:relative!important;width:264px!important;min-width:264px!important;order:2!important;z-index:30!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-trigger{width:100%!important;height:32px!important;display:grid!important;grid-template-columns:1fr auto 1fr 16px!important;gap:8px!important;align-items:center!important;padding:0 12px!important;border:1px solid #d6e9ef!important;border-radius:7px!important;background:#fff!important;color:#51616b!important;box-shadow:none!important;cursor:pointer!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-trigger strong{color:#2f3d46!important;font-size:11px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-trigger span{color:#93a0a8!important;font-size:12px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-trigger svg{width:15px!important;height:15px!important;color:#63727b!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-popover{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:700px!important;padding:12px!important;border:1px solid #e4e9f3!important;border-radius:12px!important;background:#fff!important;box-shadow:0 24px 60px #0f172a29!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields{display:grid!important;grid-template-columns:1fr 62px 18px 1fr 62px!important;gap:8px!important;align-items:center!important;padding-bottom:10px!important;border-bottom:1px solid #edf1f7!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields button,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields span{height:32px!important;display:inline-flex!important;align-items:center!important;border:0!important;border-radius:7px!important;background:#f4f6fb!important;color:#596175!important;font-size:12px!important;font-weight:700!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields button{justify-content:flex-start!important;padding:0 12px!important;cursor:pointer!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields button.active{color:#1d4ed8!important;background:#eaf1ff!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields span{justify-content:center!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-fields i{color:#a0a8b8!important;font-style:normal!important;text-align:center!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-body{display:grid!important;grid-template-columns:524px 132px!important;gap:16px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-calendars{display:grid!important;grid-template-columns:244px 244px!important;gap:18px!important;padding-right:16px!important;border-right:1px solid #edf1f7!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-calendar{display:grid!important;gap:10px!important;width:244px!important;min-width:244px!important;max-width:244px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-head{display:grid!important;grid-template-columns:28px 1fr 28px!important;align-items:center!important;min-height:30px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-head strong{color:#2d3342!important;text-align:center!important;font-size:14px!important;font-weight:850!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-head button{width:28px!important;height:28px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#2d3342!important;font-size:22px!important;cursor:pointer!important;position:relative!important;z-index:2!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-week,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid{display:grid!important;grid-template-columns:repeat(7,28px)!important;justify-content:space-between!important;gap:6px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-week span{color:#73798b!important;font-size:12px!important;font-weight:800!important;text-align:center!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid button{width:28px!important;height:28px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#73798b!important;font-size:12px!important;font-weight:750!important;cursor:pointer!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid button.muted{opacity:.35!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid button.in-range{color:#1d4ed8!important;background:#eaf1ff!important;border-radius:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid button.selected{color:#fff!important;background:#315df4!important;box-shadow:0 8px 18px #315df440!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-month-grid button.disabled{opacity:.22!important;cursor:not-allowed!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-presets{display:grid!important;align-content:start!important;gap:3px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-presets strong{color:#73798b!important;font-size:12px!important;font-weight:800!important;padding:0 6px 4px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-presets button{height:26px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border:0!important;border-radius:4px!important;background:transparent!important;color:#636a7b!important;font-size:12px!important;font-weight:700!important;padding:0 7px!important;cursor:pointer!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-presets button:hover,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-presets button:has(svg){color:#1d4ed8!important;background:#eaf1ff!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-actions{display:flex!important;justify-content:flex-start!important;gap:8px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-actions button{min-width:64px!important;height:32px!important;border:0!important;border-radius:7px!important;background:#f4f6fb!important;color:#6b7280!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-date-range-actions button.apply{color:#fff!important;background:#22c55e!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-filter-bar .compact-date-reset{order:3!important;width:82px!important;min-width:82px!important;height:32px!important;padding:0 10px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;border:1px solid #edf1e8!important;border-radius:7px!important;background:#fff!important;color:#1f2933!important;font-size:10px!important;font-weight:850!important;box-shadow:none!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-groups{grid-template-columns:minmax(0,1.06fr) minmax(0,1.12fr) minmax(0,1fr)!important}main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{grid-template-columns:minmax(360px,.94fr) minmax(420px,1.06fr)!important}main.workspace.overview-workspace:has(.overview-metric-groups) .attention-card,main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{height:268px!important;min-height:268px!important;max-height:268px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:186px!important;min-height:186px!important;max-height:186px!important}}@media(min-width:1101px){main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{gap:12px 32px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item{gap:3px!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small{color:#64707a!important;font-size:10px!important;line-height:1.05!important;font-weight:750!important}main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:16px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:0!important}}@media(min-width:1101px){body .app-shell:not(.sidebar-collapsed),body .app-shell.sidebar-collapsed{grid-template-columns:188px minmax(0,1fr)!important}body .sidebar{width:188px!important;min-width:188px!important;max-width:188px!important;padding-left:16px!important;padding-right:16px!important}body .app-shell:not(.sidebar-collapsed)>main.workspace,body .app-shell.sidebar-collapsed>main.workspace,body .app-shell:not(.sidebar-collapsed)>main.workspace.overview-workspace,body .app-shell.sidebar-collapsed>main.workspace.overview-workspace{margin-left:0!important;width:calc(100vw - 188px)!important}body .sidebar nav button{width:156px!important}body .sidebar-profile-card.account-card,body .account-card.sidebar-profile-card{width:156px!important}body .sidebar-profile-card .sidebar-theme-row,body .sidebar-profile-card .sidebar-theme-toggle,body .role-box.account-card.sidebar-profile-card:after,body .sidebar-profile-card.account-card:after{display:none!important;content:none!important}body .sidebar-profile-card .logout-button{margin-top:8px!important}}.creative-identity-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;margin:8px 0 10px}.creative-identity-row .designer-chip{margin:0}.creative-identity-pill{display:inline-flex;align-items:center;gap:6px;min-height:34px;max-width:100%;padding:0 10px;border:1px solid rgba(0,169,157,.18);border-radius:999px;background:#ffffffb8;color:#586b74;font-size:13px;font-weight:800;line-height:1;box-shadow:0 6px 18px #13262c0a}.creative-identity-pill svg{flex:0 0 auto;color:#0b8179}.creative-drawer-panel .creative-identity-row{margin-top:6px}body main.workspace:has(.creative-layout) .creative-layout .filters{display:grid!important;grid-template-columns:minmax(240px,1.45fr) minmax(130px,.74fr) minmax(116px,.64fr) minmax(130px,.74fr) minmax(140px,.8fr) minmax(142px,.82fr) minmax(142px,.82fr) auto auto!important;gap:8px!important;align-items:center!important}body main.workspace:has(.creative-layout) .creative-layout .filters .search{grid-column:auto!important;min-width:0!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row{display:contents!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>.custom-select,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>.custom-select,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>.custom-date,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>.button-tooltip-wrap,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>.reset-filters:not(.aio-funnel-sync-button),body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{width:100%!important;min-width:0!important;margin:0!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{width:42px!important;min-width:42px!important;padding:0!important;justify-self:end!important;font-size:0!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search .reset-filters,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search .aio-funnel-sync-button,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row .custom-select-trigger,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row .custom-date-trigger,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search .custom-select-trigger{min-height:36px!important;height:36px!important;padding-top:0!important;padding-bottom:0!important;font-size:12px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search .aio-funnel-sync-button{white-space:nowrap!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary{grid-column:1 / -1!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin-top:2px!important;padding-top:8px!important}.creative-aio-inline-progress{grid-column:1 / -1;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:6px 8px;min-width:0;margin-top:4px;padding:7px 12px 8px;border:1px solid rgba(0,169,157,.26);border-radius:12px;background:linear-gradient(135deg,#e1fff9f0,#fff8e1b3);color:#24404a;box-shadow:0 10px 28px #007e7614}.creative-aio-inline-progress strong,.creative-aio-inline-progress span,.creative-aio-inline-progress b{min-width:0;line-height:1.2}.creative-aio-inline-progress strong{font-size:13px;font-weight:950}.creative-aio-inline-progress span{overflow:hidden;color:#5f7280;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.creative-aio-inline-progress b{color:#008d86;font-size:13px;font-weight:950}.creative-aio-inline-progress i{grid-column:1 / -1;height:5px;overflow:hidden;border-radius:999px;background:#94becb57}.creative-aio-inline-progress i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00dec6,#b8f56f);transition:width .22s ease}.creative-aio-spinner{width:16px;height:16px;border:2px solid rgba(0,169,157,.18);border-top-color:#00a99d;border-radius:999px;animation:creativeAioSpin .82s linear infinite}@keyframes creativeAioSpin{to{transform:rotate(360deg)}}@media(max-width:1280px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(132px,1fr)) auto!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary,body main.workspace:has(.creative-layout) .creative-layout .creative-aio-inline-progress{grid-column:1 / -1!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:82px!important;padding:18px 20px 16px!important;margin-bottom:14px!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{display:block!important;min-height:18px!important;line-height:1.35!important;color:#64737a!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance{min-height:188px!important;height:188px!important;padding:24px 28px 22px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-head{margin-bottom:28px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{display:grid!important;grid-template-columns:repeat(3,minmax(92px,1fr))!important;grid-auto-rows:minmax(36px,auto)!important;gap:12px 54px!important;align-items:start!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item{display:grid!important;grid-template-rows:auto auto!important;gap:4px!important;min-height:36px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{position:static!important;margin:0!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small{font-size:10px!important;line-height:1.08!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:19px!important;line-height:1.04!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{min-height:282px!important;height:282px!important;max-height:282px!important;padding:16px 18px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:206px!important;min-height:206px!important;max-height:206px!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-responsive-container,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-wrapper,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-surface{height:100%!important;min-height:206px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-stage .empty{display:grid!important;place-items:center!important;height:100%!important;margin:0!important;border:1px dashed #dbe8e5!important;border-radius:10px!important;color:#60727a!important;font-size:13px!important;font-weight:800!important;background:linear-gradient(135deg,#f5fcfaeb,#fffffff5)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-chart{display:block!important;width:100%!important;height:100%!important;overflow:visible!important;cursor:crosshair!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-grid{stroke:#e7ece7!important;stroke-width:1.2!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-area{fill:url(#overviewNativeTrendFill)!important;stroke:none!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-line{fill:none!important;stroke:#0f8f78!important;stroke-width:5.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important;filter:drop-shadow(0 5px 8px rgba(15,143,120,.16))!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-cursor{stroke:#0f8f7847!important;stroke-width:1.6!important;stroke-dasharray:5 5!important;vector-effect:non-scaling-stroke!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-dot{fill:#fff!important;stroke:#0f8f78!important;stroke-width:4!important;vector-effect:non-scaling-stroke!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-dot.active{fill:#dff7e6!important;stroke:#087866!important;stroke-width:4.5!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-x-label{fill:#68757b!important;font-size:12px!important;font-weight:850!important;text-anchor:middle!important;dominant-baseline:middle!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip{position:absolute!important;z-index:40!important;min-width:152px!important;padding:10px 12px!important;border:1px solid rgba(205,220,210,.96)!important;border-radius:10px!important;background:#fffffff5!important;box-shadow:0 14px 34px #10182824!important;color:#101820!important;pointer-events:none!important;transform:translate(-50%,calc(-100% - 22px))!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip small{display:block!important;margin-bottom:3px!important;color:#6f7e67!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip>strong{display:block!important;color:#111820!important;font-size:22px!important;line-height:1.05!important;font-weight:950!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip>span{display:block!important;margin-top:3px!important;color:#60717a!important;font-size:11px!important;font-weight:800!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 10px!important;margin-top:9px!important;padding-top:8px!important;border-top:1px solid rgba(221,228,218,.95)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip b,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip em{display:block!important;font-style:normal!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip b{color:#14202a!important;font-size:11px!important;font-weight:900!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip em{color:#77857b!important;font-size:9px!important;font-weight:800!important}}.login-transition-card .login-transition-logo.brand-mark.creativeops-mark{display:grid!important;place-items:center!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;margin:0 auto 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#b7eb00!important;overflow:visible!important}.login-transition-card .login-transition-logo.brand-mark.creativeops-mark svg{width:38px!important;height:38px!important;display:block!important;stroke:currentColor!important;stroke-width:2.7!important}.login-transition-card .login-transition-logo.brand-mark.creativeops-mark:before,.login-transition-card .login-transition-logo.brand-mark.creativeops-mark:after,.login-transition-card .login-transition-logo.brand-mark.creativeops-mark>i{display:none!important;content:none!important}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:82px!important;padding:18px 20px 16px!important;margin-bottom:14px!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{display:block!important;min-height:18px!important;line-height:1.35!important;color:#64737a!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance{min-height:188px!important;height:188px!important;padding:24px 28px 22px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-head{margin-bottom:28px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{display:grid!important;grid-template-columns:repeat(3,minmax(92px,1fr))!important;grid-auto-rows:minmax(36px,auto)!important;gap:12px 54px!important;align-items:start!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item{display:grid!important;grid-template-rows:auto auto!important;gap:4px!important;min-height:36px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small{font-size:10px!important;line-height:1.08!important;margin:0!important;position:static!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:19px!important;line-height:1.04!important;margin:0!important;position:static!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{min-height:282px!important;height:282px!important;max-height:282px!important;padding:16px 18px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:206px!important;min-height:206px!important;max-height:206px!important;overflow:hidden!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-responsive-container,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-wrapper,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-surface{height:100%!important;min-height:206px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-stage .empty{display:grid!important;place-items:center!important;height:100%!important;margin:0!important;border:1px dashed #dbe8e5!important;border-radius:10px!important;color:#60727a!important;font-size:13px!important;font-weight:800!important;background:linear-gradient(135deg,#f5fcfaeb,#fffffff5)!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip{transform:translate(-50%,calc(-100% - 28px))!important}}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row{min-width:0!important;gap:8px!important;align-items:center!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>*{min-width:0!important;margin:0!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .custom-select-trigger,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .reset-filters,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button{width:100%!important;min-height:36px!important;height:36px!important;padding-top:0!important;padding-bottom:0!important;font-size:12px!important}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row{display:contents!important}}@media(min-width:861px)and (max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(126px,.52fr) minmax(90px,.38fr)!important;margin-top:2px!important}}@media(max-width:860px){body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row{grid-column:1 / -1!important;display:grid!important;grid-template-columns:1fr 1fr!important}}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .custom-select,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .button-tooltip-wrap,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .reset-filters,body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{grid-column:auto!important;grid-row:auto!important;align-self:center!important}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .reset-filters,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button{width:100%!important;min-width:0!important;max-width:none!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{grid-column:10!important;grid-row:1!important}}@media(min-width:861px)and (max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{grid-column:7!important;grid-row:1!important}}@media(max-width:860px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(0,1fr) auto!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row{display:grid!important;grid-column:1 / -1!important;grid-template-columns:1fr 1fr!important;gap:8px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>*,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>*{min-width:0!important}.creative-aio-inline-progress{grid-template-columns:auto minmax(0,1fr) auto}.creative-aio-inline-progress strong{display:none}}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(260px,1.6fr) minmax(120px,.72fr) minmax(130px,.76fr) minmax(140px,.84fr) minmax(142px,.82fr) minmax(142px,.82fr) minmax(130px,.76fr) minmax(112px,.66fr) minmax(78px,.48fr) 42px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search{display:contents!important}}@media(min-width:861px)and (max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(230px,1.4fr) minmax(120px,.76fr) minmax(130px,.82fr) minmax(140px,.9fr) minmax(142px,.86fr) minmax(142px,.86fr) 42px!important;align-items:center!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row{display:contents!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(126px,.7fr) minmax(90px,.55fr)!important;gap:8px!important;align-items:center!important;margin-top:2px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>*{min-width:0!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups){padding-top:24px!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{position:relative!important;z-index:2!important;min-height:78px!important;height:auto!important;padding:18px 20px 16px!important;margin-bottom:14px!important;overflow:visible!important;align-items:flex-start!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar>div:first-child{min-width:0!important;padding-right:18px!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar h1{display:block!important;margin:0 0 7px!important;line-height:1.08!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{display:block!important;visibility:visible!important;max-width:620px!important;min-height:18px!important;margin:0!important;color:#64737a!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance{min-height:178px!important;height:178px!important;padding:24px 28px 22px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-head{margin-bottom:28px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{display:grid!important;grid-template-columns:repeat(3,minmax(92px,1fr))!important;grid-auto-rows:minmax(34px,auto)!important;gap:12px 54px!important;align-items:start!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item{display:grid!important;grid-template-rows:auto auto!important;align-content:start!important;justify-items:start!important;gap:4px!important;min-height:34px!important;line-height:1!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small{display:block!important;position:static!important;margin:0!important;color:#64707a!important;font-size:10px!important;line-height:1.08!important;font-weight:800!important;white-space:nowrap!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{display:block!important;position:static!important;margin:0!important;color:#111820!important;font-size:19px!important;line-height:1.04!important;font-weight:950!important;white-space:nowrap!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{min-height:282px!important;height:282px!important;max-height:282px!important;padding:16px 18px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head{min-height:42px!important;margin-bottom:8px!important;align-items:flex-start!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-tabs{flex:0 0 auto!important;max-width:100%!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{position:relative!important;display:block!important;height:206px!important;min-height:206px!important;max-height:206px!important;overflow:hidden!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-responsive-container,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-wrapper,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-surface{width:100%!important;height:100%!important;min-height:206px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-stage .empty{display:grid!important;place-items:center!important;height:100%!important;margin:0!important;border:1px dashed #dbe8e5!important;border-radius:10px!important;color:#60727a!important;font-size:13px!important;font-weight:800!important;background:linear-gradient(135deg,#f5fcfaeb,#fffffff5)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-chart{height:100%!important;display:grid!important;grid-template-rows:auto 1fr!important;align-items:center!important;gap:16px!important;padding:20px 24px!important;border:1px solid #e7eadf!important;border-radius:12px!important;background:linear-gradient(180deg,#faffeeb8,#fffffff5)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-meta{display:grid!important;gap:4px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-meta span,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-meta small{color:#64707a!important;font-size:11px!important;font-weight:800!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-meta strong{color:#14202a!important;font-size:34px!important;line-height:1!important;font-weight:950!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-line{position:relative!important;height:10px!important;border-radius:999px!important;background:#eef4e7!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-single-point-line i{position:absolute!important;top:50%!important;right:0!important;width:18px!important;height:18px!important;border:4px solid #98c900!important;border-radius:999px!important;background:#fff!important;transform:translateY(-50%)!important;box-shadow:0 0 0 6px #b8e6002e!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{height:258px!important;min-height:258px!important;max-height:258px!important;padding:14px 16px 12px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-head{min-height:38px!important;margin-bottom:4px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:190px!important;min-height:190px!important;max-height:190px!important;overflow:hidden!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-wrapper,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-surface{width:100%!important;height:100%!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{min-height:216px!important;padding:14px 16px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-card{min-height:156px!important;grid-template-rows:auto auto auto!important;gap:7px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;border-radius:7px!important;background:#101820!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview .thumb,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview .creative-preview,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview .video-poster,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview img,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview video,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview .custom-video-player,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-preview .custom-video-player>video{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;object-fit:cover!important;display:block!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creative-card>strong{min-height:24px!important;line-height:1.12!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .preview-large,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .creative-preview,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .video-poster,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .thumb{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;border-radius:8px!important;background:#101820!important;overflow:hidden!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative img,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative video,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .custom-video-player,body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side .best-creative .custom-video-player>video{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important;object-fit:cover!important;display:block!important;background:#101820!important}}@media(min-width:1101px){body main.workspace:has(.creative-layout){background:linear-gradient(180deg,#e8fcf7c7 0,#f5fbf985 190px,#f6f9f9f5 191px)!important}body main.workspace:has(.creative-layout)>.topbar{margin-bottom:14px!important;padding:18px 20px!important;border:1px solid rgba(160,218,211,.8)!important;border-radius:16px!important;background:radial-gradient(circle at 14% 0%,rgba(211,255,246,.95),transparent 34%),linear-gradient(135deg,#f4fffcfa,#e6f8f5e6)!important;box-shadow:0 16px 42px #12605d14!important}body main.workspace:has(.creative-layout)>.topbar h1{font-size:clamp(24px,2.4vw,34px)!important}body main.workspace:has(.creative-layout)>.topbar p{max-width:880px!important;color:#526a70!important}body main.workspace:has(.creative-layout) .creative-layout .filters{margin-bottom:14px!important;padding:14px 16px!important;border:1px solid rgba(160,218,211,.84)!important;border-radius:16px!important;background:linear-gradient(135deg,#fffffff0,#ebfcf8e6)!important;box-shadow:0 14px 34px #12605d12!important}body main.workspace:has(.creative-layout) .creative-table-shell{border-color:#cde0e5f2!important;background:#fff!important;box-shadow:0 18px 44px #0a1c2612!important}body main.workspace:has(.creative-layout) .creative-table-head button{cursor:pointer!important}}body main.workspace:has(.creative-layout) .creative-layout .filters{align-items:center!important;gap:8px!important}body main.workspace:has(.creative-layout) .creative-layout .filters .search,body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>*,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search>*,body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{min-width:0!important;margin:0!important}body main.workspace:has(.creative-layout) .creative-layout .filters .custom-select-trigger,body main.workspace:has(.creative-layout) .creative-layout .filters .custom-date-trigger,body main.workspace:has(.creative-layout) .creative-layout .filters .reset-filters,body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{min-height:36px!important;height:36px!important;padding-top:0!important;padding-bottom:0!important;font-size:12px!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{width:42px!important;min-width:42px!important;max-width:42px!important;padding-inline:0!important;justify-self:end!important;font-size:0!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger svg{margin:0!important}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{display:grid!important;grid-template-columns:minmax(260px,1.45fr) minmax(114px,.62fr) minmax(132px,.72fr) minmax(142px,.78fr) minmax(142px,.78fr) minmax(142px,.78fr) minmax(132px,.72fr) minmax(112px,.62fr) minmax(82px,.46fr) 42px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row,body main.workspace:has(.creative-layout) .creative-layout .filter-under-search{display:contents!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary,body main.workspace:has(.creative-layout) .creative-layout .creative-aio-inline-progress{grid-column:1 / -1!important}}.login-transition-card .login-transition-logo.refresh-logo.creativeops-mark{position:relative!important;display:grid!important;place-items:center!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;margin:0 auto 4px!important;overflow:hidden!important;border-radius:16px!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.92),transparent 0 20%,transparent 21%),linear-gradient(135deg,#00dec6,#0aa89d 48%,#b9e900)!important;box-shadow:0 18px 36px #00a99d3d,inset 0 0 0 1px #ffffff61!important;color:transparent!important;font-size:0!important}.login-transition-card .login-transition-logo.refresh-logo.creativeops-mark:before{content:""!important;position:absolute!important;top:13px!important;right:13px!important;bottom:13px!important;left:13px!important;border-radius:8px!important;background:#ffffffeb!important;transform:rotate(45deg) scale(.72)!important;z-index:1!important}.login-transition-card .login-transition-logo.refresh-logo.creativeops-mark:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(#fff,#fff) calc(100% - 11px) 50% / 8px 8px no-repeat,linear-gradient(#fff,#fff) 50% calc(100% - 11px) / 8px 8px no-repeat,linear-gradient(#fff,#fff) 11px 50% / 8px 8px no-repeat!important;opacity:.96!important;z-index:2!important}.login-transition-card .login-transition-logo.refresh-logo.creativeops-mark>i{display:none!important}@media(min-width:861px)and (max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .filters{display:grid!important;grid-template-columns:minmax(230px,1.35fr) minmax(120px,.72fr) minmax(132px,.78fr) minmax(142px,.84fr) minmax(142px,.84fr) minmax(142px,.84fr) 42px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row{display:contents!important}body main.workspace:has(.creative-layout) .creative-layout .filter-under-search{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(126px,.52fr) minmax(90px,.38fr)!important;gap:8px!important;align-items:center!important;margin-top:2px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary,body main.workspace:has(.creative-layout) .creative-layout .creative-aio-inline-progress{grid-column:1 / -1!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar{min-height:82px!important;padding:18px 20px 16px!important;margin-bottom:14px!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups)>.topbar p{display:block!important;min-height:18px!important;line-height:1.35!important;color:#64737a!important;overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance{min-height:188px!important;height:188px!important;padding:24px 28px 22px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-head{margin-bottom:28px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-group-grid{display:grid!important;grid-template-columns:repeat(3,minmax(92px,1fr))!important;grid-auto-rows:minmax(36px,auto)!important;gap:12px 54px!important;align-items:start!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item{display:grid!important;grid-template-rows:auto auto!important;gap:4px!important;min-height:36px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{position:static!important;margin:0!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item small{font-size:10px!important;line-height:1.08!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-metric-group.performance .overview-metric-item strong{font-size:19px!important;line-height:1.04!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card{min-height:282px!important;height:282px!important;max-height:282px!important;padding:16px 18px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{height:206px!important;min-height:206px!important;max-height:206px!important;overflow:hidden!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-responsive-container,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-wrapper,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage .recharts-surface{height:100%!important;min-height:206px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-stage .empty{display:grid!important;place-items:center!important;height:100%!important;margin:0!important;border:1px dashed #dbe8e5!important;border-radius:10px!important;color:#60727a!important;font-size:13px!important;font-weight:800!important;background:linear-gradient(135deg,#f5fcfaeb,#fffffff5)!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card,body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-chart-card .overview-chart-stage{overflow:visible!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-native-tooltip{transform:translate(-50%,calc(-100% - 30px))!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card{padding:12px 14px!important;border-radius:8px!important;box-shadow:0 8px 22px #10182809!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card .section-heading{margin-bottom:8px!important;min-height:0!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card .section-heading h2{font-size:14px!important;line-height:1.1!important;margin:0!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-card .section-heading p{display:none!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-list{gap:4px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-list article{min-height:28px!important;gap:8px!important;padding:0!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-list article .status-badge{min-height:24px!important;padding:4px 10px!important;font-size:11px!important;line-height:1!important;border-radius:999px!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .status-activity-list article>strong{min-width:38px!important;text-align:right!important;color:#111820!important;font-size:15px!important;line-height:1!important;font-weight:950!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .overview-digest{align-items:stretch!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-main{height:100%!important;align-self:stretch!important;grid-template-rows:auto minmax(0,1fr)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .analytics-side{height:100%!important;align-self:stretch!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card{display:flex!important;min-height:0!important;height:100%!important;flex-direction:column!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-grid{flex:1 1 auto!important;align-content:start!important}}body main.workspace:has(.creative-layout) .creative-table-row.selected{position:relative!important;background:#dafff7b8!important;box-shadow:inset 3px 0 #00c9b8d1,inset 0 0 0 1px #00c9b829!important}body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:hover,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:focus,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:active,body main.workspace:has(.creative-layout) .creative-table-row.selected .creative-name-cell,body main.workspace:has(.creative-layout) .creative-table-row.selected .creative-name-cell:hover,body main.workspace:has(.creative-layout) .creative-table-row.selected .creative-name-cell:focus,body main.workspace:has(.creative-layout) .creative-table-row.selected .creative-name-cell:active{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;border-radius:0!important;background:none!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;outline:none!important;padding:0!important;transform:none!important;isolation:auto!important}body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:before,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:after,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:hover:before,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:hover:after,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:focus:before,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:focus:after,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:active:before,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell:active:after{content:none!important;display:none!important;opacity:0!important;animation:none!important;background:none!important;filter:none!important}body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell,body main.workspace:has(.creative-layout) .creative-table-row.selected .creative-name-cell{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;text-align:left!important;cursor:default!important;-webkit-user-select:text!important;user-select:text!important}body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell>span,body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell strong{-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body main.workspace:has(.creative-layout) .creative-table-row .creative-name-cell .creative-preview{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}@media(min-width:761px){body .sidebar-profile-card.account-card,body .account-card.sidebar-profile-card{width:156px!important;min-height:auto!important;padding:8px!important;gap:6px!important;border-radius:12px!important;border:1px solid rgba(17,24,39,.08)!important;background:#ffffff6b!important;box-shadow:none!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}body .sidebar-profile-card>label{display:none!important}body .sidebar-profile-card .account-chip{min-height:42px!important;padding:5px!important;border:0!important;border-radius:9px!important;background:transparent!important;box-shadow:none!important}body .sidebar-profile-card .account-chip:before,body .sidebar-profile-card .account-chip:after{content:none!important;display:none!important}body .sidebar-profile-card .designer-chip{gap:8px!important;min-height:32px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}body .sidebar-profile-card .designer-chip b{width:28px!important;height:28px!important;min-width:28px!important;border-radius:9px!important;box-shadow:none!important}body .sidebar-profile-card .designer-chip strong{font-size:12px!important;line-height:1.05!important;color:#172026!important}body .sidebar-profile-card .designer-chip small{font-size:10px!important;line-height:1.05!important;color:#11182794!important}body .sidebar-profile-card .profile-button{display:none!important}body .sidebar-profile-card .logout-button{width:auto!important;min-height:24px!important;margin:2px 0 0!important;padding:0 2px!important;justify-content:flex-start!important;border:0!important;border-radius:0!important;background:transparent!important;color:#4d6300eb!important;box-shadow:none!important;font-size:11px!important;font-weight:850!important}body .sidebar-profile-card .logout-button:before,body .sidebar-profile-card .logout-button:after{content:none!important;display:none!important}}body .modal-backdrop.smooth-modal-backdrop{align-items:center!important;justify-content:center!important;padding:clamp(14px,3vh,28px)!important;overflow:hidden auto!important;animation:modalBackdropIn .15s ease-out both}body .modal-backdrop.smooth-modal-backdrop.closing{pointer-events:none!important;animation:modalBackdropOut .15s ease-in both}body .modal-backdrop.smooth-modal-backdrop>.action-modal{animation:modalPanelIn .17s cubic-bezier(.2,.8,.2,1) both;transform-origin:50% 46%}body .modal-backdrop.smooth-modal-backdrop.closing>.action-modal{animation:modalPanelOut .14s ease-in both}body .modal-backdrop.smooth-modal-backdrop .action-modal:not(.editor-modal):not(.ai-settings-modal){width:min(920px,calc(100vw - 40px))!important;max-height:calc(100dvh - 48px)!important;overflow:visible!important}body .modal-backdrop.smooth-modal-backdrop .action-modal:not(.editor-modal):not(.ai-settings-modal) header{padding:14px 18px!important}body .modal-backdrop.smooth-modal-backdrop .action-modal:not(.editor-modal):not(.ai-settings-modal) .modal-grid.single{padding:12px 18px 18px!important}body .modal-backdrop.smooth-modal-backdrop .action-modal:not(.editor-modal):not(.ai-settings-modal) .status-picker-menu{max-height:min(280px,calc(100dvh - 360px))!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable!important}@keyframes modalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes modalBackdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalPanelIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalPanelOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.99)}}@media(prefers-reduced-motion:reduce){body .modal-backdrop.smooth-modal-backdrop,body .modal-backdrop.smooth-modal-backdrop.closing,body .modal-backdrop.smooth-modal-backdrop>.action-modal,body .modal-backdrop.smooth-modal-backdrop.closing>.action-modal{animation:none!important}}.overview-metric-group.workspace.clickable{cursor:pointer;outline:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.overview-metric-group.workspace.clickable:hover,.overview-metric-group.workspace.clickable:focus-visible{transform:translateY(-1px);border-color:#0d7a7547;box-shadow:0 18px 42px #0d7a751f}body .modal-backdrop.smooth-modal-backdrop>.workspace-manager-modal{width:min(760px,calc(100vw - 32px))!important;max-height:calc(100dvh - 48px)!important;overflow:hidden!important}.workspace-manager-body{display:grid;gap:14px;padding:18px}.workspace-manager-summary{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.workspace-manager-summary>div{min-height:74px;padding:14px;border:1px solid rgba(174,214,222,.85);border-radius:12px;background:#f8fdfceb}.workspace-manager-summary strong{display:block;color:#10202a;font-size:28px;line-height:1}.workspace-manager-summary span{display:block;margin-top:6px;color:#60717a;font-size:13px;font-weight:800}.workspace-manager-summary .primary-button{min-height:44px;white-space:nowrap}.workspace-funnel-list{display:grid;gap:10px;max-height:min(56vh,520px);overflow:auto;padding-right:4px}.workspace-funnel-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid rgba(174,214,222,.78);border-radius:12px;background:#ffffffeb}.workspace-funnel-main{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.workspace-funnel-main>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#eafff9;color:#0d7a75}.workspace-funnel-main strong{display:block;overflow:hidden;color:#14242d;font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.workspace-funnel-main small{display:block;margin-top:3px;color:#65757d;font-size:12px;font-weight:800}.workspace-funnel-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.workspace-funnel-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 11px;border:1px solid rgba(162,196,207,.9);border-radius:999px;background:#fff;color:#1d303a;font-weight:900;cursor:pointer}.workspace-funnel-actions .danger-soft{border-color:#ff5b3d59;color:#c33a24}@media(max-width:720px){.workspace-manager-summary,.workspace-funnel-row{grid-template-columns:1fr}.workspace-funnel-actions{justify-content:flex-start}}body .custom-select-menu.custom-select-menu-floating{position:fixed!important;z-index:30000!important;max-height:min(248px,calc(100vh - 20px))!important;overflow:auto!important;overscroll-behavior:contain;pointer-events:auto}body main.workspace.overview-workspace .overview-metric-group{transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}body main.workspace.overview-workspace .overview-metric-group:hover{border-color:#b4e22b6b!important;background:linear-gradient(135deg,#f1ffd885,#ffffffeb 48%,#eefff7ad),#fff!important;box-shadow:0 14px 34px #79a11517,inset 0 1px #ffffffdb!important;transform:translateY(-1px)}body main.workspace.overview-workspace .overview-metric-group.clickable:hover{cursor:pointer}body .user-table article{grid-template-columns:minmax(260px,1.3fr) 128px 104px minmax(260px,1fr) 140px 120px;column-gap:18px;min-height:74px}body .user-table-person{display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-width:0}body .user-table-avatar{position:relative;display:grid!important;place-items:center;width:42px;height:42px;min-width:42px;overflow:hidden;border:1px solid rgba(0,224,197,.34);border-radius:12px!important;box-shadow:0 10px 24px #05222814}body .user-table-avatar img,body .user-table-avatar .avatar-image-main,body .user-table-avatar .avatar-image-backdrop{max-width:none}body .user-table-person>span{min-width:0}body .user-table-person strong,body .user-table-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .user-table-badge-cell{display:flex!important;align-items:center;justify-content:flex-start;min-height:32px}body .user-table-badge-cell .role-badge,body .user-table-badge-cell .status-pill{height:32px;min-height:32px;padding:0 13px;line-height:1}@media(max-width:980px){body .user-table article{grid-template-columns:1fr;align-items:stretch}}
