/* Hiep Real Estate Pro 2.0.0 — full frontend redesign with 12-col grid */
:root{
  --hrep-bg:#f7f7f7;
  --hrep-surface:#ffffff;
  --hrep-surface-soft:#fafafa;
  --hrep-surface-muted:#f5f5f5;
  --hrep-border:#ececec;
  --hrep-border-strong:#d8d8d8;
  --hrep-text:#555;
  --hrep-text-soft:#777;
  --hrep-primary:var(--primary-color,#446084);
  --hrep-primary-hover:#36506b;
  --hrep-primary-hover:color-mix(in srgb,var(--hrep-primary) 88%,#000);
  --hrep-primary-soft:#f4f6f8;
  --hrep-primary-soft:color-mix(in srgb,var(--hrep-primary) 8%,#fff);
  --hrep-success:#149a63;
  --hrep-danger:#d14a61;
  --hrep-shadow:0 1px 4px rgba(0,0,0,.06);
  --hrep-shadow-lg:0 8px 26px rgba(0,0,0,.12);
  --hrep-radius:10px;
  --hrep-radius-sm:8px;
  --hrep-radius-xs:5px;
  --hrep-gap:30px;
  --hrep-gap-sm:20px;
  --hrep-gap-xs:15px;
  --hrep-container:1170px;
}
.hrep-single,.hrep-app,.hrep-cart-page,.hrep-account-page{color:var(--hrep-text);font-family:inherit;font-size:inherit;line-height:1.6}
.hrep-single *,.hrep-app *,.hrep-cart-page *,.hrep-account-page *{box-sizing:border-box}
.hrep-single a,.hrep-app a,.hrep-cart-page a,.hrep-account-page a{color:inherit}
.hrep-shell{width:min(var(--hrep-container),calc(100vw - 30px));margin-inline:auto}
.hrep-row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--hrep-gap)}
.hrep-col{min-width:0;grid-column:span 12}.hrep-col-12{grid-column:span 12}
.hrep-col-11{grid-column:span 11}.hrep-col-10{grid-column:span 10}.hrep-col-9{grid-column:span 9}.hrep-col-8{grid-column:span 8}.hrep-col-7{grid-column:span 7}.hrep-col-6{grid-column:span 6}.hrep-col-5{grid-column:span 5}.hrep-col-4{grid-column:span 4}.hrep-col-3{grid-column:span 3}.hrep-col-2{grid-column:span 2}.hrep-col-1{grid-column:span 1}
@media (min-width:850px){.hrep-col-md-6{grid-column:span 6}.hrep-col-md-4{grid-column:span 4}.hrep-col-md-3{grid-column:span 3}.hrep-col-md-8{grid-column:span 8}}
@media (min-width:1100px){.hrep-col-lg-8{grid-column:span 8}.hrep-col-lg-7{grid-column:span 7}.hrep-col-lg-6{grid-column:span 6}.hrep-col-lg-5{grid-column:span 5}.hrep-col-lg-4{grid-column:span 4}.hrep-col-lg-3{grid-column:span 3}}
.hrep-icon{display:inline-block;width:18px;height:18px;flex:0 0 auto;background:currentColor;vertical-align:-3px;-webkit-mask:var(--hrep-icon) center/contain no-repeat;mask:var(--hrep-icon) center/contain no-repeat}
.hrep-i-search{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.4-3.4'/%3E%3C/svg%3E")}
.hrep-i-filter{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M4 5h16l-6.5 7.5V19l-3 1.5v-8z'/%3E%3C/svg%3E")}
.hrep-i-bag{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 8h12l1 12H5L6 8Z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E")}
.hrep-i-close{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E")}
.hrep-i-refresh{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 7v5h-5'/%3E%3Cpath d='M19 12a7 7 0 1 1-2-5'/%3E%3C/svg%3E")}
.hrep-i-check{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E")}
.hrep-i-map-pin{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E")}
.hrep-i-image{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-5-5L5 20'/%3E%3C/svg%3E")}
.hrep-i-video{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='13' height='14' rx='2'/%3E%3Cpath d='m16 10 5-3v10l-5-3Z'/%3E%3C/svg%3E")}
.hrep-i-play{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 5v14l11-7z'/%3E%3C/svg%3E")}
.hrep-i-expand{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5'/%3E%3C/svg%3E")}
.hrep-i-chevron-left{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")}
.hrep-i-chevron-right{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")}
.hrep-i-share{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.5 6.8-4M8.6 13.5l6.8 4'/%3E%3C/svg%3E")}
.hrep-i-link{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7 0l2-2a5 5 0 0 0-7-7l-1 1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7 0l-2 2a5 5 0 0 0 7 7l1-1'/%3E%3C/svg%3E")}
.hrep-i-external{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M14 4h6v6M20 4l-9 9'/%3E%3Cpath d='M18 13v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6'/%3E%3C/svg%3E")}
.hrep-i-dashboard{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E")}
.hrep-i-home{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10M9 20v-6h6v6'/%3E%3C/svg%3E")}
.hrep-i-building{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M4 21V3h11v18M15 9h5v12M8 7h3M8 11h3M8 15h3M8 19h3'/%3E%3C/svg%3E")}
.hrep-i-user{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E")}
.hrep-i-logout{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M10 4H5v16h5M14 8l4 4-4 4M18 12H9'/%3E%3C/svg%3E")}
.hrep-i-plus{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}
.hrep-i-arrow-left{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='m10 6-6 6 6 6M4 12h16'/%3E%3C/svg%3E")}
.hrep-i-activity{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M3 3v18h18M7 16l4-4 3 2 5-6'/%3E%3C/svg%3E")}
.hrep-i-grid{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E")}
.hrep-i-list{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M9 6h11M9 12h11M9 18h11M4 6h.01M4 12h.01M4 18h.01'/%3E%3C/svg%3E")}
.hrep-i-eye{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6-10-6-10-6Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}
.hrep-i-phone{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3 19.4 19.4 0 0 1-6-6 19.8 19.8 0 0 1-3-8.7A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7l.5 3a2 2 0 0 1-.6 1.8l-1.3 1.3a16 16 0 0 0 6.4 6.4l1.3-1.3a2 2 0 0 1 1.8-.6l3 .5A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E")}
.hrep-i-message{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z'/%3E%3C/svg%3E")}
.hrep-i-mail{--hrep-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E")}
/* buttons */
.hrep-btn,.hrep-icon-btn,.hrep-cart-mini,.hrep-view-switch button,.hrep-pagination button,.hrep-growth-title{transition:all .18s ease}
.hrep-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff;color:var(--hrep-text)!important;font-size:.86em;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.2;text-decoration:none!important;white-space:nowrap;cursor:pointer}
.hrep-btn:hover{border-color:var(--hrep-border-strong);transform:translateY(-1px)}
.hrep-btn--primary{border-color:var(--hrep-primary);background:var(--hrep-primary);color:#fff!important;box-shadow:0 2px 5px rgba(0,0,0,.12)}
.hrep-btn--primary:hover{border-color:var(--hrep-primary-hover);background:var(--hrep-primary-hover)}
.hrep-btn--soft{border-color:#dbe3ff;background:var(--hrep-primary-soft);color:var(--hrep-primary)!important}
.hrep-btn--ghost{background:#fff}.hrep-btn--light{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.14);color:#fff!important;backdrop-filter:blur(8px)}
.hrep-btn--danger{border-color:#f1d0d6;background:#fff6f8;color:var(--hrep-danger)!important}.hrep-btn--block{width:100%}.hrep-btn--sm{min-height:38px;padding:0 12px;font-size:12px}
.hrep-icon-btn{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:5px;background:rgba(255,255,255,.18);color:#fff;cursor:pointer}.hrep-image-button{border:0;padding:0;background:transparent;cursor:pointer}
.hrep-btn:focus-visible,.hrep-icon-btn:focus-visible,.hrep-view-switch button:focus-visible,.hrep-pagination button:focus-visible,.hrep-image-button:focus-visible,.hrep-growth-title:focus-visible{outline:3px solid rgba(75,107,251,.22);outline-offset:2px}
/* breadcrumbs */
.hrep-breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:4px 0 18px;color:var(--hrep-text-soft);font-size:12px}.hrep-breadcrumbs a{display:inline-flex;align-items:center;gap:6px;color:var(--hrep-text-soft);text-decoration:none}.hrep-breadcrumbs a:hover{color:var(--hrep-primary)}.hrep-breadcrumbs i{display:inline-flex;color:#9ba7bb}.hrep-breadcrumbs i .hrep-icon{width:14px;height:14px}
/* hero */
.hrep-detail-hero{margin-bottom:30px;padding:15px;border:1px solid var(--hrep-border);border-radius:10px;background:var(--hrep-surface);box-shadow:var(--hrep-shadow)}
.hrep-detail-hero-media,.hrep-detail-hero-summary{min-width:0}.hrep-hero-gallery{display:grid;gap:12px}.hrep-hero-stage{position:relative;overflow:hidden;aspect-ratio:16/10;border-radius:8px;background:#eee}
.hrep-hero-image,.hrep-hero-image img{display:block;width:100%;height:100%}.hrep-hero-image img{object-fit:cover}.hrep-hero-counter{position:absolute;left:14px;bottom:14px;padding:8px 10px;border-radius:999px;background:rgba(21,31,56,.65);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}
.hrep-hero-nav{position:absolute;top:50%;transform:translateY(-50%)}.hrep-hero-prev{left:14px}.hrep-hero-next{right:14px}.hrep-hero-thumbs{display:flex;gap:10px;overflow:auto;padding-bottom:2px;scrollbar-width:thin}
.hrep-hero-thumb{width:86px;height:62px;flex:0 0 auto;overflow:hidden;padding:0;border:2px solid transparent;border-radius:5px;background:#fff;cursor:pointer}.hrep-hero-thumb img{display:block;width:100%;height:100%;object-fit:cover}.hrep-hero-thumb.is-active{border-color:var(--hrep-primary);box-shadow:0 0 0 3px rgba(75,107,251,.10)}
.hrep-detail-hero-summary{display:flex;min-width:0;flex-direction:column;gap:12px;padding:5px 0}.hrep-kicker,.hrep-eyebrow,.hrep-panel-badge{display:block;color:var(--hrep-primary);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hrep-detail-hero-summary h1{margin:0;font-size:clamp(32px,3.6vw,50px);line-height:1.03;letter-spacing:-.04em;word-break:break-word}.hrep-hero-project-link{display:inline-flex;align-self:flex-start;color:#2b437a;font-size:18px;font-weight:700;text-decoration:none}.hrep-hero-project-link:hover{color:var(--hrep-primary)}
.hrep-location-line,.hrep-card-location,.hrep-table-location{display:flex;align-items:flex-start;gap:8px;color:var(--hrep-text-soft);line-height:1.5}.hrep-location-line .hrep-icon,.hrep-card-location .hrep-icon,.hrep-table-location .hrep-icon{width:16px;height:16px;margin-top:2px;color:#7f8faa}
.hrep-location-line{flex-wrap:wrap;font-size:14px}.hrep-location-line a{display:inline-flex;align-items:center;gap:5px;margin-left:auto;color:var(--hrep-primary);font-weight:700;text-decoration:none}.hrep-location-line.is-compact{font-size:12px}.hrep-location-line.is-compact a{margin-left:0}
.hrep-hero-description{margin:0;color:var(--hrep-text-soft);font-size:15px;line-height:1.72}.hrep-listing-price{font-size:40px;line-height:1.04;font-weight:900;color:var(--hrep-primary)}
.hrep-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hrep-listing-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
.hrep-quick-stat{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 12px;align-items:start;min-height:82px;padding:12px;border:1px solid var(--hrep-border);border-radius:6px;background:#fff}
.hrep-quick-stat>.hrep-icon{grid-row:1/span 2;display:grid;width:36px;height:36px;padding:8px;border-radius:50%;background:var(--hrep-primary-soft);color:var(--hrep-primary);box-shadow:none}.hrep-quick-stat span{display:block;color:var(--hrep-text-soft);font-size:11px;line-height:1.35;word-break:break-word}.hrep-quick-stat strong{display:block;color:var(--hrep-text);font-size:15px;line-height:1.35;word-break:break-word}.hrep-quick-stat.is-price strong{font-size:24px;color:var(--hrep-primary)}.hrep-quick-stat.is-success strong{color:var(--hrep-success)}
.hrep-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.hrep-share{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center}.hrep-share-status{font-size:12px;color:var(--hrep-text-soft)}
/* generic panels/layout */
.hrep-detail-layout{align-items:start}.hrep-detail-main,.hrep-detail-sidebar{min-width:0;display:grid;gap:var(--hrep-gap)}.hrep-panel{padding:20px;border:1px solid var(--hrep-border);border-radius:8px;background:var(--hrep-surface);box-shadow:none}
.hrep-panel-heading,.hrep-panel-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.hrep-heading-with-icon,.hrep-side-heading>div{display:flex;align-items:center;gap:12px;min-width:0}.hrep-heading-with-icon>.hrep-icon,.hrep-side-heading .hrep-icon{display:grid;place-items:center;width:32px;height:32px;padding:7px;border-radius:5px;background:var(--hrep-primary-soft);color:var(--hrep-primary)}
.hrep-panel-heading h2,.hrep-panel-title-row h2{margin:4px 0 0;font-size:26px;line-height:1.14;letter-spacing:-.02em}.hrep-panel-note{color:var(--hrep-text-soft);font-size:12px}.hrep-side-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.hrep-side-heading h3{margin:0;font-size:20px;line-height:1.2}.hrep-side-heading a{color:var(--hrep-primary);font-size:12px;font-weight:700;text-decoration:none}
.hrep-card-footnote{margin-top:12px;color:var(--hrep-text-soft);font-size:12px}.hrep-panel-copy,.hrep-content,.hrep-policy-block p,.hrep-developer-card p,.hrep-parent-project-card p{color:#55657f;line-height:1.75}.hrep-content>*:first-child,.hrep-policy-block p:last-child,.hrep-content p:last-child{margin-top:0}.hrep-policy-block+.hrep-policy-block{margin-top:18px;padding-top:18px;border-top:1px solid var(--hrep-border)}.hrep-policy-block strong{display:block;margin-bottom:8px;font-size:16px}
/* overview */
.hrep-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--hrep-border);border-radius:6px;background:var(--hrep-border)}.hrep-overview-row{display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 14px;align-items:start;min-height:88px;padding:15px;background:#fff}.hrep-overview-icon{grid-row:1/span 2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--hrep-primary-soft);color:var(--hrep-primary)}.hrep-overview-icon .hrep-icon{width:18px;height:18px}.hrep-overview-row>span:nth-child(2){color:var(--hrep-text-soft);font-size:12px;line-height:1.4}.hrep-overview-row strong{display:block;color:var(--hrep-text);font-size:15px;line-height:1.45;word-break:break-word}
/* media */
.hrep-media-strip,.hrep-mixed-slider{display:flex;gap:14px;overflow:auto;padding-bottom:4px;scrollbar-width:thin}.hrep-media-slide,.hrep-mixed-slide{display:flex;min-width:0;flex:0 0 calc(33.333% - 10px);flex-direction:column;gap:10px}.hrep-media-slide img,.hrep-mixed-slide img{display:block;width:100%;height:220px;object-fit:cover;border-radius:8px}.hrep-media-slide .hrep-image-button,.hrep-mixed-slide .hrep-image-button{position:relative;display:block}.hrep-media-slide iframe,.hrep-mixed-slide iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:8px;background:#000}
.hrep-media-caption{display:flex;justify-content:space-between;gap:8px;color:var(--hrep-text-soft);font-size:12px}.hrep-media-caption strong{display:block;color:var(--hrep-text);font-size:14px;margin-bottom:2px}.hrep-media-caption span{display:inline-flex;align-items:center;gap:5px}.hrep-zoom-badge{position:absolute;right:12px;bottom:12px;display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(19,30,54,.68);color:#fff;backdrop-filter:blur(6px)}
.hrep-slider-nav{display:flex;gap:10px;margin-top:14px}.hrep-slider-nav button{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--hrep-border);border-radius:12px;background:#fff;color:var(--hrep-text)}.hrep-slider-nav button:hover{border-color:var(--hrep-border-strong);color:var(--hrep-primary)}.hrep-media-empty,.hrep-media-placeholder{display:grid;place-items:center;height:220px;border:1px dashed var(--hrep-border-strong);border-radius:8px;background:var(--hrep-surface-soft);color:var(--hrep-text-soft)}.hrep-media-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.hrep-media-filter{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid var(--hrep-border);border-radius:999px;background:#fff;color:var(--hrep-text-soft);font-size:12px;font-weight:700;cursor:pointer}.hrep-media-filter.is-active{border-color:#d9e1ff;background:var(--hrep-primary-soft);color:var(--hrep-primary)}
/* growth */
.hrep-growth-list{display:grid;gap:12px}.hrep-growth-item{padding:16px;border:1px solid var(--hrep-border);border-radius:8px;background:var(--hrep-surface-soft)}.hrep-growth-title{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;border:0;background:transparent;color:var(--hrep-text);text-align:left;cursor:pointer}.hrep-growth-copy{display:grid;gap:4px}.hrep-growth-copy strong{font-size:16px;line-height:1.4}.hrep-growth-copy small{color:var(--hrep-text-soft);font-size:12px}.hrep-growth-chevron{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff;color:var(--hrep-primary)}.hrep-growth-source-link{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--hrep-primary);font-size:12px;font-weight:700;text-decoration:none}
/* search */
.hrep-search-form{position:relative;margin:0;padding:10px;border:1px solid var(--hrep-border);border-radius:8px;background:var(--hrep-surface);box-shadow:var(--hrep-shadow)}.hrep-search-main{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}.hrep-search-main input,.hrep-filter-dialog select,.hrep-account-form input,.hrep-account-form select,.hrep-account-form textarea,.hrep-dashboard-search input{font:inherit}
.hrep-search-main input{width:100%;height:42px;min-width:0;padding:0 12px;border:1px solid var(--hrep-border);border-radius:5px;background:var(--hrep-surface-muted);color:var(--hrep-text);outline:0}.hrep-search-main input:focus,.hrep-filter-dialog select:focus,.hrep-account-form input:focus,.hrep-account-form select:focus,.hrep-account-form textarea:focus,.hrep-dashboard-search input:focus,.hrep-login-form-wrap input[type=text]:focus,.hrep-login-form-wrap input[type=password]:focus{border-color:#b7c5ff;background:#fff;box-shadow:0 0 0 3px rgba(75,107,251,.10)}.hrep-search-submit,.hrep-filter-open{min-height:42px}
.hrep-filter-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#fff;color:var(--hrep-primary);font-size:10px;font-weight:800}.hrep-filter-modal,.hrep-lightbox,.hrep-info-modal{position:fixed;inset:0;z-index:100000;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.hrep-filter-modal.is-open,.hrep-lightbox.is-open,.hrep-info-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.hrep-filter-modal,.hrep-info-modal{display:grid;place-items:center;padding:20px}.hrep-filter-backdrop,.hrep-info-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(17,24,40,.52);backdrop-filter:blur(6px)}.hrep-filter-dialog,.hrep-info-dialog{position:relative;z-index:2;width:min(760px,100%);max-height:82vh;overflow:auto;border:1px solid var(--hrep-border);border-radius:8px;background:#fff;box-shadow:var(--hrep-shadow-lg)}
.hrep-filter-dialog-head,.hrep-filter-dialog-foot,.hrep-info-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--hrep-border)}.hrep-filter-dialog-foot{border-top:1px solid var(--hrep-border);border-bottom:0;justify-content:flex-end}.hrep-filter-dialog .hrep-filters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px}.hrep-filter-dialog select{width:100%;height:42px;padding:0 12px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff;outline:0}
.hrep-info-head h3{margin:0;font-size:22px}.hrep-info-body{padding:15px}.hrep-info-source{display:block;color:var(--hrep-primary);font-size:12px;font-weight:800}.hrep-info-description{margin:12px 0 18px;color:#45546e;line-height:1.7;white-space:pre-line}.hrep-filter-opened,.hrep-modal-open,.hrep-lightbox-open{overflow:hidden}.hrep-embedded-search{margin-bottom:18px}
/* results */
.hrep-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0 14px;flex-wrap:wrap}.hrep-count{font-size:15px;font-weight:800;color:var(--hrep-text)}.hrep-results-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hrep-view-switch{display:inline-flex;padding:3px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff}.hrep-view-switch button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;min-width:105px;padding:0 12px;border:0;border-radius:3px;background:transparent;color:var(--hrep-text-soft);font-size:12px;font-weight:800;cursor:pointer}.hrep-view-switch button.active{background:var(--hrep-primary-soft);color:var(--hrep-primary)}
.hrep-cart-mini{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff;color:var(--hrep-text);font-size:12px;font-weight:800}.hrep-cart-mini b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:var(--hrep-primary-soft);color:var(--hrep-primary);font-size:11px}
.hrep-grid,.hrep-results,.hrep-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hrep-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--hrep-border);border-radius:8px;background:#fff;box-shadow:none}.hrep-card-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#e9eef8;text-decoration:none}.hrep-card-image img{display:block;width:100%;height:100%;object-fit:cover}.hrep-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:15px}.hrep-card-project{overflow:hidden;color:var(--hrep-primary);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.hrep-card h3{margin:6px 0 10px;font-size:18px;line-height:1.35}.hrep-card h3 a{text-decoration:none}.hrep-unit-line,.hrep-card-specs{display:flex;flex-wrap:wrap;gap:8px}.hrep-unit-line{margin:0 0 10px}.hrep-unit-line span,.hrep-card-specs span{padding:5px 8px;border-radius:3px;background:var(--hrep-surface-muted);color:#586a84;font-size:11px;font-weight:700}.hrep-card-location{min-height:40px;font-size:12px}.hrep-card-location span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hrep-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px}.hrep-card-foot>strong{font-size:18px;line-height:1.2;color:#182338}.hrep-loading,.hrep-empty{grid-column:1/-1;padding:42px 18px;text-align:center;color:var(--hrep-text-soft)}.hrep-empty{display:grid;justify-items:center;gap:8px}.hrep-empty>.hrep-icon{width:30px;height:30px;color:#9ba9bf}
/* table */
.hrep-table-view{display:none}.hrep-listing-browser.is-table .hrep-card-view{display:none!important}.hrep-listing-browser.is-table .hrep-table-view{display:block}.hrep-results-shell,.hrep-table-wrap,.hrep-project-listings,.hrep-single-grid>section,.hrep-single-grid>aside{min-width:0;max-width:100%}
.hrep-table-wrap{width:100%;overflow:auto hidden;border:1px solid var(--hrep-border);border-radius:6px;background:#fff;box-shadow:none}.hrep-list-table{width:100%;min-width:980px;margin:0;border-collapse:collapse}.hrep-list-table th,.hrep-list-table td{padding:14px 14px;border-bottom:1px solid var(--hrep-border);text-align:left;vertical-align:middle}.hrep-list-table th{background:var(--hrep-surface-soft);color:var(--hrep-text-soft);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.hrep-list-table tr:last-child td{border-bottom:0}
.hrep-table-product{display:flex;align-items:center;gap:12px;min-width:220px;color:var(--hrep-text);font-weight:800;text-decoration:none}.hrep-table-product img{width:64px;height:50px;flex:0 0 auto;border-radius:4px;object-fit:cover}.hrep-list-table small{display:block;margin-top:4px;color:var(--hrep-text-soft)}.hrep-table-location{max-width:260px;font-size:12px}.hrep-list-table td:last-child,.hrep-list-table th:last-child{text-align:right}.hrep-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px}.hrep-pagination button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--hrep-border);border-radius:4px;background:#fff;color:var(--hrep-text);cursor:pointer}.hrep-pagination button.active{border-color:var(--hrep-primary);background:var(--hrep-primary);color:#fff}
/* side */
.hrep-advisor-card,.hrep-parent-project-card,.hrep-developer-card,.hrep-lead-card,.hrep-related-projects{display:grid;gap:16px}.hrep-online-dot{display:inline-flex;align-items:center;gap:6px;color:var(--hrep-success);font-size:12px;font-weight:800}.hrep-online-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hrep-success)}
.hrep-advisor-head{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:start}.hrep-contact-avatar{width:72px;height:72px;border-radius:18px;object-fit:cover}.hrep-advisor-head strong{display:block;font-size:18px}.hrep-advisor-head span{display:block;margin-top:4px;color:var(--hrep-primary);font-size:12px;font-weight:700}.hrep-advisor-head small{display:block;margin-top:8px;color:var(--hrep-text-soft);font-size:12px;line-height:1.6}.hrep-contact-actions-inline{display:grid;grid-template-columns:1fr;gap:10px}
.hrep-parent-project-image,.hrep-developer-image{display:block;overflow:hidden;border-radius:8px}.hrep-parent-project-image img,.hrep-developer-image img{display:block;width:100%;height:190px;object-fit:cover}.hrep-parent-project-title,.hrep-developer-card h3{margin:0;font-size:22px;line-height:1.25}.hrep-parent-project-title a{text-decoration:none}.hrep-developer-placeholder{display:grid;place-items:center;height:160px;border-radius:8px;background:var(--hrep-surface-soft);color:var(--hrep-primary)}.hrep-developer-placeholder .hrep-icon{width:38px;height:38px}
.hrep-lead-form{display:grid;gap:12px}.hrep-lead-form label{display:grid;gap:7px}.hrep-lead-form label>span{color:var(--hrep-text-soft);font-size:12px;font-weight:700}.hrep-lead-form input,.hrep-lead-form textarea{width:100%;border:1px solid var(--hrep-border);border-radius:12px;background:#fff;color:var(--hrep-text);outline:0}.hrep-lead-form input{height:46px;padding:0 14px}.hrep-lead-form textarea{min-height:110px;padding:12px 14px;resize:vertical}.hrep-form-message{padding:12px 14px;border-radius:12px;font-size:12px;font-weight:700}.hrep-form-message.is-success{background:#e9faf3;color:#12754c}.hrep-form-message.is-error{background:#fff2f5;color:#b63c54}
.hrep-related-project-list{display:grid;gap:10px}.hrep-related-project-item{display:grid;grid-template-columns:58px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:12px;border:1px solid var(--hrep-border);border-radius:14px;background:var(--hrep-surface-soft);text-decoration:none}.hrep-related-project-item img{width:58px;height:58px;border-radius:4px;object-fit:cover}.hrep-related-project-item strong,.hrep-related-project-item small,.hrep-related-project-item b{display:block}.hrep-related-project-item strong{font-size:14px;line-height:1.35}.hrep-related-project-item small{margin-top:4px;color:var(--hrep-text-soft);font-size:11px}.hrep-related-project-item b{margin-top:6px;color:var(--hrep-primary);font-size:12px}
.hrep-feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hrep-feature-strip>div{padding:14px;border-radius:8px;background:var(--hrep-surface-soft)}.hrep-feature-strip .hrep-icon{display:grid;place-items:center;width:34px;height:34px;padding:8px;border-radius:12px;background:#fff;color:var(--hrep-primary);box-shadow:0 6px 14px rgba(20,34,67,.06)}.hrep-feature-strip span,.hrep-feature-strip strong{display:block}.hrep-feature-strip span{margin-top:10px;color:var(--hrep-text-soft);font-size:12px}.hrep-feature-strip strong{margin-top:4px;font-size:14px}
/* related/cta */
.hrep-related-card{overflow:hidden;border:1px solid var(--hrep-border);border-radius:6px;background:var(--hrep-surface-soft)}.hrep-related-image{display:block}.hrep-related-image img{display:block;width:100%;height:190px;object-fit:cover}.hrep-related-card>div{padding:14px}.hrep-related-card h3{margin:0 0 6px;font-size:16px;line-height:1.35}.hrep-related-card h3 a{text-decoration:none}.hrep-related-card span{display:block;color:var(--hrep-text-soft);font-size:12px}.hrep-related-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.hrep-related-foot strong{color:var(--hrep-primary);font-size:14px}.hrep-related-foot small{color:var(--hrep-text-soft);font-size:11px}
.hrep-cta-card{position:relative;overflow:hidden;min-height:220px;padding:24px;border-radius:8px;background:linear-gradient(145deg,rgba(75,107,251,.96),rgba(52,90,229,.92));color:#fff;box-shadow:var(--hrep-shadow-lg)}.hrep-cta-card:before{content:"";position:absolute;inset:0;background:var(--hrep-cta-image) center/cover no-repeat;opacity:.15}.hrep-cta-card>div{position:relative;z-index:1;display:grid;gap:12px;max-width:75%}.hrep-cta-card strong{font-size:28px;line-height:1.16}.hrep-cta-card p{margin:0;color:rgba(255,255,255,.9);line-height:1.7}
/* cart */
.hrep-cart-page{width:min(900px,calc(100vw - 32px));margin-inline:auto}.hrep-cart-page>h2{margin:0 0 6px}.hrep-cart-note{margin:0 0 18px;color:var(--hrep-text-soft)}.hrep-cart-row{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--hrep-border);border-radius:6px;background:#fff;box-shadow:none}.hrep-cart-row+.hrep-cart-row{margin-top:12px}.hrep-cart-row img{width:86px;height:66px;border-radius:4px;object-fit:cover}.hrep-cart-row h3{margin:0 0 4px;font-size:16px}.hrep-cart-row h3 a{text-decoration:none}.hrep-cart-row strong{font-size:14px}
/* lightbox */
.hrep-lightbox{display:grid;place-items:center;padding:24px;background:rgba(9,14,26,.92);backdrop-filter:blur(10px)}.hrep-lightbox-close{position:absolute;z-index:3;top:18px;right:18px}.hrep-lightbox-stage{width:min(1200px,94vw);max-height:90vh;display:grid;justify-items:center;gap:12px}.hrep-lightbox-media{display:grid;width:100%;max-height:82vh;place-items:center}.hrep-lightbox-media img{max-width:100%;max-height:82vh;border-radius:8px;object-fit:contain}.hrep-lightbox-media iframe{width:min(1000px,92vw);aspect-ratio:16/9;border:0;border-radius:8px;background:#000}.hrep-lightbox-caption{color:#fff;font-size:12px;text-align:center}.hrep-lightbox-video-fallback{display:grid;justify-items:center;gap:14px;padding:28px;border-radius:18px;background:#fff;color:var(--hrep-text)}
/* account */
.hrep-account-page{width:min(1320px,calc(100vw - 32px));margin-inline:auto;padding:28px 0 56px}.hrep-account-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.hrep-account-sidebar{position:sticky;top:18px;display:flex;min-height:calc(100vh - 36px);flex-direction:column;padding:24px;border-radius:8px;background:linear-gradient(180deg,#4f73f6 0%,#5c81ff 100%);color:#fff;box-shadow:var(--hrep-shadow-lg)}
.hrep-brand{padding-bottom:18px}.hrep-brand strong{display:block;font-size:22px}.hrep-brand span{display:block;margin-top:5px;font-size:12px;opacity:.8}.hrep-account-nav{display:grid;gap:8px}.hrep-account-nav-link{display:flex;align-items:center;gap:12px;min-height:42px;padding:0 12px;border-radius:4px;color:rgba(255,255,255,.86);font-size:12px;font-weight:700;text-decoration:none!important}.hrep-account-nav-link:hover{background:rgba(255,255,255,.10);color:#fff}.hrep-account-nav-link.is-active{background:#fff;color:#24324b}.hrep-account-nav-icon{display:grid;place-items:center;width:20px}
.hrep-side-illustration{margin-top:auto;padding:16px;border-radius:8px;background:rgba(255,255,255,.12)}.hrep-side-illustration small{display:block;color:rgba(255,255,255,.84);font-size:11px;line-height:1.6}.hrep-account-main{min-width:0}.hrep-dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.hrep-dashboard-search{display:block;flex:1}.hrep-dashboard-search input{width:100%;height:42px;padding:0 12px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff;color:var(--hrep-text);outline:0}
.hrep-dashboard-user{display:flex;align-items:center;gap:12px}.hrep-dashboard-user img{width:42px;height:42px;border-radius:50%}.hrep-dashboard-user-meta strong,.hrep-dashboard-user-meta small{display:block}.hrep-dashboard-user-meta strong{font-size:12px}.hrep-dashboard-user-meta small{margin-top:2px;color:var(--hrep-text-soft);font-size:11px}.hrep-dashboard-bell{display:none}.hrep-logout-link{width:40px;height:40px}.hrep-account-notice{margin-bottom:18px;padding:12px 14px;border:1px solid var(--hrep-border);border-radius:5px;background:#f4f7ff;color:#365077;font-size:12px}.hrep-dashboard-title{margin-bottom:18px}.hrep-dashboard-title h1{font-size:clamp(28px,4vw,40px)}
.hrep-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.hrep-stat-card{padding:15px;border:1px solid var(--hrep-border);border-radius:6px;background:#fff;box-shadow:none}.hrep-stat-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:14px;border-radius:12px;background:var(--hrep-primary-soft);color:var(--hrep-primary)}.hrep-stat-icon .hrep-icon{width:20px;height:20px}.hrep-stat-label{color:var(--hrep-text-soft);font-size:11px}.hrep-stat-value{margin-top:6px;font-size:28px;font-weight:850;line-height:1}.hrep-stat-note{margin-top:7px;color:var(--hrep-success);font-size:10.5px;font-weight:700}
.hrep-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px}.hrep-account-panel{padding:22px;border:1px solid var(--hrep-border);border-radius:8px;background:#fff;box-shadow:none}.hrep-account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.hrep-account-panel-head h2{margin:5px 0 0;font-size:24px;line-height:1.2}.hrep-panel-link{color:var(--hrep-primary);font-size:12px;font-weight:750;text-decoration:none}.hrep-account-aside-card p{color:var(--hrep-text-soft);line-height:1.65}.hrep-account-actions-stack{display:grid;gap:8px;margin-top:16px}
.hrep-mini-post-list{display:grid}.hrep-mini-post-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--hrep-border)}.hrep-mini-post-list article:last-child{border-bottom:0}.hrep-mini-post-list strong{font-size:14px}.hrep-mini-post-list span{color:var(--hrep-text-soft);font-size:11px}.hrep-mini-post-list a{color:var(--hrep-primary);font-size:11px;font-weight:750;text-decoration:none}
.hrep-account-table{display:grid;gap:10px}.hrep-empty-box{padding:16px;border-radius:14px;background:var(--hrep-surface-soft);color:var(--hrep-text-soft);font-size:12px}.hrep-account-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid var(--hrep-border);border-radius:5px;background:var(--hrep-surface-soft)}.hrep-account-row-main{display:flex;align-items:center;gap:12px;min-width:0}.hrep-account-row-thumb{display:grid;place-items:center;width:62px;height:52px;flex:0 0 auto;overflow:hidden;border-radius:4px;background:#fff;color:var(--hrep-primary)}.hrep-account-row-thumb img{width:100%;height:100%;object-fit:cover}.hrep-account-row-main h3{margin:0 0 3px;font-size:14px}.hrep-account-row-main p{margin:0;color:var(--hrep-text-soft);font-size:11px}.hrep-account-row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}
.hrep-account-form{display:grid;gap:16px}.hrep-form-grid{display:grid;gap:12px}.hrep-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hrep-form-grid label{display:grid;gap:6px;min-width:0}.hrep-form-grid label>span{color:#50617d;font-size:11.5px;font-weight:750}.hrep-form-grid label.is-full{grid-column:1/-1}.hrep-account-form input,.hrep-account-form select,.hrep-account-form textarea{width:100%;min-width:0;border:1px solid var(--hrep-border);border-radius:5px;background:#fff;color:var(--hrep-text);outline:0}.hrep-account-form input,.hrep-account-form select{height:42px;padding:0 12px}.hrep-account-form textarea{min-height:110px;padding:12px;resize:vertical}.hrep-account-form-foot{display:flex;flex-wrap:wrap;gap:8px}
.hrep-login-panel{max-width:680px}.hrep-panel-intro h2{margin:8px 0 6px;font-size:27px}.hrep-panel-intro p{margin:0 0 16px;color:var(--hrep-text-soft)}.hrep-login-form-wrap form{display:grid;gap:11px}.hrep-login-form-wrap label{display:block;margin-bottom:5px;color:#50617d;font-size:11.5px;font-weight:750}.hrep-login-form-wrap input[type=text],.hrep-login-form-wrap input[type=password]{width:100%;height:42px;padding:0 12px;border:1px solid var(--hrep-border);border-radius:5px;background:#fff}.hrep-login-form-wrap .login-submit input{min-height:40px;padding:0 15px;border:1px solid var(--hrep-primary);border-radius:5px;background:var(--hrep-primary);color:#fff;font-weight:750}.hrep-account-help{margin-top:14px;color:var(--hrep-text-soft);font-size:12px}
/* responsive */
@media (max-width:1199px){.hrep-shell,.hrep-account-page{width:min(var(--hrep-container),calc(100vw - 24px))}.hrep-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hrep-listing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hrep-grid,.hrep-results,.hrep-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1099px){.hrep-row{gap:18px}.hrep-detail-hero,.hrep-panel{padding:15px}.hrep-account-shell{grid-template-columns:1fr}.hrep-account-sidebar{position:relative;top:auto;min-height:auto}.hrep-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hrep-dashboard-grid{grid-template-columns:1fr}}
@media (max-width:767px){.hrep-shell,.hrep-cart-page,.hrep-account-page{width:calc(100vw - 16px)}.hrep-row{gap:14px}.hrep-detail-hero{padding:12px;border-radius:20px}.hrep-hero-stage{border-radius:8px}.hrep-hero-thumb{width:72px;height:52px}.hrep-hero-project-link{font-size:16px}.hrep-detail-hero-summary{gap:12px;padding:2px 0}.hrep-detail-hero-summary h1{font-size:32px}.hrep-listing-price{font-size:34px}.hrep-location-line{font-size:12px}.hrep-location-line a{margin-left:0}.hrep-hero-stats,.hrep-listing-stats,.hrep-overview-grid,.hrep-grid,.hrep-results,.hrep-related-grid,.hrep-feature-strip,.hrep-filter-dialog .hrep-filters{grid-template-columns:1fr}.hrep-hero-actions{display:grid;grid-template-columns:1fr 1fr}.hrep-hero-actions .hrep-btn,.hrep-hero-actions .hrep-share,.hrep-hero-actions .hrep-share .hrep-btn{width:100%}.hrep-hero-actions > .hrep-btn--primary{grid-column:1/-1}.hrep-panel{padding:16px;border-radius:18px}.hrep-panel-heading,.hrep-panel-title-row,.hrep-side-heading{margin-bottom:14px}.hrep-panel-heading h2,.hrep-panel-title-row h2{font-size:22px}.hrep-overview-row{min-height:0;padding:14px}.hrep-media-slide,.hrep-mixed-slide{flex-basis:78%}.hrep-media-slide img,.hrep-mixed-slide img{height:180px}.hrep-search-form{padding:12px}.hrep-search-main{grid-template-columns:1fr}.hrep-search-submit,.hrep-filter-open{width:100%}.hrep-results-head{align-items:flex-start}.hrep-results-tools{width:100%}.hrep-view-switch{width:100%}.hrep-view-switch button{min-width:0;flex:1}.hrep-cart-mini{margin-left:0}.hrep-listing-browser.is-table .hrep-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.hrep-listing-browser.is-table .hrep-list-table{min-width:0;border:0}.hrep-listing-browser.is-table thead{display:none}.hrep-listing-browser.is-table tbody,.hrep-listing-browser.is-table tr,.hrep-listing-browser.is-table td{display:block;width:100%}.hrep-listing-browser.is-table tr{margin-bottom:10px;padding:14px;border:1px solid var(--hrep-border);border-radius:8px;background:#fff;box-shadow:var(--hrep-shadow)}.hrep-listing-browser.is-table td{display:grid;grid-template-columns:108px minmax(0,1fr);gap:10px;align-items:center;padding:8px 0;border:0!important}.hrep-listing-browser.is-table td:before{content:attr(data-label);color:var(--hrep-text-soft);font-size:10px;font-weight:800;text-transform:uppercase}.hrep-listing-browser.is-table .hrep-table-product{min-width:0}.hrep-filter-modal,.hrep-info-modal{padding:0;align-items:end}.hrep-filter-dialog,.hrep-info-dialog{width:100%;max-height:88vh;border-radius:24px 24px 0 0}.hrep-cart-row{grid-template-columns:72px minmax(0,1fr);align-items:start}.hrep-cart-row > :last-child{grid-column:1/-1}.hrep-account-page{padding:12px 0 30px}.hrep-account-nav{display:flex;overflow:auto}.hrep-account-nav-link{flex:0 0 auto}.hrep-dashboard-topbar{display:grid;gap:10px}.hrep-dashboard-user{justify-content:flex-start}.hrep-account-panel-head{display:block}.hrep-account-panel-head>.hrep-btn,.hrep-account-panel-head>.hrep-panel-link{margin-top:10px}.hrep-form-grid-2{grid-template-columns:1fr}.hrep-account-row{display:grid;grid-template-columns:1fr}.hrep-account-row-actions{justify-content:flex-start}.hrep-mini-post-list article{grid-template-columns:1fr;justify-items:start;gap:5px}.hrep-lightbox{padding:12px}.hrep-lightbox-close{top:10px;right:10px}.hrep-lightbox-media iframe{width:96vw}}
@media(prefers-reduced-motion:reduce){.hrep-card,.hrep-card-image img,.hrep-filter-modal,.hrep-lightbox,.hrep-info-modal,.hrep-btn,.hrep-icon-btn{transition:none!important}.hrep-mixed-slider,.hrep-media-strip,.hrep-hero-thumbs{scroll-behavior:auto!important}}


/* v2.1 Flatsome harmony layer — system-level only */
.hrep-single h1,.hrep-single h2,.hrep-single h3,.hrep-app h1,.hrep-app h2,.hrep-app h3{font-family:inherit;color:var(--hrep-text);font-weight:700}
.hrep-kicker,.hrep-eyebrow,.hrep-panel-badge{font-size:.72em;letter-spacing:.08em;font-weight:700}
.hrep-panel-heading h2,.hrep-panel-title-row h2{font-weight:700}
.hrep-card h3,.hrep-related-card h3,.hrep-parent-project-title,.hrep-developer-card h3{font-weight:700}
.hrep-btn,.hrep-search-submit,.hrep-filter-open,.hrep-cart-btn{font-family:inherit}
.hrep-btn .hrep-icon{width:16px;height:16px}
.hrep-search-submit,.hrep-filter-open,.hrep-cart-btn{border-radius:5px!important;box-shadow:none!important}
.hrep-card,.hrep-panel,.hrep-search-form,.hrep-table-wrap,.hrep-account-panel,.hrep-stat-card{box-shadow:none}
.hrep-card:hover{transform:none;border-color:var(--hrep-border-strong);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.hrep-card-image img{transition:opacity .2s ease}.hrep-card:hover .hrep-card-image img{opacity:.96}
.hrep-detail-sidebar{gap:20px}
.hrep-detail-main{gap:30px}
.hrep-panel-copy+.hrep-media-strip,.hrep-content+.hrep-media-strip{margin-top:15px}
.hrep-policy-block p{margin-bottom:0}
.hrep-results-head{margin:20px 0 12px}
.hrep-pagination button{border-radius:4px}
.hrep-filter-count,.hrep-cart-mini b{border-radius:999px}
.hrep-lead-form input,.hrep-lead-form textarea,.hrep-account-form input,.hrep-account-form textarea,.hrep-account-form select,.hrep-login-form-wrap input[type=text],.hrep-login-form-wrap input[type=password]{border-radius:5px}
.hrep-related-project-item{border-radius:5px}.hrep-related-project-item img{border-radius:4px}
.hrep-parent-project-image,.hrep-developer-image{border-radius:6px}
.hrep-feature-strip>div{border-radius:5px;border:1px solid var(--hrep-border);background:#fff}
.hrep-cta-card{border-radius:8px}
.hrep-hero-thumbs{gap:8px}
.hrep-hero-thumb{border-radius:4px}
.hrep-media-slide img,.hrep-mixed-slide img,.hrep-media-slide iframe,.hrep-mixed-slide iframe{border-radius:6px}
.hrep-growth-item{border-radius:6px;background:#fff}
.hrep-growth-chevron{border-radius:50%}
.hrep-account-sidebar{border-radius:8px}
.hrep-account-nav-link{border-radius:4px}
.hrep-account-row{border-radius:6px}
@media(max-width:767px){
  .hrep-shell,.hrep-cart-page,.hrep-account-page{width:calc(100vw - 20px)}
  .hrep-row{gap:15px}
  .hrep-detail-hero{padding:10px;border-radius:8px}
  .hrep-panel{padding:15px;border-radius:6px}
  .hrep-hero-actions{grid-template-columns:1fr 1fr}
  .hrep-btn{min-height:40px;padding:0 12px}
  .hrep-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:5px}
  .hrep-overview-row{min-height:78px;padding:12px}
  .hrep-overview-icon{width:30px;height:30px}
  .hrep-panel-heading h2,.hrep-panel-title-row h2{font-size:21px}
  .hrep-media-slide,.hrep-mixed-slide{flex-basis:84%}
}

/* v2.1.1 refinement fixes */
.hrep-location-line--hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}
.hrep-location-line-main{display:flex;align-items:flex-start;gap:8px;min-width:0;color:var(--hrep-text-soft)}
.hrep-location-line-main span{display:block;min-width:0}
.hrep-location-line--hero>a{margin-left:0;justify-self:end;white-space:nowrap}
.hrep-hero-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;align-items:stretch}
.hrep-hero-actions>.hrep-btn,.hrep-hero-actions>.hrep-share,.hrep-hero-actions>.hrep-share .hrep-btn{width:100%}
.hrep-hero-actions>.hrep-share{display:block}.hrep-hero-actions>.hrep-share .hrep-share-status{display:none}
.hrep-hero-actions>.hrep-btn--primary{grid-column:1/-1}
.hrep-hero-actions--project>.hrep-btn--primary{margin-top:2px}
.hrep-media-panel .hrep-panel-title-row{align-items:flex-start}
.hrep-media-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}
.hrep-media-tabs{display:inline-flex;align-items:center;gap:2px;padding:4px;border:1px solid var(--hrep-border);border-radius:999px;background:var(--hrep-surface-soft)}
.hrep-media-tabs button{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:36px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:var(--hrep-text-soft);font-size:13px;font-weight:700;cursor:pointer}
.hrep-media-tabs button.is-active{background:#fff;color:var(--hrep-primary);box-shadow:0 1px 2px rgba(0,0,0,.05)}
.hrep-slider-nav{margin-top:0}
.hrep-growth-item{padding:18px 20px}
.hrep-growth-title{align-items:flex-start}
.hrep-growth-copy{min-width:0}
.hrep-growth-copy strong{font-size:17px;line-height:1.5}
.hrep-growth-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid var(--hrep-border)}
.hrep-growth-meta small{color:var(--hrep-text-soft);font-size:12px;font-weight:700}
.hrep-growth-source-link{margin-top:0;white-space:nowrap}
.hrep-project-listings .hrep-results-head,.hrep-project-listings .hrep-embedded-search{margin-left:0;margin-right:0}
.hrep-project-listings .hrep-results-head{margin-top:16px}
.hrep-project-listings .hrep-results-tools{margin-left:auto}
.hrep-project-listings .hrep-view-switch{order:1}
.hrep-project-listings .hrep-cart-mini{order:2}
.hrep-card-body{gap:10px}
.hrep-card h3{margin:4px 0 2px}
.hrep-unit-line,.hrep-card-specs{gap:8px}
.hrep-card-location{min-height:0;margin-top:-2px}
.hrep-card-foot{padding-top:10px}
.hrep-overview-panel:empty{display:none}
.hrep-detail-main>.hrep-panel:first-child{margin-top:0}
@media (max-width:991px){
  .hrep-location-line--hero{grid-template-columns:1fr}
  .hrep-location-line--hero>a{justify-self:start}
}
@media (max-width:767px){
  .hrep-hero-actions{grid-template-columns:1fr 1fr}
  .hrep-media-panel .hrep-panel-title-row{display:grid;gap:12px}
  .hrep-media-tools{justify-content:flex-start}
  .hrep-media-tabs{width:100%;overflow:auto;padding:4px}
  .hrep-media-tabs button{min-width:92px;flex:0 0 auto}
  .hrep-growth-meta{display:grid;justify-items:start}
  .hrep-project-listings .hrep-results-tools{width:100%;display:grid;gap:10px}
  .hrep-project-listings .hrep-cart-mini,.hrep-project-listings .hrep-view-switch{width:100%}
  .hrep-card-foot{grid-template-columns:1fr;align-items:flex-start}
}
