/* Desktop homepage marketplace gateway. PWA/mobile homepage remains unchanged. */
.cy-home-gateway{display:none}
@media(min-width:901px){
.cy-home-gateway{display:grid;grid-template-columns:minmax(270px,.86fr) minmax(0,2.3fr);gap:18px;direction:rtl;margin:0 auto 28px;min-height:274px;align-items:stretch}
.cy-home-gateway *{box-sizing:border-box}
.cy-home-gateway-user,.cy-home-gateway-market{border-radius:16px;min-width:0}
.cy-home-gateway-user{background:#fff;border:1px solid #e2e7ed;box-shadow:0 8px 24px #1a27300b;padding:18px 18px 15px;display:flex;flex-direction:column;justify-content:space-between;gap:6px}
.cy-home-gateway-user h2{font-size:17px;line-height:1.5;margin:0;display:flex;align-items:center;gap:9px;color:#1d293b}
.cy-home-gateway-user-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#fff1d1;color:#a57419;font-size:19px;flex:none}
.cy-home-gateway-user p{margin:0;color:#65748a;font-size:11px;line-height:1.7}
.cy-home-gateway-login{display:flex;flex-direction:column;gap:7px;margin:0}
.cy-home-gateway-login>input{width:100%;height:36px;padding:0 12px;border:1px solid #e0e6ed;border-radius:8px;background:#f8f9fb;font:inherit;font-size:12px;text-align:right;color:#1d293b}
.cy-home-gateway-login>input:focus{outline:2px solid #e8ad35;outline-offset:1px;background:#fff}
.cy-home-gateway-login>input::placeholder{color:#8794a6}
.cy-home-gateway-hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.cy-home-gateway-remember{color:#53657a;font-size:10px;display:flex;gap:5px;align-items:center;cursor:pointer;line-height:1.4}
.cy-home-gateway-remember input{margin:0;accent-color:#e8ac2f}
.cy-home-gateway-button{min-height:37px;border:0;border-radius:8px;background:#ebad2e;color:#202636;display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font:inherit;font-size:12px;font-weight:700;cursor:pointer;width:100%;padding:8px}
.cy-home-gateway-button:hover,.cy-home-gateway-button:focus-visible{background:#d6951c;color:#19202d}
.cy-home-gateway-login button:disabled{opacity:.65;cursor:wait}
.cy-home-gateway-user .cy-home-gateway-feedback{font-size:11px;color:#9c2828;line-height:1.6;margin:0;padding:7px 9px;border:1px solid #f1c7c7;border-radius:7px;background:#fff4f3}
.cy-home-gateway-feedback[hidden]{display:none!important}
.cy-home-gateway-login>input[aria-invalid="true"]{border-color:#cf5b50;background:#fffafa}
.cy-home-gateway-links{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px}
.cy-home-gateway-links a{text-decoration:none;color:#61738a}.cy-home-gateway-links a:first-child{color:#ae7111;font-weight:700}
.cy-home-gateway-links a:hover{text-decoration:underline}
.cy-home-gateway-market{background:linear-gradient(115deg,#17273e,#203851);padding:18px;box-shadow:0 12px 26px #21314d18;overflow:hidden}
.cy-home-gateway-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;margin-bottom:13px;min-height:50px}
.cy-home-gateway-heading h2{font-size:19px;line-height:1.4;margin:0 0 3px;color:#fff}
.cy-home-gateway-heading p{font-size:10px;color:#c8d5e3;margin:0}
.cy-home-gateway-heading>a{border:1px solid #a4804b;border-radius:8px;color:#ffcd71;padding:8px 10px;text-decoration:none;font-size:11px;font-weight:700;white-space:nowrap}
.cy-home-gateway-heading>a:hover{background:#ffcd71;color:#1d2d42}
.cy-home-gateway-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.cy-home-gateway-card{display:block;position:relative;overflow:hidden;min-width:0;min-height:175px;background:#fff;border-radius:11px;text-decoration:none;color:#1d293b;transition:transform .2s,box-shadow .2s}
.cy-home-gateway-card:hover,.cy-home-gateway-card:focus-visible{transform:translateY(-3px);box-shadow:0 8px 18px #0003;color:#1d293b}
.cy-home-gateway-image{display:block;height:74px;background-size:cover;background-position:center}
.cy-home-gateway-card.is-account .cy-home-gateway-image{background-image:url('../images/home-market-account.webp')}
.cy-home-gateway-card.is-clan .cy-home-gateway-image{background-image:url('../images/home-market-clan-v2.webp');background-position:center 57%}
.cy-home-gateway-card.is-clan .cy-home-gateway-image::after{content:'کلن‌های کلش';display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 8px;background:linear-gradient(90deg,rgba(7,20,41,.08),rgba(7,20,41,.46) 35%,rgba(7,20,41,.48) 65%,rgba(7,20,41,.08));color:#fff;font-size:clamp(18px,1.8vw,26px);font-weight:900;white-space:nowrap;text-shadow:0 2px 5px #061226,0 0 14px #061226}
.cy-home-gateway-card.is-goldpass .cy-home-gateway-image{background-image:url('../images/home-market-goldpass.webp')}
.cy-home-gateway-card-icon{position:absolute;right:12px;top:58px;width:32px;height:32px;border-radius:8px;background:#fff7df;color:#ac761a;display:grid;place-items:center;font-size:20px;box-shadow:0 2px 8px #0002}
.cy-home-gateway-card-content{display:flex;flex-direction:column;gap:3px;padding:20px 12px 10px}
.cy-home-gateway-card-content strong{font-size:12px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cy-home-gateway-card-content small{font-size:10px;line-height:1.4;color:#68788b}
.cy-home-gateway-card-content em{font-size:10px;line-height:1.5;font-weight:700;color:#a86b0d;font-style:normal;margin-top:5px}
.cy-home-gateway-profile{display:flex;align-items:center;gap:10px;min-height:58px}
.cy-home-gateway-profile>a{display:block;flex:none;border-radius:50%;line-height:0}.cy-home-gateway-profile>a:focus-visible{outline:2px solid #d89924;outline-offset:3px}
.cy-home-gateway-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:none}
.cy-home-gateway-profile strong,.cy-home-gateway-profile small{display:block}.cy-home-gateway-profile strong{font-size:13px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:188px}.cy-home-gateway-profile small{font-size:10px;color:#708095;margin-top:3px}
.cy-home-gateway-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.cy-home-gateway-shortcuts a{min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid #e7ebf0;border-radius:8px;background:#f7f9fb;color:#35455d;text-decoration:none;font-size:10px;text-align:center;line-height:1.4}
.cy-home-gateway-shortcuts a:hover,.cy-home-gateway-shortcuts a:focus-visible{border-color:#d9a53d;background:#fff8e8;color:#282d34}
.cy-home-gateway-shortcuts a span{font-size:18px;line-height:1.1;color:#b77c17}
.cy-home-gateway-shortcuts svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block}
}
@media(min-width:901px) and (max-width:1060px){.cy-home-gateway{grid-template-columns:minmax(260px,.95fr) minmax(0,2fr);gap:12px}.cy-home-gateway-market{padding:14px}.cy-home-gateway-heading h2{font-size:16px}.cy-home-gateway-heading p{font-size:9px}.cy-home-gateway-heading>a{font-size:9px;padding:7px}.cy-home-gateway-card-content strong{font-size:11px}.cy-home-gateway-card-content small{font-size:9px}}
