*{margin:0;padding:0;box-sizing:border-box}:root{--blue: #0369a1;--blue-light: #e0f2fe;--blue-dark: #0c4a6e;--green: #22c55e;--yellow: #f59e0b;--red: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-600: #4b5563;--gray-800: #1f2937;--gray-900: #111827;--radius: 12px}html{overflow-y:scroll}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-800);background:var(--gray-50);line-height:1.6}#root{max-width:100%;margin:0;padding:0;text-align:left}.cart-overlay{position:fixed;inset:0;z-index:900;background:#0006;animation:cartFadeIn .2s ease}@keyframes cartFadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:901;width:400px;max-width:100vw;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f;animation:cartSlideIn .25s ease}@keyframes cartSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--gray-100)}.cart-drawer-header h2{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin:0;display:flex;align-items:center;gap:.5rem}.cart-drawer-count{font-size:.72rem;font-weight:700;background:var(--blue);color:#fff;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.cart-drawer-close{font-size:1.5rem;line-height:1;background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem}.cart-drawer-close:hover{color:var(--gray-700)}.cart-drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--gray-400);font-size:.9rem}.cart-drawer-shop{padding:.5rem 1.25rem;background:var(--blue);color:#fff;font-size:.85rem;font-weight:600;border-radius:6px;text-decoration:none;transition:background .15s}.cart-drawer-shop:hover{background:#1d4ed8}.cart-drawer-items{flex:1;overflow-y:auto;padding:.75rem 1.25rem}.cart-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100);position:relative}.cart-item:last-child{border-bottom:none}.cart-item-image{flex-shrink:0;width:64px;height:64px;background:#f8fafc;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-icon{width:32px;height:32px;background:var(--gray-200);border-radius:6px}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:.82rem;font-weight:600;color:var(--gray-900);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.cart-item-name:hover{color:var(--blue)}.cart-item-type{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);margin-top:.125rem}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-item-qty{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:6px;overflow:hidden}.cart-item-qty button{width:28px;height:28px;background:#fff;border:none;font-size:.85rem;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.cart-item-qty button:hover{background:var(--gray-100)}.cart-item-qty span{width:28px;text-align:center;font-size:.78rem;font-weight:600;color:var(--gray-900)}.cart-item-price{font-size:.85rem;font-weight:700;color:var(--gray-900)}.cart-item-remove{position:absolute;top:.5rem;right:0;background:none;border:none;font-size:1.1rem;color:var(--gray-300);cursor:pointer;padding:.125rem .25rem;line-height:1}.cart-item-remove:hover{color:#dc2626}.cart-drawer-footer{border-top:1px solid var(--gray-200);padding:1.25rem}.cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.cart-shipping-note{font-size:.72rem;color:#16a34a;font-weight:600;margin:0 0 1rem}.cart-email-input{width:100%;padding:.625rem .75rem;border:1px solid var(--gray-200);border-radius:6px;font-size:.85rem;margin-bottom:.75rem;transition:border-color .15s}.cart-email-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.cart-method-row{display:flex;gap:.375rem;margin-bottom:.75rem}.cart-method-btn{flex:1;padding:.5rem;border:1px solid var(--gray-200);border-radius:6px;background:#fff;font-size:.82rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .15s}.cart-method-btn:hover{border-color:var(--blue);color:var(--blue)}.cart-method-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.cart-error{font-size:.78rem;color:#dc2626;margin:0 0 .5rem}.cart-checkout-btn{width:100%;padding:.875rem;background:var(--blue);color:#fff;font-size:.95rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:.5rem}.cart-checkout-btn:hover:not(:disabled){background:#1d4ed8}.cart-checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart-continue-btn{width:100%;padding:.5rem;background:none;border:none;color:var(--blue);font-size:.82rem;font-weight:500;cursor:pointer}.cart-continue-btn:hover{text-decoration:underline}.cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:.375rem;color:var(--gray-600);display:flex;align-items:center;transition:color .15s}.cart-btn:hover{color:var(--blue)}.cart-btn-badge{position:absolute;top:-2px;right:-4px;min-width:16px;height:16px;border-radius:100px;background:var(--blue);color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}@media(max-width:480px){.cart-drawer{width:100vw}}.header{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}.header-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--blue);text-decoration:none;cursor:pointer}.logo-icon{display:flex;align-items:center}.nav-desktop{display:flex;align-items:center;gap:.75rem}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .15s}.nav-hamburger:hover{background:var(--gray-50, #f9fafb)}.nav-hamburger span{display:block;height:2px;background:var(--gray-600);border-radius:2px;transition:all .2s}.nav-hamburger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger-open span:nth-child(2){opacity:0}.nav-hamburger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-drawer{display:none;flex-direction:column;align-items:flex-end;padding:.5rem 1rem 1rem;border-top:1px solid var(--gray-100);background:#fff}.nav-mobile-link{display:flex;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:500;color:var(--gray-600);text-decoration:none;border-radius:8px;border:none;background:none;cursor:pointer;text-align:right;transition:background .15s;width:100%;text-align:left}.nav-mobile-link:hover{background:var(--gray-50, #f9fafb)}.nav-mobile-link.nav-active{color:var(--blue);background:var(--blue-light, #eff6ff)}.profile-btn-avatar-sm{width:24px;height:24px;font-size:.65rem}@media(max-width:640px){.nav-desktop{display:none}.nav-hamburger,.nav-mobile-drawer{display:flex}}.nav-link{color:var(--gray-500);text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:20px;border:1px solid transparent;transition:color .15s,background .15s,border-color .15s;cursor:pointer}.nav-link:hover{color:var(--gray-700);background:var(--gray-50, #f9fafb);border-color:var(--gray-200)}.nav-link.nav-active{color:var(--blue);background:var(--blue-light, #eff6ff);border-color:#bfdbfe}@media(max-width:600px){.header-inner{padding:.75rem 1rem}.header nav{gap:.75rem;align-items:center}.header nav a{font-size:.8rem}.logo{font-size:1.2rem;gap:.35rem}}@media(max-width:768px){.header-inner{padding:.75rem 1rem}}@media(max-width:480px){.header-inner{padding:.6rem .75rem}}.profile-btn{background:none;border:2px solid transparent;border-radius:50%;padding:0;cursor:pointer;transition:border-color .15s}.profile-btn:hover,.profile-btn-active{border-color:var(--blue)}.profile-btn-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.02em}.auth-tabs{display:flex;background:var(--gray-50, #f9fafb);border-radius:10px;padding:3px;margin-bottom:1.25rem}.auth-tab{flex:1;padding:.5rem 0;border:none;background:none;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--gray-400);cursor:pointer;transition:color .15s,background .15s,box-shadow .15s}.auth-tab:hover{color:var(--gray-600)}.auth-tab-active{background:#fff;color:var(--gray-800);box-shadow:0 1px 3px #00000014;font-weight:600}.auth-name-row{display:flex;gap:.5rem;margin-bottom:.5rem}.auth-name-row .auth-input{flex:1}.auth-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{background:#fff;border-radius:16px;padding:2.5rem;width:90%;max-width:400px;position:relative;box-shadow:0 20px 60px #0003}.auth-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--gray-400);cursor:pointer;line-height:1}.auth-close:hover{color:var(--gray-700)}.auth-title{font-size:1.4rem;color:var(--gray-800);margin-bottom:.5rem}.auth-subtitle{font-size:.9rem;color:var(--gray-500);margin-bottom:1.5rem;line-height:1.5}.auth-input{width:100%;padding:.85rem 1rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;outline:none;transition:border-color .15s;box-sizing:border-box}.auth-input:focus{border-color:var(--blue)}.auth-input-gap{margin-top:.5rem}.pw-rules{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.15rem 1rem}.pw-rules li{font-size:.72rem;display:flex;align-items:center;gap:.3rem;transition:color .15s}.pw-rule-icon{font-size:.65rem;width:12px;text-align:center;flex-shrink:0}.pw-rule-pass{color:#22c55e}.pw-rule-fail{color:var(--gray-400)}.auth-mismatch{color:var(--red);font-size:.78rem;margin:.35rem 0 0}.auth-submit{width:100%;padding:.85rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .15s}.auth-submit:hover:not(:disabled){background:var(--blue-dark)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:var(--red);font-size:.85rem;margin-top:.75rem;text-align:center}.auth-sending{color:var(--blue);font-size:.85rem;margin-top:.5rem;text-align:center}.auth-icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;background:var(--blue-light);border-radius:50%}.newsletter-opt-in{display:flex;align-items:flex-start;gap:.6rem;margin-top:1rem;padding:.75rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;cursor:pointer;text-align:left}.newsletter-opt-in input[type=checkbox]{margin-top:.2rem;width:18px;height:18px;flex-shrink:0;accent-color:var(--blue);cursor:pointer}.newsletter-opt-in-text{font-size:.8rem;color:var(--gray-600);line-height:1.5}.newsletter-opt-in-text strong{font-size:.85rem;color:var(--gray-800)}.auth-fine-print{font-size:.8rem;color:var(--gray-400);text-align:center;margin-top:1rem}.auth-no-spam{font-size:.75rem;color:var(--gray-400);text-align:center;margin-top:.5rem;line-height:1.5;padding-top:.5rem;border-top:1px solid var(--gray-100, #f3f4f6)}.code-input{text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:.5em;padding:.75rem 1rem;margin:1rem 0}.auth-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.auth-link{background:none;border:none;color:var(--blue);font-size:.85rem;cursor:pointer;text-decoration:underline}.auth-link:hover{color:var(--blue-dark)}.auth-link:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.auth-modal{padding:1.75rem 1.25rem;width:95%;border-radius:12px}.auth-title{font-size:1.2rem}.code-input{font-size:1.4rem;letter-spacing:.4em}}.zip-search{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:500px;margin:0 auto}.zip-search-row{display:flex;gap:.75rem;width:100%}.zip-search input{flex:1;padding:.9rem 1.2rem;border:2px solid var(--gray-200);border-radius:var(--radius);font-size:1.1rem;outline:none;transition:border-color .2s;background:#fff;color:var(--gray-800)}.zip-search input:focus{border-color:var(--blue)}.zip-search-row button{padding:.9rem 1.8rem;background:var(--blue);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.zip-search-row button:hover:not(:disabled){background:var(--blue-dark)}.zip-search-row button:disabled{opacity:.6;cursor:not-allowed}.zip-search-input-wrapper{flex:1;position:relative}.zip-search-input-wrapper input{width:100%}.zip-search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 4px 12px #0000001a;list-style:none;padding:.25rem 0;margin:.25rem 0 0;z-index:100;max-height:240px;overflow-y:auto}.zip-search-suggestions li{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;cursor:pointer;transition:background .15s}.zip-search-suggestions li:hover,.zip-search-suggestions li:focus{background:var(--blue-50, #eff6ff);outline:none}.suggestion-city{font-weight:500;color:var(--gray-800)}.suggestion-zip{font-size:.85rem;color:var(--gray-500);font-family:monospace}.zip-search-error{color:var(--red, #dc2626);font-size:.85rem;margin:.4rem 0 0;text-align:center}.advanced-toggle{background:none;border:none;color:var(--gray-500);font-size:.85rem;cursor:pointer;padding:.25rem .5rem;text-decoration:underline;text-underline-offset:2px}.advanced-toggle:hover{color:var(--blue)}.radius-control{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--gray-50, #f9fafb);border-radius:var(--radius);width:100%}.radius-control label{font-size:.85rem;font-weight:600;color:var(--gray-600)}.radius-options{display:flex;gap:.4rem}.radius-btn{padding:.35rem .7rem;border:1px solid var(--gray-200);border-radius:6px;background:#fff;color:var(--gray-600);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.radius-btn:hover{border-color:var(--blue);color:var(--blue)}.radius-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.radius-hint{font-size:.75rem;color:var(--gray-400)}@media(max-width:600px){.zip-search-row{flex-direction:column}.zip-search-row button{padding:.85rem}}@media(max-width:480px){.zip-search{max-width:100%}.zip-search input{padding:.75rem 1rem;font-size:1rem}.zip-search-row button{padding:.75rem 1.2rem;font-size:.9rem}}.error-banner{max-width:700px;margin:2rem auto;padding:1rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);color:var(--red);text-align:center}.loading-screen{max-width:500px;margin:1.5rem auto;padding:0 1.5rem}.loading-content{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:1.75rem 1.5rem;text-align:center;box-shadow:0 8px 40px #2563eb14}.loading-water-animation{position:relative;width:60px;height:70px;margin:0 auto 1rem}.water-drop{position:absolute;width:12px;height:18px;background:var(--blue);border-radius:50%/60% 60% 40% 40%;opacity:0;animation:dropFall 2.4s ease-in infinite}.water-drop.drop-1{left:50%;transform:translate(-50%);animation-delay:0s}.water-drop.drop-2{left:30%;transform:translate(-50%);animation-delay:.8s;width:10px;height:14px;background:#60a5fa}.water-drop.drop-3{left:70%;transform:translate(-50%);animation-delay:1.6s;width:8px;height:12px;background:#93c5fd}@keyframes dropFall{0%{top:0;opacity:0;transform:translate(-50%) scale(.5)}10%{opacity:1;transform:translate(-50%) scale(1)}60%{top:48px;opacity:1;transform:translate(-50%) scale(1)}70%{top:52px;opacity:0;transform:translate(-50%) scale(1.3,.4)}to{top:52px;opacity:0}}.water-ripple{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:8px;border-radius:50%;background:radial-gradient(ellipse,rgba(37,99,235,.15) 0%,transparent 70%);animation:ripplePulse 2.4s ease-in-out infinite}@keyframes ripplePulse{0%,to{transform:translate(-50%) scale(.8);opacity:.3}50%{transform:translate(-50%) scale(1.4);opacity:.7}}.loading-title{font-size:1.25rem;color:var(--gray-900);margin-bottom:1rem;font-weight:700}.loading-steps{text-align:left;margin-bottom:1rem}.loading-step{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;border-radius:8px;margin-bottom:.1rem;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.82rem}.loading-step.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:var(--blue-dark);font-weight:600}.loading-step.done{color:#16a34a}.loading-step.pending{color:var(--gray-300)}.step-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.step-text{flex:1;line-height:1.4}.loading-progress{height:4px;background:var(--gray-100);border-radius:2px;margin-bottom:1rem;overflow:hidden}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:2px;transition:width .6s cubic-bezier(.4,0,.2,1)}.loading-slow{font-size:.82rem;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.6rem .75rem;margin-bottom:.75rem;line-height:1.5}.loading-note{font-size:.8rem;color:var(--gray-400);font-style:italic}.loading-cancel{margin-top:.75rem;background:none;border:1px solid var(--gray-300);color:var(--gray-500);padding:.4rem 1.25rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s}.loading-cancel:hover{border-color:var(--gray-500);color:var(--gray-700)}.spin-icon{animation:spin 1s linear infinite}@media(max-width:600px){.loading-screen{padding:0 1rem;margin:1rem auto}.loading-content{padding:1.25rem 1rem}.loading-water-animation{width:50px;height:60px;margin-bottom:.75rem}.loading-title{font-size:1.1rem}.loading-step{font-size:.78rem;gap:.4rem;padding:.3rem .4rem}}.water-report{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.water-report>.wr-accordion:first-child{border-radius:0 0 var(--radius) var(--radius)}.wr-accordion{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.wr-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;transition:background .15s;gap:1rem}.wr-accordion-header:hover{background:var(--gray-50, #f9fafb)}.wr-accordion-title{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;flex:1;min-width:0}.wr-accordion-title h3{margin:0;font-size:1rem;color:var(--gray-800);display:flex;align-items:center;gap:.4rem}@media(max-width:600px){.wr-violation-summary{flex-basis:100%}.wr-accordion-header{flex-wrap:wrap;padding:.75rem 1rem;gap:.5rem}.wr-accordion-meta{flex-wrap:wrap;gap:.4rem}.wr-badge{font-size:.62rem;padding:.12rem .4rem}.wr-compliance-item{font-size:.75rem}.wr-compliance-type{margin-left:0;flex-basis:100%}}.wr-accordion-title p{margin:.15rem 0 0;font-size:.8rem;color:var(--gray-500)}.wr-accordion-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.wr-accordion-hint{font-size:.85rem;color:var(--gray-400);font-weight:400}@media(max-width:640px){.wr-accordion-header{flex-wrap:wrap}.wr-accordion-meta{width:100%;justify-content:space-between}}.wr-accordion-body{padding:.75rem 1.25rem 1rem;border-top:1px solid var(--gray-100)}.wr-accordion-amber-light{background:#fffbf0;border-color:#fde8a8}.wr-accordion-amber-light .wr-accordion-header:hover{background:#fef5dc}.wr-accordion-amber-light .wr-accordion-body{border-top-color:#fde8a8}.wr-accordion-amber{background:#fef9ef;border-color:wheat}.wr-accordion-amber .wr-accordion-header:hover{background:#fdf3dc}.wr-accordion-amber .wr-accordion-body{border-top-color:wheat}.wr-compliance-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gray-150, #e5e7eb)}.wr-compliance-heading{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#b45309;margin:0 0 .35rem}.wr-compliance-note{font-size:.9rem;color:var(--gray-500);margin:0 0 .6rem}.wr-compliance-list{display:flex;flex-direction:column;gap:.35rem}.wr-compliance-item{display:flex;align-items:center;gap:.35rem .5rem;padding:.4rem .6rem;background:#fef9ef;border:1px solid #fde8a8;border-radius:6px;font-size:.82rem;flex-wrap:wrap}.wr-compliance-name{font-weight:600;color:var(--gray-800);min-width:0;word-break:break-word}.wr-compliance-date{color:var(--gray-500);font-size:.78rem}.wr-compliance-type{color:var(--gray-400);font-size:.78rem;margin-left:auto}.wr-reveal-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--gray-200);border-radius:6px;padding:.4rem .75rem;font-size:.82rem;color:var(--gray-600);cursor:pointer;margin-top:.5rem}.wr-reveal-btn:hover{background:var(--gray-50);color:var(--gray-800)}.wr-reveal-btn-sm{font-size:.78rem;padding:.3rem .6rem;margin-top:.75rem}.wr-grade-note{margin:.5rem 0 0;font-size:.9rem;color:var(--gray-400);font-style:italic}.grade-badge-inline{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;font-weight:800;flex-shrink:0;cursor:pointer}.wr-violation-summary{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.2rem}.wr-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:10px;color:#fff;white-space:nowrap}.wr-badge-danger{background:#ef4444}.wr-badge-warning{background:#f59e0b}.wr-badge-safe{background:#22c55e}.wr-badge-compliance{background:#b45309}.wr-badge-repeat{background:#7c3aed}@media(max-width:600px){.hide-mobile{display:none!important}}.clean-record-compact p{margin:0 0 .35rem;font-size:.85rem;color:var(--gray-600);line-height:1.5}.clean-record-history-hint{display:flex;align-items:center;gap:.35rem;color:var(--gray-500)!important;font-size:.8rem!important}.wr-system-details{margin-bottom:.75rem}.wr-zip-list{display:flex;gap:.5rem;align-items:baseline;font-size:.82rem;color:var(--gray-600);margin-bottom:.75rem;flex-wrap:wrap}.wr-zip-list strong{color:var(--gray-700);flex-shrink:0}.wr-map-section{margin-top:.5rem}.wr-map-controls{display:flex;gap:1rem;margin-bottom:.5rem}.wr-toggle{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--gray-600);cursor:pointer}.wr-toggle input{accent-color:var(--blue)}.report-header{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;gap:1rem}.report-header h2{font-size:1.5rem;color:var(--gray-900);margin-bottom:.25rem}.system-name{font-size:1.1rem;color:var(--gray-600)}.system-meta{font-size:.9rem;color:var(--gray-400);margin-top:.25rem}.system-details{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.system-tag{display:inline-flex;align-items:center;font-size:.85rem;padding:.2rem .6rem;border-radius:4px;font-weight:500}.source-tag{background:#dbeafe;color:#1e40af}.owner-tag{background:#f3e8ff;color:#6b21a8}.location-tag{background:var(--gray-100);color:var(--gray-600)}.wr-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.wr-bottom-left{display:flex;align-items:center;gap:.5rem}.wr-data-sources{display:flex;flex-wrap:wrap;gap:.375rem}.wr-data-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;padding:.25rem .6rem;border-radius:100px;line-height:1.3}.wr-data-badge--federal{background:#eff6ff;color:var(--blue);border:1px solid #bfdbfe}.wr-data-badge--state{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.wr-data-badge--local{background:#fefce8;color:#854d0e;border:1px solid #fde68a}.wr-data-badge-range{font-weight:500;opacity:.7}.wr-data-badge-range:before{content:"·";margin-right:.2rem}.wr-contact-info{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;padding:.625rem 1rem;background:var(--gray-50);border-radius:6px;font-size:.8rem;color:var(--gray-600)}.wr-contact-label{font-weight:600;color:var(--gray-500);text-transform:uppercase;font-size:.65rem;letter-spacing:.05em}.wr-contact-name{color:var(--gray-800);font-weight:500}.wr-contact-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--blue);text-decoration:none}.wr-contact-link:hover{text-decoration:underline}.wr-source-badge{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.wr-source-level{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:100px}.wr-source-level--federal{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.wr-source-level--state{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.wr-source-level--local{color:#9333ea;background:#faf5ff;border:1px solid #e9d5ff}.wr-source-detail{font-size:.78rem;color:var(--gray-500)}.grade-badge{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;border-radius:var(--radius);color:#fff;min-width:80px;flex-shrink:0}.grade-letter{font-size:2.5rem;font-weight:800;line-height:1}.grade-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.grade-badge-clickable{cursor:pointer;transition:transform .15s,box-shadow .15s}.grade-badge-clickable:hover{transform:scale(1.05);box-shadow:0 4px 16px #00000026}.grade-tap-hint{font-size:.6rem;opacity:.8;margin-top:.3rem;text-transform:none;letter-spacing:0}.grade-breakdown{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;animation:slideDown .25s ease}.grade-breakdown-header h3{font-size:1.3rem;color:var(--gray-900);margin-bottom:.5rem}.grade-breakdown-header p{font-size:.9rem;color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.grade-breakdown-header em{font-style:normal;font-weight:600;color:var(--gray-800)}.grade-your-numbers{margin-bottom:1.5rem}.grade-your-numbers h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:.75rem}.grade-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.grade-stat{display:flex;flex-direction:column;padding:1rem;background:var(--gray-50, #f9fafb);border-radius:10px;border:1px solid var(--gray-200)}.grade-stat-num{font-size:2rem;font-weight:800;line-height:1;margin-bottom:.35rem}.grade-stat-label{font-size:.8rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.grade-stat-desc{font-size:.85rem;color:var(--gray-500);line-height:1.4}.grade-scale{margin-bottom:1.5rem}.grade-scale h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:.75rem}.grade-scale-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;margin-bottom:.35rem;transition:background .15s}.grade-scale-active{background:#eff6ff;border:1px solid #bfdbfe}.grade-scale-badge{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;flex-shrink:0}.grade-scale-info{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.grade-scale-info strong{font-size:.9rem;color:var(--gray-900)}.grade-scale-info span{font-size:.8rem;color:var(--gray-500);line-height:1.4}.grade-scale-you{font-size:.7rem;font-weight:600;color:var(--blue);background:#dbeafe;padding:.2rem .5rem;border-radius:6px;white-space:nowrap;flex-shrink:0}.grade-fine-print{border-top:1px solid var(--gray-200);padding-top:1rem}.grade-fine-print p{font-size:.8rem;color:var(--gray-500);line-height:1.6;margin-bottom:.5rem}.grade-fine-print p:last-child{margin-bottom:0}.grade-fine-print strong{color:var(--gray-700)}.contaminants-list{display:flex;flex-direction:column;gap:.5rem}.contaminants-list h3{margin-bottom:.25rem;color:var(--gray-800)}.clean-record{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#f0fff4,#f7fafc);border:1px solid #c6f6d5;border-radius:12px;margin-bottom:1.5rem}.clean-record-icon{margin-bottom:.75rem}.clean-record h3{font-size:1.2rem;color:#22543d;margin-bottom:.5rem}.clean-record>p{font-size:.88rem;color:var(--gray-600);max-width:560px;margin:0 auto .5rem;line-height:1.5}.clean-record-caveat{font-size:.8rem!important;color:var(--gray-400)!important;font-style:italic}.clean-record-history-nudge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;font-size:.82rem;color:var(--gray-600)}.clean-record-history-nudge strong{color:var(--gray-700)}.contaminant-category-group{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.contaminant-category-group.cards-1{grid-template-columns:1fr}.contaminant-category-group.cards-2{grid-template-columns:repeat(2,1fr)}.rc-card.expanded{grid-column:1 / -1}@media(max-width:900px){.contaminant-category-group,.contaminant-category-group.cards-2,.contaminant-category-group.cards-3{grid-template-columns:1fr}}.category-heading{grid-column:1 / -1;display:flex;align-items:center;gap:.5rem;margin:1.25rem 0 .5rem;padding:.5rem .75rem;font-size:.95rem;font-weight:600;color:var(--gray-700);border-bottom:2px solid var(--gray-200)}.category-icon{display:flex;align-items:center}.category-count{margin-left:auto;font-size:.8rem;font-weight:500;color:var(--gray-400);background:var(--gray-100, #f3f4f6);padding:.15rem .5rem;border-radius:10px}.interpretation-text{font-size:.85rem;font-weight:500;color:var(--gray-600);margin:.25rem 0 .5rem;padding:.4rem .6rem;background:var(--gray-50, #f9fafb);border-radius:6px;border-left:3px solid var(--gray-300)}.status-danger .interpretation-text{border-left-color:var(--red);background:#fef2f2;color:#991b1b}.status-warning .interpretation-text{border-left-color:#f59e0b;background:#fffbeb;color:#92400e}.detection-badge{display:inline-block;padding:.15rem .4rem;border-radius:4px;font-size:.8rem;font-weight:600}.detection-badge.not-tested{background:#fef3c7;color:#92400e}.not-tested-link{color:#92400e;text-decoration:underline;text-decoration-color:#92400e4d;text-underline-offset:2px;transition:text-decoration-color .2s}.not-tested-link:hover{text-decoration-color:#92400e}.has-tooltip{position:relative;cursor:help}.icon-tooltip{display:inline-flex;position:relative;cursor:help}.info-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:3px;vertical-align:middle;color:var(--gray-400);opacity:.6;transition:opacity .2s,color .2s}.has-tooltip:hover .info-icon{opacity:1;color:var(--blue)}.inline-tooltip{position:relative}.tooltip-box{display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:360px;padding:1.25rem;background:#1e293b;color:#e2e8f0;font-size:.82rem;font-weight:400;line-height:1.65;border-radius:10px;border:none;box-shadow:0 8px 30px #00000040;z-index:50;white-space:pre-line;pointer-events:none;text-align:left}.tooltip-box:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:#1e293b}.has-tooltip:hover .tooltip-box{display:block}.detection-badge.not-detected{background:#d1fae5;color:#065f46}.detection-badge.below-limit{background:#e0e7ff;color:#3730a3}.detection-badge.present{background:#fee2e2;color:#991b1b}.detection-badge.absent{background:#d1fae5;color:#065f46}.click-hint{font-size:.8rem;color:var(--gray-400);margin-bottom:1rem}.click-hint-inline{font-size:.75rem;font-weight:400;color:var(--gray-400);margin-left:.4rem}.search-note{font-size:.8rem;color:var(--yellow);margin-top:.25rem;font-style:italic}.expand-arrow{display:inline-flex;align-items:center;color:var(--gray-400);transition:transform .2s;margin-left:.25rem}.expand-arrow.open{transform:rotate(180deg)}.violation-type{font-size:.8rem;color:var(--gray-400);margin-bottom:.1rem}.contaminant-source-system{font-size:.85rem;color:var(--gray-500);margin-bottom:.5rem}.contaminant-sort-bar{display:flex;align-items:center;gap:.25rem;margin-top:.75rem;margin-bottom:.75rem;flex-wrap:wrap;row-gap:.5rem}.contaminant-sort-label{font-size:.85rem;color:var(--gray-400);margin-right:.25rem}.contaminant-sort-btn{font-size:.85rem;padding:2px 8px;border:1px solid var(--gray-200);border-radius:4px;background:#fff;color:var(--gray-500);cursor:pointer}.contaminant-sort-btn.active{background:var(--gray-100);color:var(--gray-800);font-weight:600;border-color:var(--gray-300)}.sort-arrow{font-size:.55rem;opacity:.7}.contaminant-risk-score{display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;min-width:18px;height:16px;padding:0 3px;border-radius:3px;background:var(--gray-100);color:var(--gray-500);margin-left:.35rem;vertical-align:middle}.contaminant-category-badge{display:inline-block;font-size:.65rem;font-weight:500;color:var(--gray-500);background:var(--gray-100);padding:1px 6px;border-radius:3px;margin-left:.5rem;vertical-align:middle}.contaminant-source{font-size:.78rem;color:#6b7280;margin-top:2px;padding-left:1.3rem}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.contaminant-badges{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.category-badge{font-size:.65rem;padding:.15rem .5rem;border-radius:999px;background:var(--gray-100);color:var(--gray-500);font-weight:500;border:1px solid var(--gray-200);white-space:nowrap}.status-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:999px;color:#fff;font-weight:600}.violation-age-badge{font-size:.7rem;padding:.2rem .5rem;border-radius:999px;font-weight:600;white-space:nowrap}.violation-age-badge.age-recent{background:#dcfce7;color:#166534}.violation-age-badge.age-moderate{background:#fef9c3;color:#854d0e}.violation-age-badge.age-old{background:#f3f4f6;color:#6b7280}.contaminant-tested{font-size:.8rem;color:var(--gray-500);margin:.25rem 0 0}.contaminant-provenance{font-size:.72rem;color:var(--gray-400);margin:.15rem 0 0}.contaminant-provenance a{color:var(--blue);text-decoration:none}.contaminant-provenance a:hover{text-decoration:underline}.history-section{margin:1.5rem 0;border:1px solid #f5deb3;border-radius:8px;overflow:hidden;background:#fef9ef}.history-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;background:#fdf3dc;transition:background .15s}.history-header:hover{background:#fcedc8}.history-header-text h4{margin:0 0 .25rem;font-size:.95rem;color:var(--gray-700)}.history-header-text p{margin:0;font-size:.8rem;color:var(--gray-500);line-height:1.4}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-resolved-note{font-style:italic;color:var(--gray-400)!important;font-size:.8rem}.contaminant-levels{display:flex;gap:2rem;margin-bottom:.75rem;flex-wrap:wrap}.level-item{display:flex;flex-direction:column}.level-label{font-size:.75rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em}.level-value{font-weight:600;font-size:1rem}.level-bar-container{position:relative;background:var(--gray-100);height:8px;border-radius:4px;margin-bottom:.75rem;overflow:visible}.level-bar{height:100%;border-radius:4px;transition:width .5s ease;min-width:3px}.level-bar-limit{position:absolute;top:-4px;width:2px;height:16px;background:var(--gray-500);border-radius:1px;z-index:1}.level-bar-limit-label{position:absolute;top:-18px;transform:translate(-50%);font-size:.6rem;color:var(--gray-400);white-space:nowrap}.health-effect{font-size:.9rem;color:var(--gray-600);margin-bottom:.25rem}.contaminant-source{font-size:.8rem;color:var(--gray-400)}.health-detail{border-top:1px solid var(--gray-200);background:var(--gray-50);animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}.health-detail-inner{padding:1.5rem 1.5rem 1.5rem 2rem}.health-detail h4{font-size:1.1rem;color:var(--gray-900);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--red);display:inline-block}.detail-summary{font-size:.95rem;color:var(--gray-700);line-height:1.6;margin-bottom:1.25rem;background:#fff;padding:1rem;border-radius:8px;border-left:3px solid var(--blue)}.detail-section{margin-bottom:1.25rem}.detail-section h5{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);margin-bottom:.5rem}.organ-tags{display:flex;flex-wrap:wrap;gap:.4rem}.organ-tag{font-size:.8rem;background:#fee2e2;color:#991b1b;padding:.3rem .7rem;border-radius:6px;font-weight:500}.organ-tags.vulnerable .organ-tag{background:#fef3c7;color:#92400e}.detail-section ul{list-style:none;padding:0}.detail-section ul li{font-size:.9rem;color:var(--gray-700);padding:.3rem 0 .3rem 1.25rem;position:relative;line-height:1.5}.detail-section ul li:before{content:"•";color:var(--yellow);font-size:1.2rem;position:absolute;left:0;top:.2rem}.detail-section ul.danger-list li:before{color:var(--red)}.cancer-section{background:#fff1f2;padding:.75rem 1rem;border-radius:8px;border-left:3px solid var(--red)}.cancer-section p{font-size:.9rem;color:#991b1b;line-height:1.5}.remove-section{background:#ecfdf5;padding:.75rem 1rem;border-radius:8px;border-left:3px solid var(--green)}.remove-section h5{color:#065f46}.remove-section li{color:#065f46!important}.remove-section li:before{color:var(--green)!important}.remove-link{color:#065f46;text-decoration:underline;text-decoration-color:#065f464d;text-underline-offset:2px;transition:text-decoration-color .2s}.remove-link:hover{text-decoration-color:#065f46}.epa-link{display:inline-block;font-size:.85rem;color:var(--blue);text-decoration:none;font-weight:600;margin-top:.5rem}.epa-link:hover{text-decoration:underline}.product-section{max-width:1100px;margin:2rem auto 3rem;padding:0 2rem}.product-section h2{text-align:center;font-size:1.8rem;margin-bottom:.5rem;color:var(--gray-900)}.product-subtitle{text-align:center;color:var(--gray-600);margin-bottom:2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.product-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 20px #00000014}.product-image{background:var(--blue-light);padding:2rem;text-align:center}.product-image-placeholder{display:flex;align-items:center;justify-content:center;min-height:48px}.product-info{padding:1.5rem}.product-type-badge{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;background:var(--blue-light);color:var(--blue);padding:.2rem .6rem;border-radius:4px;font-weight:600;margin-bottom:.5rem}.product-info h3{font-size:1.15rem;margin-bottom:.25rem}.product-rating{display:flex;align-items:center;gap:1px;color:#f59e0b;margin-bottom:.5rem}.product-rating span{color:var(--gray-400);font-size:.9rem;margin-left:.5rem}.product-desc{font-size:.9rem;color:var(--gray-600);margin-bottom:.75rem}.product-match{margin-bottom:.75rem}.product-match strong{font-size:.8rem;color:var(--gray-600)}.match-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.match-tag{font-size:.75rem;background:#fef3c7;color:#92400e;padding:.2rem .5rem;border-radius:4px;font-weight:500}.product-certs{font-size:.8rem;color:var(--gray-400);margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.4rem;font-weight:700;color:var(--gray-900)}.buy-button{display:inline-block;background:var(--blue);color:#fff;padding:.6rem 1.5rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s}.buy-button:hover{background:var(--blue-dark);color:#fff}.report-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.action-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.85rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s}.action-btn:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.action-btn svg{flex-shrink:0}.action-btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.action-btn-primary:hover{background:var(--blue-dark, #1d4ed8);color:#fff;border-color:var(--blue-dark, #1d4ed8)}.share-wrap{position:relative}.share-menu{position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:0 4px 16px #0000001a;min-width:180px;z-index:100;padding:.35rem 0}.share-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .85rem;background:none;border:none;font-size:.85rem;color:var(--gray-700);cursor:pointer;text-decoration:none;transition:background .15s}.share-option:hover{background:var(--gray-50, #f9fafb);color:var(--gray-900)}.share-option svg{flex-shrink:0}.raw-data-panel{margin-top:1rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem}.raw-data-panel h4{font-size:1rem;color:var(--gray-800);margin-bottom:.25rem}.raw-data-hint{font-size:.8rem;color:var(--gray-400);margin-bottom:1rem}.raw-data-code{background:var(--gray-900);color:#a5f3a6;padding:1.25rem;border-radius:8px;font-size:.75rem;line-height:1.5;overflow-x:auto;max-height:500px;overflow-y:auto;white-space:pre;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.data-attribution{margin-top:2rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem 2rem}.data-attribution h4{font-size:1rem;color:var(--gray-800);margin-bottom:.25rem}.data-attribution>p{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.source-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.source-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.source-card:hover{border-color:var(--blue);background:var(--blue-light)}.source-icon{display:flex;align-items:center;flex-shrink:0}.source-card div{flex:1;min-width:0}.source-card strong{display:block;font-size:.9rem;color:var(--blue)}.source-card span{font-size:.8rem;color:var(--gray-500);line-height:1.3}.source-arrow{display:flex;align-items:center;color:var(--gray-400);flex-shrink:0}.source-card:hover .source-arrow{color:var(--blue)}.attribution-note{font-size:.75rem!important;color:var(--gray-400)!important;margin-bottom:0!important;padding-top:.75rem;border-top:1px solid var(--gray-200)}.tap-test-link{color:var(--blue);text-decoration:none;font-weight:600}.tap-test-link:hover{text-decoration:underline}.action-btn-primary{background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important;font-weight:600}.action-btn-primary:hover{background:var(--blue-dark)!important;border-color:var(--blue-dark)!important;color:#fff!important}@media(max-width:600px){.water-report{padding:0 1rem}.report-header{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.report-header h2{font-size:1.2rem}.grade-breakdown{padding:1.25rem}.grade-breakdown-header h3{font-size:1.1rem}.grade-stats{grid-template-columns:1fr;gap:.5rem}.grade-stat{flex-direction:row;align-items:center;gap:.75rem;padding:.75rem}.grade-stat-num{font-size:1.5rem;min-width:32px;text-align:center}.grade-stat-label{margin-bottom:.1rem}.grade-scale-row{padding:.5rem;gap:.5rem}.grade-scale-info span{font-size:.75rem}.grade-scale-you{display:none}.grade-scale-active{box-shadow:inset 3px 0 0 var(--blue)}.contaminant-sort-bar{gap:.2rem}.contaminant-sort-label{font-size:.75rem}.contaminant-sort-btn{font-size:.75rem;padding:2px 6px}.health-detail-inner{padding:1rem}.tooltip-box{width:260px;padding:1rem;font-size:.78rem;left:auto;right:-20px;transform:none}.tooltip-box:after{left:auto;right:30px;transform:none}.product-section{padding:0 1rem}.product-section h2{font-size:1.4rem}.product-grid{grid-template-columns:1fr}.product-footer{flex-direction:column;gap:.75rem;align-items:flex-start}.buy-button{width:100%;text-align:center}.report-actions{flex-direction:column}.action-btn{justify-content:center}.data-attribution{padding:1.25rem}.raw-data-code{font-size:.65rem}.history-header{padding:.75rem 1rem}}@media(max-width:768px){.water-report{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.contaminant-badges{flex-wrap:wrap;gap:.25rem}.status-badge{font-size:.65rem;padding:.2rem .5rem}.violation-age-badge{font-size:.65rem;padding:.15rem .4rem}.report-header{flex-direction:column;padding:1.25rem}.report-header h2{font-size:1.2rem}.grade-badge{align-self:flex-start}.report-actions{flex-wrap:wrap;gap:.4rem}.action-btn{font-size:.75rem;padding:.4rem .8rem;flex:1 1 calc(50% - .4rem);min-width:0}.history-header{padding:.75rem 1rem}.category-heading{font-size:.85rem;padding:.4rem .5rem}.clean-record{padding:1.25rem 1rem}.clean-record h3{font-size:1.1rem}}.admin-score-breakdown{margin-top:1.25rem;padding:1.25rem;background:var(--card-bg, #f8fafc);border:1px solid var(--border, #e2e8f0);border-radius:10px;font-size:.84rem;color:var(--text, #334155)}.admin-score-breakdown h4{margin:0 0 1rem;font-size:.95rem;color:var(--text-strong, #1e293b);display:flex;align-items:center;gap:.5rem}.admin-badge{font-size:.62rem;background:#7c3aed;color:#fff;padding:.15rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.admin-formula-section{margin-bottom:1rem}.admin-formula-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500, #64748b);margin-bottom:.35rem}.admin-formula{font-family:SF Mono,Fira Code,monospace;font-size:.85rem;padding:.6rem .8rem;background:var(--bg, #f1f5f9);border:1px solid var(--border, #e2e8f0);border-radius:6px;color:var(--text-strong, #1e293b)}.admin-score-table{width:100%;border-collapse:collapse;font-size:.8rem;margin-bottom:1.25rem}.admin-score-table th{text-align:left;padding:.5rem;border-bottom:2px solid var(--border, #e2e8f0);color:var(--gray-500, #64748b);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.admin-score-table td{padding:.45rem .5rem;border-bottom:1px solid var(--border-light, #f1f5f9);font-variant-numeric:tabular-nums}.admin-score-table tbody tr:hover{background:#3b82f60a}.admin-contaminant-name{display:block;font-weight:600;color:var(--text-strong, #1e293b)}.admin-contaminant-cat{display:block;font-size:.7rem;color:var(--gray-400, #94a3b8)}.admin-row-danger td:first-child{border-left:3px solid #ef4444;padding-left:calc(.5rem - 3px)}.admin-row-warning td:first-child{border-left:3px solid #f59e0b;padding-left:calc(.5rem - 3px)}.admin-row-monitoring td:first-child{border-left:3px solid #94a3b8;padding-left:calc(.5rem - 3px)}.admin-row-historical{opacity:.6}.admin-tag{display:inline-block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;border-radius:3px;margin-left:.4rem;vertical-align:middle}.admin-tag-historical{background:#e2e8f0;color:#64748b}.admin-tag-compliance{background:#fef3c7;color:#92400e}.admin-cell-penalty{text-align:right}.admin-score-table th:last-child{text-align:right}.admin-aggregation{padding-top:.25rem}.admin-agg-steps{display:flex;flex-direction:column;gap:.4rem}.admin-agg-step{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem .7rem;background:var(--bg, #f1f5f9);border-radius:6px;font-size:.82rem}.admin-agg-label{color:var(--text, #334155)}.admin-agg-detail{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:var(--gray-400, #94a3b8);margin-left:.3rem}.admin-agg-value{font-family:SF Mono,Fira Code,monospace;font-variant-numeric:tabular-nums;color:var(--text-strong, #1e293b)}.admin-agg-final{background:var(--card-bg, #fff);border:2px solid var(--blue, #3b82f6);font-size:.85rem}.admin-agg-final .admin-agg-value{color:var(--blue, #3b82f6);font-weight:600}@media(max-width:600px){.admin-score-breakdown{padding:.75rem;overflow-x:auto}.admin-score-table{font-size:.72rem;min-width:550px}.admin-score-table th,.admin-score-table td{padding:.3rem .35rem}.admin-agg-step{flex-direction:column;gap:.15rem}}.br-overlay{position:fixed;inset:0;background:var(--gray-100);z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch}.br-report{max-width:850px;margin:0 auto;padding:1rem}.br-controls{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem;position:sticky;top:0;z-index:10;padding:.5rem 0;background:var(--gray-100)}.br-print-btn{background:var(--blue);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.br-print-btn:hover{background:var(--blue-dark)}.br-close-btn{background:#fff;color:var(--gray-600);border:1px solid var(--gray-300);padding:.5rem 1.5rem;border-radius:6px;font-size:.85rem;cursor:pointer}.br-close-btn:hover{border-color:var(--gray-500);color:var(--gray-800)}.br-page{background:#fff;border-radius:8px;padding:2.5rem 3rem;margin-bottom:1rem;box-shadow:0 1px 4px #00000012;break-after:page;position:relative}.br-page-header{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:var(--gray-400);padding-bottom:.75rem;border-bottom:1px solid var(--gray-200);margin-bottom:1.75rem}.br-page-logo{display:flex;align-items:center;gap:.3rem;font-weight:700;color:var(--blue);font-size:.75rem}.br-page-info{font-size:.7rem;color:var(--gray-400)}.br-cover{display:flex;flex-direction:column;min-height:650px;padding:0;overflow:hidden}.br-cover-stripe{height:6px;background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);border-radius:8px 8px 0 0}.br-cover-top{padding:2rem 3rem 0}.br-logo{display:flex;align-items:center;gap:.65rem}.br-logo-text{display:flex;flex-direction:column}.br-logo-name{font-size:1.5rem;font-weight:800;color:var(--blue);line-height:1.1}.br-logo-sub{font-size:.7rem;color:var(--gray-400);font-weight:500;letter-spacing:.04em}.br-cover-center{text-align:center;padding:2.5rem 3rem 1.5rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.br-cover-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--blue);background:#eff6ff;padding:.3rem 1rem;border-radius:999px;margin-bottom:1rem}.br-cover-center h1{font-size:2.2rem;color:var(--gray-900);margin-bottom:.75rem;font-weight:800;line-height:1.15}.br-cover-system{font-size:1.15rem;color:var(--gray-700);font-weight:600;margin-bottom:.2rem}.br-cover-location{font-size:.9rem;color:var(--gray-500);margin-bottom:1.75rem}.br-cover-grade-ring{display:inline-flex;flex-direction:column;align-items:center;padding:1.25rem 2.5rem;border:3px solid;border-radius:16px;margin-bottom:2rem;background:#fff}.br-cover-grade-letter{font-size:4rem;font-weight:800;line-height:1}.br-cover-grade-label{font-size:.8rem;color:var(--gray-600);font-weight:600;margin-top:.3rem}.br-cover-stats{display:flex;align-items:center;justify-content:center;gap:1.5rem}.br-cover-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem}.br-cover-stat-num{font-size:2.25rem;font-weight:800;color:var(--gray-900);line-height:1}.br-cover-stat span{font-size:.65rem;color:var(--gray-500);line-height:1.3;text-align:center}.br-cover-stat-divider{width:1px;height:40px;background:var(--gray-200)}.br-cover-bottom{padding:1.25rem 3rem 2rem;border-top:1px solid var(--gray-200)}.br-cover-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:.75rem}.br-cover-meta div{font-size:.75rem;color:var(--gray-500)}.br-cover-meta strong{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:.1rem}.br-cover-source{font-size:.7rem;color:var(--gray-400);text-align:center}.br-section-title{font-size:1.1rem;color:var(--gray-900);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200);display:flex;align-items:center;gap:.6rem}.br-section-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.br-num-danger{background:#ef4444}.br-num-warning{background:#fef3c7}.br-num-safe{background:#dcfce7}.br-danger-title{border-bottom-color:#ef4444}.br-warning-title{border-bottom-color:#f59e0b}.br-safe-title{border-bottom-color:#22c55e}.br-subsection-title{font-size:.95rem;color:var(--gray-800);margin-top:1.5rem;margin-bottom:.5rem;font-weight:700}.br-section-desc{font-size:.85rem;color:var(--gray-600);margin-bottom:1.25rem;line-height:1.6}.br-exec-summary{margin-bottom:1.5rem}.br-exec-grade-row{display:flex;gap:1.5rem;align-items:flex-start}.br-exec-grade-box{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;border:3px solid;border-radius:12px;flex-shrink:0;min-width:120px}.br-exec-grade{font-size:2.5rem;font-weight:800;line-height:1}.br-exec-grade-desc{font-size:.65rem;color:var(--gray-500);text-align:center;margin-top:.2rem;line-height:1.3}.br-exec-score{font-size:.75rem;color:var(--gray-500);margin-top:.3rem;font-weight:600}.br-exec-text{flex:1}.br-exec-text p{font-size:.9rem;color:var(--gray-700);line-height:1.65;margin-bottom:.5rem}.br-exec-note{font-size:.8rem;color:var(--gray-500);font-style:italic;background:var(--gray-50, #f9fafb);padding:.5rem .75rem;border-radius:6px}.br-findings-table,.br-priority-table,.br-safe-table{width:100%;border-collapse:collapse;font-size:.8rem;margin-bottom:1rem}.br-findings-table th,.br-priority-table th,.br-safe-table th{text-align:left;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);padding:.5rem .75rem;border-bottom:2px solid var(--gray-200);font-weight:700}.br-findings-table td,.br-priority-table td,.br-safe-table td{padding:.6rem .75rem;border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:top}.br-findings-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.br-findings-badge{display:inline-block;font-size:.6rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;letter-spacing:.03em}.br-badge-danger{background:#fef2f2;color:#dc2626}.br-badge-warning{background:#fffbeb;color:#d97706}.br-badge-safe{background:#f0fdf4;color:#16a34a}.br-cat-tag{display:inline-block;font-size:.6rem;background:var(--gray-100);color:var(--gray-500);padding:.1rem .4rem;border-radius:3px;margin-left:.4rem;font-weight:500;vertical-align:middle}.br-pct-danger{color:#dc2626;font-weight:700}.br-risk-cell{font-size:.75rem;max-width:200px}.br-system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:2rem}.br-system-item{display:flex;flex-direction:column;padding:.65rem .85rem;background:var(--gray-50, #f9fafb);border-radius:6px;border:1px solid var(--gray-100)}.br-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);font-weight:600;margin-bottom:.1rem}.br-value{font-size:.9rem;color:var(--gray-900);font-weight:600}.br-grade-explain{margin-bottom:1.5rem}.br-grade-explain>p{font-size:.85rem;color:var(--gray-600);line-height:1.6;margin-bottom:.75rem}.br-grade-legend{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.br-grade-legend-item{display:flex;gap:.75rem;align-items:flex-start}.br-legend-swatch{width:16px;height:16px;border-radius:4px;flex-shrink:0;margin-top:2px}.br-grade-legend-item strong{display:block;font-size:.8rem;color:var(--gray-800)}.br-grade-legend-item span{font-size:.75rem;color:var(--gray-500);line-height:1.4}.br-grade-scale{display:flex;gap:0;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;margin-top:1rem}.br-grade-scale-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:.6rem .25rem;border-right:1px solid var(--gray-200);transition:background .15s}.br-grade-scale-item:last-child{border-right:none}.br-grade-active{background:var(--gray-50, #f9fafb);box-shadow:inset 0 -3px 0 var(--blue)}.br-grade-scale-letter{font-size:1.25rem;font-weight:800}.br-grade-scale-label{font-size:.55rem;color:var(--gray-500);text-align:center;line-height:1.2}.br-contaminant{border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem;border-left:5px solid var(--gray-200);break-inside:avoid}.br-contaminant-danger{border-left-color:#ef4444}.br-contaminant-warning{border-left-color:#f59e0b}.br-contaminant-safe{border-left-color:#22c55e}.br-contaminant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem;flex-wrap:wrap}.br-contaminant-title{display:flex;align-items:center;gap:.5rem}.br-contaminant-idx{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--gray-100);color:var(--gray-500);font-size:.65rem;font-weight:700;flex-shrink:0}.br-contaminant-header h3{font-size:1.05rem;color:var(--gray-900);margin:0;font-weight:700}.br-status-badge{font-size:.65rem;color:#fff;padding:.2rem .65rem;border-radius:999px;font-weight:600;white-space:nowrap}.br-contaminant-data{display:flex;gap:1.5rem;margin-bottom:.75rem;flex-wrap:wrap}.br-data-col,.br-data-item{display:flex;flex-direction:column}.br-data-item .br-label{font-size:.58rem}.br-data-item .br-value{font-size:.85rem}.br-value-lg{font-size:1rem!important}.br-pct-value{font-weight:700}.br-pct-over{color:#dc2626}.br-level-bar-wrap{margin-bottom:.75rem}.br-level-bar-bg{height:8px;background:var(--gray-100);border-radius:4px;position:relative;overflow:visible}.br-level-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.br-level-bar-guideline{position:absolute;top:-3px;width:2px;height:14px;background:#f59e0b;border-radius:1px}.br-level-bar-labels{display:flex;justify-content:space-between;font-size:.55rem;color:var(--gray-400);margin-top:.2rem;position:relative}.br-interpretation{font-size:.8rem;color:var(--gray-700);background:var(--gray-50, #f9fafb);padding:.5rem .75rem;border-radius:6px;border-left:3px solid var(--gray-300);margin-bottom:.6rem;line-height:1.55}.br-health-effect{font-size:.8rem;color:var(--gray-600);margin-bottom:.6rem;line-height:1.55}.br-detail-block{background:var(--gray-50, #f9fafb);border:1px solid var(--gray-100);border-radius:8px;padding:1rem;margin-bottom:.6rem}.br-detail-summary{font-size:.8rem;color:var(--gray-700);line-height:1.55;margin-bottom:.6rem}.br-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.br-detail-field{margin-bottom:.5rem}.br-detail-label{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);font-weight:700;margin-bottom:.25rem}.br-detail-field p{font-size:.78rem;color:var(--gray-600);line-height:1.5;margin:0}.br-detail-tags{display:flex;flex-wrap:wrap;gap:.3rem}.br-organ-tag{display:inline-block;font-size:.65rem;background:#fff;border:1px solid var(--gray-200);color:var(--gray-700);padding:.15rem .45rem;border-radius:4px;font-weight:500}.br-vulnerable-tag{border-color:#fde68a;background:#fffbeb;color:#92400e}.br-effect-list{margin:0;padding-left:1.25rem;font-size:.78rem;color:var(--gray-600);line-height:1.6}.br-effect-danger li::marker{color:#ef4444}.br-cancer-block{font-size:.8rem;color:#991b1b;background:#fff1f2;padding:.5rem .75rem;border-radius:6px;margin-bottom:.5rem;border-left:3px solid #ef4444}.br-remove-field{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:.5rem .75rem}.br-remove-field .br-detail-label{color:#15803d}.br-remove-field .br-effect-list{color:#166534}.br-contaminant-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.7rem;color:var(--gray-400);padding-top:.5rem;border-top:1px solid var(--gray-100);margin-top:.5rem}.br-contaminant-meta strong{color:var(--gray-500)}.br-category-block{border:1px solid var(--gray-200);border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem}.br-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.br-category-header h4{font-size:.9rem;color:var(--gray-900);margin:0}.br-category-count{font-size:.7rem;color:var(--gray-400)}.br-category-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;gap:2px;margin-bottom:.5rem}.br-cat-bar-seg{border-radius:3px;font-size:0;min-width:8px}.br-cat-bar-danger{background:#ef4444}.br-cat-bar-warning{background:#f59e0b}.br-cat-bar-safe{background:#22c55e}.br-category-names{display:flex;flex-wrap:wrap;gap:.3rem}.br-category-name{font-size:.65rem;padding:.1rem .4rem;border-radius:3px;border:1px solid var(--gray-200);color:var(--gray-600)}.br-catname-danger{border-color:#fecaca;background:#fef2f2;color:#dc2626}.br-catname-warning{border-color:#fde68a;background:#fffbeb;color:#d97706}.br-catname-safe{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.br-methodology{margin-bottom:1.5rem}.br-method-item{display:flex;gap:.75rem;margin-bottom:1rem}.br-method-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#eff6ff;color:var(--blue);font-size:.75rem;font-weight:700;flex-shrink:0}.br-method-item strong{display:block;font-size:.85rem;color:var(--gray-800);margin-bottom:.15rem}.br-method-item p{font-size:.8rem;color:var(--gray-500);line-height:1.55;margin:0}.br-data-source-note{font-size:.8rem;color:var(--gray-600);background:#eff6ff;padding:.5rem .75rem;border-radius:6px;margin-bottom:1.5rem}.br-disclaimer p{font-size:.78rem;color:var(--gray-500);line-height:1.6;margin-bottom:.6rem}.br-disclaimer p strong{color:var(--gray-600)}.br-footer{margin-top:2rem}.br-footer-divider{height:2px;background:linear-gradient(90deg,var(--blue) 0%,#60a5fa 50%,transparent 100%);margin-bottom:1.25rem;border-radius:1px}.br-footer-content{display:flex;justify-content:space-between;align-items:center}.br-footer-logo{display:flex;align-items:center;gap:.5rem}.br-footer-name{display:block;font-size:1.1rem;font-weight:700;color:var(--blue);line-height:1.1}.br-footer-tagline{display:block;font-size:.7rem;color:var(--gray-400)}.br-footer-right{text-align:right}.br-footer-url{font-size:.85rem;font-weight:600;color:var(--blue);margin:0}.br-footer-id{font-size:.65rem;color:var(--gray-400);margin:0}@media print{.no-print,.header,footer{display:none!important}.br-overlay{position:static;background:#fff;overflow:visible}.br-report{padding:0;max-width:none}.br-page{box-shadow:none;border-radius:0;margin-bottom:0;padding:.75in;break-after:page}.br-cover{min-height:100vh;padding:0}.br-cover-stripe{border-radius:0}.br-cover-top{padding:1.5in .75in 0}.br-cover-center{padding:2rem .75in}.br-cover-bottom{padding:1rem .75in 1.5in}body,.br-status-badge,.br-cover-grade-ring,.br-cover-stripe,.br-contaminant,.br-detail-block,.br-interpretation,.br-cancer-block,.br-remove-field,.br-findings-badge,.br-category-bar,.br-cat-bar-seg,.br-level-bar-fill,.br-level-bar-bg,.br-section-num,.br-cover-badge,.br-grade-active,.br-organ-tag,.br-vulnerable-tag,.br-category-name,.br-footer-divider{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.br-findings-table,.br-priority-table,.br-safe-table,.br-contaminant{page-break-inside:avoid}}@media(max-width:600px){.br-page{padding:1.5rem}.br-cover{min-height:auto}.br-cover-top{padding:1.5rem 1.5rem 0}.br-cover-center{padding:1.5rem}.br-cover-center h1{font-size:1.5rem}.br-cover-bottom{padding:1rem 1.5rem 1.5rem}.br-cover-stats{flex-wrap:wrap;gap:.75rem}.br-cover-stat-divider{display:none}.br-cover-meta{flex-direction:column;gap:.5rem;align-items:center}.br-exec-grade-row{flex-direction:column}.br-system-grid{grid-template-columns:1fr}.br-grade-scale{flex-direction:column}.br-grade-scale-item{border-right:none;border-bottom:1px solid var(--gray-200);flex-direction:row;gap:.5rem;justify-content:flex-start;padding:.4rem .75rem}.br-grade-scale-item:last-child{border-bottom:none}.br-grade-active{box-shadow:inset 3px 0 0 var(--blue)}.br-findings-table,.br-priority-table,.br-safe-table{font-size:.7rem}.br-detail-grid{grid-template-columns:1fr}.br-contaminant-data{gap:.75rem}.br-footer-content{flex-direction:column;text-align:center;gap:.75rem}.br-footer-right{text-align:center}}.contaminant-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:contaminantModalFadeIn .15s ease}@keyframes contaminantModalFadeIn{0%{opacity:0}to{opacity:1}}.contaminant-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;max-height:85vh;overflow-y:auto;padding:1.5rem;position:relative;box-shadow:0 20px 60px #0000004d;animation:contaminantModalSlideUp .2s ease}@keyframes contaminantModalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.contaminant-modal-nav{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.contaminant-modal-nav-btn{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:50%;width:32px;height:32px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:background .15s}.contaminant-modal-nav-btn:hover{background:var(--gray-200)}.contaminant-modal-nav-count{font-size:.8rem;color:var(--gray-500)}.contaminant-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:var(--gray-400);cursor:pointer;line-height:1;padding:.25rem .5rem;border-radius:4px}.contaminant-modal-close:hover{color:var(--gray-700);background:var(--gray-100, #f3f4f6)}.contaminant-modal-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-right:2rem}.contaminant-modal-header h3{font-size:1.1rem;margin:0;flex:1}.contaminant-modal-levels{background:var(--gray-50, #f9fafb);border-radius:8px;padding:1rem;margin-bottom:1rem}.contaminant-modal-level-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}.contaminant-modal-level-row+.contaminant-modal-level-row{border-top:1px solid var(--gray-200, #e5e7eb)}.contaminant-modal-label{font-size:.85rem;color:var(--gray-500)}.contaminant-modal-value{font-size:1rem;font-weight:700}.contaminant-modal-bar-container{margin-top:.75rem}.contaminant-modal-bar-track{height:8px;background:var(--gray-200, #e5e7eb);border-radius:4px;overflow:visible;position:relative}.contaminant-modal-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.contaminant-modal-bar-over{position:absolute;right:0;top:-1.2rem;font-size:.7rem;font-weight:700;color:#ef4444}.contaminant-modal-bar-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--gray-400);margin-top:.25rem}.contaminant-modal-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8rem;color:var(--gray-500);margin-bottom:1rem}.contaminant-modal-section{margin-bottom:1rem}.contaminant-modal-section h4{font-size:.85rem;color:var(--gray-700);margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.03em}.contaminant-modal-section p{font-size:.9rem;line-height:1.6;color:var(--gray-600);margin:0}.contaminant-modal-footer{border-top:1px solid var(--gray-200, #e5e7eb);padding-top:1rem;text-align:center}.contaminant-modal-epa-link{display:inline-block;font-size:.85rem;font-weight:600;color:var(--blue, #3b82f6);text-decoration:none;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--blue, #3b82f6);transition:all .15s}.contaminant-modal-epa-link:hover{background:var(--blue, #3b82f6);color:#fff}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.well-marker-dynamic{background:none!important;border:none!important}.well-map-section{max-width:1400px;margin:2rem auto;padding:0 1.5rem}.well-map-section-embedded{max-width:none;margin:0;padding:0}.well-map-title{font-size:1.15rem;font-weight:650;color:var(--gray-900);margin-bottom:.3rem}.well-map-subtitle{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem;line-height:1.4}.well-map-container{width:100%;height:500px;border-radius:12px;border:1px solid var(--gray-200);overflow:hidden}.well-map-legend{display:flex;align-items:center;gap:1.2rem;margin-top:.6rem;font-size:.85rem;color:var(--gray-500)}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-source{margin-left:auto;font-size:.72rem;color:var(--gray-400)}.well-marker-dot{width:10px;height:10px;background:var(--blue);border:2px solid white;border-radius:50%;box-shadow:0 1px 4px #0000004d}.center-marker-dot{width:14px;height:14px;background:#ef4444;border:2px solid white;border-radius:50%;box-shadow:0 1px 4px #0000004d}.well-map-loading{height:200px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.9rem;background:var(--gray-50, #f9fafb);border-radius:12px;border:1px solid var(--gray-200)}.well-map-empty{font-size:.85rem;color:var(--gray-400)}@media(max-width:600px){.well-map-container{height:300px}}.well-address-form{display:flex;gap:.5rem;margin-bottom:.75rem}.well-address-input{flex:1;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s}.well-address-input:focus{border-color:var(--blue)}.well-address-btn{padding:.5rem 1rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.well-address-btn:disabled{opacity:.5;cursor:not-allowed}.home-marker-dot{width:20px;height:20px;background:var(--blue, #3182ce);border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px var(--blue, #3182ce),0 2px 6px #0000004d}.saved-loc-marker-dot{font-size:18px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.well-map-and-detail{display:block}.well-map-and-detail.well-map-split{display:grid;grid-template-columns:1fr minmax(360px,420px);gap:1rem;align-items:start}.well-map-col{min-width:0}.well-detail-col{position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}@media(max-width:900px){.well-map-and-detail.well-map-split{grid-template-columns:1fr}.well-detail-col{position:static;max-height:none}}.well-popup-rich{font-family:inherit}.well-popup-name{font-weight:700;font-size:.85rem;color:#1a202c;margin-bottom:2px}.well-popup-status{font-size:.75rem;font-weight:600}.well-popup-meta{font-size:.72rem;color:#718096;margin:3px 0}.well-popup-cta{font-size:.72rem;color:#3182ce;font-weight:600;margin-top:4px}.wdp{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;animation:wdpSlideIn .25s ease}@keyframes wdpSlideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.wdp-header{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.wdp-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.wdp-title-row h4{margin:0;font-size:.95rem;color:var(--gray-800);line-height:1.3}.wdp-close{background:none;border:none;font-size:1.3rem;color:var(--gray-400);cursor:pointer;padding:0;line-height:1;flex-shrink:0}.wdp-close:hover{color:var(--gray-700)}.wdp-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.wdp-tag{font-size:.8rem;padding:.15rem .5rem;background:#fff;border:1px solid var(--gray-200);border-radius:100px;color:var(--gray-600);white-space:nowrap}.wdp-org{font-size:.85rem;color:var(--gray-500);margin-top:.4rem}.wdp-loc{font-size:.85rem;color:var(--gray-500)}.wdp-id{font-size:.8rem;color:var(--gray-400);font-family:monospace;margin-top:.25rem;word-break:break-all}.wdp-loading{padding:1.5rem 1rem;text-align:center;color:var(--gray-400);font-size:.82rem}.wdp-loading-bar{height:3px;background:linear-gradient(90deg,var(--blue) 30%,transparent 30%);background-size:40% 100%;animation:wdpLoad 1s linear infinite;border-radius:2px;margin-bottom:.75rem}@keyframes wdpLoad{0%{background-position:-40% 0}to{background-position:140% 0}}.wdp-results{padding:.75rem 1rem}.wdp-results-summary{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.wdp-results-count{font-size:.82rem;font-weight:600;color:var(--gray-700)}.wdp-pill{font-size:.68rem;font-weight:600;padding:.1rem .45rem;border-radius:100px}.wdp-pill-danger{background:#fff5f5;color:#e53e3e}.wdp-pill-warning{background:#fffaf0;color:#dd6b20}.wdp-readings{font-size:.72rem;color:var(--gray-400);margin-left:auto}.wdp-contaminant-list{display:flex;flex-direction:column;gap:2px}.wdp-row{padding:.5rem .6rem;border-radius:8px;cursor:pointer;transition:background .15s,box-shadow .15s;border:1px solid transparent}.wdp-row:hover{background:var(--gray-50, #f9fafb);border-color:var(--gray-200)}.wdp-status-danger{background:#fff5f5}.wdp-status-danger:hover{background:#fee2e2}.wdp-status-warning{background:#fffbeb}.wdp-status-warning:hover{background:#fef3c7}.wdp-row-top{display:flex;align-items:center;gap:.25rem}.wdp-row-name{font-size:.82rem;font-weight:600;color:var(--gray-700);flex:1;min-width:0}.wdp-row-val{font-size:.82rem;font-weight:700;white-space:nowrap}.wdp-val-danger{color:#e53e3e}.wdp-val-warning{color:#dd6b20}.wdp-val-safe{color:var(--gray-600)}.wdp-row-bar{display:flex;align-items:center;gap:.5rem;margin:.3rem 0 0 14px}.wdp-bar-track{flex:1;height:4px;background:var(--gray-100);border-radius:2px;position:relative;overflow:visible}.wdp-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.wdp-bar-limit{position:absolute;right:0;top:-3px;width:2px;height:10px;background:var(--gray-400)}.wdp-bar-label{font-size:.65rem;color:var(--gray-400);white-space:nowrap;min-width:50px}.wdp-row-bottom{margin-top:.2rem;padding-left:14px}.wdp-row-effect{display:block;font-size:.85rem;color:var(--gray-500);line-height:1.4;margin-bottom:.15rem}.wdp-row-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-400)}.wdp-empty{padding:1.5rem 1rem;text-align:center;color:var(--gray-400);font-size:.82rem}.wdp-footer{display:flex;justify-content:space-between;padding:.5rem 1rem;border-top:1px solid var(--gray-100);font-size:.8rem;color:var(--gray-400)}.well-map-login-hint{font-size:.82rem;color:var(--gray-500);margin:0 0 .75rem}.well-map-login-link{color:var(--blue);font-weight:600;text-decoration:none}.well-map-login-link:hover{text-decoration:underline}.well-map-highlight-note{text-align:center;font-size:.82rem;color:var(--blue, #3182ce);font-weight:600;padding:.5rem;margin-top:.5rem;background:#ebf8ff;border-radius:8px}@media(max-width:768px){.well-map-section{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.well-map-section{padding:0 .75rem}.well-map-title{font-size:1rem}.well-map-legend{flex-wrap:wrap;gap:.5rem .8rem;font-size:.7rem}.well-address-form{flex-direction:column}.well-address-btn{width:100%;text-align:center}.wdp{font-size:.85rem}.wdp-title-row h4{font-size:.95rem}.wdp-tags{gap:.25rem}.wdp-tag{font-size:.65rem;padding:.15rem .4rem}.wdp-row{padding:.5rem .6rem}.wdp-row-name,.wdp-row-val{font-size:.8rem}}.rc-narrative{font-size:.84rem;color:var(--gray-700);line-height:1.45;margin:0 0 .5rem}.rc-more-info-toggle{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--primary, #2563eb);cursor:pointer;-webkit-user-select:none;user-select:none;border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.rc-more-info-toggle:hover{background:var(--gray-100, #f3f4f6)}.rc-card{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.rc-card:hover{box-shadow:0 2px 8px #0000000f}.rc-card.status-danger{border-left:3px solid #ef4444}.rc-card.status-warning{border-left:3px solid #f59e0b}.rc-card.status-safe{border-left:3px solid #22c55e}.rc-click{padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none}.rc-header{display:flex;justify-content:space-between;align-items:center}.rc-name{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--gray-800);min-width:0}.rc-summary{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.rc-reading{font-size:.85rem;font-weight:600;color:var(--gray-700)}.rc-limit{font-weight:400;color:var(--gray-400)}.rc-category{font-size:.72rem;font-weight:500;color:var(--gray-500);background:var(--gray-100, #f3f4f6);padding:.1rem .45rem;border-radius:4px;white-space:nowrap}.rc-year{font-size:.72rem;font-weight:600;color:var(--gray-400);background:var(--gray-100, #f3f4f6);padding:.1rem .4rem;border-radius:4px}.rc-detail{border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.rc-detail-inner{padding:1rem 1.25rem}.rc-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--gray-400);margin-top:.5rem}.rc-levels{display:flex;gap:1.5rem;margin-bottom:.5rem}@media(max-width:600px){.rc-header{flex-direction:column;align-items:flex-start;gap:.3rem}.rc-summary{width:100%;justify-content:flex-end;gap:.35rem}.rc-reading{display:none}.rc-levels{flex-direction:column;gap:.4rem}}@media(max-width:480px){.rc-click{padding:.75rem 1rem}}.inquiry-section{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:1.5rem;margin:1.5rem 0;scroll-margin-top:80px}.inquiry-section h4{margin:0 0 .5rem;color:#1e40af}.inquiry-section p{font-size:.9rem;color:var(--gray-600);line-height:1.5;margin-bottom:1rem}.inquiry-btn{background:#1d4ed8;color:#fff;border:none;padding:.65rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.inquiry-btn:hover:not(:disabled){background:#1e40af}.inquiry-btn:disabled{opacity:.6;cursor:not-allowed}.inquiry-contact-card{background:#fff;border:1px solid #93c5fd;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.inquiry-contact-card h5{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin:0 0 .5rem}.inquiry-contact-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.9rem}.inquiry-contact-label{font-weight:600;color:var(--gray-600);min-width:60px}.inquiry-contact-link{color:#1d4ed8;text-decoration:none;font-weight:500}.inquiry-contact-link:hover{text-decoration:underline}.inquiry-action-text{font-size:.85rem;color:var(--gray-500);line-height:1.5;margin-bottom:.75rem}.inquiry-gated-text{font-size:.9rem;color:var(--gray-600);line-height:1.5;margin-bottom:1rem}.inquiry-trust-note{font-size:.8rem!important;color:var(--gray-400)!important;margin-top:.75rem!important;margin-bottom:0!important;line-height:1.5!important;font-style:italic}.inquiry-success{color:#065f46;font-weight:600;margin-top:.75rem}.inquiry-error{color:var(--red);margin-top:.75rem}@media(max-width:600px){.inquiry-section{padding:1.25rem}.inquiry-contact-row{flex-wrap:wrap}}.ws-section{margin-top:1rem}.ws-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.ws-header-text h3{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin:0}.ws-header-text p{font-size:.85rem;color:var(--gray-500);margin:.25rem 0 0}.ws-threats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.ws-threat{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.875rem 1rem}.ws-threat.ws-threat-warning{background:#fffbeb;border-color:#fde68a}.ws-threat-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}.ws-threat-name{font-weight:700;font-size:.95rem;color:var(--gray-900)}.ws-threat-level{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .5rem;border-radius:100px;color:#fff}.ws-threat-detail{font-size:.82rem;color:var(--gray-600);line-height:1.5;margin:0}.ws-threat-removal{margin-top:.5rem;font-size:.78rem;color:var(--gray-500)}.ws-threat-removal strong{color:var(--gray-700)}.ws-threat-methods{margin-top:.5rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.ws-threat-methods-label{font-size:.75rem;font-weight:600;color:var(--gray-500);white-space:nowrap}.ws-threat-method-pills{display:flex;flex-wrap:wrap;gap:.3rem}.ws-method-pill{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:100px;background:#eff6ff;color:var(--blue);text-decoration:none;border:1px solid #bfdbfe;transition:background .15s,color .15s}.ws-method-pill:hover{background:var(--blue);color:#fff}.ws-threats-toggle{display:inline-flex;align-items:center;gap:.375rem;font-size:.78rem;color:var(--blue);font-weight:500;background:none;border:none;cursor:pointer;padding:.25rem 0}.ws-threats-toggle:hover{text-decoration:underline}.ws-recs{margin-bottom:1.5rem}.ws-recs-heading{font-size:.88rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem}.ws-tiers{display:flex;flex-direction:column;gap:.625rem}.ws-tier-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.ws-tier-card:hover{border-color:#93c5fd}.ws-tier-best{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.ws-tier-ribbon{background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.25rem}.ws-tier-top{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.ws-tier-icon{flex-shrink:0;width:48px;height:48px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center}.ws-tier-summary{flex:1;min-width:0}.ws-tier-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);margin-bottom:.125rem}.ws-tier-best .ws-tier-label{color:var(--blue)}.ws-tier-name{font-size:.92rem;font-weight:700;color:var(--gray-900);margin:0 0 .25rem;line-height:1.2}.ws-tier-meta{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.ws-tier-type{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);font-weight:600}.ws-tier-coverage{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;color:#166534}.ws-tier-price-col{flex-shrink:0;text-align:right;margin-left:auto}.ws-tier-price-old{display:block;font-size:.72rem;color:var(--gray-400);text-decoration:line-through}.ws-tier-price{font-size:1.15rem;font-weight:800;color:var(--gray-900)}.ws-tier-detail{padding:0 1rem 1rem;border-top:1px solid var(--gray-100)}.ws-tier-desc{font-size:.82rem;color:var(--gray-600);line-height:1.55;margin:.875rem 0}.ws-tier-matches{margin-bottom:.75rem}.ws-tier-matches-label{font-size:.72rem;font-weight:600;color:var(--gray-500);margin-bottom:.375rem}.ws-tier-match-tags{display:flex;flex-wrap:wrap;gap:.3rem}.ws-rec-match-tag{font-size:.68rem;font-weight:600;padding:.175rem .45rem;border-radius:100px;background:#dcfce7;color:#166534}.ws-rec-match-tag.ws-rec-match-extra{background:#f3f4f6;color:var(--gray-500)}.ws-tier-bottom{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.ws-tier-rating{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:var(--gray-500)}.ws-tier-certs{font-size:.68rem;color:var(--gray-400);margin-left:.5rem}.ws-tier-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--blue);color:#fff;font-size:.8rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .15s}.ws-tier-btn:hover{background:#1d4ed8}.ws-tier-actions{display:flex;gap:.5rem;align-items:center}.ws-tier-btn-cart{background:var(--blue);color:#fff}.ws-tier-btn-added{background:#22c55e}.ws-tier-btn-browse{background:#fff;color:var(--blue);border:1px solid var(--blue);font-size:.75rem;padding:.45rem .75rem}.ws-tier-btn-browse:hover{background:#eff6ff}.ws-btn-added{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important}.ws-browse-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.82rem;color:var(--blue);font-weight:500;text-decoration:none;margin-top:.75rem}.ws-browse-link:hover{text-decoration:underline}.ws-testing-pitch{background:#f8fafc;border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.125rem;margin-top:1rem;display:flex;align-items:flex-start;gap:.75rem}.ws-testing-pitch-text{flex:1}.ws-testing-pitch-text strong{display:block;font-size:.88rem;color:var(--gray-900);margin-bottom:.25rem}.ws-testing-pitch-text span{font-size:.78rem;color:var(--gray-500);line-height:1.5}.ws-testing-pitch-btn{flex-shrink:0;font-size:.78rem;font-weight:600;color:var(--blue);text-decoration:none;padding:.5rem .875rem;border:1px solid var(--blue);border-radius:6px;background:none;cursor:pointer;white-space:nowrap;transition:all .15s}.ws-testing-pitch-btn:hover{background:var(--blue);color:#fff}.ws-clean{text-align:center;padding:1rem}.ws-clean p{font-size:.85rem;color:var(--gray-500);margin:0 0 .75rem}@media(max-width:480px){.ws-tier-top{padding:.75rem;gap:.5rem}.ws-tier-icon{width:40px;height:40px}.ws-tier-name{font-size:.85rem}.ws-tier-price{font-size:1rem}.ws-tier-detail{padding:0 .75rem .75rem}.ws-testing-pitch{flex-direction:column;align-items:stretch;text-align:center}.ws-testing-pitch-btn{align-self:center}}.well-map-modal-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.well-map-modal{background:#fff;border-radius:16px;width:100%;max-width:1200px;max-height:calc(100vh - 3rem);overflow-y:auto;position:relative;box-shadow:0 24px 48px #00000040}.well-map-modal .well-map-section{max-width:none;margin:0;padding:1.5rem}.well-map-modal .well-map-container{height:60vh;min-height:400px}.well-map-modal-close{position:absolute;top:.75rem;right:.75rem;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 8px #00000026;font-size:1.4rem;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.well-map-modal-close:hover{background:var(--gray-100)}.well-map-modal-context{padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200)}.well-map-modal-contaminant{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.well-map-modal-contaminant strong{font-size:1.05rem;color:var(--gray-800)}.status-badge-sm{font-size:.7rem;font-weight:600;color:#fff;padding:.15rem .5rem;border-radius:4px}.well-map-modal-nav{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:.5rem 0}.well-map-modal-nav-btn{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:50%;width:36px;height:36px;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:background .15s}.well-map-modal-nav-btn:hover{background:var(--gray-200)}.well-map-modal-nav-count{font-size:.85rem;color:var(--gray-500);font-weight:500}.well-map-modal-reading{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem}.well-map-modal-stat{display:flex;flex-direction:column;gap:.1rem}.well-map-modal-stat-label{font-size:.85rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.well-map-modal-stat-value{font-size:.9rem;font-weight:600;color:var(--gray-800)}.well-map-modal-health{margin:0;font-size:.82rem;color:var(--gray-500);line-height:1.5}@media(max-width:600px){.well-map-modal-overlay{padding:0}.well-map-modal{border-radius:0;max-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.well-map-modal-close{position:static;align-self:flex-end;margin:.5rem .5rem 0 0;flex-shrink:0}.well-map-modal-content{flex:1;overflow-y:auto;min-height:0}.well-map-modal .well-map-container{height:50vh}}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:2px solid white;box-shadow:0 1px 2px #0003}.legend-home-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--blue, #3182ce);border:2px solid white;box-shadow:0 0 0 2px var(--blue, #3182ce)}.well-data-explainer{margin:1.5rem 0 0;padding:1rem 1.25rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:12px}.well-data-explainer h4{font-size:.85rem;font-weight:700;color:var(--gray-700);margin:0 0 .75rem}.well-explainer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:700px){.well-explainer-grid{grid-template-columns:1fr;gap:.75rem}}.well-explainer-item{display:flex;flex-direction:column;gap:.25rem}.well-explainer-item strong{font-size:.8rem;color:var(--gray-700)}.well-explainer-item span{font-size:.9rem;color:var(--gray-500);line-height:1.5}@media(max-width:480px){.well-map-modal .well-map-section{padding:.75rem}.well-map-modal .well-map-container{height:45vh;min-height:250px}.well-map-modal-context{padding:1rem}.well-map-modal-contaminant strong{font-size:.9rem}.well-map-modal-reading{gap:.75rem}.well-data-explainer{padding:.75rem 1rem}}.gw-grade-section{max-width:1400px;margin:0 auto 1rem;padding:0 1.5rem}.gw-grade-hero{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--gray-200);border-radius:12px;cursor:pointer;transition:box-shadow .2s}.gw-grade-hero:hover{box-shadow:0 2px 8px #0000000f}.gw-grade-badge-lg{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:#fff;flex-shrink:0}.grade-text-info{display:flex;flex-direction:column}.grade-text-info strong{font-size:1rem;color:var(--gray-800)}.grade-text-info span{font-size:.8rem;color:var(--gray-500)}.gw-grade-tap{font-size:.72rem!important;color:var(--blue)!important;margin-top:.15rem}.gw-grade-breakdown{margin-top:.75rem;padding:1.25rem;background:#fff;border:1px solid var(--gray-200);border-radius:12px;animation:slideUp .2s ease}.gw-grade-breakdown h4{margin:0 0 .5rem;font-size:1rem;color:var(--gray-800)}.gw-grade-breakdown>p{font-size:.85rem;color:var(--gray-600);margin:0 0 1rem;line-height:1.5}.gw-grade-scale{display:flex;flex-direction:column;gap:.5rem}.gw-grade-scale-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:8px;transition:background .15s}.gw-grade-scale-active{background:var(--gray-50, #f8fafc);border:1px solid var(--gray-200)}.gw-grade-scale-badge{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;flex-shrink:0}.gw-grade-scale-info{display:flex;flex-direction:column;flex:1}.gw-grade-scale-info strong{font-size:.85rem;color:var(--gray-800)}.gw-grade-scale-info span{font-size:.78rem;color:var(--gray-500);line-height:1.4}.gw-grade-scale-you{font-size:.72rem;font-weight:600;color:var(--blue);white-space:nowrap}.gw-grade-note{margin:1rem 0 0!important;font-size:.9rem!important;color:var(--gray-400)!important;font-style:italic}.gw-report{max-width:1400px;margin:0 auto 2rem;padding:0 1.5rem}.gw-report-inner{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:1.5rem}.gw-report-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.gw-report-head h3{font-size:1.15rem;font-weight:700;color:var(--gray-800);margin:0}.gw-report-hint{font-size:.8rem;color:var(--gray-400);margin:.2rem 0 0}.gw-data-age{font-size:.8rem;font-weight:600;white-space:nowrap}.gw-summary-loading{text-align:center;padding:2rem;color:var(--gray-500);font-size:.95rem}.gw-summary-empty{text-align:center;padding:1.5rem;color:var(--gray-500)}.gw-no-target-data{padding:1rem 0}.gw-no-target-data p{margin:0 0 .6rem;font-size:.88rem;color:var(--gray-600);line-height:1.5}.gw-no-target-data p:last-child{margin-bottom:0;color:var(--gray-400);font-size:.82rem}.gw-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.5rem}.gw-detail-item{display:flex;flex-direction:column;gap:.1rem}.gw-detail-label{font-size:.72rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em}.gw-detail-value{font-size:.84rem;font-weight:600;color:var(--gray-700)}.gw-detail-exceedances{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.gw-exceed-row{font-size:.85rem;padding:.5rem .75rem;border-radius:8px}.gw-exceed-row.danger{background:#fef2f2;color:#b91c1c}.gw-exceed-row.warning{background:#fffbeb;color:#92400e}.gw-exceed-row strong{font-weight:700}.gw-detail-health{margin-bottom:.75rem}.gw-detail-health h5{font-size:.78rem;font-weight:600;color:var(--gray-600);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.03em}.gw-detail-health p{font-size:.85rem;color:var(--gray-600);line-height:1.4;margin:0}.gw-detail-source{font-size:.85rem;color:var(--gray-400);margin:0}@media(max-width:600px){.gw-report-inner{padding:1rem}.gw-detail-grid{grid-template-columns:repeat(2,1fr)}}.gw-freshness-banner{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--gray-50, #f9fafb);border-left:3px solid var(--gray-400);border-radius:0 8px 8px 0;font-size:.85rem;line-height:1.4;color:var(--gray-600)}.gw-narrative{margin-bottom:.6rem}.gw-narrative-effect{font-size:.84rem;color:var(--gray-500);font-style:italic;margin:0 0 .4rem;line-height:1.4}.gw-narrative-line{font-size:.84rem;color:var(--gray-700);line-height:1.45;margin:0 0 .25rem}.gw-narrative-safe{color:#16a34a}.gw-narrative-stale{color:var(--gray-500)}.gw-narrative-stale a,.gw-narrative-action a{color:var(--primary, #2563eb);text-decoration:underline}.gw-narrative-action{font-size:.84rem;color:var(--gray-600);line-height:1.45;margin:.15rem 0 .25rem}.gw-narrative-action strong{color:var(--gray-800)}.gw-narrative-wells{margin:.2rem 0 .35rem 1.25rem;padding:0;font-size:.82rem;color:var(--gray-700);line-height:1.5}.gw-narrative-wells li{margin-bottom:.1rem;font-family:inherit}.gw-letter-toggle{display:inline-block;margin:.35rem 0 .15rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;cursor:pointer;transition:background .15s}.gw-letter-toggle:hover{background:#dbeafe}.gw-letter-preview{margin-top:.5rem;background:#fff;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.gw-letter-to{padding:.5rem 1rem;font-size:.82rem;color:var(--gray-600);border-bottom:1px solid var(--gray-100)}.gw-letter-to-label{font-weight:600;color:var(--gray-500);margin-right:.35rem}.gw-letter-body{width:100%;border:none;padding:1rem;font-size:.85rem;line-height:1.6;color:var(--gray-700);font-family:inherit;resize:vertical;min-height:200px;box-sizing:border-box}.gw-letter-body:focus{outline:none;background:#fafbff}.gw-letter-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.gw-letter-send-btn{display:inline-block;padding:.5rem 1.15rem;background:#1d4ed8;color:#fff;border:none;border-radius:7px;font-size:.84rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s}.gw-letter-send-btn:hover{background:#1e40af}a.gw-letter-send-btn{color:#fff}.gw-letter-copy-btn{display:inline-block;padding:.5rem 1.15rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:7px;font-size:.84rem;font-weight:600;cursor:pointer;transition:background .15s}.gw-letter-copy-btn:hover{background:var(--gray-100)}.gw-detail-tight .rc-levels{gap:1rem;margin-bottom:.35rem}.gw-detail-tight .level-bar-container{margin-bottom:.5rem}.gw-detail-tight .gw-well-breakdown{margin-top:.4rem}.gw-detail-tight .gw-detail-grid{margin-top:.5rem}.gw-detail-tight .rc-meta{margin-top:.4rem;font-size:.78rem}.gw-more-info-toggle{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--primary, #2563eb);cursor:pointer;-webkit-user-select:none;user-select:none;border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.gw-more-info-toggle:hover{background:var(--gray-100, #f3f4f6)}.gw-detail-freshness-note{display:flex;flex-direction:column;gap:.2rem;padding:.6rem .75rem;margin-bottom:.75rem;background:#fffdf5;border-radius:8px;border:1px solid #fef3c7;font-size:.82rem;line-height:1.4;color:var(--gray-600)}.gw-accountability{padding:.25rem 0}.gw-accountability-alert{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:1.25rem;align-items:flex-start}.gw-accountability-alert svg{flex-shrink:0;margin-top:2px}.gw-accountability-alert strong{display:block;font-size:.95rem;color:#92400e;margin-bottom:.35rem}.gw-accountability-alert p{margin:0;font-size:.9rem;line-height:1.5;color:#78350f}.gw-accountability-body{margin-top:.25rem}.gw-accountability-contact-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.gw-accountability-contact-card h4{font-size:1rem;font-weight:700;color:var(--gray-800);margin:0 0 .6rem}.gw-accountability-contact-who{margin:0 0 .5rem;display:flex;flex-direction:column;gap:.15rem}.gw-accountability-contact-who strong{font-size:.95rem;color:var(--gray-800)}.gw-accountability-contact-who span{font-size:.85rem;color:var(--gray-500)}.gw-accountability-contact-detail{margin:0 0 .3rem;font-size:.88rem;color:var(--gray-600)}.gw-accountability-contact-detail a{color:var(--blue);text-decoration:none}.gw-accountability-contact-detail a:hover{text-decoration:underline}.gw-accountability-agency{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--gray-200);font-size:.82rem;color:var(--gray-500)}.gw-accountability-letter{margin-top:.25rem}.gw-accountability-letter h4{font-size:.95rem;font-weight:700;color:var(--gray-800);margin:0 0 .6rem}.gw-accountability-letter-body{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.65;color:var(--gray-700);margin-bottom:.75rem}.gw-accountability-letter-body p{margin:0 0 .75rem}.gw-accountability-letter-body p:last-child{margin-bottom:0}.gw-accountability-letter-body ul{margin:.5rem 0 .75rem 1.25rem;padding:0}.gw-accountability-letter-body li{margin-bottom:.35rem}.gw-accountability-actions{display:flex;gap:.6rem;flex-wrap:wrap}.gw-accountability-send-btn{display:inline-block;padding:.6rem 1.25rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s}.gw-accountability-send-btn:hover{background:#1d4ed8}a.gw-accountability-send-btn{color:#fff}.gw-accountability-copy-btn{display:inline-block;padding:.6rem 1.25rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.gw-accountability-copy-btn:hover{background:var(--gray-50)}.gw-well-breakdown{margin-bottom:.75rem}.gw-well-table{display:flex;flex-direction:column;gap:1px;background:var(--gray-100);border-radius:8px;overflow:hidden;border:1px solid var(--gray-200)}.gw-well-hint{font-weight:400;font-size:.7rem;color:var(--gray-400);text-transform:none;letter-spacing:0}.gw-well-breakdown h5{font-size:.8rem;font-weight:600;color:var(--gray-600);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.03em;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gw-well-sort-toggle{margin-left:auto;display:flex;gap:2px;background:var(--gray-100);border-radius:6px;padding:2px}.gw-well-sort-btn{font-size:.65rem;font-weight:500;padding:2px 8px;border:none;border-radius:4px;background:transparent;color:var(--gray-500);cursor:pointer;text-transform:none;letter-spacing:0}.gw-well-sort-btn.active{background:#fff;color:var(--gray-800);box-shadow:0 1px 2px #00000014}.gw-well-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#fff;font-size:.82rem;cursor:pointer;transition:background .15s}.gw-well-row:hover{background:#f0f7ff}.gw-well-row.status-danger{background:#fff5f5}.gw-well-row.status-danger:hover{background:#fee2e2}.gw-well-row.status-warning{background:#fffbeb}.gw-well-row.status-warning:hover{background:#fef3c7}.gw-well-row.gw-well-focused{background:#dbeafe!important;box-shadow:inset 3px 0 0 var(--blue, #3182ce)}.gw-well-pin{font-size:.75rem;opacity:.35;transition:opacity .15s;flex-shrink:0}.gw-well-row:hover .gw-well-pin,.gw-well-row.gw-well-focused .gw-well-pin{opacity:1}.gw-well-id{flex:1;display:flex;align-items:center;gap:.4rem;font-family:monospace;font-size:.85rem;color:var(--gray-600);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-well-value{font-weight:600;white-space:nowrap}.gw-well-danger{color:#e53e3e}.gw-well-warning{color:#dd6b20}.gw-well-date{font-size:.72rem;font-weight:600;color:var(--gray-400);background:var(--gray-100, #f3f4f6);padding:.1rem .4rem;border-radius:4px;white-space:nowrap}.gw-well-legend{font-size:.85rem;color:var(--gray-500);margin-top:.4rem;padding:0 .25rem}.gw-detail-wells-link{font-size:.82rem;color:var(--blue, #3182ce);margin-bottom:.75rem;padding:.5rem .75rem;background:#ebf8ff;border-radius:8px}.gw-detail-wells-link strong{font-weight:700}.gw-report-disclaimer{margin-top:.5rem;font-size:.75rem;color:var(--gray-400);line-height:1.4}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.gw-grade-section,.gw-report{padding-left:1rem;padding-right:1rem}.gw-grade-hero{padding:.75rem 1rem}.gw-grade-scale-row{padding:.5rem .75rem}}@media(max-width:480px){.gw-grade-badge-lg{width:48px;height:48px;font-size:1.5rem}.grade-text-info strong{font-size:.9rem}.grade-text-info span{font-size:.75rem}.gw-report-head{flex-direction:column;gap:.4rem}.gw-report-head h3{font-size:1rem}.gw-well-row{gap:.4rem;padding:.4rem .6rem;font-size:.75rem}.gw-well-id{font-size:.65rem}.gw-well-date{display:none}}.gw-loader{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;gap:.75rem}.gw-loader-pulse{width:40px;height:40px;border-radius:50%;background:var(--blue);opacity:.2;animation:gw-pulse 1.5s ease-in-out infinite}@keyframes gw-pulse{0%,to{transform:scale(.8);opacity:.15}50%{transform:scale(1.15);opacity:.35}}.gw-loader-step{font-size:.92rem;font-weight:500;color:var(--gray-700);margin:0;animation:gw-fade 3.5s ease-in-out infinite;text-align:center}@keyframes gw-fade{0%{opacity:0;transform:translateY(4px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.gw-loader-note{font-size:.78rem;color:var(--gray-400);margin:0;text-align:center}.gw-water-properties{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--gray-200)}.gw-wp-heading{font-size:.85rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.gw-wp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.gw-wp-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:.85rem 1rem}.gw-wp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.gw-wp-name{font-weight:600;font-size:.88rem;color:var(--gray-800)}.gw-wp-rating{font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:99px;background:var(--blue-light);color:var(--blue)}.gw-wp-rating-soft{background:#dcfce7;color:#15803d}.gw-wp-rating-moderately-hard{background:#fef9c3;color:#a16207}.gw-wp-rating-hard{background:#fed7aa;color:#c2410c}.gw-wp-rating-very-hard{background:#fecaca;color:#dc2626}.gw-wp-rating-acidic{background:#fed7aa;color:#c2410c}.gw-wp-rating-alkaline{background:#fef9c3;color:#a16207}.gw-wp-rating-normal,.gw-wp-rating-excellent,.gw-wp-rating-good{background:#dcfce7;color:#15803d}.gw-wp-rating-fair{background:#fef9c3;color:#a16207}.gw-wp-rating-poor{background:#fecaca;color:#dc2626}.gw-wp-value{font-size:1.3rem;font-weight:700;color:var(--gray-800);margin:.15rem 0 .3rem}.gw-wp-unit{font-size:.7rem;font-weight:400;color:var(--gray-500)}.gw-wp-desc{font-size:.78rem;line-height:1.45;color:var(--gray-600);margin:0 0 .35rem}.gw-wp-meta{font-size:.68rem;color:var(--gray-400)}@media(max-width:600px){.gw-wp-grid{grid-template-columns:1fr}}.gw-old-filter{display:flex;align-items:center;gap:.35rem;margin-left:auto;font-size:.78rem;color:var(--gray-500);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.gw-old-filter input[type=checkbox]{accent-color:var(--gray-500);width:14px;height:14px;cursor:pointer}@media(max-width:600px){.gw-old-filter{margin-left:0;flex-basis:100%;font-size:.72rem}.gw-old-filter span{white-space:normal}}.report-shared-header{max-width:1400px;margin:0 auto;padding:1.25rem 1.5rem .75rem}.report-shared-location{display:flex;align-items:flex-start;gap:.6rem}.report-shared-location svg{margin-top:.2rem;flex-shrink:0}.report-shared-location h2{margin:0;font-size:1.15rem;font-weight:700;color:var(--gray-800)}.report-shared-location p{margin:.15rem 0 0;font-size:.85rem;color:var(--gray-500)}.report-shared-note{margin:.5rem 0 0;font-size:.8rem;color:var(--gray-400);padding-left:1.6rem}.report-shared-overlap{margin:.6rem 0 0;font-size:.8rem;line-height:1.5;color:var(--gray-500);padding:.6rem .8rem .6rem 1.6rem;background:var(--blue-light);border-radius:6px;border-left:3px solid var(--blue)}.report-tabs{display:flex;gap:.5rem;max-width:1400px;margin:.5rem auto 0;padding:0 1.5rem}.report-tab{flex:1;display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:#fff;border:2px solid var(--gray-200);border-bottom:none;border-radius:12px 12px 0 0;cursor:pointer;transition:all .2s;text-align:left}.report-tab:hover{background:var(--gray-50, #f8fafc)}.report-tab-active{border-color:var(--blue);background:#fff;box-shadow:0 2px #fff;position:relative;z-index:1}.report-tab-disabled{opacity:.5;cursor:not-allowed}.report-tab-disabled:hover{background:inherit}.report-tab-icon{font-size:1.3rem;flex-shrink:0}.report-tab-label{display:flex;flex-direction:column;flex:1;min-width:0}.report-tab-label strong{font-size:.95rem;color:var(--gray-800)}.report-tab-label span{font-size:.85rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-tab-grade{min-width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;flex-shrink:0;padding:2px 6px;line-height:1;cursor:default}.report-tab-loading{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.report-tab-explainer{max-width:1400px;margin:0 auto;padding:.75rem 1.5rem;border-top:2px solid var(--blue)}.report-tab-explainer p{margin:0;font-size:.85rem;color:var(--gray-500);line-height:1.5}.gw-loading-tab{text-align:center;padding:3rem 1rem;color:var(--gray-400);font-size:.9rem}@media(max-width:600px){.report-tabs{gap:.35rem}.report-tab{padding:.5rem .6rem;gap:.35rem}.report-tab-icon,.report-tab-label span{display:none}.report-tab-label strong{font-size:.8rem}.report-tab-grade{width:26px;height:26px;font-size:.8rem}}@media(max-width:768px){.report-shared-header,.report-tabs,.report-tab-explainer{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.report-tab{padding:.6rem .75rem;gap:.4rem}.report-tab-label strong{font-size:.82rem}.report-tab-label span{font-size:.68rem}.report-tab-grade{width:28px;height:28px;font-size:.85rem}.report-tab-icon{font-size:1.1rem}.report-shared-location h2{font-size:1rem}.report-shared-location p{font-size:.78rem}}.hero-alt{padding:2.5rem 2rem 0;background:#fff;max-width:960px;margin:0 auto}.hero-alt-top{display:flex;align-items:flex-start;gap:3rem}.hero-alt-left{flex:1;min-width:0;padding-top:.5rem}.hero-alt-headline{font-size:2.4rem;font-weight:800;color:var(--gray-900);line-height:1.1;margin:0 0 .6rem;letter-spacing:-.03em}.hero-alt-sub{font-size:1rem;color:var(--gray-500);line-height:1.6;margin:0 0 1.25rem;max-width:420px}.hero-alt-search{max-width:400px;margin-bottom:.75rem}.hero-alt-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.hero-alt-trust span{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--gray-400)}.hero-alt-free{font-size:.78rem;color:var(--gray-400);margin:.6rem 0 0}.hero-alt-right{flex-shrink:0;width:280px;padding-top:.25rem}.hero-alt-preview{background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:12px;padding:1rem}.hero-alt-preview-label{font-size:.68rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.hero-alt-card{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.hero-alt-card:last-child{border-bottom:none;padding-bottom:0}.hero-alt-card-grade{width:2.5rem;height:2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:900;color:#fff;flex-shrink:0}.hero-alt-card-info{display:flex;flex-direction:column;min-width:0}.hero-alt-card-info strong{font-size:.85rem;color:var(--gray-800)}.hero-alt-card-score{font-size:.75rem;color:var(--gray-500);font-weight:500}.hero-alt-card-contaminants{font-size:.7rem;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-alt-data-bar{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.25rem 0;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.hero-alt-data-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.hero-alt-data-item strong{font-size:1.35rem;font-weight:800;color:var(--gray-800);letter-spacing:-.02em}.hero-alt-data-item span{font-size:.72rem;color:var(--gray-400);margin-top:.1rem}.hero-alt-sources{text-align:center;font-size:.72rem;color:var(--gray-300);padding:.75rem 0 1.5rem}@media(max-width:700px){.hero-alt{padding:1.5rem 1.25rem 0}.hero-alt-top{flex-direction:column;gap:1.25rem}.hero-alt-left{padding-top:0}.hero-alt-right{width:100%}.hero-alt-headline{font-size:1.75rem}.hero-alt-sub{font-size:.9rem;max-width:none}.hero-alt-search{max-width:100%}.hero-alt-data-bar{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem}.hero-alt-data-item strong{font-size:1.15rem}}@media(max-width:480px){.hero-alt-headline{font-size:1.5rem}.hero-alt-trust{flex-direction:column;gap:.35rem}}.hero-fear{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,#fefefe,#f8f9fa)}.hero-fear-content{max-width:620px;text-align:center}.hero-fear-headline{font-size:2.4rem;font-weight:800;color:var(--gray-900);line-height:1.2;letter-spacing:-.03em;margin:0 0 1rem}.hero-fear-highlight{color:var(--red, #dc2626)}.hero-fear-sub{font-size:1.05rem;color:var(--gray-500);line-height:1.6;margin:0 0 1.5rem}.hero-fear-search{max-width:400px;margin:0 auto 2rem}.hero-fear-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--gray-100)}.hero-fear-stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem .5rem;background:var(--gray-50, #f9fafb);border-radius:8px;border:1px solid var(--gray-100)}.hero-fear-stat strong{font-size:1.6rem;font-weight:800;color:var(--gray-800);letter-spacing:-.02em}.hero-fear-stat span{font-size:.72rem;color:var(--gray-400);line-height:1.3;margin-top:.15rem}.hero-fear-source{font-size:.72rem;color:var(--gray-300);margin-top:1.5rem}@media(max-width:600px){.hero-fear{min-height:auto;padding:1.5rem 1rem}.hero-fear-headline{font-size:1.6rem}.hero-fear-sub{font-size:.9rem}.hero-fear-stats{grid-template-columns:1fr 1fr;gap:.5rem}.hero-fear-stat{padding:.5rem .35rem}.hero-fear-stat strong{font-size:1.25rem}.hero-fear-stat span{font-size:.65rem}}.hero-social{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:#fff}.hero-social-content{max-width:560px;text-align:center}.hero-social-counter{margin-bottom:.25rem}.hero-social-counter-num{display:block;font-size:4.5rem;font-weight:900;color:var(--red, #dc2626);letter-spacing:-.03em;line-height:1}.hero-social-counter-label{display:block;font-size:1.05rem;color:var(--gray-500);margin-top:.4rem;letter-spacing:-.01em}.hero-social-headline{font-size:2.2rem;font-weight:800;color:var(--gray-900);margin:.75rem 0 1.25rem;letter-spacing:-.02em}.hero-social-search{max-width:400px;margin:0 auto 1.5rem}.hero-social-proof{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--gray-100)}.hero-social-proof-item{font-size:.82rem;color:var(--gray-400)}.hero-social-proof-item strong{color:var(--gray-600);font-weight:700}.hero-social-source{font-size:.72rem;color:var(--gray-300);margin-top:1rem}@media(max-width:600px){.hero-social{min-height:auto;padding:2.5rem 1.25rem 1.5rem}.hero-social-counter-num{font-size:3.5rem}.hero-social-counter-label{font-size:.88rem}.hero-social-headline{font-size:1.6rem;margin:.5rem 0 1rem}.hero-social-proof{flex-direction:column;gap:.5rem;align-items:center}}.hero-map{display:flex;align-items:flex-start;gap:2.5rem;max-width:960px;margin:0 auto;padding:2.5rem 2rem;min-height:calc(100vh - 60px)}.hero-map-left{flex:1;padding-top:1rem}.hero-map-headline{font-size:2.2rem;font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.03em;margin:0 0 .6rem}.hero-map-br{display:none}.hero-map-sub{font-size:.95rem;color:var(--gray-500);line-height:1.6;margin:0 0 1.25rem}.hero-map-search{max-width:380px;margin-bottom:.6rem}.hero-map-free{font-size:.75rem;color:var(--gray-400);margin:.4rem 0 0}.hero-map-right{flex-shrink:0;width:320px;padding-top:1rem}.hero-map-preview{background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:12px;padding:.85rem 1rem}.hero-map-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.hero-map-preview-header strong{font-size:.78rem;color:var(--gray-600)}.hero-map-link{font-size:.72rem;font-weight:600;color:var(--blue);text-decoration:none}.hero-map-link:hover{text-decoration:underline}.hero-map-contaminant-list{display:flex;flex-direction:column;gap:.3rem}.hero-map-contaminant{display:flex;flex-direction:column;gap:.15rem;cursor:pointer;padding:.25rem 0}.hero-map-contaminant:hover .hero-map-contaminant-name{color:var(--blue)}.hero-map-contaminant-top{display:flex;justify-content:space-between;align-items:baseline;gap:.4rem}.hero-map-contaminant-bar{height:5px;background:var(--gray-100);border-radius:3px;overflow:hidden}.hero-map-contaminant-fill{height:100%;border-radius:3px;transition:width .3s}.hero-map-contaminant-name{font-size:.75rem;color:var(--gray-700);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1;transition:color .15s}.hero-map-contaminant-count{font-size:.68rem;color:var(--gray-400);white-space:nowrap;flex-shrink:0}.hero-map-loading{font-size:.82rem;color:var(--gray-400);padding:1rem 0;text-align:center}@media(max-width:700px){.hero-map{flex-direction:column;min-height:auto;padding:1.5rem 1rem;gap:1.25rem}.hero-map-left{padding-top:0}.hero-map-br{display:inline}.hero-map-headline{font-size:1.6rem;line-height:1.2}.hero-map-sub{font-size:.88rem;margin-bottom:1rem}.hero-map-right{width:100%;padding-top:0}.hero-map-search{max-width:100%}.hero-map-free{font-size:.72rem}.hero-map-preview{padding:.75rem .85rem}.hero-map-preview-header strong{font-size:.72rem}.hero-map-contaminant-list{gap:.2rem}.hero-map-contaminant{padding:.2rem 0}.hero-map-contaminant-name{font-size:.7rem}.hero-map-contaminant-count{font-size:.62rem}.hero-map-contaminant-bar{height:4px}}.hero-min{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:#fff}.hero-min-content{text-align:center;max-width:420px}.hero-min-headline{font-size:2.5rem;font-weight:800;color:var(--gray-900);letter-spacing:-.03em;line-height:1.1;margin:1rem 0 1.5rem}.hero-min-search{margin-bottom:1rem}.hero-min-note{font-size:.82rem;color:var(--gray-400);margin:0}@media(max-width:600px){.hero-min{min-height:auto;padding:3rem 1.25rem}.hero-min-headline{font-size:1.8rem}}.hero{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 60px);padding:2rem;background:#fff;transition:min-height .3s,padding .3s}.hero-compact{min-height:auto;padding:1.5rem 2rem;border-bottom:1px solid var(--gray-200);overflow:visible;position:relative;z-index:10}.hero-brand{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.hero-brand h1{font-size:3rem;font-weight:700;color:var(--gray-900);line-height:1;letter-spacing:-.02em}.hero-tagline{font-size:1.1rem;color:var(--gray-500);font-weight:400;margin:0}.hero-error{color:var(--red, #dc2626);background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem 1.2rem;margin:1rem auto 0;max-width:480px;text-align:center;font-size:.95rem}.hero-how{display:flex;gap:2rem;margin:2rem 0 0;text-align:left}.hero-how-step{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--gray-600)}.hero-how-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;margin:2rem 0 0;text-align:left;max-width:520px}.hero-feature{display:flex;align-items:flex-start;gap:.6rem}.hero-feature svg{flex-shrink:0;margin-top:2px}.hero-feature div{display:flex;flex-direction:column}.hero-feature strong{font-size:.85rem;color:var(--gray-700);font-weight:600}.hero-feature span{font-size:.78rem;color:var(--gray-400);line-height:1.3}.hero-free{margin:1.25rem 0 0;font-size:.82rem;color:var(--gray-400);letter-spacing:.02em}.hero-trust{display:flex;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.8rem;color:var(--gray-400)}.hero-trust-dot{color:var(--gray-300)}@media(max-width:600px){.hero{min-height:auto;padding:1.5rem 1.25rem}.hero-brand{gap:.35rem;margin-bottom:1.25rem}.hero-brand h1{font-size:2rem}.hero-brand svg{width:32px;height:32px}.hero-tagline{font-size:.95rem}.hero-how{flex-direction:column;gap:.5rem;align-items:flex-start;margin:1.25rem auto 0}.hero-how-step{font-size:.82rem}.hero-how-num{width:20px;height:20px;font-size:.65rem}.hero-features{grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin:1.25rem auto 0;max-width:400px}.hero-feature strong{font-size:.72rem}.hero-feature span{font-size:.65rem}.hero-feature svg{width:14px;height:14px}.hero-free{margin:1rem 0 0;font-size:.75rem}.hero-trust{font-size:.75rem}}@media(max-width:480px){.hero{padding:1.25rem 1rem}.hero-compact{padding:1rem}.hero-brand h1{font-size:1.75rem}.hero-tagline{font-size:.85rem}.hero-trust{flex-wrap:wrap;justify-content:center;gap:.25rem .5rem;font-size:.72rem}}.hero-admin-picker{display:flex;justify-content:center;gap:.4rem;padding:.6rem 1rem;background:var(--gray-900);border-bottom:1px solid var(--gray-700)}.hero-admin-pick{padding:.3rem .6rem;border:1px solid var(--gray-600);border-radius:4px;background:transparent;color:var(--gray-400);font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s}.hero-admin-pick:hover{color:#fff;border-color:var(--gray-400)}.hero-admin-pick.active{background:var(--blue);border-color:var(--blue);color:#fff}.store{max-width:1200px;margin:0 auto;padding:0 1rem 3rem}.store-hero{text-align:center;padding:2.5rem 1rem 1.5rem}.store-hero h1{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin:0 0 .5rem}.store-hero p{font-size:1rem;color:var(--gray-500);margin:0}.store-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.store-search{width:100%;padding:.625rem 1rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;background:#fff;transition:border-color .15s}.store-search:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.store-filters{display:flex;gap:.375rem;flex-wrap:wrap}.store-filter-btn{padding:.375rem .75rem;border:1px solid var(--gray-200);border-radius:100px;background:#fff;font-size:.78rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s;white-space:nowrap}.store-filter-btn:hover{border-color:var(--blue);color:var(--blue)}.store-filter-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.store-category{margin-bottom:2rem}.store-category-title{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.store-card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.store-card:hover{border-color:var(--blue);box-shadow:0 4px 12px #2563eb14}.store-card-image{position:relative;height:180px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.store-card-image img{width:100%;height:100%;object-fit:cover}.store-card-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff;border-radius:16px;box-shadow:0 1px 4px #0000000f}.store-card-badge{position:absolute;top:.75rem;left:.75rem;padding:.2rem .5rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--blue);color:#fff}.store-card-sale{background:#dc2626;left:auto;right:.75rem}.store-card-body{padding:1rem 1.125rem;display:flex;flex-direction:column;flex:1}.store-card-type{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);margin-bottom:.25rem}.store-card-name{font-size:1rem;font-weight:700;color:var(--gray-900);margin:0 0 .375rem;line-height:1.3}.store-card-rating{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.store-card-desc{font-size:.82rem;color:var(--gray-500);line-height:1.5;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card-removes{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.store-card-tag{font-size:.65rem;font-weight:600;padding:.15rem .4rem;border-radius:100px;background:#dcfce7;color:#166534}.store-card-tag-more{background:#f3f4f6;color:var(--gray-500)}.store-card-shipping{font-size:.7rem;font-weight:600;color:#16a34a;margin-top:.375rem}.store-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--gray-100)}.store-card-price{font-size:1.15rem;font-weight:800;color:var(--gray-900)}.store-card-price-old{font-size:.85rem;font-weight:400;color:var(--gray-400);text-decoration:line-through;margin-right:.375rem}.store-card-price-sale{color:#dc2626}.store-card-actions{display:flex;gap:.375rem}.store-card-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.5rem .75rem;background:var(--blue);color:#fff;border:none;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none}.store-card-btn:hover{background:#1d4ed8}.store-card-btn-view{background:#fff;color:var(--blue);border:1px solid var(--blue)}.store-card-btn-view:hover{background:#eff6ff}.store-card-btn-added{background:#22c55e}.store-card-btn-added:hover{background:#16a34a}.store-loading,.store-empty{text-align:center;padding:3rem 1rem;color:var(--gray-400);font-size:.9rem}.store-closed{text-align:center;padding:6rem 1rem;max-width:400px;margin:0 auto}.store-closed h2{font-size:1.5rem;font-weight:700;color:var(--gray-700);margin:1rem 0 .5rem}.store-closed p{font-size:.9rem;color:var(--gray-500);line-height:1.5}@media(max-width:640px){.store-hero h1{font-size:1.35rem}.store-hero p{font-size:.88rem}.store-grid{grid-template-columns:1fr}.store-card-image{height:150px}}.pd{max-width:1100px;margin:0 auto;padding:0 1rem 3rem}.pd-breadcrumb{display:flex;align-items:center;gap:.375rem;padding:1rem 0;font-size:.78rem;color:var(--gray-400)}.pd-breadcrumb a{color:var(--blue);text-decoration:none}.pd-breadcrumb a:hover{text-decoration:underline}.pd-breadcrumb span:last-child{color:var(--gray-600);font-weight:500}.pd-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.pd-image-col{position:sticky;top:5rem}.pd-image{background:#f8fafc;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.pd-image img{width:100%;height:100%;object-fit:cover}.pd-image-placeholder{display:flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fff;border-radius:20px;box-shadow:0 2px 8px #0000000f}.pd-info-col{display:flex;flex-direction:column}.pd-type-badge{display:inline-flex;align-self:flex-start;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);background:#eff6ff;padding:.25rem .6rem;border-radius:4px;margin-bottom:.5rem}.pd-name{font-size:1.5rem;font-weight:800;color:var(--gray-900);margin:0 0 .5rem;line-height:1.25}.pd-rating{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.pd-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.375rem}.pd-shipping{font-size:.8rem;font-weight:600;color:#16a34a;margin-bottom:1rem}.pd-price{font-size:1.75rem;font-weight:800;color:var(--gray-900)}.pd-price-old{font-size:1.1rem;color:var(--gray-400);text-decoration:line-through}.pd-price-sale{color:#dc2626}.pd-save-badge{font-size:.72rem;font-weight:700;color:#dc2626;background:#fef2f2;padding:.2rem .5rem;border-radius:4px}.pd-description{font-size:.92rem;color:var(--gray-600);line-height:1.65;margin:0 0 1rem}.pd-sku{font-size:.72rem;color:var(--gray-400);margin-bottom:1rem}.pd-add-btn{width:100%;padding:.875rem;background:var(--blue);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:1.5rem}.pd-add-btn:hover{background:#1d4ed8}.pd-add-btn-added{background:#22c55e}.pd-add-btn-added:hover{background:#16a34a}.pd-section{border-top:1px solid var(--gray-100);padding-top:1.25rem;margin-bottom:1.25rem}.pd-section h3{display:flex;align-items:center;gap:.375rem;font-size:.9rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem}.pd-contaminant-grid{display:grid;grid-template-columns:1fr 1fr;gap:.375rem 1rem}.pd-contaminant{display:flex;align-items:center;gap:.375rem;font-size:.82rem;color:var(--gray-700);padding:.25rem 0}.pd-certs{display:flex;flex-wrap:wrap;gap:.375rem}.pd-cert-badge{font-size:.72rem;font-weight:600;padding:.25rem .6rem;border-radius:100px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.pd-specs{width:100%;border-collapse:collapse}.pd-specs td{padding:.5rem 0;font-size:.82rem;border-bottom:1px solid var(--gray-100)}.pd-specs td:first-child{font-weight:600;color:var(--gray-500);width:40%}.pd-specs td:last-child{color:var(--gray-700);text-transform:capitalize}.pd-loading{text-align:center;padding:4rem 1rem;color:var(--gray-400);font-size:.9rem}.pd-unavailable{text-align:center;padding:4rem 1rem;color:var(--gray-500)}.pd-unavailable a{display:inline-block;margin-top:.75rem;color:var(--blue);text-decoration:none}.pd-unavailable a:hover{text-decoration:underline}@media(max-width:768px){.pd-layout{grid-template-columns:1fr;gap:1.5rem}.pd-image-col{position:static}.pd-name{font-size:1.25rem}.pd-price{font-size:1.5rem}.pd-contaminant-grid{grid-template-columns:1fr}}.os-loading{text-align:center;padding:4rem 1rem;color:var(--gray-400);font-size:.9rem}.os-container{max-width:480px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.os-icon{margin-bottom:1rem}.os-container h1{font-size:1.5rem;font-weight:800;color:var(--gray-900);margin:0 0 .5rem}.os-subtitle{font-size:.9rem;color:var(--gray-500);line-height:1.5;margin:0 0 2rem}.os-details{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.25rem;margin-bottom:2rem;text-align:left}.os-detail-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.85rem;border-bottom:1px solid var(--gray-100)}.os-detail-row:last-child{border-bottom:none}.os-detail-row span:first-child{color:var(--gray-500);font-weight:500}.os-detail-row span:last-child{color:var(--gray-900);font-weight:600}.os-status{padding:.15rem .5rem;border-radius:100px;font-size:.72rem;font-weight:700;text-transform:uppercase}.os-status-paid{background:#dcfce7;color:#166534}.os-status-pending{background:#fef3c7;color:#92400e}.os-actions{display:flex;flex-direction:column;gap:.5rem}.os-btn{display:block;padding:.875rem;background:var(--blue);color:#fff;font-size:.95rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .15s}.os-btn:hover{background:#1d4ed8}.os-btn-secondary{display:block;padding:.5rem;color:var(--blue);font-size:.85rem;font-weight:500;text-decoration:none}.os-btn-secondary:hover{text-decoration:underline}.commerce-beta-overlay{position:fixed;inset:0;background:#0f172a85;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:220;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.commerce-beta-modal{position:relative;width:min(100%,420px);background:#fff;border-radius:18px;padding:2rem 1.5rem 1.5rem;box-shadow:0 24px 70px #0f172a38;border:1px solid var(--gray-200);text-align:center}.commerce-beta-close{position:absolute;top:.9rem;right:.9rem;border:none;background:none;color:var(--gray-400);font-size:1.5rem;line-height:1;cursor:pointer}.commerce-beta-close:hover{color:var(--gray-700)}.commerce-beta-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:16px;display:flex;align-items:center;justify-content:center;background:var(--blue-light)}.commerce-beta-title{margin:0 0 .65rem;font-size:1.35rem;color:var(--gray-800)}.commerce-beta-copy{margin:0;font-size:.96rem;line-height:1.6;color:var(--gray-600)}.commerce-beta-button{margin-top:1.25rem;width:100%;border:none;border-radius:10px;padding:.9rem 1rem;background:var(--blue);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.commerce-beta-button:hover{background:var(--blue-dark)}@media(max-width:480px){.commerce-beta-modal{padding:1.75rem 1rem 1rem}}.testing-cta-banner{max-width:1400px;margin:2rem auto;padding:0 1.5rem}.testing-cta-contextual{margin-top:2.5rem}.testing-cta-inner{display:flex;align-items:center;gap:1.2rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:12px;padding:1.4rem 1.6rem}.testing-cta-inner svg{flex-shrink:0}.testing-cta-text{flex:1;display:flex;flex-direction:column;gap:.2rem}.testing-cta-text strong{font-size:.95rem;color:var(--gray-900)}.testing-cta-text span{font-size:.82rem;color:var(--gray-500);line-height:1.4}.testing-cta-btn{flex-shrink:0;background:var(--blue);color:#fff;border:none;padding:.55rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.testing-cta-btn:hover{background:var(--blue-dark, #1d4ed8)}@media(max-width:600px){.testing-cta-inner{flex-direction:column;text-align:center;gap:.8rem}.testing-cta-inner svg{display:none}}.testing-section{max-width:960px;margin:0 auto;padding:2rem 2rem 3rem}.testing-contextual{max-width:800px;padding-top:2rem}.testing-inner{text-align:center}.testing-header-icon{display:none}.testing-header h2{font-size:1.4rem;color:var(--gray-900);margin-bottom:.5rem}.testing-header-sub{font-size:.9rem;color:var(--gray-600);line-height:1.6;max-width:600px;margin:0 auto 1.5rem}.testing-context-header{display:flex;align-items:flex-start;gap:1rem;text-align:left;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.testing-context-header svg{flex-shrink:0;margin-top:.15rem}.testing-context-header h2{font-size:1.2rem;color:var(--gray-900);margin-bottom:.4rem}.testing-context-header p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.testing-how{display:flex;gap:.75rem;margin-bottom:1.5rem;text-align:left}.testing-how-step{flex:1;display:flex;gap:.6rem;padding:.75rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius)}.testing-how-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--blue);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.testing-how-step div{display:flex;flex-direction:column;gap:.2rem}.testing-how-step strong{font-size:.85rem;color:var(--gray-900)}.testing-how-step div span{font-size:.8rem;color:var(--gray-500);line-height:1.4}.testing-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.testing-tier{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem;text-align:center;position:relative;transition:box-shadow .2s}.testing-tier:hover{box-shadow:0 4px 24px #0000000f}.testing-tier-popular{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.testing-popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .75rem;border-radius:10px;text-transform:uppercase;letter-spacing:.04em}.testing-tier h3{font-size:1rem;color:var(--gray-900);margin-bottom:.5rem}.testing-price{display:flex;align-items:flex-start;justify-content:center;gap:2px;margin-bottom:.5rem}.testing-price-dollar{font-size:1.1rem;font-weight:600;color:var(--gray-600);margin-top:.25rem}.testing-price-amount{font-size:2rem;font-weight:800;color:var(--gray-900);line-height:1}.testing-contaminant-count{font-size:.85rem;font-weight:600;color:var(--blue);margin-bottom:.15rem}.testing-turnaround{font-size:.75rem;color:var(--gray-400);margin-bottom:.75rem}.testing-tier-desc{font-size:.85rem;color:var(--gray-600);line-height:1.5;margin-bottom:1rem;min-height:2.5em}.testing-includes{list-style:none;padding:0;text-align:left;margin-bottom:1.25rem}.testing-includes li{display:flex;align-items:flex-start;gap:.4rem;font-size:.8rem;color:var(--gray-700);padding:.25rem 0;line-height:1.4}.testing-includes li svg{flex-shrink:0;margin-top:1px}.testing-cta{width:100%;padding:.7rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.testing-cta:hover,.testing-tier-popular .testing-cta{background:var(--blue-dark)}.testing-tier-popular .testing-cta:hover{background:#1e3a8a}.testing-trust{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.testing-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--gray-600);font-weight:500}.testing-why{font-size:.85rem;color:var(--gray-500);line-height:1.7;max-width:640px;margin:0 auto}@media(max-width:768px){.testing-tiers{grid-template-columns:1fr}.testing-how{flex-direction:column}.testing-trust{flex-direction:column;align-items:center;gap:.75rem}}@media(max-width:600px){.testing-section{padding:2rem 1.25rem 2.5rem}.testing-header h2{font-size:1.3rem}.testing-context-header{flex-direction:column;gap:.5rem}.testing-tier{padding:1.5rem 1.25rem}.testing-price-amount{font-size:2rem}}@media(max-width:768px){.testing-cta-banner{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.testing-cta-inner{flex-direction:column;text-align:center;gap:.8rem;padding:1rem}}.filtration-page{max-width:800px;margin:0 auto;padding:2rem}.filtration-hero{text-align:center;margin-bottom:2rem}.filtration-hero h1{font-size:1.6rem;font-weight:800;color:var(--gray-900);margin:0 0 .5rem}.filtration-hero p{font-size:.95rem;color:var(--gray-500);max-width:560px;margin:0 auto;line-height:1.6}.filtration-nav{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;position:sticky;top:60px;background:#fff;padding:.75rem 0;z-index:10;border-bottom:1px solid var(--gray-100)}.filtration-nav-pill{padding:.4rem 1rem;font-size:.82rem;font-weight:600;color:var(--blue);border:1px solid var(--blue);border-radius:100px;text-decoration:none;transition:all .15s}.filtration-nav-pill:hover{background:var(--blue);color:#fff}.filtration-method{margin-bottom:3rem;scroll-margin-top:120px}.filtration-method-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.filtration-method-icon{flex-shrink:0;width:52px;height:52px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center}.filtration-method-header h2{font-size:1.25rem;font-weight:800;color:var(--gray-900);margin:0 0 .25rem}.filtration-method-summary{font-size:.9rem;color:var(--gray-600);line-height:1.55;margin:0}.filtration-method-body{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem}.filtration-detail{margin-bottom:1.25rem}.filtration-detail h3{font-size:.85rem;font-weight:700;color:var(--gray-800);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.03em}.filtration-detail p{font-size:.88rem;color:var(--gray-600);line-height:1.6;margin:0}.filtration-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.filtration-removes ul,.filtration-limits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.filtration-removes li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--gray-700)}.filtration-limits li{font-size:.82rem;color:var(--gray-500);padding-left:.5rem;border-left:2px solid var(--gray-200)}.filtration-stats{margin-top:1rem;display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:var(--gray-600)}.filtration-stats strong{color:var(--gray-700)}.filtration-best-for{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;color:var(--gray-700);margin-bottom:1.25rem}.filtration-best-for strong{color:#166534}.filtration-products{border-top:1px solid var(--gray-100);padding-top:1.25rem}.filtration-products h3{font-size:.88rem;font-weight:700;color:var(--gray-800);margin:0 0 .75rem}.filtration-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.filtration-product-card{background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:10px;padding:1rem}.filtration-product-type{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);margin-bottom:.25rem}.filtration-product-card h4{font-size:.88rem;font-weight:700;color:var(--gray-900);margin:0 0 .35rem;line-height:1.25}.filtration-product-rating{display:flex;align-items:center;gap:.15rem;margin-bottom:.5rem}.filtration-product-rating span{font-size:.72rem;color:var(--gray-500);margin-left:.25rem}.filtration-product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.filtration-product-price{font-size:1.05rem;font-weight:800;color:var(--gray-900)}.filtration-price-old{font-size:.78rem;color:var(--gray-400);text-decoration:line-through;margin-right:.35rem;font-weight:500}.filtration-add-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;background:var(--blue);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .15s;white-space:nowrap}.filtration-add-btn:hover{background:#1d4ed8}.filtration-add-btn-added{background:#22c55e}.filtration-browse{display:inline-block;margin-top:.75rem;font-size:.82rem;color:var(--blue);font-weight:500;text-decoration:none}.filtration-browse:hover{text-decoration:underline}@media(max-width:600px){.filtration-page{padding:1rem}.filtration-hero h1{font-size:1.3rem}.filtration-columns{grid-template-columns:1fr;gap:1rem}.filtration-method-body{padding:1rem}.filtration-product-grid{grid-template-columns:1fr}.filtration-nav{top:48px}}.hiw{max-width:100%}.hiw-hero{max-width:800px;margin:0 auto;padding:3rem 2rem 2.5rem}.hiw-hero h1{font-size:2rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.hiw-hero p{font-size:1rem;color:var(--gray-500);margin:0}.hiw-section{max-width:800px;margin:0 auto;padding:2rem 2rem 2.5rem}.hiw-section-alt{background:var(--gray-50, #f9fafb);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.hiw-section h2{font-size:1.35rem;font-weight:700;color:var(--gray-900);margin:0 0 .4rem}.hiw-section-intro{color:var(--gray-500);font-size:.95rem;line-height:1.5;margin:0 0 1.25rem}.hiw-steps{display:flex;flex-direction:column;gap:0}.hiw-step{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;border-bottom:1px solid var(--gray-100)}.hiw-step:last-child{border-bottom:none}.hiw-step-num{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.hiw-step-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.hiw-step-text h3{font-size:.95rem;font-weight:600;color:var(--gray-900);margin:0;line-height:1.4}.hiw-step-text p{font-size:.875rem;color:var(--gray-500);margin:.15rem 0 0;line-height:1.5}.hiw-grade-table{display:flex;flex-direction:column}.hiw-grade-row{display:flex;align-items:center;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--gray-200)}.hiw-grade-row:last-child{border-bottom:none}.hiw-grade-letter{font-size:1.6rem;font-weight:900;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;flex-shrink:0;line-height:1}.hiw-grade-row div{display:flex;flex-direction:column}.hiw-grade-row strong{font-size:.9rem;color:var(--gray-800)}.hiw-grade-row span{font-size:.85rem;color:var(--gray-500)}.hiw-scoring-factors{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.hiw-scoring-factor{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1rem}.hiw-scoring-factor h3{display:flex;align-items:center;gap:.4rem;font-size:.9rem;margin:0 0 .35rem}.hiw-factor-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0}.hiw-scoring-factor p{color:var(--gray-500);font-size:.85rem;line-height:1.5;margin:0}.hiw-scoring-note{background:#fff;border-left:3px solid var(--gray-300);padding:.75rem 1rem;border-radius:0 8px 8px 0}.hiw-scoring-note p{color:var(--gray-500);font-size:.85rem;line-height:1.5;margin:0}.hiw-faq-list{display:flex;flex-direction:column}.hiw-faq-item{border-bottom:1px solid var(--gray-200)}.hiw-faq-item:last-child{border-bottom:none}.hiw-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--gray-800);cursor:pointer;text-align:left}.hiw-faq-q:hover{color:var(--blue)}.hiw-faq-arrow{flex-shrink:0;transition:transform .2s;color:var(--gray-400)}.hiw-faq-arrow.open{transform:rotate(180deg)}.hiw-faq-a{padding:0 0 1rem}.hiw-faq-a p{font-size:.9rem;color:var(--gray-500);line-height:1.6;margin:0}.hiw-faq-cta{display:inline-block;margin-top:.5rem;font-size:.85rem;font-weight:600;color:var(--blue);text-decoration:none}.hiw-faq-cta:hover{text-decoration:underline}.hiw-cta{text-align:center;padding:2.5rem 0 3rem}.hiw-cta-btn{background:var(--blue);color:#fff;border:none;padding:.7rem 2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.hiw-cta-btn:hover{background:var(--blue-dark, #1d4ed8)}@media(max-width:600px){.hiw-hero{padding:2rem 1.25rem 1.5rem}.hiw-hero h1{font-size:1.5rem}.hiw-section{padding:1.5rem 1.25rem 2rem}.hiw-scoring-factors{grid-template-columns:1fr}.hiw-grade-letter{font-size:1.4rem;width:2.8rem;height:2.8rem}}.profile-page{max-width:600px;margin:0 auto;padding:2rem}.profile-loading{text-align:center;padding:3rem;color:var(--gray-400);font-size:.9rem}.profile-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;border:1px solid var(--gray-200);margin-bottom:1.5rem}.profile-avatar{width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.profile-name{font-size:1.3rem;color:var(--gray-800);margin-bottom:.25rem}.profile-email{font-size:.85rem;color:var(--gray-400)}.profile-admin-badge{display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:100px;text-decoration:none;transition:all .15s}.profile-admin-badge:hover{background:var(--blue);color:#fff}.profile-section{background:#fff;border-radius:12px;border:1px solid var(--gray-200);padding:1.5rem;margin-bottom:1rem}.profile-section h3{font-size:.95rem;color:var(--gray-700);margin-bottom:1rem;font-weight:600}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-row label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:.3rem;font-weight:500}.profile-input{width:100%;padding:.6rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;outline:none;transition:border-color .15s;box-sizing:border-box}.profile-input:focus{border-color:var(--blue)}.profile-newsletter{padding:.75rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.profile-toggle{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.profile-toggle input[type=checkbox]{margin-top:.15rem;width:18px;height:18px;flex-shrink:0;accent-color:var(--blue);cursor:pointer}.profile-toggle-label{font-size:.8rem;color:var(--gray-600);line-height:1.4}.profile-toggle-label strong{display:block;font-size:.85rem;color:var(--gray-800);margin-bottom:.15rem}.profile-save{background:var(--blue);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;align-self:flex-start}.profile-save:hover:not(:disabled){background:var(--blue-dark)}.profile-save:disabled{opacity:.6;cursor:not-allowed}.profile-error{color:var(--red);font-size:.82rem;margin:0}.profile-empty{color:var(--gray-400);font-size:.85rem;text-align:center;padding:1.5rem 0}.profile-history{display:flex;flex-direction:column;gap:.5rem}.history-entry{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-100, #f3f4f6);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;text-align:left;width:100%;font-family:inherit;font-size:inherit}.history-entry:hover{border-color:var(--blue);background:#f0f9ff}.history-grade{width:36px;height:36px;border-radius:8px;color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-details{flex:1;min-width:0}.history-utility{display:block;font-size:.85rem;font-weight:500;color:var(--gray-700);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-meta{display:block;font-size:.72rem;color:var(--gray-400);margin-top:.15rem}.history-arrow{color:var(--gray-300);font-size:1.2rem;flex-shrink:0}.profile-sublabel{color:var(--gray-500);font-size:.85rem;margin:0 0 1rem}.saved-locations-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.saved-location-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px}.saved-location-info{display:flex;flex-direction:column;gap:.15rem}.saved-location-label{font-weight:600;font-size:.9rem}.saved-location-address{font-size:.8rem;color:var(--gray-600)}.saved-location-coords{font-size:.75rem;color:var(--gray-400);font-family:monospace}.saved-location-delete{background:none;border:none;font-size:1.3rem;color:var(--gray-400);cursor:pointer;padding:0 .25rem;line-height:1}.saved-location-delete:hover{color:#ef4444}.saved-location-form{display:flex;flex-direction:column;gap:.5rem}.saved-location-mode{display:flex;gap:.25rem}.loc-mode-btn{flex:1;padding:.35rem;font-size:.8rem;border:1px solid var(--gray-200);background:#fff;border-radius:6px;cursor:pointer;color:var(--gray-500)}.loc-mode-btn.active{background:var(--gray-100);color:var(--gray-800);font-weight:600;border-color:var(--gray-300)}.saved-location-coords-input{display:flex;gap:.5rem}.saved-location-coords-input .profile-input{flex:1}.profile-orders{display:flex;flex-direction:column;gap:.5rem}.order-card{border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.order-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;background:var(--gray-50, #f9fafb);border:none;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;transition:background .15s}.order-header:hover{background:#f0f9ff}.order-summary{display:flex;flex-direction:column;gap:.15rem}.order-number{font-weight:600;font-size:.9rem;color:var(--gray-800)}.order-date{font-size:.75rem;color:var(--gray-400)}.order-right{display:flex;align-items:center;gap:.75rem}.order-status{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:100px}.order-status--paid{color:#16a34a;background:#f0fdf4}.order-status--pending{color:#ca8a04;background:#fefce8}.order-status--failed,.order-status--expired{color:#dc2626;background:#fef2f2}.order-total{font-weight:700;font-size:.95rem;color:var(--gray-800)}.order-chevron{font-size:1.3rem;color:var(--gray-400);transition:transform .2s;display:inline-block}.order-chevron.open{transform:rotate(90deg)}.order-detail{padding:1rem;border-top:1px solid var(--gray-200)}.order-items-table{width:100%;border-collapse:collapse;font-size:.85rem}.order-items-table th{font-size:.7rem;text-transform:uppercase;color:var(--gray-500);padding:.4rem .5rem;border-bottom:1px solid var(--gray-200);text-align:left}.order-items-table td{padding:.5rem;border-bottom:1px solid var(--gray-100)}.order-items-table tfoot td{font-weight:600;border-bottom:none}.order-total-row td{border-top:2px solid var(--gray-300);font-size:.95rem}.order-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--gray-400);margin-top:.75rem}.order-download-btn{margin-top:.75rem;padding:.45rem 1rem;font-size:.82rem;font-weight:500;color:var(--blue);background:#fff;border:1px solid var(--blue);border-radius:6px;cursor:pointer;transition:all .15s}.order-download-btn:hover{background:var(--blue);color:#fff}.profile-danger{text-align:center}.profile-logout{background:none;border:1px solid var(--gray-300);color:var(--gray-500);padding:.5rem 1.5rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:color .15s,border-color .15s}.profile-logout:hover{color:var(--red);border-color:var(--red)}@media(max-width:600px){.profile-page{padding:1rem}.profile-card{padding:1.5rem}.profile-form{gap:.75rem}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-shimmer{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 37%,var(--gray-100) 63%);background-size:800px 100%;animation:shimmer 1.6s ease-in-out infinite}.blog-skeleton{pointer-events:none}.blog-skeleton .blog-card-image{aspect-ratio:16 / 9;border-radius:0}.skeleton-tag{width:60px;height:18px;border-radius:4px;margin-bottom:.7rem}.skeleton-title{width:100%;height:16px;border-radius:4px;margin-bottom:.5rem}.skeleton-title-short{width:65%}.skeleton-excerpt{width:100%;height:12px;border-radius:3px;margin-bottom:.4rem}.skeleton-excerpt-short{width:45%}.skeleton-meta{display:flex;gap:.8rem;margin-top:.6rem}.skeleton-meta-item{width:70px;height:11px;border-radius:3px}.skeleton-meta-item-short{width:40px}.blog-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.blog-header{text-align:center;margin-bottom:2.5rem}.blog-header h1{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.blog-header p{color:var(--gray-500);font-size:1.05rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-card{background:#fff;border-radius:12px;border:1px solid var(--gray-200);overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .15s}.blog-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.blog-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--gray-100)}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.2rem 1.4rem 1.4rem}.blog-card-tag{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);background:var(--blue-50, #eff6ff);padding:.2rem .6rem;border-radius:4px;margin-bottom:.6rem}.blog-card-title{font-size:1.15rem;font-weight:650;color:var(--gray-900);margin-bottom:.5rem;line-height:1.35}.blog-card-excerpt{font-size:.88rem;color:var(--gray-500);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.8rem}.blog-card-meta{display:flex;gap:.8rem;font-size:.78rem;color:var(--gray-400)}.blog-post{max-width:780px;margin:0 auto}.blog-back{background:none;border:none;color:var(--blue);font-size:.9rem;cursor:pointer;padding:0;margin-bottom:1.5rem;display:inline-block}.blog-back:hover{text-decoration:underline}.blog-post-hero{width:100%;border-radius:12px;margin-bottom:1.5rem}.blog-post-title{font-size:2rem;font-weight:700;color:var(--gray-900);line-height:1.25;margin-bottom:.6rem}.blog-post-meta{display:flex;gap:1rem;font-size:.88rem;color:var(--gray-400);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.blog-post-content{font-size:1.05rem;line-height:1.75;color:var(--gray-700)}.blog-post-content h2{font-size:1.4rem;font-weight:650;color:var(--gray-900);margin:2rem 0 .8rem}.blog-post-content h3{font-size:1.15rem;font-weight:600;color:var(--gray-900);margin:1.5rem 0 .6rem}.blog-post-content p{margin-bottom:1.2rem}.blog-post-content>p:first-child:empty{display:none}.blog-post-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.blog-post-content a{color:var(--blue);text-decoration:underline}.blog-post-content blockquote{border-left:3px solid var(--blue);padding-left:1.2rem;margin:1.5rem 0;color:var(--gray-500);font-style:italic}.blog-post-content ul,.blog-post-content ol{margin:1rem 0;padding-left:1.5rem}.blog-post-content li{margin-bottom:.4rem}.blog-loading,.blog-error,.blog-empty{text-align:center;padding:3rem 0;color:var(--gray-400);font-size:1rem}.blog-error{color:var(--red)}.blog-test-cta{display:flex;gap:1rem;margin-top:2.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:12px}.blog-test-cta-icon{flex-shrink:0;margin-top:.1rem}.blog-test-cta-body p{margin:0 0 .6rem;font-size:.95rem;color:var(--gray-700);line-height:1.5}.blog-test-cta-btn{background:none;border:none;padding:0;font-size:.9rem;font-weight:600;color:var(--blue);cursor:pointer}.blog-test-cta-btn:hover{text-decoration:underline}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-post-title,.blog-header h1{font-size:1.5rem}}.img-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;margin-bottom:.75rem}.img-card{border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;background:#fff}.img-card-primary{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb26}.img-card-image{width:100%;aspect-ratio:1;object-fit:cover;display:block}.img-card-meta{padding:.35rem .5rem;display:flex;justify-content:space-between;align-items:center}.img-card-size{font-size:.6rem;color:var(--gray-400)}.img-card-badge{font-size:.58rem;font-weight:700;color:var(--blue);text-transform:uppercase}.img-card-actions{display:flex;border-top:1px solid var(--gray-100)}.img-card-btn{flex:1;padding:.3rem;font-size:.65rem;font-weight:600;background:none;border:none;cursor:pointer;color:var(--gray-500);transition:all .15s}.img-card-btn:hover{background:var(--gray-50, #f9fafb);color:var(--blue)}.img-card-btn-danger:hover{color:#dc2626;background:#fef2f2}.img-card-btn+.img-card-btn{border-left:1px solid var(--gray-100)}.img-dropzone{border:2px dashed var(--gray-300);border-radius:10px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .15s}.img-dropzone:hover,.img-dropzone-active{border-color:var(--blue);background:#2563eb08}.img-dropzone-text{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--gray-500);font-size:.82rem}.img-dropzone-icon{font-size:1.5rem;font-weight:300;color:var(--gray-400);width:40px;height:40px;border:2px solid var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.img-dropzone-hint{font-size:.7rem;color:var(--gray-400)}.img-error{color:#dc2626;font-size:.78rem;margin:.5rem 0 0}.img-crop-overlay{position:fixed;inset:0;background:#000000b3;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.img-crop-modal{background:#fff;border-radius:12px;width:100%;max-width:520px;padding:1.25rem}.img-crop-modal h3{margin:0 0 .75rem;font-size:1rem;font-weight:700}.img-crop-container{position:relative;width:100%;aspect-ratio:1;background:#111;border-radius:8px;overflow:hidden}.img-crop-zoom{display:flex;align-items:center;gap:.75rem;margin:.75rem 0}.img-crop-zoom label{font-size:.78rem;font-weight:600;color:var(--gray-600);white-space:nowrap}.img-crop-zoom input[type=range]{flex:1;accent-color:var(--blue)}.img-crop-aspects{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.img-crop-aspects-label{font-size:.75rem;color:var(--gray-500);font-weight:600}.img-crop-actions{display:flex;justify-content:flex-end;gap:.5rem}@media(max-width:768px){.img-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.4rem}.img-dropzone{padding:1rem}.img-crop-overlay{padding:0;align-items:stretch}.img-crop-modal{max-width:100%;border-radius:0;min-height:100vh;display:flex;flex-direction:column}.img-crop-container{flex:1;aspect-ratio:auto;min-height:300px}.img-crop-actions{flex-wrap:wrap}.img-crop-actions .admin-btn{flex:1;text-align:center}}.admin-shell{min-height:100vh;background:#f8fafc}.admin-nav{background:#fff;border-bottom:1px solid var(--gray-200);padding:0 1.5rem;position:sticky;top:0;z-index:100}.admin-nav-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:52px}.admin-nav-brand{display:flex;align-items:center;gap:.5rem}.admin-nav-title{font-size:.95rem;font-weight:700;color:var(--gray-900)}.admin-nav-exit{font-size:.8rem;font-weight:600;color:var(--blue);text-decoration:none;padding:.35rem .75rem;border:1px solid var(--blue);border-radius:6px;transition:all .15s}.admin-nav-exit:hover{background:var(--blue);color:#fff}.admin-page{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.admin-denied{text-align:center;padding:4rem 1rem;color:var(--gray-500)}.admin-denied h2{color:var(--gray-900);margin-bottom:.5rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:2rem}.admin-stat{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.25rem;text-align:center}.admin-stat-value{font-size:1.5rem;font-weight:800;color:var(--gray-900);display:block}.admin-stat-label{font-size:.75rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.admin-tabs{display:flex;gap:0;border-bottom:2px solid var(--gray-200);margin-bottom:1.5rem}.admin-tab{padding:.625rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--gray-400);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.admin-tab:hover{color:var(--gray-700)}.admin-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.admin-toolbar-filters{display:flex;gap:.5rem;flex-wrap:wrap;flex:1}.admin-search{padding:.45rem .75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.82rem;width:220px;outline:none;transition:border-color .15s}.admin-search:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.admin-filter-select{padding:.45rem .6rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.82rem;background:#fff;color:var(--gray-600);cursor:pointer}.admin-toolbar-meta{font-size:.75rem;color:var(--gray-400);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.admin-clear-btn{background:none;border:none;color:var(--blue);font-size:.75rem;cursor:pointer;text-decoration:underline}.admin-btn{padding:.5rem 1rem;font-size:.82rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .15s;white-space:nowrap}.admin-btn-primary{background:var(--blue);color:#fff}.admin-btn-primary:hover{background:#1d4ed8}.admin-btn-sm{padding:.3rem .6rem;font-size:.72rem}.admin-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-btn-danger:hover{background:#dc2626;color:#fff}.admin-btn-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-btn-success:hover{background:#166534;color:#fff}.admin-btn-cancel{background:var(--gray-100);color:var(--gray-600)}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem;background:#fff;border-radius:10px;overflow:hidden;border:1px solid var(--gray-200)}.admin-table th{text-align:left;padding:.6rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);background:#fafbfc;border-bottom:1px solid var(--gray-200)}.admin-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-th-sortable:hover{color:var(--gray-700)}.admin-table td{padding:.625rem .75rem;border-bottom:1px solid var(--gray-100);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8fafc}.admin-row-inactive td{opacity:.55}.admin-row-inactive:hover td{opacity:1}.admin-product-cell{display:flex;align-items:center;gap:.75rem}.admin-product-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid var(--gray-200);flex-shrink:0}.admin-product-name{font-weight:600;color:var(--gray-900)}.admin-product-sku{font-size:.68rem;text-transform:uppercase;color:var(--gray-400);font-weight:600}.admin-product-cats{display:flex;gap:.25rem;margin-top:.2rem;flex-wrap:wrap}.admin-micro-tag{font-size:.6rem;padding:.08rem .35rem;background:var(--gray-100);color:var(--gray-500);border-radius:3px;font-weight:500}.admin-product-type{font-size:.72rem;color:var(--gray-500);font-weight:500}.admin-status-stack{display:flex;flex-wrap:wrap;gap:.25rem}.admin-badge{display:inline-block;font-size:.62rem;font-weight:700;padding:.15rem .45rem;border-radius:100px;text-transform:uppercase;letter-spacing:.03em}.admin-badge-active{background:#dcfce7;color:#166534}.admin-badge-inactive{background:#f3f4f6;color:#6b7280}.admin-badge-featured{background:#fef3c7;color:#92400e}.admin-badge-sale{background:#fce7f3;color:#be185d}.admin-price{font-weight:700;color:var(--gray-900)}.admin-price-sale{color:#dc2626}.admin-price-original{text-decoration:line-through;color:var(--gray-400);font-weight:400;margin-left:.375rem;font-size:.78rem}.admin-stock-low{color:#dc2626;font-weight:700}.admin-cell-date{font-size:.72rem;color:var(--gray-400)}.admin-actions{display:flex;gap:.35rem;flex-wrap:wrap}.admin-mobile-label{display:none}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.admin-modal{background:#fff;border-radius:12px;width:100%;max-width:640px;padding:0}.admin-modal-wide{max-width:760px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100)}.admin-modal-header h2{font-size:1.1rem;font-weight:700;margin:0;color:var(--gray-900)}.admin-modal-close{background:none;border:none;font-size:1.5rem;color:var(--gray-400);cursor:pointer;line-height:1;padding:.25rem}.admin-modal-close:hover{color:var(--gray-700)}.admin-modal-sections{display:flex;gap:0;padding:0 1.5rem;border-bottom:1px solid var(--gray-200);background:#fafbfc}.admin-section-tab{padding:.625rem 1rem;font-size:.78rem;font-weight:600;color:var(--gray-400);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.admin-section-tab:hover{color:var(--gray-700)}.admin-section-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.admin-modal-body{padding:1.5rem;min-height:300px}.admin-form-row{margin-bottom:1rem}.admin-form-row label{display:block;font-size:.78rem;font-weight:600;color:var(--gray-600);margin-bottom:.3rem}.admin-required{color:#dc2626}.admin-form-row input,.admin-form-row textarea,.admin-form-row select{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.85rem;font-family:inherit;box-sizing:border-box}.admin-form-row textarea{resize:vertical}.admin-form-row input:focus,.admin-form-row textarea:focus,.admin-form-row select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.admin-field-hint{display:block;font-size:.7rem;color:var(--gray-400);margin-top:.25rem}.admin-field-warn{color:#f59e0b}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.admin-form-checks{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#fafbfc;border-radius:8px;border:1px solid var(--gray-100)}.admin-form-check{display:flex;align-items:center;gap:.375rem;font-size:.82rem;color:var(--gray-700);cursor:pointer}.admin-form-check input[type=checkbox]{width:auto}.admin-cat-tags{display:flex;flex-wrap:wrap;gap:.375rem}.admin-cat-tag{font-size:.72rem;font-weight:600;padding:.3rem .7rem;border-radius:100px;border:1px solid var(--gray-300);background:#fff;color:var(--gray-600);cursor:pointer;transition:all .15s}.admin-cat-tag:hover{border-color:var(--blue);color:var(--blue)}.admin-cat-tag.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.admin-sale-schedule{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:.75rem;margin-bottom:1rem}.admin-price-preview{display:flex;align-items:baseline;gap:.5rem;padding:.75rem;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0;margin-bottom:1rem}.admin-price-preview-sale{font-size:1.25rem;font-weight:800;color:#dc2626}.admin-price-preview-original{font-size:.9rem;color:var(--gray-400);text-decoration:line-through}.admin-price-preview-pct{font-size:.78rem;font-weight:600;color:#16a34a}.admin-contaminant-preview{margin-bottom:1rem}.admin-contaminant-preview label{font-size:.72rem;color:var(--gray-400);font-weight:600;margin-bottom:.3rem;display:block}.admin-contaminant-tags{display:flex;flex-wrap:wrap;gap:.3rem}.admin-contaminant-tag{font-size:.68rem;font-weight:600;padding:.2rem .5rem;background:#ede9fe;color:#6d28d9;border-radius:4px}.admin-image-preview{margin-bottom:1rem;border:1px solid var(--gray-200);border-radius:8px;padding:.5rem;background:#fafbfc;text-align:center}.admin-image-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:6px}.admin-form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-100);background:#fff;border-radius:0 0 12px 12px}.admin-form-error{color:#dc2626;font-size:.82rem;text-align:center;padding:.5rem 1.5rem;margin:0;background:#fef2f2}.admin-order-status{font-size:.68rem;font-weight:700;padding:.2rem .5rem;border-radius:100px;text-transform:uppercase}.admin-order-status.pending{background:#fef3c7;color:#92400e}.admin-order-status.paid{background:#dcfce7;color:#166534}.admin-order-status.shipped{background:#dbeafe;color:#1e40af}.admin-order-status.delivered{background:#f3f4f6;color:#374151}.admin-order-status.cancelled{background:#fef2f2;color:#dc2626}.admin-settings{display:flex;flex-direction:column;gap:.75rem}.admin-setting-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.admin-setting-info h3{font-size:.95rem;font-weight:700;color:var(--gray-900);margin:0 0 .25rem}.admin-setting-info p{font-size:.78rem;color:var(--gray-500);margin:0;line-height:1.5}.admin-setting-info-only{flex-direction:column;align-items:flex-start;background:#fafbfc}.admin-setting-info-only p{font-size:.75rem;color:var(--gray-400)}.admin-setting-info-only code{background:var(--gray-100);padding:.1rem .35rem;border-radius:3px;font-size:.72rem}.admin-toggle{position:relative;width:56px;height:30px;border-radius:100px;border:2px solid var(--gray-400);background:var(--gray-200);cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center}.admin-toggle-on{background:#22c55e;border-color:#16a34a}.admin-toggle-knob{position:absolute;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}.admin-toggle-on .admin-toggle-knob{transform:translate(26px)}.admin-toggle-label{font-size:0}.admin-toggle-status{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-left:.625rem}.admin-toggle-status-off{color:var(--gray-500)}.admin-toggle-status-on{color:#16a34a}.admin-store-modes{display:flex;gap:.5rem;flex-wrap:wrap}.admin-store-mode-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.625rem 1rem;border:2px solid var(--gray-300);border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;min-width:120px}.admin-store-mode-btn:hover:not(:disabled){border-color:var(--gray-400);background:var(--gray-50)}.admin-store-mode-btn:disabled{opacity:.6;cursor:not-allowed}.admin-store-mode-active{border-color:var(--blue-600, #2563eb);background:var(--blue-50, #eff6ff)}.admin-store-mode-active:hover:not(:disabled){border-color:var(--blue-600, #2563eb);background:var(--blue-50, #eff6ff)}.admin-store-mode-label{font-weight:700;font-size:.85rem;color:var(--gray-800)}.admin-store-mode-active .admin-store-mode-label{color:var(--blue-700, #1d4ed8)}.admin-store-mode-desc{font-size:.7rem;color:var(--gray-500);text-align:center}.admin-empty{text-align:center;padding:3rem 1rem;color:var(--gray-400);background:#fff;border-radius:10px;border:1px solid var(--gray-200)}.admin-empty h3{color:var(--gray-600);margin:0 0 .25rem}.admin-empty p{margin:0;font-size:.85rem}.ab-experiment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.ab-experiment-card{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:1.25rem;cursor:pointer;transition:all .15s}.ab-experiment-card:hover{border-color:var(--blue);box-shadow:0 2px 8px #2563eb14}.ab-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.ab-card-header h3{font-size:.95rem;font-weight:700;color:var(--gray-900);margin:0}.ab-card-desc{font-size:.78rem;color:var(--gray-500);margin:0 0 .75rem;line-height:1.4}.ab-card-stats{display:flex;gap:1rem;font-size:.72rem;color:var(--gray-400);font-weight:600}.ab-card-winner{margin-top:.5rem;font-size:.78rem;color:#166534;background:#dcfce7;padding:.3rem .6rem;border-radius:6px;display:inline-block}.ab-card-actions{margin-top:.75rem;display:flex;justify-content:flex-end}.ab-detail{display:flex;flex-direction:column;gap:1rem}.ab-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.5rem}.ab-detail-title{font-size:1.25rem;font-weight:800;color:var(--gray-900);margin:0}.ab-detail-desc{font-size:.82rem;color:var(--gray-500);margin:.25rem 0 0}.ab-variant-cell{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ab-variant-slug{font-size:.68rem;color:var(--gray-400);font-family:monospace;background:var(--gray-100);padding:.1rem .35rem;border-radius:3px}.ab-winner-row td{background:#f0fdf4!important}.ab-bar-wrap{width:100%;max-width:120px;height:8px;background:var(--gray-100);border-radius:100px;overflow:hidden}.ab-bar{height:100%;background:var(--blue);border-radius:100px;min-width:2px;transition:width .3s}.ab-actions-bar{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--gray-200)}.ab-inline-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;padding:1rem;background:#fafbfc;border:1px solid var(--gray-200);border-radius:8px}.ab-inline-form input[type=text],.ab-inline-form input:not([type]){padding:.4rem .7rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.82rem;flex:1;min-width:140px}.ab-inline-form input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}@media(max-width:768px){.admin-nav{padding:0 .75rem}.admin-nav-inner{height:46px}.admin-nav-title{font-size:.85rem}.admin-nav-exit{font-size:.72rem;padding:.25rem .6rem}.admin-page{padding:1rem .75rem}.admin-stats{grid-template-columns:1fr 1fr;gap:.5rem}.admin-stat{padding:.75rem .5rem}.admin-stat-value{font-size:1.2rem}.admin-stat-label{font-size:.65rem}.admin-tabs{margin-bottom:1rem}.admin-tab{padding:.5rem .75rem;font-size:.78rem}.admin-toolbar{flex-direction:column;align-items:stretch;gap:.5rem}.admin-toolbar-filters{flex-direction:column;gap:.4rem}.admin-search,.admin-filter-select{width:100%}.admin-table{border:none;background:none}.admin-table thead{display:none}.admin-table tbody{display:flex;flex-direction:column;gap:.5rem}.admin-table tr{display:flex;flex-wrap:wrap;background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:.75rem;gap:.25rem .75rem;align-items:center}.admin-table tr:hover td{background:none}.admin-table td{border:none;padding:0;vertical-align:middle}.admin-table td:first-child{flex:0 0 100%;margin-bottom:.25rem}.admin-product-cell{gap:.5rem}.admin-product-thumb{width:36px;height:36px}.admin-product-name{font-size:.82rem}.admin-product-sku{font-size:.62rem}.admin-product-cats{display:none}.admin-table td:last-child{flex:0 0 100%;margin-top:.35rem;padding-top:.4rem;border-top:1px solid var(--gray-100)}.admin-actions{justify-content:flex-end}.admin-row-inactive{opacity:.55}.admin-row-inactive:hover,.admin-row-inactive td{opacity:1}.admin-cell-date{font-size:.65rem}.admin-badge{font-size:.58rem}.admin-modal-overlay{padding:0;align-items:stretch}.admin-modal,.admin-modal-wide{max-width:100%;border-radius:0;min-height:100vh;display:flex;flex-direction:column}.admin-modal-header{padding:1rem;position:sticky;top:0;background:#fff;z-index:2}.admin-modal-header h2{font-size:.95rem}.admin-modal-sections{padding:0 .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;position:sticky;top:52px;z-index:2}.admin-section-tab{padding:.5rem .65rem;font-size:.7rem;white-space:nowrap}.admin-modal-body{padding:1rem;flex:1}.admin-form-grid{grid-template-columns:1fr;gap:0}.admin-form-checks{flex-direction:column;gap:.5rem}.admin-form-actions{padding:.75rem 1rem;position:sticky;bottom:0;z-index:2}.admin-form-actions .admin-btn{flex:1;text-align:center}.admin-price-preview{flex-wrap:wrap}.admin-sale-schedule .admin-form-grid{grid-template-columns:1fr}.admin-mobile-label{display:inline}.admin-hide-mobile{display:none!important}}.city-report{max-width:800px;margin:0 auto;padding:1.5rem}.city-loading,.city-error{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.city-error h2{margin:0 0 .5rem;color:var(--gray-800)}.city-error p{margin:0 0 1rem}.city-back-link{color:var(--blue);text-decoration:none;font-weight:500}.city-back-link:hover{text-decoration:underline}.city-hero{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;margin-bottom:.75rem}.city-hero-content{display:flex;align-items:flex-start;gap:1.25rem}.city-grade{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;flex-shrink:0}.city-hero-text{flex:1;min-width:0}.city-hero-text h1{margin:0;font-size:1.5rem;color:var(--gray-900);line-height:1.2}.city-subtitle{margin:.25rem 0 0;font-size:.85rem;color:var(--gray-500)}.city-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.city-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.city-badge-danger{background:#fef2f2;color:#b91c1c}.city-badge-warning{background:#fffbeb;color:#b45309}.city-badge-safe{background:#f0fdf4;color:#15803d}.city-zips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.city-zip-link{display:inline-block;padding:.15rem .5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:4px;font-size:.75rem;color:var(--blue);text-decoration:none;font-family:var(--mono, monospace)}.city-zip-link:hover{background:var(--gray-100);text-decoration:none}.city-section{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.city-section-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;transition:background .15s;-webkit-user-select:none;user-select:none}.city-section-header:hover{background:var(--gray-50)}.city-section-header h2{margin:0;font-size:1rem;color:var(--gray-800)}.city-section .expand-arrow{transition:transform .2s;color:var(--gray-400);display:flex}.city-section .expand-arrow.open{transform:rotate(180deg)}.city-systems{border-top:1px solid var(--gray-100)}.city-system-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;color:inherit;border-bottom:1px solid var(--gray-100);transition:background .1s}.city-system-card:last-child{border-bottom:none}.city-system-card:hover{background:var(--gray-50)}.city-system-grade{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff;flex-shrink:0}.city-system-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.city-system-info strong{font-size:.85rem;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-system-info span{font-size:.75rem;color:var(--gray-500)}.city-system-violations{color:#b91c1c!important;font-weight:600}.city-system-phone{font-size:.75rem;color:var(--gray-400);white-space:nowrap;flex-shrink:0}.city-contaminants{border-top:1px solid var(--gray-100);padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.city-footer-note{text-align:center;padding:1rem;font-size:.8rem;color:var(--gray-400)}.city-footer-note a{color:var(--blue);text-decoration:none}.city-footer-note a:hover{text-decoration:underline}@media(max-width:600px){.city-report,.city-hero{padding:1rem}.city-hero-content{gap:.75rem}.city-grade{width:48px;height:48px;font-size:1.4rem;border-radius:10px}.city-hero-text h1{font-size:1.2rem}.city-system-info strong{white-space:normal}.city-system-phone{display:none}}.cm-page{display:flex;flex-direction:column;height:calc(100vh - 60px)}.cm-picker{max-width:960px;margin:0 auto;padding:2rem 1.5rem;width:100%;flex:1}.cm-picker h1{margin:0 0 .25rem;font-size:1.5rem;color:var(--gray-900)}.cm-picker-subtitle{margin:0 0 1.5rem;color:var(--gray-500);font-size:.9rem}.cm-featured{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.cm-featured-btn{padding:.4rem .9rem;border:1px solid var(--gray-200);border-radius:999px;background:#fff;color:var(--gray-700);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s}.cm-featured-btn:hover,.cm-featured-btn-active{background:var(--blue);color:#fff;border-color:var(--blue)}.cm-search{width:100%;padding:.6rem .9rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;margin-bottom:.75rem;outline:none}.cm-search:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3b82f61a}.cm-list{display:flex;flex-direction:column;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}.cm-list-item{display:grid;grid-template-columns:1fr 100px 140px 110px;align-items:center;gap:.5rem;padding:.55rem 1rem;border:none;background:#fff;cursor:pointer;text-align:left;width:100%;border-bottom:1px solid var(--gray-100);transition:background .1s}.cm-list-item:last-child{border-bottom:none}.cm-list-item:hover{background:var(--gray-50)}.cm-list-name{display:flex;align-items:center;font-size:.85rem;color:var(--gray-800);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-list-systems{font-size:.75rem;color:var(--gray-500);font-weight:500;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.cm-list-danger{font-size:.75rem;color:#b91c1c;font-weight:600;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.cm-list-warning{font-size:.75rem;color:#b45309;font-weight:600;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.cm-list-row{border-bottom:1px solid var(--gray-100)}.cm-list-row:last-child{border-bottom:none}.cm-list-row .cm-list-item{border-bottom:none}.cm-info-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--gray-100);color:var(--gray-400);font-size:.65rem;font-weight:700;font-style:italic;font-family:Georgia,serif;margin-right:.4rem;flex-shrink:0;transition:all .15s;cursor:pointer}.cm-info-btn:hover,.cm-info-btn-active{background:var(--blue);color:#fff}.cm-info-panel{padding:.5rem 1rem .6rem 2.4rem;background:var(--gray-50);border-top:1px solid var(--gray-100);font-size:.8rem;color:var(--gray-600);line-height:1.5}.cm-info-fullname{margin:0 0 .2rem;font-size:.85rem;font-weight:600;color:var(--gray-800)}.cm-info-category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-400);margin-bottom:.25rem}.cm-info-line{margin:.15rem 0}.cm-info-line strong{color:var(--gray-700)}.cm-info-map-btn{margin-top:.4rem;padding:.25rem .75rem;border:1px solid var(--blue);border-radius:6px;background:#fff;color:var(--blue);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.cm-info-map-btn:hover{background:var(--blue);color:#fff}.cm-list-header{display:grid;grid-template-columns:1fr 100px 140px 110px;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.cm-col-sort{font-size:.7rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;border:none;background:none;cursor:pointer;padding:0;text-align:left;white-space:nowrap}.cm-col-sort:hover{color:var(--gray-600)}.cm-col-active{color:var(--gray-700)}.cm-col-sort:not(:first-child){text-align:right}.cm-col-warning,.cm-col-danger{color:var(--gray-400)}.cm-col-active.cm-col-warning{color:#b45309}.cm-col-active.cm-col-danger{color:#b91c1c}.cm-toolbar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#fff;border-bottom:1px solid var(--gray-200);flex-wrap:nowrap;min-height:44px;flex-shrink:0;position:relative;z-index:1001}.cm-back{padding:.3rem .6rem;border:1px solid var(--gray-200);border-radius:6px;background:#fff;color:var(--blue);font-size:.8rem;cursor:pointer;white-space:nowrap;flex-shrink:0}.cm-back:hover{background:var(--gray-50)}.cm-title{margin:0;font-size:1.1rem;color:var(--gray-900);text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.cm-stats{display:flex;align-items:center;gap:.75rem;margin-left:auto;font-size:.75rem;color:var(--gray-500);white-space:nowrap;flex-shrink:0}.cm-stat-toggle{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--gray-200);border-radius:999px;padding:.15rem .6rem;background:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.cm-stat-toggle:hover{background:var(--gray-50)}.cm-stat-danger{color:#b91c1c}.cm-stat-warning{color:#b45309}.cm-stat-off{color:var(--gray-400);opacity:.6}.cm-stat-summary{color:var(--gray-600)}.cm-stat-filters{display:flex;align-items:center;gap:.5rem}.cm-map-container{flex:1;position:relative;min-height:0}.cm-map{width:100%;height:100%}.cm-loading,.cm-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:#fff;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000026;font-size:.9rem;color:var(--gray-600)}.cm-error{color:#b91c1c}.cm-legend{position:absolute;bottom:1rem;right:1rem;z-index:1000;background:#fff;padding:.5rem .75rem;border-radius:8px;box-shadow:0 1px 4px #00000026;display:flex;flex-direction:column;gap:.3rem}.cm-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--gray-600)}.cm-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cm-popup .leaflet-popup-content-wrapper{border-radius:8px}.cm-popup .leaflet-popup-content{margin:8px 12px;font-size:.85rem;line-height:1.4}@media(max-width:768px){.cm-toolbar{flex-wrap:wrap;padding:.5rem .75rem;gap:.4rem}.cm-title{font-size:.95rem}.cm-stats{width:100%;margin-left:0;flex-wrap:wrap}.cm-legend{bottom:.5rem;right:.5rem}.cm-list-item{grid-template-columns:1fr 90px 90px;gap:.25rem}.cm-list-header{grid-template-columns:1fr 90px 90px}.cm-list-warning,.cm-col-warning,.cm-list-empty{display:none}}.fb-tab{position:fixed;right:14px;top:50%;transform:translateY(-50%) rotate(-90deg) translate(50%);transform-origin:right center;background:var(--blue);color:#fff;border:none;padding:.5rem 1.1rem;font-size:.78rem;font-weight:600;cursor:pointer;border-radius:8px 8px 0 0;z-index:900;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #00000026;transition:background .15s}.fb-tab:hover{background:var(--blue-dark)}.fb-tab-beta{font-size:.6rem;font-weight:800;letter-spacing:.06em;background:#ffffff40;padding:.15rem .4rem;border-radius:3px}.fb-overlay{position:fixed;inset:0;background:#0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fbFadeIn .15s ease}@keyframes fbFadeIn{0%{opacity:0}to{opacity:1}}.fb-panel{position:relative;width:100%;max-width:420px;background:#fff;border-radius:14px;padding:1.75rem;box-shadow:0 20px 60px #00000026;animation:fbSlideUp .2s ease}@keyframes fbSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fb-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.4rem;color:var(--gray-400);cursor:pointer;padding:0;line-height:1}.fb-close:hover{color:var(--gray-700)}.fb-beta-badge{display:inline-block;font-size:.65rem;font-weight:800;letter-spacing:.08em;color:var(--blue);background:var(--blue-light, #eff6ff);padding:.2rem .6rem;border-radius:4px;margin-bottom:.6rem}.fb-title{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin:0 0 .4rem}.fb-subtitle{font-size:.85rem;color:var(--gray-500);line-height:1.55;margin:0 0 1.25rem}.fb-textarea{width:100%;padding:.65rem .8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s;box-sizing:border-box}.fb-textarea:focus{border-color:var(--blue)}.fb-email{width:100%;padding:.5rem .8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;font-family:inherit;outline:none;margin-top:.5rem;transition:border-color .2s;box-sizing:border-box}.fb-email:focus{border-color:var(--blue)}.fb-submit{width:100%;margin-top:.75rem;padding:.65rem 1rem;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.fb-submit:hover{background:var(--blue-dark)}.fb-submit:disabled{opacity:.5;cursor:not-allowed}.fb-error{text-align:center;font-size:.8rem;color:var(--red, #e53e3e);margin-top:.5rem}.fb-thanks{text-align:center;padding:1.5rem 0}.fb-thanks-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f0fdf4;color:#22c55e;font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.fb-thanks p{margin:0;font-size:.95rem;font-weight:600;color:var(--gray-700)}@media(max-width:600px){.fb-tab{top:auto;bottom:0;right:1rem;transform:none;border-radius:8px 8px 0 0;font-size:.72rem;padding:.4rem .9rem}.fb-panel{padding:1.25rem}}footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.4rem 1rem;font-size:.85rem;color:var(--gray-400);background:#ffffffd9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:50}.app>main{padding-bottom:3rem}.footer-dot{color:var(--gray-300)}.footer-socials{display:flex;align-items:center;gap:.6rem}.footer-socials a{color:var(--gray-400);display:flex;align-items:center;transition:color .15s}.footer-socials a:hover{color:var(--gray-700)}
