:root{--bg: #06111d;--bg-deep: #030a12;--panel: #0b1b2a;--panel-2: #0e2132;--panel-3: #11283a;--gold: #f0b547;--gold-2: #ffd675;--gold-soft: rgba(240, 181, 71, .14);--line: rgba(240, 181, 71, .42);--line-soft: rgba(255, 255, 255, .09);--text: #f5f7fa;--muted: #9aa9b7;--muted-2: #778898;--success: #2fc795;--shadow: 0 22px 55px rgba(0, 0, 0, .32);--radius: 12px;--container: 1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;direction:rtl;min-width:320px;color:var(--text);background:radial-gradient(circle at 20% 15%,rgba(32,86,126,.12),transparent 28%),linear-gradient(180deg,#071522,#06131f 46%,#050f19);font-family:var(--font-vazir);font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{flex:0 0 auto}.container{width:min(100% - 42px,var(--container));margin-inline:auto}.site-shell{min-height:100vh;overflow:hidden}.skip-link{position:fixed;top:-100px;right:20px;z-index:1000;padding:8px 14px;color:#08111a;background:var(--gold);border-radius:8px}.skip-link:focus{top:18px}.button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid transparent;border-radius:8px;font-weight:800;font-size:12px;transition:.22s ease}.button:hover{transform:translateY(-1px)}.button--gold{color:#17202a;background:linear-gradient(135deg,var(--gold-2),var(--gold));border-color:#f8ce74;box-shadow:0 8px 22px #f0b5472e}.button--gold:hover{filter:brightness(1.05);box-shadow:0 12px 28px #f0b54747}.button--outline{color:#e9eef3;background:#ffffff06;border-color:#f0b5476b}.button--outline:hover{color:var(--gold-2);background:#f0b54714}.button--small{min-height:31px;padding:5px 11px;border-radius:6px;font-size:12px}.button--block{width:100%}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line-soft);border-radius:8px;color:#e9eef3;background:#ffffff09}.icon-button:hover{color:var(--gold);border-color:var(--line)}.announcement-bar{min-height:29px;color:#e4e8ec;background:#07111b;border-bottom:1px solid rgba(240,181,71,.22);font-size:12px}.announcement-bar__inner{min-height:29px;display:flex;align-items:center;justify-content:center;gap:11px}.announcement-bar p{margin:0;display:inline-flex;align-items:center;gap:7px}.announcement-bar p svg{color:var(--gold)}.announcement-bar button{border:0;border-radius:4px;padding:2px 12px;color:#151c23;background:var(--gold);font-weight:900;font-size:12px}.site-header{position:sticky;top:0;z-index:100;background:#030a12eb;border-bottom:1px solid rgba(240,181,71,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.brand__mark{position:relative;width:62px;height:56px;display:inline-block;flex:0 0 auto}.brand__mark i{position:absolute;right:6px;width:47px;height:11px;border-radius:12px 3px;background:linear-gradient(90deg,#d59629,#ffd776);transform-origin:right center;box-shadow:0 0 18px #f0b5472e}.brand__mark i:nth-child(1){top:9px;transform:rotate(-18deg)}.brand__mark i:nth-child(2){top:24px;right:10px;width:39px;transform:rotate(-28deg)}.brand__mark i:nth-child(3){top:39px;right:15px;width:31px;transform:rotate(-39deg)}.brand__text{display:grid;line-height:1.3}.brand__text strong{font-size:28px;font-weight:900;letter-spacing:-.8px}.brand__text small{margin-top:5px;color:#a9b4be;font-size:13px;font-weight:500}.desktop-nav{align-self:stretch;display:flex;align-items:center;gap:30px}.desktop-nav a{position:relative;height:100%;display:inline-flex;align-items:center;color:#d8dee4;font-size:12px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;right:50%;bottom:-1px;width:0;height:2px;background:var(--gold);transform:translate(50%);transition:.22s ease;box-shadow:0 0 13px #f0b547b8}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--gold-2)}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{width:34px}.header-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.header-actions .button{min-height:34px;padding-inline:13px}.mobile-menu-button{display:none}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none;visibility:hidden}.mobile-drawer.is-open{pointer-events:auto;visibility:visible}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#000000b8;opacity:0;transition:.25s ease}.mobile-drawer.is-open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;top:0;right:0;width:min(86vw,340px);height:100%;padding:20px;background:#081522;border-left:1px solid var(--line);transform:translate(105%);transition:.28s ease}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--line-soft)}.mobile-drawer__head strong{font-size:19px}.mobile-drawer nav{display:grid;gap:4px;padding:20px 0}.mobile-drawer nav a{padding:11px 12px;border-radius:8px;color:#d8e0e7}.mobile-drawer nav a:hover{color:var(--gold);background:var(--gold-soft)}.hero-section{position:relative;min-height:440px;background:#06111d;border-bottom:1px solid rgba(240,181,71,.25);isolation:isolate}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background-image:var(--hero-image);background-repeat:no-repeat;background-size:cover;background-position:center center;filter:saturate(.9) contrast(1.05);transform:scale(1.02)}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,rgba(4,11,18,.22) 0%,rgba(4,11,18,.42) 28%,rgba(4,11,18,.84) 56%,rgba(6,17,29,.96) 100%)}.hero-section__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(2,8,14,.08),rgba(2,8,14,.16) 38%,rgba(2,8,14,.72) 100%)}.hero-content{min-height:440px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:22px;padding-bottom:22px}.hero-copy{width:min(60%,720px);margin-left:auto;margin-right:0;padding-right:24px}.hero-kicker{display:inline-flex;margin-bottom:8px;color:var(--gold);font-size:12px;font-weight:700}.hero-copy h1{margin:0;font-size:clamp(34px,3.4vw,50px);line-height:1.28;letter-spacing:-1.7px;font-weight:900}.hero-copy h1 span{display:block;color:var(--gold)}.hero-copy p{width:min(100%,630px);margin:9px 0 0;color:#c2ccd5;font-size:12px;line-height:1.9}.search-panel{width:100%;margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 190px;gap:7px;padding:10px;border:1px solid rgba(240,181,71,.36);border-radius:12px;background:#08131de0;box-shadow:0 18px 35px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.search-field{min-width:0;display:grid;gap:4px;padding:0 12px;border-left:1px solid rgba(255,255,255,.08)}.search-field>span{color:#aab6c0;font-size:12px}.search-field__control{min-width:0;display:flex;align-items:center;gap:7px;color:var(--gold)}.search-field__control select{width:100%;min-width:0;border:0;outline:0;color:#f3f6f8;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:12px;font-weight:600}.search-field__control select option{color:#111}.search-field__control svg:last-child{color:#7f8e9c}.search-panel__submit{min-height:46px;border-radius:8px}.trust-section{background:#081725;border-bottom:1px solid rgba(240,181,71,.22)}.trust-grid{min-height:82px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.trust-grid article{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border-left:1px solid rgba(255,255,255,.08)}.trust-grid article:last-child{border-left:0}.trust-grid svg{color:var(--gold)}.trust-grid div{min-width:0;display:grid}.trust-grid strong{color:var(--gold-2);font-size:12px}.trust-grid small{color:#9eacb8;font-size:12px;white-space:nowrap}.compact-section{padding:24px 0}.compact-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:13px}.compact-heading h2{margin:0;font-size:21px;line-height:1.4;letter-spacing:-.7px}.compact-heading a,.compact-heading>button{display:inline-flex;align-items:center;gap:6px;border:0;color:var(--gold);background:transparent;font-size:12px;font-weight:700}.categories-section{padding-top:20px;background:linear-gradient(180deg,#091725,#081522)}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.category-card{min-width:0;min-height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#edf2f5;border:1px solid rgba(240,181,71,.32);border-radius:9px;background:linear-gradient(145deg,#ffffff06,#f0b54706);transition:.2s ease}.category-card svg{color:var(--gold)}.category-card strong{font-size:12px}.category-card small{color:#8899a7;font-size:12px}.category-card:hover{transform:translateY(-4px);border-color:var(--gold);background:#f0b54714;box-shadow:0 12px 24px #0003}.stats-panel{margin-top:13px;min-height:73px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(240,181,71,.34);border-radius:9px;background:#091926e0}.stats-panel article{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-content:center;justify-content:center;column-gap:12px;padding:9px;border-left:1px solid rgba(255,255,255,.08)}.stats-panel article:last-child{border-left:0}.stats-panel svg{grid-row:1/span 2;align-self:center;color:var(--gold)}.stats-panel strong{color:var(--gold-2);font-size:22px;line-height:1.2}.stats-panel small{color:#96a5b2;font-size:12px}.featured-section{background:#071522}.featured-section .container{position:relative}.inline-search{position:absolute;left:0;top:0;width:235px;height:34px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line-soft);border-radius:7px;color:var(--gold);background:#ffffff06}.inline-search input{width:100%;border:0;outline:0;color:#f1f5f8;background:transparent;font-size:12px}.inline-search input::placeholder{color:#7f8e9c}.gym-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gym-card{min-width:0;overflow:hidden;border:1px solid rgba(240,181,71,.42);border-radius:9px;background:linear-gradient(180deg,#0d2233,#0a1927);box-shadow:0 10px 22px #00000024;transition:.22s ease}.gym-card:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:0 18px 32px #0000004d}.gym-card__media{position:relative;height:132px;overflow:hidden}.gym-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(3,10,17,.78));pointer-events:none}.gym-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.gym-card:hover .gym-card__media img{transform:scale(1.04)}.gym-card__favorite{position:absolute;top:8px;left:8px;z-index:2;width:29px;height:29px;border-radius:7px;color:#fff;background:#030a11b8}.gym-card__favorite.is-active{color:var(--gold);background:#f0b54721}.gym-card__rating{position:absolute;right:8px;top:8px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:5px;color:var(--gold-2);background:#030a11c2;font-size:12px}.gym-card__body{padding:10px 11px 11px}.gym-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.gym-card__title-row h3{margin:0;font-size:13px}.verified-badge{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;color:var(--success);background:#2fc7951c}.gym-card__location{margin:4px 0 8px;display:flex;align-items:center;gap:5px;color:#9caab6;font-size:12px}.gym-card__location svg{color:var(--gold)}.gym-card__tags{display:flex;flex-wrap:wrap;gap:5px}.gym-card__tags span{padding:2px 7px;border:1px solid rgba(240,181,71,.34);border-radius:4px;color:#d2d9df;background:#f0b54708;font-size:12px}.gym-card__actions{display:grid;grid-template-columns:1.35fr .65fr;gap:6px;margin-top:9px}.empty-state{padding:35px;text-align:center;color:#a5b1bb;border:1px dashed var(--line);border-radius:10px}.why-row{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.why-row article{min-height:76px;display:flex;align-items:center;gap:11px;padding:11px 14px;border:1px solid rgba(240,181,71,.32);border-radius:8px;background:#ffffff05}.why-row svg{color:var(--gold)}.why-row div{display:grid;gap:2px}.why-row strong{font-size:12px}.why-row small{color:#91a0ad;font-size:12px;line-height:1.7}.map-section{background:#081827}.map-layout{display:grid;grid-template-columns:310px 1fr;gap:12px;direction:ltr}.nearby-list,.map-board{direction:rtl}.nearby-list{overflow:hidden;border:1px solid rgba(240,181,71,.33);border-radius:9px;background:#0a1b2a}.nearby-list article{min-height:53px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:9px;padding:7px 9px;border-bottom:1px solid rgba(255,255,255,.07)}.nearby-list img{width:48px;height:36px;border-radius:5px;object-fit:cover}.nearby-list div{display:grid}.nearby-list strong{font-size:12px}.nearby-list small{color:#8fa0ad;font-size:12px}.nearby-list article>span{color:var(--gold);font-size:12px}.nearby-list>button{width:100%;height:32px;border:0;color:var(--gold);background:#f0b5470d;font-size:12px;font-weight:800}.map-board{position:relative;height:193px;overflow:hidden;border:1px solid rgba(240,181,71,.33);border-radius:9px;background:#06121d}.map-board:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#030c152e;pointer-events:none}.map-board>img{width:100%;height:100%;object-fit:cover}.map-pin-dot{position:absolute;z-index:2;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;color:var(--gold);background:transparent;filter:drop-shadow(0 5px 8px rgba(0,0,0,.45))}.map-pin-dot--1{right:18%;top:25%}.map-pin-dot--2{right:37%;top:58%}.map-pin-dot--3{right:62%;top:22%}.map-pin-dot--4{right:76%;top:57%}.map-pin-dot--5{right:48%;top:34%}.my-position{position:absolute;z-index:3;right:45%;top:63%;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#2b88ff;box-shadow:0 0 0 6px #2b88ff2e}.cities-section{background:#071522}.city-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.city-card{position:relative;min-width:0;height:105px;overflow:hidden;padding:0;border:1px solid rgba(240,181,71,.3);border-radius:8px;color:#fff;background:#091726}.city-card img{width:100%;height:100%;object-fit:cover;transition:.28s ease}.city-card>span{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 25%,rgba(3,10,17,.88))}.city-card strong,.city-card small{position:absolute;right:10px;z-index:2}.city-card strong{bottom:24px;font-size:12px}.city-card small{bottom:8px;color:#c7d0d7;font-size:12px}.city-card:hover img{transform:scale(1.08)}.facility-section{padding-top:18px;background:#081725}.facility-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}.facility-card{min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#e8eef2;border:1px solid rgba(240,181,71,.3);border-radius:8px;background:#ffffff05}.facility-card svg{color:var(--gold)}.facility-card span{font-size:12px}.facility-card:hover,.facility-card.is-active{color:var(--gold-2);border-color:var(--gold);background:#f0b54717}.owner-section{padding:0 0 24px;background:#081725}.owner-card{min-height:112px;display:grid;grid-template-columns:1.3fr 2fr 190px;align-items:center;gap:20px;padding:17px 21px;border:1px solid rgba(240,181,71,.54);border-radius:10px;background:radial-gradient(circle at 18% 50%,rgba(240,181,71,.12),transparent 30%),linear-gradient(135deg,#0c2131,#081522);box-shadow:var(--shadow)}.owner-copy h2{margin:0 0 4px;color:var(--gold-2);font-size:20px}.owner-copy p{margin:0;color:#a9b5be;font-size:12px;line-height:1.8}.owner-steps{display:grid;grid-template-columns:repeat(3,1fr)}.owner-steps article{min-width:0;display:flex;align-items:center;gap:8px;padding:4px 13px;border-left:1px solid rgba(255,255,255,.08)}.owner-steps article:last-child{border-left:0}.owner-steps article>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-size:12px;font-weight:900}.owner-steps div{display:grid}.owner-steps strong{font-size:12px}.owner-steps small{color:#8e9da9;font-size:12px}.owner-button{justify-self:stretch}.articles-section{background:#071522}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.article-card{overflow:hidden;border:1px solid rgba(240,181,71,.31);border-radius:8px;background:#0a1b2a}.article-card__media{position:relative;height:100px;overflow:hidden}.article-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(3,10,17,.7))}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.article-card:hover img{transform:scale(1.05)}.article-card__media span{position:absolute;right:8px;top:8px;z-index:2;padding:3px 8px;border:1px solid rgba(240,181,71,.45);border-radius:4px;color:var(--gold-2);background:#030a11bf;font-size:12px}.article-card__body{padding:9px 10px 10px}.article-card__body h3{min-height:36px;margin:0;font-size:12px;line-height:1.8}.article-card__body p{margin:6px 0 0;display:flex;align-items:center;gap:4px;color:#8d9aa5;font-size:12px}.article-card__body p i{width:3px;height:3px;margin:0 3px;border-radius:50%;background:#71818e}.faq-section{padding:0 0 24px;background:#071522}.faq-card{min-height:170px;display:grid;grid-template-columns:35% 1fr;direction:ltr;overflow:hidden;border:1px solid rgba(240,181,71,.42);border-radius:10px;background:#0a1a28}.faq-visual{position:relative;direction:rtl;min-height:170px;overflow:hidden}.faq-visual img{width:100%;height:100%;object-fit:cover}.faq-visual span{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(10,26,40,.75),transparent 60%)}.faq-content{padding:14px 19px;direction:rtl}.faq-content h2{margin:0 0 8px;font-size:21px}.accordion{display:grid;gap:5px}.accordion article{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff05}.accordion article.is-open{border-color:#f0b54766}.accordion article>button{width:100%;min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px;border:0;color:#e3e8ed;background:transparent;text-align:right;font-size:12px}.accordion article>button svg{color:var(--gold);transition:.2s ease}.accordion article.is-open>button svg{transform:rotate(180deg)}.accordion__answer{display:grid;grid-template-rows:0fr;transition:.24s ease}.accordion article.is-open .accordion__answer{grid-template-rows:1fr}.accordion__answer p{min-height:0;overflow:hidden;margin:0;padding:0 10px;color:#95a3af;font-size:12px}.accordion article.is-open .accordion__answer p{padding-bottom:8px}.site-footer{background:#040d16;border-top:1px solid rgba(240,181,71,.26)}.site-footer__top{min-height:174px;display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:30px;padding-top:25px;padding-bottom:22px}.brand--footer .brand__text strong{font-size:28px}.footer-about p{max-width:330px;margin:10px 0 12px;color:#8e9ca8;font-size:12px;line-height:1.9}.socials{display:flex;gap:7px}.socials a{width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(240,181,71,.32);border-radius:50%;color:var(--gold);font-size:12px}.footer-links,.footer-contact{display:grid;align-content:start;gap:5px}.footer-links h3,.footer-contact h3{margin:3px 0 8px;color:#f0f3f6;font-size:12px}.footer-links a,.footer-contact p{margin:0;color:#8e9ca8;font-size:12px}.footer-links a:hover{color:var(--gold)}.footer-contact p{display:flex;align-items:center;gap:7px}.footer-contact svg{color:var(--gold)}.site-footer__bottom{min-height:38px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);color:#778693;font-size:12px}.site-footer__bottom p{margin:0}.site-footer__bottom div{display:flex;gap:17px}.back-to-top{position:fixed;left:22px;bottom:22px;z-index:80;width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:#17202a;background:var(--gold);box-shadow:0 10px 24px #00000052}.toast-message{position:fixed;left:50%;bottom:28px;z-index:500;display:flex;align-items:center;gap:8px;padding:10px 15px;border:1px solid rgba(240,181,71,.5);border-radius:8px;color:#17202a;background:var(--gold-2);box-shadow:var(--shadow);font-size:12px;font-weight:800;transform:translate(-50%)}.toast-enter-active,.toast-leave-active{transition:.2s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,12px)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:grid;place-items:center;padding:20px;background:#000000c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal__panel{position:relative;width:min(100%,640px);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(240,181,71,.5);border-radius:12px;background:#0a1a28;box-shadow:0 30px 80px #0009}.modal__close{position:absolute;top:10px;left:10px;z-index:3}.modal__panel--form{padding:27px}.modal-kicker{color:var(--gold);font-size:12px}.modal__panel h2{margin:4px 0 6px;font-size:24px}.modal__panel>p{margin:0 0 18px;color:#9aa8b4;font-size:12px}.register-form{display:grid;gap:11px}.register-form label{display:grid;gap:5px;color:#dce3e8;font-size:12px}.register-form input,.register-form select,.register-form textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:7px;outline:0;color:#fff;background:#07131f;padding:10px 11px;font-size:12px}.register-form input:focus,.register-form select:focus,.register-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #f0b54714}.register-form select option{color:#111}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal__panel--details{display:grid;grid-template-columns:42% 1fr;overflow:hidden}.modal__panel--details>img{width:100%;height:100%;min-height:330px;object-fit:cover}.modal-gym-content{padding:28px 24px}.modal-gym-heading{display:flex;justify-content:space-between;gap:16px}.modal-gym-heading h2{margin:0}.modal-gym-heading p{display:flex;align-items:center;gap:5px;color:#9caab5;font-size:12px}.modal-gym-heading>span{display:inline-flex;align-items:center;gap:5px;height:fit-content;padding:6px 9px;border-radius:6px;color:#1c2329;background:var(--gold);font-weight:900}.modal-gym-content>p{color:#9aa8b4;font-size:12px}.modal-gym-actions{display:flex;gap:8px;margin-top:17px}.modal-enter-active,.modal-leave-active{transition:.2s ease}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal__panel,.modal-leave-to .modal__panel{transform:translateY(15px) scale(.98)}@media(max-width:1180px){:root{--container: 1040px}.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}.brand__text small{display:none}.search-panel{grid-template-columns:repeat(4,minmax(0,1fr)) 165px}.category-grid,.facility-grid{grid-template-columns:repeat(4,1fr)}.owner-card{grid-template-columns:1fr 1.7fr 165px}}@media(max-width:900px){.container{width:min(100% - 28px,var(--container))}.announcement-bar{display:none}.site-header__inner{min-height:64px}.desktop-nav,.header-login{display:none}.mobile-menu-button{display:inline-grid}.hero-section,.hero-content{min-height:auto}.hero-section:before{opacity:.5;background-size:cover;background-position:center}.hero-section:after{background:#040b12c2}.hero-content{padding:42px 0 24px}.hero-copy{width:100%;margin:0;padding:0;text-align:center}.hero-copy p{margin-inline:auto}.search-panel{grid-template-columns:repeat(2,1fr)}.search-panel__submit{grid-column:1/-1}.trust-grid{grid-template-columns:repeat(2,1fr);padding:7px 0}.trust-grid article{border-left:0;border-bottom:1px solid rgba(255,255,255,.06)}.trust-grid article:last-child{grid-column:1/-1}.category-grid,.facility-grid{grid-template-columns:repeat(4,1fr)}.gym-grid,.why-row{grid-template-columns:repeat(2,1fr)}.map-layout{grid-template-columns:1fr}.nearby-list{order:2}.city-grid{grid-template-columns:repeat(4,1fr)}.owner-card{grid-template-columns:1fr;text-align:center}.owner-steps{order:2}.owner-button{order:3;justify-self:center;min-width:220px}.article-grid{grid-template-columns:repeat(2,1fr)}.faq-card{grid-template-columns:1fr}.faq-visual{display:none}.site-footer__top{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){body{font-size:13px}.header-register{display:none}.brand__text strong{font-size:22px}.brand__mark{width:46px;height:42px;transform:none}.hero-content{padding-top:34px}.hero-copy h1{font-size:33px;letter-spacing:-1.4px}.hero-copy p{font-size:12px}.search-panel{grid-template-columns:1fr;padding:9px}.search-field{min-height:51px;padding:5px 8px;border-left:0;border-bottom:1px solid rgba(255,255,255,.07)}.search-panel__submit{grid-column:auto}.trust-grid{grid-template-columns:1fr}.trust-grid article:last-child{grid-column:auto}.compact-section{padding:20px 0}.compact-heading h2{font-size:18px}.category-grid,.facility-grid,.stats-panel{grid-template-columns:repeat(2,1fr)}.stats-panel article:nth-child(2){border-left:0}.stats-panel article{border-bottom:1px solid rgba(255,255,255,.06)}.inline-search{position:static;width:100%;margin:-4px 0 12px}.gym-grid,.why-row,.article-grid{grid-template-columns:1fr}.map-board{height:230px}.city-grid{display:flex;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x mandatory}.city-card{flex:0 0 145px;scroll-snap-align:start}.owner-steps{grid-template-columns:1fr;gap:9px}.owner-steps article{border-left:0;justify-content:flex-start;text-align:right}.site-footer__top{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}.form-row,.modal__panel--details{grid-template-columns:1fr}.modal__panel--details>img{min-height:190px;max-height:220px}.modal-gym-content{padding:22px 17px}}.gym-grid,.article-grid{direction:ltr}.gym-card,.article-card{direction:rtl}.gym-card__favorite,.gym-card__rating,.map-pin-dot,.my-position,.article-card__media>span,.article-card__body h3{display:none}.gym-card__media img,.article-card__media img,.city-card img,.faq-visual img,.map-board>img{image-rendering:auto}@media(min-width:901px){body{font-size:14px;line-height:1.85}.container{width:min(100% - 64px,1320px)}.button{min-height:44px;padding:10px 18px;font-size:14px}.button--small{min-height:40px;padding:8px 14px;font-size:14px}.icon-button{width:42px;height:42px}.announcement-bar,.announcement-bar button{font-size:14px}.announcement-bar,.announcement-bar__inner{min-height:39px}.announcement-bar button{padding:4px 15px}.site-header__inner{min-height:88px}.brand__text strong{font-size:30px}.brand__text small{display:block;font-size:14px}.desktop-nav{gap:25px}.desktop-nav a{font-size:14px}.header-actions .button{min-height:42px;padding-inline:15px}.hero-section,.hero-content{min-height:440px}.hero-section:before{background-size:cover;background-position:center center}.hero-content{padding-top:20px;padding-bottom:20px}.hero-copy{width:min(60%,730px);padding-right:28px}.hero-kicker{margin-bottom:7px;font-size:12px}.hero-copy h1{font-size:clamp(36px,3.5vw,52px);line-height:1.24}.hero-copy p{max-width:640px;margin-top:10px;font-size:12px;line-height:1.9}.search-panel{margin-top:15px;grid-template-columns:repeat(4,minmax(0,1fr)) 190px;gap:8px;padding:10px}.search-field{min-height:54px;justify-content:center;gap:4px;padding:2px 12px}.search-field>span,.search-field__control select{font-size:12px}.search-panel__submit{min-height:50px;font-size:12px}.trust-grid{min-height:105px}.trust-grid article{gap:14px;padding:16px}.trust-grid strong,.trust-grid small{font-size:14px;white-space:normal}.compact-section{padding:34px 0}.compact-heading{min-height:42px;margin-bottom:18px}.compact-heading h2{font-size:26px}.compact-heading a,.compact-heading>button{font-size:14px}.category-grid{gap:12px}.category-card{min-height:112px;gap:7px;padding:12px 8px}.category-card strong,.category-card small{font-size:14px}.stats-panel{min-height:88px;margin-top:17px}.stats-panel strong{font-size:27px}.stats-panel small{font-size:14px}.inline-search{width:315px;min-height:43px;padding:8px 13px}.inline-search input{font-size:14px}.gym-grid{gap:15px}.gym-card{border-radius:11px}.gym-card__media{height:145px}.gym-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}.gym-card__body{padding:15px}.gym-card__title-row h3{font-size:17px}.gym-card__location{margin:7px 0 12px;font-size:14px}.gym-card__tags{gap:7px}.gym-card__tags span{padding:4px 9px;font-size:14px}.gym-card__actions{gap:9px;margin-top:14px}.why-row{margin-top:18px;gap:12px}.why-row article{min-height:108px;gap:14px;padding:16px}.why-row strong,.why-row small{font-size:14px}.map-layout{grid-template-columns:340px 1fr;gap:14px}.nearby-list article{min-height:70px;grid-template-columns:64px 1fr auto;gap:11px;padding:9px 11px}.nearby-list img{width:64px;height:48px}.nearby-list strong,.nearby-list small,.nearby-list article>span,.nearby-list>button{font-size:14px}.nearby-list>button{height:43px}.map-board{height:253px}.map-board>img{width:100%;height:100%;object-fit:cover}.city-grid{gap:11px}.city-card{height:145px}.city-card strong{bottom:33px;font-size:16px}.city-card small{bottom:11px;font-size:14px}.facility-grid{gap:11px}.facility-card{min-height:98px;gap:8px}.facility-card span{font-size:14px}.owner-section{padding-bottom:34px}.owner-card{min-height:165px;grid-template-columns:1.25fr 2fr 215px;gap:24px;padding:22px 25px}.owner-copy h2{font-size:27px}.owner-copy p{font-size:14px}.owner-steps article{gap:10px;padding:7px 15px}.owner-steps article>span{width:34px;height:34px;font-size:14px}.owner-steps strong,.owner-steps small{font-size:14px}.article-grid{gap:13px}.article-card__media{height:130px}.article-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}.article-card__body{min-height:48px;display:flex;align-items:center;padding:10px 13px}.article-card__body p{margin:0;font-size:14px}.faq-section{padding-bottom:34px}.faq-card{min-height:260px;grid-template-columns:38% 1fr}.faq-visual{min-height:260px}.faq-content{padding:20px 25px}.faq-content h2{margin-bottom:12px;font-size:27px}.accordion{gap:7px}.accordion article>button{min-height:43px;padding:9px 13px;font-size:14px}.accordion__answer p{padding-inline:13px;font-size:14px;line-height:1.9}.accordion article.is-open .accordion__answer p{padding-bottom:11px}.site-footer__top{min-height:260px;gap:34px;padding-top:34px;padding-bottom:30px}.brand--footer .brand__text strong{font-size:30px}.footer-about p,.footer-links a,.footer-contact p,.site-footer__bottom{font-size:14px}.footer-links h3,.footer-contact h3{margin-bottom:12px;font-size:17px}.footer-links,.footer-contact{gap:8px}.socials a{width:34px;height:34px;font-size:14px}.site-footer__bottom{min-height:54px}.toast-message{font-size:14px}.modal-kicker,.modal__panel>p,.register-form label,.register-form input,.register-form select,.register-form textarea,.modal-gym-heading p,.modal-gym-content>p{font-size:14px}.modal__panel h2{font-size:28px}}
.home-icon{display:inline-grid;place-items:center;flex:0 0 auto;line-height:0}.home-icon svg{display:block}.home-status{padding:11px 20px;text-align:center;color:var(--gold-2);background:rgba(240,181,71,.08);border-bottom:1px solid rgba(240,181,71,.22)}.home-status--error{color:#ffb1b1;background:rgba(220,60,60,.1)}.compact-heading>div>p{margin:2px 0 0;color:var(--muted);font-size:12px}.facility-card small{color:var(--muted-2);font-size:10px}.article-card{cursor:pointer}.article-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.register-form label>small{margin-top:4px;color:#ff9d9d;font-size:11px}.button:disabled{cursor:wait;opacity:.65;transform:none}.home-skeleton{min-height:60vh;display:grid;place-items:center;color:var(--gold-2)}.home-skeleton span{width:34px;height:34px;border:3px solid rgba(240,181,71,.25);border-top-color:var(--gold);border-radius:50%;animation:home-spin .8s linear infinite}@keyframes home-spin{to{transform:rotate(1turn)}}.article-card__link{display:block}.modal-error{margin:0 0 12px;padding:9px 11px;border:1px solid rgba(255,110,110,.35);border-radius:7px;color:#ffb3b3;background:rgba(255,80,80,.08)}.tracking-code{direction:ltr;display:inline-block;font-weight:900;color:var(--gold-2)}.nearby-list article{cursor:pointer}.stats-panel{overflow:hidden}.category-grid:empty,.city-grid:empty,.facility-grid:empty{display:none}@media(max-width:700px){.home-status{font-size:12px}.compact-heading>div>p{display:none}}
.modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent}.modal__panel{z-index:1}

/* Dynamic homepage v1.9: top rankings compatibility */
.ranking-section{padding-top:12px}.home-ranking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-ranking-card{display:grid;grid-template-columns:46px 64px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px;border:1px solid var(--line,#e8e3d8);border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 32px rgba(31,35,32,.06);transition:.2s ease}.home-ranking-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(31,35,32,.1)}.home-ranking-card__rank{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#17281f;color:#fff;font-weight:900;font-size:20px}.home-ranking-card img{width:64px;height:64px;object-fit:cover;border-radius:14px}.home-ranking-card div{display:grid;gap:7px;min-width:0}.home-ranking-card strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-ranking-card small{display:flex;align-items:center;gap:5px;color:#777}.home-ranking-card b{display:flex;align-items:center;gap:5px;color:#8a6516;font-size:14px}@media(max-width:1050px){.home-ranking-grid{grid-template-columns:1fr}.home-ranking-card{grid-template-columns:46px 64px minmax(0,1fr) auto}}@media(max-width:520px){.home-ranking-card{grid-template-columns:38px 54px minmax(0,1fr);gap:9px;padding:11px}.home-ranking-card__rank{width:36px;height:36px}.home-ranking-card img{width:54px;height:54px}.home-ranking-card b{grid-column:3}}

.nearby-list>.nearby-all-link{width:100%;height:38px;display:grid;place-items:center;border:1px solid rgba(240,181,71,.35);border-radius:7px;color:var(--gold);background:rgba(240,181,71,.06);font-size:12px;font-weight:800}.nearby-list>.nearby-all-link:hover{background:rgba(240,181,71,.13)}

/* v3.10.0 — linked locations, dependent discovery search and city sliders */
.search-panel.search-panel--advanced{grid-template-columns:minmax(175px,1.25fr) repeat(4,minmax(135px,1fr)) minmax(190px,.95fr);align-items:stretch}
.search-field__control input{width:100%;min-width:0;border:0;outline:0;color:#f3f6f8;background:transparent;font-size:12px;font-weight:600}
.search-field__control input::placeholder{color:#748494}
.search-panel__location{grid-column:1/-1;min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 8px 0;border-top:1px solid rgba(255,255,255,.07);color:var(--muted);font-size:11px}
.search-panel__location button{display:inline-flex;align-items:center;gap:7px;padding:3px 0;border:0;color:var(--gold-2);background:transparent;font-weight:800}
.search-panel__location button:disabled{cursor:wait;opacity:.6}.search-panel__location span{display:inline-flex;align-items:center;gap:6px}.search-panel__location span svg{color:var(--success)}
.category-card,.city-card,.facility-card{display:flex;text-decoration:none}.category-card{flex-direction:column}.category-card__icon-image{width:36px;height:36px;object-fit:contain;border-radius:8px}
.location-summary-section{padding:14px 0 0;background:#071522}.location-summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 16px;border:1px solid rgba(240,181,71,.25);border-radius:12px;background:linear-gradient(135deg,rgba(240,181,71,.08),rgba(12,34,51,.78))}.location-summary>div{display:flex;align-items:center;gap:10px}.location-summary>div>span:first-of-type{color:var(--gold)}.location-summary span{display:grid;line-height:1.45}.location-summary small{color:var(--muted)}.location-summary strong{color:var(--gold-2);font-size:15px}.location-summary button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid rgba(240,181,71,.38);border-radius:8px;color:#f0f3f6;background:rgba(255,255,255,.035);font-weight:800}.location-summary button:hover{color:var(--gold-2);background:rgba(240,181,71,.08)}.location-summary button:disabled{cursor:wait;opacity:.6}
.club-slider{background:#071522}.club-slider--alternate{background:#081725}.club-slider__heading{min-height:44px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.club-slider__heading h2{margin:0;font-size:22px;letter-spacing:-.6px}.club-slider__heading p{margin:3px 0 0;color:var(--muted);font-size:12px}.club-slider__actions{display:flex;align-items:center;gap:7px}.club-slider__actions button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line-soft);border-radius:8px;color:#eef2f5;background:rgba(255,255,255,.03)}.club-slider__actions button:hover{color:var(--gold);border-color:var(--line)}.club-slider__actions button[data-direction=prev] svg{transform:rotate(180deg)}.club-slider__actions a{display:inline-flex;align-items:center;gap:6px;margin-right:4px;color:var(--gold);font-size:12px;font-weight:800}.club-slider__track{display:flex;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(240,181,71,.45) transparent;padding:2px 1px 12px}.club-slider__track::-webkit-scrollbar{height:6px}.club-slider__track::-webkit-scrollbar-thumb{border-radius:20px;background:rgba(240,181,71,.42)}.club-slider__item{flex:0 0 clamp(250px,23.5vw,310px);min-width:0;scroll-snap-align:start}.club-slider__item .gym-card{height:100%;display:flex;flex-direction:column}.club-slider__item .gym-card__body{display:flex;flex:1;flex-direction:column}.club-slider__item .gym-card__actions{margin-top:auto}.club-slider .gym-card__favorite{display:inline-grid}.club-slider .gym-card__rating{display:flex}.gym-card__location small{color:var(--gold-2);font-size:10px}.gym-card__title-row h3 a{color:inherit}.gym-card__media>a{display:block;height:100%}
.register-form select[data-registration-city]:disabled{opacity:.6}
@media(min-width:901px){.search-panel.search-panel--advanced{grid-template-columns:minmax(185px,1.25fr) repeat(4,minmax(145px,1fr)) minmax(205px,.95fr)}.search-field__control input{font-size:14px}.search-panel__location{font-size:13px}.club-slider__heading h2{font-size:26px}.club-slider__heading p,.club-slider__actions a{font-size:14px}.club-slider__actions button{width:40px;height:40px}.location-summary strong{font-size:17px}}
@media(max-width:1180px){.search-panel.search-panel--advanced{grid-template-columns:repeat(3,minmax(0,1fr))}.search-panel__submit{grid-column:auto}.club-slider__item{flex-basis:clamp(245px,38vw,300px)}}
@media(max-width:720px){.search-panel.search-panel--advanced{grid-template-columns:1fr}.search-panel__location{grid-column:auto;align-items:flex-start;flex-direction:column}.location-summary{align-items:flex-start;flex-direction:column}.location-summary button{width:100%;justify-content:center}.club-slider__heading{align-items:flex-start;flex-direction:column}.club-slider__actions{width:100%}.club-slider__actions a{margin-right:auto}.club-slider__item{flex-basis:min(82vw,300px)}}

/* v3.12.4: authenticated account dropdown */
.home-account{position:relative;z-index:35}.home-account__trigger{min-width:190px;height:44px;padding:5px 8px 5px 12px;border:1px solid rgba(255,190,58,.34);border-radius:10px;background:rgba(255,255,255,.025);color:#fff;display:flex;align-items:center;gap:9px;cursor:pointer;font:inherit;transition:border-color .2s ease,background .2s ease,transform .2s ease}.home-account__trigger:hover{border-color:rgba(255,190,58,.72);background:rgba(255,190,58,.07)}.home-account__avatar{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#ffd36a,#e9a92a);color:#071624;font-size:15px;font-weight:900;box-shadow:0 7px 20px rgba(238,175,45,.16)}.home-account__identity{min-width:0;display:flex;flex:1;flex-direction:column;align-items:flex-start;line-height:1.35}.home-account__identity strong,.home-account__identity small{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-account__identity strong{font-size:12px}.home-account__identity small{font-size:10px;color:#91a8bb}.home-account__trigger>.home-icon{transition:transform .2s ease}.home-account.is-open .home-account__trigger>.home-icon{transform:rotate(180deg)}.home-account__menu{position:absolute;top:calc(100% + 10px);inset-inline-start:0;width:260px;padding:8px;border:1px solid rgba(255,190,58,.25);border-radius:14px;background:#071a29;box-shadow:0 24px 65px rgba(0,0,0,.42);opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none;transition:.2s ease;overflow:hidden}.home-account.is-open .home-account__menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.home-account__menu header{padding:10px 9px 13px;margin-bottom:5px;border-bottom:1px solid rgba(131,163,187,.16);display:flex;align-items:center;gap:10px}.home-account__menu header>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#f8bd43;color:#071624;font-weight:900}.home-account__menu header div{min-width:0;display:flex;flex-direction:column}.home-account__menu header strong,.home-account__menu header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-account__menu header strong{font-size:13px;color:#fff}.home-account__menu header small{font-size:10px;color:#8fa9bc;margin-top:3px}.home-account__menu a,.home-account__menu button{width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:#d9e7ef;display:flex;align-items:center;text-align:right;text-decoration:none;font:inherit;font-size:12px;cursor:pointer}.home-account__menu a:hover{background:rgba(255,190,58,.09);color:#ffd168}.home-account__menu button{margin-top:5px;border-top:1px solid rgba(131,163,187,.13);border-radius:0;color:#ff8e8e}.home-account__menu button:hover{background:rgba(239,83,80,.08)}.home-mobile-account{padding:12px;border:1px solid rgba(255,190,58,.22);border-radius:13px;background:rgba(255,255,255,.025);display:grid;gap:9px}.home-mobile-account>div{display:flex;align-items:center;gap:10px}.home-mobile-account>div>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#f8bd43;color:#071624;font-weight:900}.home-mobile-account p{margin:0;display:flex;flex-direction:column}.home-mobile-account p strong{font-size:13px}.home-mobile-account p small{font-size:10px;color:#91a8bb;margin-top:3px}
@media(max-width:1120px){.home-account__trigger{min-width:44px;width:44px;padding:5px;justify-content:center}.home-account__identity,.home-account__trigger>.home-icon{display:none}.home-account__menu{inset-inline-start:auto;inset-inline-end:0}}
@media(max-width:860px){.home-account{display:none}}

/* v3.12.13 homepage editorial articles */
.home-articles-section {
  --article-bg: #06131f;
  --article-surface: #0b1c2b;
  --article-surface-2: #102536;
  --article-border: rgba(231, 171, 57, .28);
  --article-gold: #f0b43c;
  --article-gold-light: #ffd36d;
  --article-text: #f8fafc;
  --article-muted: #91a3b4;
  position: relative;
  padding: 54px 0 46px;
  overflow: hidden;
  color: var(--article-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(240, 180, 60, .08), transparent 26%),
    linear-gradient(180deg, #071522 0%, var(--article-bg) 100%);
}
.home-articles-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.home-articles-section__container { position: relative; z-index: 1; }
.home-articles-section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.home-articles-section__eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--article-gold); font-size: 12px; font-weight: 900; }
.home-articles-section__heading h2 { margin: 7px 0 3px; font-size: clamp(26px, 2.6vw, 40px); line-height: 1.45; letter-spacing: -1.2px; }
.home-articles-section__heading p { margin: 0; color: var(--article-muted); font-size: 13px; }
.home-articles-section__archive { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; border: 1px solid var(--article-border); border-radius: 12px; color: var(--article-gold-light); background: rgba(240,180,60,.045); font-size: 12px; font-weight: 900; transition: .2s ease; }
.home-articles-section__archive:hover, .home-articles-section__archive:focus-visible { border-color: rgba(240,180,60,.75); background: rgba(240,180,60,.1); outline: none; }
.home-articles-section__spotlight { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(275px, .76fr); gap: 14px; direction: ltr; }
.home-articles-section__spotlight > * { direction: rtl; }

.featured-article-slider { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--article-border); border-radius: 18px; background: var(--article-surface); box-shadow: 0 22px 55px rgba(0,0,0,.28); isolation: isolate; }
.featured-article-slider:focus-visible { outline: 2px solid var(--article-gold); outline-offset: 4px; }
.featured-article-slider__media { position: absolute; inset: 0; display: block; }
.featured-article-slider__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.featured-article-slider:hover .featured-article-slider__media img { transform: scale(1.025); }
.featured-article-slider__media > span { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,11,18,.12) 0%, rgba(3,11,18,.58) 48%, rgba(3,11,18,.97) 100%); }
.featured-article-slider__content { position: relative; z-index: 2; width: 54%; min-height: 420px; margin-right: auto; padding: 40px 34px 28px; display: flex; flex-direction: column; }
.featured-article-slider__badges { display: flex; align-items: center; gap: 8px; }
.featured-article-slider__badges span, .featured-article-slider__badges small { min-height: 28px; padding: 4px 9px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid rgba(240,180,60,.38); border-radius: 8px; background: rgba(5,16,25,.76); color: var(--article-gold-light); font-size: 11px; font-weight: 900; }
.featured-article-slider__badges small { border-color: rgba(255,255,255,.1); color: #c6d0d8; }
.featured-article-slider h3 { margin: 22px 0 9px; font-size: clamp(22px, 2.1vw, 34px); line-height: 1.65; letter-spacing: -.7px; }
.featured-article-slider h3 a:hover { color: var(--article-gold-light); }
.featured-article-slider__content > p { margin: 0; color: #a7b5bf; font-size: 13px; line-height: 2; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.featured-article-slider__meta { margin-top: 17px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #8297a5; font-size: 11px; }
.featured-article-slider__meta span { display: inline-flex; align-items: center; gap: 5px; }
.featured-article-slider__meta svg { color: #dca53a; }
.featured-article-slider footer { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.featured-article-slider__author { display: flex; align-items: center; gap: 9px; min-width: 0; }
.featured-article-slider__author > img, .featured-article-slider__author > span { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(240,180,60,.4); border-radius: 12px; object-fit: cover; background: linear-gradient(145deg, #ffd36d, #d99a24); color: #071522; display: grid; place-items: center; font-weight: 1000; }
.featured-article-slider__author p { min-width: 0; margin: 0; display: grid; line-height: 1.55; }
.featured-article-slider__author strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.featured-article-slider__author small { color: #8297a5; font-size: 10px; }
.featured-article-slider__cta { min-height: 42px; padding: 0 16px; flex: 0 0 auto; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #06131f; background: linear-gradient(135deg, var(--article-gold-light), #e4a127); box-shadow: 0 10px 24px rgba(225,159,39,.18); font-size: 12px; font-weight: 1000; }
.featured-article-slider__controls { position: absolute; z-index: 4; top: 18px; left: 18px; display: flex; gap: 7px; }
.featured-article-slider__controls button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(240,180,60,.38); border-radius: 10px; display: grid; place-items: center; color: var(--article-gold-light); background: rgba(4,14,23,.8); transition: .2s ease; }
.featured-article-slider__controls button:hover, .featured-article-slider__controls button:focus-visible { border-color: var(--article-gold); background: rgba(240,180,60,.12); outline: none; }
.featured-article-slider__indicators { position: absolute; z-index: 4; left: 22px; bottom: 20px; display: flex; align-items: center; gap: 6px; }
.featured-article-slider__indicators button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.34); transition: .25s ease; }
.featured-article-slider__indicators button.is-active { width: 24px; background: var(--article-gold); }

.selected-article-list { min-height: 420px; padding: 8px; display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 7px; border: 1px solid rgba(240,180,60,.18); border-radius: 18px; background: linear-gradient(180deg, rgba(15,36,53,.96), rgba(7,23,36,.96)); }
.selected-article-list__item { min-width: 0; display: grid; grid-template-columns: 31px 73px minmax(0, 1fr); align-items: center; gap: 9px; padding: 8px; border: 1px solid transparent; border-radius: 12px; color: var(--article-text); transition: .2s ease; }
.selected-article-list__item:hover, .selected-article-list__item:focus-visible { border-color: rgba(240,180,60,.38); background: rgba(240,180,60,.055); outline: none; }
.selected-article-list__number { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(240,180,60,.4); border-radius: 8px; color: var(--article-gold); font-size: 11px; font-weight: 900; }
.selected-article-list__item img { width: 73px; height: 58px; border-radius: 9px; object-fit: cover; }
.selected-article-list__copy { min-width: 0; display: grid; align-content: center; }
.selected-article-list__copy > small { color: var(--article-gold); font-size: 10px; font-weight: 900; }
.selected-article-list__copy > strong { margin-top: 3px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 13px; line-height: 1.65; }
.selected-article-list__copy > span { margin-top: 5px; display: flex; align-items: center; gap: 4px; color: #7f94a2; font-size: 9px; white-space: nowrap; }
.selected-article-list__copy > span i { width: 3px; height: 3px; border-radius: 50%; background: #637786; }
.selected-article-list__copy svg { color: #c79536; }

.home-article-tabs { margin: 18px 0 14px; display: flex; align-items: center; gap: 8px; overflow-x: auto; padding: 2px 0 5px; scrollbar-width: none; }
.home-article-tabs::-webkit-scrollbar { display: none; }
.home-article-tabs button { min-height: 40px; padding: 0 14px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; color: #9db0bc; background: rgba(255,255,255,.018); font-size: 12px; font-weight: 850; transition: .2s ease; }
.home-article-tabs button small { min-width: 21px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.055); font-size: 9px; }
.home-article-tabs button:hover, .home-article-tabs button:focus-visible { border-color: rgba(240,180,60,.4); color: var(--article-gold-light); outline: none; }
.home-article-tabs button.is-active { border-color: var(--article-gold); color: #071522; background: linear-gradient(135deg, var(--article-gold-light), #e3a126); box-shadow: 0 9px 22px rgba(227,161,38,.16); }
.home-article-tabs button:disabled { cursor: wait; opacity: .58; }

.home-articles-section__grid { display: grid; grid-template-columns: repeat(var(--desktop-cards, 4), minmax(0, 1fr)); gap: 14px; }
.home-article-card { position: relative; min-width: 0; min-height: 330px; overflow: hidden; border: 1px solid rgba(240,180,60,.19); border-radius: 15px; background: linear-gradient(180deg, #0d2232, #081724); box-shadow: 0 15px 35px rgba(0,0,0,.16); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.home-article-card:hover { transform: translateY(-3px); border-color: rgba(240,180,60,.58); box-shadow: 0 20px 45px rgba(0,0,0,.26); }
.home-article-card:focus-within { border-color: var(--article-gold); box-shadow: 0 0 0 3px rgba(240,180,60,.1); }
.home-article-card__media { position: relative; height: 168px; overflow: hidden; display: block; }
.home-article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-article-card:hover .home-article-card__media img { transform: scale(1.03); }
.home-article-card__media > span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,9,15,.04) 35%, rgba(2,9,15,.82)); }
.home-article-card__labels { position: absolute; z-index: 2; top: 10px; right: 10px; left: 46px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.home-article-card__labels small, .home-article-card__labels b { min-height: 25px; padding: 4px 8px; border: 1px solid rgba(240,180,60,.4); border-radius: 8px; color: var(--article-gold-light); background: rgba(4,14,23,.76); font-size: 10px; font-weight: 900; }
.home-article-card__labels b { border-color: rgba(89,202,132,.4); color: #8ae2ad; }
.home-article-card__bookmark { position: absolute; z-index: 4; top: 10px; left: 10px; width: 32px; height: 32px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #dbe3e9; background: rgba(4,14,23,.78); transition: .2s ease; }
.home-article-card__bookmark:hover, .home-article-card__bookmark:focus-visible, .home-article-card__bookmark.is-active { border-color: var(--article-gold); color: var(--article-gold-light); background: rgba(240,180,60,.12); outline: none; }
.home-article-card__bookmark.is-active svg { fill: currentColor; }
.home-article-card__bookmark.is-loading { animation: article-pulse .85s ease-in-out infinite alternate; }
.home-article-card__body { min-height: 162px; padding: 14px 14px 13px; display: flex; flex-direction: column; }
.home-article-card h3 { margin: 0; font-size: 15px; line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-article-card h3 a:hover { color: var(--article-gold-light); }
.home-article-card__body > p { margin: 7px 0 0; color: #8ea1ae; font-size: 11px; line-height: 1.9; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.home-article-card__meta { margin-top: auto; padding-top: 10px; display: flex; align-items: center; gap: 9px; color: #718896; font-size: 10px; }
.home-article-card__meta span { min-width: 0; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.home-article-card__meta svg { color: #ca9632; }

.article-trust-strip { margin-top: 16px; min-height: 92px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; overflow: hidden; border: 1px solid rgba(240,180,60,.15); border-radius: 15px; background: linear-gradient(90deg, rgba(13,34,50,.9), rgba(7,23,36,.9)); }
.article-trust-strip article { min-width: 0; min-height: 58px; padding: 11px 18px; display: flex; align-items: center; justify-content: center; gap: 11px; border-left: 1px solid rgba(255,255,255,.07); }
.article-trust-strip article:last-child { border-left: 0; }
.article-trust-strip svg { flex: 0 0 auto; color: var(--article-gold); }
.article-trust-strip p { min-width: 0; margin: 0; display: grid; }
.article-trust-strip strong { font-size: 13px; }
.article-trust-strip small { margin-top: 2px; color: #7f94a2; font-size: 10px; }

.home-articles-section__error, .home-articles-section__empty { min-height: 72px; margin-bottom: 14px; padding: 15px; border: 1px dashed rgba(240,180,60,.25); border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #9cb0bc; background: rgba(255,255,255,.015); font-size: 11px; }
.home-articles-section__error button { min-height: 36px; padding: 0 12px; border: 1px solid var(--article-border); border-radius: 8px; color: var(--article-gold-light); background: transparent; }
.home-article-card--skeleton { pointer-events: none; }
.skeleton-block { display: block; border-radius: 8px; background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.09), rgba(255,255,255,.045)); background-size: 220% 100%; animation: article-skeleton 1.25s linear infinite; }
.skeleton-block--media { width: 100%; height: 168px; border-radius: 0; }
.skeleton-block--title { width: 92%; height: 13px; margin-bottom: 9px; }
.skeleton-block--short { width: 67%; }
.skeleton-block--text { width: 100%; height: 34px; margin-top: 5px; }
.skeleton-block--meta { width: 72%; height: 10px; margin-top: auto; }
@keyframes article-skeleton { to { background-position: -220% 0; } }
@keyframes article-pulse { to { opacity: .45; transform: scale(.92); } }

@media (max-width: 1180px) {
  .home-articles-section__spotlight { grid-template-columns: minmax(0, 1.8fr) minmax(260px, .82fr); }
  .featured-article-slider__content { width: 60%; }
  .home-articles-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .home-articles-section { padding: 38px 0; }
  .home-articles-section__spotlight { grid-template-columns: 1fr; }
  .selected-article-list { min-height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .home-articles-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-trust-strip article:nth-child(2) { border-left: 0; }
  .article-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
}
@media (max-width: 640px) {
  .home-articles-section { padding: 29px 0; }
  .home-articles-section__heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .home-articles-section__heading h2 { font-size: 25px; }
  .home-articles-section__heading p { font-size: 11px; line-height: 1.9; }
  .home-articles-section__archive { width: 100%; }
  .featured-article-slider { min-height: 570px; }
  .featured-article-slider__media { height: 255px; }
  .featured-article-slider__media > span { background: linear-gradient(180deg, rgba(3,11,18,.04) 0%, rgba(3,11,18,.3) 64%, #071522 100%); }
  .featured-article-slider__content { width: 100%; min-height: 570px; padding: 275px 18px 18px; }
  .featured-article-slider h3 { margin-top: 15px; font-size: 21px; }
  .featured-article-slider footer { align-items: stretch; flex-direction: column; }
  .featured-article-slider__cta { width: 100%; }
  .featured-article-slider__indicators { bottom: auto; top: 225px; }
  .selected-article-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .selected-article-list__item { flex: 0 0 88%; scroll-snap-align: start; }
  .home-article-tabs { margin-inline: -14px; padding-inline: 14px; }
  .home-articles-section__grid { grid-template-columns: 1fr; }
  .home-article-card { min-height: 344px; }
  .home-article-card__media { height: 184px; }
  .article-trust-strip { grid-template-columns: 1fr 1fr; }
  .article-trust-strip article { min-height: 86px; padding: 12px 9px; flex-direction: column; text-align: center; border-bottom: 1px solid rgba(255,255,255,.07); }
  .article-trust-strip article:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .featured-article-slider__media img, .home-article-card, .home-article-card__media img { transition: none; }
  .featured-article-slider:hover .featured-article-slider__media img, .home-article-card:hover, .home-article-card:hover .home-article-card__media img { transform: none; }
  .skeleton-block, .home-article-card__bookmark.is-loading { animation: none; }
}


/* v3.12.14 — modern dynamic homepage club cards */
:root {
  --club-card-bg: #071724;
  --club-card-bg-2: #0a1f2f;
  --club-card-line: rgba(245, 183, 55, .20);
  --club-card-line-strong: rgba(245, 183, 55, .78);
  --club-card-gold: #f5b737;
  --club-card-gold-soft: #ffd772;
  --club-card-text: #f5f7f8;
  --club-card-muted: #91a7b4;
  --club-card-success: #45d391;
  --club-card-danger: #ff6c76;
}


.home-club-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-club-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--club-card-line);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(245, 183, 55, .055), transparent 38%),
    linear-gradient(180deg, var(--club-card-bg-2), var(--club-card-bg));
  color: var(--club-card-text);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .20);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-club-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .025), transparent 34%);
}

.home-club-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 183, 55, .8);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .28);
}

.home-club-card:focus-within {
  border-color: var(--club-card-line-strong);
  box-shadow: 0 0 0 3px rgba(245, 183, 55, .12), 0 20px 45px rgba(0, 0, 0, .28);
}

.home-club-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #0e2638;
}

.home-club-card__media > a {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
}

.home-club-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform .38s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.home-club-card:hover .home-club-card__media img {
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
}

.home-club-card__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 8, 14, .04) 28%, rgba(1, 8, 14, .20) 56%, rgba(1, 8, 14, .92) 100%),
    linear-gradient(90deg, rgba(2, 12, 20, .14), transparent 40%);
  pointer-events: none;
}

.home-club-card__badges {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  left: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
}

.home-club-card__badge {
  min-height: 27px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(4, 18, 29, .82);
  color: #fff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .24);
  backdrop-filter: blur(9px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.home-club-card__badge.is-gold,
.home-club-card__badge.is-featured,
.home-club-card__badge.is-editor_pick {
  border-color: rgba(255, 216, 112, .64);
  background: linear-gradient(135deg, #ffd875, #e4a225);
  color: #071724;
}

.home-club-card__badge.is-red,
.home-club-card__badge.is-discount,
.home-club-card__badge.is-special_offer {
  border-color: rgba(255, 110, 120, .70);
  background: linear-gradient(135deg, #ff6572, #d9364a);
}

.home-club-card__badge.is-green,
.home-club-card__badge.is-popular,
.home-club-card__badge.is-verified {
  border-color: rgba(82, 224, 157, .52);
  background: linear-gradient(135deg, #40ca86, #178d62);
}

.home-club-card__badge.is-blue,
.home-club-card__badge.is-new,
.home-club-card__badge.is-most_viewed {
  border-color: rgba(105, 168, 255, .62);
  background: linear-gradient(135deg, #5e9cf5, #3562c8);
}

.home-club-card__badge.is-teal {
  border-color: rgba(45, 212, 191, .58);
  background: linear-gradient(135deg, #22b8a7, #11766f);
}

.home-club-card__badge.is-violet {
  border-color: rgba(190, 137, 255, .62);
  background: linear-gradient(135deg, #9563d9, #6540a4);
}

.home-club-card__badge.is-orange {
  border-color: rgba(251, 146, 60, .64);
  background: linear-gradient(135deg, #ef913e, #b85a1d);
}

.home-club-card__favorite {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 11px;
  background: rgba(3, 14, 23, .72);
  color: #f7fbfd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.home-club-card__favorite:hover:not(:disabled),
.home-club-card__favorite:focus-visible {
  transform: scale(1.04);
  border-color: rgba(255, 115, 127, .76);
  color: #ff7b87;
}

.home-club-card__favorite.is-active {
  border-color: rgba(255, 115, 127, .82);
  background: rgba(201, 43, 65, .80);
  color: #fff;
}

.home-club-card__favorite.is-loading svg {
  opacity: .25;
}

.home-club-card__favorite.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  animation: home-club-card-spin .72s linear infinite;
}

.home-club-card__rating {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 11px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 9px;
  background: rgba(2, 13, 21, .76);
  color: #f4c454;
  backdrop-filter: blur(9px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.home-club-card__rating strong { color: #f5f8f9; font-size: 12px; }
.home-club-card__rating small { color: #a8bac4; font-size: 10px; }

.home-club-card__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.home-club-card__heading {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.home-club-card__heading > div { min-width: 0; }
.home-club-card__heading small {
  display: block;
  margin-bottom: 4px;
  color: var(--club-card-muted);
  font-size: 10px;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-club-card__heading h3 {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--club-card-text);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.6;
}

.home-club-card__heading h3 a {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-club-card__heading h3 svg { flex: 0 0 auto; color: var(--club-card-gold); }

.home-club-card__state {
  flex: 0 0 auto;
  min-height: 27px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.home-club-card__state::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px currentColor;
  opacity: .82;
}
.home-club-card__state.is-open { border-color: rgba(69, 211, 145, .23); color: var(--club-card-success); }
.home-club-card__state.is-open::before { box-shadow: 0 0 0 3px rgba(69, 211, 145, .12); }
.home-club-card__state.is-closed { border-color: rgba(255, 108, 118, .20); color: var(--club-card-danger); }
.home-club-card__state.is-closed::before { box-shadow: 0 0 0 3px rgba(255, 108, 118, .10); }

.home-club-card__info {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 11px;
  background: rgba(1, 10, 17, .22);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
}

.home-club-card__info span {
  min-width: 0;
  color: #a4b7c1;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  line-height: 1.5;
}
.home-club-card__info span:first-child { grid-column: 1 / -1; }
.home-club-card__info span svg { flex: 0 0 auto; color: var(--club-card-gold); }

.home-club-card__facilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.home-club-card__facility {
  position: relative;
  min-width: 0;
  min-height: 58px;
  padding: 7px 4px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 10px;
  background: rgba(255, 255, 255, .018);
  color: var(--club-card-gold);
  outline: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: border-color .18s ease, background .18s ease;
}

.home-club-card__facility small {
  width: 100%;
  color: #a7bac4;
  font-size: 9px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-club-card__facility:hover,
.home-club-card__facility:focus-visible {
  border-color: rgba(245, 183, 55, .38);
  background: rgba(245, 183, 55, .055);
}

.home-club-card__facility.is-more { border-style: dashed; }
.home-club-card__facilities-empty {
  min-height: 58px;
  margin: 0;
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, .085);
  border-radius: 10px;
  color: #718b99;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-club-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.home-club-card__actions > a,
.home-club-card__actions > button {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: filter .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.home-club-card__details {
  border: 1px solid #e5a82e;
  background: linear-gradient(135deg, var(--club-card-gold-soft), #e4a126);
  color: #071724;
  box-shadow: 0 8px 20px rgba(232, 166, 43, .15);
}
.home-club-card__details:hover,
.home-club-card__details:focus-visible { filter: brightness(1.06); box-shadow: 0 10px 26px rgba(232, 166, 43, .24); }

.home-club-card__chat,
.home-club-card__call {
  position: relative;
  min-width: 70px;
  border: 1px solid rgba(245, 183, 55, .34);
  background: #081a28;
  color: #f2c65f;
}
.home-club-card__chat:hover:not(:disabled),
.home-club-card__call:hover:not(:disabled),
.home-club-card__chat:focus-visible:not(:disabled),
.home-club-card__call:focus-visible:not(:disabled) {
  border-color: rgba(245, 183, 55, .82);
  background: rgba(245, 183, 55, .075);
  box-shadow: 0 0 0 3px rgba(245, 183, 55, .09);
}
.home-club-card__actions button:disabled { opacity: .42; cursor: not-allowed; }
.home-club-card__chat b {
  position: absolute;
  top: -8px;
  left: -6px;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 2px solid var(--club-card-bg);
  border-radius: 11px;
  background: #ed4c5c;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 8px;
}
.home-club-card__chat.is-loading svg { opacity: .22; }
.home-club-card__chat.is-loading::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  animation: home-club-card-spin .72s linear infinite;
}

.home-club-card button:focus-visible,
.home-club-card a:focus-visible,
.home-club-card [tabindex="0"]:focus-visible {
  outline: 2px solid var(--club-card-gold-soft);
  outline-offset: 3px;
}


.home-club-grid { direction: rtl; align-items: stretch; }
.home-club-card { direction: rtl; height: 100%; }
.home-club-card__media > a { height: 100%; }
.home-club-card__state { white-space: nowrap; }
.home-club-card__info b { min-width: 0; color: inherit; font: inherit; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-club-card__online {
  position: absolute; top: 5px; right: 5px; width: 8px; height: 8px;
  border: 2px solid #081a28; border-radius: 50%; background: #45d391;
  box-shadow: 0 0 0 3px rgba(69,211,145,.13);
}
.home-club-card__actions button:disabled { opacity: .42; cursor: not-allowed; }
.home-club-card__favorite:disabled { cursor: wait; }
.club-slider__item { flex-basis: clamp(300px, 27vw, 345px); }
.club-slider__item .home-club-card { height: 100%; }
.club-slider__track { align-items: stretch; }

.home-contact-modal { position: fixed; inset: 0; z-index: 620; display: grid; place-items: center; padding: 20px; }
.home-contact-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0, 5, 10, .78); backdrop-filter: blur(7px); }
.home-contact-modal__panel {
  position: relative; z-index: 1; width: min(100%, 520px); max-height: min(88vh, 720px); overflow: auto;
  padding: 28px; border: 1px solid rgba(245,183,55,.42); border-radius: 19px;
  background: radial-gradient(circle at 100% 0, rgba(245,183,55,.09), transparent 40%), linear-gradient(180deg,#0d2232,#071724);
  box-shadow: 0 30px 80px rgba(0,0,0,.52); text-align: center;
}
.home-contact-modal__close { position: absolute; top: 13px; left: 13px; width: 38px; height: 38px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:10px; color:#dce6ec; background:rgba(255,255,255,.035); }
.home-contact-modal__close:hover,.home-contact-modal__close:focus-visible { color:var(--club-card-gold); border-color:rgba(245,183,55,.5); outline:0; }
.home-contact-modal__icon { width:58px; height:58px; margin:0 auto 12px; display:grid; place-items:center; border:1px solid rgba(245,183,55,.38); border-radius:17px; color:var(--club-card-gold); background:rgba(245,183,55,.08); }
.home-contact-modal__panel > small { color:#8fa5b2; }
.home-contact-modal__panel h2 { margin:5px 0 20px; font-size:24px; }
.home-contact-modal__phones { display:grid; gap:10px; }
.home-contact-modal__phones article { padding:13px; display:flex; align-items:center; justify-content:space-between; gap:15px; border:1px solid rgba(255,255,255,.075); border-radius:13px; background:rgba(255,255,255,.025); text-align:right; }
.home-contact-modal__phones article > div:first-child { min-width:0; display:grid; }
.home-contact-modal__phones span { color:#8fa5b2; font-size:11px; }
.home-contact-modal__phones strong { margin-top:2px; color:#f7fafc; font-size:16px; }
.home-contact-modal__phones article > div:last-child { display:flex; gap:7px; }
.home-contact-modal__phones a,.home-contact-modal__phones button { min-height:40px; padding:0 12px; border:1px solid rgba(245,183,55,.32); border-radius:9px; display:inline-flex; align-items:center; justify-content:center; gap:6px; color:#f4c65f; background:#081a28; font-weight:900; font-size:11px; }
.home-contact-modal__phones a { color:#071724; background:linear-gradient(135deg,#ffd772,#e4a126); }
.home-contact-modal__panel > p { margin:17px 0 0; display:flex; align-items:center; justify-content:center; gap:6px; color:#8199a7; font-size:10px; }
.home-contact-modal__panel > p svg { color:#45d391; }

@keyframes home-club-card-spin { to { transform: rotate(360deg); } }
@media (max-width: 1280px) { .home-club-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 992px) {
  .home-club-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .club-slider__item { flex-basis: clamp(290px, 43vw, 335px); }
}
@media (max-width: 640px) {
  .home-club-grid { grid-template-columns: 1fr; gap:16px; }
  .home-club-card__body { padding:14px; }
  .home-club-card__actions { grid-template-columns:1fr 1fr; }
  .home-club-card__details { grid-column:1 / -1; }
  .home-club-card__chat,.home-club-card__call { width:100%; min-width:0; }
  .home-club-card__info { grid-template-columns:1fr; }
  .home-club-card__info span:first-child { grid-column:auto; }
  .club-slider__item { flex-basis:min(88vw,335px); }
  .home-contact-modal { padding:12px; }
  .home-contact-modal__panel { padding:24px 14px 18px; }
  .home-contact-modal__phones article { align-items:stretch; flex-direction:column; }
  .home-contact-modal__phones article > div:last-child { display:grid; grid-template-columns:1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .home-club-card,.home-club-card__media img,.home-club-card__favorite,.home-club-card__actions > a,.home-club-card__actions > button { transition:none; }
  .home-club-card:hover { transform:none; }
  .home-club-card:hover .home-club-card__media img { transform:none; }
  .home-club-card__favorite.is-loading::after,.home-club-card__chat.is-loading::after { animation:none; }
}

/* v3.12.23 — location permission and location-personalised homepage clubs */
.home-featured-heading__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.home-location-badge {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid rgba(69, 211, 145, .26);
  border-radius: 999px;
  background: rgba(69, 211, 145, .08);
  color: #7ce8bd;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}
.home-location-badge svg { flex: 0 0 auto; }
.home-location-badge--button {
  cursor: pointer;
  border-color: rgba(245, 183, 55, .28);
  background: rgba(245, 183, 55, .07);
  color: var(--club-card-gold, #f5b737);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.home-location-badge--button:hover,
.home-location-badge--button:focus-visible {
  border-color: rgba(245, 183, 55, .72);
  background: rgba(245, 183, 55, .13);
  color: #ffd772;
  outline: none;
}
.home-club-location-loading {
  min-height: 56px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(245, 183, 55, .18);
  border-radius: 13px;
  background: rgba(11, 28, 43, .72);
  color: #c6d3da;
  font-size: 12px;
}
.home-club-location-loading span {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(245, 183, 55, .22);
  border-top-color: #f5b737;
  border-radius: 50%;
  animation: home-location-spin .75s linear infinite;
}
@keyframes home-location-spin { to { transform: rotate(360deg); } }

.home-location-consent {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  direction: rtl;
}
.home-location-consent__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 9, 16, .78);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  cursor: default;
}
.home-location-consent__panel {
  position: relative;
  width: min(520px, 100%);
  overflow: hidden;
  padding: 31px;
  border: 1px solid rgba(245, 183, 55, .34);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% 0, rgba(245, 183, 55, .13), transparent 35%),
    linear-gradient(160deg, #10283a, #071724 72%);
  color: #f6f9fb;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .48);
}
.home-location-consent__panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #f5b737, transparent);
}
.home-location-consent__close {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
  color: #d8e2e8;
  cursor: pointer;
}
.home-location-consent__close:hover,
.home-location-consent__close:focus-visible {
  border-color: rgba(245, 183, 55, .5);
  color: #ffd772;
  outline: none;
}
.home-location-consent__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border: 1px solid rgba(245, 183, 55, .35);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(245, 183, 55, .18), rgba(245, 183, 55, .05));
  color: #ffd772;
  box-shadow: inset 0 0 24px rgba(245, 183, 55, .05);
}
.home-location-consent__panel > small {
  display: block;
  margin-bottom: 6px;
  color: #f5b737;
  font-size: 11px;
  font-weight: 900;
}
.home-location-consent__panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.65;
}
.home-location-consent__panel > p {
  margin: 9px 0 18px;
  color: #9fb2be;
  font-size: 13px;
  line-height: 2;
}
.home-location-consent__panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-location-consent__panel li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  color: #c6d3da;
  font-size: 11px;
}
.home-location-consent__panel li svg { color: #62dfad; flex: 0 0 auto; }
.home-location-consent__actions {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(110px, .75fr);
  gap: 10px;
  margin-top: 20px;
}
.home-location-consent__actions .button {
  min-height: 48px;
  justify-content: center;
}
.home-location-consent__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  color: #718997;
  font-size: 10px;
}

@media (max-width: 640px) {
  .home-location-consent { align-items: end; padding: 0; }
  .home-location-consent__panel {
    width: 100%;
    max-height: 92vh;
    overflow: auto;
    padding: 25px 18px max(22px, env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
  }
  .home-location-consent__actions { grid-template-columns: 1fr; }
  .home-location-consent__actions .button { width: 100%; }
  .home-featured-heading { align-items: stretch; }
  .home-featured-heading__eyebrow { margin-bottom: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-club-location-loading span { animation: none; }
}

/* v3.12.32 — deterministic club slider threshold: static up to 4, slider from 5 */
.club-slider__actions { min-width: max-content; }
.club-slider__nav { display: inline-flex; align-items: center; gap: 7px; }
.club-slider__nav[hidden] { display: none !important; }
.club-slider__actions button:disabled {
  opacity: .32;
  cursor: default;
  color: #70818d;
  border-color: rgba(255,255,255,.06);
  background: rgba(255,255,255,.015);
}
.club-slider__actions button:disabled:hover { color: #70818d; border-color: rgba(255,255,255,.06); }
.club-slider__track { direction: rtl; align-items: stretch; scroll-padding-inline: 1px; }

/* 1 تا 4 باشگاه: چیدمان ثابت، بدون فلش و بدون اسکرول افقی */
.club-slider__track.is-static {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  scroll-snap-type: none;
  overscroll-behavior-inline: auto;
  padding: 2px 1px;
  scrollbar-width: none;
}
.club-slider__track.is-static::-webkit-scrollbar { display: none; }
.club-slider__track.is-static .club-slider__item {
  width: auto;
  min-width: 0;
  max-width: none;
  flex: none;
  scroll-snap-align: none;
}

/* 5 باشگاه و بیشتر: چهار کارت قابل مشاهده و ادامه به‌صورت اسلاید */
.club-slider__track.is-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  padding: 2px 1px 12px;
}
.club-slider__track.is-slider .club-slider__item {
  flex: 0 0 calc((100% - 42px) / 4);
  width: calc((100% - 42px) / 4);
  min-width: 0;
  max-width: none;
  scroll-snap-align: start;
}
.club-slider__item .home-club-card,
.club-slider__item .gym-card,
.club-slider__item .club-card { height: 100%; }

@media (max-width: 1180px) {
  .club-slider__track.is-static { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .club-slider__track.is-slider .club-slider__item {
    flex-basis: calc((100% - 28px) / 3);
    width: calc((100% - 28px) / 3);
  }
}

@media (max-width: 900px) {
  .club-slider__track.is-static { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .club-slider__track.is-slider .club-slider__item {
    flex-basis: calc((100% - 14px) / 2);
    width: calc((100% - 14px) / 2);
  }
}

@media (max-width: 720px) {
  .club-slider__actions { width: 100%; }
  .club-slider__actions a { margin-right: auto; }
}

@media (max-width: 640px) {
  .club-slider__track.is-static { grid-template-columns: 1fr; }
  .club-slider__track.is-slider .club-slider__item {
    flex-basis: min(86vw, 335px);
    width: min(86vw, 335px);
  }
}
