@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--primary: #16a34a;--secondary: #22c55e;--accent: #facc15;--background: #0b1220;--surface: rgba(64, 75, 101, .75);--surface-border: rgba(255, 255, 255, .08);--text-main: #f8fafc;--text-muted: #9ca3af;--border: #1f2933;--success: #22c55e;--error: #ef4444;--glass: rgba(255, 255, 255, .04)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.6;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:2rem}.card{background:var(--surface);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--surface-border);border-radius:22px;padding:2rem;box-shadow:0 12px 32px -8px #00000073;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover{transform:translateY(-6px);box-shadow:0 22px 44px -10px #0009;border-color:#22c55e59}.btn{padding:.85rem 1.9rem;border-radius:999px;border:none;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;letter-spacing:.2px}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#052e16;box-shadow:0 6px 20px #22c55e59}.btn-primary:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 10px 26px #22c55e8c}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px 20px #ef444459}.btn-danger:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 10px 26px #ef44448c}.btn-secondary{background:var(--glass);color:var(--text-main);border:1px solid var(--surface-border)}.btn-secondary:hover{background:#ffffff14;border-color:#facc1566}.sport-selection-loading{min-height:80vh;display:flex;align-items:center;justify-content:center}.sport-selection{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.sport-selection-hero{text-align:center;margin-bottom:4rem}.sport-selection-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,#fff,var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sport-selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;width:100%;max-width:1200px}.sport-selection-card{padding:3rem 2rem;text-align:center;cursor:pointer;border:1px solid rgba(255,255,255,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.sport-selection-icon{width:80px;height:80px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.sport-selection-name{font-size:1.5rem;font-weight:700;margin:0}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;gap:1.5rem}.not-found-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:2rem;padding:3rem 4rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:480px}.not-found-icon{color:var(--primary);opacity:.85}.not-found-code{font-size:5rem;font-weight:800;margin:0;line-height:1;color:var(--primary)}.not-found-title{font-size:1.5rem;font-weight:600;margin:0}.not-found-text{margin:0;opacity:.65;font-size:1rem;line-height:1.6}.not-found-btn{margin-top:.5rem;padding:.75rem 2rem}.landing{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.landing-title{font-size:4rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--secondary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:-1px}.landing-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:4rem;max-width:600px}.landing-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:1200px;margin:0 auto}.landing-card{flex:1 1 300px;max-width:400px;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;position:relative;overflow:hidden}.landing-icon{margin-bottom:1.5rem;background:var(--glass);width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center}.landing-icon-player{color:var(--secondary)}.landing-icon-club{color:var(--accent)}.landing-card-title{font-size:1.5rem;margin-bottom:.5rem}.landing-card-text{font-size:.9rem;margin-bottom:1.5rem}.landing-card-btn{width:100%}.notifications{position:relative}.notifications-trigger{position:relative;padding:.5rem 1rem}.notifications-badge{position:absolute;top:-5px;right:-5px;background:var(--secondary);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;justify-content:center;align-items:center;font-weight:700}.notifications-title{margin-bottom:1rem;border-bottom:1px solid var(--surface-border);padding-bottom:.5rem}.notifications-item{padding:.8rem;border-radius:8px;margin-bottom:.5rem;font-size:.8rem}.notifications-item.is-unread{background:var(--glass);border:1px solid var(--secondary);cursor:pointer}.notifications-item.is-read{background:transparent;border:none;cursor:default}.notifications-message{margin:0;color:var(--text-main)}.notifications-item.is-read .notifications-message{color:var(--text-muted)}.notifications-time{font-size:.65rem;opacity:.5}.image-upload{display:flex;flex-direction:column;align-items:center;gap:.5rem}.image-upload-wrapper{position:relative;cursor:pointer}.image-upload-wrapper.is-disabled{cursor:default}.image-upload-overlay{position:absolute;inset:0;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff}.image-upload-wrapper:not(.is-disabled):hover .image-upload-overlay{opacity:1}.image-upload-help{text-align:center}.image-upload-card{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:var(--glass);border-radius:12px}.loader{width:16px;height:16px;border-radius:50%;background:var(--accent);box-shadow:-26px 0 0 var(--primary),26px 0 0 var(--secondary);animation:wave 1.1s ease-in-out infinite}@keyframes wave{0%,to{transform:translateY(0);opacity:.7}25%{transform:translateY(-6px);opacity:1}50%{transform:translateY(3px);opacity:.85}75%{transform:translateY(-3px);opacity:.95}}.input-field{width:100%;padding:.95rem 1.2rem;border-radius:14px;border:1px solid var(--surface-border);background:#020617b3;color:#fff;margin-bottom:1.2rem;font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #22c55e40;background:#020617e6}input[type=date]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.7;transition:opacity .2s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}nav{background:#020617bf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--surface-border)}.logo-text{font-size:1.6rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,var(--secondary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.6rem}.club-header-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;margin-bottom:1rem}@media(min-width:768px){.club-header-layout.with-sidebar{grid-template-columns:1fr minmax(260px,340px)}}@media(max-width:600px){.grid{grid-template-columns:1fr}.grid-mobile-2{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.card-compact{padding:1.25rem .75rem!important}.card-compact h2,.card-compact h3{font-size:1.1rem!important;margin-bottom:.5rem!important}.card-compact p{font-size:.75rem!important;line-height:1.3!important;margin-bottom:1rem!important}.card-compact .btn{padding:.6rem 1rem!important;font-size:.8rem!important}.icon-box-compact{width:50px!important;height:50px!important;border-radius:12px!important;margin-bottom:1rem!important}.icon-box-compact svg{width:24px!important;height:24px!important}.container{padding:1rem}h1{font-size:2.2rem!important}.responsive-title{font-size:2.4rem!important}.responsive-landing-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.mobile-hide{display:none!important}}.result-row-hover{padding-left:.5rem!important;padding-right:.5rem!important;border-left:3px solid transparent}.result-row-hover:hover{background:#ffffff08;border-left-color:var(--primary)}.animate-fade-in{animation:fadeIn .3s ease-out}.meta-item{display:flex;align-items:center;gap:.1rem;font-size:.8rem;color:var(--text-muted);opacity:.9}.meta-icon{display:flex;align-items:center;justify-content:center;width:17px;height:18px;opacity:.7}.flex-end{display:flex;justify-content:flex-end;align-items:center}@media(max-width:650px){.flex-end{justify-content:flex-start}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.card{padding:1.25rem}body{font-size:14px}h2{font-size:1.8rem!important}}h1,h2,h3{font-weight:800;margin-bottom:1rem;letter-spacing:-.3px}.text-muted{color:var(--text-muted);font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes backgroundFadeIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:fadeIn .45s ease forwards}.bg-layer{position:fixed;inset:0;z-index:-1;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;pointer-events:none}.bg-layer-active{animation:backgroundFadeIn 1.5s ease-out forwards}.bg-layer-zoom{animation:kenBurns 40s linear infinite alternate}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-panel{width:100%;max-width:calc(100vw - 2rem);border:1px solid var(--surface-border);border-radius:20px;padding:1.5rem;background:#0b1220f5;box-shadow:0 16px 38px -20px #00000073,0 0 0 1px #ffffff0a;max-height:calc(100vh - 2rem);overflow-y:auto;animation:fadeIn .18s ease-out}.toast-container{position:fixed;top:100px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-item{min-width:300px;max-width:450px;padding:1rem 1.25rem;border-radius:12px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 10px 25px -5px #0006;color:var(--text-main);font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:auto;animation:toast-in .3s cubic-bezier(.175,.885,.32,1.275) forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toast-item.success{border-left:4px solid #4caf50;background:#4caf501a}.toast-item.error{border-left:4px solid #f44336;background:#f443361a}.toast-item.info{border-left:4px solid var(--secondary);background:rgba(var(--secondary-rgb),.1)}@keyframes toast-in{0%{transform:translate(100%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes toast-out{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.9);opacity:0}}.toast-item.closing{animation:toast-out .25s ease-in forwards}.toast-close{background:none;border:none;color:currentColor;opacity:.5;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.toast-close:hover{opacity:1}.footer{background:#020617d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--surface-border);padding:1rem 0;margin-top:5rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:4rem}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-main);letter-spacing:.5px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:all .2s ease}.footer-links a:hover{color:var(--secondary);transform:translate(4px);display:inline-block}.footer-socials{display:flex;gap:1.2rem}.social-link{color:var(--text-muted);background:var(--glass);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--surface-border);transition:all .25s ease}.social-link:hover{color:var(--secondary);border-color:var(--secondary);transform:translateY(-4px);background:#22c55e1a}.social-icon{display:block}.support-contact{display:flex;flex-direction:column;gap:1rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--surface-border);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--text-main)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-socials{justify-content:center}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-legal{gap:1rem;justify-content:center}}.install-banner{position:fixed;bottom:0;left:0;right:0;z-index:2000;padding:1rem;background:#0b1220f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--surface-border);animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275) forwards}.install-banner-content{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:1rem}.install-icon{width:48px;height:48px;border-radius:12px;box-shadow:0 4px 12px #0000004d}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:600px){.install-banner{padding:.75rem 1rem}.install-banner-content{gap:.75rem}.install-icon{width:40px;height:40px}}.ios-banner{bottom:20px;left:20px;right:20px;border-radius:16px;border:1px solid var(--surface-border);box-shadow:0 12px 40px #00000080;padding:1.25rem}.ios-share-icon{display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8'/%3E%3Cpolyline points='16 6 12 2 8 6'/%3E%3Cline x1='12' y1='2' x2='12' y2='15'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:middle;margin:0 2px}.notifications-dropdown{position:absolute;top:50px;right:0;width:320px;z-index:1000;box-shadow:0 10px 30px #00000080;background:#0b1220fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);max-height:400px;overflow-y:auto;padding:1rem;border:1px solid var(--surface-border);border-radius:16px;animation:fadeIn .2s ease-out}@media(max-width:480px){.notifications-dropdown{position:fixed;top:70px;left:1rem;right:1rem;width:calc(100vw - 2rem);max-height:60vh;padding:1.25rem}}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;align-items:center}.flex-col{display:flex;flex-direction:column}.flex-gap-xs{gap:.4rem}.flex-gap-sm{gap:.5rem}.flex-gap-md{gap:.75rem}.flex-gap-lg{gap:1rem}.flex-gap-xl{gap:1.5rem}.flex-1{flex:1}.full-width{width:100%}.section-mb{margin-bottom:3rem}.mt-auto{margin-top:auto}.section-title{font-size:1.5rem;margin:0}.card-title{font-size:1.25rem;margin:0}.label-sm{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--secondary)}.text-danger{color:#ef4444}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.text-70{opacity:.7}.text-60{opacity:.6}.text-50{opacity:.5}.card-glass{padding:.75rem;background:var(--glass);border-radius:10px}.card-admin-tools{background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:12px;padding:1rem;margin-top:1rem}.card-danger-zone{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.card-passive-warning{background:#ef44441a;border-color:#ef4444;color:#ef4444;margin-bottom:1.5rem}.member-badge{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700;flex-shrink:0}.member-badge--active{background:var(--success);color:#fff}.member-badge--pending{background:var(--glass);color:var(--text-muted)}.member-status-chip{padding:.5rem 1rem;background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3);border-radius:8px;font-weight:700;text-align:center;font-size:.9rem}.join-hint{width:100%;padding:.6rem .8rem;background:#ffffff08;border-radius:10px;text-align:center;font-size:.8rem;color:var(--text-muted);border:1px dashed rgba(255,255,255,.1)}.navbar-inner{display:flex;justify-content:space-between;align-items:center;height:80px}.navbar-logo{cursor:pointer}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.account-menu-wrapper{position:relative}.account-dropdown{position:absolute;right:0;top:42px;width:210px;z-index:1200;background:#0b1220fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:.5rem;border-radius:22px;border:1px solid var(--surface-border);box-shadow:0 12px 32px -8px #00000073}.btn-navbar{font-size:.8rem;padding:.35rem .8rem;display:flex;align-items:center;gap:.5rem}.btn-nav-sm{font-size:.8rem;padding:.5rem 1rem}.btn-menu-item{width:100%;justify-content:flex-start;margin-bottom:.4rem}.btn-menu-item--danger{width:100%;justify-content:flex-start;color:#ff8f8f}.tab-bar{display:flex;flex-wrap:wrap;gap:1rem;border-bottom:1px solid var(--surface-border);margin-bottom:2rem}.tab-btn{padding:.5rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:400;color:var(--text-muted);font-size:1rem;font-family:inherit;transition:color .2s,border-color .2s}.tab-btn--active{border-bottom-color:var(--primary);color:var(--text-main);font-weight:700}.settings-page{max-width:720px;margin:0 auto}.settings-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:var(--glass);border-radius:12px}.settings-club-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#ffffff08;border-radius:8px}.settings-club-info{display:flex;align-items:center;gap:.75rem}.modal-btn-row{display:flex;gap:1rem}.modal-divider{display:flex;align-items:center;gap:.5rem;width:100%}.modal-divider hr{flex:1;opacity:.2;border:none;border-top:1px solid currentColor}.modal-divider-label{font-size:.8rem;opacity:.5}.modal-sm{max-width:420px}.modal-md{max-width:440px}.modal-lg{max-width:480px}.club-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.club-card-actions{display:flex;gap:.5rem}.club-card--managed{border-left:4px solid var(--secondary);cursor:pointer}.club-card--joined{border-left:4px solid var(--primary);cursor:pointer}.club-card--discover{border-left:4px solid var(--accent);cursor:pointer}.install-banner-title{font-weight:700;font-size:.95rem}.install-banner-sub{font-size:.8rem;opacity:.8}.btn-close-icon{background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.contact-link{font-size:.9rem;display:flex;align-items:center;gap:.4rem;opacity:.9;color:var(--text-main);text-decoration:none}.contact-link--accent{color:var(--secondary);opacity:1}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-danger-outline{padding:.35rem .75rem;font-size:.75rem;color:#ef4444;border-color:#ef444433}.btn-danger-large{color:#f44;border-color:#ef444433}.ladder-meta{font-size:.7rem;opacity:.6;display:inline-flex;align-items:center;gap:.3rem}.ladder-dates{font-size:.68rem;opacity:.7;margin-top:.2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.auth-card{max-width:450px;margin:4rem auto;padding:2.5rem;border-radius:24px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 20px 40px -10px #00000080}.auth-error{padding:.75rem;margin-bottom:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--error);border-radius:12px;font-size:.9rem;text-align:center}.auth-info{padding:.75rem;margin-bottom:1rem;background:#4caf501f;border:1px solid rgba(76,175,80,.25);color:var(--text-main);border-radius:12px;font-size:.9rem;text-align:center}.availability-container{background:#020617;border:1px solid var(--surface-border);border-radius:20px;overflow:hidden;position:relative;max-height:480px;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000080;-webkit-user-select:none;user-select:none}.availability-scroll-viewport{overflow:auto;scrollbar-width:none}.availability-scroll-viewport::-webkit-scrollbar{display:none}.availability-grid-wrapper{display:grid;grid-template-columns:50px repeat(var(--day-count, 7),minmax(110px,200px));position:relative;background:transparent}.sticky-header-cell{position:sticky;top:0;z-index:20;background:#0b1220f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.8rem 0;text-align:center;border-bottom:1px solid var(--surface-border)}.sticky-time-cell{position:sticky;left:0;z-index:10;background:#0b1220f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;opacity:.4;height:30px;border-right:1px solid var(--surface-border)}.corner-spacer{position:sticky;top:0;left:0;z-index:30;background:#0b1220;border-bottom:1px solid var(--surface-border);border-right:1px solid var(--surface-border)}.availability-cell{height:30px;position:relative;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.03)}.availability-cell:hover{background:#ffffff05}.hour-line{position:absolute;left:0;right:0;top:0;height:1px;background:#ffffff0d;pointer-events:none}.selection-block{position:absolute;inset:4px;border-radius:8px;z-index:5;pointer-events:none;display:flex;flex-direction:column;padding:6px;font-size:.6rem;font-weight:800;overflow:hidden;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.selection-block.mine{background:#22c55e26;border:1px solid rgba(34,197,94,.4);color:#22c55e;pointer-events:auto;cursor:default}.block-handle{position:absolute;left:0;right:0;height:12px;display:flex;align-items:center;justify-content:center;cursor:ns-resize;background:#ffffff1a;opacity:0;transition:opacity .2s}.selection-block:hover .block-handle{opacity:1}.handle-top{top:0;border-top-left-radius:8px;border-top-right-radius:8px}.handle-bottom{bottom:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.handle-dot{width:20px;height:3px;background:#22c55e;border-radius:2px}.selection-block.opponent{background:#facc1526;border:1px solid rgba(250,204,21,.4);color:#facc15}.selection-block.overlap{background:#fff;color:#052e16;box-shadow:0 0 15px #ffffff80;border:none}.selection-block .block-label{text-transform:uppercase;letter-spacing:.5px;opacity:.9}.day-header-content{display:flex;flex-direction:column;align-items:center;gap:2px}.day-header-name{font-size:.55rem;text-transform:uppercase;color:var(--primary);font-weight:800}.day-header-date{font-size:1.1rem;font-weight:800}.availability-footer{padding:1rem 1.25rem;background:#0000004d;border-top:1px solid var(--surface-border);display:flex;justify-content:space-between;align-items:center}.availability-cell.past{background:#0006;cursor:not-allowed;position:relative}.past-overlay{position:absolute;inset:0;pointer-events:none;z-index:2;background:repeating-linear-gradient(45deg,rgba(255,255,255,.05),rgba(255,255,255,.05) 10px,transparent 10px,transparent 20px)}.selection-block.scheduled-match{background:#ef444426;border:1px solid rgba(239,68,68,.4);color:#ef4444;pointer-events:none;z-index:4}@keyframes pulse{0%{opacity:.3;transform:scale(.98)}50%{opacity:.8;transform:scale(1.02)}to{opacity:.3;transform:scale(.98)}}@media(max-width:600px){.availability-grid-wrapper{grid-template-columns:50px repeat(var(--day-count, 7),minmax(90px,1fr))}}.auth-title{text-align:center;margin-bottom:2rem;font-size:2rem}.auth-options{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.auth-option{display:flex;gap:.9rem;align-items:center;cursor:pointer;font-size:.85rem;color:var(--text-main);padding:.6rem;border-radius:12px;background:var(--glass);border:1px solid var(--surface-border);transition:all .2s}.auth-option:hover{border-color:var(--secondary)}.auth-option-checkbox{position:relative;width:20px;height:20px;min-width:20px}.auth-option-input{opacity:0;position:absolute;cursor:pointer;height:0;width:0}.auth-option-box{position:absolute;top:0;left:0;height:20px;width:20px;background:#ffffff0d;border-radius:6px;border:1px solid var(--surface-border);transition:all .2s;display:flex;align-items:center;justify-content:center}.auth-option-box.is-checked{background:var(--primary);border:none}.auth-option-check{width:12px;height:12px}.auth-options-note{font-size:.75rem;color:var(--text-muted);text-align:center;padding:0 1rem}.auth-google-wrap{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.auth-divider{margin:1.5rem 0;opacity:.5}.auth-divider-label{padding:0 1rem;font-size:.8rem}.auth-form-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;margin-left:.2rem}.auth-primary-btn{width:100%;padding:1rem;font-size:1rem}.auth-secondary-btn{width:100%;margin-top:.75rem}.auth-forgot-row{text-align:right;margin-top:.5rem}.auth-link-btn{background:none;border:none;color:var(--secondary);cursor:pointer;font-size:.85rem}.auth-switch-row{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.auth-switch-btn{background:none;border:none;color:var(--secondary);font-weight:700;cursor:pointer;margin-left:.5rem}.club-card-discover-header{margin-bottom:.5rem}.club-card-discover-title{font-size:1.1rem;margin:0}.club-card-discover-icon{display:inline-flex;align-items:center}.club-card-discover-count{font-weight:700}.club-card-discover-desc{margin-top:.5rem;margin-bottom:1.5rem}.club-card-managed-desc{margin-bottom:.9rem}.club-card-joined-header{align-items:flex-start}.club-card-joined-body{margin-top:1rem}.club-card-joined-label,.club-card-ladder-row{margin-bottom:.5rem}.club-card-no-ladders{font-size:.8rem;font-style:italic}.club-card-pending-note{margin-bottom:1rem}.club-card-joined-footer{padding-top:1rem}.club-create-cta{background:linear-gradient(90deg,var(--glass),transparent);border-left:4px solid var(--secondary)}.club-create-cta-title{margin:0}.club-create-cta-text{font-size:.85rem;margin:0}.club-search-input{width:250px;margin:0}.team-selection-panel{max-width:500px;width:90%;margin:0 1rem}.team-selection-title{margin-bottom:1.5rem}.team-selection-form{display:flex;flex-direction:column;gap:1rem}.team-selection-label{display:block;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.team-selection-input{margin-bottom:0}.team-selection-search{margin-bottom:.5rem;padding:.5rem}.team-selection-select{margin-bottom:0}.team-selection-help{font-size:.75rem;margin-top:.5rem}.team-selection-actions{display:flex;gap:.5rem;margin-top:1rem}.team-selection-actions .btn{flex:1}.availability-block-content{margin-top:8px;display:flex;flex-direction:column;pointer-events:none}.availability-block-label{font-size:.45rem;opacity:.8}.availability-block-time{font-size:.6rem;font-weight:900}.availability-delete-btn{position:absolute;top:50%;right:6px;transform:translateY(-50%);background:#ffffff26;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10}.availability-footer-note{font-size:.65rem;opacity:.6}.availability-clear-btn{font-size:.7rem}.ladder-back-btn{margin-bottom:2rem}.ladder-passive-card{background:#ef44441a;border-color:#ef4444;margin-bottom:2rem;color:#ef4444}.ladder-passive-title{font-size:1.2rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.ladder-passive-text{font-size:.95rem;opacity:.9}.ladder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.ladder-header-left{display:flex;align-items:center;gap:1.5rem}.ladder-title{font-size:2.5rem;margin-bottom:.2rem}.ladder-edit-btn{padding:.5rem;color:var(--primary);background:var(--glass);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ladder-edit-btn:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.ladder-subtitle{margin:0}.ladder-pastdue{margin-bottom:2rem;padding:1.5rem;background:#ff634726;border:1px solid tomato;border-radius:12px}.ladder-pastdue-title{color:tomato;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ladder-pastdue-text{margin-bottom:1rem}.ladder-pastdue-list{display:grid;gap:1rem}.ladder-pastdue-item{display:flex;justify-content:space-between;align-items:center;background:var(--glass);padding:1rem;border-radius:8px}.ladder-pastdue-meta{font-size:.8rem;opacity:.7}.ladder-pastdue-actions{display:flex;gap:.5rem}.ladder-pastdue-report-btn{padding:.5rem 1rem;font-size:.8rem}.ladder-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.ladder-my-team-card{margin-bottom:2rem;border:1px solid var(--primary)}.ladder-my-team-title{margin-bottom:1rem}.ladder-my-team-note{font-size:.85rem;margin-bottom:1rem}.ladder-my-team-badges{display:flex;gap:1rem;margin-bottom:1rem}.ladder-my-team-badge{padding:.6rem .8rem;background:var(--glass);border-radius:8px;font-size:.82rem}.ladder-my-team-row{margin-top:1rem;display:flex;align-items:center;gap:1rem}.ladder-rankings-title{margin-bottom:1.5rem}.ladder-rankings-wrap{position:relative}.ladder-rankings-scroll{display:flex;flex-direction:column;gap:.75rem}.ladder-rank-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--glass);border-radius:12px;border:1px solid var(--surface-border);color:inherit}.ladder-rank-row.is-me{background:var(--primary);border:none;color:#fff}.ladder-rank-left{display:flex;align-items:center;gap:1rem}.ladder-rank-number{font-size:1.5rem;font-weight:900;width:30px}.ladder-rank-name{font-weight:700;display:flex;align-items:center;gap:.5rem}.ladder-rank-status{font-size:.65rem;background:#ffa50033;color:orange;padding:.1rem .4rem;border-radius:4px;margin-left:.5rem;border:1px solid rgba(255,165,0,.3)}.ladder-rank-rating{font-size:.75rem;opacity:.7}.ladder-challenge-btn{padding:.4rem .8rem;font-size:.75rem;background:#fff;color:var(--primary)}.ladder-rank-pin{position:absolute;left:0;z-index:4}.ladder-rank-pin-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--primary);border-radius:12px;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 18px #00000047}.ladder-rank-pin-left{display:flex;align-items:center;gap:1rem}.ladder-rank-pin-number{font-size:1.5rem;font-weight:900;width:30px}.ladder-rank-pin-name{font-weight:700}.ladder-rank-pin-rating{font-size:.75rem;opacity:.92}.ladder-pending-card{margin-bottom:2rem;border:2px solid var(--secondary)}.ladder-pending-title{margin-bottom:1rem;color:var(--secondary)}.ladder-pending-item{padding:1rem;background:var(--glass);border-radius:12px;margin-bottom:1rem}.ladder-pending-teams{text-align:center;font-weight:700;margin-bottom:.5rem}.ladder-pending-status{text-align:center;font-size:.8rem;margin-bottom:1rem}.ladder-pending-status-label{color:var(--secondary);font-weight:700}.ladder-pending-date{text-align:center;font-size:.8rem;margin-bottom:1rem;opacity:.8}.ladder-pending-window{font-size:.78rem;margin-bottom:.65rem;opacity:.85;text-align:center}.ladder-pending-availability{margin-bottom:.65rem;font-size:.74rem;opacity:.88;text-align:center}.ladder-pending-avail-btn{margin-bottom:.6rem}.ladder-pending-availability-btn{width:100%;font-size:.75rem}.ladder-pending-actions{display:flex;gap:.5rem}.ladder-action-btn{flex:1;font-size:.85rem}.ladder-accept-content{display:flex;flex-direction:column;align-items:center;line-height:1.1}.ladder-accept-subtext{font-size:.68rem;font-weight:500;opacity:.9}.ladder-pending-note{font-size:.75rem;text-align:center;width:100%;margin:0}.ladder-upcoming-card{margin-bottom:2rem}.ladder-upcoming-title{margin-bottom:1.5rem}.ladder-upcoming-item{padding:1rem;background:var(--glass);border-radius:12px;margin-bottom:1rem}.ladder-upcoming-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ladder-upcoming-team{font-weight:600}.ladder-upcoming-date{font-size:.8rem;opacity:.6;text-align:center;margin-bottom:1rem}.ladder-upcoming-actions{display:flex;gap:.5rem;flex-wrap:wrap}.ladder-upcoming-report-btn{flex:1;font-size:.75rem}.ladder-results-title{margin-bottom:1.5rem}.ladder-result-row{padding:1rem 0;border-bottom:1px solid var(--surface-border);cursor:pointer;transition:background .2s}.ladder-result-row-main{display:flex;justify-content:space-between;align-items:center}.ladder-result-team{flex:1;font-size:.95rem;display:flex;align-items:center;gap:.5rem;font-weight:400;color:inherit}.ladder-result-team.is-right{text-align:right;justify-content:flex-end}.ladder-result-team.is-winner{font-weight:700;color:var(--primary)}.ladder-result-score{display:flex;flex-direction:column;align-items:center;min-width:70px}.ladder-result-score-pill{font-size:.9rem;font-weight:800;background:var(--glass);padding:.2rem .6rem;border-radius:6px;border:1px solid var(--surface-border)}.ladder-result-details{font-size:.65rem;opacity:.5;margin-top:.2rem}.ladder-result-details-card{margin-top:.75rem;padding:.75rem;background:#ffffff08;border-radius:8px;font-size:.85rem}.ladder-result-set-list{display:flex;justify-content:center;gap:1rem;opacity:.8}.ladder-result-set{display:flex;flex-direction:column;align-items:center}.ladder-result-set-label{font-size:.65rem;margin-bottom:.2rem}.ladder-result-set-score{font-weight:700}.ladder-modal-panel{max-width:600px;padding:1.5rem}.ladder-modal-header{margin-bottom:1.25rem}.ladder-modal-title{margin:0}.ladder-modal-text{margin-bottom:1rem;font-size:.85rem}.ladder-modal-text--spaced{margin-bottom:1.25rem}.ladder-modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.ladder-forfeit-title{margin-bottom:1rem}.ladder-forfeit-text{margin-bottom:2rem;opacity:.8;font-size:.95rem;line-height:1.6}.ladder-report-panel{max-width:500px;padding:2rem}.ladder-report-title{margin-bottom:.5rem}.ladder-report-subtitle{margin-bottom:1rem}.ladder-report-field{margin-bottom:.9rem}.ladder-report-label{display:block;margin-bottom:.5rem}.ladder-report-select{margin:0;max-width:180px}.ladder-report-format-display{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;background:#ffffff0d;border:1px solid var(--surface-border);color:var(--primary)}.ladder-report-sets{display:grid;gap:.45rem}.ladder-report-set-row{display:grid;grid-template-columns:minmax(40px,auto) 1fr auto 1fr auto;gap:.5rem;align-items:center}.ladder-report-set-label{font-size:.78rem;opacity:.8}.ladder-report-input{margin:0;padding:.45rem .5rem}.ladder-report-set-separator{text-align:center;opacity:.9}.ladder-report-remove-btn{padding:.35rem;display:flex;align-items:center;justify-content:center;color:#ff9c9c;border-radius:50%;width:28px;height:28px}.ladder-report-add-btn{margin-top:.65rem;font-size:.78rem}.ladder-team-panel{max-width:500px;padding:1.5rem}.ladder-team-title{margin-bottom:.8rem}.ladder-team-field{margin-bottom:.9rem}.ladder-team-field--compact{margin-bottom:.4rem}.ladder-team-label{display:block;font-size:.82rem;margin-bottom:.35rem}.ladder-team-input{margin:0}.ladder-team-help{font-size:.72rem;margin-top:.3rem}.ladder-team-actions{display:flex;gap:.8rem;margin-top:1rem}.ladder-team-actions .btn{flex:1}.ladder-edit-panel{max-width:550px;padding:2rem}.ladder-modal-actions{display:flex;gap:1rem}.ladder-modal-actions .btn{flex:1}@media(max-width:768px){.ladder-title{font-size:1.8rem}.ladder-edit-panel{width:95%;padding:1.5rem}}.admin-back-btn{margin-bottom:2rem}.admin-title{margin-bottom:2rem;font-size:clamp(1.5rem,5vw,2.2rem)}.admin-card{margin-bottom:2rem}.admin-section-title{margin-bottom:1.5rem}.admin-section-subtitle{font-size:.85rem;margin-bottom:1rem}.admin-avatar-section{margin-bottom:1.5rem}.admin-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.admin-location-field{position:relative}.admin-label{font-size:.8rem;opacity:.8;margin-bottom:.35rem}.admin-input{margin-bottom:0}.admin-location-suggestions{position:absolute;left:0;right:0;top:calc(100% + 6px);background:var(--surface);border:1px solid var(--surface-border);border-radius:10px;z-index:10;max-height:180px;overflow-y:auto}.admin-location-option{width:100%;text-align:left;background:transparent;border:none;color:var(--text-main);padding:.65rem .75rem;cursor:pointer}.admin-section-block{margin-top:1.5rem}.admin-block-label{display:block;font-size:.8rem;opacity:.8;margin-bottom:.75rem}.admin-sports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.admin-sport-btn{font-size:.75rem;padding:.6rem .5rem;text-transform:capitalize;display:flex;flex-direction:column;align-items:center;gap:.4rem;height:auto}.admin-actions{margin-top:1rem}.admin-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.admin-member-request{padding:1rem;border-radius:12px;margin-bottom:1rem}.admin-member-name{font-weight:600}.admin-member-action{padding:.4rem .8rem;font-size:.75rem}.admin-approved-header{margin-bottom:1rem;gap:.75rem}.admin-approved-title{margin:0}.admin-approved-search{margin:0;max-width:160px}.admin-approved-list{display:flex;flex-direction:column;gap:1rem}.admin-approved-row{padding:.8rem;border-bottom:1px solid var(--surface-border)}.admin-member-role{font-size:.75rem;margin-left:.5rem;opacity:.6;text-transform:uppercase}.admin-role-select{padding:.2rem;font-size:.7rem;background:var(--glass);color:var(--text-main);border:1px solid var(--surface-border);border-radius:4px}.admin-empty-note{margin:0}.admin-flex-row{display:flex;gap:1rem;flex-wrap:wrap}.admin-inline-options{display:flex;flex-wrap:wrap;gap:.5rem}.admin-type-btn{font-size:.75rem;padding:.5rem .75rem;text-transform:capitalize;display:flex;align-items:center;gap:.4rem}.admin-category-block{margin-top:.5rem}.admin-category-btn{font-size:.75rem;padding:.4rem .8rem;text-transform:capitalize}.admin-flex-1{flex:1}.admin-label-inline{display:flex;align-items:center;gap:.35rem;font-size:.8rem;opacity:.8;margin-bottom:.35rem}.admin-select{width:100%}.admin-flex-date{flex:1 1 140px}.admin-date-input{width:100%;min-height:45px}.admin-visibility-block{margin:1rem 0}.admin-visibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.admin-visibility-card{padding:.75rem;cursor:pointer;border-radius:10px;border:2px solid transparent;background:#ffffff08;text-align:center;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.25rem}.admin-visibility-card.is-selected{border-color:var(--primary);background:var(--glass)}.admin-visibility-title{font-weight:700;font-size:.8rem}.admin-visibility-subtitle{font-size:.6rem;opacity:.6}.admin-create-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.admin-ladders-list{display:flex;flex-direction:column;gap:1rem}.admin-ladder-row{flex-wrap:wrap;gap:1rem;padding:1rem;border-radius:12px}.admin-ladder-title{font-weight:600}.admin-ladder-actions{display:flex;gap:.5rem;justify-content:flex-end}.admin-ladder-action{padding:.4rem .8rem;font-size:.75rem}.admin-confirm-panel{padding:1.5rem}.admin-confirm-title{margin-bottom:.5rem}.admin-confirm-text{margin-bottom:1rem}@media(max-width:480px){.admin-ladder-actions{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.club-detail-back-btn,.club-detail-header{margin-bottom:2rem}.club-detail-passive-title{font-size:1.1rem;margin-bottom:.5rem}.club-detail-passive-text{font-size:.9rem;opacity:.9}.club-detail-title-row{margin-bottom:1rem}.club-detail-title{font-size:2.5rem;margin-bottom:.2rem}.club-detail-visibility-icon{display:inline-flex;align-items:center}.club-detail-location{font-size:1.1rem}.club-detail-contacts{margin-top:.5rem}.club-detail-description{margin-top:1rem;max-width:600px;line-height:1.6}.club-detail-join-btn{padding:1rem 1.25rem;font-size:1rem}.club-detail-map{height:190px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px -6px #00000059}.club-detail-map-canvas{height:100%;width:100%}.club-detail-section-title{margin-bottom:1.5rem}.club-detail-empty-card{text-align:center}.club-detail-empty-card--large{padding:3rem}.club-detail-empty-card--medium{padding:2rem}.club-detail-ladder-header{margin-bottom:1.25rem}.club-detail-ladder-label{margin-bottom:.2rem;color:var(--primary);font-weight:700;font-size:.7rem}.club-detail-ladder-title{font-size:1.5rem;margin-bottom:1rem}.club-detail-ladder-meta{margin-bottom:1.25rem;padding:.6rem .75rem;background:#00000026;border-radius:12px;border:1px solid var(--surface-border)}.club-detail-ladder-meta-row{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:.5rem}.club-detail-ladder-meta-strong{font-weight:600}.club-detail-ladder-meta-subrow{padding-top:.5rem;border-top:1px solid var(--surface-border);display:flex;gap:1.25rem;flex-wrap:wrap}.club-detail-ladder-meta-subitem{font-size:.75rem;opacity:.8}.club-detail-top-players{margin-bottom:1rem}.club-detail-top-players-label{font-weight:600;margin-bottom:.5rem}.club-detail-top-player{padding:.5rem;background:var(--glass);border-radius:8px;font-size:.85rem}.club-detail-top-player-rank{font-weight:800;opacity:.3}.club-detail-history-title{font-size:1.35rem;margin-bottom:1rem}.club-detail-ended-title{margin-bottom:.3rem}.club-detail-ended-meta{font-size:.75rem;margin-bottom:.75rem}.club-detail-ended-list{display:grid;gap:.5rem}.club-detail-ended-row{background:var(--glass);border-radius:8px;padding:.5rem}.club-detail-ended-rank{width:18px;font-weight:800}.club-detail-search-input{width:250px;margin:0}.club-detail-member-name{margin:0;font-size:1rem}.club-detail-member-role{font-size:.8rem;text-transform:capitalize}.club-detail-modal-title{margin-bottom:1rem}.club-detail-modal-text{margin-bottom:2rem;opacity:.8;font-size:.95rem;line-height:1.6}.club-detail-modal-block{margin-bottom:2rem}.club-creation-flow{max-width:600px;margin:2rem auto;padding:2rem;background:var(--surface);border-radius:16px}.club-creation-title{text-align:center;margin-bottom:2rem}.club-creation-step-title{margin-bottom:1.5rem}.club-creation-form-group{margin-bottom:1.2rem}.club-creation-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.club-creation-location-list{border:1px solid var(--surface-border);border-radius:10px;overflow:hidden;background:var(--glass)}.club-creation-location-item{width:100%;text-align:left;border-radius:0;border:none;border-bottom:1px solid var(--surface-border)}.club-creation-help{font-size:.75rem;margin-top:.35rem}.club-creation-sports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.club-creation-sport-btn{font-size:.8rem;padding:.75rem .5rem;text-transform:capitalize;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:auto}.club-creation-visibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.club-creation-visibility-card{padding:1rem;cursor:pointer;border:2px solid transparent;background:var(--background);text-align:center;transition:all .2s}.club-creation-visibility-card.is-selected{border-color:var(--primary);background:var(--glass)}.club-creation-visibility-icon{margin-bottom:.5rem}.club-creation-visibility-title{font-weight:700;font-size:.9rem}.club-creation-visibility-subtitle{font-size:.7rem;opacity:.7}.club-creation-actions{display:flex;gap:1rem;margin-top:2rem}.club-creation-primary-btn{flex:1}.club-creation-review{background:var(--background);padding:1.5rem;border-radius:8px;margin-bottom:2rem}.club-creation-divider{margin:1rem 0;border-color:var(--surface-border)}.club-creation-review-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700}.club-creation-tiers-loading,.club-creation-tiers-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;color:var(--text-muted)}.club-creation-tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:1rem;margin-bottom:1.5rem}.club-creation-tier-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border:2px solid transparent;border-radius:14px;cursor:pointer;transition:border-color .2s,transform .15s,box-shadow .2s;background:var(--background);position:relative}.club-creation-tier-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000026}.club-creation-tier-card.is-selected{border-color:var(--tier-color, var(--primary));background:var(--glass);box-shadow:0 0 0 4px color-mix(in srgb,var(--tier-color, var(--primary)) 15%,transparent)}.club-creation-tier-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.club-creation-tier-name{font-weight:700;font-size:.95rem;letter-spacing:.02em;text-transform:capitalize}.club-creation-tier-badge{margin-left:auto;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;padding:2px 8px;border-radius:20px}.club-creation-tier-price{display:flex;align-items:baseline;gap:4px}.club-creation-tier-amount{font-size:1.6rem;font-weight:800;line-height:1}.club-creation-tier-period{font-size:.75rem;color:var(--text-muted)}.club-creation-tier-description{font-size:.78rem;color:var(--text-muted);line-height:1.5;margin:0}.club-creation-tier-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.club-creation-tier-features li{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.club-creation-success{max-width:500px;margin:4rem auto;text-align:center;padding:2rem}.club-creation-success-icon{font-size:4rem;margin-bottom:1rem}.club-creation-success-text{margin:1rem 0 2rem}.club-creation-success-error{padding:.75rem;margin-bottom:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--error);border-radius:12px;font-size:.9rem}.legal-page{max-width:800px;margin:0 auto;padding-bottom:4rem}.legal-page--wide{max-width:900px}.legal-back{margin-bottom:2rem}.legal-card{padding:3rem}.legal-title{font-size:2.5rem;margin-bottom:2rem;border-bottom:1px solid var(--surface-border);padding-bottom:1rem}.legal-section{margin-bottom:2.5rem}.legal-section-title{font-size:1.5rem;margin-bottom:1rem}.legal-text{line-height:1.8}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--surface-border);text-align:center}.legal-updated{font-size:.85rem}.rules-hero{text-align:center;margin-bottom:4rem}.rules-title{margin-bottom:0}.rules-subtitle{font-size:1.2rem}.rules-grid{display:grid;gap:2rem}.rules-card{display:flex;gap:2rem;align-items:flex-start}.rules-icon{padding:1.25rem;border-radius:16px}.rules-icon--green{background:#22c55e1a;color:var(--secondary)}.rules-icon--gold{background:#facc151a;color:var(--accent)}.rules-card-title{font-size:1.5rem;margin-bottom:1rem}.rules-card-text{line-height:1.7}.rules-support{margin-top:4rem;text-align:center;background:#ffffff05}.rules-support-title{margin-bottom:1rem}.rules-support-text{margin-bottom:2rem}.rules-support-actions{display:flex;gap:1rem;justify-content:center}.partnerships-page{max-width:1000px;margin:0 auto;padding-bottom:4rem}.partnerships-back{margin-bottom:2rem}.partnerships-hero{text-align:center;margin-bottom:5rem}.partnerships-title{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--secondary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.partnerships-subtitle{font-size:1.25rem;max-width:700px;margin:0 auto}.partnerships-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.partnerships-card{padding:3rem}.partnerships-card-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.partnerships-icon{padding:1rem;border-radius:12px}.partnerships-icon--green{background:#22c55e1a;color:var(--secondary)}.partnerships-icon--gold{background:#facc151a;color:var(--accent)}.partnerships-card-title{font-size:1.75rem;margin:0}.partnerships-list{list-style:none;padding:0;display:grid;gap:1rem}.partnerships-list-item{display:flex;gap:1rem;align-items:center}.partnerships-card-btn{margin-top:2.5rem;width:100%}.partnerships-feature-card{text-align:center;padding:2rem}.partnerships-feature-icon{margin-bottom:1rem;opacity:.6}.partnerships-feature-title{margin-bottom:.5rem}.partnerships-feature-text{font-size:.85rem}.partnerships-cta{margin-top:5rem;text-align:center}.partnerships-cta-title{margin-bottom:1.5rem}.partnerships-cta-text{margin-bottom:2.5rem}.partnerships-cta-btn{padding:1.25rem 3rem}.cookie-page{max-width:800px;margin:0 auto;padding-bottom:4rem}.cookie-back{margin-bottom:2rem}.cookie-card{padding:3rem}.cookie-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.cookie-title{font-size:2.5rem;margin:0}.cookie-intro{margin-bottom:2rem;line-height:1.8}.cookie-settings{display:grid;gap:1.5rem;margin-bottom:3rem}.cookie-setting{padding:1.5rem;background:#ffffff05;display:flex;justify-content:space-between;align-items:center}.cookie-setting-title{font-size:1.1rem;margin-bottom:.25rem}.cookie-setting-text{font-size:.85rem}.cookie-setting-status{color:var(--secondary);font-weight:700}.cookie-toggle-btn{padding:.5rem 1rem;font-size:.8rem;min-width:100px}.cookie-actions{display:flex;gap:1rem;justify-content:flex-end}.cookie-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--surface-border);text-align:center}.cookie-updated{font-size:.85rem}.settings-back{margin-bottom:2rem}.settings-title,.settings-subtitle{margin-bottom:1rem}.settings-grid{display:grid;gap:.75rem;margin-bottom:1rem}.settings-section-title{font-weight:700;margin-bottom:.5rem;font-size:.9rem}.settings-section-title--spaced{margin-bottom:.75rem}.settings-row{display:flex}.settings-gender-btn{padding:.4rem 1rem;font-size:.8rem;text-transform:capitalize;cursor:not-allowed}.settings-note{margin-top:.5rem}.settings-calendar-card{display:flex;flex-direction:column}.calendar-url-display{display:flex;align-items:center;background:#ffffff0d;border-radius:8px;padding:.5rem .75rem;margin-top:.5rem;border:1px solid rgba(255,255,255,.1);word-break:break-all}.calendar-url-display code{flex:1;font-size:.75rem;color:var(--secondary);margin-right:.5rem}.btn-icon{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#ffffff1a;color:var(--primary)}.btn-icon.success{color:#4caf50}.mb-sm{margin-bottom:.5rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.settings-list{display:grid;gap:.5rem}.settings-club-name{font-size:.9rem;font-weight:500}.settings-admin-title{color:var(--secondary)}.settings-admin-text{margin-bottom:1rem}.settings-admin-btn{font-size:.85rem;padding:.6rem}.settings-actions{display:flex;margin-top:1rem}.settings-danger-title{margin-bottom:.5rem}.settings-danger-text{margin-bottom:1rem}
