/* DealVorio discovery and rendering performance layer.
 * This file is intentionally small and route-scoped so it cannot disturb the
 * enterprise Admin or legacy content-management interfaces. */
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery{margin-top:18px;padding:18px;border:1px solid #dfe7f2;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,45,90,.075)}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head>div:first-child>span{display:block;color:#1464f4;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head h2{margin:3px 0 2px;color:#0a1c3f;font-size:24px;font-weight:800;letter-spacing:-.035em}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head p{margin:0;color:#718099;font-size:11px}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-search-chips{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;max-width:590px}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-search-chips>b{color:#52627b;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-search-chips>a{padding:5px 8px;border:1px solid #dce6f3;border-radius:999px;background:#f7faff;color:#3568c8;font-size:9px;font-weight:700}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-search-chips>a:hover{border-color:#9fc0ef;background:#edf5ff;color:#0751d2}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;margin:0!important}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a{display:grid;grid-template-columns:40px minmax(0,1fr) 16px;align-items:center;gap:10px;min-height:70px;padding:10px 12px;border:1px solid #e3e9f2;border-radius:10px;background:#fff;color:#0a1c3f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a:hover{transform:translateY(-1px);border-color:#bad0ee;box-shadow:0 8px 18px rgba(15,50,100,.08)}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a>i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf4ff;color:#1766f5;font-style:normal}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a:nth-child(3n+2)>i{background:#f1edff;color:#7654ef}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a:nth-child(3n)>i{background:#e5faf8;color:#0ba69a}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid b,body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid small{display:block}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid b{font-size:11px;font-weight:780}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid small{margin-top:3px;color:#8190a4;font-size:8px;line-height:1.35}
body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a>.dv-icon{color:#9ba9bc}

body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card{display:grid;grid-template-columns:46px minmax(0,1fr) 16px;align-items:center;gap:10px;min-height:78px;padding:11px 12px;border:1px solid #dfe7f2;border-radius:11px;background:#fff;color:#0a1c3f;box-shadow:0 4px 14px rgba(11,39,84,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card:hover{transform:translateY(-1px);border-color:#bad0ee;box-shadow:0 10px 22px rgba(15,50,100,.09)}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-flag{display:grid;place-items:center;width:44px;height:44px;border:1px solid #e2e8f0;border-radius:50%;background:#fff;font-size:30px;line-height:1;overflow:hidden}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card b,body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card small{display:block}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card b{font-size:11px;font-weight:780}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card small{margin-top:3px;color:#7d8ba0;font-size:8px}
body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card>i{color:#9aa8ba;font-style:normal}

/* Below-fold sections reserve space while the browser skips unnecessary paint
 * work. Unsupported browsers simply ignore these declarations. */
@supports(content-visibility:auto){
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery,
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-enterprise-section,
  body[data-dealvorio-ui="enterprise-v5"] .search-group,
  body[data-dealvorio-ui="enterprise-v5"] .site-footer{content-visibility:auto;contain-intrinsic-size:auto 420px}
}

@media(max-width:1180px){body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head{align-items:flex-start;flex-direction:column}
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-search-chips{justify-content:flex-start;max-width:none}
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery{padding:13px}
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-head h2{font-size:20px}
  body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid{grid-template-columns:1fr}
  body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){body[data-dealvorio-ui="enterprise-v5"].route-home .dv-home-discovery-grid>a,body[data-dealvorio-ui="enterprise-v5"].route-search-index .search-market-card{transition:none;transform:none}}
