:root{
      --blue:#0647d9;
      --blue-2:#0b5cff;
      --blue-dark:#062a7a;
      --red:#ef1624;
      --red-2:#ff3341;
      --ink:#0d1b3d;
      --muted:#69738a;
      --line:#e7ecf5;
      --soft:#f5f8ff;
      --white:#fff;
      --shadow:0 18px 45px rgba(6,31,87,.10);
      --radius:18px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:#fff;}
    button,input,select,textarea{font:inherit}
    a{text-decoration:none;color:inherit}
    .app-shell{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
    .sidebar{padding:20px 18px;border-right:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(18px);z-index:30;display:flex;flex-direction:column;gap:18px}
    .brand-mini{display:flex;align-items:center;gap:10px;padding:6px 0 10px}
    .bag-logo{width:46px;height:42px;position:relative;display:grid;place-items:center;flex:0 0 auto}
    .bag-logo:before{content:"";position:absolute;width:30px;height:31px;left:7px;bottom:1px;background:linear-gradient(150deg,var(--blue),#0034a8);border-radius:8px 8px 7px 7px;transform:rotate(4deg);box-shadow:0 8px 16px rgba(6,71,217,.22)}
    .bag-logo:after{content:"";position:absolute;width:28px;height:31px;right:5px;bottom:0;background:linear-gradient(160deg,var(--red),#c50012);border-radius:8px 8px 7px 7px;transform:rotate(-5deg);box-shadow:0 8px 16px rgba(239,22,36,.22)}
    .bag-logo span{position:relative;z-index:2;font-weight:950;font-size:22px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2)}
    .bag-logo i{position:absolute;z-index:3;top:0;width:22px;height:17px;border:3px solid var(--blue);border-bottom:0;border-radius:12px 12px 0 0;background:transparent}
    .brand-word{font-size:31px;font-weight:950;line-height:1;letter-spacing:-1.6px;color:var(--blue);font-style:italic}
    .nav{display:grid;gap:8px;margin-top:4px}
    .nav a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;color:#22325a;font-weight:750;font-size:15px;transition:.18s ease}
    .nav a svg{width:22px;height:22px;color:var(--blue)}
    .nav a.active{background:linear-gradient(135deg,var(--red),#e00012);color:#fff;box-shadow:0 11px 23px rgba(239,22,36,.22)}
    .nav a.active svg{color:#fff}
    .trust-card,.download-card{border-radius:18px;background:linear-gradient(145deg,#f4f8ff,#fff);border:1px solid var(--line);padding:16px;box-shadow:0 10px 28px rgba(6,47,130,.06)}
    .trust-card strong{display:block;color:var(--blue);font-size:15px;margin-bottom:4px}
    .trust-card p,.download-card p{font-size:13px;line-height:1.25;margin:0;color:#5b6680}
    .trust-card small{display:block;color:var(--blue);font-weight:800;margin-top:10px}
    .sell-side{border:0;border-radius:15px;background:linear-gradient(135deg,var(--blue),#003dbb);color:#fff;padding:14px 14px;display:flex;align-items:center;gap:10px;font-weight:900;box-shadow:0 14px 28px rgba(6,71,217,.26);cursor:pointer}
    .sell-side span{width:30px;height:30px;background:#fff;color:var(--red);border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:950}
    .download-card{margin-top:auto;overflow:hidden;min-height:180px;position:relative}
    .download-card strong{display:block;color:var(--blue);font-size:18px;line-height:1.15;margin-bottom:18px;max-width:120px}
    .store-badges{display:grid;gap:6px;position:relative;z-index:2}
    .store{display:inline-flex;width:max-content;align-items:center;gap:6px;background:#111;color:#fff;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:700}
    .phone-art{position:absolute;right:-24px;bottom:-24px;width:110px;height:166px;border-radius:25px;background:linear-gradient(135deg,#082f9d,#0b7cff 70%,#b3d7ff);transform:rotate(-14deg);box-shadow:-12px 18px 35px rgba(0,54,166,.25);border:6px solid #0a1b44}
    .main{padding:18px 24px 92px;min-width:0}
    .topbar{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;margin-bottom:18px;position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);z-index:25;padding:0 0 10px}
    .hamb{border:0;background:transparent;color:var(--blue);display:grid;place-items:center;width:38px;height:38px;border-radius:10px;cursor:pointer}
    .search-wrap{height:56px;border:1px solid #cbd8f4;border-radius:16px;background:#fff;display:flex;align-items:center;gap:13px;padding:0 18px;box-shadow:0 8px 24px rgba(8,53,138,.06)}
    .search-wrap svg{color:var(--blue);width:24px;height:24px;flex:0 0 auto}
    .search-icon-btn{appearance:none;background:none;border:0;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;color:var(--blue);flex:0 0 auto;height:100%}
    .search-icon-btn:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:8px}
    .search-wrap input{border:0;outline:0;width:100%;font-size:16px;color:var(--ink);background:transparent}
    .top-actions{display:flex;align-items:center;gap:20px;white-space:nowrap;font-weight:800;font-size:14px;color:#142553}
    .top-action{display:flex;align-items:center;gap:7px;color:#122350}
    .top-action svg{width:23px;height:23px;color:var(--blue)}
    .hero{display:grid;grid-template-columns:minmax(330px,.60fr) 1fr;min-height:335px;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(6,31,87,.12);background:#0b46d4;margin-bottom:24px;position:relative}
    .hero-copy{position:relative;z-index:2;padding:58px 48px;color:#fff;background:linear-gradient(105deg,#0647d9 0%,#0754f1 68%,rgba(7,84,241,.54) 100%)}
    .hero-copy:after{content:"";position:absolute;right:-70px;top:-36px;width:220px;height:330px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 67%);transform:rotate(18deg)}
    .hero h1{font-size:52px;line-height:1.03;margin:0 0 20px;letter-spacing:-2.6px;color:#fff}
    .hero p{font-size:20px;margin:0 0 30px;color:#eaf1ff;font-weight:800}
    .red-btn{border:0;border-radius:12px;background:linear-gradient(135deg,var(--red),#f51f2e);color:#fff;padding:14px 26px;font-weight:950;box-shadow:0 13px 26px rgba(239,22,36,.26);cursor:pointer}
    .hero-photo{position:relative;background:linear-gradient(90deg,rgba(6,71,217,.38),rgba(6,71,217,.06) 30%,rgba(0,0,0,.06)),url('assets/hero/citadelle-photo.webp') center center/cover no-repeat;min-height:335px}
    .seller-portrait{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,71,217,.18),rgba(0,0,0,.00) 45%,rgba(0,0,0,.04))}
    .hero-badges{position:absolute;right:28px;top:26px;display:grid;gap:12px;z-index:2;width:246px}
    .h-badge{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 14px;border-radius:12px;box-shadow:0 14px 30px rgba(13,27,61,.16);font-weight:900;color:var(--blue)}
    .h-badge svg{width:28px;height:28px;color:var(--blue);flex:0 0 auto}
    .h-badge small{display:block;color:#59657d;font-weight:700;font-size:12px;margin-top:2px}
    .dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:8px}.dots span{width:9px;height:9px;border-radius:50%;background:#fff;opacity:.78}.dots span.active{width:23px;border-radius:999px;background:#fff;opacity:1}
    .section-head{display:flex;align-items:end;justify-content:space-between;margin:14px 0 11px}.section-head h2{font-size:22px;line-height:1;margin:0;color:#162449;letter-spacing:-.4px}.section-head a{color:var(--blue);font-weight:900;font-size:14px}
    .categories{display:grid;grid-template-columns:repeat(10,minmax(84px,1fr));gap:14px;margin-bottom:16px}
    .cat-card{border:0;background:#fff;border-radius:16px;padding:10px 8px 10px;border:1px solid var(--line);box-shadow:0 9px 20px rgba(8,35,85,.05);display:grid;gap:8px;place-items:center;cursor:pointer;transition:.16s ease}
    .cat-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(8,35,85,.10)}
    .cat-img{width:72px;height:58px;border-radius:13px;background:linear-gradient(135deg,#f4f7ff,#fff);display:grid;place-items:end start;font-size:28px;border:1px solid #eef2fa;overflow:hidden;background-size:cover;background-position:center;position:relative;box-shadow:inset 0 -30px 40px rgba(0,0,0,.16)}
    .cat-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.08));pointer-events:none}
    .cat-badge{position:relative;z-index:1;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.93);display:grid;place-items:center;color:var(--blue);box-shadow:0 6px 12px rgba(0,0,0,.10);margin:0 0 7px 7px}
    .cat-badge .pro-icon{width:14px;height:14px}
    .cat-card span{font-size:12.5px;font-weight:850;text-align:center;line-height:1.1;color:#18264c}
    .filters{display:grid;grid-template-columns:1fr 1.1fr 1.1fr 1.1fr 1.1fr auto auto;gap:12px;align-items:center;border:1px solid #dbe5f8;background:#f8fbff;border-radius:16px;padding:9px 11px;margin-bottom:13px}
    .where{display:flex;align-items:center;gap:8px;color:var(--blue);font-weight:900;white-space:nowrap}.filter-field{height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#18264c}.filter-field label{display:block;font-size:11px;color:#73809a;font-weight:750}.filter-field select,.filter-field input{border:0;outline:0;background:transparent;width:100%;font-weight:850;color:#18264c}.filter-btn{border:0;background:#fff;color:var(--blue);font-weight:950;border-radius:12px;height:48px;padding:0 19px;display:flex;align-items:center;gap:8px;cursor:pointer;border:1px solid var(--line)}
    .subtle{color:#69738a;font-size:13px;font-weight:650;margin-left:8px}.pin{color:var(--red)}
    .product-row{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:13px;overflow:visible}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 10px 24px rgba(13,43,92,.06);transition:.18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(13,43,92,.12)}.product-img{height:118px;background:#f3f6fb center/cover no-repeat;position:relative}.product-body{padding:11px}.product-title{font-size:14px;font-weight:900;color:#142553;margin:0 0 5px;line-height:1.18}.price{font-size:15px;color:var(--blue);font-weight:950;margin-bottom:4px}.loc{font-size:12px;color:#667189;font-weight:700}.distance{position:absolute;left:8px;bottom:7px;background:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:850;color:#34415f;box-shadow:0 4px 10px rgba(0,0,0,.12)}.tag{position:absolute;left:8px;top:8px;background:var(--red);color:#fff;border-radius:8px;padding:4px 8px;font-weight:900;font-size:11px}.heart{position:absolute;right:8px;top:8px;width:30px;height:30px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:#5d6680;box-shadow:0 6px 14px rgba(0,0,0,.12);cursor:pointer}.heart.active{color:var(--red)}
    .feature-row{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:13px;margin-bottom:10px}.bottom-nav{position:fixed;left:240px;right:0;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);height:72px;z-index:50}.bottom-nav a{display:grid;place-items:center;gap:2px;font-size:12px;font-weight:800;color:#172850}.bottom-nav svg{width:24px;height:24px}.bottom-nav a.active{color:var(--red)}.plus-main{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--red),#ff2432);color:#fff;display:grid;place-items:center;font-size:36px;line-height:1;box-shadow:0 12px 24px rgba(239,22,36,.3);margin-top:-22px}
    .mobile-brand{display:none}
    .sidebar-close{display:none;margin-left:auto;border:0;background:#f1f5ff;color:var(--blue);width:36px;height:36px;border-radius:50%;font-size:24px;font-weight:900;line-height:1;cursor:pointer}
    .menu-backdrop{display:none}
    .floating-post{display:none!important}.floating-post{position:fixed;right:24px;bottom:88px;z-index:45;border:0;background:linear-gradient(135deg,var(--red),#ff3845);color:#fff;border-radius:999px;padding:14px 18px;font-weight:950;display:flex;align-items:center;gap:10px;box-shadow:0 18px 38px rgba(239,22,36,.28);cursor:pointer}.floating-post span{font-size:23px;line-height:.9}.modal-backdrop{position:fixed;inset:0;background:rgba(5,11,29,.5);display:none;place-items:center;z-index:100;padding:18px}.modal{background:#fff;border-radius:22px;max-width:760px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.25)}.modal-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h3{margin:0;font-size:24px}.close{border:0;background:#f1f5ff;color:#10204a;border-radius:50%;width:38px;height:38px;font-size:22px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 24px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:900;font-size:13px;color:#243457}.field input,.field select,.field textarea{border:1px solid #dbe5f8;border-radius:12px;padding:13px;background:#fbfdff;outline:0}.field textarea{min-height:95px;resize:vertical}.upload-zone{border:2px dashed #c6d5f3;border-radius:14px;padding:20px;text-align:center;color:#56627d;background:#f8fbff;font-weight:800;cursor:pointer}.upload-zone:hover{border-color:var(--blue);background:#f2f7ff}.upload-zone input{display:none}.preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.preview-grid img{width:100%;height:84px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.product-actions{display:flex;gap:8px;margin-top:10px}.mini-btn{border:1px solid #d8e3f7;border-radius:10px;background:#fff;color:var(--blue);font-weight:900;padding:8px 10px;cursor:pointer;font-size:12px}.mini-btn.red,.mini-btn.danger{background:var(--red);border-color:var(--red);color:#fff}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;padding:22px 24px}.detail-photo{min-height:320px;border-radius:18px;background:#f2f6ff center/cover no-repeat;border:1px solid var(--line)}.detail-info h2{font-size:28px;margin:0 0 8px}.detail-price{font-size:26px;color:var(--blue);font-weight:950;margin:8px 0}.detail-chip{display:inline-flex;background:#f3f7ff;border:1px solid #dce7fb;border-radius:999px;padding:8px 11px;margin:4px 6px 4px 0;font-weight:850;color:#243457}.toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(20px);background:#0f1b3d;color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:.2s;z-index:300}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.submit-row{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end}.ghost-btn{border:1px solid #dbe5f8;background:#fff;border-radius:12px;padding:13px 18px;font-weight:900;color:#233458;cursor:pointer}.blue-btn{border:0;background:linear-gradient(135deg,var(--blue),#0b65ff);color:#fff;border-radius:12px;padding:13px 20px;font-weight:950;cursor:pointer}.owner-banner{margin:20px 0 4px;background:linear-gradient(135deg,#fff4f5,#f4f8ff);border:1px solid #ffe0e4;border-radius:18px;padding:14px 18px;display:flex;align-items:center;gap:12px;color:#162449;font-weight:850}.owner-banner b{color:var(--red)}
    @media (max-width:1180px){.product-row,.feature-row{grid-template-columns:repeat(4,minmax(150px,1fr))}.categories{grid-template-columns:repeat(5,1fr)}.hero{grid-template-columns:1fr}.hero-photo{position:relative;background:linear-gradient(90deg,rgba(6,71,217,.38),rgba(6,71,217,.06) 30%,rgba(0,0,0,.06)),url('assets/hero/citadelle-photo.webp') center center/cover no-repeat;min-height:335px}.hero-badges{top:18px;right:18px}.filters{grid-template-columns:1fr 1fr 1fr}.filter-btn{grid-column:auto}.where{grid-column:1/-1}.top-actions{gap:10px}.top-action span{display:none}}

    .auth-status{display:flex;align-items:center;gap:10px;background:#f4f8ff;border:1px solid #dbe7ff;color:#12306d;border-radius:14px;padding:12px 14px;font-weight:900;margin:0 24px 18px}.auth-status b{color:var(--blue)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px 24px 0}.auth-tab{border:1px solid #dbe5f8;background:#fff;border-radius:12px;padding:12px;font-weight:950;color:#233458;cursor:pointer}.auth-tab.active{background:linear-gradient(135deg,var(--blue),#0b65ff);color:#fff;border-color:var(--blue)}.auth-helper{grid-column:1/-1;background:#fff7f8;border:1px solid #ffd9dd;color:#7d1420;border-radius:14px;padding:12px;font-size:13px;font-weight:800;line-height:1.45}.auth-verified{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#eaf2ff;color:var(--blue);border:1px solid #d6e6ff;padding:8px 10px;font-weight:950;font-size:12px}.logout-btn{border:0;background:var(--red);color:white;border-radius:12px;padding:12px 16px;font-weight:950;cursor:pointer}.profile-card{padding:22px 24px;display:grid;gap:12px}.profile-card h4{font-size:22px;margin:0;color:#142553}.profile-card p{margin:0;color:#65718a;font-weight:700;line-height:1.5}.checkbox-row{display:flex;gap:10px;align-items:flex-start;font-weight:800;color:#34415f;font-size:13px}.checkbox-row input{width:18px;height:18px;margin-top:2px}
    .google-auth-box{padding:14px 24px 0;display:grid;gap:10px}.google-auth-btn{width:100%;border:1px solid #dbe5f8;background:#fff;border-radius:14px;padding:13px 16px;font-weight:950;color:#17264a;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 20px rgba(8,35,85,.06)}.google-auth-btn:hover{background:#f8fbff;box-shadow:0 12px 26px rgba(8,35,85,.10)}.google-g{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e2e8f0;color:#4285f4;font-weight:950;font-size:18px}.auth-divider{display:flex;align-items:center;gap:10px;color:#7b869d;font-weight:850;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e5ecf8;flex:1}.oauth-note{margin:0;color:#667085;font-size:12.5px;line-height:1.35;font-weight:750;text-align:center}.profile-auth-source{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f8fbff;border:1px solid #dbe7ff;color:#17356f;padding:8px 10px;font-weight:950;font-size:12px}

    @media (max-width:860px){
      body.menu-open{overflow:hidden}
      .product-detail{grid-template-columns:1fr;padding:18px}.detail-photo{min-height:230px}.preview-grid{grid-template-columns:repeat(3,1fr)}
      .app-shell{display:block}.sidebar{display:none}.main{padding:12px 13px 86px;min-width:0;overflow-x:hidden}
      .mobile-brand{display:flex;align-items:center;gap:8px;min-width:0}.mobile-brand .brand-word{font-size:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .topbar{grid-template-columns:42px minmax(0,1fr) auto;gap:8px;align-items:center;position:sticky;top:0;padding:8px 0 8px;margin-bottom:12px}
      .topbar>.hamb{grid-column:1;grid-row:1}.topbar>.mobile-brand{grid-column:2;grid-row:1}.topbar>.top-actions{grid-column:3;grid-row:1;gap:8px}.topbar>.search-wrap{grid-column:1/-1;grid-row:2;height:52px}
      .top-action:not(:first-child){display:none}.cloud-badge span,.top-action span{display:none}
      .sidebar.show-mobile{display:flex!important;position:fixed;left:0;top:0;bottom:0;width:min(84vw,320px);height:100vh;z-index:90;box-shadow:30px 0 80px rgba(0,0,0,.24);overflow-y:auto;animation:slideMenu .16s ease-out}
      body.menu-open .menu-backdrop{display:block;position:fixed;inset:0;background:rgba(5,11,29,.45);z-index:70;backdrop-filter:blur(2px)}
      .sidebar.show-mobile .sidebar-close{display:grid;place-items:center}.sidebar.show-mobile .brand-mini{position:sticky;top:0;background:rgba(255,255,255,.96);z-index:2;padding-bottom:10px}
      .hero{border-radius:18px;min-height:auto}.hero-copy{position:relative;z-index:2;padding:58px 48px;color:#fff;background:linear-gradient(105deg,#0647d9 0%,#0754f1 68%,rgba(7,84,241,.54) 100%)}.hero h1{font-size:52px;line-height:1.03;margin:0 0 20px;letter-spacing:-2.6px;color:#fff}.hero p{font-size:20px;margin:0 0 30px;color:#eaf1ff;font-weight:800}.hero-photo{position:relative;background:linear-gradient(90deg,rgba(6,71,217,.38),rgba(6,71,217,.06) 30%,rgba(0,0,0,.06)),url('assets/hero/citadelle-photo.webp') center center/cover no-repeat;min-height:335px}.hero-badges{position:static;width:auto;padding:12px;background:#fff;grid-template-columns:1fr;gap:8px}.h-badge{box-shadow:none;border:1px solid var(--line);padding:10px 12px}
      .categories{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px}.cat-card{min-width:96px}.filters{grid-template-columns:1fr 1fr;gap:8px;padding:8px}.where{grid-column:1/-1}.filter-btn{grid-column:1/-1;justify-content:center}
      .product-row,.feature-row{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:5px}.product-card{min-width:172px;scroll-snap-align:start}.product-img{height:134px}.bottom-nav{left:0}.floating-post{right:15px;bottom:84px;padding:12px 15px}.form-grid{grid-template-columns:1fr;padding:18px}.submit-row{padding:0 18px 18px}.topbar .brand-mini{display:none}
    }
    @media (max-width:560px){.hero-badges{display:none}}
    @keyframes slideMenu{from{transform:translateX(-18px);opacity:.7}to{transform:translateX(0);opacity:1}}
    @media (max-width:520px){.hero h1{font-size:52px;line-height:1.03;margin:0 0 20px;letter-spacing:-2.6px;color:#fff}.hero-copy{position:relative;z-index:2;padding:58px 48px;color:#fff;background:linear-gradient(105deg,#0647d9 0%,#0754f1 68%,rgba(7,84,241,.54) 100%)}.section-head h2{font-size:19px}.search-wrap input{font-size:14px}.mobile-brand .brand-word{font-size:26px}.bag-logo{width:40px;height:36px}.bag-logo span{font-size:19px}.top-action:first-child span{display:none}.filters{grid-template-columns:1fr}.owner-banner{align-items:flex-start}.bottom-nav{height:70px}.bottom-nav a{font-size:11px}.plus-main{width:54px;height:54px}}
  
    @media (min-width:861px){.sidebar.show-mobile{display:flex!important}}

    .status-tag{position:absolute;right:8px;bottom:7px;border-radius:8px;padding:4px 8px;font-weight:900;font-size:11px;color:#fff}
    .status-tag.rezeve{background:#f59e0b}
    .status-tag.vann{background:#39415a}
    .gallery-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
    .gallery-thumbs img{width:64px;height:52px;object-fit:cover;border-radius:10px;border:2px solid transparent;cursor:pointer;opacity:.85}
    .gallery-thumbs img.active{border-color:var(--blue);opacity:1}
    .contact-actions{display:grid;gap:10px;padding:0 24px 24px}
    .contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:14px;font-weight:900;cursor:pointer;background:#fff;color:#142553;font-size:15px}
    .contact-btn.wa{background:#25d366;border-color:#25d366;color:#fff}
    .contact-btn.call{background:linear-gradient(135deg,var(--blue),#0b65ff);border-color:var(--blue);color:#fff}
    .info-body{padding:20px 24px 24px;color:#33405f;font-weight:700;line-height:1.6}
    .detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
    .owner-actions{margin-top:14px;padding:12px;border:1px dashed #cdd9f2;border-radius:14px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:#f8fbff}
    .owner-actions b{width:100%;color:#243457;font-size:13px}

    .page-overlay{position:fixed;inset:0;background:linear-gradient(180deg,#fff,#f6f9ff);z-index:90;overflow:auto}
    .page-inner{max-width:820px;margin:0 auto;padding:24px 18px 90px}
    .back-btn{margin-bottom:16px}
    .page-title{color:#142553;letter-spacing:-.5px;margin:0 0 16px}
    .safety-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;margin-bottom:12px;box-shadow:0 8px 20px rgba(8,35,85,.05)}
    .safety-card b{color:var(--blue);display:block;margin-bottom:4px}
    .safety-card p{margin:0;color:#4a5878;font-weight:650;line-height:1.55}
    .admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
    .admin-row{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;margin-bottom:10px;flex-wrap:wrap}
    .admin-row img{width:64px;height:52px;object-fit:cover;border-radius:10px}
    .admin-row-actions{display:flex;gap:6px;flex-wrap:wrap}
    .thread-item{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;margin-bottom:10px;cursor:pointer}
    .thread-item:hover{box-shadow:0 10px 24px rgba(13,43,92,.08)}

    .nav-message-link{position:relative}
    .nav-count-badge{margin-left:auto;min-width:22px;height:22px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:950;display:grid;place-items:center;padding:0 6px;box-shadow:0 5px 12px rgba(239,22,36,.28)}
    .thread-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:#8a94ac;white-space:nowrap}
    .thread-unread-badge{min-width:23px;height:23px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:950;display:grid;place-items:center;padding:0 6px;box-shadow:0 5px 12px rgba(239,22,36,.24)}
    .thread-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#0b65ff);color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto}
    .thread-preview{color:#69738a;font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}
    .chat-head{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin-bottom:10px;gap:10px}
    .chat-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;height:52vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px}
    .chat-msg{display:flex}.chat-msg.me{justify-content:flex-end}
    .chat-msg .bubble{max-width:78%;padding:10px 13px;border-radius:15px;font-weight:650;line-height:1.4;color:#142553;background:#f1f5ff;border:1px solid #e2eaff}
    .chat-msg.me .bubble{background:linear-gradient(135deg,var(--blue),#0b65ff);color:#fff;border:0}
    .chat-msg .bubble small{display:block;font-size:10px;opacity:.7;margin-top:4px;font-weight:700}
    .chat-input-row{display:flex;gap:8px;margin-top:10px}
    .chat-input-row input{flex:1;border:1px solid #cbd8f4;border-radius:12px;padding:13px;outline:0}
    .stars-line{color:#f5a623;font-weight:900;font-size:14px}
    .star-btn{border:0;background:transparent;font-size:34px;color:#d8deec;cursor:pointer;padding:2px}.star-btn.on{color:#f5a623}
    .review-item{background:#f8fbff;border:1px solid #e2eaff;border-radius:12px;padding:10px 12px;margin-top:8px;font-size:13px;color:#4a5878;font-weight:650}
    .dot-badge{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:950;display:grid;place-items:center;padding:0 4px}
    .cloud-badge{font-size:11px;font-weight:900;border:1px solid var(--line);border-radius:999px;padding:5px 9px;color:#3c4a6e;background:#fff}
    .safety-hint{grid-column:1/-1;text-align:center;font-size:13px;font-weight:800}.safety-hint a{color:var(--blue);text-decoration:underline}
    .load-more-wrap{display:grid;place-items:center;gap:6px;margin:14px 0 4px}
    .footer-links{margin:26px 0 6px;text-align:center;color:#8a94ac;font-size:13px;font-weight:700}.footer-links a{color:var(--blue);margin:0 8px}
    .notif-side-btn{border:1px solid #dbe5f8;background:#fff;border-radius:12px;padding:11px;font-weight:900;color:#233458;cursor:pointer;width:100%}
    .biz-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}
    .biz-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(13,43,92,.06)}
    .biz-top{display:flex;gap:12px;align-items:center}
    .biz-logo{width:56px;height:56px;border-radius:14px;object-fit:cover;background:linear-gradient(135deg,#f4f8ff,#fff);border:1px solid var(--line);display:grid;place-items:center;font-size:26px;flex:0 0 auto}
    .biz-addr{background:#f8fbff;border:1px solid #e2eaff;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:750;color:#243457;margin:8px 0;line-height:1.4}
    .biz-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
    .biz-search{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}
    .biz-search input,.biz-search select{border:1px solid #cbd8f4;border-radius:12px;padding:11px;outline:0;font-weight:700;color:#18264c;flex:1;min-width:140px}
    @media (max-width:860px){.chat-box{height:56vh}.page-inner{padding:18px 14px 90px}}

    .svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
    .pro-icon,.pro-icon-sm{display:inline-block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18em;flex:0 0 auto}
    .pro-icon{width:30px;height:30px}.pro-icon-sm{width:17px;height:17px}
    .mini-btn,.ghost-btn,.blue-btn,.filter-btn,.red-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px}
    .upload-zone .pro-icon-sm{width:20px;height:20px;vertical-align:-.25em}
    .cloud-badge{display:inline-flex;align-items:center;gap:6px}
    .biz-logo.store-fallback{color:var(--blue);font-size:0}.biz-logo.store-fallback .pro-icon{width:28px;height:28px}
    .inline-icon{width:15px;height:15px;vertical-align:-.25em;margin-right:4px;color:var(--blue)}
  

    /* ===== Ajoute PRO Ayiti: demand kliyan + livrezon/pratik ===== */
    .haiti-pro-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin:16px 0 18px}
    .haiti-pro-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(13,43,92,.06)}
    .haiti-pro-card h3{margin:0 0 7px;color:#142553;letter-spacing:-.25px}.haiti-pro-card p{margin:0;color:#56627d;font-weight:700;line-height:1.45}
    .pro-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pro-pill{border:1px solid #d8e3f7;background:#f8fbff;color:#142553;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;display:inline-flex;align-items:center;gap:6px}.pro-pill svg{width:17px;height:17px;color:var(--blue)}
    .need-row{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:16px;margin:10px 0 20px}.need-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #dfe8fb;border-radius:26px;padding:0;box-shadow:0 18px 38px rgba(13,43,92,.10);display:flex;flex-direction:column;min-height:100%;isolation:isolate}.need-card:before{content:"";position:absolute;inset:-80px -90px auto auto;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 68%);z-index:-1}.need-card-ribbon{display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);color:#fff;padding:13px 18px;font-weight:950;font-size:14px;letter-spacing:-.2px}.need-card-body{padding:18px;display:flex;flex-direction:column;gap:14px;flex:1}.need-meta{display:flex;gap:8px;flex-wrap:wrap}.need-card .need-meta.top{margin-bottom:2px}.need-tag{display:inline-flex;align-items:center;gap:7px;background:#f2f6ff;border:1px solid #dce7fa;color:#1a376f;border-radius:999px;font-size:12px;font-weight:950;padding:8px 11px;line-height:1}.need-tag.budget{background:#ecfff4;border-color:#c9f0d8;color:#0b6b34}.need-message-box{display:grid;grid-template-columns:auto 3px 1fr;gap:13px;align-items:start;padding:18px;border-radius:22px;background:linear-gradient(135deg,#fbf8ff 0%,#f3eaff 58%,#f8fbff 100%);border:1px solid rgba(124,58,237,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.need-quote{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#9b5cf6,#6d28d9);color:white;font-size:38px;font-weight:950;line-height:1;box-shadow:0 10px 20px rgba(109,40,217,.22)}.need-accent-line{width:3px;align-self:stretch;border-radius:999px;background:linear-gradient(180deg,#7c3aed,#2563eb)}.need-message-content{min-width:0}.need-message-content h3{margin:0;color:#07133f;font-size:clamp(20px,1.65vw,28px);line-height:1.16;font-weight:950;letter-spacing:-.03em;overflow-wrap:anywhere}.need-desc{font-size:14px;line-height:1.38;color:#667085;font-weight:800;margin:12px 0 0;padding-top:11px;border-top:1px solid rgba(124,58,237,.16);overflow-wrap:anywhere}.need-info-row{display:grid;grid-template-columns:1.25fr .85fr;gap:10px}.need-info-chip{display:flex;align-items:center;gap:10px;min-width:0;background:linear-gradient(135deg,#f8fbff,#f2f6ff);border:1px solid #e2eaff;border-radius:18px;padding:12px 13px;color:#10204a;font-weight:950}.need-info-chip svg{color:#0d58df;width:22px;height:22px}.need-info-chip span{min-width:0}.need-info-chip small{display:block;color:#6b7590;font-weight:850;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.need-actions{display:grid;grid-template-columns:1.15fr 1fr 1fr auto;gap:10px;margin-top:auto}.need-actions .mini-btn{border-radius:15px;padding:12px 13px;font-size:14px;box-shadow:0 10px 22px rgba(8,35,85,.08)}.need-actions .mini-btn:nth-child(1){background:linear-gradient(135deg,#0ec56b,#06a856);border-color:#0ec56b;color:#fff}.need-actions .mini-btn:nth-child(2){background:linear-gradient(135deg,#2d7cff,#0b55db);border-color:#2d7cff;color:#fff}.need-actions .mini-btn.danger,.need-actions .mini-btn.red{background:linear-gradient(135deg,#ff3845,#ef1624);border-color:#ef1624;color:#fff}.need-empty{background:#fff;border:1px dashed #cbd8f4;border-radius:16px;padding:18px;color:#56627d;font-weight:800;text-align:center}.need-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-top:14px}.quick-market{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.quick-market button{border:1px solid #dbe5f8;background:#fff;border-radius:12px;padding:10px 12px;font-weight:900;color:#14315d;cursor:pointer;display:flex;gap:7px;align-items:center}.quick-market button:hover{box-shadow:0 10px 22px rgba(8,35,85,.08)}
    .property-preview-row,.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin:10px 0 18px}.property-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(13,43,92,.08);display:flex;flex-direction:column}.property-img{height:150px;background:#eef4ff center/cover no-repeat;display:grid;place-items:center;color:var(--blue);font-weight:950}.property-body{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}.property-body h3{font-size:16px;line-height:1.2;margin:0;color:#142553}.property-price{font-size:18px;font-weight:950;color:#0b7a3b}.property-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}.property-highlight{border:1px solid #cfe9d8;background:#f0fff5;color:#0b6b34;border-radius:14px;padding:12px;font-weight:850;line-height:1.45}.property-search{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px;margin:12px 0}.property-search input,.property-search select{border:1px solid #dbe5f8;border-radius:12px;padding:12px;background:#fff;font-weight:850}.gps-note{background:#f2f7ff;border:1px dashed #b8c9f1;border-radius:12px;padding:10px;color:#445574;font-size:12.5px;font-weight:800;line-height:1.4}
    .form-note{background:#f8fbff;border:1px solid #dce7fa;border-radius:14px;padding:11px 12px;color:#56627d;font-weight:750;line-height:1.45}.form-note b{color:var(--blue)}

    @media(min-width:721px){.need-row .need-card{border-radius:24px}.need-row .need-card-body{padding:16px;gap:12px}.need-row .need-card-ribbon{padding:12px 16px;font-size:13px}.need-row .need-message-box{grid-template-columns:3px 1fr;gap:12px;padding:15px 16px;border-radius:18px}.need-row .need-quote{display:none}.need-row .need-message-content h3{font-size:clamp(19px,1.35vw,24px);line-height:1.18;letter-spacing:-.025em}.need-row .need-desc{font-size:13.5px;margin-top:10px;padding-top:9px}.need-row .need-info-chip{border-radius:16px;padding:10px 11px;font-size:13.5px}.need-row .need-info-chip svg{width:20px;height:20px}.need-row .need-actions{gap:8px}.need-row .need-actions .mini-btn{padding:10px 11px;font-size:13px;border-radius:13px}.need-page-grid .need-message-content h3{font-size:clamp(20px,1.45vw,26px)}}
    @media(min-width:1180px){.need-row .need-message-content h3{font-size:23px}.need-row .need-desc{font-size:13.25px}}
    @media(max-width:1050px){.haiti-pro-panel{grid-template-columns:1fr}.need-row{grid-template-columns:repeat(2,minmax(210px,1fr))}}
@media(max-width:720px){.need-row{grid-template-columns:1fr}.need-card-body{padding:14px}.need-card-ribbon{padding:12px 15px}.need-message-box{grid-template-columns:auto 1fr;gap:11px;padding:15px}.need-accent-line{display:none}.need-quote{width:42px;height:42px;font-size:36px}.need-message-content h3{font-size:22px;line-height:1.15}.need-info-row{grid-template-columns:1fr}.need-actions{grid-template-columns:1fr 1fr}.need-actions .mini-btn{width:100%}.haiti-pro-card{padding:14px}.quick-market button{width:100%;justify-content:center}.property-search{grid-template-columns:1fr}.property-preview-row,.property-grid{grid-template-columns:1fr}}

  
    /* Piblisite admin-only: plas pou pwopriyetè sit la chaje yon pub/bannè */
    .site-ad-slot{margin:0 0 16px;display:none}
    .site-ad-card{position:relative;display:grid;grid-template-columns:220px 1fr auto;gap:16px;align-items:center;border:1px solid #dbe7ff;border-radius:20px;padding:12px;background:linear-gradient(135deg,#ffffff 0%,#f2f7ff 56%,#fff5f6 100%);box-shadow:0 14px 34px rgba(6,31,87,.09);overflow:hidden;cursor:pointer}
    .site-ad-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(239,22,36,.10),transparent 28%);pointer-events:none}
    .site-ad-img{height:110px;border-radius:16px;background:#e9f0ff center/cover no-repeat;border:1px solid #dbe7ff;position:relative;z-index:1}
    .site-ad-body{position:relative;z-index:1;min-width:0}.site-ad-label{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #dbe7ff;border-radius:999px;padding:5px 10px;color:var(--blue);font-size:11px;font-weight:950;margin-bottom:7px}.site-ad-title{font-size:22px;line-height:1.05;font-weight:950;color:#10204a;margin:0 0 6px}.site-ad-text{font-size:14px;line-height:1.35;color:#536079;font-weight:750;margin:0;max-width:780px}.site-ad-cta{position:relative;z-index:1;white-space:nowrap;border:0;border-radius:13px;background:linear-gradient(135deg,var(--red),#ff3443);color:#fff;font-weight:950;padding:12px 16px;box-shadow:0 12px 26px rgba(239,22,36,.22)}
    .admin-ad-panel{border:1px solid #dbe5f8;border-radius:18px;background:#fbfdff;padding:16px;margin-bottom:16px}.admin-ad-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-ad-form .field input,.admin-ad-form .field select,.admin-ad-form .field textarea{width:100%;box-sizing:border-box}.ad-preview-box{min-height:130px;border:1px dashed #c6d5f3;border-radius:14px;background:#fff center/cover no-repeat;display:grid;place-items:center;color:#6b7690;font-weight:850;text-align:center;padding:16px}.admin-ad-list{display:grid;gap:10px}.admin-ad-thumb{width:96px;height:62px;border-radius:12px;background:#eef4ff center/cover no-repeat;border:1px solid #dbe7ff;flex:0 0 auto}.ad-status-live{color:#0b7a3b;font-weight:950}.ad-status-off{color:#b3123e;font-weight:950}
    @media (max-width:760px){.site-ad-card{grid-template-columns:1fr}.site-ad-img{height:145px}.site-ad-cta{width:100%}.admin-ad-form{grid-template-columns:1fr}}


    .site-update-panel{border:1px solid #dbe5f8;background:#fff;border-radius:18px;padding:14px;margin:12px 0;box-shadow:0 8px 22px rgba(8,35,85,.05)}
    .site-update-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px;margin:10px 0;display:grid;gap:6px}
    .site-update-card h4{margin:0;color:#10204a;font-size:18px}.site-update-card p{margin:0;color:#536079;font-weight:700;line-height:1.45}.site-update-meta{color:#6b7894;font-size:12px;font-weight:850}.update-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
  

    /* Prezantasyon pi pwòp tankou model ou te renmen an */
    .app-shell{background:#fff}
    .sidebar{padding:24px 22px;background:#fff;border-right:1px solid #e7ecf5}
    .nav a{border-radius:11px;padding:14px 16px;font-size:16px;color:#26344f}
    .nav a.active{background:#ff1f2d;color:#fff}
    .main{padding:24px 34px 90px;background:#fff}
    .topbar{grid-template-columns:auto minmax(360px,620px) 1fr;gap:22px;padding:0 0 22px;margin-bottom:6px;background:rgba(255,255,255,.96)}
    .search-wrap{height:56px;border-radius:15px;border:1px solid #d7e0f2;box-shadow:none}
    .top-actions{justify-self:end;gap:24px;color:#162449}
    .post-top-btn{height:52px;border:0;border-radius:10px;background:#ff1f2d;color:#fff;padding:0 22px;font-weight:950;display:inline-flex;align-items:center;gap:9px;box-shadow:0 10px 22px rgba(239,22,36,.20);cursor:pointer}
    .post-top-btn b{font-size:25px;line-height:1}
    .user-pill{width:46px;height:46px;border-radius:50%;background:#dce4f2;color:#41506b;display:grid;place-items:center;font-weight:900;cursor:pointer}
    .user-pill.has-photo{background-size:cover;background-position:center;color:transparent;border:2px solid #dbe7ff;box-shadow:0 6px 14px rgba(13,43,92,.10)}
    .profile-photo-row{display:flex;gap:14px;align-items:center;border:1px solid var(--line);background:#f8fbff;border-radius:16px;padding:12px;margin:8px 0 12px}
    .profile-photo-preview{width:76px;height:76px;border-radius:50%;background:#dce4f2;color:#41506b;display:grid;place-items:center;font-size:22px;font-weight:950;background-size:cover;background-position:center;flex:0 0 auto;border:3px solid #fff;box-shadow:0 8px 18px rgba(13,43,92,.12)}
    .profile-photo-row p{margin:4px 0 8px;color:#667189;font-weight:700;font-size:13px;line-height:1.35}
    .profile-photo-row .mini-btn{width:max-content}
    .hero-badges,.dots{display:none!important}
    .red-btn{font-size:17px;border-radius:10px;padding:16px 26px}
    .section-head{margin:22px 0 14px}.section-head h2{font-size:22px;color:#111827}
    .categories{grid-template-columns:repeat(7,minmax(120px,1fr));gap:18px;margin-bottom:30px}
    .categories .cat-card:nth-child(n+8){display:none}
    .cat-card{min-height:130px;border-radius:12px;box-shadow:none;border:1px solid #e1e7f2}
    .cat-img{width:62px;height:56px;border-radius:10px;box-shadow:none;background-size:cover}
    .cat-card span{font-size:14px;color:#111827}.cat-card span small{color:#64748b}
    .product-row,.feature-row{grid-template-columns:repeat(5,minmax(190px,1fr));gap:22px}
    .product-card{border-radius:12px;box-shadow:0 8px 22px rgba(13,43,92,.08);border:1px solid #e1e7f2}
    .product-img{height:172px}.product-body{padding:13px}.product-title{font-size:15px}.price{font-size:20px;color:#0647d9}
    .trust-card{margin-top:auto}
    @media (max-width:1180px){.topbar{grid-template-columns:42px 1fr auto}.hero{grid-template-columns:1fr}.hero-photo{min-height:260px}.categories{grid-template-columns:repeat(4,1fr)}.product-row,.feature-row{grid-template-columns:repeat(3,1fr)}}
    @media (max-width:860px){.main{padding:12px 13px 86px}.topbar{grid-template-columns:42px minmax(0,1fr) auto}.post-top-btn{height:44px;padding:0 12px}.post-top-btn span{display:none}.hero h1{font-size:34px}.hero-copy{padding:28px 22px}.hero-photo{min-height:210px}.categories{display:flex}.categories .cat-card:nth-child(n+8){display:grid}.product-row,.feature-row{display:flex}.product-img{height:134px}}

  
    .all-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}
    .all-cat-btn{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 10px;display:grid;place-items:center;gap:8px;min-height:118px;cursor:pointer;box-shadow:0 10px 24px rgba(13,43,92,.06);font-weight:950;color:#142553;text-align:center}
    .all-cat-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(13,43,92,.12)}
    .all-cat-icon{width:64px;height:50px;border-radius:13px;background:#f3f6fb center/cover no-repeat;border:1px solid #eef2fa;display:grid;place-items:center;color:var(--blue);overflow:hidden}
    .all-cat-icon svg{width:24px;height:24px}
    @media(max-width:560px){.all-categories-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.all-cat-btn{min-height:104px}}

  
    /* Fix Tout kategori: sou computer li ka scroll/swipe tankou telefòn */
    .categories{
      display:flex!important;
      overflow-x:auto!important;
      overflow-y:hidden!important;
      gap:14px!important;
      padding-bottom:10px!important;
      scroll-snap-type:x proximity!important;
      scrollbar-width:thin;
    }
    .categories .cat-card{
      flex:0 0 118px!important;
      min-width:118px!important;
      scroll-snap-align:start!important;
    }
    .categories::-webkit-scrollbar{height:8px}
    .categories::-webkit-scrollbar-thumb{background:#c8d4ee;border-radius:99px}
    .categories::-webkit-scrollbar-track{background:#f4f7ff;border-radius:99px}
    .all-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}
    .all-cat-btn{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 10px;display:grid;place-items:center;gap:8px;min-height:118px;cursor:pointer;box-shadow:0 10px 24px rgba(13,43,92,.06);font-weight:950;color:#142553;text-align:center}
    .all-cat-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(13,43,92,.12)}
    .all-cat-icon{width:64px;height:50px;border-radius:13px;background:#f3f6fb center/cover no-repeat;border:1px solid #eef2fa;display:grid;place-items:center;color:var(--blue);overflow:hidden}
    @media(max-width:560px){.all-categories-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.all-cat-btn{min-height:104px}.categories .cat-card{flex-basis:104px!important;min-width:104px!important}}

  
    /* Kategori popilè: defile sou computer + montre tout sou demann */
    .categories{
      display:flex!important;
      flex-wrap:nowrap!important;
      overflow-x:auto!important;
      overflow-y:hidden!important;
      gap:14px!important;
      padding:4px 2px 12px!important;
      scroll-snap-type:x proximity!important;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:thin;
    }
    .categories .cat-card{
      flex:0 0 112px!important;
      min-width:112px!important;
      scroll-snap-align:start!important;
    }
    .categories.show-all-cats{
      flex-wrap:wrap!important;
      overflow-x:visible!important;
      overflow-y:visible!important;
    }
    .categories.show-all-cats .cat-card{
      flex:0 0 112px!important;
    }
    .categories::-webkit-scrollbar{height:9px}
    .categories::-webkit-scrollbar-thumb{background:#bfcceb;border-radius:999px}
    .categories::-webkit-scrollbar-track{background:#f2f6ff;border-radius:999px}
    .popular-cat-controls{display:flex;justify-content:flex-end;gap:8px;margin:-8px 0 12px}
    .popular-cat-controls button{
      width:38px;height:34px;border:1px solid #dbe5f8;border-radius:12px;background:#fff;
      color:var(--blue);font-size:26px;font-weight:950;line-height:1;cursor:pointer;
      box-shadow:0 8px 18px rgba(13,43,92,.06)
    }
    .popular-cat-controls button:hover{background:#f4f8ff}
    @media(max-width:860px){
      .categories .cat-card{flex-basis:98px!important;min-width:98px!important}
      .popular-cat-controls{display:none}
    }

  
    /* Wach innovation features: video, clicks, online users */
    .online-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe7ff;background:#f6fbff;color:#12306d;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;box-shadow:0 8px 18px rgba(13,43,92,.05)}
    .product-clicks{display:inline-flex;align-items:center;gap:4px;color:#6b7590;font-size:12px;font-weight:850;margin-top:4px}
    .video-mini-tag{position:absolute;left:8px;top:42px;background:rgba(13,27,61,.92);color:#fff;border-radius:8px;padding:4px 8px;font-weight:950;font-size:11px;box-shadow:0 6px 14px rgba(0,0,0,.12)}
    .video-preview{display:grid;gap:8px;margin-top:10px}
    .video-preview video{width:100%;max-height:230px;border-radius:14px;border:1px solid var(--line);background:#0d1b3d}
    .video-preview .mini-btn{width:max-content}
    .detail-video{width:100%;max-height:330px;border-radius:18px;border:1px solid var(--line);background:#0d1b3d;margin-top:12px}
    @media(max-width:860px){.online-badge{font-size:11px;padding:5px 8px}.top-actions .online-badge{display:inline-flex}.detail-video{max-height:260px}}

  
    .top-actions #wachOnlineBadge{display:inline-flex!important;white-space:nowrap}
    @media(max-width:640px){.top-actions #wachOnlineBadge{position:fixed;left:14px;top:76px;z-index:40;background:#fff;box-shadow:0 10px 24px rgba(13,43,92,.12)}}

  
    /* Fix mobile online badge: pa kite l antre nan search bar la */
    .mobile-online-holder{display:none}
    @media(max-width:640px){
      .top-actions #wachOnlineBadge{display:none!important;position:static!important;left:auto!important;top:auto!important;transform:none!important}
      .mobile-online-holder{display:flex;justify-content:flex-start;align-items:center;margin:-2px 0 14px;padding-left:2px}
      .mobile-online-holder .online-badge{display:inline-flex!important;background:#fff;font-size:12px;padding:6px 11px;box-shadow:0 10px 24px rgba(13,43,92,.10)}
    }


/* WACH GROWTH v4 — lazy product images + install banner */
.product-img{overflow:hidden;display:block;position:relative;background:#f3f6fb;}
.product-photo{width:100%;height:100%;object-fit:cover;display:block;}
.wach-install-banner{position:fixed;left:50%;bottom:86px;transform:translateX(-50%) translateY(18px);width:min(620px,calc(100% - 28px));display:none;grid-template-columns:1fr auto;gap:12px;align-items:center;background:#0f1b3d;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:13px 14px;z-index:420;box-shadow:0 18px 48px rgba(8,23,61,.30)}
.wach-install-banner.show{display:grid;animation:wachBannerIn .22s ease forwards}
.wach-install-banner b{display:block;font-size:14px;line-height:1.18}.wach-install-banner small{display:block;color:#c9d5ff;font-weight:750;line-height:1.28;margin-top:3px}.wach-install-actions{display:flex;gap:8px;align-items:center}.wach-install-actions button{border:0;border-radius:12px;padding:10px 12px;font-weight:950;cursor:pointer}.wach-install-primary{background:#fff;color:#0647d9}.wach-install-close{background:rgba(255,255,255,.14);color:#fff}.wach-ios-tip{position:fixed;left:50%;bottom:86px;transform:translateX(-50%);width:min(560px,calc(100% - 28px));display:none;background:#fff;border:1px solid #dbe5f8;border-radius:18px;padding:14px;z-index:421;box-shadow:0 18px 48px rgba(8,23,61,.25);color:#172850;font-weight:850}.wach-ios-tip.show{display:block}.wach-ios-tip button{float:right;border:0;background:#f1f5ff;border-radius:10px;padding:7px 10px;font-weight:950;color:#0647d9}@keyframes wachBannerIn{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}
@media(max-width:720px){.wach-install-banner{bottom:82px;grid-template-columns:1fr}.wach-install-actions{justify-content:flex-end}.wach-ios-tip{bottom:82px}}


/* WACH PRO v5 — anti-spam / monitoring UI */
.turnstile-backdrop{position:fixed;inset:0;background:rgba(6,14,34,.55);z-index:100000;display:grid;place-items:center;padding:18px}.turnstile-box{width:min(420px,94vw);background:#fff;border-radius:18px;padding:18px;box-shadow:0 20px 60px rgba(0,0,0,.28);border:1px solid #dbe5f8;text-align:center}.turnstile-box b{display:block;font-size:18px;color:#07142d;margin-bottom:5px}.turnstile-box p{margin:0 0 14px;color:#60708c;font-weight:750}.turnstile-box button{margin-top:12px;border:1px solid #dbe5f8;background:#f8fbff;border-radius:12px;padding:10px 14px;font-weight:900;color:#19345d;cursor:pointer}.store-badges .store{white-space:normal;line-height:1.2}.admin-security-note{border:1px solid #dbeafe;background:#f7fbff;border-radius:14px;padding:10px 12px;color:#254268;font-weight:800;margin:10px 0}

/* Wach v6: paj apa pou demann/biznis + galri pwofil sèvis */
.home-compact-section{margin:18px 0}
.home-action-card{background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid #dfe8fb;border-radius:22px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 14px 30px rgba(13,43,92,.07)}
.home-action-card b{color:#132452;font-size:16px;font-weight:950}
.home-action-card p{margin:6px 0 0;color:#5f6d86;font-weight:750;line-height:1.45}
.home-action-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}
.business-card-mini{border-color:#cfe0ff;background:linear-gradient(135deg,#f8fbff,#ffffff)}
.biz-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:10px 0}
.biz-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#f4f7fb}
.biz-profile-label{display:inline-flex;align-items:center;gap:6px;background:#f2f6ff;border:1px solid #dce7fa;border-radius:999px;color:#173a78;font-size:11px;font-weight:950;padding:5px 8px;margin-top:4px}
@media(max-width:720px){.home-action-card{align-items:stretch;flex-direction:column}.home-action-buttons{justify-content:stretch}.home-action-buttons button{width:100%}.biz-gallery{grid-template-columns:repeat(3,1fr)}}

/* Wach v6.1: Demann kliyan rete nan zòn pa yo */
.need-home-more{margin-top:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#56627d;font-size:13px;font-weight:800}
.need-page-tools{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin:14px 0 10px}
.need-page-tools input,.need-page-tools select{width:100%;border:1px solid #d7deed;border-radius:14px;padding:12px 13px;font-weight:800;color:#142553;background:#fff;outline:none}
.need-page-count{font-weight:900;color:#142553;margin:8px 0 12px}
.need-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:18px 0 4px;font-weight:900;color:#142553}
.need-pagination button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:760px){.need-page-tools{grid-template-columns:1fr}.need-home-more{align-items:flex-start}}

/* Wach v6.2: foto pwofil/biznis agrandi */
.zoomable-img{cursor:zoom-in;}
.image-lightbox-box{position:relative;max-width:min(94vw,920px);max-height:92vh;display:grid;gap:10px;place-items:center;}
.image-lightbox-box img{max-width:94vw;max-height:82vh;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.35);}
.image-lightbox-close{position:absolute;top:-14px;right:-10px;width:42px;height:42px;border-radius:999px;border:0;background:#fff;color:#111827;font-size:26px;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.28);cursor:pointer;z-index:2;}
.image-lightbox-title{background:rgba(15,27,61,.86);color:#fff;border-radius:999px;padding:9px 14px;font-weight:850;font-size:13px;}
@media (max-width:640px){.image-lightbox-box img{max-height:76vh}.image-lightbox-close{top:-8px;right:-4px}}

/* ===== v6.3 Motè Angajman ===== */
.wach-new-chip{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;padding:10px 16px;border-radius:999px;border:1px solid #fca5a5;background:linear-gradient(90deg,#fff1f0,#fff7ed);color:#b91c1c;font-weight:900;font-size:13px;cursor:pointer;box-shadow:0 6px 18px rgba(220,38,38,.12);animation:wachPulse 2.2s infinite;}
@keyframes wachPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
.wach-save-search-btn{border:1px solid var(--line,#dbe2f0);background:#fff;border-radius:999px;padding:7px 13px;font-weight:900;font-size:12px;color:#142553;cursor:pointer;white-space:nowrap;}
.wach-save-search-btn:hover{background:#f2f6ff;}
.wach-notif-panel{position:fixed;top:70px;right:14px;z-index:1200;width:min(94vw,380px);max-height:72vh;overflow-y:auto;background:#fff;border:1px solid var(--line,#dbe2f0);border-radius:18px;box-shadow:0 24px 60px rgba(15,27,61,.22);padding:12px;}
.wach-notif-head{display:flex;justify-content:space-between;align-items:center;padding:2px 4px 10px;color:#142553;}
.wach-notif-clear{border:0;background:#f2f4fa;border-radius:999px;padding:5px 11px;font-weight:850;font-size:11px;color:#43507a;cursor:pointer;margin-left:6px;}
.wach-notif-item{display:flex;gap:10px;padding:10px;border-radius:12px;cursor:pointer;border-bottom:1px solid #f0f2f8;}
.wach-notif-item:hover{background:#f7f9ff;}
.wach-notif-item.unread{background:#eef4ff;}
.wach-notif-item b{color:#142553;font-size:13px;}
.wach-notif-item span{color:#5f6d86;font-size:12px;font-weight:650;}
.wach-notif-item small{color:#98a2ba;font-size:10px;}
.wach-notif-ico{font-size:18px;}
.wach-notif-empty{color:#7a86a2;font-size:12px;font-weight:700;padding:6px 4px;}
.wach-notif-foot{border-top:2px solid #eef1f8;margin-top:8px;padding-top:8px;color:#142553;font-size:13px;}
.wach-saved-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;border-radius:10px;background:#f7f9ff;margin:6px 0;font-size:12px;font-weight:800;color:#2b3a63;}
.wach-saved-item button{border:0;background:#fdeaea;color:#b91c1c;border-radius:8px;width:24px;height:24px;font-weight:900;cursor:pointer;}
.wach-push-cta{width:100%;margin-top:8px;font-size:12px;}
.wach-seller-badge{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;background:linear-gradient(90deg,#fef3c7,#fde68a);color:#92400e;font-size:10px;font-weight:900;border:1px solid #fcd34d;vertical-align:middle;}
#topTodaySection .section-head h2{color:#b91c1c;}



/* ===== Wach v7 — Daily Return / Engagement ===== */
.daily-return-hub{
  margin:18px 0 22px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#f4f8ff 58%,#fff5f6 100%);
  box-shadow:0 18px 46px rgba(6,47,130,.08);
}
.daily-hub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.daily-hub-head h2{margin:0;font-size:24px;letter-spacing:-.8px}
.daily-hub-head p{margin:6px 0 0;color:#64708a;font-weight:750;line-height:1.35}
.daily-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.daily-hub-card{
  border:1px solid #dfe7f5;background:#fff;border-radius:18px;padding:15px;
  min-height:112px;box-shadow:0 10px 28px rgba(6,47,130,.06);cursor:pointer;
  transition:.18s ease;display:flex;flex-direction:column;gap:8px;
}
.daily-hub-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(6,47,130,.12)}
.daily-hub-card .emoji{font-size:25px;line-height:1}
.daily-hub-card b{font-size:15px;color:var(--ink)}
.daily-hub-card small{color:#6a748c;font-weight:760;line-height:1.25}
.daily-hub-card strong{font-size:24px;line-height:1;color:var(--blue)}
.daily-strip-section{margin:20px 0}
.need-home-grid.mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.need-home-grid.mini .need-card{margin:0}
.seller-stats-home{
  margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(135deg,#fff,#f6f9ff);box-shadow:0 14px 35px rgba(6,47,130,.07)
}
.seller-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.seller-stat-card{border:1px solid #e2e9f7;border-radius:17px;padding:14px;background:#fff}
.seller-stat-card b{display:block;font-size:24px;color:var(--blue);line-height:1}
.seller-stat-card span{display:block;color:#5f6b84;font-weight:800;margin-top:6px}
.seller-next-action{margin-top:12px;border-radius:16px;background:#fff7e8;border:1px solid #ffe0aa;padding:12px;color:#6a4300;font-weight:800}
.wach-return-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:#eff5ff;color:var(--blue);font-weight:900;font-size:12px}
.product-card .product-title::after{content:attr(data-hot);font-size:12px;margin-left:6px;color:var(--red)}
@media (max-width:900px){
  .daily-hub-head{display:grid}
  .daily-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .need-home-grid.mini{grid-template-columns:1fr}
  .seller-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .daily-return-hub{padding:16px;border-radius:20px}
  .daily-hub-grid{grid-template-columns:1fr 1fr;gap:10px}
  .daily-hub-card{min-height:105px;padding:12px}
  .daily-hub-card strong{font-size:21px}
}


/* ===== Wach v7.2 — Nouvo jodi a nan zòn ou + Smart alert prompt ===== */
.wach-zone-today{
  margin:18px 0 20px;
  padding:18px;
  border:1px solid #dfe8f8;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff 0%,#ffffff 60%,#fff8ed 100%);
  box-shadow:0 14px 38px rgba(6,47,130,.07);
}
.zone-today-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}
.zone-today-head h2{margin:0;font-size:22px;color:#142553;letter-spacing:-.5px}
.zone-today-head p{margin:5px 0 0;color:#64708a;font-weight:760;line-height:1.35}
.zone-today-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.zone-today-card{
  border:1px solid #e2eaf8;border-radius:18px;background:#fff;padding:14px;
  cursor:pointer;box-shadow:0 8px 24px rgba(6,47,130,.06);transition:.16s ease;
}
.zone-today-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(6,47,130,.12)}
.zone-today-card strong{display:block;color:#0647d9;font-size:24px;line-height:1}
.zone-today-card b{display:block;color:#142553;font-size:14px;margin-top:6px}
.zone-today-card span{display:block;color:#66718a;font-weight:760;font-size:12px;margin-top:4px;line-height:1.25}
.wach-search-alert-prompt{
  margin:0 0 12px;padding:12px 14px;border:1px solid #cfe0ff;border-radius:16px;
  background:linear-gradient(90deg,#eef5ff,#fff);box-shadow:0 8px 24px rgba(6,47,130,.06);
  display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;
}
.wach-search-alert-prompt b{color:#142553;font-size:14px}
.wach-search-alert-prompt span{color:#64708a;font-weight:760;font-size:12px}
.wach-search-alert-prompt .prompt-copy{display:flex;flex-direction:column;gap:3px;min-width:220px}
.wach-alert-actions{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:900px){.zone-today-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .zone-today-head{flex-direction:column}
  .zone-today-grid{grid-template-columns:1fr}
  .wach-search-alert-prompt{align-items:flex-start}
}


/* Wach v7.3 — home engagement visibility + clear payment numbers */
#freshTodaySection,#topTodaySection,#nearbyDemandSection{
  border:1px solid #dfe8ff;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  padding:14px;
  margin:16px 0;
  box-shadow:0 10px 30px rgba(6,71,217,.06);
}
#featureMoncash,#featureNatcash{
  display:inline-block;
  background:#eaf8ef;
  border:1px solid #7bd39a;
  color:#0b7a3b;
  border-radius:999px;
  padding:4px 9px;
  margin:2px 3px;
  font-weight:950;
}
.feature-pay-highlight{
  line-height:1.7;
}


/* WACH v7.7 — paj akèy pi pwòp, mwens repetisyon */
.daily-combined-section{
  border:1px solid #dfe8ff;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  padding:16px;
  margin:18px 0;
  box-shadow:0 12px 34px rgba(6,71,217,.07);
}
.daily-combined-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.daily-combined-head h2{
  margin:0 0 6px;
  color:#10244a;
  font-size:22px;
}
.daily-combined-head p{
  margin:0;
  color:#60708c;
  font-weight:700;
  line-height:1.45;
}
.daily-combined-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.zone-today-inline{
  border:1px dashed #c7d6f6;
  border-radius:16px;
  background:#fbfdff;
  padding:12px;
  margin:10px 0 14px;
}
.zone-today-sub{
  margin:0 0 10px;
  color:#60708c;
  font-weight:750;
}
.daily-combined-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.daily-strip-section.compact{
  margin:0!important;
  padding:12px!important;
}
.daily-strip-section.compact .section-head h3{
  margin:0;
  color:#10244a;
  font-size:17px;
}
@media(min-width:980px){
  .daily-combined-grid{
    grid-template-columns:1fr 1fr;
  }
  #nearbyDemandSection.compact{
    grid-column:1 / -1;
  }
}


/* WACH v8.5 — admin link pa parèt pou non-admin */
.admin-only-link,
[data-admin-only="true"]{
  display:none!important;
}
body.wach-admin .admin-only-link,
body.wach-admin [data-admin-only="true"]{
  display:flex!important;
}

/* ============================================================
   DEMANN — YON SÈL FÒMA KANONIK (v8.19)
   Menm aparans sou telefòn, tablèt ak òdinatè.
   Ranplase tout ansyen patch v8.7 / v8.9 / v8.17 / v8.18 yo.
   ============================================================ */

/* --- 0) Okenn scroll orizontal okenn kote --- */
html,body{overflow-x:hidden;max-width:100vw}
.page-overlay{overflow-x:hidden}
.page-inner{box-sizing:border-box;padding-bottom:calc(125px + env(safe-area-inset-bottom,0px))}

/* --- 1) product-row yo (Fèk poste / Top jodi a) adapte, pa fòse lajè --- */
.product-row{grid-template-columns:repeat(auto-fill,minmax(min(100%,150px),1fr));max-width:100%;overflow:hidden}

/* --- 2) GRID INIK pou tout kote demann parèt (akèy + paj) ---
   Telefòn: 1 kolòn | Tablèt: 2 | Òdinatè: 3-4 — otomatik. */
.need-page-grid,
.need-row,
.need-home-grid.mini,
#nearbyDemandRow{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));
  gap:14px;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

/* --- 3) KAT LA: menm gwosè ak tipografi tout kote --- */
.need-card{
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
  border-radius:20px;
}
.need-card *{box-sizing:border-box}
.need-card-body{padding:14px;gap:11px;min-width:0}
.need-card-ribbon{padding:10px 14px;font-size:12.5px}
.need-tag{font-size:11.5px;padding:7px 10px;max-width:100%;white-space:normal;line-height:1.2;overflow-wrap:anywhere}
.need-message-box{grid-template-columns:1fr;gap:0;padding:13px 14px;border-radius:16px}
.need-quote,.need-accent-line{display:none}
.need-message-content{min-width:0}
.need-message-content h3{font-size:17.5px;line-height:1.22;overflow-wrap:anywhere;word-break:break-word}
.need-desc{
  font-size:13.5px;line-height:1.4;margin:8px 0 0;padding-top:8px;
  overflow-wrap:anywhere;word-break:break-word;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.need-info-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}
.need-info-chip{min-width:0;padding:10px 11px;border-radius:14px;font-size:13px}
.need-info-chip svg{width:18px;height:18px;flex:0 0 auto}
.need-info-chip span{min-width:0;overflow:hidden}
.need-info-chip small{overflow-wrap:anywhere;white-space:normal}

/* --- 4) BOUTON: teks toujou vizib, menm fòma tout kote --- */
.need-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}
.need-actions .mini-btn{
  display:flex;align-items:center;justify-content:center;gap:6px;
  min-width:0;min-height:44px;height:auto;
  padding:10px 8px;font-size:13px;font-weight:900;line-height:1.1;
  border-radius:13px;white-space:nowrap;overflow:hidden;cursor:pointer;
  width:auto;
}
.need-actions .mini-btn .btn-label{display:inline-block;overflow:hidden;text-overflow:ellipsis}
.need-actions .mini-btn svg,.need-actions .mini-btn .pro-icon-sm{width:16px !important;height:16px !important;flex:0 0 auto}
.need-actions .mini-btn.call,.need-actions .mini-btn:nth-child(1){background:linear-gradient(135deg,#0ec56b,#06a856);border-color:#0ec56b;color:#fff}
.need-actions .mini-btn.wa,.need-actions .mini-btn:nth-child(2){background:linear-gradient(135deg,#2d7cff,#0b55db);border-color:#2d7cff;color:#fff}
.need-actions .mini-btn.detail{background:#fff;border:1px solid #d8e3f7;color:#0b55db}
.need-actions .mini-btn.edit{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706;color:#fff}
.need-actions .mini-btn.danger{background:linear-gradient(135deg,#ff3845,#ef1624);border-color:#ef1624;color:#fff}

/* --- 5) Touche kat la: animasyon + detay --- */
.need-card.tappable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;-webkit-tap-highlight-color:transparent}
.need-card.tappable:active{transform:translateY(1px) scale(.99);box-shadow:0 8px 18px rgba(13,43,92,.12)}
.need-card.tappable:focus-visible{outline:3px solid #2d7cff;outline-offset:2px}

/* --- 6) Bouton "+ Poste sa mwen bezwen" (akèy + paj) --- */
.need-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:6px}
.need-page-head .page-title{margin:0;min-width:0}
.need-post-cta{border:0;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);color:#fff;border-radius:13px;padding:12px 16px;font-size:14.5px;font-weight:950;cursor:pointer;box-shadow:0 10px 22px rgba(37,99,235,.25);letter-spacing:-.2px;transition:transform .12s ease}
.need-post-cta:active{transform:translateY(1px) scale(.99)}
.need-post-cta.small{padding:9px 14px;font-size:13.5px;border-radius:12px}
.need-home-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.need-home-head-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}

/* --- 7) Modal Detay demann --- */
.need-detail-body{padding:16px;display:flex;flex-direction:column;gap:13px}
.need-detail-title{margin:0;color:#07133f;font-size:20px;line-height:1.2;font-weight:950;letter-spacing:-.02em;overflow-wrap:anywhere;word-break:break-word}
.need-detail-desc{margin:0;font-size:14px;line-height:1.45;color:#4a5568;font-weight:750;overflow-wrap:anywhere;word-break:break-word}
.need-detail-owner{display:flex;align-items:center;gap:8px;color:#56627d;font-weight:850;font-size:13px}
.need-actions.detail-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
.need-bottom-space{height:26px}

/* --- 8) Ajisteman mobil MINIMAL (menm fòma, jis espas) --- */
@media(max-width:720px){
  .page-inner{padding-bottom:calc(135px + env(safe-area-inset-bottom,0px))}
  .need-page-head,.need-home-head{flex-direction:column;align-items:stretch}
  .need-home-head-actions{flex-direction:column;align-items:stretch}
  .need-post-cta,.need-post-cta.small{width:100%;text-align:center;padding:14px 16px;font-size:15px}
  .need-home-head-actions a{text-align:center}
  .need-actions.detail-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:360px){
  .need-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .need-actions .mini-btn{font-size:12.5px}
}

/* ============================================================
   v8.20 — ALIYMAN DESKTOP KONVANSYONÈL
   Kolòn kontni santre (max 1320px) + yon sèl navigasyon pa ekran
   ============================================================ */

/* Kontni prensipal la santre ak yon lajè maksimòm — fini "kole agoch" la */
@media(min-width:861px){
  /* Sidebar + main gridi aliman: align-items:start nan .app-shell
     asire de kolòn yo kòmanse nan menm nivo epi chak grandi selon
     pwòp kontni li — pa gen blan vid anba sidebar la. */
  /* sidebar rule moved to fixed-layout block */
  .main{padding-bottom:40px}

  /* Santre kontni a san kase kolòn griy la: max-width sou yon
     wrapper anndan .main, pa sou .main li menm. Konsa .main
     rete kòm kolòn dirèk nan app-shell grid la. */
  .main>.main-inner-wrap,
  .main>header.topbar,
  .main>section,
  .main>div.filters,
  .main>.owner-banner,
  .main>.page-overlay{max-width:1320px;margin-left:auto;margin-right:auto;width:100%}

  /* Sou desktop: sidebar la la deja — kache navigasyon mobil yo */
  .bottom-nav{display:none !important}
  .floating-post{display:none !important}
}

/* Sou trè gwo ekran, sidebar + kontni ansanm santre pi bèl */
/* 1700px centering removed — incompatible with fixed sidebar */

/* Ranje pwodwi yo: kat yo gen yon plafon lajè — yo pa vin jeyan
   lè gen kèk grenn pwodwi sèlman */
@media(min-width:861px){
  .product-row{grid-template-columns:repeat(auto-fill,minmax(180px,220px));justify-content:start;gap:14px}
  .need-page-grid,
  .need-row,
  .need-home-grid.mini,
  #nearbyDemandRow{grid-template-columns:repeat(auto-fill,minmax(300px,360px));justify-content:start}
}

/* ============================================================
   v8.21 — TELEFÒN: TOUT SEKSYON ALIYE MENM JAN AK "KAY AK TEREN"
   Grid vètikal pwòp olye bann orizontal k ap woule sou kote
   ============================================================ */
@media(max-width:860px){
  /* Fèk poste / Top jodi a / Vedèt / ranje pa kategori:
     grid 2 kolòn vètikal, menm estil ak Kay ak teren */
  .product-row,.feature-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    overflow:visible !important;
    scroll-snap-type:none !important;
    padding-bottom:0 !important;
  }
  .product-card{min-width:0 !important;width:auto !important;scroll-snap-align:none !important;max-width:100%}
  .product-img{height:150px}

  /* Demann sou akèy: 1 kolòn tout lajè (menm jan ak Kay ak teren) */
  #nearbyDemandRow,.need-home-grid.mini,.need-page-grid,.need-row{
    grid-template-columns:1fr !important;
  }
}

/* ===== v8.21 — CTA blende: teks toujou vizib, janm debòde ===== */
.need-home-head{max-width:100%;overflow:hidden}
.need-home-head-actions{max-width:100%;min-width:0}
.need-post-cta,.need-post-cta *{color:#fff !important;-webkit-text-fill-color:#fff !important}
.need-post-cta{max-width:100%;box-sizing:border-box;font-size:15px !important;line-height:1.25 !important;overflow:hidden}

/* ============================================================
   v8.23 — AKÈY MOBIL: SETUP DINAMIK AK KOULÈ
   Kenbe tout fonksyon/seksyon ki deja egziste; chanje sèlman prezantasyon an.
   ============================================================ */
@media(max-width:720px){
  :root{--wach-purple:#5521d8;--wach-violet:#7b2ee8;--wach-orange:#ff7a2f}
  body{background:#f7f8fc}
  .main{padding:10px 14px 92px !important;background:#fff}

  /* Tèt paj */
  .topbar{
    display:grid !important;
    grid-template-columns:44px 1fr auto !important;
    grid-template-areas:"menu brand actions" "search search search" !important;
    gap:10px 8px !important;
    align-items:center !important;
    padding:8px 0 12px !important;
    margin-bottom:0 !important;
    background:rgba(255,255,255,.96) !important;
  }
  .hamb{grid-area:menu;width:42px;height:42px;justify-self:start}
  .mobile-brand{grid-area:brand !important;display:flex !important;justify-content:center;align-items:center;gap:8px}
  .mobile-brand .brand-word{font-size:28px;font-weight:950;font-style:italic;color:#0752d8}
  .mobile-brand .bag-logo{transform:scale(.88)}
  .search-wrap{grid-area:search;height:52px !important;border-radius:17px !important;padding:0 14px !important;box-shadow:none !important}
  .search-wrap input{font-size:15px !important}
  .top-actions{grid-area:actions;display:flex !important;gap:7px !important;justify-content:flex-end}
  .top-actions .post-top-btn,.top-actions .top-action:nth-of-type(1),.top-actions .top-action:nth-of-type(2){display:none !important}
  .top-actions .top-action{display:grid !important;width:40px;height:40px;border:0 !important;background:transparent !important;padding:0 !important}
  .top-actions .top-action span:not(.dot-badge){display:none !important}
  .user-pill{width:42px !important;height:42px !important;border:3px solid #eef2ff !important}
  .mobile-online-holder{display:flex !important;margin:4px 0 12px !important}
  .online-badge{font-size:13px !important;padding:6px 11px !important;background:#fff !important;border:1px solid #dfe6f3 !important;box-shadow:0 5px 14px rgba(18,42,90,.05)}

  /* Hero setup dinamik ak koulè */
  .hero{
    position:relative !important;
    display:block !important;
    min-height:300px !important;
    border-radius:22px !important;
    overflow:hidden !important;
    margin:0 0 18px !important;
    background:linear-gradient(120deg,#3218b8 0%,#6420da 48%,#ff694b 100%) !important;
    box-shadow:0 16px 34px rgba(66,35,174,.22) !important;
  }
  .hero-copy{
    position:relative !important;z-index:3 !important;
    width:58% !important;box-sizing:border-box !important;
    padding:30px 0 28px 24px !important;
    background:transparent !important;color:#fff !important;
  }
  .hero-copy:after{display:none !important}
  .hero h1{font-size:34px !important;line-height:1.04 !important;letter-spacing:-1.4px !important;margin:0 0 14px !important}
  .hero p{font-size:17px !important;line-height:1.25 !important;margin:0 0 22px !important}
  .hero .red-btn{background:#fff !important;color:#5420d4 !important;border-radius:11px !important;padding:12px 17px !important;box-shadow:0 8px 20px rgba(28,15,80,.18) !important}
  .hero-photo{
    position:absolute !important;inset:0 0 0 auto !important;
    width:61% !important;min-height:300px !important;
    background-position:center !important;
    clip-path:ellipse(72% 72% at 75% 50%) !important;
  }
  .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,67,.22),transparent 45%)}
  .hero-badges,.hero .dots{display:none !important}

  /* Kategori yo tankou aksyon rapid */
  #categories.section-head{margin:8px 0 10px !important;align-items:center !important}
  #categories.section-head h2{font-size:19px !important}
  .categories{
    display:flex !important;gap:12px !important;overflow-x:auto !important;
    padding:2px 2px 10px !important;scroll-snap-type:x proximity !important;
    scrollbar-width:none !important;
  }
  .categories::-webkit-scrollbar{display:none}
  .cat-card{
    flex:0 0 72px !important;min-width:72px !important;
    border:0 !important;background:transparent !important;box-shadow:none !important;
    padding:0 !important;gap:7px !important;scroll-snap-align:start !important;
  }
  .cat-card:hover{transform:none !important;box-shadow:none !important}
  .cat-img{
    width:58px !important;height:58px !important;border-radius:50% !important;
    place-items:center !important;background-image:none !important;background:#f1f5ff !important;
    border:1px solid #e0e7f5 !important;box-shadow:0 7px 18px rgba(20,42,90,.08) !important;
  }
  .cat-card:nth-child(1) .cat-img{background:#fff3e8 !important}
  .cat-card:nth-child(2) .cat-img{background:#edf3ff !important}
  .cat-card:nth-child(3) .cat-img{background:#ebfbf2 !important}
  .cat-card:nth-child(4) .cat-img{background:#f3edff !important}
  .cat-card:nth-child(5) .cat-img{background:#fff0f2 !important}
  .cat-img::after{display:none !important}
  .cat-badge{margin:0 !important;background:transparent !important;box-shadow:none !important;width:34px !important;height:34px !important}
  .cat-badge .pro-icon{width:28px !important;height:28px !important}
  .cat-card span{font-size:11.5px !important;line-height:1.15 !important;text-align:center !important;color:#15244a !important}
  .popular-cat-controls{display:none !important}

  /* Filtè yo rete la, men pi pwòp ak pi konpak */
  .filters{grid-template-columns:1fr 1fr !important;gap:8px !important;padding:10px !important;border-radius:18px !important;margin:8px 0 14px !important;background:#fbfcff !important}
  .filters .where{grid-column:1/-1 !important;font-size:15px !important}
  .filter-field{height:50px !important;padding:5px 9px !important}
  .filter-field:nth-of-type(3),.filter-field:nth-of-type(4){grid-column:1/-1 !important}
  .filter-btn{min-height:48px !important;border-radius:13px !important}

  /* Seksyon jodi a */
  .daily-combined-section{padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;margin:10px 0 18px !important}
  .daily-combined-head{padding:0 !important;margin-bottom:8px !important}
  .daily-combined-head h2{font-size:22px !important;margin-bottom:4px !important}
  .daily-combined-head p{font-size:13px !important;line-height:1.35 !important}
  .daily-combined-actions{gap:7px !important}
  .daily-combined-actions .wach-save-search-btn{font-size:11px !important;padding:8px 9px !important}
  .daily-combined-grid{display:grid !important;grid-template-columns:1fr !important;gap:18px !important}
  .daily-strip-section{padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important}
  .daily-strip-section .section-head{margin:4px 0 9px !important}
  .daily-strip-section .section-head h3{font-size:20px !important}
  #freshTodayRow,#topTodayRow{
    display:grid !important;grid-auto-flow:column !important;
    grid-auto-columns:minmax(142px,44vw) !important;grid-template-columns:none !important;
    overflow-x:auto !important;gap:10px !important;padding:2px 2px 8px !important;
    scroll-snap-type:x mandatory !important;scrollbar-width:none !important;
  }
  #freshTodayRow::-webkit-scrollbar,#topTodayRow::-webkit-scrollbar{display:none}
  #freshTodayRow .product-card,#topTodayRow .product-card{scroll-snap-align:start !important;border-radius:15px !important;box-shadow:0 8px 22px rgba(19,42,91,.08) !important}
  #freshTodayRow .product-img,#topTodayRow .product-img{height:126px !important}

  /* Kat pwodwi yo pi modèn */
  .product-card{border:1px solid #e3e9f4 !important;background:#fff !important}
  .product-body{padding:10px !important;gap:5px !important}
  .product-title{font-size:15px !important;line-height:1.2 !important}
  .price{color:#5a1fd1 !important;font-size:21px !important}
  .product-card .actions{gap:6px !important}

  /* Piblisite ak lòt seksyon egzistan yo */
  .site-ad-card{border-radius:20px !important;box-shadow:0 12px 28px rgba(54,30,140,.10) !important}
  .section-head{align-items:center !important}
  .section-head h2{font-size:21px !important;line-height:1.12 !important}
  .section-head .subtle{display:block !important;font-size:12px !important;margin-top:4px !important}
  .property-preview-row,.property-grid{gap:12px !important}
  .property-card{border-radius:18px !important}

  /* Navigasyon anba menm jan ak setup la */
  .bottom-nav{background:rgba(255,255,255,.97) !important;border-top:1px solid #e9edf5 !important;box-shadow:0 -10px 30px rgba(22,39,79,.07) !important}
  .bottom-nav .post-center{background:linear-gradient(135deg,#ff3652,#ff5d54) !important;box-shadow:0 10px 26px rgba(255,55,78,.34) !important}
}

/* ============================================================
   v8.25 — SWIPE MOBIL + DESKTOP RANPLI LAJÈ (san espas mò)
   Kenbe tout fonksyon/seksyon; chanje sèlman prezantasyon.
   ============================================================ */

/* --- A) DESKTOP: kat yo ranpli tout lajè kolòn nan --- */
@media(min-width:861px){
  /* Ranje pwodwi prensipal yo (Près de ou, elatriye):
     olye plafon 220px ki kite gwo vid adwat,
     kat yo laji pou ranpli liy lan nèt. */
  .product-row{
    grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
    justify-content:stretch;
    gap:16px;
  }
  .feature-row{
    grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
    gap:16px;
  }
  /* Fèk poste / Top jodi a: kolòn yo pi etwat,
     donk kat pi piti pou 2-3 ka parèt sou chak liy — pa gen vid ankò. */
  .daily-combined-grid .product-row{
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
    gap:12px;
  }
  .daily-combined-grid .product-img{height:124px}
}

/* --- B) TELEFÒN: seksyon dekouvèt yo vin swipe agoch/adwat --- */
@media(max-width:860px){
  /* Fèk poste / Top jodi a / Pwodwi vedèt:
     bann orizontal ak scroll-snap — swipe pwofesyonèl,
     yon moso kat vizib adwat pou montre gen plis. */
  #freshTodayRow,#topTodayRow,#featuredProducts{
    display:flex !important;
    grid-template-columns:none !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:12px !important;
    padding:2px 2px 10px !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  #freshTodayRow::-webkit-scrollbar,
  #topTodayRow::-webkit-scrollbar,
  #featuredProducts::-webkit-scrollbar{display:none}

  #freshTodayRow .product-card,
  #topTodayRow .product-card,
  #featuredProducts .product-card{
    flex:0 0 62% !important;
    max-width:230px !important;
    min-width:0 !important;
    width:auto !important;
    scroll-snap-align:start !important;
  }

  /* Kay ak teren (aperçu akèy): swipe orizontal tou */
  #propertyHome{
    display:flex !important;
    grid-template-columns:none !important;
    overflow-x:auto !important;
    gap:12px !important;
    padding-bottom:10px !important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  #propertyHome::-webkit-scrollbar{display:none}
  #propertyHome .property-card{
    flex:0 0 78%;
    max-width:300px;
    scroll-snap-align:start;
  }

  /* Kategori popilè: swipe pi dous + san ti ba scroll parèt */
  .categories{
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  .categories::-webkit-scrollbar{display:none}
  .categories .cat-card{scroll-snap-align:start}

  /* "Près de ou" (fidèl navigasyon prensipal la) rete grid vètikal 2 kolòn —
     se konsa moun fè marche a monte-desann; swipe se pou dekouvèt sèlman. */
}

/* --- C) FOTO PWODWI: swipe + kontè "1 / 5" --- */
#detailPhoto{position:relative;touch-action:pan-y}
.wach-photo-counter{
  position:absolute;right:10px;bottom:10px;
  background:rgba(15,27,61,.78);color:#fff;
  border-radius:999px;padding:5px 11px;
  font-size:12px;font-weight:900;letter-spacing:.3px;
  z-index:2;pointer-events:none;
}
/* Ti foto galri yo: si gen 5, yo woule orizontal olye yo kase liy sou telefòn */
@media(max-width:860px){
  .gallery-thumbs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}
  .gallery-thumbs::-webkit-scrollbar{display:none}
  .gallery-thumbs img{flex:0 0 auto}
}

/* ============================================================
   v8.26 — KOREKSYON: strip yo pa dwe eklate grid paran an
   Bug: grid item gen min-width:auto → bann orizontal yo te fòse
   kolòn daily-combined-grid la pran 1815px → tout bagay koupe.
   ============================================================ */
.daily-combined-grid{grid-template-columns:minmax(0,1fr);max-width:100%}
.daily-combined-grid > section{min-width:0;max-width:100%}
@media(min-width:980px){
  .daily-combined-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:860px){
  .daily-combined-grid{grid-template-columns:minmax(0,1fr) !important}
  #freshTodayRow,#topTodayRow,#featuredProducts,#propertyHome{max-width:100% !important;min-width:0}
  #nearbyDemandRow{max-width:100% !important}
  #nearbyDemandRow .need-card{max-width:100% !important;width:auto !important}
  /* Dènye kat la pa fini kole sou rebò a lè w rive nan bout scroll la */
  #freshTodayRow,#topTodayRow,#featuredProducts,#propertyHome{
    scroll-padding-left:2px;
  }
  #freshTodayRow::after,#topTodayRow::after,#featuredProducts::after,#propertyHome::after{
    content:"";flex:0 0 4px;
  }
}

/* ============================================================
   WACH BIZNIS V10 — REDESIGN KAT DINAMIK YO
   ============================================================ */
.biz-hero-v10{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;padding:25px;border-radius:24px;background:linear-gradient(135deg,#f3f6ff 0%,#fff 58%,#fff1f3 100%);border:1px solid #e1e7f4;margin-bottom:14px;box-shadow:0 14px 35px rgba(23,48,105,.07)}
.biz-eyebrow{display:inline-block;color:#315ccf;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.biz-hero-v10 h2{margin:0;color:#10224c;font-size:clamp(25px,3vw,38px);line-height:1.08;max-width:650px}.biz-hero-v10 h2 svg{width:30px;height:30px;vertical-align:-4px}
.biz-hero-v10 p{margin:9px 0 0;color:#5d6b84;font-size:15px;font-weight:650}.biz-hero-actions{display:flex;gap:9px;flex-wrap:wrap;flex-shrink:0}
.biz-quick-tags{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 10px;scrollbar-width:none}.biz-quick-tags::-webkit-scrollbar{display:none}.biz-quick-tags button{white-space:nowrap;border:1px solid #dce4f2;background:#fff;color:#24416f;border-radius:999px;padding:8px 13px;font-weight:850;cursor:pointer}.biz-quick-tags button:hover{border-color:#2763e8;color:#174dbd;background:#f3f7ff}
.biz-search-v10{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,250px)!important;gap:10px!important;margin:0 0 10px!important}.biz-search-box{height:52px;display:flex;align-items:center;gap:10px;border:1px solid #dbe3ef;background:#fff;border-radius:15px;padding:0 15px;box-shadow:0 7px 20px rgba(18,40,82,.05)}.biz-search-box input{border:0!important;outline:0;background:transparent;width:100%;height:100%;font-size:15px;font-weight:700;color:#17284e}.biz-search-v10 select{height:52px;border-radius:15px!important;border:1px solid #dbe3ef!important;background:#fff!important;font-weight:800!important;color:#243858!important;padding:0 14px!important}
.biz-results-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:3px 2px 12px;color:#5e6d86;font-size:12px}.biz-results-head b{color:#172a53;font-size:14px}.biz-grid-v10{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:start}.biz-card-v10{padding:0!important;overflow:hidden;border-radius:20px!important;border:1px solid #e1e7f0!important;box-shadow:0 12px 30px rgba(20,42,88,.08)!important;transition:transform .18s ease,box-shadow .18s ease}.biz-card-v10:hover{transform:translateY(-3px);box-shadow:0 17px 38px rgba(20,42,88,.13)!important}
.biz-cover-wrap{height:180px;position:relative;background:#edf2fb;overflow:hidden}.biz-cover{width:100%;height:100%;display:block;object-fit:cover}.biz-cover-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#eaf0ff,#f9fbff)}.biz-cover-fallback svg{width:48px;height:48px;color:#3a68d8}.biz-type-badge,.biz-verified-badge,.biz-pending-badge{position:absolute;top:12px;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950;box-shadow:0 5px 15px rgba(12,27,58,.13)}.biz-type-badge{left:12px;background:rgba(255,255,255,.94);color:#1e396c}.biz-verified-badge{right:12px;background:#1769e8;color:#fff}.biz-pending-badge{right:12px;top:44px;background:#fff4d8;color:#9a5a00}
.biz-card-body{padding:14px}.biz-heading-row{display:flex;align-items:center;gap:10px}.biz-logo-v10{width:48px;height:48px;border-radius:14px;object-fit:cover;border:2px solid #fff;box-shadow:0 5px 13px rgba(15,35,75,.13);flex:0 0 auto}.biz-logo-fallback{display:grid;place-items:center;background:#edf3ff;color:#2e60d1}.biz-heading-copy{min-width:0}.biz-heading-copy h3{margin:0;color:#10234d;font-size:17px;line-height:1.16;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.biz-heading-copy span{display:block;color:#687892;font-size:12px;font-weight:800;margin-top:3px}.biz-location-line{display:flex;align-items:center;gap:6px;margin:12px 0 0;color:#52627d;font-size:12px;font-weight:750;min-width:0}.biz-location-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.biz-location-line b{margin-left:auto;color:#255dc8;white-space:nowrap}.biz-description{color:#66758d;font-size:13px;line-height:1.45;margin:10px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.biz-gallery-v10{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:12px}.biz-gallery-v10 img{width:100%;height:48px;object-fit:cover;border-radius:9px;border:1px solid #e2e8f1}.biz-primary-actions{display:grid;grid-template-columns:1.35fr 1fr;gap:8px;margin-top:13px}.biz-primary-actions button{height:43px;border-radius:12px;font-size:13px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.biz-action-main{border:1px solid #61c987;background:#e9f9ef;color:#087938}.biz-action-secondary{border:1px solid #cfd9e8;background:#fff;color:#174aa9}.biz-primary-actions svg{width:16px;height:16px}.biz-more-actions{margin-top:9px;border-top:1px solid #edf0f5;padding-top:8px}.biz-more-actions summary{cursor:pointer;list-style:none;text-align:center;color:#526684;font-size:12px;font-weight:900;padding:5px}.biz-more-actions summary::-webkit-details-marker{display:none}.biz-more-actions summary::after{content:'  ▾';color:#245bd0}.biz-more-actions[open] summary::after{content:'  ▴'}.biz-details-panel{padding:9px 0 2px}.biz-detail-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px;padding:6px 0;color:#5f6e85;font-size:12px;border-bottom:1px dashed #e6eaf0}.biz-detail-item b{color:#213961}.biz-location-warning{margin:8px 0;padding:8px;border-radius:9px;background:#fff0f0;color:#a52424;font-size:11px;font-weight:850}.biz-secondary-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.biz-secondary-actions .mini-btn{font-size:11px!important;padding:7px 8px!important}.biz-empty-v10{display:grid;place-items:center;gap:5px;padding:42px 18px;border:1px dashed #ccd7e7;border-radius:18px;background:#fafcff;color:#687791}.biz-empty-v10 b{color:#21375f;font-size:16px}
@media(max-width:1050px){.biz-grid-v10{grid-template-columns:repeat(2,minmax(0,1fr))!important}.biz-hero-v10{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.biz-hero-v10{padding:18px;border-radius:18px}.biz-hero-v10 h2{font-size:26px}.biz-hero-actions{width:100%}.biz-hero-actions button{flex:1;min-width:145px}.biz-search-v10{grid-template-columns:1fr!important}.biz-grid-v10{grid-template-columns:1fr!important;gap:13px!important}.biz-cover-wrap{height:200px}.biz-card-v10:hover{transform:none}.biz-results-head span{display:none}.biz-gallery-v10 img{height:58px}}

/* v14 — pwofil biznis senp, dinamik, rapid */
.biz-primary-actions-3{grid-template-columns:1fr 1fr 1fr}.biz-action-profile{border:1px solid #cfd9e8;background:#fff;color:#174aa9}
.biz-profile-page{max-width:1120px;margin:0 auto;padding:8px 2px 50px}.biz-back{border:0;background:transparent;color:#244b8e;font-weight:900;font-size:15px;padding:10px 0;cursor:pointer}.biz-profile-cover{height:340px;border-radius:22px;overflow:hidden;background:#edf2fb}.biz-profile-cover img{width:100%;height:100%;object-fit:cover}.biz-profile-cover-empty{height:100%;display:grid;place-items:center}.biz-profile-cover-empty svg{width:70px;height:70px;color:#4772d8}.biz-profile-head{display:flex;gap:18px;align-items:flex-end;margin:-58px 22px 0;position:relative}.biz-profile-logo{width:118px;height:118px;border-radius:50%;object-fit:cover;border:7px solid #fff;box-shadow:0 10px 30px rgba(20,42,88,.16)}.biz-profile-title{padding:18px 0 4px}.biz-profile-title h1{margin:8px 0 4px;color:#142f60;font-size:32px}.biz-profile-title p{margin:0;color:#63718a;font-weight:750}.biz-verified-pill{display:inline-block;background:#6a38e8;color:#fff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:950}.biz-rating-real{display:block;color:#ee9b00;margin-top:8px}.biz-profile-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:24px 22px}.biz-profile-actions button{height:48px;border:1px solid #d7dfec;border-radius:13px;background:#fff;color:#17366c;font-weight:950;display:flex;gap:8px;align-items:center;justify-content:center}.biz-profile-actions .wa{background:#18bd57;color:#fff;border-color:#18bd57}.biz-profile-actions .call{background:#1855d9;color:#fff;border-color:#1855d9}.biz-profile-tabs{display:flex;gap:28px;overflow-x:auto;border-bottom:1px solid #dfe6f0;margin:0 22px 22px;scrollbar-width:none}.biz-profile-tabs button{border:0;background:transparent;padding:14px 3px;color:#5b6880;font-weight:900;white-space:nowrap;border-bottom:4px solid transparent}.biz-profile-tabs button.active{color:#1759d5;border-bottom-color:#1759d5}.biz-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.biz-profile-panel{background:#fff;border:1px solid #dfe6f0;border-radius:20px;padding:24px;box-shadow:0 10px 28px rgba(20,42,88,.06);margin:0 22px 18px}.biz-profile-grid .biz-profile-panel{margin:0}.biz-profile-panel h2{margin:0 0 14px;color:#17315f}.biz-profile-panel p{color:#60708b;line-height:1.65}.biz-service-simple{display:flex;flex-wrap:wrap;gap:9px}.biz-service-simple span{background:#eef4ff;color:#2452a5;border-radius:999px;padding:9px 12px;font-weight:850}.biz-services-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.biz-services-list>div{border:1px solid #e1e7f0;border-radius:14px;padding:14px}.biz-services-list button{border:0;border-radius:10px;background:#18bd57;color:#fff;padding:9px 12px;font-weight:900}.biz-profile-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.biz-profile-gallery img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:13px}.biz-review-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.biz-review-form{display:grid;gap:12px;padding:14px;background:#f7f9fd;border-radius:14px;margin:12px 0}.biz-review-form label{display:grid;gap:6px;font-weight:850;color:#273d66}.biz-review-form select,.biz-review-form textarea{border:1px solid #d9e1ed;border-radius:11px;padding:11px;font:inherit}.biz-review-form textarea{min-height:100px}.biz-review-row{padding:14px 0;border-bottom:1px solid #e7ebf2}.biz-review-row span{display:block;color:#f3a000;margin:5px 0}.biz-review-row p{margin:0}.biz-info-list{display:grid;gap:0}.biz-info-list>div{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:13px 0;border-bottom:1px solid #e8edf4}.biz-info-list dt{font-weight:900;color:#203a68}.biz-info-list dd{margin:0;color:#5f6e85}
@media(max-width:700px){.biz-primary-actions-3{grid-template-columns:1fr 1fr}.biz-action-profile{grid-column:1/-1}.biz-profile-page{padding-top:0}.biz-profile-cover{height:315px;border-radius:0}.biz-profile-head{display:block;margin:-68px 22px 0}.biz-profile-logo{width:104px;height:104px}.biz-profile-title h1{font-size:27px}.biz-profile-actions{grid-template-columns:1fr 1fr;margin-top:14px}.biz-profile-tabs{gap:24px}.biz-profile-grid{grid-template-columns:1fr}.biz-profile-grid .biz-profile-panel,.biz-profile-panel{margin-left:20px;margin-right:20px;padding:20px}.biz-services-list{grid-template-columns:1fr}.biz-profile-gallery{grid-template-columns:repeat(2,1fr)}.biz-info-list>div{grid-template-columns:1fr;gap:4px}}

/* WACH MULTILINGUAL SELECTOR V15.8 */
.wach-language-wrap{display:flex;align-items:center;gap:5px;height:38px;padding:0 8px;border:1px solid #dfe5ee;border-radius:10px;background:#fff;white-space:nowrap}
.wach-language-wrap select{max-width:92px;border:0;outline:0;background:transparent;color:#162033;font:600 13px/1.2 inherit;cursor:pointer}
@media(max-width:760px){.wach-language-wrap{height:34px;padding:0 5px}.wach-language-wrap select{width:44px;max-width:44px;font-size:12px}.wach-language-wrap span{display:none}.top-actions .wach-language-wrap{order:-2}}

/* V15.10 — compact language selector on mobile; keep Wach brand visible */
@media (max-width:760px){
  .topbar{column-gap:7px!important;}
  .mobile-brand{display:flex!important;flex:1 1 auto!important;min-width:92px!important;overflow:visible!important;}
  .mobile-brand .brand-word{display:block!important;overflow:visible!important;text-overflow:clip!important;}
  .top-actions{flex:0 0 auto!important;gap:6px!important;min-width:0!important;}
  .wach-language-wrap{
    position:relative!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    padding:0!important;
    gap:0!important;
    justify-content:center!important;
    border-radius:50%!important;
    overflow:hidden!important;
    flex:0 0 36px!important;
  }
  .wach-language-wrap span{
    display:block!important;
    font-size:17px!important;
    line-height:1!important;
    pointer-events:none!important;
  }
  .wach-language-wrap select{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    opacity:0!important;
    cursor:pointer!important;
    font-size:16px!important;
  }
}
@media (max-width:420px){
  .mobile-brand{min-width:84px!important;}
  .mobile-brand .brand-word{font-size:24px!important;}
  .mobile-brand .bag-logo{transform:scale(.80)!important;transform-origin:left center!important;margin-right:-5px!important;}
}

/* V15.13 — multilingual mobile layout hardening */
.wach-language-mobile{display:none}
@media (max-width:760px){
  /* Language no longer occupies the mobile top bar. It lives in the menu. */
  .wach-language-desktop{display:none!important}
  .wach-language-mobile{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:10px 12px 14px;
    padding:12px;
    border:1px solid #dfe6f2;
    border-radius:14px;
    background:#f7f9ff;
    min-width:0;
  }
  .wach-language-mobile-copy{display:grid;gap:2px;min-width:0;color:#18345f}
  .wach-language-mobile-copy strong{font-size:14px;line-height:1.2}
  .wach-language-mobile-copy small{font-size:11px;line-height:1.25;color:#66758d}
  .wach-language-mobile>span{display:none}
  .wach-language-mobile select{
    flex:0 1 132px;
    min-width:0;
    max-width:132px;
    height:38px;
    border:1px solid #cfd9e8;
    border-radius:10px;
    background:#fff;
    color:#17345f;
    padding:0 8px;
    font:800 13px/1.2 inherit;
  }
  .topbar{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important}
  .mobile-brand{min-width:0!important;max-width:none!important;overflow:hidden!important}
  .mobile-brand .brand-word{display:block!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}
  .top-actions{min-width:0!important;gap:5px!important}

  /* Global guards for longer English/French/Spanish labels. */
  button,.btn,.mini-btn,.nav a,.top-action,.filter-row>* ,label,summary,
  .biz-primary-actions button,.biz-profile-actions button,.biz-hero-actions button,
  .category-card,.request-card,.property-card,.listing-card{
    min-width:0!important;
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  button,.btn,.mini-btn,.biz-primary-actions button,.biz-profile-actions button,
  .biz-hero-actions button,.nav a{white-space:normal!important;line-height:1.2!important;text-align:center}
  input,select,textarea{min-width:0!important;max-width:100%!important}
  .modal,.modal-card,.dialog,.sheet,.panel{max-width:calc(100vw - 24px)!important}
  .biz-profile-actions,.biz-primary-actions,.biz-hero-actions{min-width:0}
  .biz-profile-actions button,.biz-primary-actions button{height:auto!important;min-height:46px;padding:9px 8px}
  .biz-profile-tabs{max-width:100%;overscroll-behavior-inline:contain}
  .biz-profile-tabs button{flex:0 0 auto;white-space:nowrap!important;overflow-wrap:normal!important}
  .filters,.filter-row,.chips,.category-strip{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}
}
@media (max-width:380px){
  .mobile-brand .brand-word{font-size:22px!important}
  .top-actions{gap:3px!important}
  .top-action{padding-inline:4px!important}
  .wach-language-mobile{margin-inline:8px;padding:10px}
  .wach-language-mobile select{flex-basis:116px;max-width:116px;font-size:12px}
}


/* V15.14 — definitive mobile language placement */
@media (max-width:760px){
  #wachLanguageWrap,.top-actions #wachLanguageWrap,.wach-language-desktop{display:none!important;visibility:hidden!important;width:0!important;min-width:0!important;max-width:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important;}
  #wachLanguageMobileWrap{display:flex!important;}
  .mobile-brand{display:flex!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;overflow:visible!important;}
  .mobile-brand .brand-word{display:block!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;}
}
@media (min-width:761px){#wachLanguageMobileWrap{display:none!important;}}


/* V15.20 — stable multilingual business actions + mobile quick tags */
.biz-quick-tags{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:4px 2px 12px!important}
.biz-quick-tags button{flex:0 0 auto!important;min-width:max-content!important;width:auto!important;max-width:none!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;writing-mode:horizontal-tb!important;line-height:1.15!important;padding:11px 16px!important;scroll-snap-align:start}
.product-actions .mini-btn,[data-i18n="Gade"],[data-i18n="Kontakte"]{white-space:normal;word-break:normal;overflow-wrap:break-word;min-width:0}
@media(max-width:480px){.biz-quick-tags button{font-size:14px!important;padding:10px 14px!important}.product-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.product-actions .mini-btn{width:100%!important;min-height:46px!important;padding:10px 8px!important;font-size:14px!important}}


/* V15.23 — one language selector in the sidebar/menu on desktop and mobile */
#mobileMenu .wach-language-menu,
.sidebar .wach-language-menu,
#wachLanguageMobileWrap{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:10px 12px 14px!important;
  padding:12px!important;
  border:1px solid #dfe6f2!important;
  border-radius:14px!important;
  background:#f7f9ff!important;
  min-width:0!important;
  visibility:visible!important;
}
#wachLanguageWrap,.top-actions #wachLanguageWrap,.wach-language-desktop{
  display:none!important;
  visibility:hidden!important;
}
#wachLanguageMobileWrap select{
  flex:0 1 132px!important;
  min-width:0!important;
  max-width:132px!important;
  height:38px!important;
  border:1px solid #cfd9e8!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#17345f!important;
  padding:0 8px!important;
  font:800 13px/1.2 inherit!important;
}

/* V15.25 — language selector always visible at top of sidebar/menu */
.sidebar #wachLanguageMobileWrap{order:0!important;flex:0 0 auto!important;margin:0 0 4px!important;padding:11px 12px!important;background:#eef4ff!important;border:1.5px solid #c8d8f5!important;box-shadow:0 8px 22px rgba(30,84,180,.10)!important}
.sidebar #wachLanguageMobileWrap .wach-language-mobile-copy{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}
.sidebar #wachLanguageMobileWrap .wach-language-mobile-copy strong{font-size:15px!important;color:#0f4fca!important}
.sidebar #wachLanguageMobileWrap .wach-language-mobile-copy small{font-size:11px!important;color:#66758f!important;white-space:nowrap!important}
@media(max-width:860px){.sidebar.show-mobile #wachLanguageMobileWrap{position:sticky!important;top:72px!important;z-index:3!important;margin:0 0 8px!important}}

/* V15.26 — language selector placement corrected
   Mobile: never in the top header; only inside the hamburger sidebar.
   Desktop: inside the left sidebar/menu. */
#wachLanguageWrap,
.topbar #wachLanguageWrap,
.top-actions #wachLanguageWrap,
.header #wachLanguageWrap,
.wach-language-desktop{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
.sidebar #wachLanguageMobileWrap{
  display:flex!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  visibility:visible!important;
}
@media (max-width:860px){
  .topbar #wachLanguageMobileWrap,
  .mobile-header #wachLanguageMobileWrap,
  .top-actions #wachLanguageMobileWrap{
    display:none!important;
  }
  .sidebar:not(.show-mobile) #wachLanguageMobileWrap{
    display:flex!important;
  }
  .sidebar.show-mobile #wachLanguageMobileWrap{
    display:flex!important;
    position:static!important;
    top:auto!important;
    margin:0 0 8px!important;
  }
  .mobile-brand,
  .mobile-brand .brand-word{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}


/* WACH image display fix — show the complete product photo in detail modal */
.detail-photo{
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-color:#f2f6ff !important;
  aspect-ratio:4 / 3;
  min-height:0 !important;
}
@media(max-width:650px){
  .detail-photo{aspect-ratio:4 / 3;min-height:0 !important;}
}


/* WACH v15.29 — hard fix: real IMG element prevents any background-cover crop */
.detail-photo{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#f2f6ff !important;
  background-image:none !important;
  width:100% !important;
  aspect-ratio:4 / 3 !important;
  min-height:0 !important;
}
.detail-photo > img,
#detailPhotoImg{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
}
@media(max-width:650px){
  .detail-photo{aspect-ratio:4 / 3 !important;min-height:0 !important;}
}

/* Wach support contact — v15-31 */
.wach-support-box{margin:14px 0 10px;padding:12px 14px;border:1px solid #dbe7e0;border-radius:14px;background:#f4fbf7;display:flex;align-items:center;justify-content:space-between;gap:10px 16px;flex-wrap:wrap;text-align:left;color:#123b2a}
.wach-support-box strong{font-weight:900;margin-right:auto}
.wach-support-box a{color:#087a43;font-weight:850;text-decoration:none;overflow-wrap:anywhere}
.wach-support-box a:hover,.wach-support-box a:focus{text-decoration:underline}
@media(max-width:600px){.wach-support-box{margin:12px 0 10px;display:grid;grid-template-columns:1fr;gap:7px;text-align:left}}
.admin-rechaj-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:14px 0}.admin-rechaj-metrics>div{border:1px solid #dce7e1;border-radius:14px;padding:14px;background:#f9fdfb;display:grid;gap:4px}.admin-rechaj-metrics b{font-size:22px;color:#087443}.admin-rechaj-metrics span{font-size:12px;color:#607166;font-weight:700}

/* v15.34 — Sipò Wach anba Mizajou sit, anwo Admin */
.nav-support-box{margin:6px 10px 8px;padding:10px 12px;border:1px solid #dbe7e0;border-radius:12px;background:#f4fbf7;display:grid;gap:5px;color:#123b2a}
.nav-support-box strong{font-size:13px;font-weight:900}
.nav-support-box a{display:block!important;padding:0!important;min-height:auto!important;color:#087a43!important;font-size:12px!important;font-weight:850!important;text-decoration:none;overflow-wrap:anywhere}
.nav-support-box a:hover,.nav-support-box a:focus{text-decoration:underline}

/* v15-41: Kay/Teren CTA vizib epi aksesib */
.quick-market .property-post-cta{background:linear-gradient(135deg,#ef1624,#c90818)!important;border-color:#ef1624!important;color:#fff!important;box-shadow:0 12px 28px rgba(239,22,36,.24)!important}
.quick-market .property-post-cta:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(239,22,36,.30)!important}
.nav a.property-post-nav{background:linear-gradient(135deg,#ef1624,#c90818)!important;color:#fff!important;border-color:#ef1624!important;box-shadow:0 10px 22px rgba(239,22,36,.20)}
.nav a.property-post-nav svg{color:#fff!important;stroke:#fff!important}

/* Wach v15.50 — Executive CRM Dashboard (additive, admin-only) */
.crm-dashboard{display:grid;gap:16px}.crm-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border:1px solid #dbe5f8;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.crm-dashboard-head h3{margin:0;color:#142553;font-size:22px}.crm-dashboard-head p{margin:4px 0 0;color:#66758f}.crm-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.crm-kpi{appearance:none;text-align:left;border:1px solid #dbe5f8;border-radius:16px;padding:15px;background:#fff;display:grid;gap:5px;min-width:0;color:#142553;box-shadow:0 8px 22px rgba(25,61,130,.06)}button.crm-kpi{cursor:pointer;font:inherit}.crm-kpi:hover{border-color:#8fb3f2;transform:translateY(-1px)}.crm-kpi span{display:flex;color:var(--blue);width:24px;height:24px}.crm-kpi b{font-size:25px;line-height:1.1;overflow-wrap:anywhere}.crm-kpi small{font-weight:800;color:#66758f}.crm-panels{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:14px}.crm-panel{border:1px solid #dbe5f8;border-radius:16px;background:#fff;padding:15px;min-width:0}.crm-panel h3{margin:0 0 12px;color:#142553}.crm-activity{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #edf2fb}.crm-activity:last-child{border-bottom:0}.crm-activity-dot{flex:0 0 9px;width:9px;height:9px;border-radius:999px;background:var(--blue);margin-top:6px}.crm-activity div{display:grid;gap:3px;min-width:0}.crm-activity small{color:#66758f;overflow-wrap:anywhere}.crm-actions{display:grid;gap:9px}.crm-actions .mini-btn{width:100%;justify-content:center}.crm-health{margin-top:16px;padding:12px;border-radius:12px;background:#f4fbf7;color:#17613b;display:grid;gap:7px;font-size:13px}.crm-health b{color:#123b2a}@media(max-width:800px){.crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-panels{grid-template-columns:1fr}}@media(max-width:480px){.crm-dashboard-head{align-items:flex-start;flex-direction:column}.crm-kpi-grid{grid-template-columns:1fr 1fr}.crm-kpi{padding:12px}.crm-kpi b{font-size:21px}}

/* WACH v15.60 — Admin analytics 4-column layout */
.wach-admin-analytics .crm-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.wach-admin-analytics .crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.wach-admin-analytics .crm-kpi-grid{grid-template-columns:1fr 1fr}}

/* WACH v15.70 — Checkbox konfimasyon: pi gwo, pi fasil pou peze sou telefòn.
   Anvan: 18x18px san accent-color — li parèt tankou yon ti pwen bò tèks la,
   epi difisil pou wè si li chèk oswa non sou ekran telefòn. */
.checkbox-row{gap:14px;font-size:14px;line-height:1.5;align-items:flex-start;cursor:pointer;padding:4px 0}
.checkbox-row input[type="checkbox"]{
  width:26px;height:26px;
  min-width:26px;min-height:26px;
  flex:0 0 auto;
  margin:0;
  accent-color:var(--blue);
  border-radius:7px;
  cursor:pointer;
}
@media(max-width:640px){
  .checkbox-row{gap:14px;font-size:14.5px}
  .checkbox-row input[type="checkbox"]{width:28px;height:28px;min-width:28px;min-height:28px}
}

/* ===== WACH Admin Analytics Dashboard v15.71 (scoped .wach-an) ===== */
.wach-an{display:grid;gap:14px;color:#142553}
.wach-an-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border:1px solid #dbe5f8;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef5ff)}
.wach-an-head h3{margin:0;font-size:21px;color:#142553}
.wach-an-head p{margin:4px 0 0;color:#66758f;font-size:13px}
.wach-an-headbtns{display:flex;gap:8px;flex-shrink:0}

.wach-an-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.wach-an-kpi{border:1px solid #dbe5f8;border-radius:16px;background:#fff;padding:14px;display:grid;gap:4px;align-content:start;min-width:0;box-shadow:0 8px 22px rgba(25,61,130,.06)}
.wach-an-kpi small{font-weight:800;color:#66758f;font-size:12px;line-height:1.3}
.wach-an-kpi b{font-size:26px;line-height:1.1;overflow-wrap:anywhere}
.wach-an-kpi-foot{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:4px}
.wach-an-sub{color:#8b97ac;font-size:11px;font-weight:700}

.wach-an-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;white-space:nowrap}
.wach-an-badge.up{background:#e8f8ef;color:#12744a}
.wach-an-badge.down{background:#fdeaef;color:#b3123e}
.wach-an-badge.flat{background:#eef2f9;color:#66758f}

.wach-an-card{border:1px solid #dbe5f8;border-radius:16px;background:#fff;padding:15px;min-width:0}
.wach-an-cardhead{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.wach-an-cardhead h4{margin:0;font-size:16px;color:#142553}
.wach-an-count{color:#8b97ac;font-size:12px;font-weight:800}

.wach-an-toggles{display:flex;gap:8px;flex-wrap:wrap}
.wach-an-seg{display:inline-flex;border:1px solid #dbe5f8;border-radius:999px;overflow:hidden;background:#f6f9ff}
.wach-an-seg button{appearance:none;border:0;background:transparent;font:inherit;font-size:12px;font-weight:800;color:#66758f;padding:6px 12px;cursor:pointer;white-space:nowrap}
.wach-an-seg button.on{background:var(--blue,#1657d0);color:#fff}
.wach-an-seg button:focus-visible{outline:2px solid #1657d0;outline-offset:-2px}

.wach-an-svg{width:100%;height:auto;display:block;overflow:visible}
.wach-an-grid{stroke:#eef2f9;stroke-width:1}
.wach-an-axis{fill:#8b97ac;font-size:11px;font-weight:700}
.wach-an-bar.v1{fill:#1657d0}
.wach-an-bar.v2{fill:#7fb0f5}
.wach-an-line{fill:none;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}
.wach-an-line.v1{stroke:#1657d0}
.wach-an-line.v2{stroke:#f0a125}
.wach-an-dot.v1{fill:#1657d0}
.wach-an-dot.v2{fill:#f0a125}
.wach-an-area{fill:rgba(22,87,208,.10);stroke:none}
.wach-an-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px;font-size:12px;font-weight:700;color:#66758f}
.wach-an-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px}
.wach-an-legend i.v1{background:#1657d0}
.wach-an-legend i.v2{background:#f0a125}

.wach-an-weekgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.wach-an-weekgrid>div{background:#f8fbff;border:1px solid #e6eefb;border-radius:12px;padding:12px;display:grid;gap:2px;min-width:0}
.wach-an-weekgrid small{font-weight:800;color:#66758f;font-size:11px}
.wach-an-weekgrid b{font-size:20px;overflow-wrap:anywhere}
.wach-an-weekgrid span{font-size:12px;color:#8b97ac;font-weight:700}
.wach-an-weekwide{grid-column:span 2}

.wach-an-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.wach-an-table{width:100%;border-collapse:collapse;font-size:14px}
.wach-an-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#8b97ac;padding:8px 10px;border-bottom:1px solid #e6eefb;cursor:pointer;white-space:nowrap;user-select:none}
.wach-an-table th:hover{color:#1657d0}
.wach-an-table th.sorted{color:#1657d0}
.wach-an-table td{padding:10px;border-bottom:1px solid #f2f6fd;vertical-align:middle}
.wach-an-table tr:last-child td{border-bottom:0}
.wach-an-rank{color:#8b97ac;font-weight:800;width:28px}
.wach-an-name b{display:block;color:#142553;overflow-wrap:anywhere}
.wach-an-name span{display:block;font-size:11px;color:#8b97ac;font-weight:700;margin-top:2px}
.wach-an-num{text-align:right;white-space:nowrap}
.wach-an-time{color:#66758f;font-size:12px;white-space:nowrap}
.wach-an-act{text-align:right}

.wach-an-list{display:grid;gap:8px}
.wach-an-listrow{display:grid;grid-template-columns:minmax(90px,1.1fr) minmax(60px,2fr) auto;gap:10px;align-items:center;font-size:13px}
.wach-an-listlabel{font-weight:700;color:#142553;overflow-wrap:anywhere}
.wach-an-track{background:#eef2f9;border-radius:999px;height:8px;overflow:hidden}
.wach-an-track i{display:block;height:100%;background:linear-gradient(90deg,#1657d0,#7fb0f5);border-radius:999px}
.wach-an-listrow b{color:#142553;font-size:13px;text-align:right;min-width:38px}

.wach-an-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.wach-an-empty{color:#8b97ac;font-size:13px;padding:14px;text-align:center;background:#f8fafd;border-radius:12px}
.wach-an-note{margin:0;color:#8b97ac;font-size:12px;text-align:center}
.wach-an-alert{border:1px solid #ffe0b2;background:#fff8ec;border-radius:14px;padding:14px;display:grid;gap:6px;color:#7a4a05}
.wach-an-alert.bad{border-color:#ffccd6;background:#fff5f7;color:#b3123e}
.wach-an-alert b{font-size:15px}
.wach-an-alert span{font-size:13px;line-height:1.5}
.wach-an-alert small{font-size:11px;opacity:.8;overflow-wrap:anywhere}
.wach-an-alert code{background:rgba(0,0,0,.06);padding:1px 5px;border-radius:5px;font-size:12px}

@media(max-width:900px){
  .wach-an-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wach-an-weekgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wach-an-grid2{grid-template-columns:1fr}
}
@media(max-width:560px){
  .wach-an-head{flex-direction:column;align-items:flex-start}
  .wach-an-kpi b{font-size:22px}
  .wach-an-cardhead{align-items:flex-start;flex-direction:column}
  .wach-an-toggles{width:100%}
  .wach-an-seg{flex:1;justify-content:center}
  .wach-an-seg button{flex:1;padding:7px 8px}
  .wach-an-weekwide{grid-column:span 2}
  .wach-an-hide-sm{display:none}
  .wach-an-table{font-size:13px}
  .wach-an-table td,.wach-an-table th{padding:8px 6px}
  .wach-an-listrow{grid-template-columns:minmax(70px,1fr) minmax(40px,1.4fr) auto}
}



/* ============================================================
   WACH v15.83 — DESKTOP LAYOUT REBUILD (pwòp, san eritaj)
   Sidebar: position:fixed (toujou vizib, pa janm ka "monte")
   Main:    margin-left menm lajè ak sidebar la
   Mobil:   sidebar kache + drawer (pa chanje)
   ============================================================ */
@media(min-width:861px){
  .app-shell{display:block}
  .sidebar{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:240px;
    height:100vh;
    overflow-y:auto;
    overscroll-behavior:contain;
    z-index:40;
  }
  .main{
    margin-left:240px;
    min-width:0;
  }
  /* bottom-nav mobil deja kache sou desktop */
}
@media(max-width:860px){
  /* Mobil: sidebar drawer sèlman (règ show-mobile deja egziste) */
  .sidebar{position:static;width:auto;height:auto}
  .main{margin-left:0}
}

/* ================================================================
   WACH Autocomplete v15.77 — dropdown + search-mode layout
   ================================================================ */

/* --- Wrapper relatif pou dropdown la --- */
.wach-search-outer{position:relative;flex:1;min-width:0}
/* Sou dèktop, topbar gen grid-template-columns:auto X 1fr — form la
   pran kolòn search la. Wrapper la dwe pran menm espas. */
.topbar>.wach-search-outer{grid-column:unset}
/* Asire form nan ranje kòrèkteman anndan wrapper la */
.wach-search-outer>.search-wrap{width:100%}

/* --- Spinner anndan search bar la --- */
#wachSearchSpinner{
  display:inline-block;width:15px;height:15px;
  border:2px solid #d0daf5;border-top-color:var(--blue);
  border-radius:50%;flex:0 0 auto;margin-right:2px;
  animation:wachSpin77 .65s linear infinite;
}
@keyframes wachSpin77{to{transform:rotate(360deg)}}

/* --- Dropdown --- */
.wach-ac-drop{
  position:absolute;
  top:calc(100% + 6px);left:0;right:0;
  z-index:5000;
  background:#fff;
  border:1px solid #d3dff5;
  border-radius:14px;
  box-shadow:0 16px 48px rgba(8,35,130,.14);
  overflow:hidden;
  max-height:400px;overflow-y:auto;
}
.wach-ac-item{
  display:grid;grid-template-columns:44px 1fr;gap:10px;
  align-items:center;padding:9px 14px;cursor:pointer;
  border-bottom:1px solid #f0f5fd;
  transition:background .1s;
  /* Pas de onclick inline — addEventListener */
}
.wach-ac-item:last-of-type{border-bottom:0}
.wach-ac-item:hover,.wach-ac-item.ac-selected{background:#f2f7ff}
.wach-ac-thumb{
  width:44px;height:38px;border-radius:8px;
  object-fit:cover;background:#edf2fb;display:block;flex:0 0 auto;
}
.wach-ac-thumb-ph{
  width:44px;height:38px;border-radius:8px;background:#edf2fb;
  display:grid;place-items:center;font-size:18px;
}
.wach-ac-body{min-width:0;display:grid;gap:2px}
.wach-ac-title{
  font-size:14px;font-weight:900;color:#142553;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.wach-ac-title mark{background:transparent;color:var(--blue);font-weight:950}
.wach-ac-meta{
  font-size:11px;font-weight:700;color:#66758f;
  display:flex;gap:7px;flex-wrap:wrap;
}
.wach-ac-meta .ac-price{color:var(--blue);font-weight:900}
.wach-ac-empty{padding:16px;text-align:center;color:#8b97ac;font-size:13px;font-weight:800}
.wach-ac-footer{
  padding:8px 14px;border-top:1px solid #f0f5fd;
  background:#f8fbff;font-size:13px;font-weight:900;color:var(--blue);
  cursor:pointer;
}
.wach-ac-footer:hover{background:#eef4ff}

/* Mobil 390-430px: dropdown akroche *directement* anba form nan.
   topbar.search-wrap se grid-column:1/-1; row 2.
   wrapper la dwe rete relatif — dropdown pa gen position:fixed. */
@media(max-width:860px){
  .wach-search-outer{flex:unset;width:100%}
  .wach-ac-drop{
    /* Rete absolut relativ a .wach-search-outer.
       Pa position:fixed; pa top:auto san bottom. */
    position:absolute;
    top:calc(100% + 4px);
    left:0;right:0;
    max-height:52vh;
    border-radius:12px;
    z-index:5000;
  }
}
/* Topbar mobil: wrapper pran toute row 2 */
@media(max-width:860px){
  .topbar>.wach-search-outer{grid-column:1/-1;grid-row:2}
  .topbar>.wach-search-outer>.search-wrap{height:52px}
}

/* ================================================================
   SEARCH-MODE: kache tout seksyon homepage sèlman (zero-height)
   Klas 'wach-searching' ajoute sou <main> lè rechèch aktif.
   ================================================================ */
.wach-searching .wach-search-hide{
  display:none!important;
  visibility:hidden!important;
  height:0!important;min-height:0!important;
  overflow:hidden!important;
  margin:0!important;padding:0!important;
  border:none!important;
}

/* Search-type suggestion: vizyal diferan de pwodwi yo */
.wach-ac-search{background:#f5f8ff}
.wach-ac-search:hover,.wach-ac-search.ac-selected{background:#eaf0ff}
.wach-ac-search-icon{
  width:44px;height:38px;border-radius:8px;
  background:#e4ecff;display:grid;place-items:center;flex:0 0 auto;
}
.wach-ac-search-icon svg{width:18px;height:18px;color:var(--blue)}
.wach-ac-search .wach-ac-title{color:#1657d0;font-weight:800}
.wach-ac-search .wach-ac-title mark{color:var(--blue);font-weight:950;background:transparent}

/* ===== WACH RECO v15.84 — Carousel rekòmandasyon ===== */
.wach-reco-sec{margin:6px 0 14px}
.wach-reco-head-actions{display:flex;gap:10px;align-items:center}
.wach-reco-clear{appearance:none;border:1px solid #dbe5f8;background:#fff;color:#66758f;font:inherit;font-size:12px;font-weight:900;border-radius:999px;padding:6px 12px;cursor:pointer}
.wach-reco-clear:hover{color:#b3123e;border-color:#f5c2cd}
.wach-reco-wrap{position:relative}
.wach-reco-row{
  display:flex;gap:13px;overflow-x:auto;scroll-snap-type:x proximity;
  padding:4px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;
}
.wach-reco-row .product-card{
  flex:0 0 auto;width:196px;scroll-snap-align:start;
}
.wach-reco-arrow{
  display:none;position:absolute;top:50%;transform:translateY(-50%);
  z-index:5;width:38px;height:38px;border-radius:50%;border:1px solid #dbe5f8;
  background:#fff;color:var(--blue);font-size:24px;line-height:1;font-weight:900;
  cursor:pointer;box-shadow:0 8px 22px rgba(8,35,85,.14);
  align-items:center;justify-content:center;padding:0 0 3px;
}
.wach-reco-arrow.left{left:-8px}
.wach-reco-arrow.right{right:-8px}
.wach-reco-arrow:hover{background:#f2f7ff}
@media(min-width:861px){
  .wach-reco-arrow{display:flex}
  .wach-reco-row{scrollbar-width:none}
  .wach-reco-row::-webkit-scrollbar{display:none}
}
@media(max-width:860px){
  .wach-reco-row .product-card{width:172px}
}

/* ============================================================
   WACH v15.87 — MOBILE HORIZONTAL OVERFLOW FIX
   Keep every mobile section inside the viewport.
   ============================================================ */
@media (max-width:860px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
    overscroll-behavior-x:none;
  }
  .app-shell,.main,.topbar,.footer-links{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .main{
    overflow-x:hidden!important;
  }
  .footer-links{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:10px 12px;
    padding:0 10px;
    margin-left:0;
    margin-right:0;
    font-size:0; /* hides raw separator dots that can create overflow */
  }
  .footer-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-width:0;
    max-width:100%;
    margin:0!important;
    font-size:13px;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .footer-links svg{
    flex:0 0 auto;
  }
  .bottom-nav{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100vw!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .bottom-nav a{
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden;
    text-align:center;
  }
  .bottom-nav a span,
  .bottom-nav a small{
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  img,video,canvas,svg{
    max-width:100%;
  }
}


/* v15.88 — Lòt pwodwi Wach anba rezilta rechèch */
.search-discovery-section{margin:18px 0 28px}
.search-discovery-section .section-head{align-items:center}
.search-discovery-section .product-row{padding-bottom:8px}
@media(max-width:860px){
  .search-discovery-section{margin:14px 0 22px}
  .search-discovery-section .section-head{gap:10px;align-items:flex-start}
  .search-discovery-section .section-head h2{min-width:0}
  .search-discovery-section .product-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible}
  .search-discovery-section .product-card{width:auto;min-width:0;max-width:100%}
}
@media(max-width:430px){
  .search-discovery-section .product-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
}

/* ============================================================
   WACH v15.89 — MOBILE BOTTOM NAV FINAL GEOMETRY FIX
   - Pa gen deplasman orizontal
   - Bouton + la parèt nèt
   - 5 zòn yo rete egal nan lajè ekran an
   ============================================================ */
@media (max-width:860px){
  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  .app-shell,.main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .main{
    padding-bottom:118px!important;
  }
  .bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:88px!important;
    padding:8px max(4px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left))!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:end!important;
    gap:0!important;
    overflow:visible!important;
    transform:none!important;
    margin:0!important;
  }
  .bottom-nav>a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:72px!important;
    padding:8px 2px 4px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    overflow:visible!important;
    white-space:normal!important;
    text-align:center!important;
    line-height:1.05!important;
    font-size:11px!important;
  }
  .bottom-nav>a>svg,
  .bottom-nav>a>span:not(.plus-main){
    flex:0 0 auto!important;
  }
  .bottom-nav>a:nth-child(3){
    position:relative!important;
    z-index:2!important;
    overflow:visible!important;
    padding-top:0!important;
  }
  .bottom-nav .plus-main{
    position:absolute!important;
    left:50%!important;
    top:-31px!important;
    transform:translateX(-50%)!important;
    width:68px!important;
    height:68px!important;
    margin:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    overflow:visible!important;
    font-size:43px!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
  .bottom-nav>a:nth-child(3){
    padding-bottom:4px!important;
  }
  .footer-links{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}

/* V15.96 — Kòmande sa w vle: exact sidebar position and guaranteed red style */
.nav a.custom-order-nav{
  background:linear-gradient(135deg,#ff1f2d,#d90414)!important;
  color:#fff!important;
  border:1px solid #d90414!important;
  border-radius:14px!important;
  box-shadow:0 10px 22px rgba(217,4,20,.24)!important;
  margin:4px 0!important;
  font-weight:900!important;
}
.nav a.custom-order-nav svg,
.nav a.custom-order-nav svg use{color:#fff!important;stroke:#fff!important;fill:none!important}
.nav a.custom-order-nav:hover,
.nav a.custom-order-nav:focus{background:linear-gradient(135deg,#e71927,#bd0010)!important;color:#fff!important}

/* V15.97 — Kòmande sa w vle: final sidebar button, cache-safe and clickable */
#customOrderSidebarLink.custom-order-nav{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px 16px!important;
  min-height:52px!important;
  background:linear-gradient(135deg,#ff1f2d,#d90414)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:1px solid #d90414!important;
  border-radius:12px!important;
  box-shadow:0 10px 22px rgba(217,4,20,.24)!important;
  font-weight:900!important;
  text-decoration:none!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:3!important;
  pointer-events:auto!important;
}
#customOrderSidebarLink.custom-order-nav span,
#customOrderSidebarLink.custom-order-nav svg{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  stroke:#fff!important;
  opacity:1!important;
  pointer-events:none!important;
}
#customOrderSidebarLink.custom-order-nav:active{transform:scale(.985)}
