
/* Recodet Round 2 — Main hub, Shop and Services rebuild */
.rcPageHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 2px 10px}
.rcPageHead h2{margin:0;color:var(--rc-text);font-size:18px;font-weight:800;letter-spacing:-.015em}
.rcPageHead small{color:var(--rc-muted);font-size:12px;font-weight:700}
.rcPageHeadSplit{margin-top:18px}
.rcTextAction{min-height:36px;padding:0 12px;border:1px solid var(--rc-line);border-radius:11px;background:var(--rc-surface);color:var(--rc-gold-bright);font-weight:700}

/* Hub */
#viewMain{max-width:760px;margin:0 auto}
.rcStatusStrip{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.rcStatusItem{min-height:74px;padding:12px 13px;border:1px solid var(--rc-line-soft);border-radius:16px;background:linear-gradient(180deg,var(--rc-surface-raised),var(--rc-surface));color:var(--rc-text);text-align:left;box-shadow:none}
.rcStatusItem span{display:block;color:var(--rc-gold-bright);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.rcStatusItem strong{display:block;margin-top:5px;font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rcStatusItem small{display:block;margin-top:2px;color:var(--rc-muted);font-size:11px}
.hubModuleGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.hubModuleTile{min-height:68px;padding:5px 2px;border-radius:14px;background:var(--rc-surface)!important;border-color:var(--rc-line-soft)!important;box-shadow:none!important}
.hubModuleIcon,.hubModuleIcon img,.hubModuleIcon svg{width:40px!important;height:40px!important}
.hubModuleTile>span:last-child{font-size:9.5px;color:var(--rc-text-soft)!important;font-weight:700}

/* Shop */
#viewCategories,#viewSubcats,#viewProducts,#viewShopSaved,#viewShopSell{max-width:860px;margin:0 auto}
#viewCategories .gridCat,#viewSubcats .gridCat{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
#viewCategories .tile,#viewSubcats .tile{min-height:72px;padding:5px 3px;border-radius:14px;background:var(--rc-surface)!important;border-color:var(--rc-line-soft)!important;box-shadow:none!important}
#viewCategories .tile .img,#viewSubcats .tile .img{height:42px;background:transparent!important;border:0!important}
#viewCategories .tile .label,#viewSubcats .tile .label{margin-top:4px;color:var(--rc-text-soft)!important;font-size:9.5px;font-weight:700}
.gridProd{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.shopProductCard{min-height:270px;padding:9px;border-radius:17px;background:var(--rc-surface)!important;border:1px solid var(--rc-line-soft)!important;box-shadow:none!important;display:flex;flex-direction:column}
.shopProductOpen{flex:1;display:flex;flex-direction:column;min-width:0}
.shopProductImage{height:142px;border-radius:13px;background:#0a0906!important;border:1px solid var(--rc-line-soft)!important;overflow:hidden}
.shopProductImage .imgReal{object-fit:contain!important;padding:8px!important;background:transparent!important}
.shopProductTitle{margin-top:8px;color:var(--rc-text)!important;font-size:13px!important;font-weight:700!important;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.shopProductMeta{margin-top:4px;color:var(--rc-muted)!important;font-size:10.5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shopProductBottom{margin-top:auto;padding-top:9px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.shopProductBottom strong{color:var(--rc-gold-bright)!important;font-size:13px;font-weight:800}
.shopCartBtn{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;border-radius:12px!important}
.shopCartBtn span{display:none!important}
.shopSaveBtn{width:34px!important;height:34px!important;border-radius:11px!important;background:rgba(18,16,9,.94)!important;color:var(--rc-text-soft)!important;border-color:var(--rc-line)!important}

/* Services */
#viewModule{max-width:860px;margin:0 auto}
#viewModule>.sectionHdr{display:none!important}
.serviceModuleHead,.serviceSearchRow,.serviceChipRow{display:none!important}
.serviceCategoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.serviceCategoryTile{min-height:72px;padding:6px 3px;border-radius:14px;background:var(--rc-surface)!important;border:1px solid var(--rc-line-soft)!important;color:var(--rc-text-soft)!important;box-shadow:none!important;gap:4px}
.serviceCategoryTile span{width:38px;height:38px;border:0;border-radius:0;background:transparent!important;color:var(--rc-gold-bright)!important}
.serviceCategoryTile strong{font-size:9.5px;font-weight:700}
.serviceProGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.serviceProCard{min-height:150px;padding:12px;border-radius:17px;background:var(--rc-surface)!important;border:1px solid var(--rc-line-soft)!important;box-shadow:none!important;align-items:flex-start}
.serviceProIcon{width:44px;height:44px;flex-basis:44px;border-radius:13px;background:var(--rc-surface-raised)!important;border-color:var(--rc-line)!important}
.serviceProIcon svg{width:23px;height:23px}
.serviceProTitle{padding-right:30px;color:var(--rc-text)!important;font-size:14px;font-weight:700}
.serviceProMeta{color:var(--rc-muted)!important;font-size:10.5px;white-space:normal;line-height:1.35}
.serviceProBottom{margin-top:10px;align-items:center}
.serviceProBottom strong{color:var(--rc-gold-bright)!important;font-size:12px}
.serviceBookBtn{min-height:38px;padding:0 12px;border-radius:12px;font-size:11px}
.serviceSaveBtn{width:32px;height:32px;background:var(--rc-surface-raised)!important;color:var(--rc-text-soft)!important;border-color:var(--rc-line)!important}
.rcCompactSearch{height:46px;margin-bottom:12px;padding:0 13px;display:flex;align-items:center;gap:9px;border:1px solid var(--rc-line);border-radius:14px;background:var(--rc-surface)}
.rcCompactSearch svg{width:18px;height:18px;color:var(--rc-gold-bright)}
.rcCompactSearch input{width:100%;height:auto;padding:0;border:0;background:transparent;outline:0;color:var(--rc-text)}

@media(max-width:390px){
  .rcStatusItem{min-height:68px;padding:10px 11px}.rcStatusItem strong{font-size:14px}
  .hubModuleGrid{gap:6px}.hubModuleTile{min-height:64px}.hubModuleIcon,.hubModuleIcon img,.hubModuleIcon svg{width:37px!important;height:37px!important}
  #viewCategories .tile,#viewSubcats .tile{min-height:66px}.gridProd{gap:7px}.shopProductCard{min-height:252px;padding:8px}.shopProductImage{height:128px}
  .serviceProGrid{grid-template-columns:1fr}.serviceProCard{min-height:132px}
}
