:root{
  --omega-bg:#020817;
  --omega-panel:#091329;
  --omega-panel-2:#0d1a33;
  --omega-line:#243b60;
  --omega-line-soft:#1a2d4b;
  --omega-text:#edf4ff;
  --omega-muted:#9eb0ca;
  --omega-blue:#438df7;
  --omega-blue-2:#1d5fc3;
  --omega-green:#5ee0a0;
  --omega-red:#ff8295;
  --omega-amber:#f6ca68;
  --omega-purple:#c7a8ff;
}

*{box-sizing:border-box}
body.omega-v1871-modal-open{overflow:hidden}

.omega-v187-shell{
  width:min(100%,1760px);
  margin:0 auto;
  padding:22px clamp(14px,2vw,30px) max(72px,env(safe-area-inset-bottom));
  color:var(--omega-text);
}

.omega-v187-main-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  margin-bottom:18px;
}
.omega-v187-title-block{min-width:0}
.omega-v187-main-head h1{
  margin:9px 0 7px;
  font-size:clamp(34px,4vw,56px);
  line-height:.98;
  letter-spacing:-.035em;
}
.omega-v187-main-head p{
  margin:0;
  max-width:760px;
  color:var(--omega-muted);
  font-size:clamp(14px,1.3vw,17px);
  line-height:1.45;
}
.omega-v187-main-actions,
.omega-v187-view,
.omega-v187-store-actions,
.omega-v187-product-actions,
.omega-v187-card-actions,
.omega-v187-detail-actions,
.omega-v187-modal-actions,
.omega-v187-checks{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
}
.omega-v187-main-actions{justify-content:flex-end;flex:none}
.omega-v187-view{
  padding:4px;
  border:1px solid var(--omega-line-soft);
  border-radius:15px;
  background:rgba(4,11,26,.72);
}
.omega-v187-view .btn{
  min-width:52px;
  padding:9px 11px;
  border-radius:11px;
}
.omega-v187-view small{font-size:11px;font-weight:900;margin-left:4px}

.omega-v187-filters,
.omega-v187-store,
.omega-v187-template{
  border:1px solid var(--omega-line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(11,23,47,.96),rgba(5,13,30,.96));
  box-shadow:0 18px 50px rgba(0,0,0,.14);
}

.omega-v187-filters{
  padding:16px;
  margin-bottom:15px;
}
.omega-v187-filter-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:13px;
}
.omega-v187-filter-head h2,
.omega-v187-store h2,
.omega-v187-template h2{
  margin:0;
  font-size:clamp(19px,1.7vw,25px);
  line-height:1.15;
}
.omega-v187-filter-head p,
.omega-v187-store p,
.omega-v187-template p{
  margin:4px 0 0;
  color:var(--omega-muted);
  line-height:1.4;
}
.omega-v187-filter-toggle{display:none}
.omega-v187-filter-content{display:grid;gap:13px}
.omega-v187-search{
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(190px,240px) minmax(180px,230px);
  gap:10px;
  align-items:end;
}
.omega-v187-search label,
.omega-v187-store-tools label{
  min-width:0;
}
.omega-v187-search label>span,
.omega-v187-store-tools label>span,
.omega-v187-filter-group>span{
  display:block;
  margin:0 0 6px;
  color:#8399ba;
  font-size:11px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.omega-v187-search input,
.omega-v187-search select,
.omega-v187-store-tools select,
.omega-v187-field input,
.omega-v187-field select,
.omega-v187-field textarea{
  width:100%;
  min-width:0;
  min-height:46px;
  border:1px solid #2a466f;
  border-radius:14px;
  background:#030a1b;
  color:var(--omega-text);
  padding:11px 13px;
  font:inherit;
  outline:none;
}
.omega-v187-search input:focus,
.omega-v187-search select:focus,
.omega-v187-field input:focus,
.omega-v187-field select:focus,
.omega-v187-field textarea:focus{
  border-color:#569bff;
  box-shadow:0 0 0 3px rgba(67,141,247,.16);
}
.omega-v187-filter-group{min-width:0}
.omega-v187-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.omega-v187-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  border:1px solid #2b466c;
  border-radius:999px;
  background:#0b172b;
  color:#ccd9ed;
  padding:8px 12px;
  font-weight:850;
  cursor:pointer;
  transition:border-color .15s,background .15s,transform .15s;
}
.omega-v187-chip:hover{border-color:#4a75ad;transform:translateY(-1px)}
.omega-v187-chip.active{background:#17417e;border-color:#5798ff;color:#fff}
.omega-v187-chip span{
  min-width:22px;
  padding:2px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  text-align:center;
  font-size:11px;
}

.omega-v187-store{
  padding:16px;
  margin-bottom:16px;
  border-color:#3f427b;
  background:linear-gradient(135deg,rgba(14,42,76,.97),rgba(28,20,76,.95));
}
.omega-v187-store>header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.omega-v187-store-heading{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.omega-v187-store-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:none;
  border:1px solid rgba(155,176,224,.28);
  border-radius:15px;
  background:rgba(3,10,27,.38);
  font-size:25px;
}
.omega-v187-store-actions{justify-content:flex-end;flex:none}
.omega-v187-store-tools{
  display:flex;
  align-items:end;
  justify-content:flex-start;
  gap:12px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(151,164,221,.2);
}
.omega-v187-store-tools label{width:min(260px,100%)}
.omega-v187-products{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),360px));
  align-items:stretch;
  gap:12px;
  margin-top:13px;
}
.omega-v187-product{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid #31527f;
  border-radius:18px;
  background:rgba(3,11,28,.8);
  padding:14px;
}
.omega-v187-product.featured{
  border-color:#806ee9;
  box-shadow:inset 0 0 0 1px rgba(129,104,255,.2),0 10px 26px rgba(16,7,55,.18);
}
.omega-v187-product-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.omega-v187-product-title{min-width:0}
.omega-v187-sku{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#8399bb;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.omega-v187-product h3{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:5px 0 0;
  font-size:18px;
  line-height:1.2;
}
.omega-v187-product-status{
  flex:none;
  border:1px solid #35557f;
  border-radius:999px;
  padding:5px 8px;
  font-size:10px;
  font-weight:900;
}
.omega-v187-product-status.active{color:#86efac;border-color:#166534}
.omega-v187-product-status.hidden{color:#fde68a;border-color:#92400e}
.omega-v187-product-status.retired{color:#fda4af;border-color:#7f1d1d}
.omega-v187-product-body{flex:1;min-width:0}
.omega-v187-price{margin:13px 0 2px;font-size:28px;font-weight:950;letter-spacing:-.02em}
.omega-v187-product-terms{color:#c5d4e9;font-weight:800;font-size:13px}
.omega-v187-product-description{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:9px 0;
  color:#9fb0ca;
  font-size:12px;
  line-height:1.45;
}
.omega-v187-compatible{
  display:block;
  overflow:hidden;
  margin-top:8px;
  color:#8297b7;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-product-actions{margin-top:13px}
.omega-v187-product-actions .btn{min-height:38px;padding:8px 10px;font-size:12px}
.omega-v187-action-count{
  display:inline-grid;
  place-items:center;
  min-width:21px;
  margin-left:3px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
}
.omega-v187-store-empty{width:min(420px,100%);padding:20px}
.omega-v187-store-empty .btn{margin-top:12px}

.omega-v187-template{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:16px 0;
  padding:15px 17px;
  border-color:#6c58cf;
  background:linear-gradient(135deg,#17183b,#0d1230);
}
.omega-v187-template>div{display:flex;align-items:center;gap:12px;min-width:0}
.omega-v187-template>div>span{font-size:28px;flex:none}
.omega-v187-template .btn{flex:none}

.omega-v187-client-section{margin-top:21px}
.omega-v187-client-section>header{
  margin-bottom:12px;
  border:1px solid;
  border-radius:17px;
  padding:12px 15px;
}
.omega-v187-client-section.active>header{
  border-color:#176b55;
  background:linear-gradient(90deg,rgba(6,95,70,.37),rgba(5,30,48,.82));
}
.omega-v187-client-section.archived>header{
  border-color:#713245;
  background:linear-gradient(90deg,rgba(127,29,29,.31),rgba(34,18,37,.82));
}
.omega-v187-section-title{display:flex;align-items:center;gap:10px}
.omega-v187-section-title h2{margin:0;font-size:20px;line-height:1.2}
.omega-v187-section-title b{
  min-width:28px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  padding:3px 8px;
  text-align:center;
}
.omega-v187-status-dot{width:11px;height:11px;border-radius:50%;flex:none}
.omega-v187-client-section.active .omega-v187-status-dot{background:var(--omega-green);box-shadow:0 0 0 5px rgba(94,224,160,.08)}
.omega-v187-client-section.archived .omega-v187-status-dot{background:var(--omega-red);box-shadow:0 0 0 5px rgba(255,130,149,.08)}

.omega-v187-grid{display:grid;align-items:stretch;gap:13px}
.omega-v187-grid.view-compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.omega-v187-grid.view-comfortable{grid-template-columns:repeat(3,minmax(0,1fr))}
.omega-v187-grid.view-detailed{grid-template-columns:repeat(2,minmax(0,1fr))}
.omega-v187-client{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  border:1px solid #203654;
  border-radius:19px;
  background:linear-gradient(180deg,#0d172c,#071023);
  padding:14px;
  cursor:pointer;
  outline:none;
  transition:transform .15s,border-color .15s,box-shadow .15s;
}
.omega-v187-client:hover,
.omega-v187-client:focus-visible{
  transform:translateY(-2px);
  border-color:#4c7eba;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.omega-v187-client.archived{opacity:.86}
.omega-v187-client-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.omega-v187-client-id{display:flex;gap:10px;min-width:0;flex:1}
.omega-v187-client-copy{min-width:0;flex:1}
.omega-v187-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:none;
  border:1px solid #2a4368;
  border-radius:13px;
  background:#101d34;
  font-size:20px;
}
.omega-v187-client h3{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:0 0 4px;
  font-size:18px;
  line-height:1.18;
}
.omega-v187-client small{color:#8fa3c1;line-height:1.35}
.omega-v187-client-type{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-client-slug{
  display:block;
  overflow:hidden;
  margin-top:2px;
  color:#7188aa!important;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-badges{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  flex:none;
}
.omega-v187-badge{
  max-width:145px;
  overflow:hidden;
  border:1px solid #35557f;
  border-radius:999px;
  padding:5px 7px;
  font-size:10px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-badge.green{color:#86efac;border-color:#166534}
.omega-v187-badge.red{color:#fda4af;border-color:#7f1d1d}
.omega-v187-badge.amber{color:#fde68a;border-color:#92400e}
.omega-v187-badge.purple{color:#d8b4fe;border-color:#6b21a8}
.omega-v187-badge.blue{color:#bfdbfe;border-color:#1d4ed8}
.omega-v187-plan{
  min-width:0;
  margin-top:11px;
  border:1px solid #294465;
  border-radius:13px;
  background:rgba(14,31,58,.8);
  padding:10px;
}
.omega-v187-plan b{
  display:block;
  overflow:hidden;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-plan small{display:block;margin-top:4px;color:#9fb0ca}
.omega-v187-mini-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:9px;
}
.omega-v187-mini-stats>div{
  min-width:0;
  border:1px solid #1f3454;
  border-radius:12px;
  background:#050d20;
  padding:9px;
}
.omega-v187-mini-stats span,
.omega-v187-detail-grid span{
  display:block;
  margin-bottom:5px;
  color:#7187a8;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.omega-v187-mini-stats b{
  display:block;
  overflow:hidden;
  font-size:12px;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.omega-v187-card-actions{margin-top:auto;padding-top:11px}
.omega-v187-card-actions .btn{min-height:39px;padding:8px 10px;font-size:12px}
.omega-v187-select-client{display:flex;align-items:center;gap:7px;color:#ccd9ed;font-size:12px;font-weight:800}
.omega-v187-select-client input{width:18px;height:18px}

.omega-v187-pager{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}
.omega-v187-empty{
  grid-column:1/-1;
  border:1px dashed #315078;
  border-radius:18px;
  padding:28px;
  color:#9eb0ca;
  text-align:center;
}
.omega-v187-empty-compact{padding:15px 18px;text-align:left}
.omega-v187-selected{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin:12px 0;
  border:1px solid #713245;
  border-radius:17px;
  background:#2b101c;
  padding:12px 14px;
}
.omega-v187-selected small{display:block;margin-top:3px;color:#d7a8b3}

.omega-v187-modal{
  position:fixed;
  inset:0;
  z-index:130000;
  display:grid;
  place-items:center;
  overflow:auto;
  padding:clamp(12px,3vw,28px);
  background:rgba(2,6,23,.87);
  backdrop-filter:blur(10px);
  opacity:0;
  transition:opacity .16s;
}
.omega-v187-modal.is-visible{opacity:1}
.omega-v187-modal-box{
  width:min(760px,100%);
  max-height:min(92vh,980px);
  overflow:auto;
  overscroll-behavior:contain;
  border:1px solid #3a6098;
  border-radius:24px;
  background:linear-gradient(180deg,#111d35,#071024);
  padding:clamp(17px,2.2vw,24px);
  box-shadow:0 30px 100px rgba(0,0,0,.65);
}
.omega-v187-modal-box.wide{width:min(1100px,100%)}
.omega-v187-modal-head{
  position:sticky;
  top:-1px;
  z-index:3;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin:-4px -4px 12px;
  padding:4px 4px 12px;
  background:linear-gradient(180deg,#111d35 78%,rgba(17,29,53,0));
}
.omega-v187-modal-head>div{min-width:0}
.omega-v187-modal-head h2{
  overflow-wrap:anywhere;
  margin:8px 0 4px;
  font-size:clamp(24px,3vw,32px);
  line-height:1.1;
}
.omega-v187-modal-head p{margin:0;color:#9fb0ca;overflow-wrap:anywhere}
.omega-v187-x{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:none;
  border:1px solid #34557f;
  border-radius:12px;
  background:#101d34;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}
.omega-v187-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.omega-v187-field{min-width:0;margin-top:11px}
.omega-v187-field.full{grid-column:1/-1}
.omega-v187-field label{
  display:block;
  margin-bottom:6px;
  color:#9fb0ca;
  font-size:12px;
  font-weight:850;
}
.omega-v187-field.check{display:flex;align-items:center}
.omega-v187-field.check label{margin:15px 0 0}
.omega-v187-field textarea{resize:vertical;min-height:92px}
.omega-v187-checks label{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  border:1px solid #28436a;
  border-radius:12px;
  background:#09152a;
  padding:10px 11px;
}
.omega-v187-modal-actions{justify-content:flex-end;margin-top:19px}
.omega-v187-sale-note,
.omega-v187-danger{
  margin-top:14px;
  border-radius:14px;
  padding:11px;
  line-height:1.45;
}
.omega-v187-sale-note{border:1px solid #315f74;background:rgba(8,73,91,.2);color:#b9e7f3}
.omega-v187-danger{border:1px solid #7f1d1d;background:rgba(127,29,29,.22);color:#fecdd3}
.omega-v187-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:15px 0;
}
.omega-v187-detail-grid>div{
  min-width:0;
  border:1px solid #263f64;
  border-radius:13px;
  background:#050d20;
  padding:11px;
}
.omega-v187-detail-grid b{overflow-wrap:anywhere}
.omega-v187-detail-actions{margin:15px 0}
.omega-v187-license-list{display:grid;gap:8px}
.omega-v187-license-history{border:1px solid #273f61;border-radius:13px;background:#071226;padding:11px}
.omega-v187-license-history>div{display:flex;justify-content:space-between;gap:9px}
.omega-v187-license-history p{margin:6px 0 0;color:#9fb0ca;line-height:1.45}
.omega-v187-table-wrap{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  margin-top:11px;
  border:1px solid #294365;
  border-radius:14px;
}
.omega-v187-table-wrap table{width:100%;min-width:620px;border-collapse:collapse}
.omega-v187-table-wrap th,
.omega-v187-table-wrap td{border-bottom:1px solid #1f3452;padding:10px;text-align:left;font-size:12px}
.omega-v187-table-wrap th{position:sticky;top:0;background:#081327;color:#8fa4c4}
.omega-v187-product-picker-list{display:grid;gap:10px;margin-top:15px}
.omega-v187-product-picker{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  width:100%;
  border:1px solid #29486f;
  border-radius:15px;
  background:#071327;
  color:#eaf2ff;
  padding:14px;
  text-align:left;
  cursor:pointer;
}
.omega-v187-product-picker:hover{border-color:#5798ff;background:#0d1d38}
.omega-v187-product-picker span,
.omega-v187-product-picker b,
.omega-v187-product-picker small{display:block;min-width:0}
.omega-v187-product-picker small{margin-top:4px;color:#8fa4c4;overflow-wrap:anywhere}
.omega-v187-product-picker strong{flex:none;font-size:20px;white-space:nowrap}

@media(max-width:1450px){
  .omega-v187-grid.view-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1120px){
  .omega-v187-main-head{align-items:flex-start;flex-direction:column}
  .omega-v187-main-actions{width:100%;justify-content:flex-start}
  .omega-v187-search{grid-template-columns:1fr 1fr}
  .omega-v187-search-input{grid-column:1/-1}
  .omega-v187-grid.view-compact,
  .omega-v187-grid.view-comfortable{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .omega-v187-shell{padding:14px 10px max(56px,env(safe-area-inset-bottom))}
  .omega-v187-main-head{gap:14px;margin-bottom:14px}
  .omega-v187-main-head h1{font-size:36px}
  .omega-v187-main-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .omega-v187-view{grid-column:1/-1;justify-content:center}
  .omega-v187-main-actions>.btn{width:100%}

  .omega-v187-filter-head{margin-bottom:0}
  .omega-v187-filter-head p{display:none}
  .omega-v187-filter-toggle{display:inline-flex}
  .omega-v187-filter-content{display:none;margin-top:14px}
  .omega-v187-filters.is-open .omega-v187-filter-content{display:grid}
  .omega-v187-search{grid-template-columns:1fr}
  .omega-v187-search-input{grid-column:auto}
  .omega-v187-chips{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:5px;
    scroll-snap-type:x proximity;
  }
  .omega-v187-chip{flex:none;scroll-snap-align:start}

  .omega-v187-store{padding:14px}
  .omega-v187-store>header{align-items:flex-start;flex-direction:column}
  .omega-v187-store-heading{align-items:flex-start}
  .omega-v187-store-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .omega-v187-store-actions .btn{width:100%}
  .omega-v187-store-tools{align-items:stretch;flex-direction:column}
  .omega-v187-store-tools label{width:100%}
  .omega-v187-products{grid-template-columns:1fr}

  .omega-v187-template{align-items:stretch;flex-direction:column}
  .omega-v187-template .btn{width:100%}
  .omega-v187-grid.view-compact,
  .omega-v187-grid.view-comfortable,
  .omega-v187-grid.view-detailed{grid-template-columns:1fr}
  .omega-v187-client h3{font-size:17px}
  .omega-v187-badges{max-width:42%}
  .omega-v187-card-actions .btn{flex:1}
  .omega-v187-client-section.is-empty>header{margin-bottom:7px}
  .omega-v187-empty-compact{padding:12px 14px;font-size:13px}
  .omega-v187-selected{align-items:stretch;flex-direction:column}
  .omega-v187-selected .btn{width:100%}

  .omega-v187-modal{
    align-items:end;
    padding:0;
  }
  .omega-v187-modal-box,
  .omega-v187-modal-box.wide{
    width:100%;
    max-height:94dvh;
    border-right:0;
    border-bottom:0;
    border-left:0;
    border-radius:22px 22px 0 0;
    padding:18px 14px max(20px,env(safe-area-inset-bottom));
  }
  .omega-v187-form-grid,
  .omega-v187-detail-grid{grid-template-columns:1fr}
  .omega-v187-field.full{grid-column:auto}
  .omega-v187-modal-actions{display:grid;grid-template-columns:1fr 1fr}
  .omega-v187-modal-actions .btn{width:100%}
  .omega-v187-product-picker{align-items:flex-start;flex-direction:column}
  .omega-v187-product-picker strong{font-size:18px}
}
@media(max-width:440px){
  .omega-v187-main-head h1{font-size:31px}
  .omega-v187-main-actions{grid-template-columns:1fr}
  .omega-v187-view{grid-column:auto}
  .omega-v187-store-actions{grid-template-columns:1fr}
  .omega-v187-client-top{flex-direction:column}
  .omega-v187-badges{max-width:none;align-items:flex-start;flex-direction:row}
  .omega-v187-mini-stats{grid-template-columns:1fr}
  .omega-v187-modal-actions{grid-template-columns:1fr}
}


/* ===== OMEGA V18.7.2 — ORDEN TIENDA / CONTROLES CLIENTES ===== */
.omega-v187-shell>.omega-v187-store:first-child{margin-top:0;margin-bottom:20px}
.omega-v187-main-head-clean{min-height:0;margin:0 0 18px;padding:2px 2px 0}
.omega-v187-main-head-clean .omega-v187-title-block{max-width:1050px}
.omega-v187-client-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:20px 0 14px;padding:15px 17px;border:1px solid #243a5b;border-radius:20px;background:linear-gradient(180deg,rgba(12,25,48,.94),rgba(7,16,35,.94));box-shadow:0 12px 32px rgba(0,0,0,.14)}
.omega-v187-client-toolbar-copy{min-width:0}
.omega-v187-client-toolbar-copy h2{margin:0;font-size:20px;line-height:1.15}
.omega-v187-client-toolbar-copy p{margin:5px 0 0;color:#91a6c4;font-size:13px;line-height:1.4}
.omega-v187-client-actions{justify-content:flex-end;flex:none}
@media(max-width:900px){.omega-v187-client-toolbar{align-items:stretch;flex-direction:column}.omega-v187-client-actions{width:100%;justify-content:flex-start}}
@media(max-width:620px){.omega-v187-shell>.omega-v187-store:first-child{margin-bottom:14px}.omega-v187-main-head-clean{margin-bottom:12px}.omega-v187-client-toolbar{margin-top:15px;padding:13px;border-radius:17px}.omega-v187-client-toolbar-copy p{display:none}.omega-v187-client-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.omega-v187-client-actions .omega-v187-view{grid-column:1/-1;width:100%;justify-content:center}.omega-v187-client-actions>.btn{width:100%;min-width:0}}

