:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6fa;color:#172033}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.page{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-panel,.panel,.public-registration{border:1px solid #d7deea;border-radius:8px;background:#fff;box-shadow:0 24px 70px #17203314}.auth-panel{width:min(100%,620px);padding:34px}.app-icon{width:96px;height:auto;margin-bottom:18px}.tournament-logo{display:block;width:auto;height:auto;object-fit:contain;border-radius:8px}.language-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.install-hint{position:relative}.install-hint-text{position:absolute;z-index:3;top:calc(100% + 8px);left:0;width:max(220px,100%);border:1px solid #d7deea;border-radius:8px;background:#fff;box-shadow:0 12px 30px #1720331f;padding:10px 12px;color:#364258;font-size:.85rem}.language-select{display:flex;align-items:center;gap:8px;position:relative;color:#53627a;font-size:.8rem;font-weight:800}.language-menu{position:absolute;z-index:60;top:calc(100% + 6px);right:0;display:flex;gap:4px;padding:6px;border:1px solid #c7cfe0;border-radius:10px;background:#fff;box-shadow:0 10px 24px #17203329}.language-menu .language-flag-button{opacity:1}.language-flag-button{border:1px solid transparent;background:none;border-radius:8px;padding:2px 4px;font-size:1.2rem;line-height:1;cursor:pointer;opacity:.55}.language-flag-button.active{opacity:1;border-color:#c7cfe0;background:#eef1f8}.eyebrow{margin:0 0 12px;color:#53627a;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:12px;font-size:2.25rem;line-height:1.05}h2{margin-bottom:0;font-size:1.2rem}.subtitle,.muted,small{color:#53627a;line-height:1.55}.form{display:grid;gap:16px;margin-top:24px}.form.dense{gap:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}label{display:block;color:#364258;font-size:.92rem;font-weight:700}label>input:not([type=checkbox]):not([type=radio]),label>select,label>textarea,label>.password-field{display:block;margin-top:7px}.required-mark{color:#d1453b}input,select,textarea{width:100%;min-height:44px;border:1px solid #c7d0df;border-radius:6px;background:#fff;color:#172033;padding:10px 12px}textarea{min-height:92px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#1677ff;outline:3px solid rgb(22 119 255 / 18%)}.password-field{position:relative}.password-field input{padding-right:84px}.password-toggle{position:absolute;top:50%;right:6px;transform:translateY(-50%);border:0;background:transparent;color:#1677ff;font-size:.85rem;font-weight:700;padding:6px 8px;cursor:pointer}.button{min-height:40px;border-radius:6px;border:1px solid transparent;padding:8px 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px}.button-spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;opacity:.75;animation:button-spin .6s linear infinite;flex-shrink:0}@keyframes button-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.button-spinner{animation:none}}.button-primary{background:#1677ff;color:#fff}.button-secondary{border-color:#c7d0df;background:#fff;color:#172033}.button-danger{border-color:#f0b7b7;background:#fff;color:#a92d2d}.link-button{min-height:32px;border:0;background:transparent;color:#0a5fd1;padding:0;text-align:left;font-weight:800}.google-login-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:40px;border:1px solid #c7d0df;border-radius:6px;background:#fff;color:#172033;padding:8px 14px;font-weight:800}.google-login-button:hover,.google-login-button:focus-visible{border-color:#1677ff;background:#f7fbff}.google-login-button:focus-visible{outline:3px solid rgb(22 119 255 / 18%)}.google-login-button span{display:grid;place-items:center;width:22px;height:22px;border:1px solid #d7deea;border-radius:999px;color:#0a5fd1;font-weight:900}.facebook-login-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:40px;border:1px solid #c7d0df;border-radius:6px;background:#fff;color:#172033;padding:8px 14px;font-weight:800}.facebook-login-button:hover,.facebook-login-button:focus-visible{border-color:#1877f2;background:#f5f9ff}.facebook-login-button:focus-visible{outline:3px solid rgb(24 119 242 / 18%)}.facebook-login-button span{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#1877f2;color:#fff;font-weight:900}.feedback{margin:16px auto;max-width:1180px;border-radius:6px;padding:10px 12px;font-weight:700}.feedback.error{background:#ffecec;color:#9d2424}.feedback.success{background:#eaf8ef;color:#206f3b}.feedback.offline{background:#fff4e0;color:#8a5a00}.field-invalid{border:2px solid #c62828!important;background:#fff0f0;box-shadow:0 0 0 1px #c62828}.field-invalid:focus{outline-color:#c62828}.field-invalid-label{color:#c62828;font-weight:700}.app-shell{min-height:100vh;padding:28px}.api-key-secret-box{margin-top:16px;padding:12px 14px;border-radius:6px;background:#fff8e1;border:1px solid #e8c766}.api-key-secret-box code{display:block;margin-top:6px;padding:8px;background:#fff;border-radius:4px;word-break:break-all}.topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin:0 auto 18px;padding-block:14px;max-width:1180px;background:#f4f6fa}.topbar-actions{position:relative;display:flex;align-items:center;justify-self:end;gap:10px;flex-shrink:0}.topbar-actions-scroll{display:contents}.topbar .language-select>.language-flag-button{display:grid;place-items:center;width:44px;height:44px;padding:0}.hamburger-btn{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:1px solid #bcc8d9;border-radius:6px;background:#fff;color:#172033;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.hamburger-btn:hover{border-color:#1677ff;background:#f7fbff}.hamburger-btn:focus-visible{border-color:#1677ff;outline:3px solid rgb(22 119 255 / 18%)}.hamburger-btn[aria-expanded=true]{border-color:#1677ff;background:#ecf4ff;box-shadow:0 0 0 3px #1677ff1f}.left-menu-btn{display:grid;place-items:center;justify-self:start;width:44px;height:44px;flex-shrink:0;border:1px solid #bcc8d9;border-radius:6px;background:#fff;color:#172033;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.left-menu-btn:hover{border-color:#1677ff;background:#f7fbff}.left-menu-btn:focus-visible{border-color:#1677ff;outline:3px solid rgb(22 119 255 / 18%)}.left-menu-btn[aria-expanded=true]{border-color:#1677ff;background:#ecf4ff;box-shadow:0 0 0 3px #1677ff1f}.left-menu-icon{width:22px;height:22px;fill:currentColor}.left-panel-backdrop{position:fixed;inset:0;z-index:13;background:#17203359;opacity:0;pointer-events:none;transition:opacity .22s ease}.left-panel-backdrop.open{opacity:1;pointer-events:auto}.left-panel{position:fixed;top:0;left:0;z-index:14;height:100vh;width:min(300px,85vw);display:grid;gap:10px;align-content:start;padding:18px 16px;background:#fff;box-shadow:0 24px 70px #17203333;transform:translate(-100%);transition:transform .22s ease}.left-panel.open{transform:translate(0)}.left-panel-link{display:flex;align-items:center;gap:12px;min-height:48px;border:0;border-radius:6px;background:#f4f6fa;color:#172033;padding:10px 14px;text-align:left;font-weight:800}.left-panel-link:hover{background:#ecf4ff}.left-panel-link svg{flex-shrink:0;width:22px;height:22px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.search-menu{position:static}.search-menu-btn{display:grid;place-items:center;width:44px;height:44px;border:1px solid #bcc8d9;border-radius:6px;background:#fff;color:#172033;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.postbox-menu{position:static}.postbox-btn{position:relative;display:grid;place-items:center;width:44px;height:44px;border:1px solid #bcc8d9;border-radius:6px;background:#fff;color:#172033}.postbox-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.postbox-btn:hover,.postbox-btn[aria-expanded=true]{border-color:#1677ff;background:#ecf4ff}.postbox-badge{position:absolute;top:-7px;right:-7px;min-width:19px;padding:2px 5px;border-radius:999px;background:#c21d32;color:#fff;font-size:.68rem;font-weight:800}.postbox-panel{position:absolute;z-index:12;top:calc(100% + 8px);right:0;display:grid;gap:14px;width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 110px);overflow:auto;padding:18px;border:1px solid #d7deea;border-radius:8px;background:#fff;box-shadow:0 24px 70px #17203329}.postbox-panel h2,.postbox-panel h3{margin:0}.postbox-compose{gap:8px}.postbox-section{display:grid;gap:8px}.postbox-todo{display:block;width:100%;margin:0;padding:9px;border:none;border-radius:6px;background:#fff8e8;color:inherit;text-align:left;cursor:pointer}.postbox-todo:hover{background:#ffefc4}.postbox-message{display:grid;gap:3px;width:100%;padding:10px;border:1px solid #d7deea;border-radius:6px;background:#fff;color:inherit;text-align:left}.postbox-message.unread{border-color:#1677ff;background:#f3f8ff}.postbox-panel .hint{margin:4px 0 0;font-size:.85rem;color:#53627a}.postbox-message small{color:#66758c}.push-migration-notice{max-width:680px;margin:0 auto 18px}.push-migration-notice h2{margin-top:0}.search-menu-btn:hover{border-color:#1677ff;background:#f7fbff}.search-menu-btn:focus-visible{border-color:#1677ff;outline:3px solid rgb(22 119 255 / 18%)}.search-menu-btn[aria-expanded=true]{border-color:#1677ff;background:#ecf4ff;box-shadow:0 0 0 3px #1677ff1f}.search-icon{position:relative;width:17px;height:17px;border:2px solid currentColor;border-radius:999px}.search-icon:after{content:"";position:absolute;right:-7px;bottom:-5px;width:9px;height:2px;border-radius:999px;background:currentColor;transform:rotate(45deg);transform-origin:left center}.search-menu-backdrop{position:fixed;inset:0;z-index:10;background:transparent}.search-menu-panel{position:absolute;z-index:12;top:calc(100% + 8px);right:0;display:grid;gap:16px;width:min(560px,calc(100vw - 56px));max-height:calc(100vh - 120px);overflow:auto;border:1px solid #d7deea;border-radius:8px;background:#fff;box-shadow:0 24px 70px #17203329;padding:18px}.search-menu-panel .feedback{margin:0;max-width:none}.hamburger-icon{position:relative;display:grid;gap:5px;width:22px}.hamburger-icon:before{content:"";position:absolute;top:50%;left:-5px;width:4px;height:4px;border-radius:999px;background:#1677ff;transform:translateY(-50%)}.hamburger-icon span{display:block;width:22px;height:2px;border-radius:999px;background:currentColor;transition:opacity .14s ease,transform .14s ease}.hamburger-btn[aria-expanded=true] .hamburger-icon:before{opacity:0}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer-backdrop{position:fixed;inset:0;z-index:10;background:#17203359}.nav-drawer{position:absolute;z-index:11;top:calc(100% + 8px);right:0;display:grid;gap:10px;width:min(280px,90vw);border:1px solid #d7deea;border-radius:8px;background:#fff;box-shadow:0 24px 70px #17203329;padding:16px}.drawer-user{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px;border-bottom:1px solid #e2e7f0;color:#53627a}.drawer-link{min-height:40px;border:0;border-radius:6px;background:#f4f6fa;color:#172033;padding:8px 12px;text-align:left;font-weight:800}.drawer-link.active{background:#1677ff;color:#fff}.drawer-menu-section{display:grid;gap:10px}.drawer-menu-section-admin,.drawer-menu-section-account{padding-top:10px;border-top:1px solid #e2e7f0}.drawer-section-title{margin:0;color:#53627a;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.drawer-legal-links{display:flex;gap:14px;padding-top:10px;border-top:1px solid #e2e7f0}.drawer-legal-links .link-button{font-size:.85rem;font-weight:700;color:#53627a}.location-autocomplete{position:relative}.location-autocomplete-results{z-index:1000;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid #c7d0df;border-radius:6px;box-shadow:0 8px 20px #17203326;max-height:260px;overflow-y:auto}.location-autocomplete-results li{margin:0}.location-autocomplete-results button{display:block;width:100%;min-height:44px;text-align:left;padding:8px 10px;border:0;border-radius:4px;background:transparent;color:#172033;font-weight:400;cursor:pointer}.location-autocomplete-results button:hover,.location-autocomplete-results button.active{background:#eef1f8}.location-autocomplete-status{margin:6px 0 0;font-size:.85rem}.location-autocomplete-status.success{color:#1f7a4d}.location-autocomplete-status.hint{color:#a15c00}.recipient-picker{position:relative}.recipient-picker-results{z-index:1000;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid #c7d0df;border-radius:6px;box-shadow:0 8px 20px #17203326;max-height:320px;overflow-y:auto}.recipient-picker-empty{padding:8px 10px}.recipient-picker-group{margin:0}.recipient-picker-group ul{margin:0;padding:0;list-style:none}.recipient-picker-group li{margin:0;display:flex;align-items:center;gap:4px}.recipient-picker-section-heading{display:block;padding:6px 10px 2px;font-size:.75rem;font-weight:700;color:#53627a;text-transform:uppercase}.recipient-picker-option{flex:1;display:block;width:100%;min-height:44px;text-align:left;padding:8px 10px;border:0;border-radius:4px;background:transparent;color:#172033;font-weight:400;cursor:pointer}.recipient-picker-option:hover,.recipient-picker-option.active{background:#eef1f8}.recipient-picker-star{flex:0 0 auto;min-width:32px;min-height:32px;border:0;background:transparent;cursor:pointer;font-size:1.1rem;color:#a15c00}.checkbox-field{display:flex;flex-direction:row;align-items:flex-start;gap:8px;min-height:44px}.website-field{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.checkbox-field input{flex:0 0 auto;width:20px;height:20px;min-height:0;margin-top:2px}.checkbox-row{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:28px}.checkbox-row input{width:16px;height:16px;min-height:0;padding:0}.home-tournaments{max-width:1180px;margin:0 auto}.home-finder{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:stretch;margin-bottom:20px}.home-finder-copy,.home-finder-stats,.home-search-panel,.empty-state{border:1px solid #d7deea;border-radius:8px;background:#fff}.home-finder-copy{display:grid;align-content:center;min-height:220px;padding:30px;background:linear-gradient(135deg,#eff7fff0,#fffffff0),url(/icons/logo.png) right 28px center / 150px auto no-repeat}.home-finder-copy h2{max-width:620px;margin-bottom:12px;font-size:2.05rem;line-height:1.1}.home-finder-copy .subtitle{max-width:560px;margin-bottom:0}.home-finder-stats{display:grid;gap:10px;padding:10px;background:transparent;border:0}.home-finder-stats button{display:grid;align-content:center;min-height:72px;padding:16px 18px;background:#fff;border:1px solid #c7d0df;border-radius:8px;box-shadow:0 1px 2px #1720330f;color:inherit;text-align:left;font:inherit;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.home-finder-stats button:hover:not(:disabled){background:#f7fbff;border-color:#1677ff;box-shadow:0 4px 10px #1677ff24;transform:translateY(-1px)}.home-finder-stats button:active:not(:disabled){background:#eef6ff;box-shadow:0 1px 2px #17203314;transform:translateY(0)}.home-finder-stats button:focus-visible{outline:3px solid rgb(22 119 255 / 18%);outline-offset:2px}.home-finder-stats button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.home-finder-stats strong{color:#172033;font-size:1.2rem;line-height:1.2}.home-finder-stats span{color:#53627a;font-size:.82rem;font-weight:800}.home-search-panel{display:grid;gap:16px;margin-bottom:22px;padding:18px}.home-search-field input[type=search]{min-height:50px}.home-search-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.home-radius-search{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.home-radius-search .home-search-field{flex:1 1 220px}.search-origin-label{color:#53627a;font-size:.85rem;font-weight:700}.home-results-title{align-items:flex-end}.home-results-title .eyebrow{margin-bottom:6px}.load-more-wrap{display:flex;justify-content:center;margin-top:18px}.filter-panel{display:grid;gap:12px;margin-top:2px;padding:16px;border:1px solid #d7deea;border-radius:8px;background:#f8fafc}.filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.filter-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.tournament-card-list{display:grid;gap:12px}.tournament-card-list.compact{gap:10px}.tournament-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #dfe6f0;border-radius:8px;background:#fff;padding:14px;box-shadow:0 10px 26px #1720330d}.tournament-card-main{display:grid;grid-template-columns:160px minmax(0,1fr);gap:14px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left}.tournament-card-logo{width:40px;height:40px;flex-shrink:0;border-radius:8px;object-fit:contain;background:#fff}.tournament-card-date{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:72px;border-radius:8px;background:#f4f6fa;padding:12px}.tournament-card-date.has-logo{justify-content:space-between}.tournament-card-date-text{display:grid;gap:4px;min-width:0}.tournament-card-date strong{color:#172033;line-height:1.2}.tournament-card-date small,.tournament-card-copy small{color:#53627a;line-height:1.35}.tournament-card-copy{display:grid;align-content:center;gap:4px;min-width:0}.tournament-card-copy strong{overflow-wrap:anywhere}.tournament-card-copy span{color:#364258;overflow-wrap:anywhere}.distance-badge{display:inline-flex;align-items:center;width:fit-content;gap:6px;margin-top:2px;border:1px solid #94bce8;border-radius:999px;background:#eaf4ff;color:#0c4f8a;padding:4px 9px;font-size:.85rem;line-height:1.2}.distance-badge strong{font-weight:700}.tournament-card-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.empty-state{display:grid;gap:10px;justify-items:start;margin-bottom:12px;padding:22px}.empty-state strong{font-size:1.05rem}.tournament-detail-page{display:grid;gap:18px;max-width:900px;margin:0 auto}.tournament-detail-heading{padding:4px 4px 0}.tournament-detail-heading .eyebrow{margin-bottom:4px}.tournament-detail-heading h1{margin:0;overflow-wrap:anywhere}.tournament-detail-meta{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0;color:#53627a;font-weight:700}.tournament-detail-tabs{display:flex;gap:8px;padding:8px;border:1px solid #d7deea;border-radius:8px;background:#fff}.tournament-detail-tab{flex:1;min-height:40px;border:0;border-radius:6px;background:transparent;color:#53627a;font-weight:800}.tournament-detail-tab.active{background:#1677ff;color:#fff}.tournament-info-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.tournament-info-top .tournament-icon-bar{justify-content:flex-start;margin:0}.tournament-info-logo{max-width:44px;max-height:44px;flex:0 1 44px}.participants-list{display:grid;gap:10px;margin-top:12px}.participants-row{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:#17203373;padding:20px}.modal-panel{position:relative;width:min(100%,480px);max-height:90vh;overflow-y:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #17203333;padding:28px}.modal-panel--wide{width:min(100%,760px)}.modal-backdrop--nested{z-index:60}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.form-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.form-section-header span{font-weight:700;color:#364258;font-size:.92rem}.help-btn{border:1px solid #c7d0e0;background:#f4f6fa;color:#364258;border-radius:999px;padding:4px 12px;font-size:.85rem;font-weight:700;cursor:pointer}.help-btn:hover{background:#e9edf5}.table-scroll{overflow-x:auto}.matrix-table{border-collapse:collapse;width:100%;min-width:480px;font-size:.9rem}.matrix-table th,.matrix-table td{border:1px solid #dde3ef;padding:8px 10px;text-align:left;vertical-align:top}.matrix-table th{background:#f4f6fa}.matrix-table td.yes{color:#1a7f37}.matrix-table td.no{color:#b3261e}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;border-radius:999px;background:#f4f6fa;color:#364258;font-size:1.2rem;line-height:1}.topbar h1{margin-bottom:0}.brand{display:flex;align-items:center;justify-self:center;gap:14px}.brand-link{border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer;border-radius:8px}.brand-link:focus-visible{outline:3px solid rgb(22 119 255 / 18%);outline-offset:4px}.brand-logo{width:48px;height:auto}.account{display:flex;align-items:center;gap:12px;color:#53627a}.account strong,.role,.status{border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:800}.account strong{background:#ecf4ff;color:#0a5fd1}.single-column{display:grid;gap:20px;margin:0 auto;max-width:1180px;grid-template-columns:1fr}.user-management{display:grid;gap:20px;margin:0 auto;max-width:1180px}.user-management-header{display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,2fr);gap:20px;align-items:end}.user-management-header h2{margin-bottom:6px;font-size:1.5rem}.user-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.user-stat{min-height:74px;border:1px solid #d7deea;border-radius:8px;background:#fff;padding:12px}.user-stat span{display:block;color:#53627a;font-size:.78rem;font-weight:800}.user-stat strong{display:block;margin-top:6px;color:#172033;font-size:1.4rem;line-height:1}.user-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:end}.user-toolbar input[type=search]{flex:2 1 220px}.user-toolbar label{flex:1 1 170px;gap:5px;font-size:.78rem}.user-toolbar .button{flex:0 0 auto;min-height:44px}.user-row{grid-template-columns:minmax(220px,1fr) minmax(190px,auto) auto}.panel,.public-registration{padding:24px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.counter{border-radius:999px;background:#edf0f6;color:#53627a;min-width:32px;padding:5px 9px;text-align:center;font-weight:800}.user-list{display:grid;gap:12px;margin-top:20px}.data-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;border:1px solid #e2e7f0;border-radius:8px;padding:14px}.data-row.selected{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.data-row input[type=checkbox]{width:20px;height:20px;min-height:0;margin:0;padding:0}.row-main{display:grid;gap:4px;min-width:0;border:0;background:transparent;color:inherit;padding:0;text-align:left}.data-row div:first-child{display:grid;gap:3px;min-width:0}.data-row span{color:#53627a;overflow-wrap:anywhere}.badges,.row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.row-actions.stretch{display:grid;grid-template-columns:1fr 1fr;margin-top:14px}.role{background:#edf0f6;color:#53627a}.role-admin,.status-draft{background:#fff0d6;color:#8b5200}.role-user,.status-registration,.registration-confirmed{background:#eaf8ef;color:#206f3b}.role-turnierleiter,.status-running,.registration-pending{background:#ecf4ff;color:#0a5fd1}.status-finished,.registration-cancelled{background:#ffecec;color:#9d2424}.registration-waitlist{background:#fff3e7;color:#995800}.vip-badge{color:#c9971c;margin-right:4px;font-size:.9em}.license-badge{margin-right:4px;font-size:.9em}.tournament-icon-bar{display:flex;justify-content:center;gap:12px;margin:0 0 16px}.icon-bar-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid #dde2ee;background:#fff;font-size:1.25rem;line-height:1;text-decoration:none;cursor:pointer}.icon-bar-button:hover{background:#eef1f8}.public-registration{margin-top:18px;box-shadow:none}.public-registration--embedded{margin-top:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}@media(max-width:920px){.account,.user-management-header,.home-finder{align-items:stretch;display:grid;grid-template-columns:1fr}.user-toolbar{flex-direction:column;align-items:stretch}.user-toolbar input[type=search],.user-toolbar label,.user-toolbar .button{flex:0 0 auto}.user-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-row{grid-template-columns:1fr}.badges,.row-actions,.tournament-card-meta{justify-content:stretch}.row-actions{display:grid;grid-template-columns:1fr 1fr}.tournament-card{grid-template-columns:1fr}.tournament-card-meta{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:560px){.app-shell,.page{padding:14px}.brand-text{display:none}.topbar{gap:8px;padding-block:10px}.topbar-actions{gap:4px;width:max-content;min-width:100%;justify-content:flex-end}.postbox-badge{top:2px;right:2px;min-width:17px;padding:1px 4px}.topbar-actions-scroll{display:block;min-width:0;flex:1 1 auto;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.topbar-actions-scroll .search-menu-panel,.topbar-actions-scroll .postbox-panel{position:fixed;top:calc(64px + env(safe-area-inset-top));right:14px;left:14px;width:auto;max-height:calc(100dvh - 78px - env(safe-area-inset-top))}.topbar-actions-scroll .language-menu{position:fixed;top:calc(64px + env(safe-area-inset-top));right:14px}.topbar .language-select{gap:2px}.search-menu-panel{top:calc(100% + 6px);right:0;width:calc(100vw - 28px);max-height:calc(100vh - 92px);padding:14px}.auth-panel,.panel,.public-registration,.modal-panel{padding:20px}.public-registration--embedded,.modal-backdrop{padding:0}.modal-panel,.modal-panel--wide{width:100vw;height:100dvh;max-height:100dvh;max-width:none;border-radius:0;padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.modal-close{min-width:44px;min-height:44px}.nav-drawer{top:calc(100% + 6px);right:-6px;left:-6px;width:auto}.form-grid,.form-grid-3,.row-actions,.row-actions.stretch,.filter-grid,.user-stat-grid,.tournament-card-main,.tournament-card-meta{grid-template-columns:1fr}.home-finder-copy{min-height:0;padding:22px;background:linear-gradient(135deg,#eff7fff5,#fffffff5),url(/icons/logo.png) right 18px top 18px / 82px auto no-repeat}.home-finder-copy h2{max-width:240px;font-size:1.55rem}.home-search-actions,.home-radius-search{display:grid}h1{font-size:1.8rem}.supermelee-round-summary{padding:14px 16px;font-size:1rem}.supermelee-match-list{padding:0 14px 14px}.supermelee-match-teams{grid-template-columns:1fr;text-align:center}.supermelee-team.is-second{text-align:center}.score-input{width:3em;font-size:1.25rem}.supermelee-toolbar-actions .button{width:100%}}.supermelee-manage{display:grid;gap:16px}.supermelee-toolbar{display:grid;gap:14px}.supermelee-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.supermelee-toolbar-actions .hint{margin:0}.round-requirements{display:grid;gap:4px}.round-requirements .hint{margin:0}.round-participants{display:grid;gap:8px;padding:0 0 16px;overflow:hidden}.ranking-panel{padding:0;overflow:hidden}.round-participants>:not(summary){margin-inline:20px}.quick-player-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:10px}.quick-player-form label{margin:0}.quick-player-form input{min-width:0}.round-participant-list{display:grid;gap:0}.round-participant-row{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;column-gap:12px;padding:6px 0;border-bottom:1px solid #e5e9f0;cursor:pointer}.round-participant-row input[type=checkbox]{width:16px;height:16px;min-height:0;margin:0;padding:0;justify-self:end}.round-participant-row:last-child{border-bottom:none}.supermelee-rounds{display:grid;gap:12px}.supermelee-round-action{display:grid;gap:10px;margin-top:16px}.supermelee-current-round .supermelee-round-action{padding-top:16px;border-top:1px solid #e5e9f0}.ranking-table tbody tr:nth-child(2n){background:#f3f6fa}.ranking-table tbody tr:nth-child(odd){background:#fff}.ranking-panel .table-scroll,.supermelee-schedule .table-scroll{max-height:60vh;overflow-y:auto}.ranking-table{border-collapse:collapse;width:100%}.ranking-table th,.ranking-table td{padding:6px 10px;text-align:center;white-space:nowrap}.ranking-table td[data-i18n-skip]{text-align:left}.ranking-table thead th{position:sticky;top:0;background:#f4f6fa;border-bottom:1px solid #d7deea;z-index:1}.ranking-table thead tr:last-child th{top:32px}@media(max-width:560px){.quick-player-form{grid-template-columns:1fr}.quick-player-form .button{width:100%}.ranking-table th,.ranking-table td{padding:5px 6px;font-size:.78rem}.ranking-table thead tr:last-child th{top:26px}.ranking-table td[data-i18n-skip]{white-space:normal;overflow-wrap:anywhere;min-width:88px}}.supermelee-round{padding:0;overflow:hidden}.supermelee-round-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;cursor:pointer;list-style:none;font-weight:800;font-size:1.05rem}.supermelee-round-summary::-webkit-details-marker{display:none}.supermelee-round-summary:before{content:"▸";display:inline-block;margin-right:10px;color:#53627a;transition:transform .15s ease}.supermelee-round[open]>.supermelee-round-summary:before{transform:rotate(90deg)}.supermelee-match-list{display:grid;gap:12px;padding:0 20px 20px}.supermelee-match{border:1px solid #e2e7f0;border-radius:8px;padding:14px 16px;display:grid;gap:12px}.supermelee-match-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.supermelee-team{font-weight:700;overflow-wrap:anywhere}.supermelee-team.is-second{text-align:right}.supermelee-vs{color:#53627a;font-size:.8rem;font-weight:700;text-transform:uppercase}.supermelee-result-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.score-input{width:2.6em;min-height:44px;text-align:center;padding:6px 4px;font-size:1.1rem;font-weight:800}.supermelee-score-sep{font-weight:800;color:#53627a}.places-map{position:relative;height:min(48vh,420px);border-radius:10px;overflow:hidden;background:#e8edf1}.places-map .leaflet-container{height:100%;width:100%}.places-map-status{position:absolute;z-index:500;right:.75rem;bottom:.75rem;margin:0;padding:.45rem .65rem;border-radius:6px;background:#fffffff0;color:#263648;box-shadow:0 1px 4px #0000002e;font-size:.875rem}.places-map-notice{max-width:min(90%,34rem)}.places-map-error{display:flex;align-items:center;gap:.5rem}.places-map-error button{border:0;border-radius:4px;background:#263648;color:#fff;padding:.3rem .5rem;font:inherit;cursor:pointer}.places-list{display:grid;gap:1rem;margin-top:1rem}.place-card h2{margin:0}.place-card .distance-badge{margin-top:-.25rem}.place-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.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}}
