/* FIUZ.UZ 0.12.3 — UI/UX correction pass.
   Design-only layer: no data model or business-rule changes. */
:root{
  --ui-bg:#f4f7f9;
  --ui-surface:#ffffff;
  --ui-surface-soft:#f7faf9;
  --ui-surface-green:#edf8f3;
  --ui-ink:#10233f;
  --ui-ink-2:#33485f;
  --ui-muted:#66778b;
  --ui-line:#dce5eb;
  --ui-line-strong:#cad7e0;
  --ui-green:#1f8f63;
  --ui-green-dark:#176d4d;
  --ui-green-soft:#e9f6f0;
  --ui-danger:#c63d35;
  --ui-warning:#94620c;
  --ui-radius-xs:9px;
  --ui-radius-sm:12px;
  --ui-radius:16px;
  --ui-radius-lg:22px;
  --ui-shadow-xs:0 2px 8px rgba(16,35,63,.035);
  --ui-shadow-sm:0 10px 28px rgba(16,35,63,.06);
  --ui-shadow-md:0 18px 48px rgba(16,35,63,.09);
  --ui-header-height:72px;
  --ui-container:1440px;
}

html{font-size:16px;scroll-padding-top:calc(var(--ui-header-height) + 20px)}
body{background:var(--ui-bg)!important;color:var(--ui-ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main{min-height:55vh}
.container{width:min(var(--ui-container),calc(100% - 40px));margin-inline:auto}
a{text-underline-offset:3px}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid rgba(31,143,99,.22)!important;outline-offset:2px}

/* ---------- Header ---------- */
.site-header{height:var(--ui-header-height);background:rgba(255,255,255,.97)!important;border-bottom:1px solid rgba(202,215,224,.86)!important;box-shadow:0 4px 18px rgba(16,35,63,.045)!important;backdrop-filter:saturate(150%) blur(16px)}
.header-shell{grid-template-areas:"logo nav actions toggle";grid-template-columns:auto minmax(0,1fr) auto auto;width:min(var(--ui-container),calc(100% - 32px));height:var(--ui-header-height);min-height:var(--ui-header-height)!important;gap:14px!important}
.fiuz-logo-link{grid-area:logo;min-width:0}
.fiuz-logo{width:184px!important;max-height:48px;object-fit:contain}
.nav-toggle{grid-area:toggle;width:42px;height:42px;border:1px solid var(--ui-line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0}
.nav-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:var(--ui-ink);transition:transform .18s ease,opacity .18s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.main-nav{grid-area:nav;height:var(--ui-header-height)!important;gap:2px!important;justify-content:center;min-width:0}
.main-nav>a,.nav-more>summary{height:var(--ui-header-height)!important;min-height:var(--ui-header-height)!important;padding:0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#43556b!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:-.01em;position:relative}
.main-nav>a::after,.nav-more>summary::after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;background:transparent;border-radius:2px 2px 0 0}
.main-nav>a:hover,.main-nav>a.active,.nav-more.active>summary,.nav-more[open]>summary,.nav-more>summary:hover{color:var(--ui-green-dark)!important}
.main-nav>a:hover::after,.main-nav>a.active::after,.nav-more.active>summary::after,.nav-more[open]>summary::after,.nav-more>summary:hover::after{background:var(--ui-green)}
.nav-more{height:var(--ui-header-height)!important}
.nav-more>summary span{margin-left:5px;font-size:.8em}
.nav-more-popover{top:64px!important;right:0!important;width:270px!important;padding:8px!important;border:1px solid var(--ui-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--ui-shadow-md)!important}
.nav-more-popover a{min-height:40px;padding:10px 12px!important;border-radius:10px!important;font-size:12.5px!important}
.header-actions{grid-area:actions;gap:6px!important;white-space:nowrap}
.header-search-button,.locale-menu>summary,.header-actions .icon-btn{height:40px!important;min-height:40px!important;border-radius:11px!important;border:1px solid var(--ui-line)!important;background:#fff!important;box-shadow:var(--ui-shadow-xs)!important}
.header-search-button{padding:0 10px!important;gap:7px!important;min-width:auto!important}
.header-search-button b{font-size:12px}.header-search-button kbd{font-size:9px!important;padding:2px 5px!important}
.locale-menu>summary{padding:0 9px!important;gap:5px!important}
.locale-menu-popover{top:46px!important;right:0!important;border-radius:14px!important;border-color:var(--ui-line)!important;box-shadow:var(--ui-shadow-md)!important}
.header-actions .icon-btn{width:40px!important;display:grid!important;place-items:center!important;position:relative}
.header-actions .icon-btn>span{font-size:17px;line-height:1}
.header-actions .icon-btn>b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:var(--ui-green);color:#fff;font-size:9px;border:2px solid #fff}
.header-actions .icon-btn>b:empty{display:none}
.header-cta{height:40px!important;min-height:40px!important;padding:0 15px!important;border-radius:11px!important;font-size:12px!important}

/* ---------- Global surfaces and typography ---------- */
.card,.filter-card,.admin-card,.auth-card{border:1px solid var(--ui-line)!important;border-radius:var(--ui-radius)!important;background:var(--ui-surface)!important;box-shadow:var(--ui-shadow-xs)!important}
.section-head{gap:18px}.section-head h1,.section-head h2{margin:.2rem 0 .35rem;line-height:1.16}.section-head p{color:var(--ui-muted);line-height:1.65}
.section-kicker,.eyebrow{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border:0!important;border-radius:999px;background:var(--ui-green-soft)!important;color:var(--ui-green-dark)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.065em!important}
.btn{min-height:42px!important;padding:0 16px!important;border-radius:11px!important;font-size:12.5px!important;line-height:1.15;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.btn-xl{min-height:48px!important;padding-inline:20px!important}
.link-btn{font-weight:700;color:var(--ui-green-dark)}
input,select,textarea{font-size:14px!important;border-color:var(--ui-line-strong)!important;border-radius:11px!important;min-height:44px!important;padding:10px 12px!important}
label{gap:7px!important;font-size:12px!important;color:var(--ui-ink-2)}
label>small{font-weight:500;color:var(--ui-muted)}

/* ---------- Compact catalogue hero ---------- */
.catalog-hero-v7,.cards-hero-v7{margin-top:22px!important;padding:28px!important;border-radius:var(--ui-radius-lg)!important;grid-template-columns:minmax(0,1.55fr) minmax(260px,.55fr)!important;gap:24px!important;background:linear-gradient(135deg,#fff 0%,#f1f8f5 100%)!important}
.catalog-hero-v7 h1,.cards-hero-v7 h1{font-size:clamp(2rem,3vw,3.25rem)!important;line-height:1.06!important;margin:10px 0 10px!important;letter-spacing:-.045em!important}
.catalog-hero-v7 p,.cards-hero-v7 p{font-size:1rem!important;line-height:1.65!important;max-width:850px}
.catalog-hero-v7>aside,.cards-market-card{min-height:0!important;padding:22px!important;border:1px solid var(--ui-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;align-self:stretch}
.catalog-hero-v7>aside>span,.cards-market-card>strong{color:#43bf8b!important}
.catalog-data-note{margin-top:12px!important;padding:13px 16px!important;border-radius:14px!important}
.catalog-data-note p{margin:2px 0 0!important}

/* ---------- Catalogue layout and filters ---------- */
.catalog-layout-v7,.cards-layout-v7{display:grid!important;grid-template-columns:286px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;margin-top:18px!important}
.catalog-main,.catalog-results,.cards-results{min-width:0}
.filters-panel,.card-filter-sidebar{position:sticky!important;top:calc(var(--ui-header-height) + 16px)!important;max-height:calc(100dvh - var(--ui-header-height) - 32px);overflow:auto;padding:18px!important;border-radius:18px!important;scrollbar-width:thin}
.filter-drawer-head{align-items:flex-start!important;margin-bottom:14px!important}.filter-drawer-head h2{font-size:18px!important;margin-top:7px!important}.filter-drawer-head>div:last-child{display:flex;align-items:center;gap:8px}.filter-drawer-head [data-filter-close]{display:none;width:36px;height:36px;border:1px solid var(--ui-line);border-radius:10px;background:#fff;font-size:20px}
.filter-pair{gap:10px!important}
.filter-checks-v7{gap:8px!important}.filter-checks-v7 label{min-height:48px;padding:10px 11px!important;border:1px solid var(--ui-line)!important;border-radius:12px!important;background:#f8fafb!important;display:grid!important;grid-template-columns:auto 24px 1fr!important;align-items:center!important;gap:7px!important}.filter-checks-v7 input{width:16px!important;height:16px!important;min-height:0!important;padding:0!important}.filter-checks-v7 span{display:grid;place-items:center;color:var(--ui-green);font-weight:800}.filter-checks-v7 b{font-size:11px;line-height:1.25}
.filter-submit{margin-top:8px!important;display:flex!important;justify-content:space-between!important}.filter-submit>span,.filter-submit>b{min-width:28px;height:28px;display:grid;place-items:center;border-radius:99px;background:rgba(255,255,255,.18)}
.filter-help,.filter-trust{margin-top:12px!important;padding:13px!important;border:1px solid #d5e8df!important;border-radius:12px!important;background:var(--ui-green-soft)!important}.filter-help p,.filter-trust p{font-size:10.5px!important;line-height:1.45!important;margin:4px 0!important}
.catalog-toolbar-v7{position:sticky!important;top:calc(var(--ui-header-height) + 8px)!important;z-index:30!important;min-height:58px;padding:9px 11px!important;margin-bottom:10px!important;border-radius:14px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)}
.catalog-toolbar-v7>div:first-child{display:flex;align-items:center;gap:12px;min-width:0}.catalog-toolbar-v7>div:first-child>div{min-width:0}.catalog-toolbar-v7 b{font-size:13px!important;line-height:1.3}.catalog-toolbar-v7 span{font-size:10px!important;line-height:1.4}.catalog-toolbar-actions{gap:7px!important}.sort-inline label{display:flex!important;align-items:center!important;gap:7px!important}.sort-inline label>span{display:none!important}.sort-inline select{height:40px!important;min-height:40px!important;padding-block:7px!important;min-width:180px}
.view-mode-toggle{height:40px!important;padding:3px!important;border:1px solid var(--ui-line)!important;border-radius:11px!important;background:#f7f9fa!important}.view-mode-toggle a{width:34px;height:32px;border-radius:8px!important;display:grid!important;place-items:center!important}.view-mode-toggle a.active{background:#fff!important;color:var(--ui-green)!important;box-shadow:0 2px 7px rgba(16,35,63,.08)!important}
.catalog-insight-v7{min-height:auto!important;padding:12px 15px!important;margin-bottom:10px!important;border-radius:14px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;align-items:center!important;gap:11px!important}.catalog-insight-v7>span{width:32px!important;height:32px!important}.catalog-insight-v7 b{font-size:12px}.catalog-insight-v7 p{font-size:10.5px;margin:2px 0 0}.catalog-insight-v7>a{font-size:11px;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-list-v7{display:grid!important;gap:12px!important}.catalog-list-v7.grid-view{grid-template-columns:repeat(2,minmax(0,1fr))!important}

/* ---------- Product cards: balanced and scan-friendly ---------- */
.product-card-v13{display:block!important;grid-template-columns:none!important;grid-template-rows:none!important;min-height:0!important;padding:0!important;overflow:hidden;border:1px solid var(--ui-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--ui-shadow-xs)!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;content-visibility:auto;contain-intrinsic-size:340px}
.product-card-v13>*{grid-column:auto!important;grid-row:auto!important}
.product-card-v13:hover{border-color:#bddccd!important;box-shadow:var(--ui-shadow-sm)!important;transform:translateY(-1px)}
.product-card-head-v13{min-height:66px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f4}
.product-card-head-v13 .product-bank-line{min-width:0}.product-card-head-v13 .bank-logo-lg{width:44px!important;height:44px!important;border-radius:12px!important;padding:5px!important}.product-bank-name{font-size:12.5px!important;line-height:1.3;overflow-wrap:anywhere}.product-card-head-v13 small{font-size:9.5px!important;color:var(--ui-muted)}
.product-card-tools{flex:0 0 auto}.save-btn{width:38px!important;height:38px!important;border:1px solid var(--ui-line)!important;border-radius:11px!important;background:#f8fafb!important;font-size:18px!important}.save-btn:hover,.save-btn.saved{border-color:#aad7c4!important;background:var(--ui-green-soft)!important;color:var(--ui-green)!important}
.product-card-body-v13{display:grid;grid-template-columns:minmax(210px,.78fr) minmax(230px,.72fr) minmax(340px,1.15fr);min-width:0}
.product-overview-v13{min-width:0;padding:18px 18px 16px;border-right:1px solid #edf1f4}
.product-overview-v13 .product-kind{display:block;margin-bottom:8px;color:var(--ui-muted);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}
.product-overview-v13 h3{margin:0 0 12px;font-size:18px;line-height:1.28;letter-spacing:-.025em;overflow-wrap:anywhere}.product-overview-v13 h3 a{color:var(--ui-ink)}
.product-badge-line-v13{display:flex;flex-wrap:wrap;gap:6px}.product-badge-line-v13 span{max-width:100%;min-height:26px;padding:5px 8px;border-radius:999px;font-size:9.5px;font-weight:750;display:inline-flex;align-items:center;gap:4px}
.product-overview-v13 .card-promo-text{margin:12px 0 0;padding:10px 11px;border-left:3px solid #67bd95;border-radius:0 10px 10px 0;background:#f3faf7;color:#43586c;font-size:10.5px;line-height:1.45}
.product-price-v13{min-width:0;padding:18px;border-right:1px solid #edf1f4;background:linear-gradient(180deg,#fbfdfc,#f7fbf9)}
.product-price-v13>small{display:block;color:var(--ui-muted);font-size:10px;margin-bottom:6px}.product-price-v13>strong{display:block;color:var(--ui-green-dark);font-size:clamp(22px,2vw,30px);line-height:1.12;letter-spacing:-.045em;overflow-wrap:break-word}.product-price-v13>.currency{display:block;margin-top:5px;color:var(--ui-muted);font-size:9px;font-weight:700}
.product-price-v13 .personal-estimate{margin-top:14px;padding-top:13px;border-top:1px solid #dbe8e1}.product-price-v13 .personal-estimate small,.product-price-v13 .personal-estimate span{display:block;font-size:9px;color:var(--ui-muted)}.product-price-v13 .personal-estimate b{display:block;margin:3px 0;color:var(--ui-ink);font-size:18px;font-variant-numeric:tabular-nums}
.product-facts-v13{margin:0;padding:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start}.product-facts-v13>div{min-width:0;padding:10px 11px;border-radius:11px;background:#f6f8fa}.product-facts-v13 dt{margin:0 0 3px;color:var(--ui-muted);font-size:9px;line-height:1.25}.product-facts-v13 dd{margin:0;color:var(--ui-ink);font-size:11px;font-weight:750;line-height:1.36;overflow-wrap:anywhere}
.product-card-footer-v13{min-height:68px;padding:11px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;border-top:1px solid #edf1f4;background:#fff}
.product-feature-chips-v13{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.product-feature-chips-v13 span{padding:5px 8px;border:1px solid #dbe8e1;border-radius:999px;background:#f7fbf9;color:#526679;font-size:9px;white-space:normal}.product-feature-chips-v13 span.positive{color:var(--ui-green-dark)}
.product-quality-v13{display:flex;align-items:center;gap:13px;padding:0 4px 0 10px;white-space:nowrap}.quality-bar-v13{display:flex;align-items:center;gap:7px}.quality-bar-v13 i{width:42px;height:5px;border-radius:99px;background:linear-gradient(90deg,var(--ui-green) var(--score),#dfe8e3 var(--score))}.quality-bar-v13 span b,.quality-bar-v13 span small,.quality-date-v13 b,.quality-date-v13 small{display:block}.quality-bar-v13 span b,.quality-date-v13 b{font-size:9.5px;color:var(--ui-ink)}.quality-bar-v13 span small,.quality-date-v13 small{font-size:8px;color:var(--ui-muted)}
.product-actions-v13{display:flex;align-items:center;gap:7px}.product-actions-v13 .btn{min-width:150px;height:40px!important;min-height:40px!important;padding-inline:13px!important;font-size:10.5px!important}.product-actions-v13 .btn.ghost{min-width:132px}

/* Grid view cards become vertical, without cramped three-column text. */
.catalog-list-v7.grid-view .product-card-v13{display:flex;flex-direction:column}
.catalog-list-v7.grid-view .product-card-body-v13{grid-template-columns:1fr 1fr}
.catalog-list-v7.grid-view .product-overview-v13{grid-column:1/-1;border-right:0;border-bottom:1px solid #edf1f4}
.catalog-list-v7.grid-view .product-price-v13{border-right:1px solid #edf1f4}
.catalog-list-v7.grid-view .product-facts-v13{grid-template-columns:1fr}
.catalog-list-v7.grid-view .product-card-footer-v13{grid-template-columns:1fr}
.catalog-list-v7.grid-view .product-quality-v13{padding:0;justify-content:space-between}
.catalog-list-v7.grid-view .product-actions-v13{display:grid;grid-template-columns:1fr 1fr}
.catalog-list-v7.grid-view .product-actions-v13 .btn{min-width:0;width:100%}

/* ---------- Bank card catalogue ---------- */
.bank-card-grid-v7{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.bank-card-card-v13{display:block!important;grid-template-columns:none!important;grid-template-rows:none!important;min-width:0;overflow:hidden;border:1px solid var(--ui-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ui-shadow-xs)!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;content-visibility:auto;contain-intrinsic-size:560px}
.bank-card-card-v13:hover{transform:translateY(-2px);border-color:#bddccd!important;box-shadow:var(--ui-shadow-sm)!important}
.bank-card-card-v13 .card-photo-frame{height:210px!important;margin:0!important;border:0!important;border-bottom:1px solid #edf1f4!important;border-radius:0!important;background:linear-gradient(145deg,#f8fafb,#eef5f2)!important;padding:20px!important;display:grid!important;place-items:center!important}
.bank-card-card-v13 .card-photo-frame img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(16,35,63,.15))}
.bank-card-card-v13 .card-photo-frame.no-photo{gap:12px;text-align:center;color:var(--ui-muted);font-size:11px}
.card-content-v13{padding:16px}
.card-product-head-v13{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card-product-head-v13>div{min-width:0}.card-product-head-v13 .product-bank-name{display:block;margin-bottom:4px}.card-product-head-v13 h3{margin:0;font-size:18px;line-height:1.3;overflow-wrap:anywhere}
.card-badges-v13{display:flex;flex-wrap:wrap;gap:6px;margin:11px 0}.card-badges-v13 span{padding:5px 8px;border-radius:999px;background:#f3f7f6;color:#53677b;font-size:9px;font-weight:750}.card-badges-v13 span.promo{background:#fff7df;color:#82570a}
.card-cost-grid-v13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.card-cost-grid-v13>div{padding:10px 11px;border-radius:11px;background:#f6f8fa}.card-cost-grid-v13 small{display:block;color:var(--ui-muted);font-size:9px}.card-cost-grid-v13 b{display:block;margin-top:3px;color:var(--ui-ink);font-size:12px;line-height:1.35;overflow-wrap:anywhere}
.card-benefits-v13{margin:12px 0 0;color:#4e6176;font-size:10.5px;line-height:1.5}
.card-feature-chips-v13{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.card-feature-chips-v13 span{padding:5px 8px;border:1px solid #dce7e2;border-radius:999px;background:#f7fbf9;color:#526679;font-size:9px}
.card-meta-v13{margin-top:14px;padding-top:12px;border-top:1px solid #edf1f4;display:flex;align-items:center;justify-content:space-between;gap:10px}
.card-actions-v13{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.card-actions-v13 .btn{width:100%;min-width:0;font-size:10.5px!important}
.bank-card-grid-v7.compact-view{grid-template-columns:1fr!important}.bank-card-grid-v7.compact-view .bank-card-card-v13{display:grid;grid-template-columns:260px minmax(0,1fr)}.bank-card-grid-v7.compact-view .card-photo-frame{height:100%!important;border-bottom:0!important;border-right:1px solid #edf1f4!important}.bank-card-grid-v7.compact-view .card-content-v13{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.8fr);gap:0 22px}.bank-card-grid-v7.compact-view .card-product-head-v13,.bank-card-grid-v7.compact-view .card-badges-v13,.bank-card-grid-v7.compact-view .card-benefits-v13,.bank-card-grid-v7.compact-view .card-feature-chips-v13{grid-column:1}.bank-card-grid-v7.compact-view .card-cost-grid-v13,.bank-card-grid-v7.compact-view .card-meta-v13,.bank-card-grid-v7.compact-view .card-actions-v13{grid-column:2}.bank-card-grid-v7.compact-view .card-cost-grid-v13{grid-row:1/4}.bank-card-grid-v7.compact-view .card-meta-v13{align-self:end}

/* ---------- Footer ---------- */
.site-footer{margin-top:56px!important}
.footer-inner{width:min(var(--ui-container),calc(100% - 40px))!important;padding:38px 0 30px!important;grid-template-columns:minmax(250px,1.35fr) repeat(4,minmax(130px,.72fr))!important;gap:26px!important;align-items:start}
.footer-logo-link img{width:172px;height:auto}.footer-about p{max-width:370px!important;margin:13px 0!important;font-size:12px!important;line-height:1.65!important;color:var(--ui-muted)!important}.footer-trust{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.footer-trust span{padding:5px 8px;border-radius:999px;background:#f2f7f5;color:#53677b!important;font-size:9px!important}.footer-column{gap:9px!important}.footer-column b{font-size:12px}.footer-column a,.footer-column span,.footer-link-button{font-size:11px!important;line-height:1.4}.footer-note{grid-column:1/-1!important;margin-top:2px!important;align-items:center!important;padding:12px 14px!important;border-radius:13px!important}.footer-note span{font-size:16px!important}.footer-note p{font-size:10.5px!important}

/* ---------- Admin/account/partner consistency ---------- */
.admin-shell{grid-template-columns:258px minmax(0,1fr)!important}
.admin-sidebar{padding:18px 13px!important}.admin-brand{padding:0 6px 15px!important;margin-bottom:10px!important}.admin-brand img{width:164px!important}.admin-account{padding:10px!important;margin-bottom:12px!important}.admin-sidebar nav{gap:2px!important}.admin-sidebar nav a{min-height:40px;padding:9px 10px!important;border-radius:9px!important;font-size:11px!important}.admin-sidebar nav a>span{width:19px!important;font-size:14px}.admin-sidebar nav em{font-size:8px!important}.admin-content{padding:24px!important}.admin-page-head{align-items:flex-start!important}.admin-page-head h1{font-size:clamp(26px,3vw,36px)!important;line-height:1.15!important}.admin-card{overflow:hidden}.admin-card table{min-width:760px}.admin-card{overflow-x:auto}.admin-stats{gap:10px!important}.admin-stats article{padding:13px!important;border-radius:12px!important}.admin-stats b{font-size:20px!important}.sticky-form{top:16px!important;max-height:calc(100dvh - 32px)!important}

/* ---------- Responsive ---------- */
@media (max-width:1440px){
  .fiuz-logo{width:172px!important}
  .main-nav>a,.nav-more>summary{padding-inline:8px!important;font-size:12px!important}
  .header-search-button b,.header-search-button kbd{display:none!important}
  .header-search-button{width:40px!important;padding:0!important;justify-content:center!important}
  .header-cta{display:none!important}
}

@media (max-width:1160px){
  :root{--ui-header-height:68px}
  body.nav-open{overflow:hidden}
  body.nav-open::before{content:"";position:fixed;inset:var(--ui-header-height) 0 0;background:rgba(13,29,48,.28);z-index:780}
  .header-shell{grid-template-areas:"logo . actions toggle";grid-template-columns:auto 1fr auto auto;gap:7px!important}
  .fiuz-logo{width:164px!important}
  .nav-toggle{display:flex!important}
  .main-nav{display:none!important;position:fixed!important;left:16px!important;right:16px!important;top:calc(var(--ui-header-height) + 8px)!important;height:auto!important;max-height:calc(100dvh - var(--ui-header-height) - 24px)!important;padding:10px!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px!important;overflow:auto;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:18px!important;box-shadow:0 26px 80px rgba(16,35,63,.19)!important;z-index:800!important}
  .main-nav.open{display:grid!important}
  .main-nav>a,.nav-more>summary{height:auto!important;min-height:46px!important;padding:10px 12px!important;border-radius:10px!important;justify-content:flex-start!important;background:#f8fafb!important;font-size:13px!important}
  .main-nav>a::after,.nav-more>summary::after{display:none!important}
  .main-nav>a.active{background:var(--ui-green-soft)!important;color:var(--ui-green-dark)!important}
  .nav-more{height:auto!important;grid-column:1/-1}
  .nav-more-popover{position:static!important;width:auto!important;margin-top:4px!important;box-shadow:none!important;background:#f6f8fa!important;border:0!important}
  .catalog-hero-v7,.cards-hero-v7{grid-template-columns:1fr!important}
  .catalog-hero-v7>aside,.cards-market-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}
  .catalog-hero-v7>aside h2,.catalog-hero-v7>aside p{margin:0!important}
  .catalog-layout-v7,.cards-layout-v7{display:block!important}
  .filters-panel,.card-filter-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(390px,92vw)!important;max-height:none!important;padding:20px!important;border-radius:0 20px 20px 0!important;transform:translateX(-105%);transition:transform .22s ease;z-index:910!important;box-shadow:0 24px 80px rgba(16,35,63,.25)!important}
  .filters-panel.open,.card-filter-sidebar.open{transform:translateX(0)}
  .filter-drawer-head [data-filter-close]{display:grid!important;place-items:center!important}
  .filter-backdrop:not([hidden]){display:block!important;position:fixed;inset:0;border:0;background:rgba(13,29,48,.42);z-index:900}
  body.filter-open{overflow:hidden}
  .mobile-filter-button{display:inline-flex!important}
  .catalog-toolbar-v7{top:calc(var(--ui-header-height) + 6px)!important}
  .product-card-body-v13{grid-template-columns:minmax(200px,.8fr) minmax(220px,.75fr) minmax(300px,1.15fr)}
  .bank-card-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-inner{grid-template-columns:1.4fr repeat(2,1fr)!important}.footer-about{grid-row:span 2}
  .admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:860px){
  .container{width:calc(100% - 28px)}
  .header-shell{width:calc(100% - 22px)}
  .header-actions .icon-btn:not(.account-icon),.header-actions .header-search-button b,.header-actions .header-search-button kbd{display:none!important}
  .header-actions .locale-menu{display:block!important}
  .catalog-hero-v7,.cards-hero-v7{padding:23px!important;margin-top:14px!important}
  .catalog-hero-v7 h1,.cards-hero-v7 h1{font-size:clamp(1.9rem,6vw,2.7rem)!important}
  .catalog-hero-v7>aside,.cards-market-card{grid-template-columns:auto 1fr!important}.catalog-hero-v7>aside .btn{grid-column:1/-1;width:100%}
  .catalog-toolbar-v7{position:relative!important;top:auto!important;display:grid!important;grid-template-columns:1fr auto!important}.catalog-toolbar-actions{grid-column:1/-1;justify-content:space-between!important}
  .product-card-body-v13{grid-template-columns:1fr 1fr}
  .product-overview-v13{grid-column:1/-1;border-right:0;border-bottom:1px solid #edf1f4;padding-bottom:14px}
  .product-price-v13{border-right:1px solid #edf1f4}
  .product-facts-v13{grid-template-columns:1fr}
  .product-card-footer-v13{grid-template-columns:1fr auto}.product-feature-chips-v13{grid-column:1/-1}.product-actions-v13{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-actions-v13 .btn{width:100%;min-width:0}
  .bank-card-grid-v7.compact-view .bank-card-card-v13{grid-template-columns:220px 1fr}.bank-card-grid-v7.compact-view .card-content-v13{display:block}
  body.admin-nav-open{overflow:hidden}body.admin-nav-open::before{content:"";position:fixed;inset:0;background:rgba(13,29,48,.38);z-index:990}.admin-shell{display:block!important}.admin-mobile-header{display:flex!important;position:sticky!important;top:0;z-index:970!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--ui-line)!important}.admin-sidebar{position:fixed!important;left:0;top:0;bottom:0;width:min(300px,88vw)!important;height:100dvh!important;transform:translateX(-105%);transition:transform .22s ease;z-index:1000!important;overflow:auto}.admin-sidebar.open{transform:translateX(0)}.admin-content{padding:16px!important}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-two-column,.admin-settings-grid,.admin-dashboard-grid{grid-template-columns:1fr!important}
}

@media (max-width:640px){
  :root{--ui-header-height:62px}
  .container{width:calc(100% - 20px)}
  .header-shell{width:calc(100% - 18px);grid-template-columns:auto 1fr auto auto}
  .fiuz-logo{width:132px!important;max-height:38px}
  .header-actions{gap:4px!important}.header-actions .locale-menu{display:block!important}.header-actions .account-icon{display:none!important}.header-search-button,.account-icon,.nav-toggle{width:39px!important;height:39px!important;min-height:39px!important}
  .main-nav{left:9px!important;right:9px!important;grid-template-columns:1fr!important;border-radius:16px!important}
  .nav-more{grid-column:auto}
  .catalog-hero-v7,.cards-hero-v7{padding:20px 17px!important;border-radius:18px!important}.catalog-hero-v7 h1,.cards-hero-v7 h1{font-size:2rem!important}.catalog-hero-v7 p,.cards-hero-v7 p{font-size:.92rem!important}.catalog-hero-v7>aside,.cards-market-card{padding:16px!important;border-radius:15px!important}
  .catalog-data-note{width:calc(100% - 20px)!important}
  .active-filter-bar{width:calc(100% - 20px)!important;align-items:flex-start!important}
  .catalog-toolbar-v7{padding:8px!important;border-radius:13px!important}.catalog-toolbar-v7>div:first-child{gap:7px}.catalog-toolbar-v7 b{font-size:11px!important}.catalog-toolbar-v7 span{font-size:8.5px!important}.sort-inline select{min-width:126px!important;max-width:146px!important;font-size:10px!important}.catalog-toolbar-actions .icon-btn{display:none!important}
  .catalog-insight-v7{grid-template-columns:30px 1fr!important}.catalog-insight-v7>a{display:none}
  .product-card-head-v13{padding:12px}.product-card-head-v13 .bank-logo-lg{width:40px!important;height:40px!important}.product-bank-name{font-size:11px!important}
  .product-card-body-v13{display:block}.product-overview-v13,.product-price-v13{border-right:0}.product-overview-v13{padding:15px 14px}.product-overview-v13 h3{font-size:17px}.product-price-v13{padding:15px 14px;border-bottom:1px solid #edf1f4}.product-price-v13>strong{font-size:23px}.product-facts-v13{grid-template-columns:repeat(2,minmax(0,1fr));padding:11px}.product-facts-v13>div{padding:9px}.product-card-footer-v13{display:block;padding:11px}.product-quality-v13{padding:10px 0 0;justify-content:space-between}.product-actions-v13{margin-top:10px;grid-template-columns:1fr}.product-feature-chips-v13{gap:5px}.product-feature-chips-v13 span{font-size:8.5px}
  .catalog-list-v7.grid-view{grid-template-columns:1fr!important}.catalog-list-v7.grid-view .product-card-body-v13{display:block}.catalog-list-v7.grid-view .product-facts-v13{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bank-card-grid-v7{grid-template-columns:1fr!important}.bank-card-card-v13 .card-photo-frame{height:190px!important;padding:17px!important}.card-content-v13{padding:14px}.bank-card-grid-v7.compact-view .bank-card-card-v13{display:block}.bank-card-grid-v7.compact-view .card-photo-frame{height:190px!important;border-right:0!important;border-bottom:1px solid #edf1f4!important}.card-cost-grid-v13{grid-template-columns:repeat(2,minmax(0,1fr))}.card-actions-v13{grid-template-columns:1fr}

  .mobile-nav{background:rgba(255,255,255,.97)!important;border-top:1px solid #dfe7ec!important;box-shadow:0 -10px 28px rgba(16,35,63,.09)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding-top:7px!important}
  .mobile-nav a{min-width:0!important;min-height:50px!important;gap:2px!important;color:#66778a!important;font-weight:750!important;line-height:1.05!important}
  .mobile-nav a span{font-size:18px!important;line-height:1!important}.mobile-nav a.active{color:var(--ui-green)!important}
  .compare-dock{bottom:calc(70px + env(safe-area-inset-bottom))!important;border-radius:15px!important;box-shadow:0 16px 44px rgba(16,35,63,.18)!important}
  .footer-inner{width:calc(100% - 28px)!important;grid-template-columns:1fr 1fr!important;gap:24px 18px!important;padding-bottom:96px!important}.footer-about{grid-column:1/-1!important;grid-row:auto!important}.footer-note{grid-column:1/-1!important}.footer-column b{font-size:11px}.footer-column a,.footer-column span,.footer-link-button{font-size:10px!important}
  .admin-stats{grid-template-columns:1fr!important}.admin-content{padding:12px!important}.admin-page-head{display:block!important}.admin-page-head h1{font-size:26px!important}.admin-head-actions{margin-top:12px;flex-wrap:wrap}.admin-card table{font-size:11px}
}

@media (max-width:380px){
  .fiuz-logo{width:119px!important}
  .header-search-button{display:none!important}
  .product-facts-v13{grid-template-columns:1fr}.catalog-list-v7.grid-view .product-facts-v13{grid-template-columns:1fr}
  .card-cost-grid-v13{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr!important}.footer-column{padding-top:3px;border-top:1px solid #edf1f4}.footer-note{grid-column:auto!important}
}

@media (prefers-reduced-motion:reduce){
  .product-card-v13,.bank-card-card-v13,.filters-panel,.card-filter-sidebar,.nav-toggle span,.admin-sidebar{transition:none!important;transform:none!important}
}
