@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url("/assets/fonts/manrope-latin.woff2") format("woff2");
}
:root{
  --bg:#f7f9f8;
  --surface:#ffffff;
  --surface-soft:#f1f5f3;
  --ink:#101820;
  --muted:#68736f;
  --line:#dfe6e2;
  --blue:#057a55;
  --blue-soft:#e1f5ec;
  --violet:#6f5bd3;
  --violet-soft:#efedfb;
  --green:#07835b;
  --green-soft:#e1f5ec;
  --orange:#be7428;
  --orange-soft:#fff2e2;
  --coral:#c95c56;
  --coral-soft:#ffebe9;
  --indigo:#3867bd;
  --indigo-soft:#eaf0fb;
  --danger:#d92d20;
  --danger-soft:#fff0ee;
  --shadow:0 8px 26px rgba(16,24,32,.055);
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background:var(--bg);
  font:500 14px/1.45 "Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.shell{width:min(1440px,calc(100% - 44px));margin:0 auto;padding:20px 0 56px}
h1,h2,p{margin:0;letter-spacing:0}
h1{font-size:34px;line-height:1.05}
h2{font-size:15px;line-height:1.25}
p{color:var(--muted)}
.eyebrow{margin-bottom:6px;color:#8b4b2f;font-size:10.5px;font-weight:800;letter-spacing:.14em}
.home-header{
  min-height:82px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  margin-bottom:22px;
}
.brand-shell,.login-brand{min-width:0;display:flex;align-items:center;gap:18px}
.brand{display:grid;gap:5px}
.brand h1{display:flex;align-items:center;gap:12px;font-size:42px;line-height:1}
.brand h1>span{color:#f0a116;font-size:27px}
.brand p{color:#4f5451;font-size:16px}
.brand-sculpture{width:106px;height:80px;position:relative;flex:0 0 auto}
.brand-sculpture i{position:absolute;display:block;border:1px solid #f2c49f;border-radius:8px;background:#ffd9bb;box-shadow:0 12px 24px rgba(187,112,55,.14)}
.brand-sculpture i:nth-child(1){width:42px;height:42px;left:40px;top:4px}
.brand-sculpture i:nth-child(2){width:34px;height:34px;left:18px;top:25px;background:#ffcda7}
.brand-sculpture i:nth-child(3){width:48px;height:34px;left:45px;top:43px;background:#ffe1c8}
.brand-sculpture b{position:absolute;right:0;top:0;color:#f0a116;font-size:23px}
.brand-sculpture.small{width:76px;height:64px;transform:scale(.8);transform-origin:left center;margin-right:-12px}
.top-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.button,.nav-button,.session-pill,.primary{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:9px 14px;
  color:var(--ink);
  background:rgba(255,255,255,.92);
  font-size:13px;
  font-weight:800;
  box-shadow:0 5px 18px rgba(31,34,32,.04);
}
.button:hover,.nav-button:hover{border-color:#c2bdb3;background:#fff}
.session-pill{color:#746147;font-weight:700}
.primary{border-color:var(--blue);background:var(--blue);color:#fff;cursor:pointer;box-shadow:0 7px 16px rgba(30,91,216,.18)}
.primary:hover{border-color:#174bb7;background:#174bb7}
.primary:disabled{opacity:.72;cursor:wait}
.hub-tools{margin-bottom:24px}
.hub-subnav{display:flex;gap:4px;margin:-8px 0 18px}
.hub-subnav a{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid transparent;border-radius:8px;color:var(--muted);font-size:12px;font-weight:850}
.hub-subnav a:hover{background:var(--surface);color:var(--ink)}
.hub-subnav a.active{border-color:var(--ink);background:var(--ink);color:#fff}
.hub-subnav svg{width:16px;height:16px}
.search{position:relative;display:block;color:var(--muted)}
.search>svg{position:absolute;left:20px;top:50%;width:20px;height:20px;transform:translateY(-50%);pointer-events:none}
.search input{
  width:100%;
  min-height:56px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:0 64px 0 54px;
  color:var(--ink);
  background:var(--surface);
  box-shadow:var(--shadow);
  font-size:15px;
  outline:0;
}
.search input:focus{border-color:#ab9c85;box-shadow:0 0 0 3px rgba(168,121,51,.1)}
.search kbd{position:absolute;right:15px;top:50%;min-width:45px;min-height:30px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);color:#8a8f8c;font-size:12px;font-weight:700}
.client-board{display:grid;gap:12px;padding:18px 0 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.client-board-head,.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.client-board-head h2{font-size:15px}
.client-board-head span,.section-title>span{color:var(--muted);font-size:11px;font-weight:700}
.client-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 34px;align-items:center}
.client-chip{
  min-width:0;
  height:90px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:3px;
  padding:8px 4px;
  border:0;
  border-radius:8px;
  background:transparent;
  transition:background 160ms ease,transform 160ms ease,opacity 160ms ease;
}
.client-chip:hover{background:rgba(255,255,255,.68);transform:translateY(-2px)}
.client-chip small{color:var(--muted);font-size:10px;font-weight:800;line-height:1}
.client-logo{width:150px;height:54px;max-width:86%;display:grid;place-items:center;overflow:hidden;font-weight:900;text-align:center}
.client-logo img{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain}
.client-logo-almap{width:170px;height:42px}
.client-logo-amazon{width:142px;height:48px}
.client-logo-ipanema{width:142px;height:50px}
.client-logo-vw-autos{width:58px;height:54px}
.client-logo-vwco{width:86px;height:60px}
.client-logo-nexgard{width:148px;height:44px}
.client-logo-nexgard-spectra{width:158px;height:52px}
.client-logo-frontline{width:150px;height:42px}
.work-section,.pipeline-section{padding:24px 0;border-bottom:1px solid var(--line)}
.section-title{margin-bottom:12px}
.section-title h2{display:inline-flex;align-items:center;gap:9px}
.section-symbol{width:25px;height:25px;display:grid;place-items:center;border:1px solid #d6c9b3;border-radius:7px;background:#f2eadc;color:#7b6542}
.section-symbol svg{width:14px;height:14px}
.section-symbol-video{border-color:#c9bbf5;background:var(--violet-soft);color:#6546d7}
.section-symbol-imagem{border-color:#bcd5f4;background:#eaf3ff;color:#2867bc}
.section-symbol-conteudo{border-color:#abd9cf;background:#e6f6f2;color:#167666}
.section-symbol-planejamento{border-color:#bdd9bd;background:#ebf6eb;color:#3c7b43}
.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tool-card{
  --art:var(--blue);
  --art-soft:var(--blue-soft);
  height:126px;
  min-width:0;
  display:grid;
  grid-template-columns:112px minmax(0,1fr) 36px;
  gap:14px;
  align-items:center;
  padding:8px 10px 8px 8px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
  box-shadow:0 7px 22px rgba(31,34,32,.04);
  transition:border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease;
}
.tool-card:hover{border-color:#bdb7ac;box-shadow:0 12px 28px rgba(31,34,32,.08);transform:translateY(-2px)}
.tool-art{width:112px;height:108px;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:8px;background:var(--art-soft)}
.tool-art:before,.tool-art:after{content:"";position:absolute;display:block;border:1px solid color-mix(in srgb,var(--art) 18%,transparent);border-radius:8px}
.tool-art:before{width:76px;height:20px;left:-18px;bottom:8px;transform:rotate(-18deg)}
.tool-art:after{width:54px;height:18px;right:-10px;top:12px;transform:rotate(28deg)}
.tool-art-violet{--art:var(--violet);--art-soft:var(--violet-soft)}
.tool-art-blue{--art:var(--blue);--art-soft:var(--blue-soft)}
.tool-art-green{--art:var(--green);--art-soft:var(--green-soft)}
.tool-art-orange{--art:var(--orange);--art-soft:var(--orange-soft)}
.tool-art-coral{--art:var(--coral);--art-soft:var(--coral-soft)}
.tool-art-indigo{--art:var(--indigo);--art-soft:var(--indigo-soft)}
.tool-icon{width:54px;height:54px;position:relative;z-index:1;display:grid;place-items:center;border-radius:8px;background:var(--art);color:#fff;box-shadow:0 9px 20px color-mix(in srgb,var(--art) 24%,transparent)}
.tool-icon svg{width:25px;height:25px}
.tool-copy{min-width:0;display:grid;gap:8px}
.tool-copy small,.pipeline-row small,.job-row small{display:-webkit-box;overflow:hidden;color:#4e5451;font-size:11.5px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.tool-title-line{min-width:0;display:flex;align-items:center;gap:7px}
.tool-title-line strong{min-width:0;font-size:14px;line-height:1.2}
.ai-flag{min-width:26px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #ffb4ad;border-radius:7px;color:var(--danger);background:var(--danger-soft);font-size:10px;font-weight:900;line-height:1}
.ai-flag.large{min-width:40px;height:34px;font-size:13px}
.tool-open{width:34px;height:34px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--art) 45%,#ccd2cf);border-radius:50%;color:#3971c8}
.tool-open svg{width:17px;height:17px}
.pipeline-section{margin-top:6px}
.pipeline-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.pipeline-row,.job-row{min-width:0;display:flex;align-items:center;gap:11px;padding:12px 2px;border-bottom:1px solid var(--line)}
.pipeline-row>div,.job-row>div{min-width:0;display:grid;gap:3px}
.job-row>div{flex:1}
.download-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:8px 11px;border:1px solid #b7c9ec;border-radius:8px;color:#245bb6;background:#f4f8ff;font-size:12px;font-weight:850}
.download-button:hover{border-color:#7fa1df;background:#eaf2ff}
.download-button svg{width:16px;height:16px}
.pipeline-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#ece9e2;color:#6f706d}
.empty-state,.empty-line{display:none;padding:16px;border:1px dashed var(--line);border-radius:8px;color:var(--muted);background:rgba(255,255,255,.58);text-align:center}
.empty-line{display:block}
.app-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:26px}
.app-nav .nav-button:first-child{justify-self:start}
.app-nav .session-pill{justify-self:center}
.app-nav .nav-button:last-child{justify-self:end}
.app-frame-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-6px 0 14px}
.app-frame-heading>div{display:grid;gap:3px}
.app-frame-heading h1{font-size:24px;line-height:1.15}
.app-frame-back{display:inline-flex;align-items:center;gap:6px;justify-self:start;margin-bottom:8px;color:#66716c;font-size:11px;font-weight:850}
.app-frame-back:hover{color:var(--blue)}
.app-frame-back svg{width:14px;height:14px}
.no-token-badge{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #b9d7c2;border-radius:8px;color:#28643a;background:#f2faf4;font-size:11px;font-weight:850;white-space:nowrap}
.no-token-badge svg{width:16px;height:16px}
.app-frame-shell{position:relative;min-height:720px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}
.app-frame-shell.seamless{border:0;border-radius:0;box-shadow:none;background:transparent}
.app-frame-shell.seamless .app-frame{height:max(720px,calc(100vh - 112px))}
.app-frame{width:100%;height:max(720px,calc(100vh - 190px));display:block;border:0;background:#fff;opacity:0;transition:opacity .18s ease}
.app-frame-loading{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);background:#fff;z-index:1}
.app-frame-shell.is-loaded .app-frame{opacity:1}
.app-frame-shell.is-loaded .app-frame-loading{display:none}
.page-heading{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.page-heading>div{display:grid;gap:6px}
.page-heading>div>p:last-child{max-width:620px;font-size:14px}
.client-heading .client-logo{width:210px;height:66px;max-width:30vw}
.workspace-empty{min-height:360px;display:grid;place-items:center;align-content:center;gap:12px;padding:40px;border:1px dashed #c8c0b2;border-radius:8px;background:rgba(255,255,255,.62);text-align:center}
.workspace-empty>svg{width:48px;height:48px;color:var(--blue)}
.workspace-empty p{max-width:460px}
.notice,.error{display:flex;align-items:center;gap:9px;margin:0 0 12px;padding:11px 13px;border:1px solid #afd5ba;border-radius:8px;background:#eef9f1;color:#276338;font-size:13px;font-weight:750}
.notice.warning{border-color:#ead2a5;background:#fff8e8;color:#755416}
.error{border-color:#efb7b2;background:var(--danger-soft);color:#a52a20}
.studio-panel{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}
.studio-toolbar{display:grid;grid-template-columns:minmax(360px,1fr) 180px 180px auto;gap:14px;align-items:end;padding:18px;border-bottom:1px solid var(--line)}
label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}
input,select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;padding:9px 11px;color:var(--ink);background:var(--surface);outline:0}
input:focus,select:focus{border-color:#9eb7ed;box-shadow:0 0 0 3px rgba(30,91,216,.09)}
.upload-card{min-height:76px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border:1px dashed #b9b5ab;border-radius:8px;background:var(--surface-soft);cursor:pointer}
.upload-card:hover{border-color:#8fa9df;background:#f7f9ff}
.upload-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:var(--blue-soft);color:var(--blue)}
.upload-icon svg{width:24px;height:24px}
.upload-copy{min-width:0;display:grid;gap:2px}
.upload-copy strong{color:var(--ink);font-size:14px}
.upload-copy span,.upload-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}
.upload-copy small{color:#8a8f8c;font-size:11px}
#mediaInput{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.process-banner{display:none;align-items:center;gap:10px;padding:11px 18px;border-bottom:1px solid #bdd6ef;background:#edf6ff;color:#245579}
.process-banner.is-visible{display:flex}
.process-banner>div{display:grid;gap:1px}
.process-banner span{font-size:12px}
.spinner{width:17px;height:17px;display:inline-block;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.subtitle-workspace{display:grid;grid-template-columns:minmax(0,1.5fr) 300px;min-height:330px}
.preview-placeholder{min-height:330px;display:grid;place-items:center;align-content:center;gap:8px;background:#202329;color:#fff}
.preview-placeholder>span{width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%}
.preview-placeholder>span svg{width:24px;height:24px}
.preview-placeholder small{color:#aeb3bd}
.flow-panel{padding:20px;border-left:1px solid var(--line)}
.steps{list-style:none;display:grid;gap:16px;margin:18px 0 0;padding:0}
.steps li{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:800}
.steps li>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-soft);font-size:11px}
.steps li.done{color:var(--ink)}
.steps li.done>span{border-color:var(--blue);background:var(--blue);color:#fff}
.steps li.ready>span{border-color:#9eb7ed;color:var(--blue)}
.history-section{border-top:0}
.login-shell{min-height:calc(100vh - 68px);display:grid;place-items:center}
.login-card{width:min(410px,calc(100vw - 32px));display:grid;gap:14px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 18px 42px rgba(25,19,8,.11)}
.login-card h1{font-size:30px}
.login-card label{margin-top:2px}
.login-card .primary{width:100%;margin-top:4px}
table{width:100%;border-collapse:collapse;border:1px solid var(--line);background:var(--surface)}
th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left}
th{color:var(--muted);font-size:11px;text-transform:uppercase}
.metric-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
.metric-row>div{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}
.metric-row strong{display:block;font-size:30px}
.metric-row span{color:var(--muted);font-size:12px;font-weight:700}

/* MyHIC personal workspace */
.myhic-header{
  min-height:58px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px;
  margin-bottom:32px;
  padding:8px 10px 8px 16px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--shadow);
}
.myhic-header>.session-pill{justify-self:center;min-height:38px;box-shadow:none}
.myhic-header .top-actions{justify-self:end;flex-wrap:nowrap}
.myhic-brand{display:inline-flex;align-items:center;gap:10px;width:max-content;color:var(--ink)}
.myhic-brand>svg{width:22px;height:22px;color:var(--blue)}
.myhic-brand strong{font-size:19px;letter-spacing:0}
.myhic-brand strong span,.login-brand h1 span{color:var(--blue)}
.icon-button{
  width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 auto;
  border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;cursor:pointer;
}
.icon-button:hover{border-color:#aebcb6;background:var(--surface-soft)}
.icon-button:disabled,.button:disabled,.primary:disabled{opacity:.45;cursor:not-allowed}
.icon-button svg{width:18px;height:18px}
.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding:0 4px}
.workspace-heading>div:first-child{display:grid;gap:5px}
.workspace-heading h1{font-size:30px;line-height:1.1}
.workspace-heading p:last-child{font-size:14px}
.workspace-heading-actions{display:flex;align-items:center;gap:10px}
.organize-toggle.active{border-color:#9ac7b6;color:#056848;background:#edf8f3}
.area-switcher{display:flex;align-items:center;gap:4px;margin-bottom:18px;border-bottom:1px solid var(--line);overflow-x:auto}
.area-switcher button,.catalog-filters button{
  min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:0;border-bottom:2px solid transparent;
  color:var(--muted);background:transparent;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;
}
.area-switcher button:hover,.catalog-filters button:hover{color:var(--ink)}
.area-switcher button.active,.catalog-filters button.active{border-color:var(--blue);color:var(--blue)}
.area-switcher svg{width:16px;height:16px}
[data-area-filter="producao-digital"]{--area-color:#098648;--area-soft:#eff9f2}
[data-area-filter="atendimento"]{--area-color:#ef4a37;--area-soft:#fff2ef}
[data-area-filter="criacao"]{--area-color:#2463dc;--area-soft:#f1f6ff}
[data-area-filter="rh"]{--area-color:#7d2fe7;--area-soft:#f7f1ff}
[data-area-filter="lideranca"]{--area-color:#c47d04;--area-soft:#fff7e8}
.area-switcher button[data-area-filter].active{border-color:var(--area-color,var(--blue));color:var(--area-color,var(--blue));background:var(--area-soft,transparent)}
.workspace-sidebar-nav button[data-area-filter]:hover,.workspace-sidebar-nav button[data-area-filter].active{color:var(--area-color,var(--blue));background:var(--area-soft,#eef6ff)}
.workspace-filter-bar{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:0}
.filter-toggle{min-height:44px;display:inline-flex;align-items:center;gap:10px;border:1px solid #cfd9d4;border-radius:8px;padding:9px 12px 9px 14px;color:var(--ink);background:#fff;box-shadow:var(--shadow);font-size:12px;font-weight:850;cursor:pointer}
.filter-toggle:hover,.filter-toggle.active{border-color:#9fc7b6;background:#f8fcfa}
.filter-toggle>span{display:inline-flex;align-items:center;gap:7px}
.filter-toggle>em{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px;font-style:normal;font-weight:800}
.filter-toggle>svg:last-child{width:15px;height:15px;transition:transform .16s ease}
.filter-toggle.active>svg:last-child{transform:rotate(180deg)}
.workspace-filter-panel{position:absolute;right:0;top:calc(100% + 8px);z-index:9;width:max-content;display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff;box-shadow:0 18px 48px rgba(16,24,32,.14)}
.workspace-filter-panel .ai-switcher{justify-self:end}
.workspace-filter-groups{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.state-switcher,.ai-switcher{display:flex;align-items:center;gap:3px;flex:0 0 auto;padding:4px;border:1px solid var(--line);border-radius:8px;background:#f7f9f8}
.state-switcher button,.ai-switcher button{min-height:34px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:6px;padding:6px 8px;color:var(--muted);white-space:nowrap;background:transparent;font-size:9.5px;font-weight:800;cursor:pointer}
.state-switcher button:hover,.ai-switcher button:hover{color:var(--ink);background:#fff}
.state-switcher button.active,.ai-switcher button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px rgba(16,24,32,.09)}
.state-switcher button[data-state-filter='ready'].active{color:#087957}
.state-switcher button[data-state-filter='evolving'].active{color:#a66405}
.ai-switcher button[data-ai-filter='free'].active{color:#278343}
.ai-switcher button[data-ai-filter='ai'].active{color:#7d2fe7}
.state-switcher svg,.ai-switcher svg{width:13px;height:13px}
.widget-board{min-height:430px}
.widget-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:stretch}
.widget-card{
  min-width:0;min-height:218px;grid-column:span 4;display:flex;flex-direction:column;padding:16px;
  border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 6px 20px rgba(16,24,32,.045);
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.widget-card.widget-size-small{grid-column:span 3}
.widget-card.widget-size-wide{grid-column:span 6}
.widget-card:hover{border-color:#b4c2bc;box-shadow:0 12px 28px rgba(16,24,32,.075);transform:translateY(-2px)}
.widget-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.widget-icon,.catalog-item-icon{
  width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#fff;background:var(--blue);
}
.widget-icon svg,.catalog-item-icon svg{width:21px;height:21px}
.widget-icon-blue{background:#3867bd}.widget-icon-violet{background:#6f5bd3}.widget-icon-green{background:#07835b}
.widget-icon-orange{background:#be7428}.widget-icon-coral{background:#c95c56}.widget-icon-indigo{background:#365693}
.widget-edit-actions{display:none;align-items:center;gap:6px}
.widget-edit-actions form{display:flex}
.widget-edit-actions .icon-button{width:34px;height:34px}
.widget-card-body{min-height:0;display:flex;flex:1;flex-direction:column}
.widget-card-body small,.catalog-item small{color:var(--blue);font-size:10px;font-weight:850;text-transform:uppercase}
.widget-card-kicker,.catalog-kicker,.client-widget-kicker{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:7px}
.widget-card-kicker>small,.catalog-kicker>small,.client-widget-kicker>small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.widget-state{min-height:20px;display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:3px 6px;border:1px solid;border-radius:6px;font-size:8px;font-style:normal;font-weight:850;line-height:1;white-space:nowrap;text-transform:none}
.widget-state svg{width:10px;height:10px}
.widget-state.ready{color:#087957;border-color:#c6e5d7;background:#eff9f4}
.widget-state.evolving{color:#707973;border-color:#d9e0dc;background:#f5f7f6}
.widget-card-body h2{margin:7px 0 8px;font-size:17px;line-height:1.2}
.widget-card-body p{display:-webkit-box;overflow:hidden;font-size:12.5px;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.widget-open{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:var(--ink);font-size:12px;font-weight:850}
.widget-open svg{width:15px;height:15px;color:var(--blue)}
.widget-grid.is-organizing .widget-card{cursor:grab;border-style:dashed;transform:none}
.widget-grid.is-organizing .widget-edit-actions{display:flex}
.widget-grid.is-organizing .widget-card-body{pointer-events:none;opacity:.72}
.widget-card.is-dragging{opacity:.45;cursor:grabbing}
.widget-empty{min-height:390px;border-color:#bccbc5;background:#fff}
.widget-empty>svg{color:var(--blue)}
#areaEmpty{margin-top:14px}
.catalog-dialog{width:min(1060px,calc(100vw - 32px));max-height:calc(100vh - 40px);padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 28px 80px rgba(16,24,32,.2)}
.catalog-dialog::backdrop{background:rgba(16,24,32,.36);backdrop-filter:blur(2px)}
.catalog-shell{display:flex;max-height:calc(100vh - 42px);flex-direction:column}
.catalog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}
.catalog-header>div{display:grid;gap:4px}.catalog-header h2{font-size:22px}.catalog-header p:last-child{font-size:12px}
.catalog-tools{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:18px;padding:14px 24px;border-bottom:1px solid var(--line)}
.catalog-search{position:relative}.catalog-search>svg{position:absolute;left:13px;top:50%;z-index:1;transform:translateY(-50%);color:var(--muted)}
.catalog-search input{min-height:42px;padding-left:40px;background:var(--surface-soft)}
.catalog-filters{display:flex;align-items:center;gap:2px;overflow-x:auto}.catalog-filters button{min-height:40px}
.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 24px 24px;overflow-y:auto}
.catalog-item{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 40px;gap:13px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}
.catalog-item>div{min-width:0}.catalog-item h3{margin:4px 0 5px;font-size:14px}.catalog-item p{font-size:11.5px;line-height:1.4}
.catalog-item form{display:flex}.add-widget{color:var(--blue);background:var(--blue-soft);border-color:#b6dfcf}
.catalog-empty{grid-column:1/-1;padding:34px;color:var(--muted);text-align:center}
.access-create-card{display:grid;grid-template-columns:1.1fr 1.1fr 1fr .72fr auto;gap:12px;align-items:end;margin:0 0 14px;padding:15px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 6px 18px rgba(16,24,32,.035)}
.access-create-card header{grid-column:1/-1;display:flex;align-items:center;gap:11px;padding-bottom:2px}.access-create-card header>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#eaf5f0}.access-create-card header svg{width:18px;height:18px}.access-create-card header div{display:grid;gap:2px}.access-create-card header strong{font-size:13px}.access-create-card header small{color:var(--muted);font-size:9.5px}
.access-create-card>label,.access-select{display:grid;gap:5px;color:#5f6c66;font-size:9px;font-weight:850;text-transform:uppercase}.access-create-card input,.access-create-card select,.access-select select{min-height:40px;border:1px solid var(--line);border-radius:8px;padding:8px 10px;color:#101820;background:#fff;font:800 11px/1 "Manrope",sans-serif;outline:0}.access-create-card input:focus,.access-create-card select:focus,.access-select select:focus{border-color:#8bc3ac;box-shadow:0 0 0 3px rgba(8,121,87,.08)}
.access-create-flags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.access-create-card .access-scope-list{grid-column:1/-2}.access-create-card .primary{min-height:40px;box-shadow:none}
.access-list{display:grid;gap:10px}
.access-row{display:grid;grid-template-columns:255px minmax(260px,.55fr) minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}
.access-person{display:flex;align-items:center;gap:11px}.access-person>div{display:grid;gap:2px}.access-person small{color:var(--muted);font-size:11px}
.access-person-block{min-width:0;display:grid;gap:10px}.access-email{display:grid;gap:4px;color:#68736e;font-size:8.5px;font-weight:900;text-transform:uppercase}.access-email input{width:100%;min-height:36px;border:1px solid var(--line);border-radius:7px;padding:7px 9px;color:#101820;background:#fff;font:700 10px/1 "Manrope",sans-serif;outline:0}.access-email input:focus{border-color:#8bc3ac;box-shadow:0 0 0 3px rgba(8,121,87,.08)}.optional-label{color:#8a958f;font-size:8px;font-weight:700;text-transform:none}
.access-controls{display:grid;grid-template-columns:minmax(110px,150px) minmax(0,1fr);gap:8px;align-items:end}.access-controls .admin-confirm{grid-column:1/-1}
.access-flag{position:relative;cursor:pointer}.access-flag input{position:absolute;width:1px;height:1px;opacity:0}.access-flag span{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;color:#65716c;background:#fff;font-size:9.5px;font-weight:850}.access-flag span svg{width:14px;height:14px}.access-flag input:checked+span{border-color:#b9dece;color:#087957;background:#eff9f4}.access-flag.admin-confirm input:checked+span{border-color:#efc488;color:#9a610f;background:#fff8ec}
.access-scope-list{min-width:0;display:grid;gap:10px}.access-scope{min-width:0;display:grid;gap:6px}.access-scope>small{color:#68736e;font-size:8.5px;font-weight:900;text-transform:uppercase}.access-client-list,.access-area-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.check-pill{position:relative;display:block;cursor:pointer}.check-pill input{position:absolute;width:1px;height:1px;opacity:0}
.check-pill span{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fff;font-size:11px;font-weight:800}
.check-pill span svg{width:15px;height:15px}.check-pill input:checked+span{border-color:#9ac7b6;color:#056848;background:#edf8f3}
.check-pill input:disabled+span{opacity:.75}.access-saved{color:var(--blue);font-size:11px;font-weight:850}
.access-widget-picker{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fafcfb}
.access-widget-picker>summary{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:10px;min-height:42px;padding:9px 11px;cursor:pointer;list-style:none}.access-widget-picker>summary::-webkit-details-marker{display:none}.access-widget-picker>summary>span{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:850}.access-widget-picker>summary>span svg{width:15px;height:15px;color:#087957}.access-widget-picker>summary>b{color:var(--muted);font-size:9.5px}.access-widget-picker>summary>svg{width:15px;height:15px;color:var(--muted);transition:transform .16s ease}.access-widget-picker[open]>summary>svg{transform:rotate(180deg)}
.access-widget-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.access-widget-tools>label{position:relative;min-width:180px;max-width:320px;flex:1}.access-widget-tools>label>svg{position:absolute;left:10px;top:50%;width:14px;height:14px;transform:translateY(-50%);color:var(--muted)}.access-widget-tools input{width:100%;min-height:36px;padding:7px 10px 7px 32px;border:1px solid var(--line);border-radius:7px;background:#fafbfb;font-size:10.5px}.access-widget-tools small{max-width:290px;color:var(--muted);font-size:9px;line-height:1.4}
.access-widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:330px;overflow:auto;padding:10px}.access-widget-option{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:9px;min-width:0;min-height:54px;padding:8px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer}.access-widget-option:hover{border-color:#b7c9c1}.access-widget-option>input{position:absolute;width:1px;height:1px;opacity:0}.access-widget-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;color:#087957;background:#eaf5f0}.access-widget-icon svg{width:15px;height:15px}.access-widget-copy{min-width:0;display:grid;gap:2px}.access-widget-copy strong,.access-widget-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-widget-copy strong{font-size:10.5px}.access-widget-copy small{color:var(--muted);font-size:8.5px}.access-widget-check{width:17px;height:17px;display:grid;place-items:center;border:1px solid #cad3cf;border-radius:4px;color:transparent}.access-widget-check svg{width:11px;height:11px}.access-widget-option:has(input:checked){border-color:#8fc6b0;background:#f1faf6}.access-widget-option:has(input:checked) .access-widget-check{border-color:#087957;color:#fff;background:#087957}.access-widget-empty{padding:22px;color:var(--muted);text-align:center;font-size:10.5px}
.access-admin-total{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 11px;border:1px solid #b9dece;border-radius:8px;color:#087957;background:#eff9f4;font-size:10.5px;font-weight:850}.access-admin-total svg{width:16px;height:16px}
.login-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--blue)}
.login-mark svg{width:25px;height:25px}.login-brand h1{font-size:28px}
.app-nav{padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}
.app-frame-heading>div{min-width:0}
.app-frame-heading>.button{flex:0 0 auto;box-shadow:none}
.app-frame-heading.compact-help{justify-content:flex-end;margin-top:-8px}
.onboarding-dialog{width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 32px);padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 28px 90px rgba(16,24,32,.24)}
.onboarding-dialog::backdrop{background:rgba(16,24,32,.42);backdrop-filter:blur(2px)}
.onboarding-shell{display:flex;max-height:calc(100vh - 34px);flex-direction:column}
.onboarding-header{display:grid;grid-template-columns:54px minmax(0,1fr) 40px;gap:14px;align-items:start;padding:22px 22px 18px;border-bottom:1px solid var(--line)}
.onboarding-header>div{min-width:0;display:grid;gap:3px}.onboarding-header h2{font-size:23px}.onboarding-header p:last-child{font-size:12.5px}
.onboarding-mark{width:54px;height:54px;display:grid;place-items:center;border:1px solid #b6dfcf;border-radius:8px;color:var(--blue);background:var(--blue-soft)}
.onboarding-mark svg{width:25px;height:25px}
.onboarding-steps{list-style:none;display:grid;gap:0;margin:0;padding:6px 22px;overflow-y:auto}
.onboarding-steps li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line)}
.onboarding-steps li:last-child{border-bottom:0}.onboarding-steps li>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:11px;font-weight:900}
.onboarding-steps li>div{display:grid;gap:3px}.onboarding-steps strong{font-size:13.5px}.onboarding-steps p{font-size:12px}
.onboarding-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 22px;border-top:1px solid var(--line);background:var(--surface-soft)}
.onboarding-footer small{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.onboarding-footer small svg{width:15px;height:15px}

/* Trend Radar */
.trend-radar-heading .page-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.trend-radar-heading .is-loading svg{animation:spin .8s linear infinite}
.trend-status-band{min-height:74px;display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(135px,.55fr));gap:0;margin-bottom:18px;border:1px solid #b9dbcf;border-radius:8px;background:linear-gradient(90deg,#f4fbf8 0%,#fff 58%);box-shadow:var(--shadow)}
.trend-status-band>div{min-width:0;display:flex;align-items:center;align-content:center;gap:8px;padding:14px 18px;border-right:1px solid var(--line);flex-wrap:wrap}
.trend-status-band>div:last-child{border-right:0}.trend-status-band strong{font-size:15px}.trend-status-band small{width:100%;color:var(--muted);font-size:11px;font-weight:650}
.trend-status-band>div:first-child small{width:auto;margin-left:20px}.trend-live-dot{width:9px;height:9px;border-radius:50%;background:#0a9d6b;box-shadow:0 0 0 5px rgba(10,157,107,.11)}
.trend-filter{display:flex;gap:3px;margin-bottom:16px;border-bottom:1px solid var(--line);overflow-x:auto}
.trend-filter button{min-height:42px;padding:8px 13px;border:0;border-bottom:2px solid transparent;color:var(--muted);background:transparent;font-size:12px;font-weight:850;cursor:pointer;white-space:nowrap}
.trend-filter button.active{border-color:var(--blue);color:var(--blue)}
.trend-radar-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1.36fr);gap:14px;align-items:start}
.trend-topic-panel,.trend-platform-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}
.trend-topic-panel>header,.trend-platform-panel>header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}
.trend-topic-panel>header>div,.trend-platform-panel>header>div{display:flex;align-items:center;gap:11px}.trend-topic-panel header h2,.trend-platform-panel header h2{font-size:15px}.trend-topic-panel header p,.trend-platform-panel header p{margin-top:2px;font-size:11px}
.trend-topic-panel>header>a{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-size:11px;font-weight:850;white-space:nowrap}.trend-topic-panel>header>a svg{width:14px;height:14px}
.trend-section-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:var(--blue);background:var(--blue-soft)}
.trend-section-icon svg{width:18px;height:18px}.trend-topic-list{display:grid}.trend-loading,.trend-empty{min-height:160px;display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;color:var(--muted);font-size:12px;text-align:center}
.trend-topic-row{min-width:0;display:grid;grid-template-columns:32px 48px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line);transition:background .15s ease}
.trend-topic-row:last-child{border-bottom:0}.trend-topic-row:hover{background:#f8fbf9}.trend-topic-row>img{width:48px;height:42px;object-fit:cover;border-radius:6px;background:var(--surface-soft)}
.trend-rank{color:#8b9691;font-size:11px;font-weight:900}.trend-topic-copy{min-width:0;display:grid;gap:3px}.trend-topic-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.trend-topic-copy small{overflow:hidden;color:var(--muted);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}
.trend-topic-copy i{width:var(--trend-width);height:3px;display:block;margin-top:3px;border-radius:4px;background:#55bd96}.trend-metric{padding:4px 7px;border-radius:6px;color:#087551;background:#e5f6ef;font-size:9.5px;font-weight:850;white-space:nowrap}
.trend-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.trend-platform-card{min-width:0;display:flex;min-height:188px;flex-direction:column;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.trend-platform-card.is-limited{background:#fafbfa}
.trend-platform-card>header{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;align-items:center}.trend-platform-card>header>span{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:var(--blue-soft)}.trend-platform-card>header>span svg{width:18px;height:18px}.trend-platform-card>header>div{min-width:0;display:grid;gap:1px}.trend-platform-card>header strong{font-size:12px}.trend-platform-card>header small{overflow:hidden;color:var(--muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.trend-platform-card>header b{padding:3px 5px;border-radius:5px;color:#087551;background:#e5f6ef;font-size:8px;text-transform:uppercase}.trend-platform-card.is-limited>header b{color:#8a6740;background:#f7eee2}
.trend-platform-content{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;margin:13px 0}.trend-platform-content>img{width:64px;height:52px;object-fit:cover;border-radius:6px}.trend-platform-content h3{display:-webkit-box;overflow:hidden;margin:0 0 4px;font-size:12.5px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.trend-platform-content p{display:-webkit-box;overflow:hidden;font-size:10.5px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.trend-platform-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:9px;border-top:1px solid var(--line)}.trend-platform-card>footer strong{color:var(--muted);font-size:9.5px}.trend-platform-card>footer a{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-size:10px;font-weight:850}.trend-platform-card>footer a svg{width:13px;height:13px}
.trend-trust-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid #b9dbcf;border-radius:8px;background:#f4fbf8}.trend-trust-note>svg{width:27px;height:27px;justify-self:center;color:var(--blue)}.trend-trust-note strong{font-size:12px}.trend-trust-note p{margin-top:2px;font-size:11px}
@media(max-width:1120px){
  .shell{width:min(100% - 32px,1024px)}
  .widget-card,.widget-card.widget-size-small{grid-column:span 6}
  .widget-card.widget-size-wide{grid-column:span 12}
  .catalog-tools{grid-template-columns:1fr}
  .access-row{grid-template-columns:210px minmax(0,1fr)}
  .access-row>.access-scope-list{grid-column:1/-1}
  .access-row>.button,.access-saved{grid-column:2;justify-self:start}
  .access-create-card{grid-template-columns:repeat(2,minmax(0,1fr))}.access-create-card header,.access-create-card .access-scope-list{grid-column:1/-1}.access-create-card .primary{grid-column:2}
  .client-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .studio-toolbar{grid-template-columns:minmax(320px,1fr) 160px 160px}
  .studio-toolbar .primary{grid-column:2/4}
  .trend-radar-grid{grid-template-columns:1fr}
  .trend-status-band{grid-template-columns:repeat(3,1fr)}.trend-status-band>div:first-child{grid-column:1/-1;border-bottom:1px solid var(--line)}
}
@media(max-width:760px){
  .shell{width:calc(100% - 24px);padding:20px 0 38px}
  .myhic-header{grid-template-columns:1fr auto;margin-bottom:24px;padding-left:12px}
  .myhic-header>.session-pill{grid-column:1/-1;grid-row:2;justify-self:stretch;justify-content:center}
  .myhic-brand strong{font-size:17px}
  .workspace-heading{display:grid;align-items:start}
  .workspace-heading-actions{width:100%}.workspace-heading-actions>*{flex:1}
  .widget-card,.widget-card.widget-size-small,.widget-card.widget-size-wide{grid-column:span 12;min-height:196px}
  .catalog-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}
  .catalog-shell{max-height:calc(100vh - 22px)}
  .catalog-header,.catalog-tools{padding-left:16px;padding-right:16px}
  .catalog-grid{grid-template-columns:1fr;padding:14px 16px 20px}
  .access-row{grid-template-columns:1fr;gap:14px}
  .access-row>.button,.access-saved{grid-column:1}
  .access-create-card{grid-template-columns:1fr;align-items:stretch}.access-create-card header,.access-create-card .access-scope-list,.access-create-card .primary{grid-column:1}.access-create-card .access-create-flags{display:grid;grid-template-columns:1fr 1fr}.access-create-card .access-flag span{width:100%}.access-client-list,.access-area-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.check-pill span{width:100%;min-width:0;justify-content:flex-start}
  .access-widget-tools{display:grid}.access-widget-tools>label{max-width:none}.access-widget-tools small{max-width:none}.access-widget-grid{grid-template-columns:1fr;max-height:390px}
  .home-header{grid-template-columns:1fr;gap:12px;margin-bottom:16px}
  .brand-shell{gap:10px}
  .brand-sculpture{width:70px;height:64px;transform:scale(.78);transform-origin:left center;margin-right:-12px}
  .brand h1{font-size:34px}
  .brand h1>span{font-size:21px}
  .brand p{font-size:13px}
  .top-actions{justify-content:flex-start}
  .top-actions .session-pill{width:100%;justify-content:flex-start}
  .top-actions .button{flex:1}
  .search input{min-height:52px}
  .hub-subnav{display:grid;grid-template-columns:1fr 1fr}
  .hub-subnav a{justify-content:center}
  .client-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}
  .client-chip{height:82px}
  .tool-grid,.pipeline-list,.subtitle-workspace,.metric-row{grid-template-columns:1fr}
  .tool-card{height:116px;grid-template-columns:92px minmax(0,1fr) 32px}
  .tool-art{width:92px;height:98px}
  .app-nav{grid-template-columns:1fr 1fr;margin-bottom:20px}
  .app-nav .session-pill{width:100%;grid-column:1/-1;grid-row:1;justify-self:stretch;justify-content:center}
  .app-nav .nav-button:first-child{grid-column:1;grid-row:2}
  .app-nav .nav-button:last-child{grid-column:2;grid-row:2}
  .app-frame-heading{align-items:flex-start}
  .app-frame-heading h1{font-size:21px}
  .app-frame-heading>.button{min-height:40px;padding:8px 10px}
  .app-frame-shell{min-height:640px;margin-left:-12px;margin-right:-12px;border-right:0;border-left:0;border-radius:0}
  .app-frame{height:calc(100vh - 178px);min-height:640px}
  .page-heading{align-items:flex-start}
  .client-heading .client-logo{width:150px;height:54px;max-width:40vw}
  .studio-toolbar{grid-template-columns:1fr 1fr;padding:12px}
  .studio-toolbar .upload-card{grid-column:1/-1}
  .studio-toolbar .primary{grid-column:1/-1}
  .flow-panel{border-top:1px solid var(--line);border-left:0}
  .job-row{align-items:flex-start;flex-wrap:wrap}
  .download-button{margin-left:47px}
  .onboarding-header{grid-template-columns:46px minmax(0,1fr) 38px;padding:18px 16px 14px}.onboarding-mark{width:46px;height:46px}
  .onboarding-steps{padding:4px 16px}.onboarding-footer{align-items:stretch;flex-direction:column;padding:14px 16px}.onboarding-footer .primary{width:100%}
  .trend-radar-heading .page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.trend-status-band{grid-template-columns:repeat(3,minmax(0,1fr))}.trend-status-band>div:first-child{grid-column:1/-1}.trend-status-band>div:nth-child(3){border-right:1px solid var(--line)}.trend-status-band>div:nth-child(4){border-right:0}.trend-platform-grid{grid-template-columns:1fr}.trend-topic-row{grid-template-columns:25px 42px minmax(0,1fr)}.trend-topic-row>img{width:42px;height:38px}.trend-metric{grid-column:3;justify-self:start}.trend-topic-panel>header>a{display:none}
}
@media(max-width:440px){
  h1{font-size:30px}
  .myhic-header .top-actions .nav-button{width:40px;padding:0;font-size:0}
  .myhic-header .top-actions .nav-button svg{width:18px;height:18px}
  .workspace-heading-actions{display:grid;grid-template-columns:1fr 1fr}
  .area-switcher{margin-right:-12px}
  .catalog-filters{margin-right:-16px}
  .catalog-item{grid-template-columns:40px minmax(0,1fr) 38px;gap:10px;padding:11px}
  .catalog-item-icon{width:40px;height:40px}
  .brand-sculpture{display:none}
  .brand h1{font-size:31px}
  .search kbd{display:none}
  .search input{padding-right:16px}
  .client-logo{transform:scale(.88)}
  .tool-card{grid-template-columns:78px minmax(0,1fr) 30px;gap:10px}
  .tool-art{width:78px;height:96px}
  .tool-icon{width:48px;height:48px}
  .page-heading{display:grid;min-height:0}
  .client-heading .client-logo{max-width:70vw;justify-self:start}
  .studio-toolbar{grid-template-columns:1fr}
  .studio-toolbar .upload-card,.studio-toolbar .primary{grid-column:1}
  table{display:block;overflow-x:auto}
  .trend-radar-heading .page-actions{grid-template-columns:1fr}.trend-status-band>div{padding:12px}.trend-status-band>div:first-child small{width:100%;margin-left:17px}.trend-platform-grid{padding:8px}.trend-topic-row{padding:9px 10px}
}

/* MyHIC workspace shell - compact widget dashboard */
.workspace-body{overflow-x:hidden;background:#f4f6f5}
.workspace-body .workspace-root{width:min(1680px,calc(100% - 24px));margin:0 auto;padding:12px 0 24px}
.workspace-app{min-height:calc(100vh - 36px);display:grid;grid-template-columns:190px minmax(0,1fr);overflow:visible;border:1px solid #dce3df;border-radius:8px;background:#fff;box-shadow:0 8px 26px rgba(16,24,32,.055)}
.workspace-sidebar{min-width:0;height:calc(100vh - 24px);display:flex;position:sticky;top:12px;align-self:start;flex-direction:column;align-items:stretch;border-right:1px solid #e1e6e3;border-radius:8px 0 0 8px;background:#fbfcfb}
.workspace-sidebar-brand{width:100%;height:64px;display:flex;align-items:center;gap:9px;padding:0 18px;border-bottom:1px solid #e1e6e3;color:#111827}
.workspace-sidebar-brand svg{width:22px;height:22px;flex:0 0 auto;color:var(--blue)}
.workspace-sidebar-brand strong{font-size:17px;font-weight:850;white-space:nowrap}.workspace-sidebar-brand strong span{color:var(--blue)}
.workspace-sidebar-nav,.workspace-sidebar-tools{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:14px 10px}
.workspace-sidebar-nav button,.workspace-sidebar-nav a,.workspace-sidebar-tools button,.workspace-sidebar-tools a{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;gap:10px;position:relative;border:0;border-radius:7px;padding:0 10px;color:#56625d;background:transparent;cursor:pointer;font:750 11.5px/1 "Manrope",sans-serif;text-align:left}
.workspace-sidebar-nav button:hover,.workspace-sidebar-nav a:hover,.workspace-sidebar-tools button:hover,.workspace-sidebar-tools a:hover{color:var(--blue);background:#eef6f2}
.workspace-sidebar-nav button.active,.workspace-sidebar-nav a.active,.workspace-sidebar-tools a.active{color:var(--blue);background:#e8f3ee}
.workspace-sidebar-nav button.active:before,.workspace-sidebar-nav a.active:before,.workspace-sidebar-tools a.active:before{content:"";width:3px;height:26px;position:absolute;left:-10px;top:7px;border-radius:0 3px 3px 0;background:var(--blue)}
.workspace-sidebar-nav svg,.workspace-sidebar-tools svg{width:17px;height:17px;flex:0 0 auto;stroke-width:2.25}
.workspace-sidebar-tools{margin-top:auto;border-top:1px solid #e1e6e3}
.workspace-avatar{width:38px;height:38px;display:grid;place-items:center;position:relative;margin-top:3px;border-radius:50%;color:#fff;background:#129263;box-shadow:0 0 0 3px #fff,0 0 0 4px #dce8e2;font-size:13px;font-weight:850}
.workspace-avatar i{width:9px;height:9px;position:absolute;right:-1px;bottom:1px;border:2px solid #fff;border-radius:50%;background:#76db8b}
.workspace-sidebar-account{min-width:0;display:flex;align-items:center;gap:10px;margin-top:7px;padding:10px 6px 2px;border-top:1px solid #e6ebe8}.workspace-sidebar-account>span:last-child{min-width:0;display:grid;gap:2px}.workspace-sidebar-account strong{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.workspace-sidebar-account small{color:#16835e;font-size:8.5px;font-weight:800}
.workspace-stage{min-width:0;background:#fff}
.workspace-body .myhic-header{min-height:72px;margin:0;padding:8px 26px;border:0;border-bottom:1px solid #e1e6e3;border-radius:0;background:#fff;box-shadow:none}
.workspace-body .myhic-header>.session-pill{min-height:40px;color:#745b45;background:#fff;border-color:#dfe5e2;box-shadow:none}
.workspace-body .myhic-brand{gap:11px;visibility:hidden}
.workspace-body .myhic-brand>svg{width:24px;height:24px;stroke-width:2.15}
.workspace-body .myhic-brand strong{font-size:22px;font-weight:800}
.workspace-body .top-actions .icon-button{width:42px;height:42px}
.workspace-body .top-actions .nav-button{min-height:42px;padding-inline:15px;box-shadow:none}
.workspace-content{padding:20px 36px 44px}
.app-workspace-content{padding-top:22px}
.app-workspace-content .app-frame-shell{min-height:calc(100vh - 142px);box-shadow:none}
.app-workspace-content .app-frame{height:calc(100vh - 142px);min-height:680px}
.app-workspace-content .app-frame-shell.seamless .app-frame{height:calc(100vh - 104px);min-height:720px}
.workspace-body .workspace-heading{min-height:112px;align-items:center;margin:0;padding:0}
.workspace-body .workspace-heading>div:first-child{gap:4px}
.workspace-body .workspace-heading h1{font-size:30px;font-weight:750}
.hello-wave{display:inline-block;margin-left:3px;font-size:27px;vertical-align:1px}
.workspace-body .workspace-heading p:last-child{font-size:13px}
.workspace-body .workspace-heading-actions{gap:12px}
.workspace-body .workspace-heading-actions .button,.workspace-body .workspace-heading-actions .primary{min-height:50px;padding:10px 22px;font-size:14px;box-shadow:none}
.workspace-body .workspace-heading-actions .primary{min-width:190px}
.workspace-body .workspace-filter-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px}
.workspace-body .area-switcher{min-width:0;gap:15px;margin:0;border-bottom:0}
.workspace-body .area-switcher button{min-height:44px;padding:8px 9px;border-bottom-width:2px;font-size:12px}
.workspace-body .area-switcher button.active{border-bottom-color:var(--area-color,var(--blue));background:var(--area-soft,transparent)}
.workspace-body .widget-board{min-height:420px;padding-top:0}
.workspace-body .widget-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px 16px}
.workspace-body .widget-card,.workspace-body .widget-card.widget-size-small,.workspace-body .widget-card.widget-size-wide{--widget-accent:#087f65;--widget-soft:#eff9f5;min-width:0;min-height:236px;grid-column:auto;display:flex;position:relative;overflow:hidden;padding:16px 14px 12px;border:1px solid #dde4e0;border-left:2px solid var(--widget-accent);border-radius:8px;background:#fff;box-shadow:0 5px 15px rgba(16,24,32,.05)}
.workspace-body .widget-card:hover{transform:translateY(-1px);border-color:#bdcbc5;box-shadow:0 10px 24px rgba(16,24,32,.08)}
.workspace-body .widget-card.is-building{border-left-color:#b9c1bd;background:#fbfcfb}
.workspace-body .widget-card.is-building .widget-icon{color:#79847f;border-color:#dce3df;background:radial-gradient(circle at 48% 38%,#fff 0%,#f2f4f3 78%);box-shadow:0 8px 18px rgba(16,24,32,.055),inset 0 0 0 10px rgba(255,255,255,.38)}
.workspace-body .widget-card.is-building .widget-card-body small,.workspace-body .widget-card.is-building .widget-open svg{color:#78827d}
.workspace-body .widget-card.is-building .widget-decoration{background-image:radial-gradient(#9aa39e 1.2px,transparent 1.2px)}
.workspace-body .widget-accent-blue{--widget-accent:#2463dc;--widget-soft:#f1f6ff}
.workspace-body .widget-accent-violet{--widget-accent:#7d2fe7;--widget-soft:#f7f1ff}
.workspace-body .widget-accent-green{--widget-accent:#098648;--widget-soft:#eff9f2}
.workspace-body .widget-accent-orange{--widget-accent:#c47d04;--widget-soft:#fff7e8}
.workspace-body .widget-accent-coral{--widget-accent:#ef4a37;--widget-soft:#fff2ef}
.workspace-body .widget-accent-indigo{--widget-accent:#6242df;--widget-soft:#f5f2ff}
.workspace-body .widget-accent-cyan{--widget-accent:#0792a5;--widget-soft:#eef9fa}
.workspace-body .widget-card-body{width:100%;min-width:0;display:flex;position:relative;z-index:1;flex-direction:column;color:inherit}
.workspace-body .widget-card-main{min-width:0;display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:start}
.workspace-body .widget-card-copy{min-width:0;display:block;padding-top:6px;padding-right:58px}
.workspace-body .widget-icon{width:66px;height:66px;border:1px solid color-mix(in srgb,var(--widget-accent) 24%,#fff);border-radius:50%;color:var(--widget-accent);background:radial-gradient(circle at 48% 38%,#fff 0%,var(--widget-soft) 78%);box-shadow:0 10px 22px color-mix(in srgb,var(--widget-accent) 12%,transparent),inset 0 0 0 8px rgba(255,255,255,.38),0 1px 3px rgba(16,24,32,.05)}
.workspace-body .widget-icon svg{width:32px;height:32px;stroke-width:2.75;filter:drop-shadow(0 1px 0 rgba(255,255,255,.7))}
.workspace-body .widget-icon-blue{border-color:#c9d7fb;color:#2463dc;background:#f8faff}
.workspace-body .widget-icon-violet{border-color:#dfcdf8;color:#7d2fe7;background:#fcf9ff}
.workspace-body .widget-icon-green{border-color:#c8e6d2;color:#098648;background:#f8fcf9}
.workspace-body .widget-icon-orange{border-color:#f1d6a5;color:#c47d04;background:#fffaf2}
.workspace-body .widget-icon-coral{border-color:#f6cec8;color:#ef4a37;background:#fff9f8}
.workspace-body .widget-icon-indigo{border-color:#d2cdf8;color:#6242df;background:#faf9ff}
.workspace-body .widget-icon-cyan{border-color:#c5e6e9;color:#0792a5;background:#f7fcfc}
.workspace-body .widget-card-body small{display:block;margin:0 0 8px;color:var(--widget-accent);font-size:8px;line-height:1.2;font-weight:850;text-transform:uppercase}
.workspace-body .widget-card-body h2{margin:0 0 8px;font-size:14.5px;line-height:1.22;font-weight:780}
.workspace-body .widget-card-body p{max-width:210px;font-size:10.5px;line-height:1.42;font-weight:500;-webkit-line-clamp:3}
.workspace-body .widget-state{position:absolute;right:13px;top:13px;z-index:2;min-height:20px;padding:3px 6px;border-radius:6px;font-size:7.5px;box-shadow:0 1px 6px rgba(16,24,32,.04)}
.workspace-body .widget-card-meta{min-width:0;max-width:48%;display:flex;align-items:center;gap:7px;color:#65716c;font-size:9.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.workspace-body .widget-card-meta svg{width:14px;height:14px;flex:0 0 auto}
.workspace-body .widget-card-meta>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.workspace-body .widget-card-footer{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:auto;padding-top:12px;border-top:1px solid #edf1ef;color:#66716c;font-size:10px}
.workspace-body .widget-card-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}
.workspace-body .widget-cost,.workspace-body .widget-open{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #dfe4e1;border-radius:7px;padding:5px 10px;background:#fff;font-weight:800;white-space:nowrap}
.workspace-body .widget-cost svg,.workspace-body .widget-open svg{width:13px;height:13px}
.workspace-body .widget-cost.free{color:#087957;border-color:#cde9dd;background:var(--widget-soft)}
.workspace-body .widget-cost.uses-ai{color:#7d2fe7;border-color:#eadcff;background:#faf6ff}
.workspace-body .widget-open{width:32px;min-width:32px;padding:0;color:#18201d;border-color:#c8d4cf;background:#fff}
.workspace-body .widget-open svg{color:var(--widget-accent)}
.workspace-body .widget-decoration{width:92px;height:70px;position:absolute;right:13px;top:12px;z-index:0;opacity:.16;pointer-events:none;background-image:radial-gradient(var(--widget-accent) 1.2px,transparent 1.2px);background-size:12px 12px}
.workspace-body .widget-decoration:before,.workspace-body .widget-decoration:after,.workspace-body .widget-decoration i{display:none}
.workspace-body .workspace-sidebar-nav button[data-area-filter="all"].active svg rect{fill:currentColor;stroke-width:1.6}
.workspace-body .widget-edit-actions{display:none;align-items:center;gap:3px;position:absolute;right:12px;top:12px;z-index:3;padding:4px;border-radius:7px;background:#fff;box-shadow:0 5px 14px rgba(16,24,32,.09)}
.workspace-body .widget-grid:not(.is-organizing) .widget-edit-actions{display:none}
.workspace-body .widget-grid.is-organizing .widget-card-main{padding-right:112px}
.workspace-body .widget-grid.is-organizing .widget-card-body{opacity:.68}
.workspace-body .widget-grid.is-organizing .widget-decoration{opacity:.15}
.workspace-body .widget-empty{min-height:390px}
.building-widget-section{margin-top:24px;padding-top:18px;border-top:1px solid #e2e7e4}
.building-widget-section>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.building-widget-section>header>div{display:grid;gap:2px}
.building-widget-section>header h2{font-size:15px}
.building-widget-section>header>span{min-width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#66716c;background:#f1f4f2;font-size:9px;font-weight:850}
.building-widget-list{display:grid;gap:8px}
.building-widget-row{--widget-accent:#7b8580;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 11px;border:1px solid #e1e7e4;border-left:2px solid #b9c1bd;border-radius:8px;background:#fbfcfb}
.building-widget-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #dce3df;border-radius:50%;color:#78827d;background:#fff}
.building-widget-icon svg{width:17px;height:17px}
.building-widget-copy{min-width:0;display:grid;gap:2px}
.building-widget-kicker{display:flex;align-items:center;gap:7px;min-width:0}
.building-widget-kicker small{min-width:0;overflow:hidden;color:#78827d;font-size:8px;font-weight:850;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.building-widget-row .widget-state{position:static;box-shadow:none}
.building-widget-copy strong{overflow:hidden;font-size:12.5px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.building-widget-copy p{overflow:hidden;color:#78827d;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.building-widget-actions{display:flex;align-items:center;gap:5px}
.building-widget-actions form{display:flex}
.building-widget-actions .icon-button{width:32px;height:32px;border-radius:7px}
.workspace-help-dialog{width:min(520px,calc(100% - 28px));padding:0;border:0;border-radius:8px;background:transparent;box-shadow:0 24px 70px rgba(16,24,32,.18)}
.workspace-help-dialog::backdrop{background:rgba(19,27,24,.28);backdrop-filter:blur(3px)}
.workspace-help-shell{padding:22px;border:1px solid #dce3df;border-radius:8px;background:#fff}
.workspace-help-shell header{display:grid;grid-template-columns:48px minmax(0,1fr) 42px;gap:12px;align-items:center}
.workspace-help-shell header>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#087f59;background:#ecf7f2}
.workspace-help-shell header>span svg{width:23px;height:23px}.workspace-help-shell header h2{margin:2px 0 0;font-size:21px}.workspace-help-shell header .icon-button{width:40px;height:40px}
.workspace-help-shell ol{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.workspace-help-shell li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:center;padding:12px;border:1px solid #e2e7e4;border-radius:7px}.workspace-help-shell li>b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#087f59;background:#edf7f3}.workspace-help-shell li span{display:grid;gap:3px}.workspace-help-shell li small{color:#69746f}.workspace-help-shell footer{display:flex;justify-content:flex-end;margin-top:16px}

/* Client spaces */
.client-directory-content,.client-space-content{scroll-behavior:smooth}
.workspace-body .client-directory-heading{align-items:center}
.client-directory-search{width:min(340px,36vw);display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;color:#6b7671}
.client-directory-search input{min-height:46px;border:0;padding:0;box-shadow:none;background:transparent}
.client-directory-search input:focus{border:0;box-shadow:none}
.client-directory-search svg{width:18px;height:18px}
.client-space-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 34px;padding:18px 0 30px;border-top:1px solid #e2e7e4}
.client-space-link{min-width:0;height:128px;display:grid;place-items:center;position:relative;padding:16px;border-radius:8px;background:transparent;transition:background .16s ease,transform .16s ease}
.client-space-link:hover{background:#f7faf8;transform:translateY(-2px)}
.client-space-link .client-logo{width:180px;height:68px;max-width:88%}
.client-space-link .client-logo-almap{width:205px;height:52px}.client-space-link .client-logo-amazon{width:174px;height:58px}.client-space-link .client-logo-vw-autos{width:68px;height:68px}.client-space-link .client-logo-vwco{width:108px;height:68px}
.client-space-open{display:flex;align-items:center;gap:5px;position:absolute;right:12px;bottom:8px;color:#087957;font-size:9.5px;font-weight:800;opacity:0;transform:translateY(3px);transition:opacity .16s ease,transform .16s ease}
.client-space-link:hover .client-space-open,.client-space-link:focus-visible .client-space-open{opacity:1;transform:none}.client-space-open svg{width:13px;height:13px}
.client-back-link{display:inline-flex;align-items:center;gap:7px;margin:3px 0 17px;color:#65716c;font-size:11px;font-weight:800}.client-back-link:hover{color:#087957}.client-back-link svg{width:15px;height:15px}
.client-space-heading{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:20px;border-bottom:1px solid #e2e7e4}
.client-space-identity{min-width:0;display:flex;align-items:center;gap:25px}.client-space-identity .client-logo{width:190px;height:64px;max-width:230px;flex:0 0 auto}.client-space-identity>div{min-width:0;display:grid;gap:4px}.client-space-identity h1{font-size:29px}.client-space-identity p:last-child{font-size:12.5px}
.client-space-heading>.primary{min-height:46px;box-shadow:none;white-space:nowrap}
.client-space-tabs{display:flex;gap:18px;margin:0 0 24px;border-bottom:1px solid #e2e7e4;overflow-x:auto}
.client-space-tabs a{min-height:48px;display:inline-flex;align-items:center;gap:7px;padding:9px 3px;border-bottom:2px solid transparent;color:#65716c;font-size:11.5px;font-weight:800;white-space:nowrap}.client-space-tabs a:hover,.client-space-tabs a.active{border-color:#087957;color:#087957}.client-space-tabs svg{width:15px;height:15px}
.client-overview-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:32px;border:1px solid #dce5e1;border-radius:8px;background:#f8fbf9}
.client-overview-band>div{min-width:0;display:grid;grid-template-columns:38px auto;grid-template-rows:auto auto;gap:0 10px;align-items:center;padding:15px 18px;border-right:1px solid #dfe6e2}.client-overview-band>div:last-child{border-right:0}.client-overview-band span{width:36px;height:36px;grid-row:1/3;display:grid;place-items:center;border-radius:50%;color:#087957;background:#e9f5ef}.client-overview-band span svg{width:18px;height:18px}.client-overview-band strong{font-size:17px}.client-overview-band small{color:#6d7772;font-size:9.5px}
.client-widget-section{padding:8px 0 30px;border-bottom:1px solid #e2e7e4;scroll-margin-top:20px}.client-widget-section+ .client-widget-section{padding-top:28px}
.client-widget-section>header,.client-context-section>header,.client-assets-summary>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}.client-widget-section>header>div,.client-context-section>header>div,.client-assets-summary>header>div{display:grid;gap:3px}.client-widget-section>header h2,.client-context-section>header h2,.client-assets-summary>header h2{font-size:18px}.client-widget-section>header p:last-child,.client-context-section>header p:last-child,.client-assets-summary>header p:last-child{font-size:11.5px}.client-widget-section>header>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#eaf5f0;font-size:10px;font-weight:850}
.client-widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.client-widget-card{--widget-accent:#087f65;min-width:0;min-height:142px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:13px;position:relative;padding:15px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(16,24,32,.035);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.client-widget-card:hover{border-color:#bccbc5;box-shadow:0 9px 22px rgba(16,24,32,.07);transform:translateY(-1px)}
.client-widget-card.widget-accent-blue{--widget-accent:#2463dc}.client-widget-card.widget-accent-violet{--widget-accent:#7d2fe7}.client-widget-card.widget-accent-green{--widget-accent:#098648}.client-widget-card.widget-accent-orange{--widget-accent:#c47d04}.client-widget-card.widget-accent-coral{--widget-accent:#ef4a37}.client-widget-card.widget-accent-indigo{--widget-accent:#6242df}.client-widget-card.widget-accent-cyan{--widget-accent:#0792a5}
.client-widget-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--widget-accent) 24%,#fff);border-radius:50%;color:var(--widget-accent);background:#fff;box-shadow:0 6px 13px color-mix(in srgb,var(--widget-accent) 10%,transparent)}.client-widget-icon svg{width:23px;height:23px}
.client-widget-copy{min-width:0;display:block;padding-top:2px}.client-widget-copy small{display:block;margin-bottom:5px;color:var(--widget-accent);font-size:8px;font-weight:850}.client-widget-copy .widget-state{margin-bottom:5px}.client-widget-copy strong{display:block;font-size:13.5px}.client-widget-copy p{display:-webkit-box;overflow:hidden;margin-top:5px;font-size:10.5px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.client-widget-action{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:auto}.client-widget-action em,.client-widget-action b{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid #e2e7e4;border-radius:7px;background:#fff;font-size:9.5px;font-style:normal;font-weight:800}.client-widget-action em{color:#7d2fe7;border-color:#e8dcf8;background:#faf7ff}.client-widget-action svg{width:12px;height:12px}
.client-section-empty{padding:24px;border:1px dashed #ccd7d2;border-radius:8px;color:#707a75;background:#fafcfb;text-align:center;font-size:11px}
.client-context-section,.client-assets-summary{padding:30px 0;border-bottom:1px solid #e2e7e4;scroll-margin-top:20px}
.context-score{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e4d2af;border-radius:8px;color:#946616;background:#fff9ec;font-size:11px;font-weight:850}.context-score.ready{border-color:#b9ddcd;color:#087957;background:#eff9f4}.context-score svg{width:16px;height:16px}
.client-context-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px;padding:18px;border:1px solid #dfe5e2;border-radius:8px;background:#fbfcfb}.client-context-form label{min-width:0;color:#43504a;font-size:10.5px}.client-context-form label.wide{grid-column:1/-1}.client-context-form textarea{width:100%;min-height:94px;resize:vertical;border:1px solid #dfe5e2;border-radius:8px;padding:10px 11px;color:#101820;background:#fff;font:500 12px/1.45 "Manrope",sans-serif;outline:0}.client-context-form textarea:focus{border-color:#8bc3ac;box-shadow:0 0 0 3px rgba(8,121,87,.08)}.client-context-form footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.client-context-form footer span{display:flex;align-items:center;gap:6px;color:#6d7772;font-size:10px}.client-context-form footer span svg{width:14px;height:14px}.client-context-form footer .primary{min-height:42px;box-shadow:none}
.client-context-readonly{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid #dfe5e2;border-radius:8px;overflow:hidden;background:#dfe5e2}.client-context-readonly>div{min-width:0;display:grid;gap:5px;padding:16px;background:#fff}.client-context-readonly small{color:#68736f;font-size:9px;text-transform:uppercase}.client-context-readonly strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.client-assets-summary>header .button{min-height:42px;box-shadow:none}.client-assets-counts{display:flex;gap:9px;flex-wrap:wrap}.client-assets-counts>span{min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;color:#65716c;font-size:10px}.client-assets-counts>span svg{width:16px;height:16px;color:#087957}.client-assets-counts>span strong{color:#101820;font-size:14px}.client-assets-counts .empty-assets{border-style:dashed;background:#fafcfb}
.client-pipeline{padding-top:30px}

/* AI billing */
.billing-page{padding-bottom:44px}.billing-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:3px 0 22px;border-bottom:1px solid #e2e7e4}.billing-heading>div{display:grid;gap:5px}.billing-heading h1{font-size:29px}.billing-heading p:last-child{max-width:680px;font-size:12px}.billing-heading>.button{min-height:43px;white-space:nowrap}
.billing-filters{display:grid;grid-template-columns:190px 240px 220px auto;gap:12px;align-items:end;padding:18px 0}.billing-filters label{color:#48534e;font-size:10px}.billing-filters select{min-height:43px;background:#fff}.billing-filters .primary{min-height:43px;box-shadow:none}
.billing-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:30px;border:1px solid #dce5e1;border-radius:8px;background:#f8fbf9}.billing-metrics>div{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;gap:0 10px;align-items:center;padding:15px 18px;border-right:1px solid #dfe6e2}.billing-metrics>div:last-child{border-right:0}.billing-metrics span{width:36px;height:36px;grid-row:1/3;display:grid;place-items:center;border-radius:50%;color:#087957;background:#e9f5ef}.billing-metrics span svg{width:18px;height:18px}.billing-metrics strong{overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.billing-metrics small{color:#6d7772;font-size:9.5px}
.billing-clients,.billing-users,.billing-details{padding:5px 0 30px;border-bottom:1px solid #e2e7e4}.billing-clients>header,.billing-users>header,.billing-details>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}.billing-clients>header>div,.billing-users>header>div,.billing-details>header>div{display:grid;gap:3px}.billing-clients h2,.billing-users h2,.billing-details h2{font-size:18px}.billing-clients header p:last-child,.billing-users header p:last-child{font-size:11px}.billing-clients>header>a{display:inline-flex;align-items:center;gap:5px;color:#087957;font-size:10px;font-weight:800}.billing-clients>header>a svg{width:13px;height:13px}.billing-users{padding-top:28px}.billing-details{padding-top:28px;border-bottom:0}.billing-users>header>span,.billing-details>header>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#eaf5f0;font-size:10px;font-weight:850}
.billing-client-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.billing-client-budget{min-width:0;display:grid;gap:14px;padding:15px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.billing-client-budget:hover,.billing-client-budget.active{border-color:#8fc2ae;box-shadow:0 7px 18px rgba(16,24,32,.065);transform:translateY(-1px)}.billing-client-budget.featured{background:#f6fbf8}.billing-client-budget>header{display:grid;grid-template-columns:76px minmax(0,1fr) 28px;gap:10px;align-items:center}.billing-client-budget .client-logo{width:76px;height:42px}.billing-client-budget header div{min-width:0;display:grid;gap:3px}.billing-client-budget header small{overflow:hidden;color:#74807a;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.billing-client-budget header strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.billing-client-budget header>a{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e1e7e4;border-radius:7px;color:#087957;background:#fff}.billing-client-budget header>a svg{width:13px;height:13px}.billing-balance{display:grid;gap:4px;padding:12px;border-radius:7px;background:#f7f9f8}.billing-balance>span{color:#6c7771;font-size:8.5px}.billing-balance>strong{font-size:18px}.billing-balance>small{color:#6c7771;font-size:8.5px}.billing-balance>i{height:4px;margin-top:4px;overflow:hidden;border-radius:4px;background:#e0e7e3}.billing-balance>i>b{height:100%;display:block;border-radius:4px;background:#07945f}.billing-client-budget>form{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;align-items:end}.billing-client-budget form label{position:relative;color:#5d6862;font-size:8.5px}.billing-client-budget form label>span{position:absolute;left:10px;bottom:10px;color:#7b8580;font-weight:800}.billing-client-budget form input{width:100%;height:34px;margin-top:4px;padding:7px 8px 7px 30px;border:1px solid #dfe5e2;border-radius:7px;background:#fff;font:700 10px/1 "Manrope",sans-serif}.billing-client-budget form button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:7px;color:#fff;background:#087957;cursor:pointer}.billing-client-budget form button svg{width:14px;height:14px}
.billing-user-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.billing-user-card{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.billing-user-card:hover,.billing-user-card.active{border-color:#8fc2ae;background:#f7fbf9}.billing-user-card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#eaf5f0}.billing-user-card>span svg{width:16px;height:16px}.billing-user-card>div{min-width:0;display:grid;gap:2px}.billing-user-card strong{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.billing-user-card small{overflow:hidden;color:#707a75;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.billing-user-card>b{font-size:10.5px;white-space:nowrap}.billing-empty{grid-column:1/-1;padding:25px;border:1px dashed #ccd7d2;border-radius:8px;color:#707a75;background:#fafcfb;text-align:center;font-size:11px}
.billing-client-card.unassigned{border-style:dashed;background:#fbfaf7}.billing-unassigned-icon{width:48px!important;height:48px!important;display:grid!important;place-items:center;border-radius:50%;color:#996e26;background:#fff6e7}.billing-unassigned-icon svg{width:21px;height:21px}
.billing-table-wrap{overflow-x:auto;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.billing-table-wrap table{min-width:1050px;border:0}.billing-table-wrap th{padding:10px 12px;background:#f7f9f8;font-size:9px}.billing-table-wrap td{padding:11px 12px;font-size:10px;vertical-align:top}.billing-table-wrap td>strong{display:block;font-size:10.5px}.billing-table-wrap td>small{display:block;margin-top:3px;color:#7b8580;font-size:8.5px}.billing-status{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800}.billing-status svg{width:13px;height:13px}.billing-status.success{color:#087957}.billing-status.failed{color:#c9362a}.billing-table-empty{padding:30px!important;color:#707a75;text-align:center}
.ai-client-picker .client-back-link{margin-bottom:14px}.ai-context-badge{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e5d7f6;border-radius:8px;color:#752bd8;background:#faf7ff;font-size:10px;font-weight:850;white-space:nowrap}.ai-context-badge svg{width:16px;height:16px}.ai-client-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:24px 0}.ai-client-choice{min-width:0;min-height:106px;display:grid;grid-template-columns:88px minmax(0,1fr) 18px;gap:13px;align-items:center;padding:14px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.ai-client-choice:hover{border-color:#8fc2ae;box-shadow:0 7px 18px rgba(16,24,32,.065);transform:translateY(-1px)}.ai-client-choice .client-logo{width:88px;height:52px}.ai-client-choice>span:not(.client-logo){min-width:0;display:grid;gap:4px}.ai-client-choice strong{font-size:12px}.ai-client-choice small{color:#6d7772;font-size:9px;line-height:1.35}.ai-client-choice>svg{width:15px;height:15px;color:#087957}

/* Profile */
.profile-heading{padding-bottom:20px;border-bottom:1px solid #e2e7e4}.profile-layout{display:grid;grid-template-columns:230px minmax(0,760px);gap:30px;align-items:start;padding:24px 0}.profile-preview{display:flex;align-items:center;flex-direction:column;gap:6px;padding:22px 16px;border-right:1px solid #e2e7e4;text-align:center}.profile-avatar{width:112px;height:112px;display:grid;place-items:center;overflow:hidden;margin-bottom:8px;border:1px solid #cae1d7;border-radius:50%;color:#087957;background:#e9f6f0;font-size:34px;font-weight:850}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-preview>strong{max-width:100%;overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.profile-preview>span{color:#087957;font-size:12px;font-weight:850}.profile-preview>small{max-width:190px;color:#6c7771;font-size:11px;line-height:1.4}.profile-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px;padding:20px;border:1px solid #dfe5e2;border-radius:8px;background:#fbfcfb}.profile-form header,.profile-form .wide,.profile-form footer{grid-column:1/-1}.profile-form header h2{font-size:18px}.profile-form header p{margin-top:3px;font-size:11px}.profile-form>label{min-width:0;display:grid;gap:6px;color:#53605a;font-size:9px;font-weight:850;text-transform:uppercase}.profile-form input,.profile-form textarea{width:100%;border:1px solid #dfe5e2;border-radius:8px;padding:10px 11px;color:#101820;background:#fff;font:650 12px/1.4 "Manrope",sans-serif;outline:0}.profile-form input{min-height:42px}.profile-form textarea{resize:vertical}.profile-form input:focus,.profile-form textarea:focus{border-color:#8bc3ac;box-shadow:0 0 0 3px rgba(8,121,87,.08)}.profile-form input[readonly]{color:#6b7670;background:#f1f4f2;cursor:not-allowed}.nickname-field{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.nickname-field:focus-within{border-color:#8bc3ac;box-shadow:0 0 0 3px rgba(8,121,87,.08)}.nickname-field b{display:grid;place-items:center;color:#087957;font-size:14px}.nickname-field input{border:0;border-left:1px solid #e6ebe8;border-radius:0;box-shadow:none!important}.profile-photo-field{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #e2e7e4;border-bottom:1px solid #e2e7e4}.profile-photo-field>div{min-width:0;display:grid;gap:3px;margin-right:auto}.profile-photo-field strong{font-size:11px}.profile-photo-field small{color:#717c76;font-size:9.5px}.profile-photo-field>.button{min-height:38px;position:relative;overflow:hidden;box-shadow:none;cursor:pointer}.profile-photo-field>.button input{position:absolute;width:1px;height:1px;opacity:0}.profile-remove-photo{display:flex!important;align-items:center!important;grid-template-columns:auto 1fr!important;gap:6px!important;color:#7a4f49!important;font-size:9px!important;text-transform:none!important;cursor:pointer}.profile-remove-photo input{width:15px!important;height:15px!important;min-height:0!important}.profile-form footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-form footer>span{display:flex;align-items:center;gap:6px;color:#6c7771;font-size:9.5px}.profile-form footer>span svg{width:14px;height:14px}.profile-form footer .primary{min-height:42px;box-shadow:none}

/* Internal chat */
.chat-avatar img{width:100%;height:100%;overflow:hidden;border-radius:50%;object-fit:cover}
.myhic-chat{position:relative;z-index:80}.chat-launcher{width:56px;height:56px;display:grid;place-items:center;position:fixed;right:24px;bottom:24px;z-index:82;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;background:#087957;box-shadow:0 14px 34px rgba(8,121,87,.28);cursor:pointer;transition:transform .16s ease,opacity .16s ease,background .16s ease}.chat-launcher:hover{transform:translateY(-2px);background:#076d4e}.chat-launcher.is-open{opacity:0;pointer-events:none}.chat-launcher>svg{width:23px;height:23px}.chat-launcher>span{min-width:21px;height:21px;display:grid;place-items:center;position:absolute;right:-3px;top:-3px;border:2px solid #fff;border-radius:11px;padding:0 5px;color:#fff;background:#d64237;font-size:10px;font-weight:900}.chat-drawer{width:410px;height:min(680px,calc(100vh - 42px));display:grid;grid-template-rows:68px minmax(0,1fr);position:fixed;right:22px;bottom:21px;z-index:81;overflow:hidden;border:1px solid #dce5e1;border-radius:10px;background:#fff;box-shadow:0 24px 70px rgba(16,24,32,.2)}.chat-drawer-header{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid #e5ebe8;background:linear-gradient(180deg,#fff,#f8fbf9)}.chat-drawer-header>div{min-width:0;display:grid;gap:2px}.chat-drawer-header small{overflow:hidden;color:#087957;font-size:11px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.chat-drawer-header strong{overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.chat-back,.chat-close{width:38px;height:38px;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;color:#4f5d56;background:transparent;cursor:pointer}.chat-back[hidden]{display:grid!important;visibility:hidden;pointer-events:none}.chat-back:hover,.chat-close:hover{border-color:#dce5e1;color:#087957;background:#edf7f2}.chat-back svg,.chat-close svg{width:17px;height:17px}.chat-people-view{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fafcfb}.chat-presence-heading{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 9px;color:#5f6d66;font-size:11px;font-weight:850;text-transform:uppercase}.chat-presence-heading>span{display:flex;align-items:center;gap:7px}.chat-presence-heading i{width:8px;height:8px;border-radius:50%;background:#19b87b;box-shadow:0 0 0 4px rgba(25,184,123,.11)}.chat-presence-heading b{min-width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#e5f5ed;font-size:12px}.chat-people{min-height:0;overflow-y:auto;padding:5px 10px 14px}.chat-person{width:100%;min-height:68px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid transparent;border-bottom-color:#edf1ef;border-radius:8px;padding:9px 10px;color:#101820;text-align:left;background:transparent;cursor:pointer}.chat-person:hover{border-color:#dce9e3;background:#f1f7f4}.chat-person-self{margin-bottom:7px;border-color:#bfe3d4;background:#f0faf5;cursor:default}.chat-person-self:hover{border-color:#bfe3d4;background:#f0faf5}.chat-avatar{width:42px;height:42px;display:grid;place-items:center;position:relative;border-radius:50%;color:#087957;background:#e4f3ec;font-size:14px;font-weight:850}.chat-avatar i{width:11px;height:11px;position:absolute;right:0;bottom:1px;border:2px solid #fff;border-radius:50%;background:#aab4af}.chat-person.is-online .chat-avatar i{background:#19b87b;box-shadow:0 0 0 3px rgba(25,184,123,.13)}.chat-person>span:nth-child(2){min-width:0;display:grid;gap:3px}.chat-person strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.chat-person small{color:#7b8580;font-size:12px}.chat-person.is-online small{color:#087957;font-weight:800}.chat-person>b{min-width:24px;height:24px;display:grid;place-items:center;border-radius:12px;padding:0 6px;color:#fff;background:#087957;font-size:10px}.chat-loading{margin:16px;padding:14px;border:1px dashed #cddbd5;border-radius:8px;color:#66746e;background:#fff;text-align:center;font-size:12px;font-weight:800}.chat-empty{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:28px;color:#6d7872;text-align:center}.chat-empty-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#e7f5ee}.chat-empty-icon svg{width:19px;height:19px}.chat-empty strong{font-size:14px}.chat-empty small{max-width:260px;font-size:12px;line-height:1.45}.chat-empty-error{color:#9b332d}.chat-conversation-view{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#f6f9f7}.chat-messages{min-height:0;overflow-y:auto;padding:16px 13px}.chat-message{max-width:82%;display:grid;gap:4px;margin-bottom:8px;padding:10px 12px;border:1px solid #dfe7e3;border-radius:8px;background:#fff;box-shadow:0 2px 5px rgba(16,24,32,.025)}.chat-message.mine{margin-left:auto;border-color:#b6ddcd;color:#0b4432;background:#e8f6ef}.chat-message p{font-size:13px;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.chat-message time{justify-self:end;color:#77827c;font-size:10px}.chat-conversation-empty{height:100%;display:grid;place-items:center;color:#78837d;font-size:13px}.chat-conversation-empty.error{color:#b5473e}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:end;padding:11px;border-top:1px solid #dfe7e3;background:#fff}.chat-composer textarea{width:100%;min-height:42px;max-height:96px;resize:none;border:1px solid #dce4e0;border-radius:8px;padding:11px 12px;color:#101820;background:#fff;font:500 13px/1.4 "Manrope",sans-serif;outline:0}.chat-composer textarea:focus{border-color:#8fc7b0;box-shadow:0 0 0 3px rgba(8,121,87,.08)}.chat-composer button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;background:#087957;cursor:pointer}.chat-composer button:hover{background:#076d4e}.chat-composer button:disabled{opacity:.55}.chat-composer button svg{width:17px;height:17px}
.chat-people-view{grid-template-rows:auto auto minmax(0,1fr)}.chat-social-tabs{display:flex;gap:5px;padding:0 10px 8px}.chat-social-tabs button{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid #dce5e1;border-radius:8px;padding:7px 10px;color:#5f6d66;background:#fff;font:850 11px/1 "Manrope",sans-serif;cursor:pointer}.chat-social-tabs button.active{color:#087957;border-color:#b9decf;background:#eef8f3}.chat-social-tabs svg{width:14px;height:14px}.chat-people,.chat-teams{min-height:0;overflow-y:auto;padding:5px 10px 14px}.chat-person{min-height:76px;grid-template-columns:minmax(0,1fr);gap:8px;cursor:default}.chat-person-main{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;border:0;padding:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.chat-person-main>span:nth-child(2){min-width:0;display:grid;gap:3px}.chat-person-main>b{min-width:24px;height:24px;display:grid;place-items:center;border-radius:12px;padding:0 6px;color:#fff;background:#087957;font-size:10px}.chat-person-actions{display:flex;align-items:center;gap:7px;padding-left:58px;flex-wrap:wrap}.chat-mini-action{min-height:28px;border:1px solid #dce5e1;border-radius:7px;padding:6px 8px;color:#087957;background:#fff;font:850 10px/1 "Manrope",sans-serif;cursor:pointer}.chat-mini-action:disabled{color:#87918c;background:#f5f7f6;cursor:not-allowed}.chat-notify-toggle{width:max-content;display:inline-flex;align-items:center;gap:6px;color:#66746e;font-size:10px;font-weight:850;cursor:pointer}.chat-notify-toggle input{width:15px;min-height:15px;accent-color:#087957}.chat-team-create{display:grid;gap:9px;padding:10px;border:1px solid #dfe7e3;border-radius:8px;background:#fff}.chat-team-create input{min-height:38px;font-size:12px}.chat-team-picker{display:flex;gap:6px;flex-wrap:wrap}.chat-team-picker>small{color:#77827c;font-size:11px}.chat-team-member{position:relative;width:max-content}.chat-team-member input{position:absolute;opacity:0;pointer-events:none}.chat-team-member span{min-height:28px;display:inline-flex;align-items:center;border:1px solid #dfe7e3;border-radius:7px;padding:6px 8px;color:#66746e;background:#fff;font-size:10px;font-weight:850}.chat-team-member input:checked+span{color:#087957;border-color:#b9decf;background:#eef8f3}.chat-team-create .primary{min-height:36px;padding:7px 10px;font-size:10px;box-shadow:none}.chat-team-list{display:grid;gap:8px;margin-top:10px}.chat-team-card{display:grid;gap:3px;padding:12px;border:1px solid #dfe7e3;border-radius:8px;background:#fff}.chat-team-card strong{font-size:13px}.chat-team-card small{color:#707b75;font-size:11px;line-height:1.35}.chat-toast{position:fixed;right:92px;bottom:33px;z-index:84;max-width:260px;border:1px solid #b9decf;border-radius:8px;padding:10px 12px;color:#0b5f45;background:#eff9f4;box-shadow:0 12px 30px rgba(16,24,32,.16);font-size:12px;font-weight:850}.chat-empty.compact{min-height:120px}

/* Widget approval */
.widget-admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:6px 0 18px}
.widget-admin-hero>div{display:grid;gap:6px}
.widget-admin-hero h1{font-size:30px;line-height:1.1}
.widget-admin-hero p{font-size:13px}
.widget-admin-hero .primary{min-height:44px;padding-inline:16px;box-shadow:none}
.widget-admin-breadcrumb{display:flex;align-items:center;gap:7px;color:#66716c;font-size:10px;font-weight:800}
.widget-admin-breadcrumb a:hover{color:#087957}
.widget-admin-breadcrumb svg{width:12px;height:12px;color:#98a29d}
.widget-admin-breadcrumb strong{color:#101820}
.widget-admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 0 20px}
.widget-admin-metrics>a{min-width:0;display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;gap:0 13px;align-items:center;padding:18px 20px;border:1px solid #dfe6e2;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(16,24,32,.025);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.widget-admin-metrics>a:hover,.widget-admin-metrics>a.active{border-color:#b9d8cb;box-shadow:0 9px 22px rgba(16,24,32,.055);transform:translateY(-1px)}
.widget-admin-metrics strong{font-size:22px;line-height:1}
.widget-admin-metrics small{color:#66716c;font-size:11px}
.admin-metric-icon{width:48px;height:48px;grid-row:1/3;display:grid;place-items:center;border-radius:10px}
.admin-metric-icon svg{width:21px;height:21px}
.admin-metric-icon.active{color:#087957;background:#e8f6ef}
.admin-metric-icon.review{color:#f07813;background:#fff1e5}
.admin-metric-icon.disabled{color:#ef4035;background:#ffedee}
.admin-metric-icon.draft{color:#7651d6;background:#f1ebff}
.widget-admin-toolbar{display:grid;grid-template-columns:minmax(260px,400px) minmax(0,1fr) auto auto;gap:12px;align-items:center;margin:0 0 18px}
.widget-admin-search{min-width:0;display:flex;align-items:center;gap:9px;border:1px solid #dfe6e2;border-radius:8px;padding:0 13px;color:#66716c;background:#fff}
.widget-admin-search svg{width:16px;height:16px}
.widget-admin-search input{width:100%;min-height:42px;border:0;padding:0;outline:0;color:#101820;background:transparent;font-size:12px}
.widget-save-status-button,.widget-sort-button{min-height:42px;box-shadow:none;white-space:nowrap}
.widget-admin-table{overflow:hidden;border:1px solid #dfe6e2;border-radius:8px;background:#fff;box-shadow:0 5px 16px rgba(16,24,32,.025)}
.widget-admin-table-head,.widget-admin-row{display:grid;grid-template-columns:42px minmax(210px,1.25fr) minmax(170px,.9fr) minmax(142px,.72fr) minmax(150px,.78fr) minmax(130px,.65fr) minmax(150px,.7fr);align-items:center}
.widget-admin-table-head{min-height:44px;border-bottom:1px solid #e5ebe8;color:#66716c;background:#fbfcfb;font-size:9px;font-weight:900;text-transform:uppercase}
.widget-admin-table-head span{padding:0 14px}
.widget-admin-row{min-height:66px;border-bottom:1px solid #edf1ef}
.widget-admin-row:last-child{border-bottom:0}
.widget-admin-row:hover{background:#fbfdfc}
.widget-admin-row.is-hidden{background:#fffafa}
.widget-admin-index{padding:0 14px;font-size:12px;font-weight:900}
.widget-admin-name{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:10px 14px 10px 0}
.widget-admin-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--widget-accent,#087957);background:var(--widget-soft,#e8f6ef)}
.widget-admin-icon svg{width:19px;height:19px}
.widget-admin-name strong{display:block;overflow:hidden;font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}
.widget-admin-name small{display:block;overflow:hidden;margin-top:2px;color:#66716c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.widget-admin-areas{min-width:0;padding:0 12px}.widget-admin-areas>button{width:100%;min-height:34px;display:grid;grid-template-columns:16px minmax(0,1fr) 14px;gap:7px;align-items:center;border:0;border-radius:6px;padding:6px 7px;color:#52615a;background:transparent;text-align:left;cursor:pointer}.widget-admin-areas>button:hover{color:#087957;background:#eef8f3}.widget-admin-areas svg{width:14px;height:14px}.widget-admin-areas span{overflow:hidden;font-size:9.5px;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.widget-admin-areas svg:last-child{width:12px;height:12px;color:#87938d}
.widget-admin-status{min-width:0;display:flex;align-items:center;gap:7px;padding:0 14px}
.status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#9aa39e}
.status-dot.active{background:#087957}.status-dot.review{background:#f07813}.status-dot.disabled{background:#ef4035}.status-dot.draft{background:#7651d6}
.widget-admin-status select{min-width:0;width:112px;height:32px;border:0;padding:0;color:#18201d;background:transparent;font-size:10.5px;font-weight:800;outline:0}
.widget-admin-status .icon-button{width:30px;height:30px;border-radius:7px;color:#087957}
.widget-admin-progress{display:flex;align-items:center;gap:8px;padding:0 14px}
.widget-admin-progress i{height:12px;flex:1;overflow:hidden;border-radius:4px;background:#e9eeeb}
.widget-admin-progress b{height:100%;display:block;border-radius:4px;background:#087957}
.widget-admin-progress em{min-width:34px;color:#fff;background:#087957;border-radius:4px;padding:1px 5px;font-size:9px;font-style:normal;font-weight:900;text-align:center}
.widget-admin-updated{display:grid;gap:2px;padding:0 14px}
.widget-admin-updated strong{font-size:10.5px}
.widget-admin-updated small{color:#66716c;font-size:9.5px}
.widget-admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 14px}
.widget-admin-actions form{display:flex}
.widget-admin-actions .compact{min-height:30px;padding:6px 10px;border-radius:6px;font-size:9px;box-shadow:none}
.widget-admin-actions .compact svg{width:12px;height:12px}
.widget-admin-actions .icon-button{width:32px;height:30px;border-radius:7px}
.widget-admin-table>footer{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;border-top:1px solid #edf1ef;color:#66716c;font-size:10.5px}
.widget-admin-table>footer nav{display:flex;align-items:center;gap:7px}.widget-admin-table>footer button,.widget-admin-table>footer strong{width:32px;height:30px;display:grid;place-items:center;border:1px solid #dfe6e2;border-radius:7px;background:#fff;color:#66716c}.widget-admin-table>footer strong{border-color:#087957;color:#fff;background:#087957}
.widget-state.beta{color:#6d3bd1;border-color:#dfd3f6;background:#f8f4ff}.widget-state.rejected{color:#c43a31;border-color:#f0c9c5;background:#fff4f2}.widget-state.development{color:#707973;border-color:#d9e0dc;background:#f5f7f6}
.qa-header-link{color:#087957!important;background:#f2faf6!important}.qa-header-link:hover{border-color:#8bc3ac!important}.admin-widget-link{border-color:#b9dece!important;font-weight:850}.admin-widget-link svg{width:16px;height:16px}
.widget-qa-page{padding-bottom:46px}.widget-qa-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 18px;margin-bottom:16px;border:1px solid #dfe7e3;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbf9);box-shadow:0 6px 18px rgba(16,24,32,.035)}.widget-qa-heading>div{display:grid;gap:4px}.widget-qa-heading h1{font-size:30px}.widget-qa-heading p:last-child{max-width:620px;font-size:12px}.widget-qa-heading .button{white-space:nowrap;box-shadow:none}
.qa-notice{min-height:45px;display:flex;align-items:center;gap:9px;margin:14px 0 0;padding:10px 13px;border:1px solid #dfe5e2;border-radius:8px;background:#fff;font-size:10.5px;font-weight:750}.qa-notice svg{width:17px;height:17px}.qa-notice.success{color:#087957;border-color:#b8decf;background:#f1faf5}.qa-notice.rejected{color:#b83830;border-color:#efc7c3;background:#fff4f2}.qa-notice.beta{color:#6840c4;border-color:#ddd2f2;background:#faf7ff}.qa-notice.neutral{color:#795a24;border-color:#e8d6b6;background:#fffaf0}
.widget-qa-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0 20px;border:1px solid #dce5e1;border-radius:8px;background:#fff}.widget-qa-metrics>a{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;gap:0 10px;align-items:center;padding:14px 17px;border-right:1px solid #e1e7e4;transition:background .15s ease}.widget-qa-metrics>a:last-child{border-right:0}.widget-qa-metrics>a:hover,.widget-qa-metrics>a.active{background:#f7faf8}.widget-qa-metrics strong{font-size:18px}.widget-qa-metrics small{overflow:hidden;color:#6b7771;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.qa-metric-icon{width:36px;height:36px;grid-row:1/3;display:grid;place-items:center;border-radius:50%}.qa-metric-icon svg{width:18px;height:18px}.qa-metric-icon.beta{color:#6840c4;background:#f1ebfc}.qa-metric-icon.rejected{color:#c43a31;background:#fff0ee}.qa-metric-icon.development{color:#946214;background:#fff5df}.qa-metric-icon.approved{color:#087957;background:#e9f5ef}
.widget-qa-filters{display:flex;align-items:center;gap:4px;margin-bottom:12px;overflow-x:auto}.widget-qa-filters a{min-height:35px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid transparent;border-radius:7px;color:#6b7771;font-size:9.5px;font-weight:800;white-space:nowrap}.widget-qa-filters a:hover{color:#101820;background:#fff}.widget-qa-filters a.active{border-color:#dce4e0;color:#087957;background:#fff;box-shadow:0 2px 8px rgba(16,24,32,.035)}.widget-qa-filters svg{width:13px;height:13px}.widget-qa-filters span{min-width:19px;height:19px;display:grid;place-items:center;border-radius:10px;background:#edf4f0;font-size:8px}
.widget-qa-list{display:grid;gap:10px}.widget-qa-card{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr) 240px;gap:15px;align-items:start;padding:16px 17px 13px;border:1px solid #dfe5e2;border-left:3px solid #d1d9d5;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(16,24,32,.03)}.widget-qa-card.stage-beta{border-left-color:#7952cc}.widget-qa-card.stage-rejected{border-left-color:#d05047}.widget-qa-card.stage-approved{border-left-color:#0a8d62}.widget-qa-card.stage-development{border-left-color:#aab4af}.widget-qa-card.is-hidden{background:#f8faf9}.widget-qa-app-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid #e1e6e3;border-radius:50%;background:#fff;box-shadow:0 6px 14px rgba(16,24,32,.07)}.widget-qa-app-icon svg{width:24px;height:24px}.widget-qa-copy{min-width:0}.widget-qa-kicker{display:flex;align-items:center;gap:8px;margin-bottom:4px;color:#087957;font-size:8px;font-weight:850;text-transform:uppercase;flex-wrap:wrap}.widget-qa-kicker small,.widget-qa-kicker em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-qa-kicker em{display:inline-flex;align-items:center;gap:4px;padding-left:8px;border-left:1px solid #dfe5e2;color:#7a847f;font-style:normal}.widget-qa-kicker em svg{width:10px;height:10px}.widget-qa-copy h2{font-size:14px}.widget-qa-copy>p{margin-top:4px;font-size:10.5px}.widget-qa-copy blockquote{display:flex;gap:7px;margin:9px 0 0;padding:8px 10px;border:1px solid #efd2ce;border-radius:7px;color:#854039;background:#fff8f7;font-size:9.5px}.widget-qa-copy blockquote svg{width:14px;height:14px;margin-top:1px}.widget-qa-copy blockquote span{display:grid;gap:2px}.widget-qa-copy blockquote strong{font-size:8.5px;text-transform:uppercase}.widget-area-editor{display:grid;gap:8px;margin-top:11px;padding-top:10px;border-top:1px solid #edf1ef}.widget-area-editor>strong{display:flex;align-items:center;gap:5px;color:#65716c;font-size:8.5px;text-transform:uppercase}.widget-area-editor>strong svg{width:12px;height:12px}.widget-area-editor>div{display:flex;gap:6px;flex-wrap:wrap}.widget-area-editor label{position:relative;cursor:pointer}.widget-area-editor input{position:absolute;width:1px;height:1px;opacity:0}.widget-area-editor span{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid #dfe5e2;border-radius:7px;color:#64706b;background:#fff;font-size:8.5px;font-weight:800}.widget-area-editor span svg{width:12px;height:12px}.widget-area-editor input:checked+span{color:#087957;border-color:#b9dece;background:#eff9f4}.widget-area-editor>.button{justify-self:start;min-height:30px;padding:6px 9px;font-size:9px;box-shadow:none}.widget-qa-status{min-width:0;display:grid;justify-items:end;align-content:start;gap:6px}.widget-qa-status>small{max-width:220px;color:#77817c;font-size:8.5px;text-align:right}.widget-qa-status>b{display:inline-flex;align-items:center;gap:4px;color:#7541cf;font-size:8.5px}.widget-qa-status>b.free{color:#087957}.widget-qa-status>b svg{width:11px;height:11px}.qa-stage{min-height:25px;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid;border-radius:7px;font-size:8.5px;font-weight:850}.qa-stage svg{width:12px;height:12px}.qa-stage.beta{color:#6840c4;border-color:#ddd2f2;background:#faf7ff}.qa-stage.rejected{color:#bd3d34;border-color:#efc7c3;background:#fff4f2}.qa-stage.development{color:#707973;border-color:#d9e0dc;background:#f5f7f6}.qa-stage.approved{color:#087957;border-color:#b8decf;background:#f1faf5}.widget-qa-card>footer{grid-column:2/-1;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding-top:10px;border-top:1px solid #edf1ef;flex-wrap:wrap}.widget-qa-card>footer form{display:inline-flex}.widget-qa-card>footer .button,.widget-qa-card>footer .primary{min-height:34px;padding:7px 10px;box-shadow:none;font-size:9.5px}.widget-qa-card>footer .button.reject{color:#bd3d34}.widget-qa-card>footer .button.withdraw{color:#666f6a}.widget-qa-card>footer svg{width:14px;height:14px}.widget-qa-empty{display:grid;place-items:center;gap:6px;padding:42px;border:1px dashed #ccd7d2;border-radius:8px;color:#78827d;background:#fafcfb;text-align:center}.widget-qa-empty>svg{width:26px;height:26px;color:#087957}.widget-qa-empty h2{font-size:14px}.widget-qa-empty p{font-size:10px}.widget-qa-empty.compact{padding:24px}
.widget-qa-history{padding:30px 0 0}.widget-qa-history>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}.widget-qa-history>header h2{font-size:18px}.widget-qa-history>header>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#087957;background:#eaf5f0;font-size:9px;font-weight:850}.widget-qa-history-list{overflow:hidden;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.widget-qa-history-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:start;padding:11px 13px;border-bottom:1px solid #edf1ef}.widget-qa-history-row:last-child{border-bottom:0}.qa-history-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%}.qa-history-icon svg{width:14px;height:14px}.qa-history-icon.beta{color:#6840c4;background:#f1ebfc}.qa-history-icon.rejected{color:#c43a31;background:#fff0ee}.qa-history-icon.development{color:#946214;background:#fff5df}.qa-history-icon.approved{color:#087957;background:#e9f5ef}.widget-qa-history-row>div{min-width:0}.widget-qa-history-row strong{display:block;font-size:10.5px}.widget-qa-history-row p{font-size:9.5px}.widget-qa-history-row p b{color:#101820}.widget-qa-history-row small{display:block;margin-top:3px;color:#8a514a;font-size:8.5px}.widget-qa-history-row time{color:#77817c;font-size:8.5px;white-space:nowrap}
.widget-reject-dialog{width:min(520px,calc(100vw - 28px));padding:0;border:1px solid #dfe5e2;border-radius:9px;background:#fff;box-shadow:0 28px 80px rgba(16,24,32,.2)}.widget-reject-dialog::backdrop{background:rgba(16,24,32,.38);backdrop-filter:blur(2px)}.widget-reject-dialog form{display:grid}.widget-reject-dialog header{display:grid;grid-template-columns:42px minmax(0,1fr) 36px;gap:11px;align-items:center;padding:17px 18px;border-bottom:1px solid #e6ebe8}.widget-reject-dialog header>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#bd3d34;background:#fff0ee}.widget-reject-dialog header>span svg{width:18px;height:18px}.widget-reject-dialog h2{font-size:16px}.widget-reject-dialog header .eyebrow{margin-bottom:2px;color:#bd3d34}.widget-reject-dialog label{display:grid;gap:7px;padding:18px;color:#424f49;font-size:10px;font-weight:800}.widget-reject-dialog textarea{width:100%;min-height:128px;resize:vertical;border:1px solid #dfe5e2;border-radius:8px;padding:11px;color:#101820;background:#fff;font:500 12px/1.45 "Manrope",sans-serif;outline:0}.widget-reject-dialog textarea:focus{border-color:#d58b85;box-shadow:0 0 0 3px rgba(201,92,86,.09)}.widget-reject-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid #e6ebe8;background:#fafcfb}.danger-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #c64137;border-radius:8px;padding:8px 12px;color:#fff;background:#c64137;font:800 11px/1 "Manrope",sans-serif;cursor:pointer}.danger-button svg{width:15px;height:15px}
.widget-area-dialog{width:min(580px,calc(100vw - 28px));padding:0;border:1px solid #dfe5e2;border-radius:9px;background:#fff;box-shadow:0 28px 80px rgba(16,24,32,.2)}.widget-area-dialog::backdrop{background:rgba(16,24,32,.38);backdrop-filter:blur(2px)}.widget-area-dialog form{display:grid}.widget-area-dialog header{display:grid;grid-template-columns:42px minmax(0,1fr) 36px;gap:11px;align-items:center;padding:17px 18px;border-bottom:1px solid #e6ebe8}.widget-area-dialog header>span{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;color:#087957;background:#e9f6f0}.widget-area-dialog header>span svg{width:18px;height:18px}.widget-area-dialog h2{font-size:16px}.widget-area-dialog header .eyebrow{margin-bottom:2px;color:#087957}.widget-area-dialog-body{display:grid;gap:13px;padding:18px}.widget-area-dialog-body>p{color:#66716c;font-size:10.5px}.widget-area-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.widget-area-options label{position:relative;cursor:pointer}.widget-area-options input{position:absolute;width:1px;height:1px;opacity:0}.widget-area-options span{min-height:44px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;gap:8px;align-items:center;border:1px solid #dfe5e2;border-radius:8px;padding:9px 10px;color:#5d6963;background:#fff}.widget-area-options span svg{width:16px;height:16px}.widget-area-options span svg:last-child{opacity:0;color:#087957}.widget-area-options b{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.widget-area-options input:focus+span{outline:2px solid rgba(8,121,87,.22);outline-offset:1px}.widget-area-options input:checked+span{color:#087957;border-color:#a9d4c3;background:#eef8f3}.widget-area-options input:checked+span svg:last-child{opacity:1}.widget-area-error{color:#b83830!important;font-weight:800}.widget-area-dialog footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid #e6ebe8;background:#fafcfb}.widget-area-dialog footer .button,.widget-area-dialog footer .primary{min-height:40px;box-shadow:none}

@media(max-width:1380px){
  .workspace-body .widget-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .client-space-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .billing-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .billing-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1040px){
  .workspace-body .workspace-root{width:calc(100% - 20px)}
  .workspace-content{padding-inline:24px}
  .workspace-body .widget-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .client-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .billing-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-metrics>div:nth-child(2){border-right:0}.billing-metrics>div:nth-child(-n+2){border-bottom:1px solid #dfe6e2}
  .ai-client-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .widget-admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .widget-admin-toolbar{grid-template-columns:minmax(240px,1fr) auto auto}
  .widget-admin-toolbar .widget-qa-filters{grid-column:1/-1;grid-row:2}
  .widget-admin-table{overflow-x:auto}
  .widget-admin-table-head,.widget-admin-row{min-width:1080px}
  .workspace-filter-bar{align-items:center;flex-direction:row;gap:8px}
  .workspace-filter-panel{width:min(560px,calc(100vw - 40px))}
  .workspace-filter-groups{width:100%;justify-content:flex-end;overflow-x:auto}
  .state-switcher,.ai-switcher{width:max-content}
  .widget-qa-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-qa-metrics>a:nth-child(2){border-right:0}.widget-qa-metrics>a:nth-child(-n+2){border-bottom:1px solid #e1e7e4}
  .widget-qa-card{grid-template-columns:54px minmax(0,1fr) 210px}
}
@media(max-width:900px){
  .workspace-body .widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .chat-launcher{right:14px;bottom:14px}.chat-drawer{width:100%;height:100dvh;right:0;bottom:0;border:0;border-radius:0}.chat-drawer-header{padding-inline:14px}.chat-message{max-width:86%}
  .workspace-body .workspace-root{width:100%;padding:0}
  .workspace-app{min-height:100vh;display:block;border:0;border-radius:0;box-shadow:none}
  .workspace-sidebar{height:54px;display:flex;position:sticky;top:0;z-index:30;flex-direction:row;border-right:0;border-bottom:1px solid #e1e6e3}
  .workspace-sidebar-brand{width:54px;height:54px;justify-content:center;flex:0 0 auto;padding:0;border-right:1px solid #e1e6e3;border-bottom:0}.workspace-sidebar-brand strong{display:none}
  .workspace-sidebar-nav{min-width:0;display:flex;flex:1;flex-direction:row;gap:3px;padding:5px 6px;overflow-x:auto}
  .workspace-sidebar-nav,.workspace-body .area-switcher,.client-space-tabs{scrollbar-width:none;-ms-overflow-style:none}
  .workspace-sidebar-nav::-webkit-scrollbar,.workspace-body .area-switcher::-webkit-scrollbar,.client-space-tabs::-webkit-scrollbar{display:none}
  .workspace-sidebar-nav button,.workspace-sidebar-nav a{width:42px;height:42px;justify-content:center;flex:0 0 auto;padding:0}.workspace-sidebar-nav button>span,.workspace-sidebar-nav a>span{display:none}
  .workspace-sidebar-nav button.active:before,.workspace-sidebar-nav a.active:before{width:26px;height:3px;left:8px;top:auto;bottom:-6px;border-radius:3px 3px 0 0}
  .workspace-sidebar-divider{width:1px;height:28px;flex:0 0 auto;margin:7px 3px;background:#dfe5e2}
  .workspace-sidebar-tools{width:auto;display:flex;flex:0 0 auto;flex-direction:row;gap:2px;margin:0;padding:5px 6px;border-top:0;border-left:1px solid #e1e6e3}
  .workspace-sidebar-tools button,.workspace-sidebar-tools a{width:40px;height:42px;justify-content:center;flex:0 0 auto;padding:0}.workspace-sidebar-tools button>span,.workspace-sidebar-tools a>span,.workspace-sidebar-tools button[data-open-catalog]{display:none}
  .workspace-sidebar-account{display:none}
  .workspace-body .myhic-header{min-height:64px;grid-template-columns:1fr auto;margin:0;padding:8px 14px}
  .workspace-body .myhic-header>.session-pill{display:none}
  .workspace-body .myhic-brand{visibility:visible}.workspace-body .myhic-brand strong{font-size:18px}
  .workspace-body .top-actions .icon-button{display:none}
  .workspace-body .top-actions .qa-header-link{display:grid}
  .workspace-body .top-actions .nav-button{width:42px;padding:0;font-size:0}
  .workspace-content{padding:18px 14px 34px}
  .workspace-body .workspace-heading{min-height:0;display:grid;gap:18px;margin-bottom:20px}
  .workspace-body .workspace-heading h1{font-size:27px}
  .workspace-body .workspace-heading-actions{display:grid;grid-template-columns:1fr 1.25fr}
  .workspace-body .workspace-heading-actions .button,.workspace-body .workspace-heading-actions .primary{min-width:0;min-height:46px;padding:9px 10px;font-size:12px}
  .workspace-body .workspace-filter-row{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:15px}
  .workspace-filter-bar{width:100%;justify-content:flex-start;margin:0}
  .workspace-filter-panel{right:0;width:calc(100vw - 28px)}
  .workspace-filter-groups{justify-content:flex-start;padding-right:14px}
  .state-switcher button,.ai-switcher button{padding-inline:7px}
  .workspace-body .area-switcher{gap:5px;margin-right:0;overflow-x:auto}
  .workspace-body .widget-grid{grid-template-columns:1fr;gap:12px}
  .workspace-body .widget-card,.workspace-body .widget-card.widget-size-small,.workspace-body .widget-card.widget-size-wide{min-height:204px;grid-column:auto;padding:13px 12px 10px}
  .workspace-body .widget-card-main{grid-template-columns:62px minmax(0,1fr);gap:12px}
  .workspace-body .widget-card-copy{padding-right:48px}
  .workspace-body .widget-icon{width:58px;height:58px}
  .workspace-body .widget-icon svg{width:27px;height:27px}
  .workspace-body .widget-card-body p{max-width:250px}
  .workspace-body .widget-card-meta{max-width:45%}
  .building-widget-row{grid-template-columns:36px minmax(0,1fr);align-items:start}
  .building-widget-actions{grid-column:2;justify-content:flex-start;margin-top:4px}
  .workspace-body .client-directory-heading{gap:16px}.client-directory-search{width:100%}
  .client-space-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.client-space-link{height:106px;padding:10px}.client-space-open{display:none}
  .client-space-heading{align-items:flex-start;flex-direction:column}.client-space-identity{width:100%;align-items:flex-start;gap:15px}.client-space-identity .client-logo{width:125px;height:52px;max-width:38vw}.client-space-heading>.primary{width:100%}
  .client-overview-band{grid-template-columns:repeat(2,minmax(0,1fr))}.client-overview-band>div:nth-child(2){border-right:0}.client-overview-band>div:nth-child(-n+2){border-bottom:1px solid #dfe6e2}
  .client-widget-grid{grid-template-columns:1fr}.client-context-form{grid-template-columns:1fr;padding:14px}.client-context-form label.wide,.client-context-form footer{grid-column:1}.client-context-form footer{align-items:stretch;flex-direction:column}.client-context-form footer .primary{width:100%}.client-context-readonly{grid-template-columns:1fr}
  .client-widget-section>header,.client-context-section>header,.client-assets-summary>header{align-items:flex-start}.client-assets-summary>header{flex-direction:column}.client-assets-summary>header .button{width:100%}
  .billing-heading{align-items:flex-start;flex-direction:column}.billing-heading>.button{width:100%}.billing-filters{grid-template-columns:1fr 1fr}.billing-filters .primary{grid-column:1/-1}.billing-client-grid,.billing-user-grid{grid-template-columns:1fr}.billing-clients>header{align-items:flex-start;flex-direction:column}
  .ai-context-badge{width:100%;justify-content:center}.ai-client-choice-grid{grid-template-columns:1fr;padding-top:18px}
  .profile-layout{grid-template-columns:1fr;gap:18px}.profile-preview{padding:8px 16px 20px;border-right:0;border-bottom:1px solid #e2e7e4}.profile-form{grid-template-columns:1fr;padding:15px}.profile-form header,.profile-form .wide,.profile-form footer{grid-column:1}.profile-photo-field,.profile-form footer{align-items:stretch;flex-direction:column}.profile-photo-field>div{margin-right:0}.profile-photo-field>.button,.profile-form footer .primary{width:100%}
  .widget-admin-hero{align-items:flex-start;flex-direction:column;margin-top:2px}
  .widget-admin-hero .primary{width:100%}
  .widget-admin-metrics{grid-template-columns:1fr 1fr;gap:10px}
  .widget-admin-metrics>a{grid-template-columns:42px minmax(0,1fr);padding:13px}
  .admin-metric-icon{width:40px;height:40px}
  .widget-admin-toolbar{grid-template-columns:1fr;gap:10px}
  .widget-admin-toolbar .widget-qa-filters{grid-column:auto;grid-row:auto;margin-right:-14px;padding-right:14px}
  .widget-sort-button{width:100%}
  .widget-save-status-button{width:100%}
  .widget-admin-table{margin-right:-14px;border-right:0;border-radius:8px 0 0 8px}
  .widget-admin-table>footer{min-width:920px}
  .widget-qa-heading{align-items:flex-start;flex-direction:column}.widget-qa-heading .button{width:100%}.widget-qa-metrics>a{padding:12px}.widget-qa-filters{margin-right:-14px;padding-right:14px}.widget-qa-card{grid-template-columns:48px minmax(0,1fr);gap:11px;padding:13px}.widget-qa-app-icon{width:46px;height:46px}.widget-qa-status{grid-column:2;justify-items:start}.widget-qa-status>small{text-align:left}.widget-qa-card>footer{grid-column:1/-1;justify-content:stretch;flex-wrap:wrap}.widget-qa-card>footer .button,.widget-qa-card>footer .primary,.widget-qa-card>footer form{flex:1}.widget-qa-card>footer form>button{width:100%}.widget-qa-history-row{grid-template-columns:30px minmax(0,1fr)}.widget-qa-history-row time{grid-column:2}
}
@media(max-width:440px){
  .workspace-sidebar-nav button,.workspace-sidebar-nav a{width:42px}
  .workspace-sidebar-tools{padding-left:4px;padding-right:4px}
  .workspace-avatar{margin-right:4px}
  .workspace-body .workspace-heading-actions{grid-template-columns:1fr 1fr}
  .workspace-body .widget-card-footer{gap:6px}.workspace-body .widget-card-meta{max-width:38%}.workspace-body .widget-card-actions{gap:6px}
  .workspace-body .widget-cost{padding-inline:8px}.workspace-body .widget-open{padding:0}
  .client-space-grid{grid-template-columns:1fr 1fr}.client-space-link .client-logo{transform:scale(.82)}.client-space-identity{display:grid}.client-space-identity .client-logo{max-width:66vw}.client-space-tabs{margin-right:-14px}.client-overview-band>div{padding:12px}.client-widget-card{grid-template-columns:46px minmax(0,1fr);padding:13px}.client-widget-icon{width:44px;height:44px}
  .billing-filters{grid-template-columns:1fr}.billing-filters .primary{grid-column:1}.billing-metrics>div{padding:12px}.billing-client-card{grid-template-columns:70px minmax(0,1fr) 16px}.billing-client-card .client-logo{width:70px}
  .widget-admin-metrics{grid-template-columns:1fr}
}
.widget-status-editor{display:grid;grid-template-columns:minmax(170px,260px) auto;align-items:end;gap:8px;margin-top:10px}.widget-status-editor label{display:grid;gap:5px;color:#65716c;font-size:8.5px;text-transform:uppercase}.widget-status-editor label strong{display:flex;align-items:center;gap:5px}.widget-status-editor svg{width:12px;height:12px}.widget-status-editor select{min-height:34px;border:1px solid #dfe5e2;border-radius:7px;padding:6px 28px 6px 9px;color:#101820;background:#fff;font-size:10px;font-weight:800}.widget-status-editor .primary{min-height:34px;padding:7px 10px;box-shadow:none;font-size:9.5px}@media(max-width:720px){.widget-status-editor{grid-template-columns:1fr}.widget-status-editor .primary{width:100%}}
