.poker-clubs-page{background-color:#09152f;min-height:100vh}.poker-clubs-container{display:flex;padding-top:80px;padding-bottom:80px;max-width:1172px;margin:0 auto;padding-left:16px;padding-right:16px;gap:11px}.poker-clubs-list{width:50.5%;display:flex;flex-direction:column;gap:16px}.poker-club-item{display:flex;background:#173476;border-radius:8px;overflow:hidden;min-height:177px;flex-shrink:0;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background-color .3s;cursor:pointer}.poker-club-item.active{background-color:#09214c}.poker-club-image{width:194px;min-height:100%;flex-shrink:0}.poker-club-image img{width:100%;height:100%;object-fit:cover}.poker-club-details{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:8px;flex-grow:1;color:#fff;font-family:Montserrat,sans-serif;position:relative}.poker-club-title{font-size:16px;font-weight:600;margin:0 0 4px 0;color:#fff;text-transform:uppercase;font-family:Montserrat,sans-serif;line-height:140%}.poker-club-info-row{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:140%;font-weight:400;color:#f9f9f9;max-width:280px}.info-list{display:flex;flex-direction:column}.info-text{color:#f9f9f9;text-decoration:none}.poker-club-info-row.email .info-text:hover{text-decoration:underline}.icon-placeholder{width:16px;height:16px;display:inline-block;flex-shrink:0;margin-top:3px;background-size:contain;background-repeat:no-repeat;background-position:center}.address-icon{background-image:url("../../img/address-icon.svg")}.phone-icon{background-image:url("../../img/phone-icon.svg")}.email-icon{background-image:url("../../img/email-icon.svg")}.link-icon{background-image:url("../../img/external-link-icon.svg")}.map-trigger{display:flex;padding:var(--spacing-md,8px);justify-content:center;align-items:center;background-color:#316ef7;width:36px;height:36px;background-image:url("../../img/navigation-icon.svg");background-size:20px 20px;background-repeat:no-repeat;background-position:center;border:none;border-radius:4px;cursor:pointer;position:absolute;right:16px;top:16px}.poker-club-action{margin-top:4px}.tournaments-link{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:underline;font-weight:600;font-size:16px;line-height:100%;padding-left:28px;flex-grow:1}.tournaments-link:hover{text-decoration:none}.poker-clubs-map-container{width:48.5%;position:sticky;top:20px;background:#e5e5e5;border-radius:8px;height:calc(100vh - 110px);overflow:hidden;max-height:840px}#poker-clubs-map{width:100%;height:100%}.no-clubs{color:#fff;text-align:center;margin-top:40px}@media (max-width:1024px){.poker-clubs-list{width:50%}.poker-clubs-map-container{width:50%}.poker-club-title{font-size:14px}.poker-club-info-row{font-size:14px}.tournaments-link{font-size:14px}.poker-club-item{flex-direction:column;height:auto}.poker-club-image{width:100%;height:180px;min-height:auto}.map-trigger{position:absolute;bottom:16px;right:16px;top:auto;margin:0}}@media (max-width:767px){.poker-clubs-container{flex-direction:column;height:100dvh;overflow:hidden;padding:0;gap:0}.poker-clubs-list{display:none}.poker-clubs-map-container{width:100%;height:100%;order:-1;position:relative;top:auto;border-radius:0}.mobile-drawer{display:flex;flex-direction:column;position:fixed;top:80px;left:0;right:0;z-index:100;height:calc(100dvh - 80px);background:#09152f;border-radius:16px 16px 0 0;transform:translateY(calc(100% - 110px));transition:transform .35s cubic-bezier(.4, 0, .2, 1);will-change:transform}.mobile-drawer.drawer-open{transform:translateY(0);overflow:hidden;border-radius:0}.mobile-drawer.drawer-collapsed{transform:translateY(calc(100% - 110px))}.mobile-drawer.drawer-hidden{transform:translateY(calc(100% - 60px))}.mobile-drawer-handle{display:flex;justify-content:center;padding:12px 0 12px;cursor:grab;flex-shrink:0}.drawer-handle-bar{width:40px;height:4px;background:#535374;border-radius:2px}.mobile-drawer-header{display:flex;justify-content:center;align-items:center;padding:0 16px 20px;position:relative;flex-shrink:0}.mobile-drawer-title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0}.mobile-drawer-close{position:absolute;right:16px;top:-3px;background:0 0;border:none;cursor:pointer;padding:0;display:none}.mobile-drawer.drawer-open .mobile-drawer-close{display:block}.mobile-drawer-content{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 16px 16px;display:flex;flex-direction:column;gap:16px}.mobile-drawer-content .mobile-club-card{flex-direction:column;height:auto;min-height:auto}.mobile-drawer-content .mobile-club-card .poker-club-image{width:100%;height:200px;min-height:auto}.mobile-drawer-content .mobile-club-card .poker-club-details{padding:16px}.mobile-drawer-content .mobile-club-card .poker-club-title{font-size:14px}.mobile-drawer-content .mobile-club-card .poker-club-info-row{font-size:14px}.mobile-drawer-content .mobile-club-card .tournaments-link{font-size:14px}.mobile-drawer-content .mobile-club-card .map-trigger{bottom:16px;right:16px;top:auto}.mobile-map-popup{display:none;position:fixed;bottom:76px;left:16px;right:16px;z-index:110;background:#09214c;border-radius:16px;padding:20px 16px 24px}.mobile-map-popup.popup-visible{display:block}.mobile-popup-close{position:absolute;right:16px;top:20px;background:0 0;border:none;cursor:pointer;padding:0}.mobile-popup-content{color:#f9f9f9;font-family:Montserrat,sans-serif}.popup-club-title{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;margin:0 0 12px 0;line-height:1.4;padding-right:32px}.popup-info-row{display:flex;align-items:center;gap:12px;font-size:16px;line-height:1.4;color:#f9f9f9;margin-bottom:8px}.popup-info-text{color:#f9f9f9;text-decoration:none}a.popup-info-text:hover{text-decoration:underline}.popup-action{display:flex;align-items:center;justify-content:flex-end;margin-top:8px}.popup-action .tournaments-link{padding-left:28px}.popup-map-trigger{display:flex;padding:8px;justify-content:center;align-items:center;background-color:#316ef7;width:36px;height:36px;background-image:url("../../img/navigation-icon.svg");background-size:20px 20px;background-repeat:no-repeat;background-position:center;border:none;border-radius:8px;cursor:pointer;position:static}}@media (min-width:768px){.mobile-drawer,.mobile-map-popup{display:none!important}}