@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-panel>.section-heading{position:relative;padding-right:38px}.admin-panel>.section-heading>svg{position:absolute;top:2px;right:2px}.admin-tabs{display:inline-grid;grid-template-columns:repeat(2,minmax(130px,1fr));width:fit-content;padding:4px;border:1px solid #d8e5e8;border-radius:8px;background:#f3f7f7}.admin-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 18px;border:0;border-radius:6px;background:transparent;color:#61727a;font-weight:800;cursor:pointer}.admin-tabs button:hover{color:#17272e;background:#ffffffb8}.admin-tabs button.active{color:#087e76;background:#fff;box-shadow:0 2px 8px #16313a17}.server-status-panel{display:grid;gap:14px;min-width:0}.server-status-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto 40px;align-items:center;gap:10px;padding:14px 16px;border:1px solid #d5e5e8;border-radius:8px;background:#f8fbfb}.server-status-toolbar>div{display:grid;gap:3px;min-width:0}.server-status-toolbar strong{color:#17272e;font-size:15px}.server-status-toolbar span{color:#71828a;font-size:12px}.server-status-toolbar>button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #c8dce1;border-radius:8px;background:#fff;color:#183039;cursor:pointer}.server-status-toolbar>button:hover{border-color:#62cfc4;color:#087e76}.server-status-toolbar .spin{animation:action-spin .9s linear infinite}.server-live-badge{display:inline-flex!important;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:#e3f8ef;color:#16765c!important;font-weight:800}.server-live-badge i{width:7px;height:7px;border-radius:50%;background:#21b77f;box-shadow:0 0 0 4px #21b77f1f}.server-live-badge.error{background:#fff0ed;color:#b84c3b!important}.server-live-badge.error i{background:#e16a58}.server-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.server-summary-grid article{display:grid;grid-template-rows:auto auto auto 5px;gap:8px;min-width:0;padding:15px;border:1px solid #d9e6e9;border-radius:8px;background:#fff}.server-summary-grid article>span{display:flex;align-items:center;gap:7px;color:#687b83;font-size:12px;font-weight:800}.server-summary-grid article>span svg{color:#159e92}.server-summary-grid article>strong{overflow:hidden;color:#14242b;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.server-summary-grid article>small{overflow:hidden;color:#73858d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.server-meter{align-self:end;overflow:hidden;height:5px;border-radius:999px;background:#e8eff0}.server-meter i{display:block;height:100%;border-radius:inherit;background:#33b9a9;transition:width .22s ease}.server-projects-block{overflow:hidden;border:1px solid #d5e4e7;border-radius:8px;background:#fff}.server-projects-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border-bottom:1px solid #e1eaec}.server-projects-heading h3,.server-projects-heading p{margin:0}.server-projects-heading h3{font-size:16px}.server-projects-heading p,.server-projects-heading small{color:#74858c;font-size:11px}.server-projects-table-wrap{overflow-x:auto}.server-projects-table{width:100%;min-width:760px;border-collapse:collapse}.server-projects-table th,.server-projects-table td{padding:11px 14px;border-bottom:1px solid #e6edef;color:#435860;font-size:12px;text-align:left;white-space:nowrap}.server-projects-table th{background:#f7fafa;color:#708188;font-size:10px;text-transform:uppercase}.server-projects-table tbody tr:hover{background:#f3fbf8}.server-projects-table tbody tr:last-child td{border-bottom:0}.server-projects-table td:first-child{display:grid;gap:2px;min-width:210px}.server-projects-table td:first-child strong{color:#1d3037;font-size:13px}.server-projects-table td:first-child small{color:#819097}.project-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#eef2f3;color:#65767d;font-weight:800}.project-status.online{background:#e2f7ee;color:#13765a}.project-status.stopped,.project-status.errored{background:#ffebe7;color:#b94838}.server-value-warning{color:#c25a42!important;font-weight:900}.server-status-error{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #f1c8bf;border-radius:8px;background:#fff5f2;color:#ad4838;font-weight:800}@media(max-width:1180px){.server-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.admin-tabs{width:100%}.server-summary-grid{grid-template-columns:1fr}.server-status-toolbar{grid-template-columns:minmax(0,1fr) auto}.server-status-toolbar>button{grid-column:2}}.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}.aio-power-switch{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;width:100%;min-height:58px;padding:10px 12px;border:1px solid rgba(151,170,179,.28);border-radius:16px;background:linear-gradient(135deg,#ffffffeb,#f6fafaeb);color:#172026;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.aio-power-switch:hover{border-color:#00a99d57;box-shadow:0 14px 34px #00a99d1a}.aio-power-switch i{position:relative;width:54px;height:30px;border-radius:999px;background:#dce8eb;box-shadow:inset 0 0 0 1px #5e767f24;transition:background .16s ease}.aio-power-switch i:after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 6px 14px #08141f29;transition:transform .16s ease}.aio-power-switch.on{border-color:#00a99d52;background:linear-gradient(135deg,#00e0c524,#fffffff0,#beff001a)}.aio-power-switch.on i{background:linear-gradient(135deg,#00e0c5,#baff00)}.aio-power-switch.on i:after{transform:translate(24px)}.aio-power-switch span{display:grid;gap:2px}.aio-power-switch strong{font-size:14px;font-weight:900}.aio-power-switch small{color:#637983;font-size:12px;font-weight:750}.aio-auto-status-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;border:1px solid rgba(0,169,157,.16);border-radius:16px;background:linear-gradient(135deg,#ffffffeb,#eafffca3)}.aio-auto-status-card.failed{border-color:#ff5b4947;background:linear-gradient(135deg,#fff5f1eb,#ffffffeb)}.aio-auto-status-card.running{border-color:#00a99d57;box-shadow:0 0 0 3px #00e0c514}.aio-auto-status-card>div{display:grid;gap:4px;min-height:74px;padding:10px;border-radius:12px;background:#ffffffc7;box-shadow:inset 0 0 0 1px #aeccd357}.aio-auto-status-card span,.aio-schedule-summary span{color:#647780;font-size:11px;font-weight:900;text-transform:uppercase}.aio-auto-status-card strong{color:#172026;font-size:13px;font-weight:950}.aio-auto-status-card small{min-height:16px;color:#60727b;font-size:11px;font-weight:750;line-height:1.3}.aio-schedule-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.aio-schedule-summary span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:8px 10px;border:1px solid rgba(0,169,157,.16);border-radius:12px;background:#ffffffc7;text-transform:none}.aio-schedule-summary svg{color:#008d84;flex:0 0 auto}@media(max-width:980px){.aio-auto-status-card,.aio-schedule-summary{grid-template-columns:1fr}}.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}.facebook-video-preview{position:relative;width:100%;height:100%;min-height:inherit}.facebook-video-preview-badge{position:absolute;top:10px;left:10px;z-index:3;max-width:calc(100% - 20px);padding:6px 9px;border:1px solid rgba(167,244,224,.35);border-radius:999px;color:#d9fff4;background:#081f24c7;box-shadow:0 8px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:700;line-height:1.2}.facebook-video-preview-state{width:100%;height:100%;min-height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;text-align:center;color:#dffaf4;background:radial-gradient(circle at 50% 18%,rgba(29,199,169,.2),transparent 48%),#0f161b}.facebook-video-preview-state span{max-width:320px;color:#94aaa9;font-size:12px}.facebook-video-preview-state button{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:7px 11px;border:1px solid #77d7c8;border-radius:9px;color:#dffaf4;background:#1857536b;cursor:pointer}.facebook-video-preview-state .spin{animation:facebook-preview-spin .9s linear infinite}@keyframes facebook-preview-spin{to{transform:rotate(360deg)}}.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.burned{background:#9a5531}.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}.editor-funnel{width:min(820px,calc(100vw - 32px))}.funnel-big-templates{display:grid;gap:10px;padding:13px;border:1px solid #cfe2e7;border-radius:8px;background:#f7fbfb}.funnel-big-templates-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.funnel-big-templates-head>div{min-width:0}.funnel-big-templates-head strong,.funnel-big-templates-head span{display:block}.funnel-big-templates-head strong{color:#17262d;font-size:14px}.funnel-big-templates-head>div>span{margin-top:2px;color:#637881;font-size:12px;font-weight:500}.funnel-template-upload{flex:0 0 auto;display:block!important}.funnel-template-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.funnel-template-upload span{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid #94cbd0;border-radius:7px;background:#fff;color:#096f72;cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.funnel-template-upload span:hover{border-color:#35afa8;background:#eaf9f5}.funnel-template-list{display:grid;gap:7px}.funnel-template-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto 34px;align-items:center;gap:10px;min-height:54px;padding:7px 8px;border:1px solid #d9e8eb;border-radius:7px;background:#fff}.funnel-template-format{display:grid;place-items:center;width:38px;height:38px;border-radius:6px;background:#142128}.funnel-template-format span{display:block;max-width:26px;max-height:30px;width:22px;background:#66d7c8;border-radius:2px}.funnel-template-item>div:nth-child(2){min-width:0}.funnel-template-item strong,.funnel-template-item>div:nth-child(2) span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funnel-template-item strong{color:#26383f;font-size:13px}.funnel-template-item>div:nth-child(2) span{margin-top:2px;color:#6a7e86;font-size:11px}.funnel-template-ready,.funnel-template-progress{display:inline-flex;align-items:center;gap:5px;color:#087b66;font-size:11px;font-weight:700}.funnel-template-empty{padding:11px;border:1px dashed #c8dcdf;border-radius:7px;color:#6a7d84;font-size:12px;text-align:center}@media(max-width:640px){.funnel-big-templates-head{align-items:stretch;flex-direction:column}.funnel-template-upload span{width:100%}.funnel-template-item{grid-template-columns:34px minmax(0,1fr) 34px}.funnel-template-ready{display:none}}.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.burned{background:#fff0de;color:#93512b}.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}.activity-log-panel{display:grid;gap:16px}.activity-log-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,240px) 42px;gap:10px;align-items:center}.activity-log-search{min-width:0;height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #cfe0e5;border-radius:8px;background:#fff;color:#6a7a82}.activity-log-search input{min-width:0;width:100%;border:0;outline:0;background:transparent}.structured-activity-feed{max-height:min(68vh,760px);overflow:auto;padding-right:4px}.activity-loading-list{display:grid;gap:10px}.activity-loading-row{height:58px;display:grid;grid-template-columns:34px minmax(180px,1fr) 150px;align-items:center;gap:12px;padding:11px 13px;border:1px solid #dbe7ea;border-radius:8px;background:#fff;overflow:hidden}.activity-loading-row span,.activity-loading-row i,.activity-loading-row small{display:block;height:12px;border-radius:4px;background:linear-gradient(90deg,#edf3f3 25%,#f8fbfb,#edf3f3 75%);background-size:200% 100%;animation:activity-loading-shimmer 1.1s linear infinite}.activity-loading-row span{width:34px;height:34px;border-radius:7px}.activity-loading-row i{width:min(440px,72%)}.activity-loading-row small{width:130px;justify-self:end}@keyframes activity-loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.structured-activity-feed .activity-entry{display:grid;grid-template-columns:36px minmax(0,1fr) minmax(150px,auto);align-items:center;gap:12px;padding:11px 13px;background:#fff;border-color:#dbe7ea}.activity-entry-icon{width:34px;height:34px;display:grid!important;place-items:center;margin:0!important;border-radius:7px;background:#eaf8f4;color:#087f74!important}.activity-entry.category-status .activity-entry-icon{background:#e8f5ff;color:#187ca8!important}.activity-entry.category-security .activity-entry-icon{background:#fff0ed;color:#c94735!important}.activity-entry.category-aio .activity-entry-icon{background:#f2f7df;color:#688a00!important}.activity-entry>div:first-of-type{min-width:0}.activity-entry strong{display:block;overflow-wrap:anywhere}.activity-entry-context{display:grid;justify-items:end;gap:2px;color:#708087;font-size:12px;white-space:nowrap}.activity-entry-context small{color:#8a989e}@media(max-width:760px){.activity-log-toolbar{grid-template-columns:1fr 42px}.activity-log-search{grid-column:1 / -1}.structured-activity-feed .activity-entry{grid-template-columns:34px minmax(0,1fr)}.activity-entry-context{grid-column:2;justify-items:start;white-space:normal}}.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.burned{background:#fff0de;color:#93512b;border:1px solid #f3c191}.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}.pause-ads-confirm{width:min(560px,calc(100vw - 32px))}.pause-ads-confirm .confirm-icon{background:#fff1d8;color:#a85b00}.pause-ads-name-list{display:grid;gap:6px;max-height:220px;padding:10px;overflow:auto;border:1px solid #dbe9ed;border-radius:12px;background:#ffffffc7}.pause-ads-name-list span{padding:8px 10px;border-radius:8px;background:#f2f8f8;color:#17333a;font-size:13px;font-weight:800;overflow-wrap:anywhere}.pause-ads-confirm .danger-button{display:inline-flex;align-items:center;gap:7px}.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}.creative-variant-switch{display:inline-flex;align-items:center;gap:3px;width:fit-content;padding:3px;border:1px solid #cce4e2;border-radius:7px;background:#f3faf9}.creative-variant-switch button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:30px;padding:0 12px;border:0;border-radius:5px;background:transparent;color:#52666d;font-weight:700;cursor:pointer;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.creative-variant-switch button:hover{color:#0d6d68;background:#e6f7f3}.creative-variant-switch button.active{color:#075c57;background:#fff;box-shadow:0 1px 4px #08474424}.creative-variant-ready-dot{display:inline-block;width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#21b66f;box-shadow:0 0 0 3px #21b66f24}.big-ready-status{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 10px;border:1px solid #83daa8;border-radius:999px;background:#e8f9ef;color:#12824c;font-size:12px;font-weight:800}.big-archive-note{display:flex;align-items:flex-start;gap:9px;max-width:620px;padding:10px 12px;border:1px solid #a9dfbe;border-radius:10px;background:#effbf4;color:#176c45}.big-archive-note>svg{flex:0 0 auto;margin-top:1px}.big-archive-note>div{display:grid;gap:2px}.big-archive-note span{color:#527263;font-size:12px}.fb-library-section{min-width:0}.fb-library-list{display:grid;gap:8px}.fb-library-row{display:grid;grid-template-columns:28px 54px minmax(180px,1fr) 78px minmax(300px,1.4fr) 38px;align-items:center;gap:14px;min-height:68px;padding:7px 10px;border:1px solid #d8e7e6;border-radius:7px;background:#fbfdfd;transition:border-color .18s ease,background-color .18s ease}.fb-library-row:hover{border-color:#a9d8d1;background:#f3fbf8}.fb-library-row.selected{border-color:#62cdbd;background:linear-gradient(90deg,#e4fbf6,#f5fcf8)}.fb-library-check{display:grid;width:28px;height:34px;place-items:center;cursor:pointer}.fb-library-check input{width:18px;height:18px;accent-color:#00a991;cursor:pointer}.fb-library-row .creative-preview.thumb{width:54px;height:50px}.fb-library-creative{display:grid;gap:3px;min-width:0}.fb-library-creative strong,.fb-library-creative small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fb-library-creative small{color:#697e84}.fb-library-type{display:inline-flex;justify-content:center;width:fit-content;padding:5px 9px;border-radius:999px;background:#dff5ee;color:#08755f;font-size:12px;font-weight:800}.fb-library-type.video{background:#e6f0fb;color:#245f91}.fb-library-hash{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:40px;padding:0 12px;border:1px solid #c9dfdd;border-radius:6px;background:#fff;color:#18373b;cursor:pointer}.fb-library-hash:hover{border-color:#62c5b6;background:#effbf7}.fb-library-hash code{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:text;user-select:text}.fb-library-delete{color:#9d3f43}.fb-library-delete:hover{border-color:#efb7b7;background:#fff2f1;color:#bd2f35}.fb-library-empty{display:grid;justify-items:center;gap:8px;min-height:240px;align-content:center;color:#667b80;text-align:center}@media(max-width:900px){.fb-library-row{grid-template-columns:28px 48px minmax(0,1fr) auto 38px}.fb-library-row .fb-library-hash{grid-column:1 / -1}}@media(max-width:560px){.creative-variant-switch{width:100%}.creative-variant-switch button{flex:1}.fb-library-row{grid-template-columns:28px 48px minmax(0,1fr)}.fb-library-type{grid-column:3}}@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}}body main.workspace .fb-library-section{overflow:hidden}body main.workspace .fb-library-filters{display:grid;grid-template-columns:minmax(240px,1.35fr) minmax(120px,.52fr) minmax(130px,.56fr) minmax(180px,.82fr) minmax(150px,.68fr) 78px;gap:8px;margin:0 0 12px;padding:10px;border:1px solid #d7e8e5;border-radius:8px;background:#f6fbfa}body main.workspace .fb-library-filters .custom-select-trigger,body main.workspace .fb-library-reset,body main.workspace .fb-library-search{min-height:38px;height:38px}body main.workspace .fb-library-search{display:flex;align-items:center;gap:8px;min-width:0;padding:0 11px;border:1px solid #bfd9dc;border-radius:7px;background:#fff;color:#668087}body main.workspace .fb-library-search:focus-within{border-color:#55bdb0;box-shadow:0 0 0 2px #55bdb021}body main.workspace .fb-library-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#173039;font:inherit}body main.workspace .fb-library-reset{border:1px solid #d2e0e0;border-radius:7px;background:#fff;color:#536a70;font-weight:700;cursor:pointer}body main.workspace .fb-library-reset:hover{border-color:#9dcfc8;background:#eff9f6;color:#176b64}body main.workspace .fb-library-row{grid-template-columns:28px 68px minmax(260px,.9fr) 86px minmax(360px,1.35fr) 38px;gap:12px;min-height:76px;padding:8px 10px}body main.workspace .fb-library-preview{display:flex;align-items:center;justify-content:center;width:68px;height:58px;overflow:hidden;border-radius:6px;background:#101a20}body main.workspace .fb-library-preview>.thumb{position:relative!important;inset:auto!important;flex:0 0 68px!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:58px!important;min-height:58px!important;max-height:58px!important;margin:0!important;border-radius:6px!important;overflow:hidden!important}body main.workspace .fb-library-preview>.thumb img,body main.workspace .fb-library-preview>.thumb video{width:100%!important;height:100%!important;object-fit:cover!important}body main.workspace .fb-library-creative{padding-left:2px}body main.workspace .fb-library-labels{display:grid;justify-items:start;gap:4px}body main.workspace .fb-library-variant{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border:1px solid #d2e1e2;border-radius:999px;background:#f3f7f8;color:#63777d;font-size:11px;font-weight:800;line-height:1}body main.workspace .fb-library-variant.big{border-color:#a8df91;background:#edfae8;color:#278342}body main.workspace .fb-library-creative strong{font-size:14px;line-height:1.25}body main.workspace .fb-library-hash{width:100%}body main.workspace .fb-library-bulk{display:flex;align-items:center;gap:8px;min-height:58px;margin:0 0 12px;padding:9px 10px;border:1px solid #cfe6e2;border-radius:8px;background:linear-gradient(90deg,#effbf8,#f8fcf3)}body main.workspace .fb-library-bulk>div{display:grid;gap:2px;min-width:210px;margin-right:auto}body main.workspace .fb-library-bulk strong{color:#153a3d;font-size:13px}body main.workspace .fb-library-bulk span{color:#667d81;font-size:11px}body main.workspace .fb-library-bulk button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 13px;border:1px solid #bfd9dc;border-radius:7px;background:#fff;color:#294e54;font-weight:750;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease}body main.workspace .fb-library-bulk button:hover:not(:disabled){border-color:#62c5b6;background:#effbf7;color:#086c61}body main.workspace .fb-library-bulk button.danger{border-color:#ffc6c2;background:#fff5f3;color:#c83f3f}body main.workspace .fb-library-bulk button.danger:hover:not(:disabled){border-color:#f08f88;background:#ffebe8;color:#a9292f}body main.workspace .fb-library-bulk button:disabled{cursor:not-allowed;opacity:.48}body main.workspace .fb-library-bulk-divider{width:1px;height:28px;margin:0 2px;background:#cfe0de}body main.workspace input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;flex:0 0 20px;width:20px!important;min-width:20px;height:20px!important;min-height:20px;margin:auto!important;padding:0!important;border:1.5px solid #9db8bd!important;border-radius:6px;background:#fff!important;background-position:center;background-repeat:no-repeat;background-size:13px 13px;box-shadow:none!important;vertical-align:middle;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}body main.workspace input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:#00a996!important;background:#effcf9!important}body main.workspace input[type=checkbox]:checked{border-color:#009f8c!important;background:#00ad98 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.2 6.3 11.5 13 4.8' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 13px 13px no-repeat!important}body main.workspace input[type=checkbox]:focus-visible{outline:0;box-shadow:0 0 0 3px #00ad983b!important}body main.workspace input[type=checkbox]:disabled{cursor:not-allowed;opacity:.45}body main.workspace .generator-stats-table-wrap th:first-child,body main.workspace .generator-stats-table-wrap td:first-child,body main.workspace .white-data-table th:first-child,body main.workspace .white-data-table td:first-child{vertical-align:middle;text-align:center}@media(max-width:1180px){body main.workspace .fb-library-filters{grid-template-columns:repeat(2,minmax(0,1fr))}body main.workspace .fb-library-reset{grid-column:2}body main.workspace .fb-library-row{grid-template-columns:28px 68px minmax(0,1fr) 86px 38px}body main.workspace .fb-library-hash{grid-column:3 / 5}body main.workspace .fb-library-bulk{flex-wrap:wrap}body main.workspace .fb-library-bulk>div{flex:1 1 100%}}@media(max-width:680px){body main.workspace .fb-library-filters{grid-template-columns:1fr}body main.workspace .fb-library-reset{grid-column:auto}body main.workspace .fb-library-row{grid-template-columns:28px 60px minmax(0,1fr) 38px}body main.workspace .fb-library-preview{width:60px;height:54px}body main.workspace .fb-library-preview>.thumb{flex-basis:60px!important;width:60px!important;min-width:60px!important;max-width:60px!important;height:54px!important;min-height:54px!important;max-height:54px!important}body main.workspace .fb-library-type{grid-column:3}body main.workspace .fb-library-hash{grid-column:2 / 4}body main.workspace .fb-library-bulk button{flex:1 1 calc(50% - 8px)}body main.workspace .fb-library-bulk-divider{display:none}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.sidebar nav button.task-notifying:not(.active){border-color:#00ad983d;background:#e2fcf59e}.sidebar nav button.task-notifying:not(.active) .nav-task-count{box-shadow:0 0 0 4px #00ad981f;animation:taskBadgePulse 1.8s ease-in-out infinite}@keyframes taskBadgePulse{0%,to{box-shadow:0 0 0 3px #00ad981a}50%{box-shadow:0 0 0 7px #00ad9805}}.task-refresh-button{min-height:40px;padding:9px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #00a892;border-radius:12px;background:#00ad98;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px #008f7d29;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.task-show-all-button{min-height:40px;padding:9px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #b9d4d7;border-radius:12px;background:#ffffffeb;color:#24464d;font:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 5px 14px #1b545b12;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.task-show-all-button:hover{border-color:#72c9bd;background:#f1fcf9;color:#087565;box-shadow:0 7px 18px #1470641c}.task-show-all-button:focus-visible{outline:3px solid rgba(0,173,152,.22);outline-offset:2px}.task-refresh-button:hover:not(:disabled){border-color:#008f7d;background:#009f8c;box-shadow:0 8px 20px #008f7d38}.task-refresh-button:focus-visible{outline:3px solid rgba(0,173,152,.25);outline-offset:2px}.task-refresh-button:disabled{opacity:.62;cursor:wait}.task-type-pill{padding:3px 8px;border:1px solid #d9e8e7;border-radius:999px;background:#f5faf9;color:#4f696d;font-size:10px;font-weight:800;line-height:1.35}.task-auto-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border:1px solid #b9e99b;border-radius:999px;color:#3c741b;background:#efffe5;font-size:10px;font-weight:850;line-height:1.35}.task-file-name{max-width:100%;overflow:hidden;color:#18383d;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.task-stages{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))}.task-card.task-running .task-progress-track>span{background:linear-gradient(90deg,#0b9f8b,#50c8b5)}@media(prefers-reduced-motion:reduce){.sidebar nav button.task-notifying .nav-task-count{animation:none!important}.task-progress-track>span{transition:none}}.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-burned .custom-select-trigger{border-color:#f3c191!important;background:#fff4e7!important;color:#93512b!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}.login-transition-actions{display:flex;width:100%;max-width:310px;gap:10px;margin-top:4px}.login-transition-actions button{min-width:0;flex:1 1 0}.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 .aio-sync-button-wrap{display:grid!important;gap:3px!important;align-content:center!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-last-sync-note{display:block!important;width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#70868a!important;font-size:10px!important;font-weight:700!important;line-height:1.1!important;text-align:center!important;opacity:.86!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-last-sync-note.running{color:#087f74!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}}.template-generator [hidden]{display:none!important}.generator-subtabs{display:flex;align-items:center;gap:5px;padding:5px;overflow-x:auto;border:1px solid #cce3e6;border-radius:14px;background:#f5fafb}.generator-subtabs>button,.white-manager-nav>button{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;gap:7px;padding:0 16px;color:#526b72;font-size:12px;font-weight:850;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.generator-subtabs>button:hover,.white-manager-nav>button:hover{color:#007e70;background:#eafffb}.generator-subtabs>button.active,.white-manager-nav>button.active{color:#173900;border-color:#b6e453;background:linear-gradient(135deg,#eaffbd,#d9ff94);box-shadow:0 4px 12px #7cb1161f}.generator-subtabs>button span,.white-manager-nav>button span{display:inline-grid;min-width:20px;height:20px;place-items:center;padding-inline:5px;color:#4e6c71;font-size:9px;border-radius:20px;background:#ffffffb8}.white-manager{display:grid;gap:13px;min-width:0}.white-manager-head,.white-group-panel,.white-management-card{border:1px solid #cce3e6;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1f4c530b}.white-manager-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;background:linear-gradient(115deg,#f1fffc,#fbfff3)}.white-manager-head>div,.white-table-toolbar>div:first-child{display:grid;gap:3px}.white-manager-head strong,.white-table-toolbar strong{color:#17363b;font-size:15px}.white-manager-head span,.white-table-toolbar span{color:#6c8288;font-size:11px;font-weight:650}.white-manager-head button,.white-group-panel button,.white-table-toolbar button,.white-bulk-toolbar button,.white-upload-form button,.white-pagination button,.white-data-table button{display:inline-flex;min-height:37px;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#28545b;font-size:11px;font-weight:850;border:1px solid #bdd9dd;border-radius:9px;background:#fff;cursor:pointer}.white-manager-head button:hover,.white-table-toolbar button:hover,.white-bulk-toolbar button:hover,.white-pagination button:hover{color:#007f70;border-color:#83d2ca;background:#f0fffc}.white-manager-nav{display:flex;gap:5px;padding:5px;overflow-x:auto;border:1px solid #d6e7e9;border-radius:13px;background:#fff}.white-group-panel{padding:14px}.white-group-panel-head,.white-table-toolbar,.white-bulk-toolbar,.white-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.white-group-panel-head>div:first-child{display:grid;gap:3px}.white-group-panel-head strong{color:#17363b;font-size:13px}.white-group-panel-head span{color:#6c8288;font-size:10px}.white-group-panel-head>div:last-child,.white-table-toolbar>div,.white-pagination>div{display:flex;align-items:center;gap:7px}.white-group-panel input,.white-table-toolbar input,.white-table-toolbar select,.white-bulk-toolbar select,.white-upload-form input,.white-upload-form select,.white-data-table input,.white-data-table select,.white-data-table textarea{min-width:0;height:38px;padding:0 10px;color:#17363b;font:inherit;font-size:11px;font-weight:650;border:1px solid #bed8dc;border-radius:8px;outline:none;background:#fff}.white-data-table textarea{width:100%;height:auto;min-height:58px;padding-block:8px;resize:vertical}.white-group-panel input:focus,.white-table-toolbar :is(input,select):focus,.white-bulk-toolbar select:focus,.white-data-table :is(input,select,textarea):focus{border-color:#00a891;box-shadow:0 0 0 3px #00a8911a}.white-group-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:11px;padding-bottom:2px;overflow:visible}.white-filter-bar,.white-table-toolbar>.white-filter-bar,.white-table-toolbar>div.white-filter-bar{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:8px}.white-table-toolbar>div.white-filter-bar{flex:1 1 760px}.white-group-filter-bar,.white-text-filter-bar{margin-top:11px;padding:9px;border:1px solid #dbe9eb;border-radius:10px;background:#f7fbfb}.white-filter-search{display:flex;min-width:min(260px,100%);flex:1 1 280px;align-items:center;gap:7px;padding-left:10px;color:#6a8288;border:1px solid #bed8dc;border-radius:9px;background:#fff}.white-filter-search:focus-within{border-color:#00a891;box-shadow:0 0 0 3px #00a8911a}.white-group-panel .white-filter-search input,.white-table-toolbar .white-filter-search input,.white-text-filter-bar .white-filter-search input{width:100%;min-width:0;height:39px;padding:0 10px 0 0;color:#17363b;font:inherit;font-size:12px;font-weight:700;border:0!important;border-radius:0;outline:0;box-shadow:none!important;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.white-filter-bar>.custom-select{width:180px;flex:0 0 180px}.white-filter-result{color:#627b81!important;font-size:10px!important;font-weight:800!important;white-space:nowrap}.white-filter-reset,.white-manager .white-filter-reset{display:inline-flex;min-height:41px!important;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#526e74!important;font:inherit;font-size:11px;font-weight:850;border-color:#d4e2e4!important;border-style:solid;border-width:1px;border-radius:10px;background:#fff!important;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.white-filter-reset:hover{color:#087f70!important;border-color:#8dcfc8!important;background:#f1fffb!important}.white-filter-reset:focus-visible{outline:3px solid rgba(0,168,145,.16);outline-offset:2px}.white-filter-empty{grid-column:1 / -1;padding:18px;color:#71878c;text-align:center;border:1px dashed #cddfe2;border-radius:10px;background:#fafdfd;font-size:11px;font-weight:700}.white-group-cards>button{display:grid;width:100%;min-width:0;min-height:58px;justify-items:start;gap:3px;text-align:left}.template-generator .custom-select{width:100%;min-width:0}.template-generator .custom-select-trigger{width:100%;min-width:0;height:41px;padding-inline:11px;color:#17363b;font-size:12px;font-weight:750;border:1px solid #b9d6dc;border-radius:10px;background:#fff}.template-generator .custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generator-template-quick .generator-template-select{width:min(300px,100%)}.generator-export-controls .custom-select{min-width:92px}.white-table-toolbar .custom-select{width:170px}.white-bulk-toolbar .custom-select{width:190px}.white-data-table .custom-select-trigger{height:38px;border-radius:8px}.white-group-cards>button.active{color:#007d6f;border-color:#83d8cf;background:#eafffa}.white-group-cards strong{max-width:150px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.white-group-cards span{color:#73888d;font-size:9px}.white-group-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:10px;padding-top:10px;border-top:1px solid #e0ecee}.white-group-actions>span{margin-right:auto;color:#687f85;font-size:10px;font-weight:750}.white-group-actions button.danger{color:#d34136;border-color:#ffd0ca;background:#fff7f5}.white-upload-layout{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(400px,1.2fr);gap:13px}.white-management-card{min-width:0;padding:15px}.white-upload-form{display:grid;gap:11px;margin-top:14px}.white-upload-form label,.white-upload-field{display:grid;gap:6px;color:#526d74;font-size:11px;font-weight:800}.generator-file-picker{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:52px;gap:10px;padding:7px;border:1px solid #b7d8e5;border-radius:10px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.generator-file-picker:hover,.generator-file-picker:focus-within{border-color:#21bdb1;box-shadow:0 0 0 3px #21bdb11a}.generator-file-picker.has-files{background:linear-gradient(135deg,#dafff9b8,#f7ffe8b3)}.generator-file-picker-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0;pointer-events:none}.generator-statistics{display:grid;gap:14px}.generator-stats-head,.generator-stats-controls,.generator-stats-table-head,.generator-stats-bulk,.generator-stats-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px}.generator-stats-head{padding:16px 18px;border:1px solid #b8dde3;border-radius:14px;background:linear-gradient(135deg,#eefffcf2,#fcffefeb)}.generator-stats-head>div:first-child,.generator-stats-table-head>div:first-child{display:grid;gap:4px}.generator-stats-head strong,.generator-stats-table-head strong{color:#16282e;font-size:17px}.generator-stats-head span,.generator-stats-table-head span{color:#627b82;font-size:12px}.generator-stats-head-actions,.generator-stats-pagination>div{display:flex;gap:8px}.generator-stats-head button,.generator-stats-filterbar>button,.generator-stats-bulk button,.generator-stats-pagination button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;gap:7px;padding:0 13px;border:1px solid #b8d8e2;border-radius:9px;color:#244a54;background:#fff;font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.generator-stats-head button:hover,.generator-stats-filterbar>button:hover,.generator-stats-bulk button:hover,.generator-stats-pagination button:hover:not(:disabled){border-color:#21b8ae;background:#effffb}.generator-stats-head button.primary{color:#173900;border-color:#a8e500;background:linear-gradient(135deg,#cfff00,#9de900)}.generator-stats-head button:disabled,.generator-stats-bulk button:disabled,.generator-stats-pagination button:disabled{opacity:.48;cursor:not-allowed}.generator-stats-controls{align-items:stretch;padding:14px;border:1px solid #c6e0e6;border-radius:14px;background:#fff}.generator-stats-pause-tool{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(360px,1.5fr);gap:12px 18px;padding:16px;border:1px solid #ffd1c9;border-radius:14px;background:linear-gradient(135deg,snow,#fffef5)}.generator-stats-pause-copy{display:grid;align-content:start;gap:6px}.generator-stats-pause-copy strong{display:flex;align-items:center;gap:8px;color:#9b3028;font-size:15px}.generator-stats-pause-copy span,.generator-stats-pause-options>span{color:#6d8187;font-size:11px}.generator-stats-pause-tool textarea{width:100%;min-height:96px;resize:vertical;padding:11px 13px;border:1px solid #b8d8e2;border-radius:10px;outline:none;color:#18343b;background:#fff;font:700 12px/1.5 inherit}.generator-stats-pause-tool textarea:focus{border-color:#16b6a7;box-shadow:0 0 0 3px #16b6a71c}.generator-stats-pause-options{display:flex;grid-column:1 / -1;align-items:center;flex-wrap:wrap;gap:8px}.generator-stats-pause-options button{display:inline-flex;align-items:center;min-height:38px;gap:7px;padding:0 13px;border:1px solid #bfdce2;border-radius:9px;color:#35565e;background:#fff;font-weight:800;cursor:pointer}.generator-stats-pause-options button i{display:grid;width:18px;height:18px;place-items:center;border:1px solid #aed1d8;border-radius:5px;font-style:normal}.generator-stats-pause-options button.selected{color:#087d72;border-color:#5dd5c8;background:#eafff8}.generator-stats-pause-options button.selected i{color:#fff;border-color:#0aaa99;background:#0aaa99}.generator-stats-pause-options>span{margin-left:auto}.generator-stats-pause-options button.danger{color:#c63832;border-color:#ffaaa3;background:#fff5f4}.generator-stats-pause-options button:disabled{opacity:.45;cursor:not-allowed}.stats-account-rename-modal{width:min(820px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px));overflow:hidden;border:1px solid #a9d8dc;border-radius:22px;background:#fff;box-shadow:0 28px 80px #0a2f3540}.stats-account-rename-modal>header{display:grid;grid-template-columns:44px minmax(0,1fr) 40px;gap:13px;align-items:start;padding:22px 24px 18px;border-bottom:1px solid #d9e9ec;background:linear-gradient(135deg,#effffb,#fffdf1)}.stats-account-rename-icon{display:grid;width:42px;height:42px;place-items:center;color:#087e73;border:1px solid #8cddd4;border-radius:13px;background:#e6fff8}.stats-account-rename-modal header>div:nth-child(2){min-width:0}.stats-account-rename-modal header span{color:#087e73;font-size:10px;font-weight:900;letter-spacing:.08em}.stats-account-rename-modal h2{margin:3px 0 4px;color:#152d33;font-size:clamp(21px,3vw,27px);line-height:1.15}.stats-account-rename-modal header p{margin:0;color:#647d83;font-size:12px;line-height:1.5}.stats-account-rename-modal .icon-button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid #b9d7dd;border-radius:12px;color:#27464d;background:#fff;cursor:pointer}.stats-account-rename-body{display:grid;gap:13px;max-height:calc(100vh - 180px);overflow-y:auto;padding:20px 24px 24px}.stats-account-rename-body>label{color:#25444b;font-size:12px;font-weight:800}.stats-account-rename-body textarea{width:100%;min-height:220px;resize:vertical;padding:13px 14px;border:1px solid #afd2d9;border-radius:13px;outline:0;color:#17383f;background:#fbfefe;font:700 13px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace}.stats-account-rename-body textarea:focus{border-color:#12ad9e;box-shadow:0 0 0 3px #12ad9e1f}.stats-account-rename-summary{display:flex;flex-wrap:wrap;gap:8px}.stats-account-rename-summary span{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:0 10px;border:1px solid #d4e4e7;border-radius:9px;color:#547077;background:#f8fbfc;font-size:11px;font-weight:800}.stats-account-rename-summary span.ok{color:#087e62;border-color:#a7e4d1;background:#effdf7}.stats-account-rename-summary span.bad{color:#b43a32;border-color:#ffc4be;background:#fff4f2}.stats-account-rename-issues{display:grid;gap:5px;padding:10px 12px;border:1px solid #ffc4be;border-radius:11px;color:#a3312a;background:#fff6f4;font-size:11px;font-weight:700}.stats-account-rename-results{display:grid;gap:8px;max-height:430px;overflow-y:auto;padding-right:3px}.stats-account-rename-results article{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(230px,1.3fr) auto;gap:14px;align-items:center;padding:11px 13px;border:1px solid #d5e5e8;border-radius:12px;background:#fbfdfd}.stats-account-rename-results article.ready,.stats-account-rename-results article.renamed{border-color:#9edfd5;background:#f2fffb}.stats-account-rename-results article.failed,.stats-account-rename-results article.not_found{border-color:#ffc5bf;background:#fff6f4}.stats-account-rename-results article>div{display:grid;min-width:0;gap:3px}.stats-account-rename-results strong,.stats-account-rename-results span,.stats-account-rename-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-account-rename-results strong{color:#18343a;font-size:12px}.stats-account-rename-results code{color:#617b81;font-size:10px}.stats-account-rename-results span{color:#18343a;font-size:11px;font-weight:800}.stats-account-rename-results small{color:#6a8085;font-size:10px}.stats-account-rename-results b{padding:5px 8px;border-radius:999px;color:#087e73;background:#e4faf4;font-size:10px;white-space:nowrap}.stats-account-rename-results article.failed b,.stats-account-rename-results article.not_found b{color:#b43a32;background:#ffe8e5}.stats-account-rename-body>footer{display:flex;justify-content:flex-end;gap:9px;padding-top:3px}.stats-account-rename-body>footer button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:11px;font-weight:850;cursor:pointer}.stats-account-rename-body>footer .primary-button{border:1px solid #91c900;color:#193000;background:#baff00}.stats-account-rename-body>footer button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:720px){.stats-account-rename-modal{width:calc(100vw - 18px);max-height:calc(100vh - 18px);border-radius:16px}.stats-account-rename-modal>header{grid-template-columns:38px minmax(0,1fr) 36px;padding:16px}.stats-account-rename-icon{width:38px;height:38px}.stats-account-rename-body{max-height:calc(100vh - 155px);padding:15px 16px 18px}.stats-account-rename-results article{grid-template-columns:1fr auto}.stats-account-rename-results article>div:nth-child(2){grid-column:1 / -1;grid-row:2}.stats-account-rename-body>footer{align-items:stretch;flex-direction:column-reverse}}.generator-stats-source-field{display:grid;flex:1 1 auto;min-width:0;gap:8px}.generator-stats-source-field>span,.generator-stats-range>span{color:#526d74;font-size:11px;font-weight:800}.generator-stats-source-list{display:flex;flex-wrap:wrap;gap:8px}.generator-stats-source-list>button{display:flex;align-items:center;min-width:150px;gap:9px;padding:8px 11px;border:1px solid #c4dce4;border-radius:10px;color:#24444d;background:#fff;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.generator-stats-source-list>button:hover{border-color:#55cbbf}.generator-stats-source-list>button.selected{border-color:#43c7b8;background:linear-gradient(135deg,#e9fffa,#f8ffe9);box-shadow:0 0 0 3px #29beaf14}.generator-stats-source-list i{display:grid;place-items:center;width:19px;height:19px;flex:0 0 auto;border:1px solid #a9cbd4;border-radius:6px;color:#fff;background:#fff}.generator-stats-source-list button.selected i{border-color:#0db09f;background:#0db09f}.generator-stats-source-list button>span{display:grid;gap:2px}.generator-stats-source-list strong{font-size:12px}.generator-stats-source-list small{color:#71888e;font-size:10px}.generator-stats-range{display:grid;flex:0 0 330px;align-content:start;gap:8px}.generator-stats-range .overview-date-range{position:relative;width:100%;z-index:30}.generator-stats-range .overview-date-range-trigger{display:grid;grid-template-columns:1fr auto 1fr 16px;align-items:center;width:100%;height:40px;gap:8px;padding:0 12px;border:1px solid #b8d8e2;border-radius:9px;color:#516870;background:#fff;box-shadow:none;cursor:pointer}.generator-stats-range .overview-date-range-trigger strong{color:#263f47;font-size:11px;font-weight:850;white-space:nowrap}.generator-stats-range .overview-date-range-trigger span{color:#93a5aa}.generator-stats-range .overview-date-range-trigger svg{color:#567078}.generator-stats-range .overview-date-range-popover{position:absolute;top:calc(100% + 8px);right:0;display:grid;width:min(700px,calc(100vw - 48px));gap:12px;padding:12px;border:1px solid #d5e5e9;border-radius:13px;background:#fff;box-shadow:0 24px 60px #14373e2e}.generator-stats-range .overview-date-range-fields{display:grid;grid-template-columns:1fr 62px 18px 1fr 62px;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #e7f0f2}.generator-stats-range .overview-date-range-fields button,.generator-stats-range .overview-date-range-fields span{display:inline-flex;align-items:center;height:32px;border:0;border-radius:7px;color:#526a72;background:#f1f7f8;font-size:12px;font-weight:750}.generator-stats-range .overview-date-range-fields button{justify-content:flex-start;padding:0 12px;cursor:pointer}.generator-stats-range .overview-date-range-fields button.active{color:#078d80;background:#e7fbf6}.generator-stats-range .overview-date-range-fields span{justify-content:center}.generator-stats-range .overview-date-range-fields i{color:#93a5aa;font-style:normal;text-align:center}.generator-stats-range .overview-date-range-body{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:16px}.generator-stats-range .overview-date-range-calendars{display:grid;grid-template-columns:repeat(2,244px);gap:18px;padding-right:16px;border-right:1px solid #e7f0f2}.generator-stats-range .overview-month-calendar{display:grid;width:244px;gap:10px}.generator-stats-range .overview-month-head{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;min-height:30px}.generator-stats-range .overview-month-head strong{color:#283e45;font-size:14px;font-weight:850;text-align:center}.generator-stats-range .overview-month-head button{position:relative;z-index:2;width:28px;height:28px;padding:0;border:0;border-radius:7px;color:#315159;background:transparent;font-size:22px;cursor:pointer}.generator-stats-range .overview-month-week,.generator-stats-range .overview-month-grid{display:grid;grid-template-columns:repeat(7,28px);justify-content:space-between;gap:6px}.generator-stats-range .overview-month-week span{color:#74898f;font-size:11px;font-weight:800;text-align:center}.generator-stats-range .overview-month-grid button{width:28px;height:28px;padding:0;border:0;border-radius:999px;color:#60777e;background:transparent;font-size:11px;font-weight:750;cursor:pointer}.generator-stats-range .overview-month-grid button.muted{opacity:.35}.generator-stats-range .overview-month-grid button.in-range{color:#087d72;border-radius:8px;background:#e6faf5}.generator-stats-range .overview-month-grid button.selected{color:#fff;background:#0aaa99;box-shadow:0 7px 16px #0aaa993d}.generator-stats-range .overview-month-grid button.disabled{opacity:.22;cursor:not-allowed}.generator-stats-range .overview-date-range-presets{display:grid;align-content:start;gap:3px}.generator-stats-range .overview-date-range-presets strong{padding:0 6px 4px;color:#74898f;font-size:11px;font-weight:800}.generator-stats-range .overview-date-range-presets button{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 7px;border:0;border-radius:5px;color:#60777e;background:transparent;font-size:11px;font-weight:750;cursor:pointer}.generator-stats-range .overview-date-range-presets button:hover,.generator-stats-range .overview-date-range-presets button:has(svg){color:#087d72;background:#e7fbf6}.generator-stats-range .overview-date-range-actions{display:flex;gap:8px}.generator-stats-range .overview-date-range-actions button{min-width:72px;height:34px;border:0;border-radius:7px;color:#60777e;background:#edf4f5;font-size:11px;font-weight:850;cursor:pointer}.generator-stats-range .overview-date-range-actions button.apply{color:#173900;background:linear-gradient(135deg,#cfff00,#9de900)}@media(max-width:760px){.generator-stats-range .overview-date-range-popover{right:auto;left:0}.generator-stats-range .overview-date-range-body{grid-template-columns:1fr}.generator-stats-range .overview-date-range-calendars{grid-template-columns:244px;justify-content:center;padding:0 0 12px;border-right:0;border-bottom:1px solid #e7f0f2}.generator-stats-range .overview-month-calendar:nth-child(2){display:none}}.generator-stats-progress{display:grid;grid-template-columns:minmax(160px,auto) minmax(180px,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid #91dcd5;border-radius:12px;background:#effffb}.generator-stats-progress>div:first-child{display:grid;gap:2px}.generator-stats-progress span{color:#627b82;font-size:11px}.generator-stats-progress>div:nth-child(2){height:8px;overflow:hidden;border-radius:99px;background:#dcebea}.generator-stats-progress>div:nth-child(2) i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0aaa99,#7adbcf);transition:width .24s ease}.generator-stats-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.generator-stats-kpis article{display:grid;min-height:104px;align-content:center;gap:5px;padding:14px;border:1px solid #c7dfe5;border-radius:13px;background:#fff}.generator-stats-kpis span,.generator-stats-kpis small{color:#6a8188;font-size:11px}.generator-stats-kpis strong{color:#17333b;font-size:22px;letter-spacing:-.02em}.generator-stats-filterbar{display:grid;grid-template-columns:150px 150px 160px 145px 170px minmax(220px,1fr) auto;align-items:center;gap:8px;padding:11px;border:1px solid #c6e0e6;border-radius:12px;background:#f8fcfd}.generator-stats-filterbar.level-bm{grid-template-columns:145px minmax(260px,1fr) auto}.generator-stats-filterbar.level-campaigns,.generator-stats-filterbar.level-adsets{grid-template-columns:150px 150px 160px 145px minmax(260px,1fr) auto}.generator-stats-filterbar.multi-bm{grid-template-columns:190px 150px 150px 160px 145px 170px minmax(220px,1fr) auto}.generator-stats-filterbar.level-campaigns.multi-bm,.generator-stats-filterbar.level-adsets.multi-bm{grid-template-columns:190px 150px 150px 160px 145px minmax(260px,1fr) auto}.generator-stats-usd-toggle{display:grid!important;grid-template-columns:auto 1fr 22px;align-items:center;min-width:0;height:40px!important;gap:7px;padding:0 9px!important;border:1px solid #b8d8e2!important;border-radius:9px!important;color:#567078!important;background:#fff!important;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.generator-stats-usd-toggle>span{display:grid;min-width:0;gap:0;text-align:left}.generator-stats-usd-toggle strong{overflow:hidden;font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.generator-stats-usd-toggle small{overflow:hidden;color:#80949a;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.generator-stats-usd-toggle>i{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#edf4f5}.generator-stats-usd-toggle.active{color:#087d72!important;border-color:#74d8ca!important;background:linear-gradient(135deg,#e9fffa,#fbffe9)!important}.generator-stats-usd-toggle.active>i{color:#fff;background:#0aaa99}.generator-stats-usd-toggle:focus-visible{outline:3px solid rgba(10,170,153,.22);outline-offset:2px}.generator-stats-filterbar>label{display:flex;align-items:center;min-width:0;height:40px;gap:8px;padding:0 11px;border:1px solid #b8d8e2;border-radius:9px;color:#6b858c;background:#fff}.generator-stats-filterbar input{min-width:0;width:100%;border:0;outline:0;color:#18323a;background:transparent}.generator-stats-table-head{padding:2px 2px 0}.generator-stats-level-switch{display:flex;padding:4px;border-radius:10px;background:#eaf4f6}.generator-stats-level-switch button{min-height:34px;padding:0 18px;border:0;border-radius:7px;color:#668087;background:transparent;font-weight:800;cursor:pointer}.generator-stats-level-switch button.active{color:#087d72;background:#fff;box-shadow:0 2px 8px #1c4e5414}.generator-stats-breadcrumbs{display:flex;align-items:center;justify-content:flex-end;min-width:0;gap:5px;padding:5px;border:1px solid #d2e4e8;border-radius:10px;background:#f4f9fa}.generator-stats-breadcrumbs>button{max-width:230px;min-height:32px;overflow:hidden;padding:0 10px;border:0;border-radius:7px;color:#557078;background:transparent;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.generator-stats-breadcrumbs>button:hover{color:#087d72;background:#e8f8f4}.generator-stats-breadcrumbs>button.active{color:#087d72;background:#fff;box-shadow:0 2px 8px #1c4e541a}.generator-stats-breadcrumbs>svg{flex:0 0 auto;color:#9ab0b5}.generator-stats-bulk{min-height:0;max-height:0;overflow:hidden;padding:0 14px;border:0 solid #bde0dc;border-radius:11px;opacity:0;background:#f1fffb;transition:max-height .18s ease,min-height .18s ease,padding .18s ease,opacity .18s ease}.generator-stats-bulk.visible{min-height:62px;max-height:86px;padding:8px 12px;border-width:1px;opacity:1}.generator-stats-bulk-summary{display:grid;min-width:215px;margin-right:auto;gap:2px}.generator-stats-bulk-summary span{color:#36565e;font-size:12px}.generator-stats-bulk-summary small{color:#72898f;font-size:10px}.generator-stats-bulk-divider{width:1px;height:30px;background:#cde2df}.generator-stats-bulk button.danger{color:#d33d3d;border-color:#ffc0c0;background:#fff8f8}.generator-stats-table-wrap{width:100%;overflow:auto;border:1px solid #c7dfe5;border-radius:13px;background:#fff}.generator-stats-table-wrap table{width:100%;min-width:1080px;border-collapse:collapse}.generator-stats-table-wrap th,.generator-stats-table-wrap td{padding:11px 10px;border-bottom:1px solid #dce9ec;color:#2d4850;font-size:11px;text-align:left;white-space:nowrap}.generator-stats-table-wrap th{position:sticky;top:0;z-index:2;background:#f3f9fa}.generator-stats-table-wrap th button{padding:0;border:0;color:#587078;background:transparent;font-weight:800;cursor:pointer}.generator-stats-table-wrap th button.active{color:#078d80}.generator-stats-table-wrap th button.active:after{content:" ↓"}.generator-stats-table-wrap th button.active.asc:after{content:" ↑"}.generator-stats-table-wrap tbody tr:hover{background:#f7fffd}.generator-stats-table-wrap tbody tr.selected{background:#eafff8}.generator-stats-table-wrap tbody tr.drillable{cursor:pointer}.generator-stats-table-wrap tbody tr.drillable:hover{background:linear-gradient(90deg,#effffb,#fbfff3)}.generator-stats-table-wrap td.empty{height:120px;color:#72888e;text-align:center}.generator-stats-table-wrap tfoot td{position:sticky;bottom:0;z-index:1;border-top:2px solid #8ddbd1;border-bottom:0;color:#173f45;background:linear-gradient(90deg,#effffb,#f8fff3);box-shadow:0 -8px 18px #1c686312;font-weight:800}.generator-stats-total-label{display:grid;gap:2px}.generator-stats-total-label strong{color:#087f74;font-size:12px;line-height:1.1}.generator-stats-total-label small{color:#6b8187;font-size:9px;font-weight:650}.generator-stats-open-col{width:62px;text-align:center!important}.generator-stats-open-col>button{display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #bedde2;border-radius:8px;color:#158b80;background:#f4fffc;cursor:pointer}.generator-stats-open-col>button:hover{border-color:#48c8bc;background:#e7fbf6}.generator-stats-status{display:inline-flex;padding:4px 8px;border-radius:99px;color:#526f76;background:#edf3f5;font-size:10px;font-weight:850}.generator-stats-status.active{color:#087a55;background:#e4f8ee}.generator-stats-status.paused{color:#986218;background:#fff2dc}.generator-stats-status.archived{color:#6a7180;background:#eceef2}.generator-stats-status.ready{color:#087a55;background:#e4f8ee}.generator-stats-status.empty{color:#8b6a25;background:#fff2dc}.generator-stats-review{display:inline-flex;padding:4px 8px;border-radius:99px;color:#087a55;background:#e4f8ee;font-size:10px;font-weight:850}.generator-stats-review.rejected{color:#c23838;background:#fff0f0}.generator-stats-pagination{padding:0 2px;color:#637b82;font-size:12px}.generator-stats-pagination .prev{transform:rotate(180deg)}@media(max-width:1320px){.generator-stats-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.generator-stats-filterbar{grid-template-columns:repeat(4,minmax(150px,1fr))}.generator-stats-filterbar>label{grid-column:span 3}}@media(max-width:860px){.generator-stats-head,.generator-stats-controls{align-items:stretch;flex-direction:column}.generator-stats-head-actions{width:100%}.generator-stats-head-actions button{flex:1}.generator-stats-range{flex-basis:auto;width:100%}.generator-stats-kpis,.generator-stats-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}.generator-stats-filterbar>label{grid-column:span 2}.generator-stats-progress{grid-template-columns:1fr auto}.generator-stats-progress>div:nth-child(2){grid-column:1 / -1;grid-row:2}.generator-stats-table-head{align-items:stretch;flex-direction:column}.generator-stats-breadcrumbs{justify-content:flex-start;overflow-x:auto}.generator-stats-bulk.visible{align-items:stretch;max-height:none;flex-wrap:wrap}.generator-stats-bulk-summary{flex:1 1 100%}.generator-stats-pause-tool{grid-template-columns:1fr}.generator-stats-pause-options{grid-column:auto}.generator-stats-pause-options>span{width:100%;margin-left:0}}@media(max-width:560px){.generator-stats-kpis,.generator-stats-filterbar{grid-template-columns:1fr}.generator-stats-filterbar>label{grid-column:auto}.generator-stats-table-head{align-items:stretch;flex-direction:column}.generator-stats-level-switch button{flex:1}}.white-upload-form .generator-file-picker-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;gap:7px;padding:0 13px;color:#116a68;border:1px solid #82d7d1;border-radius:8px;background:#f5fffd;font-weight:800;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.white-upload-form .generator-file-picker-button:hover{color:#075654;border-color:#22bcb1;background:#eafffb}.generator-file-picker-copy{display:grid;min-width:0;gap:2px}.generator-file-picker-copy strong,.generator-file-picker-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generator-file-picker-copy strong{color:#20363d;font-size:12px}.generator-file-picker-copy span{color:#6c848b;font-size:10px;font-weight:650}.white-upload-form .generator-file-picker-clear{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:#6a7f85;border:1px solid #c8dce3;border-radius:8px;background:#ffffffdb;cursor:pointer}.white-upload-form .generator-file-picker-clear:hover{color:#d33b3b;border-color:#ffb7b7;background:#fff4f4}.white-upload-form button,.white-table-toolbar button.primary{color:#173900;border-color:#a8e500;background:linear-gradient(135deg,#cfff00,#9de900)}.white-upload-form button:disabled,.white-manager button:disabled{opacity:.5;cursor:not-allowed}.white-upload-jobs{display:grid;gap:7px;max-height:360px;margin-top:13px;overflow:auto}.white-upload-jobs article{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #dce9eb;border-radius:10px;background:#fbfefe}.white-upload-jobs article.completed{border-color:#a9e1bd;background:#f3fff7}.white-upload-jobs article.failed{border-color:#ffc3bd;background:#fff5f3}.white-upload-jobs article>div{display:grid;gap:3px;min-width:0}.white-upload-jobs strong,.white-upload-jobs small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.white-upload-jobs strong{color:#17363b;font-size:11px}.white-upload-jobs small{color:#6d8287;font-size:9px}.white-table-toolbar{flex-wrap:wrap;margin-bottom:11px}.white-table-toolbar>div:last-child{justify-content:flex-end}.white-bulk-toolbar{justify-content:flex-start;flex-wrap:wrap;padding:9px;margin-bottom:10px;border:1px solid #d7e7e9;border-radius:10px;background:#f5fafb}.white-bulk-toolbar>span{color:#376068;font-size:10px;font-weight:850}.white-table-wrap{width:100%;overflow:auto;border:1px solid #dce9eb;border-radius:11px}.white-data-table{width:100%;min-width:1050px;border-collapse:collapse}.white-data-table th,.white-data-table td{padding:8px;text-align:left;vertical-align:middle;border-bottom:1px solid #e2edef}.white-data-table th{color:#526c73;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;background:#f5fafb}.white-data-table td{background:#fff}.white-data-table td:nth-child(3){display:grid;gap:5px}.white-data-table input[type=checkbox]{width:17px;height:17px;padding:0;accent-color:#00a891}.white-table-preview{display:grid;width:54px;height:42px;place-items:center;overflow:hidden;color:#8ba0a5;border-radius:7px;background:#eef5f6}.white-table-preview img,.white-table-preview video{width:100%;height:100%;object-fit:cover}.white-data-table button.danger{min-width:36px;padding:0;color:#d54136;border-color:#ffd0cb;background:#fff7f6}.white-data-table.text-table{min-width:900px}.white-data-table.text-table td:nth-child(3){display:table-cell}.white-pagination{margin-top:11px}.white-pagination>span{color:#667d83;font-size:10px;font-weight:750}@media(max-width:1100px){.white-upload-layout{grid-template-columns:1fr}}@media(max-width:760px){.generator-subtabs>button,.white-manager-nav>button{min-height:39px;padding-inline:11px}.white-manager-head,.white-group-panel-head,.white-table-toolbar,.white-pagination{align-items:stretch;flex-direction:column}.white-group-panel-head>div:last-child,.white-group-actions,.white-table-toolbar>div,.white-pagination>div{flex-wrap:wrap}.white-group-actions>span{flex-basis:100%}.white-table-toolbar input{width:100%}.white-filter-search,.white-filter-bar>.custom-select{width:100%;flex-basis:100%}}.template-generator{display:grid;gap:16px;min-width:0}.generator-loading{display:flex;min-height:260px;align-items:center;justify-content:center;gap:10px;color:#527078;border:1px dashed #b7dce0;border-radius:18px;background:#fbfefe}.generator-toolbar,.generator-template-manager,.generator-row-card,.generator-white-preview{border:1px solid #cce3e6;border-radius:18px;background:#fff;box-shadow:0 12px 32px #1f4c530e}.generator-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:16px;background:linear-gradient(115deg,#f2fffd,#fbfff7)}.generator-template-quick,.generator-export-controls,.generator-list-head>div,.generator-row-card>header>div,.generator-template-form-actions,.generator-white-preview-head,.generator-white-preview-head>div{display:flex;align-items:center;gap:9px}.generator-template-quick{flex-wrap:wrap}.generator-template-quick>label,.generator-export-controls label,.generator-template-fields label,.generator-form-grid label,.generator-selected-asset-meta label{display:grid;gap:6px;min-width:0;color:#4e6870;font-size:12px;font-weight:800}.generator-template-quick>label{flex-basis:100%}.generator-template-quick select,.generator-export-controls select,.generator-template-fields input,.generator-template-fields select,.generator-template-fields textarea,.generator-form-grid input,.generator-form-grid select,.generator-form-grid textarea,.generator-selected-asset-meta input,.generator-selected-asset-meta select{min-width:0;height:41px;padding:0 12px;color:#17363b;font:inherit;font-size:13px;font-weight:650;border:1px solid #b9d6dc;border-radius:10px;outline:none;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.generator-template-quick select{width:min(300px,100%)}.generator-template-fields textarea,.generator-form-grid textarea{height:auto;min-height:78px;padding-block:10px;resize:vertical}.generator-template-quick select:focus,.generator-export-controls select:focus,.generator-template-fields :is(input,select,textarea):focus,.generator-form-grid :is(input,select,textarea):focus,.generator-selected-asset-meta :is(input,select):focus,.generator-asset-search:focus-within{border-color:#00a891;box-shadow:0 0 0 3px #00a8911f}.generator-soft-button,.generator-download-button,.generator-list-head button,.generator-row-card>header button,.generator-section-title button,.generator-template-cards button,.generator-template-form-actions button,.generator-preview-action button,.generator-white-preview-head button,.generator-white-copy button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 13px;color:#1f4c53;font-size:12px;font-weight:850;border:1px solid #b9d9dd;border-radius:10px;background:#fff;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.generator-soft-button:hover,.generator-list-head button:hover,.generator-row-card>header button:hover,.generator-template-cards button:hover,.generator-preview-action button:hover,.generator-white-copy button:hover{border-color:#70c9c2;background:#f3fffd}.generator-download-button,.generator-list-head button.primary,.generator-template-form-actions button[type=submit]{color:#183900;border-color:#a8e500;background:linear-gradient(135deg,#cfff00,#9de900);box-shadow:0 8px 20px #93d7002e}.generator-download-button:hover,.generator-list-head button.primary:hover,.generator-template-form-actions button[type=submit]:hover{transform:translateY(-1px)}.generator-download-button:disabled,.generator-preview-action button:disabled,.generator-row-card button:disabled{opacity:.5;cursor:not-allowed;transform:none}.generator-export-controls{flex:0 0 auto}.generator-export-controls label{grid-template-columns:auto minmax(76px,auto);align-items:center}.generator-export-controls label span{grid-column:1 / -1}.generator-error{display:flex;align-items:center;gap:10px;padding:12px 14px;color:#a5352d;border:1px solid #ffc3bd;border-radius:12px;background:#fff4f2}.generator-error span{flex:1;font-size:13px;font-weight:750}.generator-error button{display:grid;width:28px;height:28px;place-items:center;color:inherit;border:0;border-radius:8px;background:transparent;cursor:pointer}.generator-template-manager{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr);gap:0;overflow:hidden}.generator-template-list,.generator-template-form{min-width:0;padding:17px}.generator-template-form{border-left:1px solid #dcebed;background:#fbfefe}.generator-section-title,.generator-list-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.generator-section-title>div,.generator-list-head>div:first-child,.generator-field-section-title>div{display:grid;gap:3px}.generator-section-title strong,.generator-list-head strong{color:#17363b;font-size:15px}.generator-section-title span,.generator-list-head span{color:#71868c;font-size:11px;font-weight:700}.generator-template-cards{display:grid;gap:8px;max-height:390px;margin-top:13px;overflow:auto}.generator-template-cards article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid #deebed;border-radius:11px;background:#fff}.generator-template-cards article>div:first-child{display:grid;gap:4px;min-width:0}.generator-template-cards article>div:last-child{display:flex;gap:5px}.generator-template-cards strong,.generator-template-cards span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generator-template-cards span{color:#71868c;font-size:11px}.generator-template-cards button{min-height:32px;padding-inline:9px}.generator-template-cards button.danger,.generator-row-card>header button.danger{color:#d44539;border-color:#ffd0cb;background:#fff7f6}.generator-empty-inline{padding:28px 12px;color:#819398;font-size:13px;text-align:center}.generator-template-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:13px}.generator-template-fields label.wide{grid-column:span 3}.generator-template-form-actions{justify-content:flex-end;margin-top:12px}.generator-list-head{padding:2px 3px}.generator-list-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}.generator-row-list{display:grid;gap:14px;min-width:0}.generator-editor-layout{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:13px;min-width:0}.generator-hierarchy-panel{position:sticky;top:16px;min-width:0;max-height:calc(100vh - 130px);padding:13px;overflow:auto;border:1px solid #cce3e6;border-radius:15px;background:#fff;box-shadow:0 10px 28px #1f4c530b}.generator-hierarchy-panel>div:first-child{display:grid;gap:3px;padding:2px 3px 11px;border-bottom:1px solid #e0ecee}.generator-hierarchy-panel>div:first-child strong{color:#17363b;font-size:13px}.generator-hierarchy-panel>div:first-child span{color:#71868c;font-size:9px;font-weight:700}.generator-hierarchy-tree{display:grid;gap:10px;padding-top:10px}.generator-hierarchy-tree>section{display:grid;gap:6px}.generator-hierarchy-tree>section>strong{display:flex;align-items:center;gap:6px;overflow:hidden;color:#31575e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.generator-hierarchy-tree>section>div{display:grid;gap:4px;padding-left:12px;border-left:1px solid #c9e2e4}.generator-hierarchy-adset-row,.generator-hierarchy-ad-row{display:grid;min-width:0;align-items:center;gap:4px;grid-template-columns:minmax(0,1fr) 25px}.generator-hierarchy-adset-label{overflow:hidden;margin-left:-4px;padding:4px 5px;color:#668087;text-align:left;font-size:9px;font-weight:850;border:0;border-radius:6px;background:transparent;cursor:context-menu;text-overflow:ellipsis;white-space:nowrap}.generator-hierarchy-adset-label:hover,.generator-hierarchy-adset-label:focus-visible{color:#007f70;background:#effbf8;outline:1px solid #a9e4dc}.generator-hierarchy-ads{display:grid;gap:4px}.generator-hierarchy-ad-button{display:flex;width:100%;min-width:0;min-height:35px;align-items:center;gap:7px;padding:0 9px;color:#48656c;text-align:left;border:1px solid transparent;border-radius:8px;background:#f7fafb;cursor:pointer}.generator-hierarchy-ad-button:hover,.generator-hierarchy-ad-button.active{color:#007f70;border-color:#8ddbd3;background:#eafffa}.generator-hierarchy-ad-button span{overflow:hidden;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.generator-hierarchy-more{display:inline-grid;width:25px;height:25px;padding:0;color:#6f858b;border:1px solid transparent;border-radius:7px;background:transparent;cursor:pointer;opacity:.42;place-items:center;transition:opacity .16s ease,color .16s ease,border-color .16s ease,background .16s ease}.generator-hierarchy-adset-row:hover .generator-hierarchy-more,.generator-hierarchy-ad-row:hover .generator-hierarchy-more,.generator-hierarchy-more:focus-visible{opacity:1}.generator-hierarchy-more:hover,.generator-hierarchy-more:focus-visible{color:#007f70;border-color:#a9ded8;background:#edfaf7;outline:none}.generator-context-layer{position:fixed;z-index:31000;top:0;right:0;bottom:0;left:0}.generator-context-menu{position:fixed;display:grid;width:238px;gap:7px;padding:8px;border:1px solid #cbe1e4;border-radius:12px;background:#fffffffa;box-shadow:0 18px 48px #19393f33;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.generator-context-menu-title{display:grid;gap:2px;min-width:0;padding:3px 5px 6px;border-bottom:1px solid #e4eeee}.generator-context-menu-title strong{color:#17363b;font-size:11px}.generator-context-menu-title span{overflow:hidden;color:#71868c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.generator-context-menu button{display:flex;min-height:36px;align-items:center;gap:8px;padding:0 10px;color:#d13f38;font-size:11px;font-weight:800;text-align:left;border:1px solid transparent;border-radius:8px;background:#fff5f3;cursor:pointer}.generator-context-menu button:hover,.generator-context-menu button:focus-visible{border-color:#ffbcb5;background:#ffebe8;outline:none}.generator-delete-backdrop{position:fixed;z-index:31010;display:grid;padding:18px;background:#11272b47;place-items:center;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.generator-delete-dialog{display:grid;width:min(390px,100%);gap:9px;padding:20px;border:1px solid #f2c5c0;border-radius:17px;background:#fff;box-shadow:0 26px 80px #1a333740}.generator-delete-icon{display:grid;width:42px;height:42px;color:#d33e37;border-radius:12px;background:#fff0ed;place-items:center}.generator-delete-dialog h3{margin:2px 0 0;color:#162f34;font-size:17px}.generator-delete-dialog p{margin:0;color:#657b81;font-size:12px;line-height:1.55}.generator-delete-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:7px}.generator-delete-actions button{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 14px;color:#31545b;font-weight:800;border:1px solid #c4dfe3;border-radius:9px;background:#fff;cursor:pointer}.generator-delete-actions button.danger{color:#fff;border-color:#e34e46;background:#e34e46}.generator-delete-actions button:hover,.generator-delete-actions button:focus-visible{transform:translateY(-1px);box-shadow:0 6px 18px #1f4c531f;outline:none}.generator-row-card{min-width:0;overflow:visible}.generator-row-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-bottom:1px solid #dcebed;border-radius:18px 18px 0 0;background:linear-gradient(110deg,#f2fffd,#fbfff7)}.generator-row-card>header>div:first-child{display:grid;gap:3px;min-width:0}.generator-row-card>header span{color:#008e7d;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.generator-row-card>header strong{overflow:hidden;color:#17363b;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.generator-row-card>header .generator-row-independent-note{overflow:hidden;color:#6c8287;font-size:10px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.generator-row-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:14px}.generator-row-grid>.generator-field-section:nth-child(1){order:1}.generator-row-grid>.generator-field-section:nth-child(2){grid-column:1 / -1;order:3}.generator-row-grid>.generator-field-section:nth-child(3){order:2}.generator-field-section{min-width:0;padding:14px;border:1px solid #deebed;border-radius:14px;background:#fcfefe}.generator-field-section.full{grid-column:1 / -1}.generator-field-section-title{display:flex;align-items:center;gap:9px;margin-bottom:12px}.generator-field-section-title>span{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;color:#007f71;font-size:12px;font-weight:950;border:1px solid #8fded6;border-radius:9px;background:#eafffb}.generator-field-section-title strong{color:#17363b;font-size:13px}.generator-field-section-title small{color:#71868c;font-size:10px;font-weight:650}.generator-form-grid,.generator-selected-asset-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.generator-form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.generator-form-grid label.wide{grid-column:span 2}.generator-asset-picker{position:relative;z-index:2;margin-bottom:10px}.generator-asset-picker.open{z-index:50}.generator-asset-trigger{display:grid;width:100%;min-height:68px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 11px 7px 7px;color:#17363b;text-align:left;border:1px solid #9fd8d4;border-radius:12px;background:#f7fffd;cursor:pointer}.generator-asset-trigger>.thumb,.generator-asset-trigger>.video-poster{width:52px;height:52px;min-width:52px;overflow:hidden;border-radius:9px}.generator-asset-trigger>.thumb img,.generator-asset-trigger>.thumb video,.generator-asset-trigger>.video-poster img,.generator-asset-trigger>.video-poster video,.generator-asset-results>button>.thumb img,.generator-asset-results>button>.thumb video,.generator-asset-results>button>.video-poster img,.generator-asset-results>button>.video-poster video{width:100%;height:100%;object-fit:cover}.generator-asset-trigger>span:not(.generator-asset-placeholder),.generator-asset-results button>span{display:grid;gap:3px;min-width:0}.generator-asset-trigger strong,.generator-asset-results strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.generator-asset-trigger small,.generator-asset-results small{color:#6e858b;font-size:10px;font-weight:700}.generator-asset-placeholder{display:inline-flex;grid-column:1 / 3;align-items:center;gap:8px;color:#39717a;font-size:13px;font-weight:850}.generator-asset-popover{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:60;min-width:min(520px,calc(100vw - 72px));max-height:min(470px,calc(100vh - 160px));padding:10px;overflow:hidden;border:1px solid #a9d4d8;border-radius:14px;background:#fff;box-shadow:0 22px 54px #1c414938}.generator-asset-search{display:flex;height:40px;align-items:center;gap:8px;padding:0 11px;color:#6c8288;border:1px solid #c5dce0;border-radius:10px}.generator-asset-search input{width:100%;min-width:0;color:#17363b;font:inherit;font-size:13px;border:0;outline:0}.generator-variant-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:8px 0;padding:4px;border-radius:10px;background:#eff7f8}.generator-asset-filters{display:grid;grid-template-columns:minmax(130px,.85fr) minmax(130px,.85fr) minmax(220px,1.4fr) minmax(170px,1.1fr);align-items:center;gap:8px;margin:8px 0}.generator-asset-filters .generator-variant-switch{margin:0}.generator-asset-filters .custom-select-trigger{height:40px;border-radius:10px}.generator-variant-switch button{min-height:32px;color:#5f747a;font-size:11px;font-weight:850;border:0;border-radius:8px;background:transparent;cursor:pointer}.generator-variant-switch button.active{color:#007d6f;background:#fff;box-shadow:0 2px 8px #24535a1a}.generator-asset-results{display:grid;gap:5px;max-height:min(340px,calc(var(--generator-picker-max-height, 470px) - 108px));overflow:auto}.generator-asset-results>button{display:grid;width:100%;min-height:72px;grid-template-columns:72px minmax(0,1fr) minmax(76px,auto) 18px;align-items:center;gap:10px;padding:7px;color:#17363b;text-align:left;border:1px solid transparent;border-radius:10px;background:#fff;cursor:pointer}.generator-asset-row-status{display:flex;min-width:0;justify-content:flex-end}.generator-asset-row-status .status-badge{min-height:22px;max-width:112px;padding:0 8px;overflow:hidden;font-size:9px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.generator-asset-results>button>.thumb,.generator-asset-results>button>.video-poster{position:relative;width:72px!important;min-width:72px!important;height:58px!important;overflow:hidden;border-radius:9px}.generator-asset-results>button>span{width:100%;overflow:hidden}.generator-asset-results>button>svg{justify-self:end}.generator-asset-results>button:hover,.generator-asset-results>button.selected{border-color:#9bded7;background:#effefa}.generator-asset-results code,.generator-hash-readout code{overflow:hidden;color:#597078;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.generator-asset-empty{padding:30px 12px;color:#7b9095;font-size:12px;text-align:center}.generator-selected-asset-meta{align-items:end}.generator-hash-readout{display:grid;grid-column:1 / -1;gap:4px;min-width:0;padding:9px 11px;border-radius:9px;background:#edf7f8}.generator-hash-readout span{color:#557178;font-size:9px;font-weight:900;text-transform:uppercase}.generator-preview-action{display:flex;justify-content:flex-end;margin-top:10px}.generator-white-preview{margin:0 14px 14px;padding:13px;border-color:#9eddd6;background:#f8fffd;box-shadow:none}.generator-white-preview-head{justify-content:space-between;margin-bottom:10px}.generator-white-preview-head>div{align-items:baseline}.generator-white-preview-head strong{color:#17363b;font-size:14px}.generator-white-preview-head span{color:#71868c;font-size:11px}.generator-white-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:10px}.generator-white-slots>article{min-width:0;overflow:hidden;border:1px solid #d8e8ea;border-radius:12px;background:#fff}.generator-white-slots>article.custom{border-color:#a9dc58}.generator-white-media{display:grid;aspect-ratio:1.7;place-items:center;overflow:hidden;color:#91a5aa;background:#eef4f5}.generator-white-media img,.generator-white-media video{width:100%;height:100%;object-fit:cover}.generator-preview-video{position:relative;width:100%;height:100%;overflow:hidden;background:#050909}.generator-preview-video-controls{position:absolute;right:8px;bottom:8px;left:8px;display:flex;align-items:center;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:#07171bd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.generator-preview-video-controls button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:30px;padding:0 9px;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:#ffffff1f;color:#fff;font-size:10px;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease}.generator-preview-video-controls button:first-child{flex:1;border-color:#74e7d27a;background:#009a8580}.generator-preview-video-controls button:hover{border-color:#ffffff8c;background:#fff3}.generator-preview-video-controls button:first-child:hover{background:#00ae96b3}.generator-preview-video-controls button:focus-visible{outline:3px solid rgba(207,255,0,.5);outline-offset:2px}@media(max-width:520px){.generator-preview-video-controls{right:6px;bottom:6px;left:6px}.generator-preview-video-controls button{min-height:32px;padding-inline:8px}}@media(prefers-reduced-motion:reduce){.generator-preview-video-controls button{transition:none}}.generator-white-copy{display:grid;gap:7px;padding:10px}.generator-white-copy>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.generator-white-copy strong{color:#008c7a;font-size:11px}.generator-white-copy span,.generator-white-copy small{overflow:hidden;color:#72878c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.generator-white-copy h4,.generator-white-copy p{display:-webkit-box;margin:0;overflow:hidden;color:#213b40;-webkit-box-orient:vertical}.generator-white-copy h4{font-size:12px;-webkit-line-clamp:1}.generator-white-copy p{min-height:30px;font-size:10px;line-height:1.45;-webkit-line-clamp:2}.generator-white-copy button{justify-self:start;min-height:31px;padding-inline:9px}@media(max-width:1240px){.generator-toolbar{align-items:stretch;flex-direction:column}.generator-export-controls{justify-content:flex-end}.generator-template-manager,.generator-row-grid,.generator-editor-layout{grid-template-columns:1fr}.generator-hierarchy-panel{position:static;max-height:260px}.generator-template-form{border-top:1px solid #dcebed;border-left:0}.generator-field-section.full{grid-column:auto}}@media(max-width:760px){.generator-toolbar,.generator-export-controls,.generator-list-head,.generator-row-card>header,.generator-section-title{align-items:stretch;flex-direction:column}.generator-export-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.generator-download-button{grid-column:1 / -1}.generator-template-fields,.generator-form-grid,.generator-form-grid.four,.generator-selected-asset-meta{grid-template-columns:1fr}.generator-template-fields label.wide,.generator-form-grid label.wide,.generator-hash-readout{grid-column:auto}.generator-template-cards article{align-items:stretch;flex-direction:column}.generator-template-cards article>div:last-child{flex-wrap:wrap}.generator-row-card>header>div:last-child,.generator-list-head>div:last-child{justify-content:flex-start}.generator-row-grid,.generator-row-card>header,.generator-template-list,.generator-template-form{padding:11px}.generator-field-section{padding:11px}.generator-asset-popover{position:fixed;top:82px;right:12px;bottom:12px;left:12px;min-width:0;max-height:none}.generator-asset-results{max-height:calc(100vh - 275px)}.generator-asset-filters{grid-template-columns:1fr}}.nav-task-count{min-width:20px;height:20px;margin-left:auto;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#dff8f0;color:#087661;font-size:11px;font-weight:800}.sidebar nav button.active .nav-task-count{background:#fff;color:#087661}.task-center{display:grid;gap:16px}.task-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.task-summary-card{min-width:0;padding:16px 18px;display:flex;align-items:center;gap:12px;border:1px solid #d9e7e7;border-radius:16px;background:#fff;color:#24434a;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.task-summary-card:hover,.task-summary-card.active{border-color:#36b8a3;box-shadow:0 8px 24px #12695e17;transform:translateY(-1px)}.task-summary-card.attention.active{border-color:#df695f}.task-summary-card>svg{flex:0 0 auto;color:#10957f}.task-summary-card.attention>svg{color:#d7564d}.task-summary-card span{display:grid;gap:2px}.task-summary-card strong{color:#172e34;font-size:24px;line-height:1}.task-summary-card small{color:#687e83;font-size:12px}.task-toolbar{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #cae5e2;border-radius:16px;background:linear-gradient(135deg,#effcf9,#f8fcf4)}.task-toolbar>div:first-child{display:grid;gap:4px}.task-toolbar strong{color:#18363b}.task-toolbar span{color:#5d7479;font-size:13px}.task-toolbar-actions,.task-card-actions{display:flex;align-items:center;gap:8px}.task-toolbar-actions button,.task-retry-button{white-space:nowrap}.task-error-banner,.task-card-error{display:flex;align-items:flex-start;gap:9px;border:1px solid #f1b8b2;border-radius:12px;background:#fff3f1;color:#9c312b}.task-pause-ads-summary{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:8px}.task-pause-ads-summary span{display:grid;gap:3px;padding:10px 12px;border:1px solid #d7e8eb;border-radius:11px;background:#f7fbfb}.task-pause-ads-summary small{color:#647a84;font-size:11px}.task-pause-ads-summary b{color:#11333a;font-size:16px}.task-pause-ads-summary .has-error{border-color:#ffc7bd;background:#fff3f0}.task-pause-failures{overflow:hidden;border:1px solid #f3c1b9;border-radius:12px;background:snow}.task-pause-failures>summary{display:flex;min-height:44px;align-items:center;gap:9px;padding:0 13px;color:#a13b32;list-style:none;font-size:12px;font-weight:850;cursor:pointer}.task-pause-failures>summary::-webkit-details-marker{display:none}.task-pause-failures>summary span{display:flex;align-items:center;gap:7px}.task-pause-failures>summary b{margin-left:auto;padding:3px 8px;border-radius:99px;background:#ffe7e2}.task-pause-failures[open]>summary>svg{transform:rotate(180deg)}.task-pause-failure-body{display:grid;gap:12px;padding:0 13px 13px}.task-pause-failure-body section{display:grid;gap:7px}.task-pause-failure-body section>strong{color:#6d4f4b;font-size:11px}.task-pause-failure-body article{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.4fr);gap:12px;padding:10px 12px;border:1px solid #f0d5d0;border-radius:9px;background:#fff}.task-pause-failure-body article>div{display:grid;min-width:0;gap:3px}.task-pause-failure-body code{overflow:hidden;color:#223f46;font:800 11px/1.4 inherit;text-overflow:ellipsis;white-space:nowrap}.task-pause-failure-body article span{color:#788b90;font-size:10px}.task-pause-failure-body article p{margin:0;color:#a13b32;font-size:11px;line-height:1.45}.task-pause-already{overflow:hidden;border:1px solid #bfe5d6;border-radius:12px;background:#f7fffb}.task-pause-already>summary{display:flex;min-height:44px;align-items:center;gap:9px;padding:0 13px;color:#137457;list-style:none;font-size:12px;font-weight:850;cursor:pointer}.task-pause-already>summary::-webkit-details-marker{display:none}.task-pause-already>summary span{display:flex;align-items:center;gap:7px}.task-pause-already>summary b{margin-left:auto;padding:3px 8px;border-radius:99px;background:#dff7ec}.task-pause-already[open]>summary>svg{transform:rotate(180deg)}.task-pause-already-body{display:grid;gap:7px;padding:0 13px 13px}.task-pause-already-body article{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.4fr);gap:12px;padding:10px 12px;border:1px solid #d5ebe3;border-radius:9px;background:#fff}.task-pause-already-body article>div{display:grid;min-width:0;gap:3px}.task-pause-already-body code{overflow:hidden;color:#223f46;font:800 11px/1.4 inherit;text-overflow:ellipsis;white-space:nowrap}.task-pause-already-body span{color:#788b90;font-size:10px}.task-pause-already-body b{color:#137457;font-size:10px}.task-pause-already-body p{margin:0;color:#61777d;font-size:11px;line-height:1.45}@media(max-width:900px){.task-pause-ads-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.task-pause-failure-body article{grid-template-columns:1fr}.task-pause-already-body article{grid-template-columns:1fr}}.task-error-banner{padding:12px 14px}.task-empty{min-height:220px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #bdd8d5;border-radius:16px;background:#fbfdfd;color:#71868a;text-align:center}.task-empty strong{color:#29464b}.task-list{display:grid;gap:12px}.task-card{padding:18px;display:grid;gap:15px;border:1px solid #d9e5e6;border-left:4px solid #9aafb2;border-radius:16px;background:#fff;box-shadow:0 5px 18px #163c400d}.task-card.task-running{border-left-color:#2b9fd8}.task-card.task-completed{border-left-color:#22a777}.task-card.task-warning{border-left-color:#e4a02b}.task-card.task-failed{border-left-color:#dd5148}.task-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.task-card-title{min-width:0;display:grid;justify-items:start;gap:5px}.task-card-title>button{max-width:100%;padding:0;overflow:hidden;border:0;background:transparent;color:#18383d;font-size:16px;font-weight:800;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.task-card-title>button:hover{color:#087c6a;text-decoration:underline}.task-card-title>small,.task-card-actions>span{color:#73878b;font-size:11px}.task-card-actions{flex:0 0 auto}.task-status-pill{padding:4px 8px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#edf2f3;color:#53686d;font-size:11px;font-weight:800}.task-status-pill.running{background:#e9f6fc;color:#1477a3}.task-status-pill.completed{background:#e6f8f0;color:#087952}.task-status-pill.warning{background:#fff6df;color:#93620d}.task-status-pill.failed{background:#ffebe9;color:#ad3932}.task-retry-button{padding:8px 11px;display:inline-flex;align-items:center;gap:6px;border:1px solid #e4a49f;border-radius:10px;background:#fff;color:#a63d36;font-weight:750;cursor:pointer}.task-retry-button:disabled{opacity:.6;cursor:wait}.task-progress-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.task-progress-track{height:8px;overflow:hidden;border-radius:999px;background:#eaf0f1}.task-progress-track>span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#19a88c,#61cbb8);transition:width .35s ease}.task-progress-row>strong{color:#496166;font-size:12px}.task-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.task-stage{min-width:0;padding:10px;display:flex;align-items:flex-start;gap:8px;border:1px solid #e1e9ea;border-radius:12px;background:#f9fbfb}.task-stage-index{width:26px;height:26px;flex:0 0 26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e8eeee;color:#6a7e82}.task-stage.completed .task-stage-index{background:#dff6ec;color:#087952}.task-stage.running .task-stage-index{background:#e2f3fb;color:#1477a3}.task-stage.failed .task-stage-index{background:#ffe7e4;color:#b23c34}.task-stage>span:last-child{min-width:0;display:grid;gap:2px}.task-stage small,.task-stage em{color:#7a8d90;font-size:10px;font-style:normal}.task-stage strong{overflow:hidden;color:#29464b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.task-card-error{padding:10px 12px;font-size:12px}@media(max-width:900px){.task-stages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.task-summary-grid{grid-template-columns:1fr}.task-summary-card{padding:13px 15px}.task-toolbar,.task-card-head{align-items:stretch;flex-direction:column}.task-toolbar-actions{justify-content:flex-end}.task-card-actions{justify-content:space-between}.task-stages{grid-template-columns:1fr}.task-card{padding:14px}}body main.workspace:has(.creative-layout) .creative-table{width:max(100%,1462px)!important;min-width:1462px!important}body main.workspace:has(.creative-layout) .creative-table-row{grid-template-columns:42px 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}body main.workspace:has(.creative-layout) .creative-select-cell{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;padding:0!important}body main.workspace:has(.creative-layout) .creative-select-checkbox{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1.5px solid #9db8bd!important;border-radius:6px!important;background:#fff!important;color:#fff!important;cursor:pointer!important;box-shadow:none!important}body main.workspace:has(.creative-layout) .creative-select-checkbox:hover{border-color:#00a996!important;background:#effcf9!important}body main.workspace:has(.creative-layout) .creative-select-checkbox.checked,body main.workspace:has(.creative-layout) .creative-select-checkbox.mixed{border-color:#009f8c!important;background:#00ad98!important}body main.workspace:has(.creative-layout) .creative-select-checkbox.mixed>span{color:#fff!important;font-size:15px!important;font-weight:900!important;line-height:1!important}body main.workspace:has(.creative-layout) .creative-select-checkbox:focus-visible{outline:3px solid rgba(0,173,152,.24)!important;outline-offset:2px!important}body main.workspace:has(.creative-layout) .creative-select-checkbox:disabled{opacity:.45!important;cursor:not-allowed!important}.activity-log-toolbar{grid-template-columns:minmax(260px,1fr) minmax(180px,220px) minmax(300px,390px) 42px}.activity-log-date-filter{min-width:0;display:grid;grid-template-columns:minmax(138px,1fr) auto minmax(138px,1fr);align-items:center;gap:7px}.activity-log-date-filter>span{color:#819196;font-size:12px}.activity-log-date-filter .custom-date,.activity-log-date-filter .custom-date-trigger{width:100%;min-width:0}.activity-log-date-filter .custom-date:last-of-type .custom-calendar{right:0;left:auto}.activity-log-period-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:-6px}.activity-log-presets{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.activity-log-presets button{min-height:30px;padding:0 11px;border:1px solid #cfe0e5;border-radius:8px;background:#fff;color:#496168;font-size:12px;font-weight:750;cursor:pointer}.activity-log-presets button:hover{border-color:#47bba9;background:#effbf8;color:#087b69}.activity-log-period-bar>span{color:#71858a;font-size:12px;white-space:nowrap}@media(max-width:980px){.activity-log-toolbar{grid-template-columns:minmax(220px,1fr) minmax(180px,220px) 42px}.activity-log-date-filter{grid-column:1 / -1}}@media(max-width:760px){.activity-log-toolbar{grid-template-columns:minmax(0,1fr) 42px}.activity-log-toolbar .activity-log-search,.activity-log-toolbar .activity-log-date-filter{grid-column:1 / -1}.activity-log-period-bar{align-items:flex-start;flex-direction:column}.activity-log-period-bar>span{white-space:normal}}body .modal-backdrop.smooth-modal-backdrop{z-index:5000!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-sync-button-wrap{min-height:36px!important;height:36px!important;gap:0!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;height:36px!important;min-height:36px!important;overflow:hidden!important;line-height:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button>span{display:block!important;max-width:100%!important;overflow:hidden!important;font-size:12px!important;font-weight:850!important;line-height:1.05!important;text-overflow:ellipsis!important;white-space:nowrap!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button .aio-last-sync-note{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;color:#60767a!important;font-size:8px!important;font-weight:750!important;line-height:1!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button .aio-last-sync-note.running{color:#008f84!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;width:min(920px,calc(100vw - 32px))!important;max-height:calc(100vh - 32px)!important;max-height:calc(100dvh - 32px)!important;overflow:hidden!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal>header{position:relative!important;z-index:3!important;flex:0 0 auto!important;border-bottom:1px solid #e0eaed!important;background:#fffffffa!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal>.editor-form{min-height:0!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important}@media(max-width:720px),(max-height:760px){body .modal-backdrop.smooth-modal-backdrop{padding:8px!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal{width:min(920px,calc(100vw - 16px))!important;max-height:calc(100vh - 16px)!important;max-height:calc(100dvh - 16px)!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal>header{padding:11px 14px!important}body .modal-backdrop.smooth-modal-backdrop>.action-modal.editor-modal>.editor-form{gap:10px!important;padding:14px!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:360px 200px minmax(320px,1fr) 170px 92px;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-access-state{display:grid!important;grid-template-columns:1fr 1fr;align-items:center;gap:4px;min-width:0;width:200px;height:38px;padding:3px;border:1px solid #d9e6e8;border-radius:8px;background:#f4f8f8;justify-self:start}body .user-table-access-state .role-badge,body .user-table-access-state .status-pill{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;height:30px;min-height:30px;padding:0 8px;border-radius:6px;line-height:1;white-space:nowrap;text-align:center}body .role-badge.role-admin{border:1px solid #d8c6ef;background:#f1eafb;color:#67458f}body .role-badge.role-buyer{border:1px solid #f0d99b;background:#fff6dc;color:#7a5a08}body .role-badge.role-designer{border:1px solid #b9ddec;background:#e9f6fb;color:#27677f}body .role-badge.role-team-lead{border:1px solid #efc8bd;background:#fff0eb;color:#8c4d3d}body .user-last-login{color:#63747c;font-variant-numeric:tabular-nums;white-space:nowrap}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:1320px)and (min-width:981px){body .user-table article{grid-template-columns:minmax(280px,.9fr) 200px minmax(240px,1fr) 150px 92px;column-gap:12px}}@media(max-width:980px){body .user-table article{grid-template-columns:1fr;align-items:stretch}body .user-table-access-state{width:200px}}body .fb-upload-modal{width:min(620px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 48px))}body .fb-upload-body{display:grid;gap:14px;padding:18px}body .fb-upload-creative,body .fb-account-summary,body .fb-upload-history{display:grid;gap:5px;padding:14px 16px;border:1px solid rgba(164,209,221,.62);border-radius:14px;background:linear-gradient(135deg,#ecfffac7,#ffffffeb)}body .fb-upload-creative strong,body .fb-upload-history b{overflow-wrap:anywhere}body .fb-upload-creative small,body .fb-upload-field span,body .fb-account-summary small,body .fb-upload-history span,body .fb-upload-history small{color:#617481;font-weight:700}body .fb-upload-field{display:grid;gap:8px}body .fb-account-summary{grid-template-columns:auto 1fr auto;align-items:center}body .fb-account-summary span{width:max-content;padding:6px 10px;border-radius:999px;color:#007b69;background:#c4f8e7eb;font-weight:800}body .fb-upload-message{margin:0;padding:12px 14px;border-radius:12px;color:#0a766b;background:#d6fff1d1;font-weight:800}body .fb-upload-message.error{color:#a33828;background:#ffe9e2f0}body .fb-asset-badge{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:8px;width:max-content;max-width:min(100%,820px);margin-top:10px;padding:9px 11px;border:1px solid rgba(0,177,154,.26);border-radius:12px;background:linear-gradient(135deg,#e7fff9e6,#ffffffdb);color:#12313a;box-shadow:0 12px 28px #09595614}body .fb-asset-badge.compact{width:100%;max-width:none;grid-template-columns:auto auto minmax(0,1fr);margin-top:0;padding:12px 14px}body .fb-asset-badge span,body .fb-asset-badge b,body .fb-asset-badge small{white-space:nowrap;font-size:12px;line-height:1.2}body .fb-asset-badge span{padding:5px 8px;border-radius:999px;color:#007b69;background:#c4f8e7f2;font-weight:900;text-transform:uppercase}body .fb-asset-badge b{color:#526974}body .fb-asset-badge code{grid-column:1 / -1;min-width:0;color:#0b1f26;font-family:inherit;font-size:13px;font-weight:850;line-height:1.35;overflow-wrap:anywhere;word-break:break-word;white-space:normal}body .fb-asset-badge.compact code{padding:8px 10px;border-radius:10px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #a4d1dd61}body .fb-asset-badge small{color:#617481;font-weight:750}body .fb-upload-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 18px 18px;border-top:1px solid rgba(164,209,221,.42);background:linear-gradient(180deg,#ffffffa8,#ebfffad1)}body .fb-upload-actions .ghost-button,body .fb-upload-actions .primary-button{min-height:42px;border-radius:10px!important;padding:0 18px}body .fb-upload-submit{min-width:154px;background:linear-gradient(135deg,#b8f400,#9fe000)!important;color:#092027!important;box-shadow:0 12px 28px #a0e00040!important}body .fb-upload-submit:hover{box-shadow:0 16px 34px #a0e00057,0 0 0 4px #00e0c51f!important}body .fb-upload-cancel{background:#ffffffe6!important}@media(max-width:720px){body .fb-asset-badge{grid-template-columns:auto 1fr;width:100%}body .fb-asset-badge code,body .fb-asset-badge small{grid-column:1 / -1}body .fb-upload-actions{display:grid;grid-template-columns:1fr}body .fb-upload-actions .ghost-button,body .fb-upload-actions .primary-button{width:100%;justify-content:center}}body main.workspace:has(.creative-layout) .creative-layout .filters{align-items:start!important;row-gap:10px!important;padding-bottom:18px!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-sync-button-wrap{align-self:start!important;min-height:52px!important;padding-top:4px!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button{height:34px!important;min-height:34px!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-last-sync-note{margin-top:4px!important;line-height:1.15!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary{margin-top:0!important}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-sync-button-wrap{transform:translateY(3px)}}body main.workspace:has(.creative-layout) .creative-table-row .table-actions{gap:6px!important;justify-content:flex-end!important;min-width:118px!important;max-width:118px!important;padding-right:4px!important;overflow:visible!important}body main.workspace:has(.creative-layout) .creative-table-row .table-actions button{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}body main.workspace:has(.creative-layout) .creative-table-row .table-actions button svg{width:14px!important;height:14px!important}body main.workspace:has(.creative-layout) .creative-layout .filters{display:grid!important;grid-template-columns:minmax(250px,1.35fr) minmax(126px,.68fr) minmax(146px,.78fr) minmax(158px,.88fr) minmax(156px,.84fr) minmax(156px,.84fr) minmax(148px,.78fr) minmax(132px,.7fr) minmax(96px,.52fr) 42px!important;align-items:start!important;column-gap:8px!important;row-gap:12px!important;padding:16px 18px 18px!important;overflow:visible!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 .creative-sync-row>*,body main.workspace:has(.creative-layout) .creative-layout .settings-trigger{min-width:0!important;width:100%!important;max-width:none!important;margin:0!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-sync-button-wrap{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:4px!important;min-height:50px!important;height:auto!important;padding-top:0!important;transform:none!important;overflow:visible!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button{width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;padding-inline:10px!important;white-space:nowrap!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-last-sync-note{display:block!important;width:max-content!important;max-width:none!important;margin:0!important;padding-left:2px!important;overflow:visible!important;white-space:nowrap!important;text-overflow:clip!important;font-size:10px!important;line-height:1.1!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{align-self:start!important;justify-self:end!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:36px!important;min-height:36px!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}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions{grid-column:1 / -1!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;min-height:44px!important;padding:8px 10px!important;border:1px solid rgba(0,215,190,.28)!important;border-radius:14px!important;background:linear-gradient(135deg,#dcfff9c7,#fcfff0b8)!important;box-shadow:inset 0 1px #ffffffb8,0 12px 26px #005a520f!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-count{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;color:#0d5960!important;background:#ffffffbd!important;font-size:12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #a4d1dd7a!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-status-control{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-status-control .custom-select{width:174px!important;min-width:154px!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-status-control .custom-select-trigger{width:100%!important;justify-content:space-between!important;border-color:#00beaa6b!important;background:#f4fffbf2!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.bulk-status-apply{border-color:#70bf0094!important;background:linear-gradient(135deg,#dfff79,#b9f500)!important;color:#163800!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:30px!important;padding:0 11px!important;border:1px solid rgba(127,184,196,.48)!important;border-radius:999px!important;background:#ffffffdb!important;color:#17313a!important;font-size:12px!important;font-weight:850!important;box-shadow:0 8px 18px #155f680f!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button:hover{border-color:#00cab594!important;background:#ebfff8f2!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button:disabled{cursor:not-allowed!important;opacity:.52!important;box-shadow:none!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.danger-soft{border-color:#ff6c5c57!important;color:#aa2b23!important;background:#fff4f1eb!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.pause-ads-soft{border-color:#e091195c!important;background:linear-gradient(135deg,#fff8df,#fff0d4)!important;color:#8a4b00!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.ghost-soft{color:#5e7280!important;background:#ffffff94!important}body main.workspace:has(.creative-layout) .creative-table-row.bulk-selected{background:linear-gradient(90deg,#77ffe054,#f0ffdc40,#ffffffb3)!important;box-shadow:inset 3px 0 #00d5c0,inset 0 0 0 1px #00d5c02e!important}body main.workspace:has(.creative-layout) .creative-table-row.bulk-selected .creative-name-cell{background:transparent!important}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total{position:sticky;bottom:0;z-index:4;min-height:66px!important;border-top:2px solid #85d7c9!important;border-bottom:0!important;background:linear-gradient(90deg,#e9faf6,#f7fcf7 55%,#eef8f6)!important;box-shadow:0 -8px 18px #145c5514!important}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total [role=cell]{color:#17363b;font-variant-numeric:tabular-nums}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total .creative-total-label{display:grid!important;justify-items:start!important;gap:3px;padding-left:10px;text-align:left!important}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total .creative-total-label span{color:#0b665d;font-size:15px;font-weight:900}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total .creative-total-label small{color:#62787c;font-size:11px;font-weight:600}body main.workspace:has(.creative-layout) .creative-table-row.creative-table-total .comments-cell{display:inline-flex!important;gap:5px}@media(max-width:1500px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:repeat(4,minmax(0,1fr)) 42px!important}body main.workspace:has(.creative-layout) .creative-layout .filters .search{grid-column:span 2!important}}@media(min-width:1101px){body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-grid{min-height:0!important;height:100%!important;grid-auto-rows:minmax(0,1fr)!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-card{min-height:0!important;height:100%!important;grid-template-rows:minmax(140px,1fr) auto auto!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview .thumb,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview .creative-preview,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview .video-poster{width:100%!important;height:100%!important;min-height:140px!important;max-height:none!important;aspect-ratio:auto!important}body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview img,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview video,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview .custom-video-player,body main.workspace.overview-workspace:has(.overview-metric-groups) .top-creatives-card .top-creative-preview .custom-video-player>video{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:contain!important}}.creative-table-empty{grid-column:1 / -1;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:28px;color:#667883;text-align:center;border-top:1px solid #dce9eb;background:#f9fdfcb8}.creative-table-empty svg{color:#078d82}.creative-table-empty strong{color:#17232b;font-size:16px}.creative-table-empty span{max-width:520px;font-size:13px}.no-file-preview{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#71838c;background:#f1f5f5!important;border:1px dashed #b8c8cc}.no-file-preview span{font-size:11px;font-weight:800;text-transform:uppercase}.status-badge.no-file,.status-select.status-no-file .custom-select-trigger{color:#596a72!important;border-color:#bdcbd0!important;background:#edf2f3!important}.transcript-modal{width:min(720px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow:hidden}.transcript-modal header p{margin:4px 0 0;color:#60747c}.transcript-body{display:grid;gap:14px;min-height:180px;max-height:min(560px,calc(100vh - 220px));padding:18px;overflow:auto}.transcript-loading{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#557078;text-align:center}.transcript-loading svg{color:#078d82}.transcript-loading span{max-width:440px;font-size:13px}.transcript-meta{display:flex;flex-wrap:wrap;gap:8px}.transcript-meta span{padding:7px 10px;color:#536970;font-size:12px;border:1px solid #d5e4e6;border-radius:6px;background:#f6faf9}.transcript-text{padding:16px;color:#18272d;font-size:17px;line-height:1.55;white-space:pre-wrap;border:1px solid #bfe2de;border-radius:7px;background:#fbfefd}.transcript-segments{display:grid;gap:6px}.transcript-segments>div{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;padding:8px 10px;border-bottom:1px solid #e3eded}.transcript-segments time{color:#078d82;font-size:12px;font-weight:800}.transcript-modal footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px 18px;border-top:1px solid #e0ebec}@media(max-width:620px){.transcript-modal footer{flex-wrap:wrap}.transcript-modal footer button{flex:1 1 auto}}body main.workspace:has(.creative-layout) .creative-table{width:max(100%,1600px)!important;min-width:1600px!important}body main.workspace:has(.creative-layout) .creative-table-row{grid-template-columns:42px minmax(330px,1.35fr) minmax(96px,.42fr) minmax(162px,.58fr) minmax(128px,.46fr) repeat(6,minmax(68px,.3fr)) minmax(88px,.34fr) minmax(130px,.48fr) minmax(126px,.42fr)!important}body main.workspace:has(.creative-layout) .creative-changed-cell{position:relative;overflow:visible!important}body main.workspace:has(.creative-layout) .creative-changed-button{position:relative;display:flex;width:100%;min-width:0;align-items:center;gap:7px;padding:5px 7px;color:#47656b;text-align:left;border:1px solid transparent;border-radius:10px;background:transparent}body main.workspace:has(.creative-layout) .creative-changed-button:hover,body main.workspace:has(.creative-layout) .creative-changed-button:focus-visible{color:#087b70;border-color:#b9e3de;background:#f1fffb}body main.workspace:has(.creative-layout) .creative-changed-button>span{display:grid;min-width:0;gap:1px}body main.workspace:has(.creative-layout) .creative-changed-button strong,body main.workspace:has(.creative-layout) .creative-changed-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body main.workspace:has(.creative-layout) .creative-changed-button strong{font-size:11px}body main.workspace:has(.creative-layout) .creative-changed-button small{color:#82969b;font-size:9px}.creative-change-tooltip{position:absolute;z-index:80;left:50%;bottom:calc(100% + 9px);display:none;width:max-content;max-width:300px;gap:4px;padding:11px 13px;color:#eafffb;font-style:normal;border:1px solid rgba(124,225,208,.25);border-radius:12px;background:#12363a;box-shadow:0 16px 36px #0825293d;transform:translate(-50%)}.creative-changed-button:hover .creative-change-tooltip,.creative-changed-button:focus-visible .creative-change-tooltip{display:grid}.creative-change-tooltip b{font-size:12px}.creative-change-tooltip span{color:#a8c9c9;font-size:10px}.creative-change-tooltip em{color:#c8ff6e;font-size:9px;font-style:normal}.creative-history-backdrop{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;padding:18px;background:#0d232757;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.creative-history-modal{display:grid;width:min(560px,100%);height:100%;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;border:1px solid #b9dadd;border-radius:22px;background:#fff;box-shadow:0 26px 80px #082a2f3d}.creative-history-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #e0ecee;background:linear-gradient(135deg,#effffb,#fbfff2)}.creative-history-modal>header span{display:flex;align-items:center;gap:6px;color:#008d80;font-size:11px;font-weight:850;text-transform:uppercase}.creative-history-modal>header h2{margin:7px 0 3px;color:#162d32;font-size:22px}.creative-history-modal>header p{margin:0;color:#71858a;font-size:11px}.creative-history-modal>header button{display:grid;width:36px;height:36px;place-items:center;border:1px solid #c6dde0;border-radius:11px;background:#fff}.creative-history-summary{display:grid;grid-template-columns:1fr 1.2fr .55fr;gap:8px;padding:14px 18px;border-bottom:1px solid #e5eff0;background:#fbfdfd}.creative-history-summary>div{display:grid;gap:3px;padding:10px;border:1px solid #dcebed;border-radius:12px;background:#fff}.creative-history-summary span{color:#7c9095;font-size:9px;font-weight:750}.creative-history-summary strong{overflow:hidden;color:#18383e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.creative-history-list{overflow:auto;padding:18px 22px 28px}.creative-history-list>article{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;padding-bottom:20px}.creative-history-list>article:not(:last-child):before{position:absolute;top:30px;bottom:0;left:14px;width:1px;background:#dce9ea;content:""}.creative-history-list>article>i{z-index:1;display:grid;width:30px;height:30px;place-items:center;color:#55767b;border:1px solid #cae0e2;border-radius:50%;background:#f6fbfb}.creative-history-list>article>i.status{color:#008f7f;border-color:#aee2da;background:#eafff9}.creative-history-event{min-width:0;padding:12px 14px;border:1px solid #dce9eb;border-radius:14px;background:#fff}.creative-history-event>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.creative-history-event>div strong{color:#18373c;font-size:13px}.creative-history-event time{color:#819499;font-size:10px;white-space:nowrap}.creative-history-event>p{margin:4px 0 10px;color:#008779;font-size:10px;font-weight:750}.creative-history-event ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.creative-history-event li{display:grid;gap:3px;padding-top:7px;border-top:1px solid #edf3f4}.creative-history-event li>span{color:#71868b;font-size:9px;font-weight:750}.creative-history-event li>b{display:flex;min-width:0;align-items:center;gap:6px;color:#18373c;font-size:11px;font-weight:750}.creative-history-event li del{overflow:hidden;max-width:42%;color:#9a7474;text-overflow:ellipsis;white-space:nowrap}.creative-history-event-tools{display:inline-flex;align-items:center;gap:7px}.creative-history-event-tools button{display:grid;width:28px;height:28px;place-items:center;color:#a24b43;border:1px solid #f1c6c1;border-radius:9px;background:#fff8f7;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.creative-history-event-tools button:hover{color:#bc2f24;border-color:#e99f97;background:#fff0ee}.creative-history-event-tools button:focus-visible{outline:2px solid #00a896;outline-offset:2px}.creative-history-list>article.pending-delete .creative-history-event{border-color:#efb5ae;background:#fffbfa}.creative-history-delete-confirm{display:grid!important;align-items:initial!important;justify-content:initial!important;gap:5px!important;margin-top:11px;padding:11px;border:1px solid #f0c7c2;border-radius:11px;background:#fff5f3}.creative-history-delete-confirm>strong{color:#7e2922!important;font-size:11px!important}.creative-history-delete-confirm>span{color:#805c58;font-size:10px;line-height:1.45}.creative-history-delete-confirm>em{color:#b42318;font-size:10px;font-style:normal}.creative-history-delete-confirm>div{display:flex;justify-content:flex-end;gap:7px;margin-top:5px}.creative-history-delete-confirm button{min-height:32px;padding:0 12px;font-size:10px;cursor:pointer}.creative-history-empty{display:grid;place-items:center;gap:7px;padding:60px 30px;color:#8aa0a4;text-align:center}.creative-history-empty strong{color:#38565c;font-size:14px}.creative-history-empty span{max-width:360px;font-size:11px;line-height:1.5}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(235px,1.25fr) minmax(112px,.62fr) minmax(135px,.72fr) minmax(145px,.78fr) minmax(116px,.62fr) minmax(116px,.62fr) minmax(158px,.85fr) minmax(138px,.74fr) minmax(120px,.65fr) minmax(88px,.48fr) 42px!important}}@media(max-width:620px){.creative-history-backdrop{padding:0}.creative-history-modal{border-radius:0}.creative-history-summary{grid-template-columns:1fr}}.generator-statistics .generator-stats-bulk .generator-stats-open-selected{margin-left:auto;color:#173900;border-color:#a7dc14;background:linear-gradient(135deg,#d7ff68,#baff00);box-shadow:0 8px 20px #89c80029}.generator-statistics .generator-stats-bulk .generator-stats-open-selected:hover{color:#0d3300;border-color:#86c400;background:linear-gradient(135deg,#e2ff8c,#c6ff28)}.generator-statistics .generator-stats-bulk .generator-stats-open-selected:disabled{margin-left:auto;color:#77908f;border-color:#d4e2e2;background:#edf3f3;box-shadow:none}.generator-statistics .generator-stats-table-wrap td:first-of-type+td{font-weight:750}@media(max-width:860px){.generator-statistics .generator-stats-bulk .generator-stats-open-selected{width:100%;margin-left:0}}@media(max-width:699px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(0,1fr)!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 .creative-sync-row>*{grid-column:1 / -1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:1!important;justify-self:start!important}}@media(min-width:861px)and (max-width:1500px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:repeat(5,minmax(0,1fr)) 42px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}body main.workspace:has(.creative-layout) .creative-layout .filters .search{grid-column:span 2!important}body main.workspace:has(.creative-layout) .creative-layout .filters .settings-trigger{grid-column:6!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:1!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(1){grid-column:2!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(2){grid-column:3!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(3){grid-column:4!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(4){grid-column:5!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(5){grid-column:6!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(6){grid-column:7!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(1){grid-column:8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(2){grid-column:9!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(3){grid-column:10!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:11!important;grid-row:1!important}}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(190px,1.45fr) minmax(0,.66fr) minmax(0,.86fr) minmax(0,.78fr) minmax(0,.88fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.82fr) minmax(0,.76fr) minmax(0,.72fr) minmax(0,.5fr) 42px!important;align-items:center!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 .creative-sync-row>*,body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:auto!important;grid-row:1!important}}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.pipeline-soft{border-color:#9eda00b3!important;color:#244500!important;background:linear-gradient(135deg,#dcff65f5,#b5ef00f0)!important;box-shadow:0 9px 20px #84b90026!important}body main.workspace:has(.creative-layout) .creative-layout .creative-bulk-actions button.pipeline-soft:hover{border-color:#8bca00!important;background:linear-gradient(135deg,#e4ff83,#b8ef00)!important}.creative-name-cell .creative-title-with-big-status{display:inline-flex!important;align-items:center!important;max-width:100%!important;min-width:0!important;gap:7px!important;vertical-align:middle!important}.creative-name-cell .creative-title-with-big-status>strong{min-width:0!important}.creative-big-status-dot{display:inline-block!important;flex:0 0 auto!important;width:8px!important;height:8px!important;border:1px solid #bac8cc!important;border-radius:50%!important;background:#edf2f3!important;box-shadow:inset 0 0 0 1px #ffffffbf!important}.creative-big-status-dot.ready{border-color:#0b9e68!important;background:#20bf7d!important;box-shadow:0 0 0 3px #20bf7d21!important}.template-generator .pexels-generator{display:grid;gap:14px;padding:18px;border:1px solid #c8e1e4;border-radius:18px;background:#fff}.template-generator .pexels-generator-head,.template-generator .pexels-gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.template-generator .pexels-generator-head>div:first-child,.template-generator .pexels-gallery-toolbar>div:first-child{display:grid;gap:4px}.template-generator .pexels-generator-head strong{color:#10272c;font-size:20px;font-weight:850}.template-generator .pexels-generator-head span,.template-generator .pexels-gallery-toolbar span{color:#678087;font-size:12px}.template-generator .pexels-status{display:flex;align-items:center;gap:8px}.template-generator .pexels-status>span{padding:7px 10px;border:1px solid #cfe0e3;border-radius:999px;background:#f8fbfb;color:#536e75;font-weight:750}.template-generator .pexels-status>span.ready{border-color:#9edfcf;background:#edfff9;color:#087a65}.template-generator .pexels-status>span.missing{border-color:#ffd09f;background:#fff8ef;color:#a6530a}.template-generator .pexels-setup{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid #ffd2a6;border-radius:13px;background:#fff9f1;color:#8b490e}.template-generator .pexels-setup>div{display:grid;gap:3px}.template-generator .pexels-setup span{color:#805e42;font-size:12px}.template-generator .pexels-setup code{padding:1px 5px;border-radius:5px;background:#fff1df}.template-generator .pexels-search-panel{display:grid;grid-template-columns:minmax(260px,1.7fr) repeat(3,minmax(145px,.75fr)) auto;align-items:end;gap:10px;padding:14px;border:1px solid #c9e4e5;border-radius:14px;background:linear-gradient(120deg,#f2fffd,#fbfff4 62%,#fffaf6)}.template-generator .pexels-search-panel>label{display:grid;gap:6px;min-width:0}.template-generator .pexels-search-panel>label>span{color:#49656c;font-size:11px;font-weight:800}.template-generator .pexels-query>div{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 11px;border:1px solid #aaced3;border-radius:10px;background:#fff;color:#678087}.template-generator .pexels-query input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#17343a}.template-generator .pexels-search-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;border:1px solid #a9e700;border-radius:10px;background:linear-gradient(135deg,#cfff00,#9ee900);color:#173900;font-weight:850;white-space:nowrap;cursor:pointer}.template-generator .pexels-search-button:disabled{cursor:not-allowed;opacity:.48}.template-generator .pexels-search-actions{display:grid;min-width:180px;gap:6px}.template-generator .pexels-reset-button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;padding:0 11px;color:#526f75;font-size:11px;font-weight:800;border:1px solid #c8dcdf;border-radius:9px;background:#ffffffdb;cursor:pointer}.template-generator .pexels-reset-button:hover{color:#087f70;border-color:#8bcfc8;background:#f3fffc}.template-generator .pexels-reset-button:disabled{cursor:not-allowed;opacity:.45}.template-generator .pexels-gallery-toolbar{padding-top:2px}.template-generator .pexels-gallery-toolbar>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.template-generator .pexels-target-group{display:grid;width:210px;min-width:180px;gap:4px}.template-generator .pexels-target-group>span{color:#607a80;font-size:10px;font-weight:800}.template-generator .pexels-target-group .custom-select-trigger{height:36px}.template-generator .pexels-gallery-toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 12px;border:1px solid #bfd7db;border-radius:9px;background:#fff;color:#31575e;font-size:12px;font-weight:800;cursor:pointer}.template-generator .pexels-gallery-toolbar button.primary{border-color:#a9e700;background:#baff00;color:#173900}.template-generator .pexels-gallery-toolbar button:disabled{cursor:not-allowed;opacity:.45}.template-generator .pexels-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.template-generator .pexels-gallery article{overflow:hidden;border:1px solid #cee0e3;border-radius:13px;background:#fff;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.template-generator .pexels-gallery article:hover{border-color:#7ecfc7;transform:translateY(-1px)}.template-generator .pexels-gallery article:focus-visible{outline:3px solid rgba(0,173,151,.25);outline-offset:2px}.template-generator .pexels-gallery article.selected{border-color:#00ad97;background:#f0fffb;box-shadow:inset 0 0 0 1px #00ad97}.template-generator .pexels-photo{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#edf4f4}.template-generator .pexels-photo img{width:100%;height:100%;object-fit:cover}.template-generator .pexels-check{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:26px;height:26px;border:2px solid #fff;border-radius:8px;background:#ffffffe6;color:#fff}.template-generator .pexels-gallery article.selected .pexels-check{background:#00aa91}.template-generator .pexels-gallery article>div:last-child{display:grid;gap:4px;padding:10px 11px 12px}.template-generator .pexels-gallery article strong{overflow:hidden;color:#17343a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.template-generator .pexels-gallery article span,.template-generator .pexels-gallery article a,.template-generator .pexels-attribution{color:#6b8389;font-size:11px}.template-generator .pexels-gallery article a,.template-generator .pexels-attribution a{color:#087f70;text-decoration:none}.template-generator .pexels-jobs{display:grid;gap:10px;padding:14px;border:1px solid #cfe1e4;border-radius:14px;background:#fbfdfd}@media(max-width:1280px){.template-generator .pexels-search-panel{grid-template-columns:minmax(250px,2fr) repeat(2,minmax(150px,1fr))}.template-generator .pexels-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.template-generator .pexels-generator-head,.template-generator .pexels-gallery-toolbar{align-items:stretch;flex-direction:column}.template-generator .pexels-status,.template-generator .pexels-gallery-toolbar>div:last-child{flex-wrap:wrap}.template-generator .pexels-target-group{width:100%}.template-generator .pexels-search-panel,.template-generator .pexels-gallery{grid-template-columns:1fr}.template-generator .pexels-search-actions{width:100%}}@media(prefers-reduced-motion:reduce){.template-generator .pexels-gallery article{transition:none}}.app-update-banner{position:fixed;right:22px;bottom:22px;z-index:12000;display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;max-width:min(620px,calc(100vw - 32px));align-items:center;gap:11px;padding:12px 13px;color:#18393d;border:1px solid #a8dbd5;border-radius:14px;background:#f8fffcf7;box-shadow:0 18px 50px #1840432e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-update-banner>svg{color:#00a58e}.app-update-banner>div{display:grid;min-width:0;gap:2px}.app-update-banner strong{font-size:12px}.app-update-banner span{color:#627b80;font-size:10px}.app-update-banner button{min-height:35px;padding:0 12px;color:#173900;font-size:11px;font-weight:850;white-space:nowrap;border:1px solid #a8e500;border-radius:9px;background:linear-gradient(135deg,#cfff00,#9de900);cursor:pointer}.app-update-banner button.icon{width:35px;padding:0;color:#5b7378;border-color:#cddfe1;background:#fff}@media(max-width:680px){.app-update-banner{right:12px;bottom:12px;left:12px;grid-template-columns:auto minmax(0,1fr) auto}.app-update-banner>button:not(.icon){grid-column:1 / -1}}body main.workspace:has(.creative-layout) .creative-layout .filter-summary{align-items:center!important;gap:7px!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary>.filter-result-count{flex:0 0 auto!important;margin:0 6px 0 0!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary>.filter-selected-count{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:28px!important;margin:0 4px 0 0!important;padding:0 10px!important;border:1px solid rgba(0,143,132,.34)!important;border-radius:999px!important;background:#e5faf5!important;color:#006f67!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary .status-filter-chip{position:relative!important;display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:2px!important;border:2px solid transparent!important;border-radius:999px!important;background:transparent!important;cursor:pointer!important;transition:opacity .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary.has-selection .status-filter-chip:not(.active){opacity:.48!important;filter:saturate(.64)!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary .status-filter-chip.active{border-color:#008f84!important;background:#effcf9!important;box-shadow:0 0 0 3px #008f841f,0 7px 16px #0060581f!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary .status-filter-chip.active .status-badge{outline:0!important;box-shadow:none!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary .status-filter-check{position:absolute!important;top:-5px!important;right:-5px!important;z-index:2!important;display:grid!important;place-items:center!important;width:18px!important;height:18px!important;border:2px solid #ffffff!important;border-radius:50%!important;background:#007f76!important;color:#fff!important;box-shadow:0 3px 8px #005b543d!important}body main.workspace:has(.creative-layout) .creative-layout .filter-summary .status-filter-chip:focus-visible{outline:3px solid rgba(0,143,132,.28)!important;outline-offset:2px!important}@media(max-width:760px){body main.workspace:has(.creative-layout) .creative-layout .filter-summary>.filter-result-count{flex:0 0 100%!important}}body main.workspace:has(.creative-layout) .creative-layout{padding-bottom:90px!important}.creative-total-widget{position:fixed!important;left:calc(188px + (100vw - 188px)/2)!important;bottom:max(14px,env(safe-area-inset-bottom))!important;z-index:58!important;display:grid!important;grid-template-columns:minmax(230px,1.35fr) repeat(6,minmax(112px,1fr))!important;align-items:center!important;gap:8px!important;width:min(1680px,calc(100vw - 220px))!important;min-height:62px!important;margin:0!important;padding:8px 14px!important;border:1px solid rgba(220,232,236,.96)!important;border-radius:8px!important;background:#fffffffa!important;box-shadow:0 6px 18px #132b3512!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:translate(-50%)!important}.creative-total-widget:before{content:none!important;display:none!important}.creative-total-widget-label,.creative-total-widget-metric{display:grid!important;align-content:center!important;min-width:0!important}.creative-total-widget-label{gap:2px!important;text-align:left!important}.creative-total-widget-label>span{color:#263b42!important;font-size:15px!important;font-weight:900!important}.creative-total-widget-label>small{overflow:hidden!important;color:#62787c!important;font-size:10px!important;font-weight:700!important;text-overflow:ellipsis!important;white-space:nowrap!important}.creative-total-widget-metric{justify-items:end!important;gap:1px!important;text-align:right!important}.creative-total-widget-metric>small{color:#6a7d83!important;font-size:9px!important;font-weight:800!important;line-height:1!important;text-transform:uppercase!important}.creative-total-widget-metric>strong{max-width:100%!important;color:#17363b;font-size:clamp(13px,.88vw,17px)!important;font-variant-numeric:tabular-nums!important;line-height:1.15!important;letter-spacing:0!important;white-space:nowrap!important}.creative-total-widget-metric>strong.metric-positive{color:#07965e!important}.creative-total-widget-metric>strong.metric-negative{color:#df4439!important}@media(max-width:1100px){.creative-total-widget{left:50vw!important;width:calc(100vw - 24px)!important}}@media(max-width:860px){body main.workspace:has(.creative-layout) .creative-layout{padding-bottom:142px!important}.creative-total-widget{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px 12px!important;width:calc(100vw - 16px)!important;padding:9px 12px!important}.creative-total-widget-label{grid-column:1 / -1!important}.creative-total-widget-metric{justify-items:start!important;text-align:left!important}}.refresh-logo.creativeops-mark{display:grid!important;place-items:center!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;color:#b8e600!important;box-shadow:none!important}.refresh-logo.creativeops-mark svg{display:block!important;width:40px!important;height:40px!important;stroke:currentColor!important;stroke-width:3!important}.refresh-logo.creativeops-mark:before,.refresh-logo.creativeops-mark:after,.refresh-logo.creativeops-mark>i{display:none!important;content:none!important}.template-generator .generator-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px}.template-generator .generator-template-quick{display:grid;grid-template-columns:minmax(240px,300px) auto;align-items:end;justify-content:start;gap:10px;min-width:0}.template-generator .generator-template-quick>label{display:grid;flex-basis:auto;gap:6px;min-width:0}.template-generator .generator-template-quick-actions{display:flex;align-items:center;gap:9px}.template-generator .generator-template-overwrite-button:not(:disabled){border-color:#8fd9ce;background:linear-gradient(135deg,#effffb,#fffdf2);color:#087a70}.generator-template-overwrite-dialog .generator-template-overwrite-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;color:#087a70;background:linear-gradient(135deg,#d8fff6,#f3ffd5)}.generator-template-overwrite-dialog>small{display:block;margin-top:-4px;color:#65747b;line-height:1.45}.generator-template-overwrite-dialog .generator-delete-actions .primary{border-color:#00a897;background:#00a897;color:#fff}.template-generator .generator-export-controls{display:grid;grid-template-columns:96px 132px auto;align-items:end;gap:10px}.template-generator .generator-export-controls label{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.template-generator .generator-export-controls label span{grid-column:auto}.template-generator .generator-template-quick .custom-select-trigger,.template-generator .generator-export-controls .custom-select-trigger,.template-generator .generator-template-quick-actions .generator-soft-button,.template-generator .generator-download-button{height:41px;min-height:41px}@media(max-width:1240px){.template-generator .generator-toolbar{grid-template-columns:minmax(0,1fr);align-items:stretch}.template-generator .generator-export-controls{justify-content:end}}@media(max-width:760px){.template-generator .generator-template-quick,.template-generator .generator-export-controls{grid-template-columns:minmax(0,1fr);justify-content:stretch}.template-generator .generator-template-quick-actions{display:grid;grid-template-columns:minmax(0,1fr)}.template-generator .generator-download-button{grid-column:auto}}.template-generator .generator-row-grid>.campaign-section{grid-column:1 / -1}.template-generator .campaign-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.template-generator .generator-editor-controls,.template-generator .generator-editor-add-actions,.template-generator .generator-placement-mode>div{display:flex;align-items:center;gap:8px}.template-generator .generator-editor-controls{justify-content:flex-end;flex-wrap:wrap}.template-generator .generator-placement-mode{display:grid;gap:4px}.template-generator .generator-placement-mode>span{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.template-generator .generator-placement-mode>div{gap:3px;padding:3px;border:1px solid #cde1e4;border-radius:11px;background:#edf6f6}.template-generator .generator-list-head .generator-placement-mode button{min-height:32px;padding-inline:11px;border-color:transparent;background:transparent;box-shadow:none}.template-generator .generator-list-head .generator-placement-mode button.active{color:#087a70;border-color:#a9ddd8;background:#fff;box-shadow:0 4px 12px #1f4c5314}@media(max-width:1000px){.template-generator .campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-generator .generator-list-head,.template-generator .generator-editor-controls{align-items:stretch;flex-direction:column}.template-generator .generator-placement-mode>div,.template-generator .generator-editor-add-actions{flex-wrap:wrap}}@media(max-width:560px){.template-generator .campaign-grid{grid-template-columns:minmax(0,1fr)}.template-generator .campaign-grid label.wide{grid-column:auto}}.template-generator .generator-asset-popover{display:grid;height:min(var(--generator-picker-max-height, 470px),470px);grid-template-rows:auto auto minmax(0,1fr) auto}.template-generator .generator-asset-results{min-height:0;max-height:none}.template-generator .generator-asset-check{display:grid;width:20px;height:20px;place-items:center;justify-self:end;color:#fff;border:1px solid #b7d2d6;border-radius:6px;background:#fff}.template-generator .generator-asset-results>button.selected .generator-asset-check{border-color:#00a891;background:#00a891}.template-generator .generator-asset-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px -2px -2px;padding:9px 8px 1px;border-top:1px solid #dcebed;background:#fff}.template-generator .generator-asset-selection-bar>div:first-child{display:grid;min-width:0;gap:2px}.template-generator .generator-asset-selection-bar strong{color:#17363b;font-size:12px}.template-generator .generator-asset-selection-bar span{overflow:hidden;color:#71868c;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.template-generator .generator-asset-selection-bar>div:last-child{display:flex;flex:0 0 auto;align-items:center;gap:7px}.template-generator .generator-asset-selection-bar button{display:inline-flex;min-height:35px;align-items:center;justify-content:center;gap:6px;padding:0 11px;color:#31575e;font-size:11px;font-weight:850;border:1px solid #bfd7db;border-radius:9px;background:#fff}.template-generator .generator-asset-selection-bar button.primary{color:#173900;border-color:#a8e500;background:linear-gradient(135deg,#cfff00,#9de900)}.template-generator .generator-asset-selection-bar button:disabled{cursor:not-allowed;opacity:.48}@media(max-width:620px){.template-generator .generator-asset-selection-bar{align-items:stretch;flex-direction:column}.template-generator .generator-asset-selection-bar>div:last-child{display:grid;grid-template-columns:auto minmax(0,1fr)}.template-generator .generator-asset-selection-bar button.primary{grid-column:1 / -1}}@media(min-width:621px)and (max-width:980px){.generator-asset-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}body main.workspace:has(.creative-layout) .creative-layout .filters{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;align-items:start!important;gap:10px 8px!important;overflow:visible!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row{display:contents!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 .creative-sync-row>*,body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:auto!important;grid-row:auto!important;min-width:0!important;max-width:none!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>.reset-filters{width:100%!important;min-width:0!important;max-width:none!important;padding-inline:10px!important;box-sizing:border-box!important;overflow:hidden!important;text-overflow:clip!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-sync-button-wrap,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button>span,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button .aio-last-sync-note{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button>span,body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row .aio-funnel-sync-button .aio-last-sync-note{width:100%!important;overflow:hidden!important;white-space:normal!important;overflow-wrap:anywhere!important;text-overflow:clip!important}@media(min-width:1600px)and (max-width:2399px){body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:1 / 4!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(1){grid-column:4 / 6!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(2){grid-column:6 / 8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(3){grid-column:8 / 10!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(6){grid-column:10 / 13!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(4){grid-column:1 / 3!important;grid-row:2!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(5){grid-column:3 / 5!important;grid-row:2!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(1){grid-column:5 / 8!important;grid-row:2!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(2){grid-column:8 / 11!important;grid-row:2!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(3){grid-column:11 / 12!important;grid-row:2!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:12 / 13!important;grid-row:2!important}}@media(min-width:2400px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(135px,.78fr)) repeat(2,minmax(125px,.68fr)) minmax(170px,.9fr) minmax(150px,.8fr) minmax(135px,.72fr) minmax(96px,.52fr) 42px!important}}@media(min-width:1100px)and (max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:repeat(4,minmax(0,1fr))!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:span 2!important}}@media(min-width:700px)and (max-width:1099px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:1 / -1!important}}@media(max-width:699px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(0,1fr)!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 .creative-sync-row>*{grid-column:1 / -1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:1!important;justify-self:start!important}body main.workspace:has(.creative-layout) .creative-layout .custom-date{position:relative!important}body main.workspace:has(.creative-layout) .creative-layout .custom-date .custom-calendar,body main.workspace:has(.creative-layout) .creative-layout .custom-date.align-right .custom-calendar{right:auto!important;left:0!important;width:100%!important;max-width:calc(100vw - 24px)!important;box-sizing:border-box!important}body .custom-select-menu.custom-select-menu-floating{left:10px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;box-sizing:border-box!important}}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(200px,1.5fr) minmax(95px,.72fr) minmax(110px,.82fr) minmax(120px,.92fr) minmax(105px,.76fr) minmax(105px,.76fr) minmax(120px,.9fr) minmax(110px,.82fr) minmax(110px,.82fr) minmax(70px,.54fr) 42px!important;align-items:center!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 .creative-sync-row>*,body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:auto!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:1!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(1){grid-column:2!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(2){grid-column:3!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(3){grid-column:4!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(4){grid-column:5!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(5){grid-column:6 / 8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(6){grid-column:8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(1){grid-column:9!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(2){grid-column:10!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(3){grid-column:11!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:12!important;grid-row:1!important}}.creative-date-range-filter,.creative-date-range-filter .overview-date-range{position:relative;width:100%;min-width:0}.creative-date-range-filter:has(.overview-date-range.open){z-index:30010!important}.creative-date-range-filter .overview-date-range-trigger{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) 16px;align-items:center;width:100%;height:36px;gap:6px;padding:0 10px;border:1px solid #b8d8e2;border-radius:9px;color:#516870;background:#fff;box-shadow:none;cursor:pointer}.creative-date-range-filter .overview-date-range-trigger strong{min-width:0;overflow:hidden;color:#263f47;font-size:10px;font-weight:850;text-align:center;text-overflow:ellipsis;white-space:nowrap}.creative-date-range-filter .overview-date-range-trigger span{color:#93a5aa}.creative-date-range-filter .overview-date-range-trigger svg{color:#567078}.creative-date-range-filter .overview-date-range-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:30020;display:grid;width:min(700px,calc(100vw - 32px));gap:12px;padding:12px;border:1px solid #d5e5e9;border-radius:13px;background:#fff;box-shadow:0 24px 60px #14373e2e}.creative-date-range-filter .overview-date-range-fields{display:grid;grid-template-columns:1fr 62px 18px 1fr 62px;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #e7f0f2}.creative-date-range-filter .overview-date-range-fields button,.creative-date-range-filter .overview-date-range-fields span{display:inline-flex;align-items:center;height:32px;border:0;border-radius:7px;color:#526a72;background:#f1f7f8;font-size:12px;font-weight:750}.creative-date-range-filter .overview-date-range-fields button{justify-content:flex-start;padding:0 12px;cursor:pointer}.creative-date-range-filter .overview-date-range-fields button.active{color:#078d80;background:#e7fbf6}.creative-date-range-filter .overview-date-range-fields span{justify-content:center}.creative-date-range-filter .overview-date-range-fields i{color:#93a5aa;font-style:normal;text-align:center}.creative-date-range-filter .overview-date-range-body{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:16px}.creative-date-range-filter .overview-date-range-calendars{display:grid;grid-template-columns:repeat(2,244px);gap:18px;padding-right:16px;border-right:1px solid #e7f0f2}.creative-date-range-filter .overview-month-calendar{display:grid;width:244px;gap:10px}.creative-date-range-filter .overview-month-head{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;min-height:30px}.creative-date-range-filter .overview-month-head strong{color:#283e45;font-size:14px;font-weight:850;text-align:center}.creative-date-range-filter .overview-month-head button{position:relative;z-index:2;width:28px;height:28px;padding:0;border:0;border-radius:7px;color:#315159;background:transparent;font-size:22px;cursor:pointer}.creative-date-range-filter .overview-month-week,.creative-date-range-filter .overview-month-grid{display:grid;grid-template-columns:repeat(7,28px);justify-content:space-between;gap:6px}.creative-date-range-filter .overview-month-week span{color:#74898f;font-size:10px;font-weight:800;text-align:center}.creative-date-range-filter .overview-month-grid button{width:28px;height:28px;padding:0;border:0;border-radius:999px;color:#60777e;background:transparent;font-size:11px;font-weight:750;cursor:pointer}.creative-date-range-filter .overview-month-grid button.muted{opacity:.35}.creative-date-range-filter .overview-month-grid button.in-range{color:#087d72;border-radius:8px;background:#e6faf5}.creative-date-range-filter .overview-month-grid button.selected{color:#fff;background:#0aaa99;box-shadow:0 7px 16px #0aaa993d}.creative-date-range-filter .overview-month-grid button.disabled{opacity:.22;cursor:not-allowed}.creative-date-range-filter .overview-date-range-presets{display:grid;align-content:start;gap:3px}.creative-date-range-filter .overview-date-range-presets strong{padding:0 6px 4px;color:#74898f;font-size:11px;font-weight:800}.creative-date-range-filter .overview-date-range-presets button{display:flex;align-items:center;justify-content:space-between;min-height:28px;padding:0 7px;border:0;border-radius:5px;color:#60777e;background:transparent;font-size:11px;font-weight:750;text-align:left;cursor:pointer}.creative-date-range-filter .overview-date-range-presets button:hover,.creative-date-range-filter .overview-date-range-presets button:has(svg){color:#087d72;background:#e7fbf6}.creative-date-range-filter .overview-date-range-actions{display:flex;gap:8px}.creative-date-range-filter .overview-date-range-actions button{min-width:82px;height:34px;border:0;border-radius:7px;color:#60777e;background:#edf4f5;font-size:11px;font-weight:850;cursor:pointer}.creative-date-range-filter .overview-date-range-actions button.apply{color:#173900;background:linear-gradient(135deg,#cfff00,#9de900)}@media(max-width:1599px){.creative-date-range-filter .overview-date-range-popover{position:fixed;top:50%;right:auto;left:50%;max-height:calc(100dvh - 24px);overflow:auto;transform:translate(-50%,-50%)}}@media(max-width:760px){.creative-date-range-filter .overview-date-range-popover{width:calc(100vw - 20px);padding:10px}.creative-date-range-filter .overview-date-range-fields{grid-template-columns:1fr 1fr}.creative-date-range-filter .overview-date-range-fields span,.creative-date-range-filter .overview-date-range-fields i{display:none}.creative-date-range-filter .overview-date-range-body{grid-template-columns:1fr}.creative-date-range-filter .overview-date-range-calendars{grid-template-columns:244px;justify-content:center;padding:0 0 12px;border-right:0;border-bottom:1px solid #e7f0f2}.creative-date-range-filter .overview-month-calendar:nth-child(2){display:none}}.creative-date-range-popover-host{box-sizing:border-box;min-width:0;overflow:visible}.creative-date-range-popover-host .overview-date-range-popover{position:static!important;inset:auto!important;width:100%!important;max-width:100%!important;max-height:inherit!important;box-sizing:border-box!important;overflow:auto!important;transform:none!important}@media(max-width:1599px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-auto-rows:min-content!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.filter-select-row,body main.workspace:has(.creative-layout) .creative-layout .filters>.creative-sync-row{display:contents!important;width:auto!important;min-width:0!important;grid-column:auto!important;grid-row:auto!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search,body main.workspace:has(.creative-layout) .creative-layout .filters>.filter-select-row>*,body main.workspace:has(.creative-layout) .creative-layout .filters>.creative-sync-row>*,body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{position:relative!important;inset:auto!important;width:100%!important;min-width:0!important;max-width:none!important;grid-column:auto!important;grid-row:auto!important;transform:none!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.filter-summary{grid-column:1 / -1!important;grid-row:auto!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.filter-select-row>.creative-date-range-filter{grid-column:span 2!important}}@media(max-width:699px){body main.workspace:has(.creative-layout) .creative-layout .filters>.filter-select-row>.creative-date-range-filter{grid-column:1 / -1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{width:42px!important;min-width:42px!important;max-width:42px!important}}.mcp-agent-console{display:grid;gap:16px;padding:22px;border:1px solid #9fded9;border-radius:20px;background:linear-gradient(120deg,#effffd,#f8fff2 52%,#fffaf4);box-shadow:0 18px 45px #12535714}.mcp-agent-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.mcp-agent-heading h2{margin:5px 0 6px;font-size:clamp(22px,2vw,31px)}.mcp-agent-heading p{margin:0;color:#5c7076}.mcp-agent-kicker{display:inline-flex;align-items:center;gap:7px;color:#008e7d;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.mcp-agent-health{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:520px}.mcp-agent-health>span,.mcp-agent-health>small{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 11px;border:1px solid #c8dfe1;border-radius:999px;background:#ffffffc7;color:#61767c;font-weight:700}.mcp-agent-health>span.online{border-color:#83d7bd;color:#007c67;background:#e9fff5}.mcp-agent-health>span.offline{border-color:#efcfaa;color:#9a5b12;background:#fff8eb}.mcp-agent-setup,.mcp-agent-error{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #f0c284;border-radius:13px;background:#fff9ed;color:#8a530f}.mcp-agent-setup div{display:grid;gap:3px}.mcp-agent-setup span{color:#776a58}.mcp-agent-setup code{padding:2px 5px;border-radius:5px;background:#fff;color:#152a30}.mcp-agent-connect-form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,220px) auto;align-items:end;gap:10px;margin-top:10px}.mcp-agent-connect-form label{display:grid;gap:6px;min-width:0}.mcp-agent-connect-form label>span{color:#485e63;font-size:12px;font-weight:800}.mcp-agent-connect-form input{width:100%;min-width:0;height:42px;padding:0 12px;border:1px solid #b9d5d7;border-radius:10px;background:#fff;color:#142a30;font:inherit}.mcp-agent-connect-form input:focus{outline:3px solid rgba(0,184,157,.13);border-color:#00a990}.mcp-agent-secret-input{position:relative;display:block!important}.mcp-agent-secret-input input{padding-right:44px}.mcp-agent-secret-input button{position:absolute;top:4px;right:4px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:#60777c;cursor:pointer}.mcp-agent-secret-input button:hover{background:#eaf7f5;color:#008c79}.mcp-agent-messages{display:grid;gap:10px;max-height:480px;overflow:auto;padding:4px}.mcp-agent-messages article{display:flex;align-items:flex-start;gap:10px;max-width:min(860px,92%);padding:13px 15px;border:1px solid #cde1e3;border-radius:15px;background:#fff}.mcp-agent-messages article.user{justify-self:end;border-color:#9edfd2;background:#eafff9}.mcp-agent-messages article.assistant{justify-self:start}.mcp-agent-messages article.pending svg{animation:spin 1s linear infinite}.mcp-agent-messages article>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#e8f7f6;color:#008f80}.mcp-agent-messages article div{display:grid;gap:5px;min-width:0}.mcp-agent-messages article p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#344b51;line-height:1.5}.mcp-agent-quick-prompts{display:flex;flex-wrap:wrap;gap:8px}.mcp-agent-quick-prompts button{padding:9px 12px;border:1px solid #b9d8db;border-radius:999px;background:#ffffffd1;color:#33565b;font-weight:700;cursor:pointer}.mcp-agent-quick-prompts button:hover:not(:disabled){border-color:#00aa92;color:#007d6c}.mcp-agent-quick-prompts button:disabled{opacity:.48;cursor:default}.mcp-agent-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.mcp-agent-composer input{min-width:0;height:46px;padding:0 15px;border:1px solid #a9ced2;border-radius:12px;background:#fff;color:#142a30;font:inherit}.mcp-agent-composer input:focus{outline:3px solid rgba(0,184,157,.13);border-color:#00a990}.mcp-agent-error{border-color:#ffaaa2;background:#fff2f0;color:#b4342c}.mcp-connect-center{display:grid;gap:16px;padding:22px;border:1px solid #9fded9;border-radius:20px;background:linear-gradient(120deg,#effffd,#f8fff2 52%,#fffaf4);box-shadow:0 18px 45px #12535714}.mcp-connect-grid{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(360px,1.35fr) minmax(300px,1fr);gap:12px}.mcp-connect-card{display:flex;flex-direction:column;gap:13px;min-width:0;padding:16px;border:1px solid #c9dfe1;border-radius:16px;background:#ffffffdb}.mcp-connect-card.primary{border-color:#8fd8cc;background:linear-gradient(145deg,#f0fffb,#fff)}.mcp-connect-step{display:flex;align-items:flex-start;gap:10px}.mcp-connect-step>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid #78d8ca;border-radius:9px;background:#e7fff9;color:#008d79;font-weight:900}.mcp-connect-step>div{display:grid;gap:4px;min-width:0}.mcp-connect-step strong{color:#17333a}.mcp-connect-step p{margin:0;color:#687c81;line-height:1.45}.mcp-connect-card>.primary-button,.mcp-connect-card>.ghost-button{justify-content:center;width:100%;margin-top:auto}.mcp-revoke-button{margin-top:-5px!important;color:#ad3f38!important}.mcp-command-box{position:relative;display:grid;gap:8px;min-width:0}.mcp-command-box pre{min-height:118px;margin:0;padding:13px;overflow:auto;border:1px solid #263c42;border-radius:12px;background:#102027;color:#e7fff7;font:12px/1.55 Consolas,SFMono-Regular,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.mcp-command-box button,.mcp-prompt-examples button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 11px;border:1px solid #b8d6d9;border-radius:10px;background:#fff;color:#31575d;font-weight:750;cursor:pointer}.mcp-command-box button:hover,.mcp-prompt-examples button:hover{border-color:#00aa92;color:#007e6d}.mcp-command-placeholder{display:grid;place-items:center;min-height:118px;padding:18px;border:1px dashed #b9d3d6;border-radius:12px;color:#718489;text-align:center}.mcp-prompt-examples{display:grid;gap:7px;margin-top:auto}.mcp-prompt-examples button{justify-content:flex-start;text-align:left}.mcp-chatgpt-note{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #d8d7bf;border-radius:13px;background:#ffffffb3;color:#53696e}.mcp-chatgpt-note>div{display:grid;gap:3px}.mcp-chatgpt-note strong{color:#203a40}@media(max-width:760px){.mcp-agent-console{padding:16px;border-radius:16px}.mcp-agent-heading{flex-direction:column}.mcp-agent-health{justify-content:flex-start}.mcp-agent-composer,.mcp-agent-connect-form{grid-template-columns:1fr}.mcp-agent-connect-form button[type=submit],.mcp-agent-composer button{width:100%;justify-content:center}.mcp-agent-messages article{max-width:100%}}@media(max-width:1180px){.mcp-connect-grid{grid-template-columns:1fr 1fr}.mcp-connect-ready{grid-column:1 / -1}}@media(max-width:760px){.mcp-connect-center{padding:16px;border-radius:16px}.mcp-connect-grid{grid-template-columns:1fr}.mcp-connect-ready{grid-column:auto}}@media(min-width:1600px){body main.workspace:has(.creative-layout) .creative-layout .filters{grid-template-columns:minmax(190px,1.15fr) minmax(0,.7fr) minmax(0,.8fr) minmax(0,.95fr) minmax(0,.85fr) minmax(0,.75fr) minmax(0,.75fr) minmax(0,.9fr) minmax(0,.85fr) minmax(0,.55fr) minmax(96px,.7fr) 42px!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.search{grid-column:1!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(1){grid-column:2!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(2){grid-column:3!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(3){grid-column:4!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(4){grid-column:5!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(5){grid-column:6 / 8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row>:nth-child(6){grid-column:8!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(1){grid-column:9!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(2){grid-column:10!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .creative-sync-row>:nth-child(3){grid-column:11!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filters>.settings-trigger{grid-column:12!important;grid-row:1!important}body main.workspace:has(.creative-layout) .creative-layout .filter-select-row .custom-select-trigger,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{padding-inline:10px!important}}.fp-manager{display:grid;gap:14px;min-width:0}.fp-manager-head,.fp-manager-toolbar,.fp-bulk-grid>article,.fp-page-list{border:1px solid #c7e1e4;border-radius:16px;background:#fff;box-shadow:0 10px 30px #1e4b520b}.fp-manager-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;background:linear-gradient(118deg,#edfffb,#fbfff0 72%,#fff9f4)}.fp-manager-head>div:first-child{display:grid;gap:4px;min-width:0}.fp-manager-head>div:first-child>span{display:inline-flex;align-items:center;gap:6px;color:#008f80;font-size:10px;font-weight:900;letter-spacing:.08em}.fp-manager-head strong{color:#122b31;font-size:clamp(20px,2vw,27px);line-height:1.1}.fp-manager-head small{color:#60777d;font-size:12px;font-weight:600}.fp-connection-state{display:flex;flex:0 0 auto;align-items:center;gap:8px}.fp-connection-state>span{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:0 12px;border:1px solid #b9d9dc;border-radius:999px;color:#6c7e82;font-size:11px;font-weight:850;background:#fff}.fp-connection-state>span.ready{color:#007c6e;border-color:#8dd9c9;background:#edfff9}.fp-connection-state>span.missing{color:#a5492f;border-color:#ffb6a3;background:#fff5f1}.fp-connection-state small{display:inline-flex;max-width:210px;align-items:center;gap:5px;overflow:hidden;color:#60777d;text-overflow:ellipsis;white-space:nowrap}.fp-connection-state button,.fp-manager-toolbar>button,.fp-bulk-grid>article>button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 13px;color:#244e55;font-size:11px;font-weight:850;border:1px solid #bcd9dd;border-radius:10px;background:#fff;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.fp-connection-state button:hover,.fp-manager-toolbar>button:hover,.fp-bulk-grid>article>button:hover{color:#007d70;border-color:#6bd3c3;background:#edfffb}.fp-connection-state button:disabled,.fp-manager-toolbar>button:disabled,.fp-bulk-grid>article>button:disabled{cursor:not-allowed;opacity:.48}.fp-manager-toolbar{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(220px,1fr) minmax(120px,.45fr) auto;align-items:end;gap:10px;padding:13px;background:#f9fcfc}.fp-manager-toolbar label,.fp-action-fields label{display:grid;gap:6px;min-width:0}.fp-manager-toolbar label>span,.fp-action-fields label>span{color:#566f75;font-size:10px;font-weight:850}.fp-search>div{display:flex;min-height:40px;align-items:center;gap:8px;padding:0 11px;color:#668087;border:1px solid #bcd9dd;border-radius:10px;background:#fff}.fp-search input,.fp-action-fields input{width:100%;min-width:0;color:#1b3439;font:inherit;font-size:12px;font-weight:700;border:0;outline:0;background:transparent}.fp-action-fields input{min-height:40px;padding:0 11px;border:1px solid #bcd9dd;border-radius:10px;background:#fff}.fp-selection-summary{display:grid;min-height:40px;align-content:center;gap:2px;padding:0 12px;border:1px solid #d1e4e7;border-radius:10px;background:#fff}.fp-selection-summary span{display:inline-flex;align-items:baseline;gap:4px;color:#536e74;font-size:10px;font-weight:800;white-space:nowrap}.fp-selection-summary small{color:#829499;font-size:9px;font-weight:700;white-space:nowrap}.fp-selection-summary strong{color:#008e7e;font-size:15px;line-height:1}.fp-select-all{white-space:nowrap}.fp-bulk-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:12px}.fp-bulk-grid>article{display:grid;align-content:start;gap:12px;padding:15px}.fp-bulk-grid>article>div:first-child{display:flex;align-items:center;gap:9px}.fp-bulk-grid>article>div:first-child>span:last-child{display:grid;gap:2px}.fp-bulk-grid>article strong{color:#19383e;font-size:13px}.fp-bulk-grid>article small{color:#71868b;font-size:10px;font-weight:650}.fp-action-index{display:inline-grid;width:28px;height:28px;flex:0 0 auto;place-items:center;color:#007f72;font-size:11px;font-weight:900;border:1px solid #78d7c8;border-radius:9px;background:#ebfffa}.fp-action-fields{display:grid;grid-template-columns:1.25fr .75fr;gap:8px}.fp-bulk-grid>article>button{align-self:end;margin-top:auto}.fp-bulk-grid>article>button.primary{color:#173700;border-color:#a6de25;background:linear-gradient(135deg,#c9ff44,#aafa00)}.fp-details-card-preview{display:flex;min-height:58px;align-items:center;gap:10px;padding:10px 12px;color:#648086;border:1px dashed #bddbdd;border-radius:10px;background:#f8fcfc}.fp-details-card-preview svg{flex:0 0 auto;color:#009886}.fp-details-card-preview span{display:-webkit-box;overflow:hidden;font-size:10px;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fp-page-list{min-width:0;overflow-x:auto}.fp-page-list-head,.fp-page-list>article{display:grid;min-width:1260px;grid-template-columns:42px minmax(210px,1.15fr) minmax(145px,.68fr) minmax(145px,.68fr) minmax(135px,.6fr) minmax(135px,.6fr) minmax(145px,.68fr) minmax(108px,.48fr);align-items:center;column-gap:10px}.fp-page-list-head{min-height:44px;padding:0 14px;color:#61777d;font-size:10px;font-weight:900;text-transform:uppercase;border-bottom:1px solid #d6e7e9;background:#f3f8f9}.fp-page-list>article{min-height:72px;padding:8px 14px;border-bottom:1px solid #deeaec;transition:background .16s ease,box-shadow .16s ease}.fp-page-list>article:last-of-type{border-bottom:0}.fp-page-list>article:hover{background:#f8fffd}.fp-page-list>article.selected{background:linear-gradient(100deg,#e9fffa,#fbfff2);box-shadow:inset 3px 0 #05b6a0}.fp-page-check,.fp-page-list-head label{position:relative;display:inline-grid;width:22px;height:22px;place-items:center;cursor:pointer}.fp-page-check input,.fp-page-list-head input{position:absolute;width:1px;height:1px;opacity:0}.fp-page-check span,.fp-page-list-head label span{display:inline-grid;width:20px;height:20px;place-items:center;border:1px solid #9fc5ca;border-radius:6px;background:#fff}.fp-page-check input:checked+span,.fp-page-list-head input:checked+span{border-color:#00a894;background:#00a894}.fp-page-check input:checked+span:after,.fp-page-list-head input:checked+span:after{width:8px;height:4px;content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;transform:translateY(-1px) rotate(-45deg)}.fp-page-identity{display:flex;min-width:0;align-items:center;gap:10px}.fp-page-identity>img,.fp-page-identity>svg{width:44px;height:44px;flex:0 0 auto;object-fit:cover;border:1px solid #c8dfe2;border-radius:11px;background:#edf5f6}.fp-page-identity>svg{padding:10px;color:#6c858a}.fp-page-identity>span{display:grid;min-width:0;gap:3px}.fp-page-identity strong,.fp-page-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-page-identity strong{color:#17343a;font-size:12px}.fp-page-identity small{color:#71868b;font-size:10px;font-weight:650}.fp-id-cell{display:flex;min-width:0;align-items:center;gap:5px}.fp-id-cell code{min-width:0;overflow:hidden;color:#31545a;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.fp-id-cell button{display:inline-grid;width:30px;height:30px;flex:0 0 auto;place-items:center;color:#527076;border:1px solid #c4dfe2;border-radius:8px;background:#fff;cursor:pointer}.fp-id-cell button:hover{color:#007e70;border-color:#62d0bf}.fp-id-cell.missing code{color:#8a9a9e;font-style:italic}.fp-id-cell button:disabled{cursor:not-allowed;opacity:.42}.fp-profile-value{display:grid;min-width:0;gap:3px}.fp-profile-value small{width:fit-content;padding:2px 6px;color:#087e70;font-size:8px;font-weight:900;line-height:1.2;border:1px solid #9bdfd3;border-radius:999px;background:#eafff9}.fp-profile-editor{display:grid;grid-template-columns:minmax(0,1fr) 30px 30px;gap:5px}.fp-profile-editor input{width:100%;min-width:0;height:32px;padding:0 8px;color:#173f45;font:750 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace;border:1px solid #65cdbd;border-radius:8px;outline:0;background:#fff}.fp-profile-editor input:focus{border-color:#009f8d;box-shadow:0 0 0 3px #00a89421}.fp-profile-editor button.save{color:#fff;border-color:#009f8d;background:#00a894}.fp-profile-error{grid-column:1 / -1;overflow:hidden;color:#bd4939;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.fp-page-status{display:grid;min-width:0;gap:3px}.fp-page-status>span{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:6px;color:#587177;font-size:10px;font-weight:850}.fp-page-status>span i{width:8px;height:8px;flex:0 0 auto;border:2px solid #9aadb1;border-radius:999px;background:#fff}.fp-page-status small{overflow:hidden;color:#829499;font-size:9px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.fp-page-status.active>span{color:#087f67}.fp-page-status.active>span i{border-color:#16a77f;background:#32cf9d}.fp-page-status.unpublished>span,.fp-page-status.restricted>span{color:#b34c36}.fp-page-status.unpublished>span i,.fp-page-status.restricted>span i{border-color:#e86b50;background:#ff9a83}.fp-page-status.unclaimed>span{color:#a76d16}.fp-page-status.unclaimed>span i{border-color:#d99b36;background:#f7c866}.fp-geo-cell{display:grid;gap:2px;color:#6f858a;font-size:10px}.fp-geo-cell strong{color:#087f71;font-size:10px}.fp-row-result,.fp-row-result>span{display:inline-flex;min-width:0;align-items:center;gap:6px;color:#75878b;font-size:10px;font-weight:800}.fp-row-result>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-row-result.completed{color:#00856f}.fp-row-result.failed,.fp-row-result.failed>span{color:#bd4939}.fp-activity-button{display:inline-flex;width:fit-content;min-height:34px;align-items:center;justify-content:center;gap:6px;padding:0 9px;color:#315d64;font-size:10px;font-weight:800;border:1px solid #bedde1;border-radius:9px;background:#fff;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.fp-activity-button:hover{color:#007f72;border-color:#67d1c1;background:#edfffa}.fp-activity-button:focus-visible{outline:3px solid rgba(0,168,148,.2);outline-offset:2px}.fp-activity-button b{display:inline-grid;min-width:19px;height:19px;place-items:center;padding:0 4px;color:#007f72;font-size:9px;border-radius:999px;background:#ddfaf3}.fp-activity-modal{width:min(600px,100%)}.fp-activity-summary{grid-template-columns:1fr 1fr .55fr}.fp-activity-list>article.failed>i,.fp-activity-list>article>i.failed{color:#b74035;border-color:#f0b9b2;background:#fff1ef}.fp-activity-list>article.failed .creative-history-event{border-color:#f0c4be;background:#fffbfa}.fp-activity-list .creative-history-event li b{flex-wrap:wrap}.fp-activity-list .creative-history-event li code{overflow:hidden;max-width:100%;padding:3px 6px;color:#537076;font-size:9px;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;background:#edf5f6}.fp-activity-list .creative-history-event li.error b{color:#b33f34;line-height:1.4}.fp-activity-list .creative-history-empty.error{color:#b33f34}.fp-empty{display:flex;min-height:160px;align-items:center;justify-content:center;gap:9px;color:#6f858a;font-size:12px;font-weight:750}.fp-confirm-dialog{width:min(500px,calc(100vw - 28px))}.fp-details-dialog{width:min(720px,calc(100vw - 28px));max-height:min(860px,calc(100vh - 28px));overflow-y:auto;text-align:left}.fp-details-dialog>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.fp-details-dialog>header>div:nth-child(2){display:grid;min-width:0;gap:4px}.fp-details-dialog>header h3,.fp-details-dialog>header p{margin:0}.fp-details-dialog>header p{color:#6e8388;font-size:11px;font-weight:650}.fp-details-close{display:inline-grid;width:36px;height:36px;place-items:center;color:#45666c;border:1px solid #c3dde0;border-radius:10px;background:#fff;cursor:pointer}.fp-details-close:hover{color:#007e70;border-color:#65d0c0;background:#effffb}.fp-details-note,.fp-details-error{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;font-size:10px;font-weight:750;line-height:1.4;border-radius:10px}.fp-details-note{color:#785b19;border:1px solid #ecd08a;background:#fff9e8}.fp-details-error{color:#af4337;border:1px solid #efb9b2;background:#fff2f0}.fp-details-note svg,.fp-details-error svg{flex:0 0 auto;margin-top:1px}.fp-details-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fp-details-form label{display:grid;min-width:0;gap:6px}.fp-details-form label.wide{grid-column:1 / -1}.fp-details-form label>span{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#435f65;font-size:10px;font-weight:850}.fp-details-form label>span small{color:#829499;font-size:9px}.fp-details-form :is(input,textarea){width:100%;min-width:0;padding:10px 11px;color:#17383e;font:700 12px/1.45 inherit;border:1px solid #bcd9dd;border-radius:10px;outline:0;background:#fff}.fp-details-form input{min-height:40px}.fp-details-form textarea{resize:vertical}.fp-details-form :is(input,textarea):focus{border-color:#00a28f;box-shadow:0 0 0 3px #00a28f21}.fp-details-help{color:#71868b;font-size:10px;font-weight:650;line-height:1.45}.fp-confirm-pages{display:grid;gap:5px;max-height:160px;overflow:auto;padding:10px;border:1px solid #d3e4e6;border-radius:10px;background:#f7fbfb}.fp-confirm-pages span,.fp-confirm-pages small{overflow:hidden;color:#45666c;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px){.fp-manager-toolbar{grid-template-columns:1fr 1fr}.fp-bulk-grid{grid-template-columns:1fr}}@media(max-width:760px){.fp-manager-head,.fp-connection-state{align-items:stretch;flex-direction:column}.fp-connection-state small{max-width:none}.fp-manager-toolbar{grid-template-columns:1fr}.fp-select-all{width:100%}.fp-page-list{overflow:visible;border:0;background:transparent;box-shadow:none}.fp-page-list-head{display:none}.fp-page-list>article{min-width:0;grid-template-columns:32px minmax(0,1fr);gap:8px 6px;margin-bottom:8px;padding:12px;border:1px solid #c7e1e4;border-radius:13px;background:#fff}.fp-page-check{grid-row:1 / 7;align-self:start;margin-top:10px}.fp-page-identity,.fp-id-cell,.fp-page-status,.fp-geo-cell,.fp-row-result,.fp-activity-button{grid-column:2}.fp-id-cell:before{width:62px;flex:0 0 auto;color:#84979b;font-size:8px;font-weight:900;text-transform:uppercase}.fp-id-cell:nth-of-type(2):before{content:"Profile ID"}.fp-id-cell:nth-of-type(3):before{content:"Asset ID"}.fp-profile-editor:before{grid-column:1 / -1}.fp-action-fields{grid-template-columns:1fr}.fp-activity-button{width:100%}}@media(max-width:620px){.fp-activity-backdrop{padding:0}.fp-activity-modal{border-radius:0}.fp-activity-summary{grid-template-columns:1fr}.fp-details-dialog{max-height:calc(100vh - 16px)}.fp-details-form{grid-template-columns:1fr}.fp-details-form label.wide{grid-column:auto}}.generator-file-picker{position:relative;grid-template-columns:40px minmax(0,1fr) auto auto;min-height:58px;padding:7px}.generator-file-picker-preview{display:inline-grid;width:40px;height:40px;place-items:center;overflow:hidden;color:#618087;border:1px solid #c5dde1;border-radius:9px;background:#f1f7f8}.generator-file-picker-preview.has-preview{border-color:#77d2c4;background:#eafffa}.generator-file-picker-preview img{width:100%;height:100%;object-fit:cover}.generator-file-picker-button,.generator-file-picker-clear{-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.generator-file-picker-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#126c66;font-size:11px;font-weight:850;white-space:nowrap;border:1px solid #82d7d1;border-radius:9px;background:#f3fffc}.generator-file-picker-button:hover{color:#075653;border-color:#20bcae;background:#e8fff9}.generator-file-picker-button:focus-visible,.generator-file-picker-clear:focus-visible{outline:3px solid rgba(0,168,148,.2);outline-offset:2px}.generator-file-picker-clear{display:inline-grid;width:36px;height:36px;place-items:center;padding:0;color:#6a7f85;border:1px solid #c8dce3;border-radius:9px;background:#fff}.generator-file-picker-clear:hover{color:#c63d32;border-color:#ffaaa2;background:#fff3f1}.fp-connection-state>span.loading{color:#476d74;border-color:#bdd9dd;background:#f7fbfc}.fp-refresh-progress{display:grid;gap:8px;padding:12px 14px;border:1px solid #bcdde1;border-radius:13px;background:linear-gradient(110deg,#f3fffc,#f9fcf3 64%,#fffaf4)}.fp-refresh-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.fp-refresh-progress>div:first-child span{display:inline-flex;min-width:0;align-items:center;gap:7px}.fp-refresh-progress strong{overflow:hidden;color:#244a50;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.fp-refresh-progress b{flex:0 0 auto;color:#008c7b;font-size:12px}.fp-refresh-track{height:8px;overflow:hidden;border-radius:999px;background:#e3edef}.fp-refresh-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00a991,#56cfb6);transition:width .22s ease}.fp-refresh-progress small{color:#6b8186;font-size:10px;font-weight:750}.fp-refresh-progress.completed{border-color:#9fd9c8;background:#f2fff9}.fp-refresh-progress.failed{border-color:#ffc0b8;background:#fff5f3}.fp-refresh-progress.failed b,.fp-refresh-progress.failed strong{color:#b63c32}@media(prefers-reduced-motion:reduce){.fp-refresh-track>span{transition:none}}@media(max-width:560px){.generator-file-picker{grid-template-columns:40px minmax(0,1fr) auto}.generator-file-picker-button{grid-column:1 / -1;width:100%}.generator-file-picker-clear{grid-column:3;grid-row:1}}
