/*
 * IFDF centralized frontend design system
 * Reference: Command Center > Select Target Assets
 * Loaded after page and responsive CSS; enterprise-navigation.css remains last
 * so the approved navigation module stays isolated.
 */
:root{
  --ifdf-ui-font:"Inter","Segoe UI",Arial,sans-serif;
  --ifdf-ui-mono:"JetBrains Mono","SFMono-Regular",Consolas,monospace;
  --ifdf-ui-bg:#f5f7fb;
  --ifdf-ui-surface:#ffffff;
  --ifdf-ui-surface-soft:#fbfcfe;
  --ifdf-ui-surface-muted:#f8fafe;
  --ifdf-ui-text:#15213d;
  --ifdf-ui-text-2:#2d3c58;
  --ifdf-ui-muted:#687796;
  --ifdf-ui-muted-2:#8a98b2;
  --ifdf-ui-border:#e5ebf4;
  --ifdf-ui-border-strong:#dbe3ef;
  --ifdf-ui-line:#edf1f5;
  --ifdf-ui-primary:#315cf6;
  --ifdf-ui-primary-2:#5548ef;
  --ifdf-ui-primary-soft:#f1f6ff;
  --ifdf-ui-success:#118a58;
  --ifdf-ui-success-soft:#e8f8f0;
  --ifdf-ui-warning:#d8790b;
  --ifdf-ui-warning-soft:#fff6e8;
  --ifdf-ui-danger:#dc3f3f;
  --ifdf-ui-danger-soft:#fff0f0;
  --ifdf-ui-violet:#7446d8;
  --ifdf-ui-violet-soft:#f2edff;
  --ifdf-ui-radius-xs:7px;
  --ifdf-ui-radius-sm:9px;
  --ifdf-ui-radius-md:11px;
  --ifdf-ui-radius-lg:14px;
  --ifdf-ui-radius-xl:18px;
  --ifdf-ui-shadow-xs:0 3px 12px rgba(38,67,118,.04);
  --ifdf-ui-shadow-sm:0 8px 22px rgba(31,62,118,.06);
  --ifdf-ui-shadow-card:0 12px 34px rgba(31,62,118,.07);
  --ifdf-ui-shadow-modal:0 28px 72px rgba(22,39,72,.22);
  --ifdf-ui-focus:0 0 0 3px rgba(76,111,255,.12);
  --ifdf-ui-control-height:42px;

  /* Compatibility tokens consumed by existing page CSS. */
  --font:var(--ifdf-ui-font);
  --mono:var(--ifdf-ui-mono);
  --b:var(--ifdf-ui-primary);
  --primary-dark:#284ee8;
  --primary-soft:var(--ifdf-ui-primary-soft);
  --t0:var(--ifdf-ui-text);
  --t1:var(--ifdf-ui-text);
  --t2:var(--ifdf-ui-text-2);
  --t3:var(--ifdf-ui-muted);
  --t4:var(--ifdf-ui-muted-2);
  --g0:rgba(255,255,255,.22);
  --g1:#fbfcfe;
  --g2:#fff;
  --g3:rgba(255,255,255,.96);
  --g4:#fff;
  --gb0:var(--ifdf-ui-border);
  --gb1:var(--ifdf-ui-border-strong);
  --gb2:var(--ifdf-ui-border);
  --gb3:var(--ifdf-ui-line);
  --s0:var(--ifdf-ui-shadow-xs);
  --s1:var(--ifdf-ui-shadow-sm);
  --s2:var(--ifdf-ui-shadow-card);
}

html{font-family:var(--ifdf-ui-font)}
body.ifdf-design-system{
  font-family:var(--ifdf-ui-font)!important;
  color:var(--ifdf-ui-text)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.ifdf-design-system :where(button,input,select,textarea,optgroup){font-family:inherit}
body.ifdf-design-system :where(.mono,code,pre,[class*="mono"],[class*="key-val"]){font-family:var(--ifdf-ui-mono)!important}

/* Main workspace rhythm. Navigation is intentionally excluded. */
body.ifdf-design-system :where(.main,.content){min-width:0}
body.ifdf-design-system .content{
  gap:18px!important;
  padding:22px!important;
}
body.ifdf-design-system .main>.grid,
body.ifdf-design-system .main>.card{
  margin-left:22px!important;
  margin-right:22px!important;
}

/* Header / breadcrumb standard. */
body.ifdf-design-system :where(.topbar,.top){
  min-height:58px!important;
  height:58px!important;
  padding:0 22px!important;
  gap:14px!important;
  color:var(--ifdf-ui-text)!important;
  background:rgba(255,255,255,.96)!important;
  border:0!important;
  border-bottom:1px solid var(--ifdf-ui-border)!important;
  border-radius:0!important;
  box-shadow:0 3px 14px rgba(31,62,118,.04)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
body.ifdf-design-system :where(.tb-bc,.top>div:first-child){min-width:0}
body.ifdf-design-system :where(.tb-bc .c,.title){
  color:var(--ifdf-ui-text)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:-.01em!important;
}
body.ifdf-design-system :where(.tb-bc .h,.tb-bc .s,.sub){
  color:var(--ifdf-ui-muted)!important;
  font-size:11.5px!important;
  font-weight:500!important;
}
body.ifdf-design-system .tb-div{background:var(--ifdf-ui-border)!important}

/* Page and section typography. */
body.ifdf-design-system :where(.page-title,.hero-copy h1,.builder-hero h1,.cc-assets-title-wrap h2){
  margin:0!important;
  color:var(--ifdf-ui-text)!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
}
body.ifdf-design-system :where(.page-sub,.hero-copy p,.cc-assets-title-wrap p){
  color:var(--ifdf-ui-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:400!important;
}
body.ifdf-design-system :where(h1,h2,h3,h4,h5,h6){font-family:var(--ifdf-ui-font);color:var(--ifdf-ui-text)}
body.ifdf-design-system :where(.ct,.card-title,.cc-title,.modal-title,.pmodal-title,.dc-title,.key-panel-title){
  color:var(--ifdf-ui-text)!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.3!important;
  letter-spacing:-.01em!important;
}
body.ifdf-design-system :where(.csub,.card-sub,.modal-sub,.snapshot-sub,.hint,.toolbar-note span){
  color:var(--ifdf-ui-muted)!important;
  font-size:11.5px!important;
  line-height:1.5!important;
}

/* Shared surfaces / cards. */
body.ifdf-design-system .main :where(
  .card,.cc-card,.builder-card,.asset-hero,.page-hdr,.snapshot-card,
  .policy-card,.install-card,.cmd-strip,#cmdStrip,.kpi,.stat-pill,.sum-pill,
  .metric-card,.studio-toolbar,.key-panel,.deploy-card,.publish-card,
  .cc-history-card,.cc-approval-card,.ccx-panel,.ccx-aw,.ccx-rwrap
){
  color:var(--ifdf-ui-text)!important;
  background:var(--ifdf-ui-surface)!important;
  border:1px solid var(--ifdf-ui-border)!important;
  border-radius:var(--ifdf-ui-radius-xl)!important;
  box-shadow:var(--ifdf-ui-shadow-card)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.ifdf-design-system .main :where(.card,.builder-card,.snapshot-card,.kpi,.stat-pill,.sum-pill,.metric-card):hover{
  border-color:#d9e2ef!important;
  box-shadow:0 15px 38px rgba(31,62,118,.09)!important;
}
body.ifdf-design-system :where(.ch,.card-head,.cc-card-head,.modal-head,.pmodal-head){
  min-height:56px;
  padding:17px 20px!important;
  border-bottom:1px solid var(--ifdf-ui-line)!important;
  background:var(--ifdf-ui-surface)!important;
}
body.ifdf-design-system :where(.cb,.card-body,.cc-card-body){padding:18px 20px!important}

/* Filters and toolbars. */
body.ifdf-design-system .main :where(.filter-bar,.tools,.studio-toolbar,.toolbar,.filters,.filter-row){
  display:flex;
  align-items:center;
  gap:12px!important;
  padding:16px!important;
  margin-bottom:16px!important;
  background:var(--ifdf-ui-surface-soft)!important;
  border:1px solid var(--ifdf-ui-border)!important;
  border-radius:var(--ifdf-ui-radius-lg)!important;
  box-shadow:none!important;
}
body.ifdf-design-system .main :where(.filter-bar,.tools,.studio-toolbar,.toolbar,.filters,.filter-row)>*{min-width:0}
body.ifdf-design-system .main .f-div{background:var(--ifdf-ui-border)!important}

/* Labels and field grouping. */
body.ifdf-design-system :where(
  .flbl,.field>label,.pfield>label,.input-group>label,.modal label,
  .cc-filter-field>span,.fld>label,.switch-row>label
){
  color:#31415f!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.ifdf-design-system :where(.fld,.field,.pfield){gap:7px}

/* Inputs, selects and text areas. Sidebar controls are excluded. */
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card,.login-card) :where(
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
  select,textarea,.inp,.finp,.fsel,.ftxt,.finp-date,.fsel-sm,.fdate,.input-box,.cc-input,.cc-select,.ccx-in
){
  width:auto;
  min-height:var(--ifdf-ui-control-height)!important;
  padding:9px 13px!important;
  color:#24324d!important;
  caret-color:var(--ifdf-ui-primary);
  font-family:var(--ifdf-ui-font)!important;
  font-size:12.5px!important;
  font-weight:400!important;
  line-height:1.35!important;
  background:var(--ifdf-ui-surface)!important;
  border:1px solid var(--ifdf-ui-border-strong)!important;
  border-radius:var(--ifdf-ui-radius-sm)!important;
  outline:none!important;
  box-shadow:var(--ifdf-ui-shadow-xs)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card,.login-card) textarea{min-height:92px!important;resize:vertical}
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card,.login-card) :where(
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
  select:focus,textarea:focus,.inp:focus,.finp:focus,.fsel:focus,.ftxt:focus,.finp-date:focus,
  .fsel-sm:focus,.fdate:focus,.input-box:focus,.cc-input:focus,.cc-select:focus,.ccx-in:focus
){
  background:var(--ifdf-ui-surface)!important;
  border-color:#4c6fff!important;
  box-shadow:var(--ifdf-ui-focus)!important;
}
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card,.login-card) :where(input,textarea)::placeholder{
  color:var(--ifdf-ui-muted-2)!important;
  opacity:1!important;
}
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card) :where(input,select,textarea):disabled{
  color:#7d8aa2!important;
  background:#f6f8fb!important;
  border-color:#e8edf4!important;
  opacity:1!important;
  cursor:not-allowed!important;
}
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card) :where(input,textarea)[readonly]{
  background:#fbfcfe!important;
}
body.ifdf-design-system input[type="checkbox"],
body.ifdf-design-system input[type="radio"]{
  accent-color:var(--ifdf-ui-primary);
}
body.ifdf-design-system .main input[type="checkbox"]{width:16px;height:16px}

/* Neutralize browser autofill paint without obscuring content. */
body.ifdf-design-system input:-webkit-autofill,
body.ifdf-design-system input:-webkit-autofill:hover,
body.ifdf-design-system input:-webkit-autofill:focus{
  -webkit-text-fill-color:#24324d!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  transition:background-color 9999s ease-out 0s;
}

/* Buttons. */
body.ifdf-design-system :where(.main,.pmodal,.modal-bg,.modal,.modal-card,.login-card) button{
  font-family:var(--ifdf-ui-font)!important;
  font-weight:600;
  border-radius:10px;
}
body.ifdf-design-system :where(
  .tbbtn,.btn,.pbtn,.mini-btn,.mbtn,.bcmd,.cbtn,.rb,.pg-btn,.cc-light-btn,
  .copy-btn,.key-copy,.key-eye,.rep-add,.rep-del,.bdm-action-btn,.bdm-page-btn,
  .login-btn,.submit-btn,.apply-btn,.cc-open-selected,.ccx-send,.mc-auth-btn
){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:38px!important;
  padding:8px 14px!important;
  color:#40506c!important;
  font-size:11.5px!important;
  font-weight:600!important;
  line-height:1.2!important;
  text-decoration:none!important;
  background:#fff!important;
  border:1px solid #dfe6f0!important;
  border-radius:10px!important;
  box-shadow:var(--ifdf-ui-shadow-xs)!important;
  cursor:pointer!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,color .16s ease,background .16s ease!important;
}
body.ifdf-design-system :where(
  .tbbtn,.btn,.pbtn,.mini-btn,.mbtn,.bcmd,.cbtn,.rb,.pg-btn,.cc-light-btn,
  .copy-btn,.key-copy,.key-eye,.rep-add,.rep-del,.bdm-action-btn,.bdm-page-btn
):hover:not(:disabled){
  color:var(--ifdf-ui-primary)!important;
  border-color:#cfd9ea!important;
  background:#f9fbff!important;
  box-shadow:0 8px 18px rgba(31,62,118,.09)!important;
  transform:translateY(-1px)!important;
}
body.ifdf-design-system :where(
  .tbbtn.p,.btn.p,.pbtn-primary,.mini-btn.primary,.mbtn.ok,.submit-btn,.apply-btn,
  .login-btn,.cc-open-selected,.ccx-send,.mc-auth-btn-primary,.primary
){
  color:#fff!important;
  background:linear-gradient(135deg,var(--ifdf-ui-primary),var(--ifdf-ui-primary-2))!important;
  border-color:transparent!important;
  box-shadow:0 10px 20px rgba(62,84,242,.22)!important;
}
body.ifdf-design-system :where(
  .tbbtn.p,.btn.p,.pbtn-primary,.mini-btn.primary,.mbtn.ok,.submit-btn,.apply-btn,
  .login-btn,.cc-open-selected,.ccx-send,.mc-auth-btn-primary,.primary
):hover:not(:disabled){
  color:#fff!important;
  background:linear-gradient(135deg,#284ee8,#493be2)!important;
  border-color:transparent!important;
  box-shadow:0 13px 24px rgba(62,84,242,.28)!important;
}
body.ifdf-design-system :where(.bad,.danger,.red,.mbtn.danger,.pbtn-danger,.bcmd.red,.cbtn.red,.rb.d){
  color:var(--ifdf-ui-danger)!important;
  background:var(--ifdf-ui-danger-soft)!important;
  border-color:#ffd8d8!important;
}
body.ifdf-design-system :where(button,.btn,.tbbtn,.pbtn,.mini-btn,.mbtn):disabled{
  opacity:.48!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  transform:none!important;
}
body.ifdf-design-system :where(button,a,input,select,textarea,[tabindex]):focus-visible{
  outline:2px solid rgba(49,92,246,.72)!important;
  outline-offset:2px!important;
}

/* Tables: same visual grammar as Select Target Assets. */
body.ifdf-design-system .main :where(.tbl-wrap,.table-wrap,.cc-table-shell,.cc-table-wrap,.cc-history-wrap){
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #e2e8f1!important;
  border-radius:var(--ifdf-ui-radius-lg)!important;
  box-shadow:none!important;
}
body.ifdf-design-system .main table{
  width:100%!important;
  color:var(--ifdf-ui-text-2)!important;
  font-family:var(--ifdf-ui-font)!important;
  font-size:13px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
}
body.ifdf-design-system .main table:not(.cc-table){
  border:1px solid #e2e8f1!important;
  border-radius:var(--ifdf-ui-radius-lg)!important;
  overflow:hidden!important;
}
body.ifdf-design-system .main table thead th{
  height:50px!important;
  padding:13px 16px!important;
  color:#60708d!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.25!important;
  letter-spacing:.045em!important;
  text-align:left!important;
  text-transform:uppercase!important;
  vertical-align:middle!important;
  white-space:nowrap;
  background:var(--ifdf-ui-surface-muted)!important;
  border:0!important;
  border-bottom:1px solid var(--ifdf-ui-line)!important;
}
body.ifdf-design-system .main table tbody td{
  min-height:58px;
  padding:14px 16px!important;
  color:var(--ifdf-ui-text-2)!important;
  font-size:12.5px!important;
  font-weight:400!important;
  line-height:1.4!important;
  vertical-align:middle!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid var(--ifdf-ui-line)!important;
  transition:background .15s ease!important;
}
body.ifdf-design-system .main table tbody tr:last-child td{border-bottom:0!important}
body.ifdf-design-system .main table tbody tr:hover td{background:#f9fbff!important}
body.ifdf-design-system .main table tbody tr.selected td,
body.ifdf-design-system .main table tbody tr.is-selected td{background:var(--ifdf-ui-primary-soft)!important}
body.ifdf-design-system .main table tbody tr.selected td:first-child,
body.ifdf-design-system .main table tbody tr.is-selected td:first-child{box-shadow:inset 4px 0 0 var(--ifdf-ui-primary)!important}

/* Tabs. */
body.ifdf-design-system :where(.tabs,.ptab-bar,.tab-bar){
  display:flex;
  align-items:center;
  gap:5px!important;
  padding:4px!important;
  background:#f6f8fc!important;
  border:1px solid var(--ifdf-ui-border)!important;
  border-radius:11px!important;
}
body.ifdf-design-system :where(.tab,.ptab){
  min-height:34px!important;
  padding:8px 13px!important;
  color:#63718b!important;
  font-size:11.5px!important;
  font-weight:600!important;
  background:transparent!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
body.ifdf-design-system :where(.tab.active,.ptab.active){
  color:var(--ifdf-ui-primary)!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(31,62,118,.08)!important;
}

/* Pills, states and badges. */
body.ifdf-design-system :where(.pill,.stpill,.status-pill,.sev-chip,.badge,.hbadge,.chip,.ipill,.sum-pill){
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:600!important;
}
body.ifdf-design-system :where(.pill.good,.stpill.on,.badge.ok,.status.ok,.sev-chip.low){color:var(--ifdf-ui-success)!important;background:var(--ifdf-ui-success-soft)!important}
body.ifdf-design-system :where(.pill.bad,.stpill.off,.badge.off,.status.err,.sev-chip.high,.sev-chip.critical){color:var(--ifdf-ui-danger)!important;background:var(--ifdf-ui-danger-soft)!important}
body.ifdf-design-system :where(.pill.warn,.sev-chip.medium){color:var(--ifdf-ui-warning)!important;background:var(--ifdf-ui-warning-soft)!important}

/* Modal / drawer content. */
body.ifdf-design-system :where(.pmodal-overlay,.modal-bg,.modal-overlay,.mc-modal-backdrop){
  background:rgba(18,30,53,.50)!important;
  backdrop-filter:blur(8px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(8px) saturate(115%)!important;
}
body.ifdf-design-system :where(.pmodal,.modal-bg>.modal,.modal-card,.mc-auth-modal,[role="dialog"]){
  color:var(--ifdf-ui-text)!important;
  background:#fff!important;
  border:1px solid var(--ifdf-ui-border)!important;
  border-radius:var(--ifdf-ui-radius-xl)!important;
  box-shadow:var(--ifdf-ui-shadow-modal)!important;
}
body.ifdf-design-system :where(.pmodal-close,.nav-drawer-close){border-radius:9px!important}

/* Profile modal harmonization. */
body.ifdf-design-system .pmodal{width:min(520px,calc(100vw - 28px))!important}
body.ifdf-design-system .pmodal-body{padding:20px 22px!important}
body.ifdf-design-system .pav-big{border-radius:14px!important;background:linear-gradient(135deg,var(--ifdf-ui-primary),var(--ifdf-ui-primary-2))!important}
body.ifdf-design-system .ptab-bar{margin-bottom:18px!important}

/* Login / recovery pages use the same component language, retaining their layout. */
body.ifdf-design-system:not(.ifdf-console-page) .login-card{
  color:var(--ifdf-ui-text)!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid var(--ifdf-ui-border)!important;
  border-radius:var(--ifdf-ui-radius-xl)!important;
  box-shadow:0 24px 64px rgba(31,62,118,.16)!important;
}
body.ifdf-design-system:not(.ifdf-console-page) .login-card h1{
  color:var(--ifdf-ui-text)!important;
  font-family:var(--ifdf-ui-font)!important;
  font-size:24px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
body.ifdf-design-system:not(.ifdf-console-page) .subtitle{color:var(--ifdf-ui-muted)!important}
body.ifdf-design-system:not(.ifdf-console-page) .input-box{
  width:100%!important;
  min-height:46px!important;
  border-radius:11px!important;
}
body.ifdf-design-system:not(.ifdf-console-page) .login-btn{width:100%!important;min-height:46px!important;font-size:12.5px!important}

/* Consistent scrollbars. */
body.ifdf-design-system :where(.content,.cc-table-scroll,.table-wrap,.tbl-wrap,.builder-list)::-webkit-scrollbar{width:7px;height:7px}
body.ifdf-design-system :where(.content,.cc-table-scroll,.table-wrap,.tbl-wrap,.builder-list)::-webkit-scrollbar-thumb{background:#d5deec;border-radius:999px}
body.ifdf-design-system :where(.content,.cc-table-scroll,.table-wrap,.tbl-wrap,.builder-list)::-webkit-scrollbar-track{background:transparent}

/* Utilities replacing repeated inline presentation. */
body.ifdf-design-system #suArrow{margin-left:auto;color:var(--ifdf-ui-muted-2);transition:transform .25s}
.ifdf-ui-divider-v{width:1px;height:18px;background:var(--ifdf-ui-border)}
.ifdf-ui-scroll-x{overflow-x:auto}
.ifdf-ui-text-muted{color:var(--ifdf-ui-muted)!important}
.ifdf-ui-card-flush{padding:0!important}
.ifdf-ui-mt-16{margin-top:16px!important}

@media(max-width:1100px){
  body.ifdf-design-system .content{padding:18px!important;gap:16px!important}
  body.ifdf-design-system .main>.grid,body.ifdf-design-system .main>.card{margin-left:18px!important;margin-right:18px!important}
  body.ifdf-design-system .main :where(.filter-bar,.tools,.studio-toolbar,.toolbar,.filters,.filter-row){flex-wrap:wrap}
}
@media(max-width:760px){
  body.ifdf-design-system .content{padding:14px!important;gap:14px!important}
  body.ifdf-design-system .main>.grid,body.ifdf-design-system .main>.card{margin:14px!important}
  body.ifdf-design-system :where(.topbar,.top){height:auto!important;min-height:56px!important;padding:10px 14px!important;flex-wrap:wrap!important}
  body.ifdf-design-system :where(.page-title,.hero-copy h1,.builder-hero h1,.cc-assets-title-wrap h2){font-size:20px!important}
  body.ifdf-design-system .main :where(.filter-bar,.tools,.studio-toolbar,.toolbar,.filters,.filter-row){align-items:stretch;padding:13px!important}
  body.ifdf-design-system .main :where(.filter-bar,.tools,.studio-toolbar,.toolbar,.filters,.filter-row)>*{width:100%;max-width:none!important}
  body.ifdf-design-system .main table{min-width:720px}
  body.ifdf-design-system .main table thead th{padding:12px 13px!important}
  body.ifdf-design-system .main table tbody td{padding:13px!important}
  body.ifdf-design-system :where(.ch,.card-head,.cc-card-head,.modal-head,.pmodal-head){padding:15px 16px!important}
  body.ifdf-design-system :where(.cb,.card-body,.cc-card-body,.pmodal-body){padding:16px!important}
}
@media(max-width:420px){
  body.ifdf-design-system .content{padding:12px!important}
  body.ifdf-design-system .main>.grid,body.ifdf-design-system .main>.card{margin:12px!important}
  body.ifdf-design-system .pmodal{width:calc(100vw - 20px)!important;border-radius:16px!important}
}
@media(prefers-reduced-motion:reduce){
  body.ifdf-design-system *,body.ifdf-design-system *::before,body.ifdf-design-system *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* BEGIN CENTRALIZED EXACT-DUPLICATE COMPONENT STRUCTURE */
/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .aid,
body.ifdf-design-system[data-ifdf-page="dashboard"] .aid{font-family:var(--mono);font-size:10.5px;color:var(--b);font-weight:500;display:inline-flex;align-items:center;gap:5px}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .aid::before,
body.ifdf-design-system[data-ifdf-page="dashboard"] .aid::before{content:"";width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,var(--b),var(--v));flex-shrink:0}

/* Consolidated exact duplicate from: activity-monitor.css, asset-detail.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .app-bar:last-child,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .app-bar:last-child{border-bottom:none}

/* Consolidated exact duplicate from: activity-monitor.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .card,
body.ifdf-design-system[data-ifdf-page="threat_events"] .card{background:var(--g2);backdrop-filter:blur(32px) saturate(180%);border:1px solid var(--gb2);border-radius:18px;box-shadow:var(--s2),var(--inner);overflow:hidden}

/* Consolidated exact duplicate from: management-pages.css, rbac.css, updates.css */
body.ifdf-design-system[data-ifdf-page="audit_log"] .card,
body.ifdf-design-system[data-ifdf-page="live_sessions"] .card,
body.ifdf-design-system[data-ifdf-page="policy_manager"] .card,
body.ifdf-design-system[data-ifdf-page="screenshots"] .card,
body.ifdf-design-system[data-ifdf-page="settings"] .card,
body.ifdf-design-system[data-ifdf-page="update_manager"] .card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 20px 60px rgba(0,0,0,.22)}

/* Consolidated exact duplicate from: activity-monitor.css, asset-detail.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .cb,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .cb{padding:16px 18px}

/* Consolidated exact duplicate from: activity-monitor.css, asset-detail.css, commands.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .ch,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .ch,
body.ifdf-design-system[data-ifdf-page="command_center"] .ch,
body.ifdf-design-system[data-ifdf-page="threat_events"] .ch{padding:12px 18px;border-bottom:1px solid var(--gb3);display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,rgba(255,255,255,0.50),rgba(255,255,255,0.28))}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .chip,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .chip,
body.ifdf-design-system[data-ifdf-page="dashboard"] .chip{display:inline-block;padding:2px 8px;border-radius:5px;font-size:9.5px;font-weight:600}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .chip.ac,
body.ifdf-design-system[data-ifdf-page="dashboard"] .chip.ac{background:var(--bl);color:var(--b)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .chip.bl,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .chip.bl,
body.ifdf-design-system[data-ifdf-page="dashboard"] .chip.bl{background:var(--rl);color:var(--r)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .chip.ok,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .chip.ok,
body.ifdf-design-system[data-ifdf-page="dashboard"] .chip.ok{background:var(--gl);color:var(--g)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .chip.pd,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .chip.pd,
body.ifdf-design-system[data-ifdf-page="dashboard"] .chip.pd{background:var(--ol);color:var(--o)}

/* Consolidated exact duplicate from: activity-monitor.css, asset-detail.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .csub,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .csub,
body.ifdf-design-system[data-ifdf-page="threat_events"] .csub{font-size:10px;color:var(--t4);margin-left:auto}

/* Consolidated exact duplicate from: activity-monitor.css, asset-detail.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .ct,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .ct,
body.ifdf-design-system[data-ifdf-page="threat_events"] .ct{font-size:13px;font-weight:700;color:var(--t0)}

/* Consolidated exact duplicate from: activity-monitor.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="activity_monitor"] .empty,
body.ifdf-design-system[data-ifdf-page="threat_events"] .empty{text-align:center;padding:28px;color:var(--t4);font-size:11.5px}

/* Consolidated exact duplicate from: management-pages.css, rbac.css, updates.css */
body.ifdf-design-system[data-ifdf-page="audit_log"] .grid,
body.ifdf-design-system[data-ifdf-page="live_sessions"] .grid,
body.ifdf-design-system[data-ifdf-page="policy_manager"] .grid,
body.ifdf-design-system[data-ifdf-page="screenshots"] .grid,
body.ifdf-design-system[data-ifdf-page="settings"] .grid,
body.ifdf-design-system[data-ifdf-page="update_manager"] .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .mbtn,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .mbtn,
body.ifdf-design-system[data-ifdf-page="dashboard"] .mbtn{padding:9px 18px;border-radius:10px;font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;border:none;transition:all .18s}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .mbtn.cancel,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .mbtn.cancel,
body.ifdf-design-system[data-ifdf-page="dashboard"] .mbtn.cancel{background:var(--g1);border:1px solid var(--gb1);color:var(--t2)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .mbtn.cancel:hover,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .mbtn.cancel:hover,
body.ifdf-design-system[data-ifdf-page="dashboard"] .mbtn.cancel:hover{background:var(--g3)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .mbtn.ok,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .mbtn.ok{background:linear-gradient(135deg,#1d4ed8,#4338ca);color:#fff;box-shadow:0 4px 14px rgba(29,78,216,0.30)}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal{background:var(--g4);backdrop-filter:blur(40px);border:1px solid var(--gb2);border-radius:18px;box-shadow:var(--s4),var(--inner);padding:24px;min-width:360px;animation:fadeUp .25s ease-out}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal-bg,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .modal-bg,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal-bg{position:fixed;inset:0;background:rgba(15,23,42,0.40);backdrop-filter:blur(6px);z-index:50;display:none;align-items:center;justify-content:center}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal-bg.show,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .modal-bg.show,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal-bg.show{display:flex}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal-btns,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .modal-btns,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal-btns{display:flex;gap:8px;justify-content:flex-end}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal-sub,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal-sub{font-size:11.5px;color:var(--t3);margin-bottom:20px}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .modal-title,
body.ifdf-design-system[data-ifdf-page="dashboard"] .modal-title{font-size:15px;font-weight:800;color:var(--t0);margin-bottom:6px}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .stpill,
body.ifdf-design-system[data-ifdf-page="dashboard"] .stpill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:3px 8px;border-radius:20px}

/* Consolidated exact duplicate from: assets.css, dashboard.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .stpill::before,
body.ifdf-design-system[data-ifdf-page="dashboard"] .stpill::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}

/* Consolidated exact duplicate from: asset-detail.css, threat-events.css */
body.ifdf-design-system[data-ifdf-page="asset_detail"] .tab:hover,
body.ifdf-design-system[data-ifdf-page="threat_events"] .tab:hover{color:var(--t1)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, commands.css, register-asset.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .toast.err,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .toast.err,
body.ifdf-design-system[data-ifdf-page="command_center"] .toast.err,
body.ifdf-design-system[data-ifdf-page="register_asset"] .toast.err{border-color:rgba(185,28,28,0.25);color:var(--r)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, commands.css, register-asset.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .toast.ok,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .toast.ok,
body.ifdf-design-system[data-ifdf-page="command_center"] .toast.ok,
body.ifdf-design-system[data-ifdf-page="register_asset"] .toast.ok{border-color:rgba(4,120,87,0.25);color:var(--g)}

/* Consolidated exact duplicate from: asset-detail.css, assets.css, commands.css, form-builder.css, register-asset.css */
body.ifdf-design-system[data-ifdf-page="all_assets"] .toast.show,
body.ifdf-design-system[data-ifdf-page="asset_detail"] .toast.show,
body.ifdf-design-system[data-ifdf-page="command_center"] .toast.show,
body.ifdf-design-system[data-ifdf-page="form_builder"] .toast.show,
body.ifdf-design-system[data-ifdf-page="register_asset"] .toast.show{transform:translateY(0);opacity:1}
/* END CENTRALIZED EXACT-DUPLICATE COMPONENT STRUCTURE */
