*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0f2a2a;--ink-soft:#1b3d3d;--sand:#f5efe6;--mist:#edf6f2;--surface:#fffaf4;--coral:#e76d5b;--sun:#f4b468;--teal:#0c4b4a;--mint:#c8e7dd;--border:#0f2a2a1f;--shadow:0 30px 80px #0f2a2a24;--radius:28px;--topbar-height:72px}html,body{width:100%;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body.page-map{height:100%;overflow:hidden}body.page-location{background:linear-gradient(180deg, var(--sand), var(--surface));color:var(--ink)}body.page-location main{padding-top:calc(var(--topbar-height) + 1.5rem);padding-bottom:4rem}.site-topbar{width:100%;height:auto;min-height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--border);z-index:400;position:fixed;top:0;left:0}.topbar-inner{min-height:var(--topbar-height);justify-content:space-between;align-items:center;gap:1.5rem;padding:0 2rem;display:flex}.topbar-brand{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.75rem;font-family:Georgia,serif;font-size:1.1rem;text-decoration:none;display:inline-flex}.topbar-brand-logo{border-radius:12px;width:36px;height:36px}.topbar-nav{align-items:center;gap:1rem;display:flex}.topbar-menu-toggle{border:1px solid var(--border);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;gap:.7rem;padding:.65rem 1rem;font-weight:600;display:none}.topbar-menu-icon{flex-direction:column;justify-content:center;gap:.22rem;width:1.1rem;display:inline-flex}.topbar-menu-icon span{background:currentColor;border-radius:999px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.topbar-menu-label{line-height:1}.topbar-auth{align-items:center;gap:.75rem;display:flex}.topbar-link{color:var(--ink);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.topbar-logout{margin:0}.topbar-nav a{color:var(--ink);font-weight:600;text-decoration:none}.topbar-add{background:var(--coral);color:var(--surface);border-radius:var(--radius);cursor:pointer;border:none;padding:.55rem 1.2rem;font-weight:600}.topbar-search{min-width:260px;position:relative}.topbar-search input{border:1px solid var(--border);background:var(--mist);border-radius:var(--radius);width:100%;color:var(--ink);caret-color:var(--ink);padding:.6rem 1rem}.topbar-search input:focus,.topbar-search input:focus-visible,.topbar-search input:active{background:var(--mist);color:var(--ink);outline-offset:2px;outline:2px solid #0c4b4a40}.topbar-search input::selection{color:var(--ink);background:#0c4b4a33}.topbar-search input:-webkit-autofill{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);box-shadow:0 0 0 1000px var(--mist) inset}.search-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) - 8px);box-shadow:var(--shadow);z-index:500;padding:.5rem;display:none;position:absolute;top:calc(100% + .5rem);left:0;right:0}.search-dropdown.is-active{display:block}.mobile-nav-panel{display:none}.mobile-nav-logout{margin:0}.search-result{color:var(--ink);border-radius:calc(var(--radius) - 12px);padding:.5rem .75rem;text-decoration:none;display:block}.search-result:hover{background:var(--mint);color:var(--ink)}.search-hint{color:var(--ink-soft);padding:.6rem .75rem;font-size:.9rem}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.identity-page main{width:100%;max-width:960px;padding:calc(var(--topbar-height) + 2rem) 1.5rem 4rem;margin:0 auto}.identity-shell h1{color:var(--ink);margin-bottom:.5rem}.identity-lede{color:var(--ink-soft);margin-bottom:2rem}.identity-grid{grid-template-columns:minmax(200px,1fr) minmax(0,3fr);gap:2rem;display:grid}.identity-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.identity-panel-nav{top:calc(var(--topbar-height) + 1rem);align-self:start;position:sticky}.identity-page .row{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.identity-page h1,.identity-page h2,.identity-page h3{color:var(--ink)}.identity-page main>h1{margin-bottom:1rem}.identity-page hr{border:none;border-top:1px solid var(--border);margin:1rem 0 1.5rem}.identity-page form{gap:1rem;display:grid}.identity-page .form-field{gap:.5rem;display:grid}.identity-page label{color:var(--ink);font-weight:600}.identity-page input,.identity-page select,.identity-page textarea{border:1px solid var(--border);background:var(--mist);color:var(--ink);border-radius:18px;padding:.65rem .85rem}.identity-page .button{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.identity-page .button.primary{background:var(--teal);color:var(--surface)}.identity-page .apple-button{color:#fff;background:#111}.identity-page .button.clear{color:var(--teal);background:0 0;padding:0}.identity-page .expanded{width:100%}.identity-page .form-error,.identity-page .validation-summary-errors{color:#b93333}.identity-page a{color:var(--teal)}.identity-page .identity-manage-menu{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.identity-page .identity-manage-link{color:var(--ink);background:var(--mist);border-radius:18px;padding:.6rem .9rem;text-decoration:none;display:block}.identity-page .identity-manage-link.active{background:var(--teal);color:var(--surface)}.identity-page .login-shell{text-align:center}.identity-page .login-panel{text-align:left;width:100%;max-width:420px;margin:0 auto}.identity-page .register-shell{text-align:center}.identity-page .register-panel{text-align:left;width:100%;max-width:520px;margin:0 auto}.identity-page .register-panel-alt{max-width:420px;margin-top:1.5rem}.identity-page .login-links{gap:.5rem;display:grid}.identity-page .login-links a{color:var(--surface);text-decoration:underline;text-decoration-color:var(--coral);text-underline-offset:3px}.identity-page .login-links a:hover{color:var(--surface)}.page-map #map{top:var(--topbar-height);width:100%;height:calc(100vh - var(--topbar-height));position:fixed;left:0}.page-map #loading-message{z-index:1000;color:#333;background:#ffffffe6;border-radius:5px;padding:10px 20px;font-size:1.25rem;display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.mapboxgl-ctrl-top-right{top:calc(var(--topbar-height) + 10px);right:10px}.mapboxgl-ctrl-top-left{top:calc(var(--topbar-height) + 10px);left:10px}.mapboxgl-ctrl-bottom-left{bottom:10px;left:10px}.mapboxgl-ctrl-bottom-right{bottom:10px;right:10px}.mapboxgl-popup{max-width:320px}.pencil-popup .mapboxgl-popup-content{color:#2c2c2c;background:#fdfbf7;border:2px solid #4a4a4a;border-width:1.5px 2px 2px 1.5px;border-radius:3px;padding:18px;font-family:Georgia,serif;box-shadow:3px 3px #0000001a}.pencil-popup .mapboxgl-popup-content h3{color:#2c2c2c;border-bottom:1px dashed #8b8b8b;margin-bottom:10px;padding-bottom:8px;font-family:Georgia,serif}.pencil-popup .mapboxgl-popup-content p{margin:8px 0;font-size:14px;line-height:1.5}.pencil-popup .mapboxgl-popup-content a{color:#556b2f;text-underline-offset:2px;text-decoration:underline wavy}.pencil-popup .mapboxgl-popup-content a:hover{color:#8b4513}.pencil-popup .mapboxgl-popup-tip{border-top-color:#4a4a4a}.map-tooltip .mapboxgl-popup-content{background:var(--surface);color:var(--ink);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;padding:10px 12px;font-family:Georgia,serif}.map-tooltip .mapboxgl-popup-tip{border-top-color:var(--surface)}.map-tooltip-title{font-size:.9rem;font-weight:600}.map-tooltip-hint{color:var(--ink-soft);letter-spacing:.01em;margin-top:.2rem;font-size:.72rem}.mapboxgl-popup-close-button{color:#4a4a4a;padding:5px;font-size:20px}.location-hero,.locations-hero{background:var(--surface);border-bottom:1px solid var(--border);padding:3.5rem 0 2.5rem}.location-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--ink-soft);margin-bottom:.75rem;font-size:.75rem}.location-summary{color:var(--ink-soft);margin-top:1rem;font-size:1.1rem}.location-hero-actions,.locations-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.location-help{border:2px solid var(--teal);width:44px;height:44px;color:var(--teal);cursor:pointer;background:0 0;border-radius:50%;font-size:1.1rem;font-weight:700}.location-status-actions,.location-status{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.location-status-toggle{border:1px solid var(--border);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.85rem;display:inline-flex}.location-status-toggle.is-active{border-color:var(--teal);background:var(--mint);color:var(--ink)}.pencil-popup .location-status-toggle{background:var(--surface);border-color:var(--border);color:var(--ink)}.pencil-popup .location-status-toggle.is-active{background:var(--mint);color:var(--ink)}.location-review-prompt{align-items:center;gap:.6rem;margin-top:.75rem;display:flex}.location-review-label{color:var(--ink-soft);font-size:.85rem}.location-review-login{margin-top:.75rem}.location-review-login a{color:var(--teal);text-decoration:underline}.map-review-trigger{border-width:1px;width:32px;height:32px;font-size:.95rem}.pencil-popup .location-review-label{color:#2c2c2c}.status-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block}.status-visited{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle cx=%228%22 cy=%228%22 r=%226%22 fill=%22none%22 stroke=%22%230c4b4a%22 stroke-width=%221.5%22/%3E%3C/svg%3E")}.location-status-toggle.is-active .status-visited{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M6.4 11.2L3.2 8l1.1-1.1 2.1 2.1 5-5L12.5 5z%22 fill=%22%230c4b4a%22/%3E%3C/svg%3E")}.status-want{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M8 13l-1-0.9C4.1 9.7 2.5 8.3 2.5 6.3 2.5 5 3.6 4 5 4c0.9 0 1.7 0.4 2.2 1.1C7.8 4.4 8.6 4 9.5 4c1.4 0 2.5 1 2.5 2.3 0 2-1.6 3.4-4.5 5.8L8 13z%22 fill=%22%23e76d5b%22/%3E%3C/svg%3E")}.status-tasted{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4 2h8l-0.9 5.6A3.5 3.5 0 0 1 7.6 10H8.4A3.5 3.5 0 0 1 5 7.6L4 2zm2 6.3A2.3 2.3 0 0 0 8.3 9h-0.6A2.3 2.3 0 0 0 10 8.3l0.6-4H5.4l0.6 4zM7 11h2v3h3v1H4v-1h3v-3z%22 fill=%22%23f4b468%22/%3E%3C/svg%3E")}.location-status-login{color:var(--teal);font-weight:600;text-decoration:underline}.location-button{background:var(--coral);color:var(--surface);border-radius:var(--radius);text-transform:none;border:none;padding:.85rem 1.5rem;font-weight:600}.location-button-outline{color:var(--teal);border:2px solid var(--teal);border-radius:var(--radius);background:0 0;padding:.75rem 1.4rem;font-weight:600}.location-map-wrap{padding:2.5rem 0 3rem}.location-map-layout{align-items:flex-start}.location-details-inline{padding:0}#location-map{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:clamp(360px,55vh,520px);min-height:320px;box-shadow:var(--shadow)}#location-loading{color:var(--ink-soft);margin:0 0 1rem;font-size:1rem}.location-details{padding:0 0 3.5rem}.location-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.5rem;padding:2rem}.location-panel h2{color:var(--ink);margin-bottom:.75rem}.dashboard-subtitle{color:var(--ink);margin:1.25rem 0 .5rem;font-size:1rem}.dashboard-list{flex-direction:column;gap:.6rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.dashboard-item{flex-direction:column;gap:.2rem;display:flex}.dashboard-item-link{color:var(--teal);text-underline-offset:4px;font-weight:600;text-decoration:underline}.dashboard-item-title{color:var(--ink);font-weight:600}.dashboard-item-meta{color:var(--ink-soft);font-size:.9rem}.dashboard-item-actions{align-items:center;gap:.6rem;display:flex}.dashboard-item-action-label{color:var(--ink-soft);font-size:.85rem}.dashboard-review-trigger{border-width:1px;width:32px;height:32px;font-size:.95rem}.location-panel p{color:var(--ink-soft)}.location-description-content h3{color:var(--ink);margin:1.2rem 0 .6rem;font-size:1.05rem}.location-description-content .location-description-intro{color:var(--ink);margin:0 0 1.2rem;font-size:1.08rem;font-weight:600;line-height:1.75}.location-description-content .location-description-intro+h3{margin-top:1.1rem}.location-description-content p{margin:0 0 .9rem}.location-description-content p:last-child{margin-bottom:0}.location-description-content ul{margin:.6rem 0 1rem;padding-left:1.2rem}.location-meta{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.location-meta-label{text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft);margin-bottom:.35rem;font-size:.7rem}.location-meta-value{color:var(--ink);margin-bottom:.35rem}.location-website a,.location-card-link{color:var(--teal);text-underline-offset:4px;text-decoration:underline}.location-tags{flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem;padding:0;list-style:none;display:flex}.location-tags li{background:var(--mint);color:var(--ink);border-radius:var(--radius);padding:.4rem .9rem;font-size:.85rem;font-weight:600}.location-muted,.location-contact p{color:var(--ink-soft)}.location-panel-review{position:relative}.location-review-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.location-review-summary{background:var(--mist);border:1px solid var(--border);color:var(--ink);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .85rem;font-weight:600;display:inline-flex}.review-stars{gap:.1rem;line-height:1;display:inline-flex}.review-star{color:#0f2a2a4d;font-size:.95rem}.review-star.is-filled{color:var(--sun)}.review-rating-value{font-size:.95rem}.review-rating-count{color:var(--ink-soft);font-size:.85rem;font-weight:500}.review-form{gap:1rem;margin-top:1rem;display:grid}.review-form label{color:var(--ink);gap:.5rem;font-weight:600;display:grid}.review-form select,.review-form textarea{border:1px solid var(--border);background:var(--mist);color:var(--ink);border-radius:18px;padding:.65rem .85rem}.review-form select{min-height:44px;line-height:1.3}.review-form textarea{resize:vertical;min-height:120px}.review-validation{color:var(--coral);font-weight:600}.locations-listing{padding:2rem 0 4rem}.locations-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:2rem;padding:1.5rem}.locations-filter-form label{color:var(--ink);gap:.6rem;font-weight:600;display:grid}.locations-filter-form select{border:1px solid var(--border);background:var(--mist);color:var(--ink);border-radius:18px;min-height:44px;padding:.65rem .85rem;line-height:1.3}.locations-filter-actions{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.locations-feature-tags{margin-top:1.5rem}.locations-feature-tags-grid{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.locations-feature-tag{border:1px solid var(--border);background:var(--mist);color:var(--ink);cursor:pointer;border-radius:999px;padding:.45rem 1rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.locations-feature-tag.is-active{background:var(--coral);color:var(--surface);border-color:var(--coral)}.locations-filter-empty{margin:1.5rem 0}.is-hidden{display:none}.locations-filter-row{margin-top:1.25rem}.locations-filter-checkbox{color:var(--ink);align-items:center;gap:.75rem;font-weight:600;display:flex}.locations-filter-checkbox input{width:18px;height:18px;accent-color:var(--coral)}.locations-highlight{margin-bottom:1.5rem}.locations-callout{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.locations-callout h2{margin-bottom:.5rem}.locations-callout-actions{justify-content:flex-end;display:flex}.locations-nearby{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:2.5rem;padding:2rem}.locations-nearby h2{margin-bottom:.5rem}.locations-nearby-empty{text-align:center}.location-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);height:100%;margin-bottom:1.5rem;padding:1.75rem}.location-card-media{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);background:var(--mist);margin:-1.75rem -1.75rem 1.25rem;overflow:hidden}.location-card-media img{object-fit:cover;width:100%;height:180px;display:block}.location-card-type{text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft);margin-bottom:.5rem;font-size:.7rem}.location-card-title{margin:0 0 .75rem}.location-card-title a{color:var(--ink);text-decoration:none}.location-card-meta{color:var(--ink-soft);margin-bottom:1.5rem}.location-card-link{font-weight:600}.location-panel-secondary{background:var(--mist)}.location-gallery{background:var(--surface);border-bottom:1px solid var(--border);padding:2.5rem 0}.location-gallery-item{margin-bottom:1.5rem}.location-gallery-image{object-fit:cover;border-radius:var(--radius);width:100%;height:220px;box-shadow:var(--shadow);display:block}.wine-marker{cursor:pointer;background-image:url(/images/winemap-logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:30px;height:30px}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#722f37;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=768px){:root{--topbar-height:72px}.topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;padding:.75rem 1rem}.topbar-brand{letter-spacing:.06em;width:auto;max-width:calc(100% - 9rem);font-size:1rem}.topbar-nav{display:none}.topbar-auth{flex-wrap:nowrap;justify-content:flex-start}.topbar-add{display:none}.topbar-menu-toggle{display:inline-flex}.topbar-search{order:3;width:100%;min-width:0}.mobile-nav-panel{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) - 6px);box-shadow:var(--shadow);z-index:450;gap:.5rem;padding:1rem;display:none;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem}.mobile-nav-panel a,.mobile-nav-panel button{width:100%;min-height:44px;color:var(--ink);text-align:left;font:inherit;background:0 0;border:none;align-items:center;padding:.25rem 0;font-weight:600;text-decoration:none;display:flex}.site-topbar.is-mobile-menu-open .mobile-nav-panel{display:grid}.site-topbar.is-mobile-menu-open .topbar-menu-icon span:first-child{transform:translateY(6px)rotate(45deg)}.site-topbar.is-mobile-menu-open .topbar-menu-icon span:nth-child(2){opacity:0}.site-topbar.is-mobile-menu-open .topbar-menu-icon span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mapboxgl-popup-content{max-width:250px}.locations-callout-actions{justify-content:flex-start;margin-top:1rem}.location-details-inline{margin-top:1.5rem}}@media (prefers-color-scheme:dark){body{color:#e0e0e0;background-color:#111}.site-topbar{background:var(--teal);border-bottom-color:#c8e7dd33}.topbar-brand,.topbar-nav a,.mobile-nav-panel a,.mobile-nav-panel button,.topbar-link{color:var(--surface)}.topbar-menu-toggle{color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.topbar-search input{color:var(--surface);caret-color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.topbar-search input:focus,.topbar-search input:focus-visible,.topbar-search input:active{color:var(--surface);outline-offset:2px;background:#c8e7dd1f;outline:2px solid #c8e7dd59}.topbar-search input::selection{color:var(--surface);background:#c8e7dd4d}.topbar-search input:-webkit-autofill{-webkit-text-fill-color:var(--surface);caret-color:var(--surface);box-shadow:inset 0 0 0 1000px #c8e7dd1f}.search-dropdown,.mobile-nav-panel{background:var(--teal);box-shadow:none;border-color:#c8e7dd33}.search-result{color:var(--surface)}.search-result:hover{color:var(--surface);background:#c8e7dd33}.search-hint{color:var(--mist)}body.page-location{background:linear-gradient(180deg, var(--ink), var(--teal));color:var(--surface)}.location-hero,.locations-hero{background:#0c4b4a66;border-bottom-color:#c8e7dd33}.location-eyebrow,.location-summary,.location-panel p,.location-muted,.location-contact p,.location-card-meta{color:var(--mist)}.location-panel{box-shadow:none;background:#0c4b4a59;border-color:#c8e7dd33}.location-panel-secondary{background:#0c4b4a59}.location-description-content h3,.location-description-content .location-description-intro{color:var(--surface)}.location-description-content p,.location-description-content ul,.location-description-content li{color:var(--mist)}.location-review-summary{color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.review-star{color:#c8e7dd59}.review-rating-count{color:var(--mist)}.review-form select,.review-form textarea{color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.review-validation{color:var(--sun)}.location-panel h2,.location-card-title a,.location-meta-value,.dashboard-subtitle,.dashboard-item-title{color:var(--surface)}.dashboard-item-link{color:var(--sun)}.dashboard-item-meta,.dashboard-item-action-label,.location-review-label{color:var(--mist)}.location-review-login a{color:var(--sun)}.location-meta-label,.location-card-type{color:var(--mint)}.location-tags li{color:var(--surface);background:#c8e7dd2e}.location-card{box-shadow:none;background:#0c4b4a59;border-color:#c8e7dd33}.location-card-link,.location-website a{color:var(--sun)}.locations-nearby,.locations-filters,.locations-callout{box-shadow:none;background:#0c4b4a59;border-color:#c8e7dd33}.locations-filter-form label,.locations-filter-checkbox{color:var(--mist)}.locations-filter-form select,.locations-feature-tag{color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.locations-feature-tag.is-active{background:var(--sun);color:var(--ink);border-color:var(--sun)}.location-button{background:var(--sun);color:var(--ink)}.location-button-outline{color:var(--surface);border-color:var(--surface)}.location-help{border-color:var(--sun);color:var(--sun)}.location-status-toggle{color:var(--surface);background:#0c4b4a59;border-color:#c8e7dd33}.location-status-toggle.is-active{color:var(--surface);background:#c8e7dd33}.location-status-login{color:var(--sun)}.identity-page main,.identity-shell h1,.identity-page h1,.identity-page h2,.identity-page h3{color:var(--surface)}.identity-lede,.identity-page label{color:var(--mist)}.identity-page input,.identity-page select,.identity-page textarea{color:var(--surface);background:#c8e7dd1f;border-color:#c8e7dd33}.identity-page .identity-panel{box-shadow:none;background:#0c4b4a59;border-color:#c8e7dd33}.identity-page .identity-manage-link{color:var(--surface);background:#c8e7dd1f}.identity-page .identity-manage-link.active{background:var(--sun);color:var(--ink)}#loading-message{color:#eee;background:#000000d9}.pencil-popup .mapboxgl-popup-content{color:#2c2c2c;background:#fdfbf7;border-color:#4a4a4a;box-shadow:3px 3px #0000001a}.pencil-popup .mapboxgl-popup-content h3{color:#2c2c2c;border-bottom-color:#8b8b8b}.pencil-popup .mapboxgl-popup-content a{color:#556b2f}.pencil-popup .mapboxgl-popup-content a:hover{color:#8b4513}.pencil-popup .mapboxgl-popup-tip{border-top-color:#4a4a4a}}.grecaptcha-badge{visibility:hidden}