:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background:#f7f7f7;color:#213547}h1{font-size:3.2em;line-height:1.1}button{border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}[data-theme=dark] body{background:#0e1318;color:#e6e9ee}[data-theme=dark] a:hover{color:#8a92ff}[data-theme=dark] button{background-color:#232a30;color:#e6e9ee}html{color-scheme:light}[data-theme=dark]{color-scheme:dark}:root{--colW: 40px;--c60: rgba(25, 169, 116, .15);--c90: rgba(255, 143, 0, .15);--c120: rgba(197, 0, 0, .15);--c180: rgba(37, 99, 235, .15);--c60-bg: rgba(25, 169, 116, .25);--c90-bg: rgba(255, 143, 0, .25);--c120-bg: rgba(197, 0, 0, .25);--c180-bg: rgba(37, 99, 235, .25);--hdr-bg:#F1F3F7;--hdr-border:#E1E6EF;--btn-bg:#ffffff;--btn-border:#d9d9e3;--btn-hover:#f6f6fb;--btn-active:#efeff7;--txt:#111827;--muted:#6b7280;--ring:rgba(99,102,241,.35);--stats-dot-green: #2e7d32;--stats-dot-yellow: #f9a825;--stats-dot-red: #c62828;--txt-d60: #19a974;--txt-d90: #ff8f00;--txt-d120: #c50000;--txt-d180: #0001ff}[data-theme=dark]{--hdr-bg:#0F1115;--hdr-border:rgba(255,255,255,.1);--btn-bg:#121322;--btn-border:#2a2b3a;--btn-hover:#171833;--btn-active:#1d1e3d;--txt:#f3f4f6;--muted:#a1a1aa;--ring:rgba(129,140,248,.35);--stats-dot-green: #4caf50;--stats-dot-yellow: #ffb74d;--stats-dot-red: #ef5350;--txt-d60: #4caf50;--txt-d90: #ffb74d;--txt-d120: #ef5350;--txt-d180: #3b82f6}html,body{min-height:100%}body{margin:0;overflow-y:scroll}#root{min-height:100vh;display:flex;flex-direction:column;max-width:none;width:100%;margin:0;padding:0}.app{padding:0;overflow-x:hidden}.app__header{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:12px;height:72px;padding:6px 40px;background:var(--hdr-bg);border-bottom:1px solid var(--hdr-border)}:root[data-theme=dark] .app__header{background:var(--hdr-bg);border-bottom:1px solid var(--hdr-border)}.header__controls{display:flex;align-items:center;gap:10px}.logoImg{max-height:50px;width:auto;display:block}.header__iconbar{display:flex;align-items:center;gap:10px}.iconbtn{-webkit-appearance:none;appearance:none;height:40px;width:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#fff,#f6f7fb);border:1px solid #D7DAE3;box-shadow:0 1px #ffffffe6 inset,0 6px 16px #10182814;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}:root[data-theme=dark] .iconbtn{background:linear-gradient(180deg,#ffffff1a,#ffffff0f);border:1px solid rgba(255,255,255,.12);box-shadow:0 1px #ffffff1a inset,0 10px 24px #00000059}.iconbtn:hover{border-color:#c3c5ca;box-shadow:0 1px #ffffffe6 inset,0 10px 22px #1018281f}:root[data-theme=dark] .iconbtn:hover{border-color:#ffffff2e;box-shadow:0 1px #ffffff1f inset,0 14px 30px #0000006b}.iconbtn:active{transform:translateY(0);box-shadow:0 1px #ffffffb3 inset,0 6px 14px #1018281a}.iconbtn:focus-visible{outline:none;border-color:#ffffff2e;box-shadow:0 0 0 3px #7d8aff40,0 1px #ffffffe6 inset,0 10px 22px #1018281f}.iconbtn:focus{outline:none}.iconbtn svg{width:22px;height:22px;display:block}.iconbtn svg.coin{width:32px;height:32px}.iconbtn:hover .coin{filter:drop-shadow(0 2px 4px rgba(32,40,56,.18))}.iconbtn svg.geo{width:28px;height:28px}.iconbtn:hover .geo{filter:drop-shadow(0 2px 4px rgba(225,29,46,.22))}.iconbtn svg.moon{width:24px;height:24px}.iconbtn svg.sun{width:24px;height:24px}.iconbtn:hover .sun{filter:drop-shadow(0 2px 4px rgba(244,180,0,.22))}.app__header h1{font-size:1.25rem;margin:.5rem 0}.topbar{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:.25rem;width:100%}.status{padding:.75rem 1rem;background:#f6f6f8;border:1px solid #e3e3e8;border-radius:8px}.status--full{display:block;width:100%;min-width:100%;box-sizing:border-box;align-self:stretch;justify-self:stretch}.status--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;background:#fcfcfd;animation:status-pulse 2s infinite ease-in-out}.status__spinner{color:#7b84ff;animation:status-spin 1s linear infinite}.status__spinner--small{width:16px;height:16px;stroke-width:3}@keyframes status-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes status-pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.status--error{background:#fff5f5;border-color:#ffd6d6;color:#b00020;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:2rem 1.5rem}.status__icon{color:#e53935;margin-bottom:.25rem}.status__message{font-size:1.05rem;font-weight:500}.status__retry-btn{margin-top:.5rem;padding:.6rem 1.5rem;background:#b00020;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 4px #b0002033}.status__retry-btn:hover{background:#8e0019;box-shadow:0 4px 8px #b000204d;transform:translateY(-1px)}.status__retry-btn:active{transform:translateY(0)}.day-nav{margin-bottom:.75rem}.day-nav__days{display:flex;gap:.5rem;padding:.25rem 0}.day-chip{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:64px;padding:0 .5rem;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;line-height:1.2;outline:none}.day-chip--active{border:2px solid #c7c9d9;background:#f0f2ff}.day-chip:hover{background:var(--btn-hover);border-color:#c7c9d9}.day-chip--today{border-color:#cbd5e1}.day-chip--weekend .day-chip__dow{color:#dc262699}.day-chip__dow{font-size:.7rem;color:#666;text-transform:uppercase;font-weight:500}.day-chip__dm{font-size:.95rem;font-weight:700;text-align:center}@media(max-width:480px){.day-nav__days{gap:.35rem}.day-nav__days>.day-chip:last-child{display:none}}.layout{display:block;padding:0 1rem 1rem .75rem}.layout__topbar{width:100%}.layout__row{display:flex;align-items:flex-start;gap:.75rem;width:100%}.sidebar__updated{margin-top:.5rem;color:#666;font-size:.85rem}.updated-at{margin:.75rem 0 .25rem;color:#666;font-size:.85rem;text-align:center}.mobile-filter{display:none}.sidebar{position:sticky;top:0;align-self:flex-start;flex:0 0 250px;width:250px}.app__main{min-width:0;width:100%;max-width:100%;flex:1 1 auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.sched{display:flex;flex-direction:column;gap:1rem;width:max-content;min-width:100%;overflow-x:visible;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.sched>*{min-width:0}.loc{width:max-content;min-width:100%;border:1px solid var(--hdr-border);border-radius:8px;overflow:clip;background:var(--btn-bg);box-sizing:border-box}.loc__nameRow{background:var(--hdr-bg);border-bottom:1px solid var(--hdr-border);padding:0;width:100%;box-sizing:border-box;z-index:5;position:relative}.loc__nameContent{display:flex;flex-direction:column;width:max-content;position:sticky;left:0;padding:.5rem .75rem;background:var(--hdr-bg);box-sizing:border-box}.loc__nameHeading{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;color:var(--txt)}.loc__nameBtn{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit}.loc__nameBtn:hover{text-decoration:underline}.loc__distanceDisplay{font-size:.8rem;color:var(--muted);margin-top:2px}.loc__stats-icon{cursor:pointer;font-size:1.1rem;margin-left:.25rem}.loc__titleIcon{width:1.2rem;height:1.2rem;display:block;flex-shrink:0}.sidebar-legend{margin-bottom:.75rem}.sidebar-legend .filter-panel__header{padding-top:.5rem;padding-bottom:.5rem}.sidebar-legend .filter-section{padding:.7rem .75rem;gap:.45rem}.sidebar-legend .filter-label{font-size:.875rem}.sidebar-legend__content,.sidebar-legend__row{display:flex;flex-direction:column}.sidebar-legend__label{min-width:0}.sidebar-legend__items{display:flex;align-items:center;gap:.5rem}.sidebar-legend__item{display:inline-flex;align-items:center;gap:.25rem;color:var(--txt);font-size:.8rem}.legend__swatch{width:10px;height:10px;border-radius:2px;display:inline-block;box-shadow:inset 0 0 0 1px #0000001a}.legend__swatch--d60{background-color:var(--txt-d60);opacity:.8}.legend__swatch--d90{background-color:var(--txt-d90);opacity:.8}.legend__swatch--d120{background-color:var(--txt-d120);opacity:.8}.legend__swatch--d180{background-color:var(--txt-d180);opacity:.8}.price-gradient{display:flex;align-items:center;gap:.5rem}.price-gradient__bar{width:100px;height:8px;border-radius:2px;background:linear-gradient(to right,#39c639,#c6c639,#c63939);border:1px solid rgba(0,0,0,.05)}.price-gradient__label{font-size:.7rem;color:var(--txt)}.loc__table{overflow-x:visible;overflow-y:visible;width:100%;max-width:100%;min-width:0;box-sizing:border-box;position:relative}.loc__tableInner{display:inline-block;width:max-content;min-width:100%;vertical-align:top;position:relative}.loc__head{display:flex;background:var(--hdr-bg);border-bottom:1px solid var(--hdr-border);z-index:1}.head__court{flex:1 1 auto}.head__timeline{flex:0 0 auto}.head__court{padding:.5rem;display:flex;align-items:center;font-weight:600;box-shadow:1px 0 #00000014;position:sticky;left:0;z-index:5;background:var(--hdr-bg)}.head__timeline{display:grid;overflow-x:clip}.tick{border-right:1px solid var(--hdr-border);padding:.5rem .25rem;font-size:.75rem;color:var(--muted);background:var(--hdr-bg);display:flex;align-items:center}.tick--hour{color:var(--txt);background:var(--hdr-bg);box-shadow:inset 1px 0 0 var(--hdr-border)}.tick--half{color:#9aa}.loc__body{position:relative}.loc__body .row{display:grid;grid-template-columns:minmax(100px,1fr) max-content}.row__timelines{display:grid;grid-auto-rows:min-content;width:max-content;overflow-x:clip}.cell--court{padding:0 .5rem;border-right:1px solid #f0f0f0;border-bottom:1px solid #dbdce6;box-shadow:1px 0 #0000000f;background:#fff;font-size:.9rem;display:flex;align-items:center;position:sticky;left:0;z-index:4}.timeline{position:relative;display:grid}.head__timeline,.timeline.tgrid{width:max-content}.timeline.tgrid>.tcell:last-child,.timeline.tgrid>.hcell:last-child,.timeline.tgrid>.tcell:last-child.tcell--hour,.timeline.tgrid>.hcell:last-child.hcell--hour,.timeline.tgrid>.gcell:last-child.gcell--hour{box-shadow:none}.slot{display:grid;grid-auto-flow:column;align-items:center;gap:6px;margin:2px;padding:4px 6px;border-radius:6px;border:1px solid transparent;background:#e8f2ff;color:#103f91;font-size:12px}.slot--n90{background:#e8fff1;color:#10693a}.slot--n120{background:#fff3e0;color:#8a4b05}.slot--n180{background:#eff6ff;color:#1e40af}.slot__time{font-weight:700}.slot__dur{opacity:.8}.slot__price{justify-self:end;font-weight:600}.app__footer{margin-top:1rem;color:#666;padding:1rem}.timeline.tgrid{grid-auto-rows:22px;background:none;overflow-x:clip}.timeline.heatmap.tgrid{grid-auto-rows:6px;margin-bottom:0}.timeline.gap.tgrid{grid-auto-rows:2px}.gcell{width:var(--colW);height:2px;box-sizing:border-box;border-right:1px solid #f0f1f5;border-left:none;background:#f9fafb;position:relative}.gcell.gcell--hour{box-shadow:inset 1px 0 #dbdce6}.hcell{width:var(--colW);height:6px;box-sizing:border-box;border-right:1px solid #f0f1f5;border-left:none;background:#f9fafb;position:relative}.hcell.hcell--hour{box-shadow:inset 1px 0 #dbdce6}.tcell{width:var(--colW);height:22px;box-sizing:border-box;border-right:1px solid #f0f1f5;border-left:none;border-bottom:1px solid #f0f1f5;background:#f9fafb;position:relative}.tcell.tcell--hour{box-shadow:inset 1px 0 #dbdce6}.row:hover{background:#646cff08}.row:hover .cell--court{background:#f7f8ff}.row:hover .tcell:before,.row:hover .hcell:before,.row:hover .gcell:before{content:"";position:absolute;inset:0;background:#646cff08;pointer-events:none;z-index:1}.hover-col-indicator-container{position:absolute;inset:0;pointer-events:none;z-index:2;display:flex}.hover-col-indicator-court-spacer{flex:1 1 auto;min-width:100px}.hover-col-indicator-timeline{position:relative;flex:0 0 auto;height:100%}.hover-col-indicator{position:absolute;top:0;bottom:0;width:var(--colW);background:#646cff0f;pointer-events:none}.tick--hover-col{background:#ebeeff!important;color:var(--txt)}.now-indicator-container{position:absolute;inset:0;pointer-events:none;z-index:4;display:flex}.now-indicator-court-spacer{flex:1 1 auto;min-width:100px}.now-indicator-timeline{position:relative;flex:0 0 auto;height:100%}.now-indicator-past{position:absolute;top:0;bottom:0;left:0;background:#0000000d;pointer-events:none}[data-theme=dark] .now-indicator-past{background:#00000040}.now-indicator{position:absolute;top:0;bottom:0;width:2px;background:#646cff66;pointer-events:none}[data-theme=dark] .now-indicator{background:#7b84ff80}.tcell--avail{background:#646cff1a;cursor:pointer}.tcell--painted{border-right-color:#dbdce6}.tcell--painted:hover{box-shadow:inset 0 0 0 2px #646cff4d}.tcell--d60{background-image:linear-gradient(var(--c60-bg),var(--c60-bg))}.tcell--d90{background-image:linear-gradient(var(--c90-bg),var(--c90-bg))}.tcell--d120{background-image:linear-gradient(var(--c120-bg),var(--c120-bg))}.tcell--d180{background-image:linear-gradient(var(--c180-bg),var(--c180-bg))}.pop{box-sizing:border-box;position:absolute;z-index:10;min-width:150px;max-width:min(320px,calc(100vw - 32px));max-height:calc(100vh - 16px);background:#fff;border:1px solid #e3e3e8;box-shadow:0 8px 24px #00000014;border-radius:10px;padding:.35rem .4rem .2rem;overflow:auto;overscroll-behavior:contain;color:#111;font-size:.875rem;line-height:1.35}.pop a{color:inherit;text-decoration-color:currentColor}.pop a:hover{text-decoration:underline}.pop--portal{position:fixed;z-index:1000}.pop__title{display:flex;align-items:center;font-weight:700;margin:0 1.2rem .1rem 0;font-size:.92rem;line-height:1.25}.pop__title-date{color:var(--muted);font-weight:400}.pop__prices{width:240px;max-width:100%}.pop__loc{width:280px;max-width:100%}.pop__locBody{display:flex;flex-direction:column;gap:.5rem}.pop__locStatus{font-weight:600;display:flex;align-items:center}.pop__locIcon{font-size:1rem}.pop__locArea{font-size:.95rem}.pop__locAccuracy{font-size:.85rem;color:var(--muted)}.pop__locDisclaimer{font-style:italic;margin-top:.1rem;color:#ef4444}.pop__locWarning{font-size:.85rem;color:#f59e0b;font-weight:600}.pop__locError{font-size:.85rem;color:#ef4444;background:#fee2e2;padding:.4rem .6rem;border-radius:4px}.pop__locActions{margin-top:.5rem}.overall-stats{display:flex;flex-direction:column;gap:1.25rem;padding:.5rem .25rem}.overall-stats__item{display:flex;flex-direction:column;gap:.25rem}.overall-stats__item .overall-stats__row:not(.overall-stats__labels){margin-top:.85rem}.overall-stats__duration{font-weight:600;color:var(--muted);display:flex;align-items:center;gap:4px}.overall-stats__duration-icon--d60{color:var(--txt-d60)}.overall-stats__duration-icon--d90{color:var(--txt-d90)}.overall-stats__duration-icon--d120{color:var(--txt-d120)}.overall-stats__duration-icon--d180{color:var(--txt-d180)}.overall-stats__row{display:flex;align-items:baseline;gap:.5rem}.overall-stats__val{font-weight:700;min-width:38px;white-space:nowrap}.overall-stats__val:last-child{text-align:right}.overall-stats__bar-container{flex-grow:1;height:14px;position:relative;display:flex;align-items:center}.overall-stats__bar{width:100%;height:2px;background:#e5e7eb;border-radius:1px}.overall-stats__avg-val{position:absolute;top:-14px;transform:translate(-50%);font-size:.75rem;font-weight:700;white-space:nowrap}.overall-stats__dot{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);top:50%;box-shadow:0 0 0 2px #fff}.overall-stats__labels{height:14px;margin-top:-.1rem}.overall-stats__val-placeholder{min-width:38px}.overall-stats__label{position:absolute;font-size:.65rem;color:var(--muted)}.overall-stats__label--min{left:0}.overall-stats__label--avg{transform:translate(-50%)}.overall-stats__label--max{right:0}.stats-icon-trigger{cursor:pointer;margin-right:6px;opacity:.7;transition:opacity .2s;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center}.stats-icon-trigger:hover{opacity:1}.loc__stats-icon{font-size:1.1rem;line-height:1}@media(max-width:480px){.pop--portal{left:8px!important;right:8px!important;width:auto!important;max-width:none!important}}.pop__sub{color:#666;font-size:.75rem;margin:0 1.2rem .3rem 0}.pop__opt{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.3rem .45rem;margin-bottom:.3rem;border-radius:6px;background:#f7f8ff;line-height:1.3}.pop__x{position:absolute;top:4px;right:4px;width:20px;height:20px;border:1px solid #D7DAE3;border-radius:999px;background:#fff;color:#444;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:12px;cursor:pointer;outline:none}.pop__x:hover{border-color:#c3c5ca}.pop__x:focus-visible{outline:none;border-color:#c3c5ca;box-shadow:0 0 0 3px #7d8aff40,0 1px #ffffffe6 inset,0 10px 22px #1018281f}.pop__x:focus{outline:none}.opt__tag{width:8px;height:8px;border-radius:2px}.opt--d60{background:#19a97426;border-left:3px solid var(--c60)}.opt--d90{background:#ff8f0026;border-left:3px solid var(--c90)}.opt--d120{background:#c5000026;border-left:3px solid var(--c120)}.opt--d180{background:#2563eb26;border-left:3px solid var(--c180)}.opt__dur{font-weight:600;font-size:.82rem}.opt__price{font-weight:600;font-size:.86rem}.nowrap,.price{white-space:nowrap}.cell--court{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel{border:1px solid var(--hdr-border);background:var(--btn-bg);width:100%}.panel+.panel{margin-top:.5rem}.panel__header{padding:.5rem .75rem;border-bottom:1px solid var(--hdr-border)}.panel__title{margin:0;font-size:.95rem;font-weight:700}.panel__body{padding:.5rem .75rem}.panel__toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:0;margin:0;border:0;background:none;font:inherit;color:inherit;cursor:pointer}.panel__toggle:focus{outline:none;box-shadow:none}.panel__toggle:focus-visible{outline:none;box-shadow:none}.panel__toggle::-moz-focus-inner{border:0}.panel__chev{transition:transform .15s ease}.panel__toggle[aria-expanded=true] .panel__chev{transform:rotate(180deg)}.collapsible--collapsed>.panel__body{display:none}.panel--muted>.panel__header{background:var(--hdr-bg)}.panel--muted>.panel__header .panel__title{font-size:.9rem;color:#333}.mt-05{margin-top:.5rem}@media(max-width:768px){.layout__row{flex-direction:column}.sidebar{position:static;width:100%;flex:0 0 auto}.mobile-filter{display:block;padding:10px 0}.sidebar .sidebar-filter,.sidebar .sidebar-legend{display:none}.cell--court,.head__court{width:150px}}.geo__pos a{display:block;width:100%;overflow-wrap:anywhere}.geo__btn{display:block;width:100%;border:1px solid #ccc;background:#fff;padding:.4rem .5rem;border-radius:6px}.modal__overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.modal{position:relative;width:min(900px,96vw);max-height:90vh;background:#fff;border:1px solid #e3e3e8;border-radius:12px;box-shadow:0 16px 40px #0003;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.modal__x{position:absolute;top:8px;right:8px;width:28px;height:28px;border:1px solid #e3e3e8;border-radius:999px;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:16px;cursor:pointer}.modal__header{padding:.75rem 1rem .25rem;border-bottom:1px solid #f0f0f3}.modal__title{margin:0;font-size:1.05rem}.modal__addr{color:#666;font-size:.9rem;margin-top:.15rem}.modal__body{padding:.75rem 1rem 1rem;overflow:auto;display:grid;gap:.75rem}.modal__map{height:220px;border:1px solid #e6e6ee;border-radius:8px;overflow:hidden}.modal__map iframe{width:100%;height:100%;border:0}.modal__images{display:grid;gap:.5rem}.modal__imageMain{width:100%;max-height:360px;overflow:hidden;border:1px solid #ececf2;border-radius:8px}.modal__imageMain img{width:100%;height:auto;display:block;object-fit:cover}.modal__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.thumb{padding:0;border:1px solid #e1e1ea;background:#fff;border-radius:6px;cursor:pointer}.thumb img{display:block;width:72px;height:54px;object-fit:cover;border-radius:6px}.modal__props{display:grid;gap:.25rem;font-size:.95rem}.modal__desc{margin-top:.25rem;color:#444}.modal__hours{margin-top:.25rem}.modal__sectionTitle{font-weight:700;margin-bottom:.25rem}.lhours{list-style:none;padding:0;margin:0;display:grid;gap:2px}.lhours__row{display:grid;grid-template-columns:120px 1fr;gap:.5rem;padding:.35rem .5rem;background:#fafafe;border:1px solid #f0f0f6;border-radius:6px}.lhours__day{font-weight:600;color:#333}.lhours__time{color:#555}.sidebar{font-size:.9rem}.sidebar .panel__header,.sidebar .panel__body,.sidebar .panel__title,.sidebar .legend,.sidebar .legend__item,.sidebar .legend__items,.sidebar .geo__pos,.sidebar .geo__btn,.sidebar .sidebar__updated{font-size:inherit}.sidebar .panel--muted>.panel__header .panel__title{font-size:inherit}.imgload{position:relative;display:block}.imgload__ph{width:100%;height:100%;min-height:200px;border-radius:8px;border:1px solid #ececf2;background:#f8f9ff;display:grid;place-items:center}.imgload__ph:after{content:"";width:28px;height:28px;border-radius:999px;border:3px solid #e2e6f6;border-top-color:#646cff;animation:imgload-spin .9s linear infinite}.imgload__img{opacity:0;transition:opacity .22s ease-in-out;display:block}.imgload__img.is-visible{opacity:1}.imgload__err{width:100%;height:100%;min-height:200px;border-radius:8px;border:1px solid #ececf2;background:#fff5f6;color:#c62828;display:grid;place-items:center}.imgload__err:before{content:"✕";font-size:22px;line-height:1}.modal__imageMain .imgload{width:100%}.modal__imageMain .imgload__ph,.modal__imageMain .imgload__err{min-height:240px}.thumb .imgload{width:72px;height:54px;border-radius:6px;overflow:hidden}.thumb .imgload__ph,.thumb .imgload__err{width:72px;height:54px;min-height:0;border-radius:6px}.thumb .imgload img{width:72px;height:54px;object-fit:cover;border-radius:6px}@keyframes imgload-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] html,[data-theme=dark] body,[data-theme=dark] #root{background:#0f1218;color:#e6e9ee}html[data-theme=dark]{--c60-bg: rgba(25, 169, 116, .4);--c90-bg: rgba(255, 143, 0, .4);--c120-bg: rgba(197, 0, 0, .4);--c180-bg: rgba(0, 1, 255, .4);background:#111418}[data-theme=dark] .app,[data-theme=dark] .layout,[data-theme=dark] .app__main{background:#111418}html[data-theme=dark]{color-scheme:dark light}[data-theme=dark] .app__header h1{color:#eaf2ff}[data-theme=dark] .app__header{background-color:#141922;border-bottom-color:#1f2533}[data-theme=dark] .theme-toggle{border-color:#3b424a;background:#232a30;color:#e6e9ee}[data-theme=dark] .panel{background:#1a1f24;border-color:#2a3138}[data-theme=dark] .panel__header{border-bottom-color:#2a3138}[data-theme=dark] .panel--muted>.panel__header{background:#171c21}[data-theme=dark] .panel--muted>.panel__header .panel__title{color:#e6e9ee}[data-theme=dark] .status{background:#171c21;border-color:#2a3138;color:#c8d0d9}[data-theme=dark] .status--loading{background:#1a1f24;border-color:#2a3138}[data-theme=dark] .status__spinner{color:#9aa4af}[data-theme=dark] .status--error{background:#2a1618;border-color:#5a2a2e;color:#ffb4c0}[data-theme=dark] .status__icon{color:#ffb4c0}[data-theme=dark] .status__retry-btn{background:#ffb4c0;color:#2a1618;box-shadow:0 2px 4px #0000004d}[data-theme=dark] .status__retry-btn:hover{background:#ff8a9c;box-shadow:0 4px 8px #0006}[data-theme=dark] .imgload__ph{border-color:#2a3138;background:#161b20}[data-theme=dark] .imgload__ph:after{border-color:#36404a;border-top-color:#7b84ff}[data-theme=dark] .imgload__err{border-color:#5a2a2e;background:#2a1618;color:#ffb4c0}[data-theme=dark] .day-chip{border-color:#36404a;background:#161b20;color:#cfd7df}[data-theme=dark] .day-chip:hover{border-color:#c7c9d9}[data-theme=dark] .day-chip--active{border-color:#c7c9d9;background:#1e2235}[data-theme=dark] .day-chip--today{border-color:#4a4d6a}[data-theme=dark] .day-chip--weekend .day-chip__dow{color:#f8717180}[data-theme=dark] .day-chip__dow{color:#9aa4af}[data-theme=dark] .iconbtn{border-color:#3b424a;background:#232a30;color:#e6e9ee}[data-theme=dark] .iconbtn:hover{background:#2d353d;border-color:#4b5563}[data-theme=dark] .layout__sideinfo,[data-theme=dark] .sidebar__updated,[data-theme=dark] .updated-at,[data-theme=dark] .legend{color:#e6e9ee}[data-theme=dark] .legend__swatch{box-shadow:inset 0 0 0 1px #434a57}[data-theme=dark] .loc{border-color:#2a3138}[data-theme=dark] .cell--court{background:#12171c;border-right-color:#273038;border-bottom-color:#2c343e;color:#d9e1ea}[data-theme=dark] .tick--half{color:#7c8796}[data-theme=dark] .row:hover{background:#7b84ff0a}[data-theme=dark] .row:hover .cell--court{background:#161b22}[data-theme=dark] .hover-col-indicator{background:#7b84ff14}[data-theme=dark] .tick--hover-col{background:#1e2430!important;color:#fff}[data-theme=dark] .tcell{border-right-color:#1a2026;border-bottom-color:#1a2026;background:#0e1116}[data-theme=dark] .tcell.tcell--hour{box-shadow:inset 1px 0 #2c343e}[data-theme=dark] .tcell:hover{background:#7b84ff29}[data-theme=dark] .tcell--avail{background:#7b84ff1f}[data-theme=dark] .tcell--painted{border-right-color:#2c343e}[data-theme=dark] .pop{background:#1a1f24;border-color:#2a3138;box-shadow:0 8px 24px #0009}[data-theme=dark] .pop{color:#f1f4ff}[data-theme=dark] .pop a{color:inherit}[data-theme=dark] .pop__sub{color:#9aa4af}[data-theme=dark] .pop__locError{background:#450a0a;color:#fca5a5}[data-theme=dark] .pop__x{border-color:#2a3138;background:#12171c;color:#d5deea}[data-theme=dark] .opt--d60{background:var(--c60-bg)}[data-theme=dark] .opt--d90{background:var(--c90-bg)}[data-theme=dark] .opt--d120{background:var(--c120-bg)}[data-theme=dark] .opt--d180{background:var(--c180-bg)}[data-theme=dark] .legend__swatch--d60{background:var(--c60-bg)}[data-theme=dark] .legend__swatch--d90{background:var(--c90-bg)}[data-theme=dark] .legend__swatch--d120{background:var(--c120-bg)}[data-theme=dark] .legend__swatch--d180{background:var(--c180-bg)}[data-theme=dark] .tcell--d60{background-image:linear-gradient(var(--c60-bg),var(--c60-bg))!important}[data-theme=dark] .tcell--d90{background-image:linear-gradient(var(--c90-bg),var(--c90-bg))!important}[data-theme=dark] .tcell--d120{background-image:linear-gradient(var(--c120-bg),var(--c120-bg))!important}[data-theme=dark] .tcell--d180{background-image:linear-gradient(var(--c180-bg),var(--c180-bg))!important}[data-theme=dark] .geo__btn,[data-theme=dark] .filters__btn{border-color:#3b424a;background:#232a30;color:#e6e9ee}[data-theme=dark] .modal{background:#1a1f24;border-color:#2a3138;box-shadow:0 16px 40px #0009}[data-theme=dark] .modal__x{border-color:#2a3138;background:#12171c;color:#e6e9ee}[data-theme=dark] .modal__header{border-bottom-color:#2a3138}[data-theme=dark] .modal__addr{color:#9aa4af}[data-theme=dark] .modal__imageMain{border-color:#2a3138}[data-theme=dark] .thumb{border-color:#2a3138;background:#12171c}[data-theme=dark] .modal__map{border-color:#2a3138}[data-theme=dark] .modal__desc{color:#cfd7df}[data-theme=dark] .lhours__row{background:#11161c;border-color:#2a3138}[data-theme=dark] .lhours__day{color:#e6e9ee}[data-theme=dark] .lhours__time{color:#b8c0ca}[data-theme=dark] .app__footer{color:#9aa4af}[data-theme=dark] .loc__pin{fill:currentColor}[data-theme=dark] .gcell,[data-theme=dark] .hcell{background:#0b0e12;border-right-color:#1a2026}[data-theme=dark] .gcell.gcell--hour,[data-theme=dark] .hcell.hcell--hour{box-shadow:inset 1px 0 #2c343e}html[data-theme=dark] body,html[data-theme=dark] .app__main,html[data-theme=dark] .day-nav__days,html[data-theme=dark] .modal,html[data-theme=dark] .modal__body{scrollbar-color:#6a7483 #0f141a;scrollbar-width:thin}html[data-theme=dark] ::-webkit-scrollbar{width:10px;height:10px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0f141a}html[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#5a6473;border-radius:8px;border:2px solid #0f141a}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:#6c7685}html[data-theme=dark] ::-webkit-scrollbar-thumb:active{background-color:#7b84ff}html[data-theme=dark] ::-webkit-scrollbar-corner{background:#0f141a}.filter-panel{display:flex;flex-direction:column;padding:0;background:var(--btn-bg);width:100%;border:1px solid var(--hdr-border);border-radius:8px;overflow:hidden;box-sizing:border-box;--filter-active: #b2b4b9}[data-theme=dark] .filter-panel{--filter-active: #5a5d7a}.filter-panel__header{background:var(--hdr-bg);padding:.75rem 1rem;border-bottom:1px solid var(--hdr-border);font-weight:700;font-size:1rem;color:var(--txt);display:flex;justify-content:space-between;align-items:center}.filter-panel--mobile .filter-panel__header{cursor:pointer}.filter-panel--mobile .filter-panel__header:hover{background:var(--btn-hover)}.filter-panel__header-title{display:flex;align-items:center;gap:.75rem}.filter-panel__header-icon-main{color:var(--muted)}.filter-panel__header-chevron{font-size:1.2rem;transition:transform .2s ease;color:var(--muted)}.filter-panel__header-chevron.expanded{transform:rotate(180deg)}.filter-panel__content{display:flex;flex-direction:column}.filter-panel--collapsed .filter-panel__content{display:none}.filter-section{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1rem}.filter-label{font-weight:500;font-size:.95rem;color:var(--txt);text-transform:none}.filter-divider{height:1px;background-color:var(--hdr-border);width:100%;opacity:.5}.filter-select{padding:.6rem 2.25rem .6rem .75rem;border:1px solid #c7c9d9;border-radius:6px;background:var(--btn-bg);color:var(--txt);font-size:.9rem;width:100%;cursor:pointer;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238f949c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.2em}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.5rem;border:1px solid #D7DAE3;border-radius:5px;background:var(--btn-bg);color:var(--txt);cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.filter-chip:hover{background:var(--btn-hover);outline:none;border-color:#c3c5ca}.filter-chip.active{background-color:var(--filter-active);color:#fff;border-color:#c7c9d9}.filter-chip:focus-visible{outline:none}.price-slider-container{display:flex;flex-direction:column;gap:.75rem}.price-labels{display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted);font-weight:500}.dual-slider-track{position:relative;height:6px;background:var(--btn-border);border-radius:3px;margin:10px 0}.slider-highlight{position:absolute;height:100%;background:var(--filter-active);border-radius:3px;z-index:1}.price-slider{position:absolute;width:100%;height:20px;-webkit-appearance:none;background:transparent;outline:none;cursor:pointer;margin:0;padding:0;border:none;pointer-events:none;top:50%;transform:translateY(-50%);z-index:2}.price-slider::-webkit-slider-runnable-track{width:100%;height:20px;background:transparent;border-radius:3px}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--filter-active);border-radius:50%;cursor:pointer;border:2px solid var(--hdr-bg);box-shadow:0 1px 3px #0000001a;margin-top:1px;box-sizing:border-box;pointer-events:auto;position:relative;z-index:3}.price-slider::-moz-range-track{width:100%;height:20px;background:transparent;border-radius:3px}.price-slider::-moz-range-thumb{width:18px;height:18px;background:var(--filter-active);border-radius:50%;cursor:pointer;border:2px solid var(--hdr-bg);box-shadow:0 1px 3px #0000001a;box-sizing:border-box;pointer-events:auto;position:relative;z-index:3}.filter-section--clubs{flex:1}.clubs-list{display:flex;flex-direction:column;gap:.6rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.clubs-list::-webkit-scrollbar{width:4px}.clubs-list::-webkit-scrollbar-track{background:transparent}.clubs-list::-webkit-scrollbar-thumb{background:var(--btn-border);border-radius:10px}.club-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--txt);cursor:pointer;-webkit-user-select:none;user-select:none}.club-item input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid #c7c9d9;border-radius:3px;background:var(--btn-bg);cursor:pointer;display:inline-grid;place-content:center;transition:all .2s ease;margin:0}.club-item input[type=checkbox]:checked{background-color:var(--filter-active);border-color:var(--filter-active)}.club-item input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;background-color:#fff;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.club-item input[type=checkbox]:checked:before{transform:scale(1)}.club-item input[type=checkbox]:hover:not(:checked){border-color:var(--filter-active)}.club-item input[type=checkbox]:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.clear-filters-btn{margin:1rem;padding:.75rem;background:var(--btn-bg);border:1px solid #c7c9d9;color:var(--txt);cursor:pointer;font-size:.9rem;font-weight:500;text-align:center;border-radius:6px;transition:all .2s ease}.clear-filters-btn:hover{background-color:var(--filter-active);color:#fff;border-color:#c7c9d9}@media(max-width:768px){.filter-panel__content{padding-top:1rem;padding-bottom:1rem}.filter-section--clubs.collapsed .clubs-list{display:none}}
