:root{--brand-950:#24134f;--brand-900:#32196f;--brand-800:#47219a;--brand-700:#5d2cc2;--brand-600:#7240d4;--brand-100:#eee8fb;--brand-50:#f7f4fd;--ink-950:#181425;--ink-800:#312b40;--ink-650:#554e65;--ink-500:#777083;--surface:#fff;--surface-subtle:#f8f7fb;--page:#f3f1f7;--border:#e4e0eb;--border-strong:#ccc5d9;--success:#176b4d;--success-bg:#e9f7f1;--danger:#a22b3b;--danger-bg:#fff0f2;--warning:#88550b;--focus:#7651d7;--shadow-sm:0 1px 2px #1e16300f;--shadow-md:0 12px 36px #2518411a;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--sidebar-width:264px}*{box-sizing:border-box}html{background:var(--page);min-width:320px}body{background:var(--page);min-width:320px;min-height:100vh;color:var(--ink-950);text-rendering:optimizelegibility;margin:0;font-family:Inter,SF Pro Text,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.5}button,input,select{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 45%, transparent);outline-offset:2px}h1,h2,p{margin-top:0}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--ink-950);color:#fff;padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.button{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:10px 16px;font-weight:700;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button svg{stroke-width:1.9px;width:18px;height:18px}.button:disabled{cursor:not-allowed;opacity:.52}.button-primary{border-color:var(--brand-700);background:var(--brand-700);color:#fff;box-shadow:0 7px 18px #5d2cc233}.button-primary:hover:not(:disabled){border-color:var(--brand-800);background:var(--brand-800)}.button-secondary{border-color:var(--border-strong);color:var(--ink-800);background:#fff}.button-secondary:hover{border-color:var(--brand-600);color:var(--brand-800)}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-page{background:var(--surface);grid-template-columns:minmax(420px,1.06fr) minmax(420px,.94fr);width:100%;min-height:100dvh;display:grid}.login-context{background:radial-gradient(circle at 80% 22%, #8156da47, transparent 32%), var(--brand-950);color:#fff;flex-direction:column;justify-content:space-between;min-width:0;min-height:100dvh;padding:clamp(32px,5vw,72px);display:flex;position:relative;overflow:hidden}.login-context:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-150px;right:-120px;box-shadow:0 0 0 70px #ffffff06,0 0 0 145px #ffffff05}.login-brand,.app-brand{z-index:1;align-items:center;gap:12px;width:fit-content;display:inline-flex;position:relative}.brand-mark{background:var(--brand-700);color:#fff;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:inline-grid}.brand-mark svg{stroke-width:1.8px;width:23px;height:23px}.login-brand strong,.app-brand strong{letter-spacing:-.02em;font-size:18px;line-height:1.2;display:block}.login-brand small,.app-brand small{color:#ffffff9e;letter-spacing:.12em;text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:700;display:block}.login-context-copy{z-index:1;max-width:700px;padding-block:80px;position:relative}.login-eyebrow,.page-kicker,.panel-kicker{letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800}.login-eyebrow{color:#bfa8ff}.login-context-copy h1{letter-spacing:-.055em;max-width:680px;margin-bottom:22px;font-size:clamp(38px,4.6vw,66px);font-weight:680;line-height:1.05}.login-context-copy>p:last-child{color:#ffffffad;max-width:610px;margin-bottom:0;font-size:17px}.login-trust-row{z-index:1;color:#ffffffbd;flex-wrap:wrap;gap:12px 28px;font-size:13px;font-weight:650;display:flex;position:relative}.login-trust-row span{align-items:center;gap:8px;display:inline-flex}.login-trust-row svg{color:#bfa8ff;width:17px;height:17px}.login-panel{place-items:center;min-width:0;min-height:100dvh;padding:72px clamp(28px,6vw,96px);display:grid;position:relative}.language-button{border:1px solid var(--border);border-radius:var(--radius-sm);min-height:44px;color:var(--ink-650);background:#fff;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex;position:absolute;top:26px;right:30px}.language-button:hover{border-color:var(--brand-600);color:var(--brand-800)}.language-button svg{width:17px;height:17px}.login-form{width:100%;min-width:0;max-width:440px}.form-heading{margin-bottom:36px}.form-heading>p{color:var(--brand-700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.form-heading h2{letter-spacing:-.04em;margin-bottom:9px;font-size:30px}.form-heading span{color:var(--ink-500)}.form-field{min-width:0;color:var(--ink-800);gap:8px;margin-bottom:18px;font-size:13px;font-weight:700;display:grid}.form-field>small{color:var(--ink-500);margin-top:-2px;font-size:12px;font-weight:450}.form-field>input,.input-shell{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--ink-950);background:#fff;transition:border-color .17s,box-shadow .17s}.form-field>input{padding:11px 13px}.form-field>input:hover,.input-shell:hover{border-color:#aaa0bb}.form-field>input:focus,.input-shell:focus-within{border-color:var(--focus);outline:0;box-shadow:0 0 0 3px #7240d421}.input-shell{align-items:center;gap:10px;padding:0 12px;display:flex}.input-shell>svg{width:18px;height:18px;color:var(--ink-500);flex:none}.input-shell input{width:100%;min-width:0;min-height:46px;color:var(--ink-950);background:0 0;border:0;outline:0}.input-shell input::placeholder,.form-field>input::placeholder{color:#aaa3b4}.input-action{width:40px;height:40px;color:var(--ink-500);background:0 0;border:0;border-radius:7px;flex:none;place-items:center;display:inline-grid}.input-action:hover{background:var(--surface-subtle);color:var(--brand-800)}.input-action svg{width:18px;height:18px}.form-error{border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger);border:1px solid #f2c7ce;margin:0 0 16px;padding:11px 13px;font-size:13px;font-weight:650}.login-submit{width:100%;margin-top:4px}.form-footnote{color:var(--ink-500);text-align:center;margin:18px 0 0;font-size:12px}.app-frame{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100dvh;display:grid}.app-sidebar{background:var(--brand-950);color:#fff;border-right:1px solid #ffffff14;flex-direction:column;height:100dvh;padding:24px 18px 18px;display:flex;position:sticky;top:0}.app-brand{padding:0 8px 22px}.app-brand .brand-mark{border:1px solid #ffffff24;width:38px;height:38px}.app-brand small{font-size:8px}.app-nav{border-top:1px solid #ffffff1a;gap:5px;padding-top:14px;display:grid}.app-nav a,.sidebar-action{border-radius:var(--radius-sm);color:#ffffffad;border:1px solid #0000;align-items:center;gap:11px;min-height:44px;padding:10px 12px;font-size:13px;font-weight:650;transition:background-color .17s,color .17s,border-color .17s;display:flex}.app-nav a svg,.sidebar-action svg{stroke-width:1.8px;flex:none;width:19px;height:19px}.app-nav a:hover,.app-nav a[aria-current=page]{color:#fff;background:#ffffff1a}.app-nav a[aria-current=page]{border-color:#ffffff1a;box-shadow:inset 3px 0 #a98df2}.sidebar-footer{border-top:1px solid #ffffff1a;gap:4px;margin-top:auto;padding-top:16px;display:grid}.sidebar-scope{margin-bottom:8px;padding:4px 12px 10px}.sidebar-scope span,.sidebar-scope strong{display:block}.sidebar-scope span{color:#ffffff75;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800}.sidebar-scope strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sidebar-action{text-align:left;background:0 0;width:100%}.sidebar-action:hover{color:#fff;background:#ffffff12}.sidebar-logout:hover{color:#ffb7c2;background:#b52e431f;border-color:#ff9ead29}.app-surface{min-width:0}.app-topbar{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;justify-content:flex-end;align-items:center;min-height:68px;padding:10px clamp(20px,3vw,40px);display:flex;position:sticky;top:0}.desktop-user,.mobile-user-menu summary{align-items:center;gap:10px;display:flex}.desktop-user strong,.desktop-user small{text-overflow:ellipsis;white-space:nowrap;max-width:220px;display:block;overflow:hidden}.desktop-user strong{font-size:13px}.desktop-user small{color:var(--ink-500);margin-top:2px;font-size:11px}.user-avatar{background:var(--brand-100);width:36px;height:36px;color:var(--brand-800);border-radius:10px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.mobile-brand,.mobile-user-menu,.mobile-nav{display:none}.app-main{width:min(100%,1560px);margin-inline:auto;padding:clamp(24px,3.2vw,46px) clamp(18px,3vw,42px) 64px}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-kicker{color:var(--brand-700);margin-bottom:6px}.page-heading h1{letter-spacing:-.045em;margin-bottom:7px;font-size:clamp(26px,3vw,34px);line-height:1.15}.page-heading>div>p:last-child{color:var(--ink-500);margin-bottom:0}.page-actions{flex:none}.standalone-state{place-items:center;min-height:100dvh;padding:24px;display:grid}.page-state{border:1px dashed var(--border-strong);border-radius:var(--radius-md);min-height:170px;color:var(--ink-500);background:#ffffffb3;justify-content:center;align-items:center;gap:10px;display:flex}.page-state>svg{width:22px;height:22px;color:var(--brand-700)}.page-state-error{background:var(--danger-bg);border-color:#efc5cc;flex-direction:column;padding:24px}.page-state-error p{color:var(--danger);margin-bottom:4px;font-weight:650}.dashboard-stack{gap:22px;display:grid}.dashboard-reporting{gap:14px;display:grid}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.section-heading p{color:var(--brand-700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800}.section-heading h2{letter-spacing:-.025em;margin:0;font-size:18px}.dashboard-reporting-empty{align-items:center;gap:16px;min-height:112px;display:flex}.dashboard-reporting-empty>svg{width:32px;height:32px;color:var(--brand-700);flex:none}.dashboard-reporting-empty>div{flex:1;min-width:0}.dashboard-reporting-empty h3{color:var(--ink-800);margin-bottom:4px;font-size:15px}.dashboard-reporting-empty p{color:var(--ink-500);font-size:11px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.metric-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-height:132px;box-shadow:var(--shadow-sm);align-items:flex-start;gap:15px;padding:21px;display:flex}.metric-icon,.focus-icon{background:var(--brand-50);width:42px;height:42px;color:var(--brand-700);border-radius:10px;flex:none;place-items:center;display:grid}.metric-icon svg,.focus-icon svg{stroke-width:1.8px;width:21px;height:21px}.metric-card p{color:var(--ink-650);margin-bottom:4px;font-size:12px;font-weight:700}.metric-card strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;margin-bottom:4px;font-size:29px;line-height:1.15;display:block}.metric-card small{color:var(--ink-500);font-size:11px}.metric-card.compact{min-height:116px}.content-grid{gap:18px;display:grid}.content-grid-aside{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)}.content-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(320px,.6fr)}.panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);padding:22px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.panel-heading p{color:var(--brand-700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800}.panel-heading h2{letter-spacing:-.025em;margin-bottom:0;font-size:18px}.panel-heading>svg{width:20px;height:20px;color:var(--ink-500);stroke-width:1.7px}.focus-panel{background:var(--brand-950);color:#fff}.focus-panel .focus-icon{color:#c5b2f8;background:#ffffff1a;border:1px solid #ffffff1f;margin-bottom:38px}.focus-panel .panel-kicker{color:#bfa8ff;margin-bottom:8px}.focus-panel h2{letter-spacing:-.035em;margin-bottom:12px;font-size:23px}.focus-panel>p:not(.panel-kicker){color:#ffffffa6;margin-bottom:22px;font-size:13px}.text-link{color:#c9b9f4;align-items:center;gap:8px;min-height:44px;font-weight:750;display:inline-flex}.text-link:hover{color:#fff}.text-link svg{width:17px;height:17px}.audit-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.audit-list li{gap:13px;min-height:58px;padding:5px 0 15px;display:flex;position:relative}.audit-list li:not(:last-child):after{background:var(--border);content:"";width:1px;position:absolute;top:20px;bottom:0;left:5px}.audit-dot{z-index:1;background:var(--brand-700);box-sizing:content-box;border:3px solid #e7def9;border-radius:50%;flex:none;width:11px;height:11px;margin-top:5px;position:relative}.audit-list strong,.audit-list small{display:block}.audit-list strong{color:var(--ink-800);margin-bottom:3px;font-size:13px}.audit-list small{color:var(--ink-500);font-variant-numeric:tabular-nums;font-size:11px}.table-panel{padding-left:0;padding-right:0}.table-panel .panel-heading{padding-inline:22px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{border-top:1px solid var(--border);text-align:left;vertical-align:middle;padding:13px 16px}th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800}tbody tr{transition:background-color .15s}tbody tr:hover{background:#fbfaff}td strong,td small{display:block}td strong{color:var(--ink-800)}td small{color:var(--ink-500);font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.status-tag{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;min-height:26px;padding:3px 8px;font-size:11px;font-weight:750;display:inline-flex}.status-tag svg{width:13px;height:13px}.status-active{background:var(--success-bg);color:var(--success)}.status-disabled{color:var(--ink-650);background:#eeebf1}.empty-state{min-height:170px;color:var(--ink-500);text-align:center;align-content:center;place-items:center;gap:9px;padding:24px;display:grid}.empty-state svg{width:26px;height:26px;color:var(--brand-600)}.empty-state p{max-width:380px;margin-bottom:0}.enterprise-layout{grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);align-items:start;gap:18px;display:grid}.enterprise-list-panel{min-height:420px}.count-badge{background:var(--brand-50);min-width:30px;height:30px;color:var(--brand-800);font-variant-numeric:tabular-nums;border-radius:8px;place-items:center;font-size:12px;font-weight:800;display:grid}.inline-stat{color:var(--ink-650);font-variant-numeric:tabular-nums;align-items:center;gap:4px;margin-right:12px;display:inline-flex}.inline-stat svg{width:15px;height:15px}.onboarding-panel{position:sticky;top:88px}.onboarding-note,.success-banner{border-radius:var(--radius-sm);align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px;display:flex}.onboarding-note{background:var(--brand-50);color:var(--brand-900);border:1px solid #ded5f4}.onboarding-note svg,.success-banner>svg{flex:none;width:18px;height:18px;margin-top:1px}.onboarding-note p,.success-banner p{margin-bottom:0;font-size:12px}.success-banner{background:var(--success-bg);color:var(--success);border:1px solid #b9e3d2}.success-banner strong{margin-bottom:2px;display:block}.enterprise-form{gap:0;display:grid}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-section-label{color:var(--ink-500);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin:5px 0 17px;font-size:10px;font-weight:800;display:flex}.form-section-label:after{background:var(--border);content:"";flex:1;height:1px}.locale-choice{border:0;flex-wrap:wrap;gap:8px 18px;min-width:0;margin:0 0 18px;padding:0;display:flex}.locale-choice legend{width:100%;color:var(--ink-800);margin-bottom:8px;font-size:13px;font-weight:700}.locale-choice label{min-height:40px;color:var(--ink-650);align-items:center;gap:7px;font-size:13px;display:inline-flex}.locale-choice input{width:17px;height:17px;accent-color:var(--brand-700)}.form-submit{width:100%}.organization-stack{gap:20px;display:grid}.organization-members{min-height:260px}.table-action{border:1px solid var(--border);min-height:44px;color:var(--brand-800);white-space:nowrap;background:#fff;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:750;display:inline-flex}.table-action:hover{border-color:var(--brand-600);background:var(--brand-50)}.table-action-primary{border-color:var(--brand-700);background:var(--brand-700);color:#fff}.table-action-primary:hover{border-color:var(--brand-800);background:var(--brand-800)}.table-action svg{width:15px;height:15px}.table-actions{align-items:center;gap:7px;display:flex}.sidebar-error{color:#ffd7dc;font-size:11px;line-height:1.45;display:block}.action-banner{border-radius:var(--radius-sm);border:1px solid;align-items:center;gap:9px;min-height:48px;margin-bottom:18px;padding:11px 14px;font-size:13px;font-weight:700;display:flex}.action-banner svg{width:18px;height:18px}.action-success{background:var(--success-bg);color:var(--success);border-color:#b9e3d2}.action-danger{background:var(--danger-bg);color:var(--danger);border-color:#f2c7ce}.reset-panel{background:linear-gradient(110deg, #fff, var(--brand-50));border-color:#d9ccef;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr) auto;align-items:end;gap:18px;display:grid}.reset-panel h2{margin-bottom:5px;font-size:18px}.reset-panel p:not(.panel-kicker){color:var(--ink-500);margin-bottom:0;font-size:12px}.reset-panel .form-field{margin-bottom:0}.form-actions{gap:8px;display:flex}.form-actions .button{white-space:nowrap}.organization-forms{grid-template-columns:minmax(260px,.55fr) minmax(360px,.8fr) minmax(420px,1fr);align-items:start;gap:18px;display:grid}.compact-form{gap:0;display:grid}.choice-grid{border:0;gap:7px;max-height:250px;margin:0 0 18px;padding:0;display:grid;overflow-y:auto}.choice-grid legend{width:100%;color:var(--ink-800);margin-bottom:8px;font-size:13px;font-weight:700}.choice-grid label{border:1px solid var(--border);background:var(--surface-subtle);min-height:44px;color:var(--ink-650);cursor:pointer;border-radius:7px;align-items:center;gap:9px;padding:7px 9px;display:flex}.choice-grid label:has(input:checked){background:var(--brand-50);color:var(--brand-900);border-color:#bca9e9}.choice-grid input{width:17px;height:17px;accent-color:var(--brand-700);flex:none}.choice-grid strong,.choice-grid small{display:block}.choice-grid strong{font-size:12px}.choice-grid small{color:var(--ink-500);margin-top:1px;font-size:10px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.settings-card{display:grid}.settings-icon{background:var(--brand-50);width:44px;height:44px;color:var(--brand-700);border-radius:11px;place-items:center;margin-bottom:22px;display:grid}.settings-icon svg{width:22px;height:22px}.settings-card .panel-heading{margin-bottom:10px}.settings-description{color:var(--ink-500);margin-bottom:22px;font-size:13px}.settings-options{border:0;gap:9px;margin:0 0 24px;padding:0;display:grid}.settings-options legend{color:var(--ink-800);margin-bottom:7px;font-size:13px;font-weight:700}.settings-options label{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);cursor:pointer;align-items:center;gap:11px;min-height:58px;padding:9px 12px;display:flex}.settings-options label:has(input:checked){background:var(--brand-50);border-color:#bca9e9}.settings-options input{width:18px;height:18px;accent-color:var(--brand-700)}.settings-options strong,.settings-options small{display:block}.settings-options strong{color:var(--ink-800);font-size:13px}.settings-options small{color:var(--ink-500);font-size:11px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.demo-option{border-radius:var(--radius-sm);background:var(--brand-50);cursor:pointer;border:1px solid #d8c9f2;align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px;display:flex}.demo-option input{width:18px;height:18px;accent-color:var(--brand-700);margin-top:2px}.demo-option span,.demo-option strong,.demo-option small{display:block}.demo-option strong{color:var(--ink-800);margin-bottom:3px;font-size:13px}.demo-option small{color:var(--ink-500);font-size:11px;line-height:1.55}.demo-badge{background:var(--brand-50);color:var(--brand-800);letter-spacing:.04em;text-transform:uppercase;border:1px solid #c9b4ef;border-radius:999px;margin-top:6px;padding:3px 7px;font-size:9px;font-weight:850;display:inline-flex}.catalog-stack{gap:18px;display:grid}.demo-data-banner{border-radius:var(--radius-sm);background:linear-gradient(110deg, var(--brand-50), #fff);color:var(--brand-900);border:1px solid #c9b4ef;align-items:center;gap:12px;margin-bottom:18px;padding:13px 15px;display:flex}.demo-data-banner>svg{flex:none;width:22px;height:22px}.demo-data-banner strong,.demo-data-banner span{display:block}.demo-data-banner strong{letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px;font-size:12px}.demo-data-banner span{color:var(--ink-600);font-size:12px}.catalog-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.catalog-metric-grid article{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-height:112px;box-shadow:var(--shadow-sm);grid-template-columns:auto 1fr;align-items:center;gap:8px 10px;padding:17px;display:grid}.catalog-metric-grid svg{width:20px;height:20px;color:var(--brand-700)}.catalog-metric-grid span{color:var(--ink-500);text-transform:uppercase;font-size:11px;font-weight:750}.catalog-metric-grid strong{color:var(--ink-900);font-variant-numeric:tabular-nums;grid-column:1/-1;font-size:28px}.catalog-empty{min-height:260px}.catalog-empty h2{color:var(--ink-800);font-size:18px}.account-switcher{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-switcher button{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-height:92px;color:var(--ink-700);text-align:left;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.account-switcher button:hover,.account-switcher button.selected{background:var(--brand-50);border-color:#bca9e9}.account-switcher button.selected{box-shadow:inset 3px 0 var(--brand-700)}.account-switcher strong,.account-switcher small,.account-switcher span{display:block}.account-switcher strong{color:var(--ink-900);margin-bottom:4px;font-size:14px}.account-switcher small,.account-switcher button>span:last-child{color:var(--ink-500);font-size:10px}.account-switcher .account-summary{text-align:right;flex:none;justify-items:end;gap:7px;display:grid}.account-switcher .account-health{border:1px solid #0000;border-radius:999px;width:fit-content;padding:3px 7px;font-size:9px;font-weight:750}.account-switcher .account-health-ok{color:#17643c;background:#eefaf3;border-color:#b9ddca}.account-switcher .account-health-warning{color:#9a3d0a;background:#fff5eb;border-color:#f0c5a7}.account-access-panel{gap:14px;display:grid}.account-access-copy{max-width:760px;color:var(--ink-500);font-size:12px}.account-access-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-access-grid fieldset{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);align-content:start;gap:8px;min-width:0;margin:0;padding:13px;display:grid}.account-access-grid legend{color:var(--ink-700);padding:0 5px;font-size:11px;font-weight:800}.account-access-grid label{border:1px solid var(--border);min-height:46px;color:var(--ink-700);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:9px;padding:8px 10px;font-size:12px;display:flex}.account-access-grid label:has(input:checked){background:var(--brand-50);border-color:#bca9e9}.account-access-grid input{width:17px;height:17px;accent-color:var(--brand-700);flex:none}.account-access-grid strong,.account-access-grid small{display:block}.account-access-grid strong{color:var(--ink-800);font-size:12px}.account-access-grid small{color:var(--ink-500);margin-top:2px;font-size:10px}.account-access-save{justify-self:end}.catalog-object-panel{min-height:340px}.catalog-heading{gap:18px}.catalog-search{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:8px;width:min(320px,44vw);min-height:42px;padding:0 12px;display:flex}.catalog-search:focus-within{border-color:var(--brand-600);box-shadow:0 0 0 3px #703ac71a}.catalog-search svg{width:17px;height:17px;color:var(--ink-400)}.catalog-search input{width:100%;color:var(--ink-800);background:0 0;border:0;outline:0;font-size:12px}.object-kind{background:var(--brand-50);color:var(--brand-800);letter-spacing:.04em;text-transform:uppercase;border-radius:5px;margin-bottom:5px;padding:2px 6px;font-size:9px;font-weight:850;display:inline-flex}.object-status{background:var(--success-bg);color:var(--success);text-transform:capitalize;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.object-status-paused{color:#9a5a00;background:#fff5df}.creative-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.creative-grid article{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:12px;display:grid}.creative-icon{width:38px;height:38px;color:var(--brand-700);background:#fff;border-radius:9px;place-items:center;display:grid}.creative-icon svg{width:18px;height:18px}.creative-grid strong,.creative-grid small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.creative-grid strong{color:var(--ink-800);font-size:12px}.creative-grid small{color:var(--ink-500);margin-top:3px;font-size:9px}.catalog-sync-time{color:var(--ink-500);text-align:right;font-size:11px}.analytics-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.analytics-toolbar label,.analytics-toolbar label>span{display:block}.analytics-toolbar label>span{color:var(--ink-600);text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800}.analytics-toolbar select{border:1px solid var(--border);width:100%;min-height:44px;color:var(--ink-800);font:inherit;background:#fff;border-radius:8px;padding:0 11px;font-size:12px}.analytics-toolbar select:focus{border-color:var(--brand-600);outline:3px solid #703ac71a}.analytics-custom-dates{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-subtle);align-items:flex-end;gap:10px;min-height:72px;margin:-4px 0 18px;padding:14px 18px;display:flex}.analytics-custom-dates label,.analytics-custom-dates label>span{display:block}.analytics-custom-dates label>span{color:var(--ink-600);margin-bottom:5px;font-size:10px;font-weight:750}.analytics-custom-dates input{border:1px solid var(--border);min-height:40px;color:var(--ink-800);font:inherit;background:#fff;border-radius:7px;padding:0 10px;font-size:12px}.analytics-custom-dates>span{min-height:40px;color:var(--ink-500);line-height:40px}.analytics-custom-dates small{color:var(--ink-500);margin:0 0 10px auto;font-size:10px}.analytics-stack{gap:18px;display:grid}.currency-summary-grid,.currency-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.currency-summary{display:grid}.currency-heading{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.currency-heading span{color:var(--brand-800);letter-spacing:.05em;align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.currency-heading svg{width:18px;height:18px}.currency-heading small{color:var(--ink-500);font-size:10px}.currency-summary>strong{color:var(--ink-900);font-variant-numeric:tabular-nums;letter-spacing:-.035em;font-size:clamp(28px,4vw,40px)}.currency-summary>span{color:var(--ink-500);margin:4px 0 22px;font-size:11px}.currency-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;display:grid}.currency-summary dl>div{border:1px solid var(--border);background:var(--surface-subtle);border-radius:8px;padding:10px}.currency-summary dt{color:var(--ink-500);text-transform:uppercase;font-size:9px;font-weight:800}.currency-summary dd{color:var(--ink-800);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:12px;font-weight:750;overflow:hidden}.daily-chart{min-width:0}.daily-bars{border-bottom:1px solid var(--border);background-image:linear-gradient(to bottom, var(--border) 1px, transparent 1px);background-size:100% 25%;align-items:flex-end;gap:5px;height:190px;padding:12px 4px 0;display:flex}.daily-bars>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:0;height:100%;display:flex}.daily-bars span{background:linear-gradient(180deg, var(--brand-600), var(--brand-800));border-radius:4px 4px 1px 1px;width:min(24px,80%);min-height:4px;box-shadow:0 5px 12px #5c29ab29}.daily-bars small{height:14px;color:var(--ink-500);font-variant-numeric:tabular-nums;writing-mode:vertical-rl;font-size:8px;overflow:hidden}.analytics-dimension-panel{min-height:280px}.analytics-dimension-panel table{min-width:1220px}.analytics-empty{min-height:300px}.analytics-empty h2{color:var(--ink-800);font-size:18px}.analytics-footnote{color:var(--ink-500);justify-content:flex-end;align-items:center;gap:6px;font-size:10px;display:flex}.analytics-footnote svg{width:14px;height:14px}.automation-layout{grid-template-columns:minmax(360px,.75fr) minmax(0,1.25fr);align-items:start;gap:18px;display:grid}.automation-form{position:sticky;top:92px}.automation-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;display:grid}.stage-rule-config{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-subtle);gap:14px;padding:16px;display:grid}.stage-rule-config>div:first-child{gap:3px;display:grid}.stage-rule-config strong{color:var(--ink-800);font-size:12px}.stage-rule-config span{color:var(--ink-500);font-size:10px}.form-field>select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--ink-900);font:inherit;background:#fff;padding:0 12px;font-weight:550}.form-field>select:focus{border-color:var(--focus);outline:0;box-shadow:0 0 0 3px #7240d421}.automation-submit{justify-content:center;width:100%}.automation-list-panel table{min-width:760px}.managed-task-form{margin-bottom:24px}.task-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.task-ad-picker{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);margin:2px 0 18px;padding:14px}.task-ad-picker legend{color:var(--ink-700);padding:0 6px;font-size:11px;font-weight:800}.task-ad-picker>label{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;align-items:flex-start;gap:9px;width:calc(33.333% - 8px);min-width:220px;margin:4px;padding:11px;display:inline-flex}.task-ad-picker input{width:16px;height:16px;accent-color:var(--brand-700);margin-top:2px}.task-ad-picker strong,.task-ad-picker small{display:block}.task-ad-picker strong{color:var(--ink-800);font-size:12px}.task-ad-picker small{color:var(--ink-500);margin-top:3px;font-size:9px}.managed-task-list{gap:14px;display:grid}.managed-task-list .section-heading>svg{width:22px;height:22px;color:var(--brand-700)}.managed-task-card{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) auto;align-items:center;gap:20px;display:grid}.task-title-row{color:var(--ink-500);align-items:center;gap:9px;margin-bottom:10px;font-size:10px;font-weight:750;display:flex}.task-mode-monitor{background:var(--brand-50);color:var(--brand-800)}.task-mode-auto{background:var(--success-bg);color:var(--success)}.task-mode-stopped{background:var(--danger-bg);color:var(--danger)}.task-mode-monitor svg,.task-mode-auto svg,.task-mode-stopped svg{width:13px;height:13px}.managed-task-card h3{color:var(--ink-900);margin-bottom:4px;font-size:18px}.managed-task-card-main>p{color:var(--ink-500);font-size:11px}.managed-task-card dl{flex-wrap:wrap;gap:16px;margin:18px 0 0;display:flex}.managed-task-card dt{color:var(--ink-500);text-transform:uppercase;font-size:9px;font-weight:800}.managed-task-card dd{color:var(--ink-800);margin:4px 0 0;font-size:11px;font-weight:700}.task-result{border:1px solid var(--border);background:var(--surface-subtle);border-radius:9px;align-items:flex-start;gap:10px;min-width:0;padding:13px;display:flex}.task-result>svg{width:17px;height:17px;color:var(--brand-700);flex:none}.task-result strong,.task-result small{display:block}.task-result strong{color:var(--ink-800);font-size:11px}.task-result small{overflow-wrap:anywhere;color:var(--ink-500);margin-top:4px;font-size:9px}.task-evaluate{white-space:nowrap}.run-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.run-action-summary{margin-bottom:18px}.run-action-summary dl{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0;display:grid}.run-action-summary dl>div{border:1px solid var(--border);background:var(--surface-subtle);border-radius:9px;padding:13px}.run-action-summary dt{color:var(--ink-500);font-size:10px;font-weight:750}.run-action-summary dd{color:var(--ink-900);margin:6px 0 0;font-size:20px;font-weight:800}.run-center-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.6fr);align-items:start;gap:18px;display:grid}.run-filters{grid-template-columns:minmax(0,1fr) 180px;gap:10px;margin-bottom:16px;display:grid}.run-filters label{position:relative}.run-filters label svg{width:15px;height:15px;color:var(--ink-400);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.run-filters input,.run-filters select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:44px;color:var(--ink-800);font:inherit;border-radius:9px}.run-filters input{padding:0 13px 0 39px}.run-filters select{padding:0 12px}.run-history-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.run-history-list li{border:1px solid var(--border);background:var(--surface-subtle);border-radius:9px;grid-template-columns:minmax(0,1fr) minmax(190px,.4fr);align-items:center;gap:16px;padding:14px;display:grid}.run-history-main{min-width:0}.run-history-main>div{color:var(--ink-500);flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:8px;font-size:9px;font-weight:750;display:flex}.run-history-main strong,.run-history-main p,.run-history-main small,.run-receipt span,.run-receipt code,.run-receipt small{display:block}.run-history-main strong{color:var(--ink-900);font-size:13px}.run-history-main p{color:var(--ink-600);margin:5px 0;font-size:11px}.run-history-main small{color:var(--ink-500);font-size:9px}.run-mode{background:var(--surface);color:var(--ink-600);border-radius:999px;padding:3px 7px}.run-receipt{text-align:right;min-width:0}.run-receipt span{color:var(--ink-700);font-size:10px;font-weight:800}.run-receipt code{overflow-wrap:anywhere;color:var(--ink-500);margin:6px 0;font-size:9px}.run-receipt small{color:var(--brand-700);font-size:9px;font-weight:750}.run-change-panel{position:sticky;top:92px}.run-generated{border-top:1px solid var(--border);color:var(--ink-500);align-items:flex-start;gap:8px;margin-top:16px;padding-top:14px;font-size:9px;line-height:1.5;display:flex}.run-generated svg{flex:none;width:14px;height:14px}.run-status-succeeded{background:var(--success-bg);color:var(--success)}.run-status-observed{background:var(--brand-50);color:var(--brand-800)}.run-status-failed{background:var(--danger-bg);color:var(--danger)}.run-status-unknown,.run-status-pending,.run-status-executing{background:color-mix(in srgb, var(--warning) 14%, transparent);color:var(--warning)}.operation-total{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--ink-700);border-radius:9px;align-items:center;padding:0 14px;font-size:11px;font-weight:750;display:inline-flex}.operation-source-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.operation-source-strip>div{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:58px;padding:12px 14px;display:grid}.operation-source-strip svg{width:18px;height:18px;color:var(--brand-700)}.operation-source-strip span{color:var(--ink-600);font-size:11px;font-weight:700}.operation-source-strip strong{color:var(--ink-900);font-size:18px}.operation-filters{grid-template-columns:minmax(240px,1.6fr) repeat(3,minmax(150px,.7fr));gap:13px;margin-bottom:18px;display:grid}.operation-filters .panel-heading,.operation-filter-actions{grid-column:1/-1}.operation-filters label>span{color:var(--ink-600);text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.operation-filters input,.operation-filters select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:42px;color:var(--ink-800);font:inherit;border-radius:8px;padding:0 11px;font-size:11px}.operation-search>div{position:relative}.operation-search>div svg{width:14px;height:14px;color:var(--ink-400);position:absolute;top:50%;left:11px;transform:translateY(-50%)}.operation-search input{padding-left:34px}.operation-filter-actions{justify-content:flex-end;gap:9px;padding-top:2px;display:flex}.operation-list{gap:11px;margin:0;padding:0;list-style:none;display:grid}.operation-list>li{border:1px solid var(--border);background:var(--surface-subtle);border-radius:10px;padding:15px}.operation-row-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.operation-row-heading>div{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.operation-row-heading time{color:var(--ink-500);flex:none;font-size:9px}.operation-action{color:var(--ink-700);font-size:10px;font-weight:800}.operation-list h3{color:var(--ink-900);margin:10px 0 8px;font-size:14px}.operation-meta{color:var(--ink-500);flex-wrap:wrap;gap:6px 16px;font-size:9px;display:flex}.operation-source-user{background:var(--brand-50);color:var(--brand-800)}.operation-source-system{background:var(--success-bg);color:var(--success)}.operation-source-external{background:color-mix(in srgb, var(--warning) 14%, transparent);color:var(--warning)}.operation-error{border:1px solid color-mix(in srgb, var(--danger) 24%, transparent);background:var(--danger-bg);color:var(--danger);border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:10px;margin-top:11px;padding:10px;font-size:10px;display:grid}.operation-changes{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-top:11px;padding:11px}.operation-changes>strong{color:var(--ink-700);text-transform:uppercase;font-size:9px}.operation-changes ul{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.operation-changes li{color:var(--ink-500);grid-template-columns:minmax(70px,.5fr) minmax(70px,1fr) auto minmax(70px,1fr);align-items:center;gap:8px;font-size:9px;display:grid}.operation-changes code{overflow-wrap:anywhere;color:var(--ink-800)}.operation-details{border-top:1px solid var(--border);margin-top:11px}.operation-details summary{color:var(--brand-700);cursor:pointer;align-items:center;gap:7px;padding-top:11px;font-size:10px;font-weight:800;display:flex}.operation-details summary svg{width:14px;height:14px}.operation-details dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.operation-details dl>div,.operation-details pre{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:10px}.operation-details dt{color:var(--ink-500);text-transform:uppercase;font-size:8px;font-weight:800}.operation-details dd{overflow-wrap:anywhere;color:var(--ink-800);margin:4px 0 0;font-size:9px}.operation-details pre{max-height:360px;color:var(--ink-700);white-space:pre-wrap;margin:0;font-size:9px;line-height:1.55;overflow:auto}.operation-pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.operation-pagination span{color:var(--ink-600);font-size:10px;font-weight:750}@media (max-width:1180px){.content-grid-aside,.content-grid-wide,.enterprise-layout{grid-template-columns:minmax(0,1fr)}.catalog-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.currency-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-layout{grid-template-columns:minmax(0,1fr)}.automation-form{position:static}.task-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.managed-task-card{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)}.task-evaluate{grid-column:1/-1;justify-self:end}.run-center-layout{grid-template-columns:minmax(0,1fr)}.run-change-panel{position:static}.operation-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-panel{position:static}.organization-forms{grid-template-columns:repeat(2,minmax(0,1fr))}.member-form{grid-column:1/-1}.reset-panel{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr)}.reset-panel .form-actions{grid-column:1/-1;justify-content:flex-end}}@media (max-width:900px){:root{--sidebar-width:0px}.run-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.run-action-summary dl{grid-template-columns:repeat(3,minmax(0,1fr))}.app-frame{display:block}.app-sidebar,.desktop-user{display:none}.app-topbar{justify-content:space-between;padding-inline:18px}.mobile-brand{color:var(--brand-900);letter-spacing:-.03em;font-size:17px;font-weight:800;display:block}.mobile-user-menu{display:block;position:relative}.mobile-user-menu summary{min-height:44px;color:var(--ink-800);font-size:13px;font-weight:700;list-style:none}.mobile-user-menu summary::-webkit-details-marker{display:none}.mobile-user-menu summary>svg{width:15px;height:15px}.mobile-user-menu summary .user-avatar{width:32px;height:32px}.mobile-user-menu>div{border:1px solid var(--border);border-radius:var(--radius-sm);width:190px;box-shadow:var(--shadow-md);background:#fff;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.mobile-user-menu>div button{min-height:44px;color:var(--ink-650);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;display:flex}.mobile-user-menu>div button:hover{background:var(--surface-subtle)}.mobile-user-menu>div svg{width:17px;height:17px}.mobile-nav{border-bottom:1px solid var(--border);background:#fff;gap:4px;min-height:52px;padding:4px 14px;display:flex;overflow-x:auto}.mobile-nav a{min-height:44px;color:var(--ink-500);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:750;display:inline-flex}.mobile-nav a[aria-current=page]{border-color:var(--brand-700);color:var(--brand-800)}.mobile-nav svg{width:17px;height:17px}.login-page{grid-template-columns:minmax(0,1fr)}.login-context{min-height:auto;padding:28px 24px 38px}.login-context-copy{padding:66px 0 46px}.login-context-copy h1{overflow-wrap:anywhere;max-width:640px;font-size:clamp(36px,8vw,54px)}.login-panel{min-height:auto;padding:88px 24px 64px}}@media (max-width:720px){.run-summary-grid,.run-action-summary dl,.run-filters,.run-history-list li{grid-template-columns:minmax(0,1fr)}.run-receipt{text-align:left}.operation-source-strip,.operation-filters,.operation-details dl{grid-template-columns:minmax(0,1fr)}.operation-row-heading{display:grid}.operation-changes li{grid-template-columns:minmax(60px,.6fr) minmax(0,1fr) auto minmax(0,1fr)}.page-heading{flex-direction:column;align-items:flex-start}.page-actions,.page-actions .button{width:100%}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:104px}.form-row{grid-template-columns:1fr;gap:0}.organization-forms,.reset-panel{grid-template-columns:1fr}.member-form,.reset-panel .form-actions{grid-column:auto}.form-actions,.form-actions .button{width:100%}.settings-grid{grid-template-columns:1fr}.catalog-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-switcher,.creative-grid,.account-access-grid{grid-template-columns:1fr}.account-access-save{justify-self:stretch;width:100%}.account-switcher button{flex-direction:column;align-items:flex-start;gap:8px}.account-switcher .account-summary{text-align:left;justify-items:start}.catalog-heading{flex-direction:column;align-items:stretch}.catalog-search{width:100%}.analytics-toolbar,.currency-summary-grid,.currency-chart-grid{grid-template-columns:1fr}.analytics-custom-dates{flex-direction:column;align-items:stretch}.analytics-custom-dates>span{display:none}.analytics-custom-dates input{width:100%}.analytics-custom-dates small{margin:0}.daily-bars{height:165px}.automation-form-grid,.task-form-grid,.managed-task-card{grid-template-columns:1fr}.task-evaluate{justify-content:center;justify-self:stretch;width:100%}}@media (max-width:480px){.app-main{padding-inline:14px}.page-heading h1{overflow-wrap:anywhere;letter-spacing:-.035em;font-size:24px}.panel,.metric-card{padding:17px}.table-panel{padding-left:0;padding-right:0}.table-panel .panel-heading{padding-inline:17px}.login-context,.login-panel{padding-left:20px;padding-right:20px}.language-button{right:20px}.catalog-metric-grid article{min-height:96px;padding:13px}.creative-grid article{grid-template-columns:auto minmax(0,1fr)}.creative-grid .object-kind{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
