@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.banned-modal-overlay{align-items:center;animation:fadeIn .3s ease-in-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.banned-modal{animation:slideIn .4s ease-out;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:3px solid #f44;border-radius:15px;box-shadow:0 0 30px #ff444480;max-height:80vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.banned-modal-header{background:linear-gradient(90deg,#f44,#f66);border-radius:12px 12px 0 0;color:#fff;padding:20px;position:relative;text-align:center}.banned-modal-header h2{font-size:2rem;font-weight:700;letter-spacing:2px;margin:0;text-shadow:2px 2px 4px #00000080}.banned-icon{font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.banned-icon:first-child{left:20px}.banned-icon:last-child{right:20px}.banned-modal-content{color:#fff;padding:25px}.banned-message{margin-bottom:25px;text-align:center}.banned-title{color:#f66;font-size:1.5rem;font-weight:700;margin:0 0 10px}.banned-subtitle{color:#ccc;font-size:1rem;margin:0}.banned-details{background:#ffffff1a;border-radius:10px;margin-bottom:25px;padding:20px}.ban-info{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;margin-bottom:15px;padding:10px 0}.ban-info:last-child{border-bottom:none;margin-bottom:0}.ban-label{color:#f88;font-weight:700}.ban-value{color:#fff;font-weight:500}.banned-consequences{background:#ff44441a;border-left:4px solid #f44;border-radius:0 10px 10px 0;margin-bottom:25px;padding:15px 20px}.banned-consequences p{color:#fcc;font-weight:500;margin:8px 0}.banned-footer{background:#ffffff0d;border-radius:10px;padding:20px;text-align:center}.banned-note{color:#faa;font-style:italic;line-height:1.4;margin:0}.banned-modal-close{background:linear-gradient(90deg,#f44,#f66);border:none;border-radius:0 0 12px 12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.banned-modal-close:hover{background:linear-gradient(90deg,#f66,#f88);box-shadow:0 5px 15px #f446;transform:translateY(-2px)}.banned-modal-close:active{transform:translateY(0)}@media (max-width:600px){.banned-modal{margin:20px;width:95%}.banned-icon,.banned-modal-header h2{font-size:1.5rem}.banned-title{font-size:1.3rem}.banned-modal-content{padding:20px}}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px;width:100%}.login-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.login-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:10px}.login-header p{color:#666;line-height:1.5}.login-buttons,.login-header p{margin-bottom:30px}.login-button-group{display:flex;flex-direction:column;gap:12px;width:100%}.login-divider{align-items:center;display:flex;gap:12px;margin:24px 0}.login-divider:after,.login-divider:before{background:#e0e0e0;content:"";flex:1 1;height:1px}.login-divider span{color:#666;flex-shrink:0;font-size:14px;white-space:nowrap}.facebook-button{align-items:center;background:#1877f2;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:10px;justify-content:center;padding:12px 20px;transition:all .2s ease;width:100%}.facebook-button:hover{background:#166fe5;transform:translateY(-1px)}.facebook-button.mobile{font-size:14px;padding:14px 20px}.facebook-button svg{flex-shrink:0}.login-footer{margin-top:20px}.login-footer p{color:#666;font-size:12px;line-height:1.4}.login-footer a{color:#1877f2;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-container.auth-container{max-width:420px;text-align:left}.login-container.auth-container .login-header{text-align:center}.login-buttons--compact{margin-bottom:0}.auth-form{gap:16px}.auth-form,.auth-form__field{display:flex;flex-direction:column}.auth-form__field{gap:6px}.auth-form__label{color:#333;font-size:14px;font-weight:600}.auth-form__input-wrap{align-items:center;display:flex;position:relative}.auth-form__input{background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-sizing:border-box;color:#333;font-size:16px;padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-form__input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.auth-form__input:disabled{background:#f5f5f5;color:#888}.auth-form__input-wrap .auth-form__input[type=password],.auth-form__input-wrap .auth-form__input[type=text]{padding-right:4.5rem}.auth-form__toggle-pw{background:#0000;border:none;border-radius:4px;color:#667eea;cursor:pointer;font-size:13px;font-weight:600;padding:6px 10px;position:absolute;right:8px}.auth-form__toggle-pw:hover{background:#667eea14}.auth-form__hint{color:#666;font-size:13px;margin:0}.auth-form__hint-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;padding:0;text-decoration:underline}.auth-form__field-error{color:#c0392b;font-size:13px;margin:0}.auth-form__error{background:#fdf0ef;border:1px solid #f5c6cb;color:#c0392b}.auth-form__error,.auth-form__status{border-radius:8px;font-size:14px;margin:0;padding:10px 12px}.auth-form__status--ok{background:#edf7f0;border:1px solid #b8dfc4;color:#1e6b3a}.auth-form__status--error{background:#fdf0ef;border:1px solid #f5c6cb;color:#c0392b}.auth-form__submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:4px;padding:14px 20px;transition:transform .15s ease,opacity .15s ease;width:100%}.auth-form__submit:hover:not(:disabled){transform:translateY(-1px)}.auth-form__submit:disabled{cursor:not-allowed;opacity:.65}.auth-form__links{font-size:14px;margin-top:16px;text-align:center}.auth-form__links a{color:#667eea;font-weight:500;text-decoration:none}.auth-form__links a:hover{text-decoration:underline}.auth-form__links-sep{color:#ccc;margin:0 8px}.auth-form__secondary-action{margin:-8px 0 0;text-align:center}.auth-form__link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:500;padding:0;text-decoration:underline}.auth-invite-banner{background:#f0f4ff;border:1px solid #c5d4ff;border-radius:8px;color:#444;font-size:14px;margin-bottom:16px;padding:10px 14px;text-align:center}.login-page .oauth-button-container,.login-page .oauth-button-container--labeled{display:flex!important;justify-content:center;margin:0;position:static;transform:none;width:100%}.login-page .oauth-button-container--labeled>div{border:1px solid #1a73e8!important;border-radius:2px;box-shadow:0 2px 8px #00000038!important;max-width:100%;overflow:hidden;width:100%!important}@media (max-width:768px){.login-page{padding:10px}.login-container{padding:30px 20px}.login-header h1{font-size:24px}.login-page .oauth-button-container--labeled{display:flex!important}}.tn-plates{color:#ffffffe0;margin:0 auto;max-width:1180px;padding:1.25rem 1rem calc(2.5rem + env(safe-area-inset-bottom));text-align:left}.tn-plates__hero{margin-bottom:1.25rem}.tn-plates__kicker{color:#7dd3fc;font-size:.72rem;letter-spacing:.12em;margin:0 0 .35rem;text-transform:uppercase}.tn-plates__title{font-family:Orbitron,sans-serif;font-size:1.7rem;letter-spacing:.04em;margin:0 0 .5rem;text-transform:uppercase}.tn-plates__lede{color:#ffffff9e;font-size:.95rem;line-height:1.55;margin:0 0 1rem;max-width:46rem}.tn-plates__lede a{color:#7dd3fc}.tn-plates__progress{align-items:baseline;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-wrap:wrap;gap:.65rem 1rem;padding:.7rem .9rem}.tn-plates__progress strong{font-size:1.15rem}.tn-plates__progress span{color:#ffffff80;font-size:.85rem}.tn-plates__toolbar{background:#1a1d24;box-shadow:0 8px 12px -8px #00000073;margin:0 -1rem;padding:.55rem 1rem;position:sticky;top:0;z-index:3}.tn-plates__search{align-items:stretch;display:flex;gap:.4rem}.tn-plates__search-field{display:flex;flex:1 1 7rem;max-width:14rem;min-width:0}.tn-plates__search input{appearance:none;-webkit-appearance:none;background:#0f1216;border:1px solid #7dd3fc59;border-radius:10px;box-sizing:border-box;color:#f8fafc;font-size:16px;height:40px;min-height:40px;padding:0 .7rem;width:100%}.tn-plates__search input::-webkit-search-cancel-button,.tn-plates__search input::-webkit-search-decoration{-webkit-appearance:none}.tn-plates__search input:focus{outline:2px solid #38bdf8;outline-offset:1px}.tn-plates__icon-btn{align-items:center;background:#0f1216;border:1px solid #7dd3fc59;border-radius:10px;color:#7dd3fc;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:.78rem;font-weight:600;gap:.35rem;height:40px;justify-content:center;min-width:40px;padding:0 .65rem}.tn-plates__icon-btn.is-active,.tn-plates__icon-btn.is-listening{background:#082f49;border-color:#38bdf8;color:#e0f2fe}.tn-plates__icon-btn.is-listening{background:#7f1d1d;border-color:#f87171;color:#fecaca}.tn-plates__filters-btn span:first-of-type{display:none}.tn-plates__filter-badge{background:#0ea5e9;border-radius:999px;color:#082f49;font-size:.68rem;height:1.1rem;line-height:1.1rem;min-width:1.1rem;padding:0 .25rem;text-align:center}.tn-plates__listening{color:#fecaca;font-size:.8rem;margin:.45rem 0 0}.tn-plates__filters-overlay{align-items:flex-end;background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:5000}.tn-plates__filters-panel{background:#1a1d24;border:1px solid #ffffff1a;border-bottom:0;border-radius:16px 16px 0 0;max-height:min(78vh,36rem);overflow:auto;padding:.85rem 1rem calc(1rem + env(safe-area-inset-bottom));width:100%}.tn-plates__filters-head{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.35rem}.tn-plates__filters-head h2{font-size:1rem;margin:0}.tn-plates__chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem;padding-bottom:.15rem}.tn-plates__chip{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;color:#ffffffc7;cursor:pointer;flex:0 0 auto;font-size:.82rem;min-height:36px;padding:.4rem .8rem;white-space:nowrap}.tn-plates__chip:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.tn-plates__chip.is-active{background:#0ea5e9;border-color:#38bdf8;color:#082f49;font-weight:600}.tn-plates__chip--color{align-items:center;display:inline-flex;gap:.35rem}.tn-plates__chip-swatch{border:1px solid #ffffff59;border-radius:999px;display:inline-block;flex:0 0 auto;height:.7rem;width:.7rem}.tn-plates__count,.tn-plates__empty,.tn-plates__status{color:#ffffff80;font-size:.85rem;margin:.25rem 0 .75rem}.tn-plates__empty{color:#ffffff9e;padding:1.25rem .25rem .5rem}.tn-plates__error{color:#fca5a5;font-size:.9rem}.tn-plates__grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));list-style:none;margin:0;padding:0}.tn-plates__card{background:#14181e;border:1px solid #ffffff14;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding:0;text-align:left;text-decoration:none;width:100%}.tn-plates__card:hover{border-color:#38bdf873}.tn-plates__card.is-seen{box-shadow:inset 0 0 0 2px #22c55e}.tn-plates__card.is-window{box-shadow:inset 0 0 0 2px #e8a35a}.tn-plates__art{aspect-ratio:2/1;background:#f4f4f4;overflow:hidden;position:relative}.tn-plates__art img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.tn-plates__art-fallback{align-items:center;color:#ffffff40;display:flex;font-family:Orbitron,sans-serif;height:100%;justify-content:center}.tn-plates__badge{background:#166534;border-radius:6px;color:#dcfce7;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.15rem .4rem;position:absolute;right:.4rem;text-transform:uppercase;top:.4rem}.tn-plates__card.is-window .tn-plates__badge{background:#9a3412;color:#ffedd5}.tn-plates__meta{padding:.45rem .55rem .55rem}.tn-plates__name{font-size:.88rem;line-height:1.25;margin:0}.tn-plates__legal{color:#ffffff61;font-size:.75rem;line-height:1.5;margin:1.5rem 0 0}.tn-plates__sr{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;width:1px}.tn-plates__modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.tn-plates__modal-actions button{background:#0000;border:1px solid #ffffff26;border-radius:8px;color:inherit;cursor:pointer;padding:.4rem .75rem}.tn-plates__danger{background:#b91c1c!important;border-color:#ef4444!important}.tn-plates__primary{background:#0ea5e9;border:1px solid #38bdf8;border-radius:8px;color:#082f49;cursor:pointer;font-weight:600;min-height:44px;padding:.55rem .85rem}.tn-plates__detail-overlay{align-items:center;background:#000000b8;inset:0;justify-content:center;padding:max(1.5rem,env(safe-area-inset-top)) .75rem max(1.5rem,env(safe-area-inset-bottom));position:fixed;z-index:5100}.tn-plates__detail,.tn-plates__detail-overlay{box-sizing:border-box;display:flex;overflow:auto}.tn-plates__detail{background:#1e2329;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;max-height:min(82vh,52rem);max-height:min(82dvh,52rem);max-width:32rem;padding:2.4rem 1rem 1.15rem;position:relative;width:100%}.tn-plates__detail-close{background:#00000059;border:1px solid #ffffff26;border-radius:8px;color:inherit;cursor:pointer;padding:.3rem .6rem;position:absolute;right:.7rem;top:.7rem;z-index:1}.tn-plates__detail-art{align-items:center;background:#f4f4f4;border-radius:10px;display:flex;justify-content:center;min-height:8rem;overflow:hidden}.tn-plates__detail-art img{display:block;height:auto;max-height:min(46vh,22rem);object-fit:contain;object-position:center;width:100%}.tn-plates__detail-title{font-size:1.25rem;margin:.85rem 0 .5rem;padding-right:4rem}.tn-plates__detail-actions{display:flex;flex-direction:column;gap:.65rem;margin-top:.75rem}.tn-plates__dor-link{color:#7dd3fc;font-size:.92rem}.tn-plates__confirm p{color:#ffffffb3;margin:0 0 .65rem}@media (min-width:720px){.tn-plates__title{font-size:2rem}.tn-plates__search-field{max-width:18rem}.tn-plates__filters-btn span:first-of-type{display:inline}.tn-plates__filters-overlay{align-items:flex-start;padding:5.5rem 1rem 2rem}.tn-plates__filters-panel{border-bottom:1px solid #ffffff1a;border-radius:14px;max-width:40rem}.tn-plates__detail-overlay{padding:1.5rem}.tn-plates__detail{padding:1.25rem 1.25rem 1.15rem}.tn-plates__grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--costco-red:#e31837;--costco-blue:#005daa;--costco-blue-dark:#003b71;--costco-white:#fff;--costco-off-white:#f7f9fc;--costco-border:#d9e2ec;--costco-font:"Costco Sans Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.costco-app,.costco-app__main{font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font)}.costco-shell{background:linear-gradient(180deg,#f7f9fc,#eef3f9 42%,#fff);background:linear-gradient(180deg,var(--costco-off-white) 0,#eef3f9 42%,#fff 100%);color:#1a2332;min-height:calc(100vh - 56px);text-align:left}.costco-nav{grid-gap:.75rem;align-items:center;background:#fff;background:var(--costco-white);border-bottom:3px solid #e31837;border-bottom:3px solid var(--costco-red);box-shadow:0 2px 8px #003b7114;display:grid;gap:.75rem;grid-template-columns:1fr auto 1fr;padding:.55rem 1.1rem;position:relative;z-index:1000}.costco-nav__left{align-items:center;display:flex;min-width:0}.costco-nav__center{justify-self:center}.costco-nav__right{align-items:center;display:flex;gap:.65rem;justify-content:flex-end;min-width:0}.costco-nav__menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:2.25rem;justify-content:center;padding:.35rem;width:2.25rem}.costco-nav__menu span{background:#003b71;background:var(--costco-blue-dark);border-radius:1px;display:block;height:2px;transition:transform .2s ease,opacity .2s ease}.costco-nav__menu--open span:first-child{transform:translateY(7px) rotate(45deg)}.costco-nav__menu--open span:nth-child(2){opacity:0}.costco-nav__menu--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.costco-nav__links{background:#fff;background:var(--costco-white);border-bottom:1px solid #d9e2ec;border-bottom:1px solid var(--costco-border);box-shadow:0 8px 20px #00000014;display:none;flex-direction:column;left:0;padding:.5rem 0;position:absolute;right:0;top:100%}.costco-nav__links--open{display:flex}.costco-nav__links a{color:#003b71;color:var(--costco-blue-dark);font-size:.95rem;font-weight:600;padding:.65rem 1.1rem;text-decoration:none}.costco-nav__links a:hover{background:#f3f8fd;color:#e31837;color:var(--costco-red)}.costco-nav__logo{color:inherit;text-decoration:none}.costco-logo,.costco-nav__logo{align-items:center;display:inline-flex}.costco-logo{gap:.35rem}.costco-logo__mark{display:block;height:auto;max-height:2.65rem;width:auto}.costco-logo--compact .costco-logo__mark{max-height:2rem}.costco-logo__suffix{color:#e31837;color:var(--costco-red);font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);font-size:1.55rem;font-weight:700;letter-spacing:-.02em;line-height:1;padding-bottom:.15rem}.costco-logo--compact .costco-logo__suffix{font-size:1.25rem}.costco-nav__welcome{color:#4a5a6a;font-size:.88rem;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.costco-nav__signin,.costco-nav__signout{border-radius:4px;cursor:pointer;font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);font-size:.9rem;font-weight:700;text-decoration:none}.costco-nav__signin{align-items:center;background:#005daa;background:var(--costco-blue);color:#fff;display:inline-flex;padding:.45rem .85rem}.costco-nav__signin:hover{background:#003b71;background:var(--costco-blue-dark);color:#fff}.costco-nav__signout{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);color:#003b71;color:var(--costco-blue-dark);padding:.4rem .75rem}.costco-nav__signout:hover{border-color:#e31837;border-color:var(--costco-red);color:#e31837;color:var(--costco-red)}@media (min-width:768px){.costco-nav__menu{display:none}.costco-nav__links{background:#0000;border:none;box-shadow:none;display:flex;flex-direction:row;gap:.15rem;margin-left:.5rem;padding:0;position:static}.costco-nav__links a{border-radius:4px;font-size:.88rem;padding:.4rem .65rem}}.costco-hero{padding:1rem 1.25rem .25rem}.costco-progress-card{grid-gap:.75rem;align-items:center;background:#fff;border:2px solid #e31837;border:2px solid var(--costco-red);border-radius:8px;box-shadow:0 4px 14px #e3183712;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto;padding:.85rem 1rem}.costco-progress-card__stat{display:flex;flex-direction:column;min-width:4.5rem}.costco-progress-card__stat--right{text-align:right}.costco-progress-card__num{color:#003b71;color:var(--costco-blue-dark);font-size:1.5rem;font-weight:800;line-height:1.1}.costco-progress-card__label{color:#5a6b7d;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.costco-progress-card__bar-wrap{background:#e8eef5;border-radius:999px;height:12px;overflow:hidden}.costco-progress-card__bar{background:linear-gradient(90deg,#e31837,#ff5a72);background:linear-gradient(90deg,var(--costco-red),#ff5a72);border-radius:999px;height:100%;transition:width .35s ease}.costco-hero__pct{color:#4a5a6a;font-size:.92rem;margin:.45rem 0 0}.costco-error-banner{background:#ffe8ec;border:1px solid #f5b8c4;border-radius:8px;color:#8a1028;margin:.5rem 1.25rem 0;padding:.65rem .85rem}.costco-main-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);padding:1rem 1.25rem 1.5rem}.costco-map-panel{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);border-radius:8px;box-shadow:0 6px 18px #003b710d;padding:.75rem;position:relative}.costco-search-bar{display:flex;gap:.5rem;margin-bottom:.5rem}.costco-search-bar input{border:1px solid #d9e2ec;border:1px solid var(--costco-border);border-radius:4px;flex:1 1;font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);font-size:1rem;padding:.65rem .8rem}.costco-search-bar input:focus{border-color:#005daa;border-color:var(--costco-blue);outline:2px solid #005daa59}.costco-suggest{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);border-radius:4px;list-style:none;margin:0 0 .5rem;max-height:220px;overflow:hidden;overflow-y:auto;padding:0}.costco-suggest button{align-items:flex-start;background:#fff;border:none;border-bottom:1px solid #eef2f6;cursor:pointer;display:flex;flex-direction:column;font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);gap:.1rem;padding:.55rem .75rem;text-align:left;width:100%}.costco-suggest button:hover{background:#f3f8fd}.costco-suggest strong{color:#003b71;color:var(--costco-blue-dark);font-size:.92rem}.costco-suggest span{color:#6a7a8a;font-size:.78rem}.costco-map-wrap{background:#1a1a1a;border-radius:4px;overflow:hidden}.costco-map-wrap--leaflet .costco-leaflet-map{height:min(62vh,560px);width:100%;z-index:1}.costco-map-skeleton{color:#6a7a8a;display:grid;min-height:360px;place-items:center}.costco-map-legend{color:#6a7a8a;font-size:.75rem;margin:.35rem 0 0}.costco-side-panel{display:flex;flex-direction:column;min-height:0}.costco-pin-card{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);border-radius:8px;box-shadow:0 4px 12px #003b710a;margin-bottom:.75rem;padding:1rem}.costco-pin-card--empty h2{color:#003b71;color:var(--costco-blue-dark);font-weight:700;margin:0 0 .35rem}.costco-pin-card--empty p{color:#5a6b7d;font-size:.9rem;line-height:1.45;margin:0}.costco-pin-card__eyebrow{color:#e31837;color:var(--costco-red);font-size:.72rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.costco-pin-card h2{color:#003b71;color:var(--costco-blue-dark);font-size:1.15rem;font-weight:700;margin:.2rem 0}.costco-pin-card__addr,.costco-pin-card__meta{color:#5a6b7d;font-size:.88rem;margin:.15rem 0}.costco-pin-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.costco-pin-card__logged{color:#e31837;color:var(--costco-red);font-size:.9rem;font-weight:700;margin:.65rem 0 0}.costco-list-heading{color:#6a7a8a;font-size:.85rem;font-weight:700;letter-spacing:.06em;margin:0 0 .45rem;text-transform:uppercase}.costco-list{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);border-radius:8px;list-style:none;margin:0;max-height:420px;overflow-y:auto;padding:0}.costco-list-item{grid-gap:.1rem .5rem;background:#fff;border:none;border-bottom:1px solid #eef2f6;cursor:pointer;display:grid;font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);gap:.1rem .5rem;grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:.6rem .75rem;text-align:left;width:100%}.costco-list-item--active,.costco-list-item:hover{background:#f3f8fd}.costco-list-item--visited .costco-list-name{color:#003b71;color:var(--costco-blue-dark)}.costco-list-name{font-size:.92rem;font-weight:700;grid-column:1}.costco-list-meta{color:#6a7a8a;font-size:.78rem;grid-column:1}.costco-list-check{align-self:center;color:#e31837;color:var(--costco-red);font-weight:700;grid-column:2;grid-row:1/span 2}.costco-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font);font-size:.9rem;font-weight:700;justify-content:center;padding:.5rem .85rem;text-decoration:none}.costco-btn--red{background:#e31837;background:var(--costco-red);color:#fff}.costco-btn--blue{background:#005daa;background:var(--costco-blue);color:#fff}.costco-btn--outline{background:#fff;border:2px solid #e31837;border:2px solid var(--costco-red);color:#e31837;color:var(--costco-red)}.costco-btn--ghost-dark{background:#fff;border:1px solid #d9e2ec;border:1px solid var(--costco-border);color:#003b71;color:var(--costco-blue-dark)}.costco-footer{color:#6a7a8a;font-size:.82rem;padding:1rem 1.25rem 2rem}.costco-footer a{color:#005daa;color:var(--costco-blue)}.costco-page--center{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:4rem 1rem;text-align:center}.costco-auth-callback-msg{color:#4a5a6a;font-size:1rem;margin:0}.costco-app .login-page{background:linear-gradient(180deg,#f7f9fc,#eef3f9)}.costco-app .login-container{border-top:3px solid #e31837;border-top:3px solid var(--costco-red)}.login-brand--costco{display:flex;justify-content:center;margin-bottom:1rem}.costco-app .login-container,.costco-app .login-header h1{font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font)}.costco-app .login-header h1{color:#003b71;color:var(--costco-blue-dark);font-weight:700}.account-page--costco{background:#f7f9fc;background:var(--costco-off-white);font-family:Costco Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--costco-font)}.account-page--costco .account-page__title{color:#003b71;color:var(--costco-blue-dark)}.account-page--costco .account-page__save{background:#e31837;background:var(--costco-red)}@media (max-width:900px){.costco-main-grid{grid-template-columns:1fr}.costco-list{max-height:280px}.costco-nav__welcome{display:none}.costco-logo__mark{max-height:2.1rem}.costco-logo__suffix{font-size:1.2rem}}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-main{flex:1 0 auto}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);min-height:100vh;padding-top:15px}.App-nav{grid-gap:1rem;align-items:center;background-color:#1a1c20;box-shadow:0 2px 4px #0003;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;padding:.8rem 1.25rem;position:relative}.nav-left{min-width:0}.nav-center,.nav-left{align-items:center;display:flex}.nav-center{flex-direction:column;gap:.5rem;justify-self:center;left:auto;position:static;transform:none;width:auto;z-index:2}.logo-link{color:inherit;text-decoration:none}.logo-text{color:#fff;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase;white-space:nowrap}.mobile-game-info{display:none;margin:1rem auto;max-width:600px;padding:.5rem;width:90%}.progress-section{background:#ffffff0d;border-radius:8px;margin:0 auto;max-width:500px;padding:1rem;position:relative}.progress-header{align-items:center;display:flex;flex-direction:column;gap:.35rem;margin-bottom:.5rem}.progress-header__main{align-items:center;display:flex;gap:.5rem;justify-content:center}.progress-header h2{color:#fff;font-size:1.2rem;margin:0}.play-mode-indicator{color:#ffffff8c;display:block;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.info-button{align-items:center;background:none;border:none;color:#4285f4;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:4px;transition:color .2s}.info-button:hover{color:#5c9cff}.mobile-progress-bar{background-color:#ffffff1a;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background-color:#4285f4;height:100%;transition:width .3s ease-out}.info-tooltip{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;color:#333;font-size:.9rem;line-height:1.4;max-width:300px;padding:1rem;top:calc(100% + 10px);width:90%;z-index:1000}.info-tooltip,.info-tooltip:before{left:50%;position:absolute;transform:translateX(-50%)}.info-tooltip:before{border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;content:"";top:-8px}.nav-right{align-items:center;display:flex;gap:1rem;justify-content:flex-end;justify-self:end;min-width:0}.nav-sign-in-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 2px 8px #667eea59;color:#fff!important;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.5rem 1.25rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.nav-sign-in-btn:hover{background:linear-gradient(135deg,#7289f0,#8559b0);box-shadow:0 4px 12px #667eea73;transform:translateY(-1px)}.hamburger-menu{background:none;border:none;cursor:pointer;display:none;margin-right:10px;padding:10px}.hamburger-menu span{background-color:#fff;display:block;height:3px;margin:5px 0;transition:.3s;width:25px}.nav-links{align-items:center;display:flex;flex-wrap:nowrap;gap:.25rem;z-index:1}.nav-links .nav-invite-btn{border-radius:4px;color:#fff;font-size:1.2rem;padding:.5rem 1rem;transition:background-color .3s;white-space:nowrap}.nav-links .nav-invite-btn:hover{background-color:#2a2c30}.welcome-text{color:#888;font-size:.9rem}.logout-link{border-radius:4px;color:#666;padding:5px 10px;text-decoration:none;transition:background-color .3s}.logout-link:hover{background-color:#2a2c30}.App-nav a{border-radius:4px;color:#fff;font-size:1.2rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.App-nav a:hover{background-color:#2a2c30}.App-footer{background-color:#1a1c20;border-top:1px solid #ffffff14;flex-shrink:0;padding:1.25rem 1rem 1.35rem}.App-footer-inner{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:960px;text-align:center}.App-footer-brand{color:#ffffffe0;font-family:Orbitron,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.06em;margin:0;text-transform:uppercase}.App-footer-copy{color:#ffffff73;font-size:.8rem;line-height:1.4;margin:0}.App-footer-nav{align-items:center;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.65rem;justify-content:center;margin-top:.35rem}.App-footer-link{border-radius:4px;color:#ffffffb8;padding:.25rem .35rem;text-decoration:none;transition:color .2s ease,background-color .2s ease}.App-footer-link:hover{background-color:#ffffff0f;color:#fff}.App-footer-sep{color:#ffffff47;-webkit-user-select:none;user-select:none}.google-g-button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:transform .2s;width:40px}.google-g-button:hover{transform:translateY(-50%) scale(1.05)}.google-g-button:active{transform:translateY(-50%) scale(.95)}.oauth-button-container{display:block}.oauth-button-container.mobile{display:none}.login-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.login-modal{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 24px 48px #00000073;max-width:90vw;padding:2.5rem 2rem;position:relative;text-align:center;width:440px}.login-modal-content{color:#fff}.login-modal-title{font-size:2rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px #00000080}.login-modal-message{margin-bottom:2rem}.login-modal-text{font-size:1.1rem;line-height:1.5;margin-bottom:.75rem}.login-modal-subtext{font-size:.95rem;font-style:normal;margin:0;opacity:.9}.login-modal-button-container{display:flex;justify-content:center;margin:2rem 0}.login-modal-close{background:#fff3;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:40px;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.login-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.login-modal .oauth-button-container{display:block!important;justify-content:center;margin:0 auto;width:100%}.login-modal-email-link{margin-top:14px;text-align:center}.login-modal-email-link a{color:#fff;font-weight:600;text-decoration:underline}.nav-invite-btn{background:none;border:none;cursor:pointer;text-align:left}.login-modal-primary-btn{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0003;color:#5a67c9;display:inline-block;font-size:1.15rem;font-weight:700;max-width:320px;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;width:100%}.login-modal-primary-btn:hover{box-shadow:0 6px 16px #00000047;color:#4c51bf;transform:translateY(-2px)}.invite-friends{display:flex;flex-direction:column;gap:12px}.invite-friends__link-row{display:flex;flex-wrap:wrap;gap:8px}.invite-friends__link-input{background:#00000040;border:1px solid #ffffff26;border-radius:8px;color:#e8eaed;flex:1 1;font-size:14px;min-width:0;padding:10px 12px}.invite-friends__copy-btn,.invite-friends__send-btn{background:#ffffff14;border:1px solid #fff3;border-radius:8px;color:#e8eaed;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;text-align:center;text-decoration:none;white-space:nowrap}.invite-friends__copy-btn:hover,.invite-friends__send-btn:hover:not(:disabled){background:#ffffff24}.invite-friends__share-label{color:#ffffff73;font-size:12px;font-weight:600;letter-spacing:.06em;margin:4px 0 0;text-align:center;text-transform:uppercase}.invite-friends__share-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.invite-friends__social-btn{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #00000040;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-width:96px;padding:12px 14px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.invite-friends__social-btn:hover{box-shadow:0 6px 16px #00000059;filter:brightness(1.08);transform:translateY(-2px)}.invite-friends__social-icon{flex-shrink:0;height:22px;width:22px}.invite-friends__social-btn--sms{background:linear-gradient(145deg,#34c759,#28a745)}.invite-friends__social-btn--x{background:linear-gradient(145deg,#1a1a1a,#000)}.invite-friends__social-btn--facebook{background:linear-gradient(145deg,#1877f2,#0d65d9)}.invite-friends__email-form{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px}.invite-friends__email-input,.invite-friends__message-input{background:#00000040;border:1px solid #ffffff26;border-radius:8px;color:#e8eaed;font-family:inherit;font-size:16px;padding:10px 12px;resize:vertical}.invite-friends__send-btn{align-self:flex-start}.invite-friends__send-btn:disabled{cursor:not-allowed;opacity:.6}.invite-friends__status{font-size:13px;margin:0}.invite-friends__status--ok{color:#7dcea0}.invite-friends__status--error{color:#f1948a}.invite-modal-overlay{align-items:center;background:#000000a6;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:10000}.invite-modal{background:linear-gradient(160deg,#1e2229,#14171c);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 24px 48px #00000073;max-height:90vh;max-width:440px;overflow-y:auto;padding:24px 20px 20px;position:relative;width:100%}.invite-modal__accent{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:16px 16px 0 0;height:4px;left:0;position:absolute;right:0;top:0}.invite-modal__title{color:#f0f2f5;font-family:Orbitron,sans-serif;font-size:1.25rem;margin:0 0 16px;text-align:center}.invite-modal__close{background:#0000;border:1px solid #fff3;border-radius:8px;color:#b0b8c4;cursor:pointer;display:block;font-size:15px;margin-top:16px;padding:12px;width:100%}.invite-modal__close:hover{background:#ffffff0f}.share-nudge-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:10001}.share-nudge-modal{background:linear-gradient(145deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 24px 48px #00000073;color:#fff;max-width:420px;padding:28px 24px 24px;position:relative;text-align:center;width:100%}.share-nudge-modal__accent{background:linear-gradient(90deg,#34c759,#1877f2,#000);border-radius:16px 16px 0 0;height:4px;left:0;position:absolute;right:0;top:0}.share-nudge-modal__eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;margin:0 0 8px;opacity:.85;text-transform:uppercase}.share-nudge-modal__title{font-family:Orbitron,sans-serif;font-size:1.35rem;line-height:1.35;margin:0 0 12px;text-shadow:1px 1px 3px #00000040}.share-nudge-modal__text{font-size:1rem;line-height:1.55;margin:0 0 20px;opacity:.95}.share-nudge-modal__opt-out{align-items:flex-start;cursor:pointer;display:flex;font-size:14px;gap:10px;margin:0 0 20px;opacity:.95;text-align:left}.share-nudge-modal__opt-out input{flex-shrink:0;margin-top:3px}.share-nudge-modal__actions{display:flex;flex-direction:column;gap:10px}.share-nudge-modal__btn{border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;padding:12px 16px;transition:transform .15s ease,box-shadow .15s ease;width:100%}.share-nudge-modal__btn:hover{transform:translateY(-1px)}.share-nudge-modal__btn--primary{background:#fff;box-shadow:0 4px 14px #0003;color:#5a67d8}.share-nudge-modal__btn--secondary{background:#ffffff26;border:1px solid #ffffff59;color:#fff}@media (max-width:768px){.invite-friends__link-row{flex-direction:column}.invite-friends__copy-btn{width:100%}.invite-friends__share-row{align-items:center;flex-direction:column}.invite-friends__social-btn{flex-direction:row;gap:10px;justify-content:center;max-width:280px;min-width:0;width:100%}.invite-friends__send-btn{align-self:stretch;width:100%}.hamburger-menu{display:block}.nav-links{background-color:#1a1c20;box-shadow:0 2px 4px #0003;flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s ease-out;z-index:1000}.nav-links.open{max-height:min(70vh,28rem);overflow-y:auto}.nav-links .nav-invite-btn,.nav-links a{border-bottom:1px solid #2a2c30;font-size:1rem;padding:1rem;text-align:left;width:100%}.nav-sign-in-btn{font-size:.9rem;padding:.45rem 1rem}.App-nav{display:flex;justify-content:space-between}.nav-center{left:50%;position:absolute;transform:translateX(-50%)}.nav-right{margin-right:0}.welcome-text{display:none}.logout-link{margin-left:0}.mobile-game-info{display:block!important;margin:.5rem 0;padding:0 1rem;z-index:1}.mobile-game-info,.progress-section{box-sizing:border-box;position:relative;width:100%}.progress-section{background:#ffffff0d;border-radius:8px;max-width:none;padding:.75rem}.progress-header h2{color:#fff;font-size:1rem;margin:0}.mobile-progress-bar{background-color:#ffffff1a;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden;width:100%}.progress-fill{background-color:#4285f4;height:100%;transition:width .3s ease-out}.info-tooltip{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;color:#333;font-size:.9rem;line-height:1.4;max-width:300px;padding:.75rem;top:calc(100% + 5px);width:90%;z-index:1000}.info-tooltip,.info-tooltip:before{left:50%;position:absolute;transform:translateX(-50%)}.info-tooltip:before{border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;content:"";top:-8px}.logo-text{font-size:1.2rem}.App-header>:not(.map-container),.oauth-button-container{display:none}.oauth-button-container.mobile{display:block;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.game-description,.map-top-bar{display:none}.map-container{margin-top:0;padding:0 1rem;width:100%}}@media (min-width:769px) and (max-width:1024px){.nav-links{gap:.15rem}.welcome-text{display:none}.App-nav a,.nav-links .nav-invite-btn{font-size:.95rem;padding:.5rem .65rem}.logo-text{font-size:1.2rem}}.App-link{color:#61dafb}.data-deletion,.privacy-policy,.terms-of-service{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:800px;padding:2rem;text-align:left}.data-deletion h1,.privacy-policy h1,.terms-of-service h1{color:#282c34;margin-bottom:1rem}.data-deletion section,.privacy-policy section,.terms-of-service section{margin-bottom:2rem}.data-deletion h2,.privacy-policy h2,.terms-of-service h2{color:#282c34;margin-bottom:1rem}.data-deletion p,.privacy-policy p,.terms-of-service p{color:#333;line-height:1.6;margin-bottom:1rem}.data-deletion ul,.privacy-policy ul,.terms-of-service ul{margin-bottom:1rem;margin-left:2rem}.data-deletion li,.privacy-policy li,.terms-of-service li{color:#333;line-height:1.6;margin-bottom:.5rem}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-container{margin:0 auto;max-width:1200px;padding:20px;width:90%}.map-top-bar{grid-gap:1rem 1.25rem;align-items:stretch;display:grid;gap:1rem 1.25rem;grid-template-columns:minmax(160px,auto) minmax(0,1fr) auto;margin-bottom:16px;width:100%}@media (max-width:900px){.map-top-bar{grid-template-columns:1fr}}.map-top-bar__flag,.progress{align-items:center;display:flex;justify-content:center}.progress{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:10px;box-sizing:border-box;color:#fff;flex-direction:column;font-size:1.05rem;gap:.35rem;margin:0;min-height:3.5rem;min-width:0;padding:1rem 1.25rem;white-space:normal}.progress .play-mode-indicator{color:#ffffff80}.progress__main{font-size:1.05rem;font-weight:600;line-height:1.35;text-align:center}.game-progress-display{position:relative}.progress-alternates-toggle{background:#4285f426;border:1px solid #4285f459;border-radius:6px;color:#8ab4f8;cursor:pointer;font-size:.7rem;font-weight:600;padding:.2rem .5rem;white-space:nowrap}.progress-alternates-toggle--compact{font-size:.65rem;line-height:1.2;padding:.1rem .35rem;position:absolute;right:.35rem;top:.35rem}.progress-alternates-list{color:#ffffffbf;font-size:.78rem;list-style:none;margin:.35rem 0 0;padding:0;text-align:center;width:100%}.progress-alternates-list li+li{margin-top:.2rem}.progress-alternates-list--desktop{border-top:1px solid #ffffff14;padding-top:.35rem}.progress-section--with-tooltip{position:relative}.info-button--mobile-progress{position:absolute;right:.75rem;top:.75rem}.game-description{align-items:center;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:10px;box-sizing:border-box;color:#ffffffd1;display:flex;font-size:.88rem;line-height:1.55;margin:0;min-height:3.5rem;padding:1rem 1.25rem;text-align:left}.map-info-banner{background:#7dd3fc1a;border:1px solid #7dd3fc38;border-radius:8px;color:#ffffffeb;font-size:.92rem;margin:0 auto 12px;max-width:720px;padding:10px 14px;text-align:left}.map-dev-panel{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto 16px;max-width:720px;padding:12px 14px;width:100%}.map-dev-panel__label{color:#ffffff6b;flex:1 0 100%;font-size:.68rem;letter-spacing:.1em;text-align:center;text-transform:uppercase}@media (min-width:560px){.map-dev-panel__label{flex:0 0 auto;text-align:left}}.map-dev-panel__btn{background:#ffffff0f;border:1px solid #ffffff2e;border-radius:8px;color:#ffffffeb;cursor:pointer;font-size:.82rem;padding:8px 14px}.map-dev-panel__btn:hover:not(:disabled){background:#ffffff1a}.map-dev-panel__btn--primary{background:#0e749059;border-color:#38bdf873}.map-dev-panel__btn--accent{background:#667eea47;border-color:#a78bfa80}.map-dev-panel__btn:disabled{cursor:wait;opacity:.65}.account-page,.tn-plates-page{background:linear-gradient(180deg,#1a1d24,#12151a 55%,#0e1014);flex:1 0 auto;min-height:calc(100vh - 120px);width:100%}.account-page{box-sizing:border-box;color:#ffffffe0;padding:1.75rem 1rem 2.5rem;text-align:left}.account-page__wrap{margin:0 auto;max-width:520px}.account-page__header{margin-bottom:1.75rem;text-align:center}.account-page__title{color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.65rem;font-weight:600;letter-spacing:.04em;margin:0 0 .5rem;text-transform:uppercase}.account-page__email{color:#ffffff80;font-size:.92rem;margin:0}.account-page__email strong{color:#ffffffd9;font-weight:600}.account-page__panel{background:linear-gradient(165deg,#1e2329,#0f1216);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 16px 40px #00000059,inset 0 0 0 1px #ffffff08;margin:0 0 1.25rem;padding:1.35rem 1.25rem 1.2rem;position:relative}.account-page__panel--email:before,.account-page__panel--play:before,.account-page__panel--remove:before,.account-page__panel--tn-play:before{border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.account-page__panel--play:before{background:linear-gradient(90deg,#38bdf8,#0ea5e9 55%,#0284c7)}.account-page__panel--tn-play:before{background:linear-gradient(90deg,#fbbf24,#f59e0b 55%,#d97706)}.account-page__panel--remove:before{background:linear-gradient(90deg,#e8a35a,#d4a574 45%,#b8956a)}.account-page__panel--email:before{background:linear-gradient(90deg,#94a3b8,#64748b 50%,#475569)}.account-page__legend{color:#ffffff8c;font-size:.82rem;font-weight:600;letter-spacing:.06em;padding:0 .35rem;text-transform:uppercase}.account-page__hint{color:#ffffff7a;font-size:.88rem;line-height:1.55;margin:.5rem 0 1rem}.account-page__hint a{color:#7dd3fc}.account-page__options{display:flex;flex-direction:column;gap:.5rem}.account-page__radio-row{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;cursor:pointer;display:flex;gap:.65rem;margin:0;padding:.75rem .85rem;transition:background .2s ease,border-color .2s ease}.account-page__radio-row:hover{background:#ffffff0f;border-color:#ffffff1f}.account-page__radio-row:has(input:checked){background:#0e749038;border-color:#38bdf866}.account-page__radio-row input{accent-color:#38bdf8;cursor:pointer;flex-shrink:0;margin-top:.2rem}.account-page__radio-text{color:#ffffffd1;font-size:.9rem;line-height:1.45}.account-page__radio-text strong{color:#fff;font-weight:600}.account-page__check-row{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;cursor:pointer;display:flex;gap:.65rem;margin:0;padding:.75rem .85rem;transition:background .2s ease,border-color .2s ease}.account-page__check-row:hover{background:#ffffff0f;border-color:#ffffff1f}.account-page__check-row:has(input:checked){background:#47556933;border-color:#94a3b873}.account-page__check-row input{accent-color:#94a3b8;cursor:pointer;flex-shrink:0;margin-top:.2rem}.account-page__check-text{color:#ffffffd1;font-size:.9rem;line-height:1.45}.account-page__actions{display:flex;justify-content:center;margin-top:.5rem}.account-page__save{background:linear-gradient(145deg,#0e74908c,#085a70bf);border:1px solid #38bdf873;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:200px;padding:.85rem 1.5rem;transition:filter .2s ease,transform .12s ease}.account-page__save:hover:not(:disabled){filter:brightness(1.08)}.account-page__save:active:not(:disabled){transform:scale(.99)}.account-page__save:disabled{cursor:wait;opacity:.65}.account-page__save:focus-visible{outline:2px solid #38bdf8d9;outline-offset:3px}.account-page__status{font-size:.92rem;margin:1rem 0 0;text-align:center}.account-page__status--ok{color:#a5d6a7}.account-page__status--err{color:#ef9a9a}.account-page--loading{align-items:center;background:linear-gradient(180deg,#1a1d24,#12151a);display:flex;justify-content:center;min-height:calc(100vh - 120px);padding:2rem 1rem}.account-page__loading-card{background:linear-gradient(165deg,#1e2329,#0f1216);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 48px #0006;max-width:360px;padding:2rem 1.5rem}.account-page__loading-msg{color:#ffffffa6;font-size:1rem;margin:0;text-align:center}.us-map{height:auto;max-height:70vh;width:100%}@keyframes pulse{0%{fill:#ff5722}25%{fill:#2196f3}75%{fill:#2196f3}to{fill:#ff5722}}@media (max-width:768px){.game-description,.map-top-bar{display:none!important}.map-container{margin-top:0;padding:0;width:100%}.mobile-game-info{display:block;margin:.5rem auto;width:90%}.progress-section{max-width:none;padding:.75rem;width:100%}.mobile-progress-bar{margin:0 auto;width:100%}}.state-toggle-list{background:#ffffff0d;border-radius:8px;margin:2rem auto;max-width:1200px;padding:1rem;width:90%}.state-toggle-list h2{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.country-toggler{margin-bottom:1.5rem}.country-toggler,.flag-only-dropdown{display:inline-block;position:relative}.flag-only-dropdown{align-self:center;flex-shrink:0}.flag-only-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:space-between;min-width:60px;padding:.5rem .75rem;transition:all .3s ease}.flag-only-button:hover{background:#ffffff26;border-color:#ffffff4d}.flag-emoji{font-size:1.2rem}.flag-dropdown{background:#1a1c20f2;border:1px solid #fff3;border-radius:8px;box-shadow:0 4px 12px #0000004d;left:0;margin-top:.25rem;min-width:60px;overflow:hidden;position:absolute;top:100%;z-index:1000}.flag-option{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.5rem .75rem;transition:background-color .2s ease;width:100%}.flag-option:hover{background:#ffffff1a}.flag-option.active{background:#2196f333}.flag-option.active:hover{background:#2196f34d}.country-toggler-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:space-between;min-width:200px;padding:.75rem 1rem;transition:all .3s ease}.country-toggler-button:hover{background:#ffffff26;border-color:#ffffff4d}.country-flag{font-size:1.2rem}.country-name{flex:1 1;text-align:left}.privacy-policy .reports-filter-bar{background:#f5f7fa;border:1px solid #e0e4ea;border-radius:12px;display:flex;flex-direction:column;gap:1rem;margin:1rem 0 1.25rem;padding:1rem 1.25rem}.privacy-policy .reports-filter-group{display:flex;flex-direction:column;gap:.5rem}.privacy-policy .reports-filter-label{color:#5f6368;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.privacy-policy .reports-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.privacy-policy .reports-filter-pill{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:999px;color:#3c4043;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.35rem;padding:.45rem .85rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.privacy-policy .reports-filter-pill:hover{background:#f1f3f4;border-color:#bdc1c6}.privacy-policy .reports-filter-pill--active{background:#1a73e8;border-color:#1a73e8;color:#fff}.privacy-policy .reports-filter-pill--active:hover{background:#1557b0;border-color:#1557b0;color:#fff}.privacy-policy .reports-filter-pill__flag{font-size:1rem;line-height:1}.privacy-policy .reports-filter-pill__text{white-space:nowrap}@media (max-width:600px){.privacy-policy .reports-filter-pill__text{font-size:.8rem}}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.country-dropdown{background:#1a1c20f2;border:1px solid #fff3;border-radius:8px;box-shadow:0 4px 12px #0000004d;left:0;margin-top:.25rem;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.country-option{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.country-option:hover{background:#ffffff1a}.country-option.active{background:#2196f333;color:#64b5f6}.country-option.active:hover{background:#2196f34d}.state-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:0 1rem}.state-toggle-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;padding:.75rem;text-align:center;transition:all .3s ease}.state-toggle-button:hover{background:#fff3;transform:translateY(-2px)}.state-toggle-button.visited{background:#ff5722;border-color:#ff5722}.state-toggle-button.visited:hover{background:#ff7043}.state-toggle-button.tier-green{background:#2e7d32;border-color:#2e7d32}.state-toggle-button.tier-green:hover{background:#388e3c}.state-toggle-button.tier-orange{background:#ff5722;border-color:#ff5722}.state-toggle-button.tier-orange:hover{background:#ff7043}.state-toggle-button--virginia-tribute{border-color:#ffffff59;color:#fff;text-shadow:0 1px 2px #000000a6}.state-toggle-button--virginia-tribute.tier-green,.state-toggle-button--virginia-tribute.tier-orange,.state-toggle-button--virginia-tribute.visited{background-color:initial}.state-toggle-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.5}.state-toggle-button:disabled:hover{background-color:#ccc;color:#666;transform:none}.checkmark-icon{color:#4caf50;flex-shrink:0}@media (max-width:768px){.state-toggle-list{padding:0;width:100%}.country-toggler-button{font-size:.9rem;min-width:150px;padding:.5rem .75rem}.country-flag{font-size:1rem}.country-dropdown{margin-top:.125rem}.country-option{font-size:.8rem;padding:.5rem .75rem}.state-grid{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:0 .5rem}.state-toggle-button{font-size:.8rem;padding:.5rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-in-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.new-month-modal{animation:slideIn .4s ease-out;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:3px solid #4caf50;border-radius:15px;box-shadow:0 0 30px #4caf5080;max-height:80vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.modal-header{align-items:center;background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:12px 12px 0 0;color:#fff;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-align:center}.modal-header,.modal-header h2{font-size:1.5rem;font-weight:700}.modal-header h2{margin:0}.emoji-row{font-size:1.2rem;line-height:1}.modal-body{color:#fff;padding:2rem}.whimsical-message{line-height:1.6;margin-bottom:2rem;text-align:center}.whimsical-message p{font-size:1.1rem;margin:.8rem 0}.whimsical-message strong{color:#4caf50;font-weight:700}.modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.modal-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;min-width:120px;padding:.8rem 1.5rem;transition:all .3s ease}.cancel-button{background:#666;color:#fff}.cancel-button:hover{background:#777;transform:translateY(-2px)}.confirm-button{background:linear-gradient(45deg,#4caf50,#66bb6a);color:#fff}.confirm-button:hover{background:linear-gradient(45deg,#45a049,#5cb85c);box-shadow:0 4px 15px #4caf5066;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.remove-sighting-overlay{align-items:center;animation:fadeIn .25s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0c0e12c7;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:10000}.remove-sighting-modal{animation:slideIn .35s ease-out;background:linear-gradient(165deg,#1e2329,#0f1216);border:1px solid #ffffff12;border-radius:18px;box-shadow:0 32px 64px #0000008c,inset 0 0 0 1px #ffffff08;display:flex;flex-direction:column;max-height:min(85vh,640px);max-width:420px;overflow:hidden;position:relative;width:100%}.remove-sighting-modal__accent{background:linear-gradient(90deg,#e8a35a,#d4a574 40%,#b8956a);flex-shrink:0;height:4px;width:100%}.remove-sighting-modal__inner{display:flex;flex-direction:column;gap:.75rem;min-height:0;padding:1.5rem 1.5rem 1.25rem}.remove-sighting-modal__title{color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.35rem;font-weight:600;letter-spacing:.02em;margin:0;text-align:center}.remove-sighting-modal__subtitle{color:#ffffff8c;font-size:.9rem;line-height:1.5;margin:0 0 .25rem;text-align:center}.remove-sighting-modal__state{font-feature-settings:"tnum";color:#ffffffe0;font-variant-numeric:tabular-nums;font-weight:600}.remove-sighting-modal__subtitle-sep{opacity:.45}.remove-sighting-modal__list{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:.5rem 0 0;max-height:min(48vh,360px);overflow-y:auto;padding:0}.remove-sighting-modal__list li{margin:0}.remove-sighting-modal__month-btn{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;color:#eaeaea;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;justify-content:space-between;padding:.85rem 1rem;text-align:left;transition:background .2s ease,border-color .2s ease,transform .15s ease;width:100%}.remove-sighting-modal__month-btn:hover{background:#e8a35a1f;border-color:#e8a35a59}.remove-sighting-modal__month-btn:focus-visible{outline:2px solid #e8a35ad9;outline-offset:2px}.remove-sighting-modal__month-btn:active{transform:scale(.99)}.remove-sighting-modal__month-text{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.remove-sighting-modal__month-arrow{color:#e8a35ae6;flex-shrink:0;font-size:1.1rem;transition:transform .2s ease}.remove-sighting-modal__month-btn:hover .remove-sighting-modal__month-arrow{transform:translateX(4px)}.remove-sighting-modal__cancel{background:#0000;border:1px solid #ffffff1f;border-radius:10px;color:#ffffffa6;cursor:pointer;font-size:.92rem;font-weight:500;margin-top:.5rem;padding:.75rem 1rem;transition:background .2s ease,color .2s ease,border-color .2s ease;width:100%}.remove-sighting-modal__cancel:hover{background:#ffffff0f;border-color:#fff3;color:#ffffffeb}.remove-sighting-modal__cancel:focus-visible{outline:2px solid #ffffff73;outline-offset:2px}.orange-choice-overlay{align-items:center;animation:fadeIn .25s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0c0e12c7;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:10000}.orange-choice-modal{animation:slideIn .35s ease-out;background:linear-gradient(165deg,#1e2329,#0f1216);border:1px solid #ffffff12;border-radius:18px;box-shadow:0 32px 64px #0000008c,inset 0 0 0 1px #ffffff08;max-width:420px;overflow:hidden;position:relative;width:100%}.orange-choice-modal__accent{background:linear-gradient(90deg,#ff8a65,#ff7043 45%,#e64a19);flex-shrink:0;height:4px;width:100%}.orange-choice-modal__inner{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.5rem 1.25rem}.orange-choice-modal__title{color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:.02em;margin:0;text-align:center}.orange-choice-modal__subtitle{color:#ffffff8c;font-size:.9rem;line-height:1.5;margin:0;text-align:center}.orange-choice-modal__actions{display:flex;flex-direction:column;gap:.6rem;margin-top:.35rem}.orange-choice-modal__btn{align-items:flex-start;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:.2rem;padding:.9rem 1rem;text-align:left;transition:background .2s ease,border-color .2s ease,transform .12s ease;width:100%}.orange-choice-modal__btn-hint{font-size:.78rem;font-weight:400;opacity:.75}.orange-choice-modal__btn--add{background:#2e7d3238;border-color:#81c78473;color:#e8f5e9}.orange-choice-modal__btn--add:hover{background:#2e7d3252;border-color:#a5d6a78c}.orange-choice-modal__btn--add:focus-visible{outline:2px solid #81c784d9;outline-offset:2px}.orange-choice-modal__btn--remove{background:#e8a35a1f;border-color:#e8a35a59;color:#fff8f0}.orange-choice-modal__btn--remove:hover{background:#e8a35a33;border-color:#e8a35a80}.orange-choice-modal__btn--remove:focus-visible{outline:2px solid #e8a35ad9;outline-offset:2px}.orange-choice-modal__btn--remove.orange-choice-modal__btn--disabled,.orange-choice-modal__btn--remove:disabled{background:#ffffff0a;border-color:#ffffff1a;color:#ffffff6b;cursor:not-allowed;opacity:.72}.orange-choice-modal__btn--remove:disabled:hover{background:#ffffff0a;border-color:#ffffff1a}.orange-choice-modal__btn--remove:disabled .orange-choice-modal__btn-hint{color:#ffffff61}.orange-choice-modal__remove-note{color:#ffffff7a;font-size:.8rem;line-height:1.5;margin:0;padding:.15rem .2rem 0;text-align:center}.orange-choice-modal__remove-note strong{color:#ffffffa6;font-weight:600}.orange-choice-modal__btn:active{transform:scale(.99)}.orange-choice-modal__cancel{background:#0000;border:1px solid #ffffff1f;border-radius:10px;color:#ffffffa6;cursor:pointer;font-size:.92rem;font-weight:500;margin-top:.35rem;padding:.72rem 1rem;transition:background .2s ease,color .2s ease;width:100%}.orange-choice-modal__cancel:hover{background:#ffffff0f;color:#ffffffeb}.current-month-remove-overlay{align-items:center;animation:fadeIn .25s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0c0e12c7;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:10000}.current-month-remove-modal{animation:slideIn .35s ease-out;background:linear-gradient(165deg,#1e2329,#0f1216);border:1px solid #ffffff12;border-radius:18px;box-shadow:0 32px 64px #0000008c,inset 0 0 0 1px #ffffff08;max-width:400px;overflow:hidden;width:100%}.current-month-remove-modal__accent{background:linear-gradient(90deg,#43a047,#2e7d32 50%,#1b5e20);flex-shrink:0;height:4px;width:100%}.current-month-remove-modal__inner{padding:1.5rem 1.5rem 1.35rem}.current-month-remove-modal__title{color:#f0f0f0;font-family:Orbitron,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 .75rem;text-align:center}.current-month-remove-modal__body{color:#ffffffa6;font-size:.92rem;line-height:1.55;margin:0 0 1.25rem;text-align:center}.current-month-remove-modal__body strong{color:#c8e6c9f2;font-weight:600}.current-month-remove-modal__state{font-feature-settings:"tnum";color:#ffffffe0;font-variant-numeric:tabular-nums;font-weight:600}.current-month-remove-modal__sep{opacity:.45}.current-month-remove-modal__actions{display:flex;gap:.75rem;justify-content:stretch}.current-month-remove-modal__ghost{background:#0000;border:1px solid #ffffff24;border-radius:10px;color:#ffffffbf;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:500;padding:.75rem 1rem;transition:background .2s ease}.current-month-remove-modal__ghost:hover{background:#ffffff0f}.current-month-remove-modal__danger{background:linear-gradient(145deg,#c62828,#8e0000);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem 1rem;transition:filter .2s ease,transform .12s ease}.current-month-remove-modal__danger:hover{filter:brightness(1.08)}.current-month-remove-modal__danger:focus-visible{outline:2px solid #ef9a9ae6;outline-offset:2px}.current-month-remove-modal__danger:active{transform:scale(.99)}.map-type-display{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:2rem 0;padding:2rem}.map-type-display h2{color:#fff;font-size:2rem;margin:0 0 1rem;text-shadow:2px 2px 4px #00000080}.map-type-display p{color:#f0f0f0;font-size:1.2rem;margin:0;opacity:.9}.privacy-policy.admin-jurisdictions .admin-jurisdictions__table{border-collapse:collapse;font-size:.95rem;margin:1rem 0 1.5rem;width:100%}.privacy-policy.admin-jurisdictions .admin-jurisdictions__table td,.privacy-policy.admin-jurisdictions .admin-jurisdictions__table th{border:1px solid #e0e0e0;padding:.5rem .65rem;text-align:left;vertical-align:middle}.privacy-policy.admin-jurisdictions .admin-jurisdictions__table th{background:#f5f5f5;font-weight:600}.privacy-policy.admin-jurisdictions .admin-jurisdictions__form input,.privacy-policy.admin-jurisdictions .admin-jurisdictions__form select,.privacy-policy.admin-jurisdictions .admin-jurisdictions__table input[type=text]{border:1px solid #ccc;border-radius:4px;font:inherit;min-width:6rem;padding:.35rem .5rem;width:100%}.privacy-policy.admin-jurisdictions .admin-jurisdictions__btn{background:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;font:inherit;padding:.4rem .75rem}.privacy-policy.admin-jurisdictions .admin-jurisdictions__btn:hover:not(:disabled){background:#3367d6}.privacy-policy.admin-jurisdictions .admin-jurisdictions__btn:disabled{cursor:not-allowed;opacity:.5}.privacy-policy.admin-jurisdictions .admin-jurisdictions__form{grid-gap:.75rem 1rem;align-items:end;display:grid;gap:.75rem 1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));max-width:960px}.privacy-policy.admin-jurisdictions .admin-jurisdictions__form label{color:#555;display:flex;flex-direction:column;font-size:.85rem;gap:.35rem}
/*# sourceMappingURL=main.936bbf0b.css.map*/