/* Garbi-Csel Marketplace 1.0 */
.gm-hero{background:linear-gradient(135deg,#0f172a,#0f4c81);color:#fff;padding:80px 0}
.gm-hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center}
.gm-hero h1{font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.12;margin:18px 0 20px}
.gm-hero p{color:#dbeafe;font-size:1.1rem;max-width:850px}
.gm-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:30px;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.gm-hero-card a{color:#fff;font-weight:800}.gm-hero-card small{color:#cbd5e1}
.gm-app{background:#f8fafc;padding:36px 0 72px}
.gm-layout{display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:start}
.gm-list-panel,.gm-detail-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 35px rgba(0,0,0,.08)}
.gm-list-panel{position:sticky;top:104px;overflow:hidden}
.gm-panel-title{padding:22px;border-bottom:1px solid #e5e7eb}.gm-panel-title h2{color:#0f172a;font-size:1.45rem}.gm-panel-title p{color:#64748b;margin-top:4px}
.gm-list{display:flex;flex-direction:column;max-height:72vh;overflow:auto}
.gm-list-item{display:grid;grid-template-columns:96px 1fr;gap:14px;padding:16px;border-bottom:1px solid #eef2f7;cursor:pointer;transition:.2s}
.gm-list-item:hover,.gm-list-item.active{background:#f1f5f9}.gm-list-item img{width:96px;height:82px;object-fit:cover;border-radius:12px;background:#e5e7eb}.gm-list-item h3{font-size:1rem;color:#0f172a;margin-bottom:5px}.gm-list-price{color:#0f4c81;font-weight:900;margin-bottom:3px}.gm-list-location{color:#64748b;font-size:.9rem}
.gm-loading,.gm-empty{padding:40px;color:#64748b}
.gm-detail-panel{overflow:hidden}.gm-detail-header{padding:28px 30px;border-bottom:1px solid #e5e7eb}.gm-badge{display:inline-block;background:#f59e0b;color:#111827;padding:7px 12px;border-radius:999px;font-weight:900;font-size:.82rem;margin-bottom:12px}.gm-new{background:#16a34a;color:#fff;margin-left:8px}.gm-detail-header h2{color:#0f172a;font-size:clamp(1.55rem,3vw,2.15rem);margin-bottom:8px}.gm-price{font-size:1.75rem;color:#0f4c81;font-weight:900}.gm-location{color:#64748b;font-weight:700;margin-top:4px}
.gm-gallery{padding:28px 30px;background:#0b0b0b}.gm-main-wrap{position:relative;height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px}.gm-main-wrap img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;cursor:zoom-in}
.gm-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5}.gm-arrow:hover{background:#f59e0b;color:#111827}.gm-prev{left:12px}.gm-next{right:12px}
.gm-counter{position:absolute;right:14px;bottom:14px;background:rgba(15,23,42,.85);color:#fff;border-radius:999px;padding:7px 12px;font-weight:900;z-index:5}
.gm-thumbs{display:flex;gap:10px;overflow-x:auto;padding:16px 2px 4px;scroll-behavior:smooth}.gm-thumbs img{width:96px;height:74px;object-fit:cover;border-radius:9px;border:3px solid transparent;opacity:.72;flex:0 0 auto;cursor:pointer;background:#fff}.gm-thumbs img.active,.gm-thumbs img:hover{border-color:#f59e0b;opacity:1}
.gm-info{padding:30px;display:grid;grid-template-columns:1fr .85fr;gap:30px}.gm-info h3{color:#0f172a;margin-bottom:14px;font-size:1.35rem}.gm-info p{color:#475569;margin-bottom:20px}.gm-specs{background:#f8fafc;border-radius:14px;padding:22px;border:1px solid #e5e7eb}.gm-specs ul{margin:0;padding-left:18px}.gm-specs li{margin-bottom:10px;color:#334155}.gm-actions{display:flex;gap:14px;flex-wrap:wrap}
.gm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:99999;padding:24px}.gm-lightbox.active{display:flex}.gm-lightbox img{max-width:94vw;max-height:92vh;border-radius:12px}.gm-lightbox button{position:absolute;border:0;background:rgba(255,255,255,.16);color:#fff;cursor:pointer}#gmLightboxClose{top:22px;right:28px;background:none;font-size:54px}.gm-lightbox-arrow{top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;font-size:42px}.gm-lightbox-prev{left:24px}.gm-lightbox-next{right:24px}
@media(max-width:1050px){.gm-hero-inner,.gm-layout,.gm-info{grid-template-columns:1fr}.gm-list-panel{position:static}.gm-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));max-height:none}.gm-main-wrap{height:470px}}
@media(max-width:576px){.gm-hero{padding:62px 0}.gm-gallery,.gm-detail-header,.gm-info{padding:20px}.gm-main-wrap{height:330px}.gm-thumbs img{width:78px;height:60px}.gm-list-item{grid-template-columns:86px 1fr}.gm-list-item img{width:86px;height:74px}.gm-lightbox-arrow{width:44px;height:44px;font-size:34px}}
