*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #C9A84C;--gold-light: #E8D48B;--gold-dark: #A07D2E;--blue: #0038B8;--blue-light: #1A4FD0;--blue-lighter: #2A5FE0;--blue-dark: #002A8A;--bg: #1A4FD0;--bg-light: #1D56DC;--bg-lighter: #2563EB;--white: #FAFAFA;--gray: #E2E8F0;--gray-light: #F1F5F9;--accent: #3B82F6;--font: "Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--font);background-color:var(--bg);color:var(--white);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-light)}h1,h2,h3,h4{line-height:1.2;font-weight:700}::selection{background:var(--blue);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg-lighter);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--blue)}.navbar{position:sticky;top:0;z-index:100;background:#1a4fd0eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,56,184,.3);overflow:visible}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;overflow:visible}.nav-logo{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:0}.nav-logo-img{height:144px;width:auto;object-fit:contain;margin-left:-40px;margin-top:30px}.logo-loud,.logo-rich{color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.3),2px 2px 0 rgba(0,0,0,.2),3px 3px 0 rgba(0,0,0,.1),4px 4px 8px rgba(0,0,0,.3)}.logo-amp{color:#ffffffb3;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.nav-links{display:flex;gap:.5rem}.nav-link{background:none;border:none;color:var(--white);font-family:var(--font);font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s}.nav-link:hover{color:var(--white);background:#ffffff1a}.nav-link.active{color:var(--gold);background:#ffffff26}.nav-link.request-btn{background:var(--gold);color:var(--blue-dark);font-weight:600;text-decoration:none}.nav-link.request-btn:hover{background:var(--gold-light);color:var(--blue-dark)}.hero{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:radial-gradient(ellipse at 20% 50%,rgba(0,56,184,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(201,168,76,.08) 0%,transparent 60%)}.hero-content{max-width:800px;text-align:center}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:4px;margin-bottom:1rem;display:flex;align-items:baseline;justify-content:center;gap:.3em}.hero-loud{color:var(--blue-lighter)}.hero-amp{color:var(--gray);font-weight:300;font-size:.6em}.hero-rich{color:var(--gold)}.hero-subtitle{font-size:1.25rem;color:var(--gray-light);margin-bottom:.75rem}.hero-description{font-size:1rem;color:var(--gray);max-width:560px;margin:0 auto 2.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn{font-family:var(--font);font-size:1rem;font-weight:600;padding:.85rem 2rem;border-radius:10px;border:none;cursor:pointer;transition:all .25s}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 24px #0038b866}.btn-secondary{background:var(--bg-light);color:var(--white);border:1px solid var(--bg-lighter)}.btn-secondary:hover{background:var(--bg-lighter);transform:translateY(-2px)}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.feature-card{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:12px;padding:1.5rem 1rem;transition:all .25s}.feature-card:hover{border-color:var(--blue);transform:translateY(-4px)}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature-card h3{font-size:.95rem;margin-bottom:.25rem;color:var(--white)}.feature-card p{font-size:.8rem;color:var(--gray)}.map-section{height:calc(100vh - 64px);min-height:600px;display:flex;flex-direction:column;position:relative}.map-wrapper{flex:1;position:relative;min-height:600px}.map-container{width:100%;height:100%;position:absolute;inset:0}.map-search-overlay{position:absolute;top:1rem;left:230px;z-index:10}.map-search{display:flex;gap:.5rem}.map-search input{width:280px;padding:.55rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#141419e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);font-family:var(--font);font-size:.85rem;outline:none;transition:border-color .2s}.map-search input:focus{border-color:var(--blue)}.map-search input::placeholder{color:#fff6}.map-search button{padding:.55rem 1rem;border-radius:8px;border:none;background:var(--blue);color:var(--white);font-family:var(--font);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s}.map-search button:hover{background:var(--blue-light)}.map-sidebar{position:absolute;top:1rem;left:1rem;bottom:1rem;z-index:10;width:200px;background:#141419eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.sidebar-section{display:flex;flex-direction:column;gap:.3rem}.sidebar-section-title{font-size:.65rem;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:1px;padding:0 .4rem;margin-bottom:.2rem}.sidebar-filters{display:flex;flex-direction:column;gap:2px}.sidebar-filter-item{display:flex;align-items:center;gap:10px;padding:.5rem .6rem;border-radius:8px;border:none;background:transparent;color:#ffffff80;font-family:var(--font);font-size:.8rem;cursor:pointer;transition:all .15s;text-align:left;width:100%}.sidebar-filter-item:hover{background:#ffffff0f;color:#fffc}.sidebar-filter-item.active{color:#fff}.sidebar-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;transition:background .2s;box-shadow:0 0 4px #0000004d}.sidebar-label{flex:1}.sidebar-count{font-size:.75rem;font-weight:600;color:#fff6;font-variant-numeric:tabular-nums}.sidebar-filter-item.active .sidebar-count{color:#ffffffb3}.sidebar-divider{height:1px;background:#ffffff14;margin:.4rem 0}.lr-index-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff9;font-family:var(--font);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.lr-index-toggle:hover{background:#ffffff0f;border-color:#ffffff26}.lr-index-toggle.active{background:#1a4fd026;border-color:#1a4fd066;color:#fff}.lr-index-label{font-weight:700}.lr-index-indicator{font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;background:#ffffff1a;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.lr-index-indicator.on{background:#1a4fd066;color:#5b9aff}.map-loading{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#141419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.85rem;display:flex;align-items:center;gap:8px;z-index:10;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--blue-lighter);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-results-count-overlay{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#1a4fd0d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gray-light);padding:.35rem 1rem;border-radius:16px;font-size:.78rem;z-index:10;border:1px solid rgba(255,255,255,.08)}.map-no-token{max-width:600px;margin:4rem auto;padding:2rem;text-align:center;background:var(--bg-light);border-radius:12px;border:1px solid var(--bg-lighter)}.map-no-token h2{color:var(--blue-lighter);margin-bottom:1rem}.map-no-token code,.map-no-token pre{background:var(--bg);padding:.25rem .5rem;border-radius:4px;font-size:.9rem;color:var(--gold-light)}.map-no-token pre{padding:1rem;margin:1rem 0;text-align:left;overflow-x:auto}.place-detail{position:absolute;bottom:1.5rem;left:1.5rem;background:#1a4fd0f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--bg-lighter);border-radius:12px;padding:1.25rem;max-width:320px;z-index:20}.place-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--gray);font-size:1.4rem;cursor:pointer;line-height:1}.place-close:hover{color:var(--white)}.place-category-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;color:var(--bg);margin-bottom:.5rem}.place-detail h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--white)}.place-address{font-size:.85rem;color:var(--gray);margin-bottom:.25rem}.place-phone,.place-website{font-size:.85rem;margin-bottom:.25rem}.place-website a{color:var(--blue-lighter)}.map-heatmap-toggle{margin-top:.5rem}.place-popup .mapboxgl-popup-content{background:#141419f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:0;box-shadow:0 8px 32px #00000080}.place-popup .mapboxgl-popup-tip{border-top-color:#141419f2}.place-popup .mapboxgl-popup-close-button{color:#ffffff80;font-size:1.4rem;padding:.5rem .75rem;right:0;top:0;transition:color .15s}.place-popup .mapboxgl-popup-close-button:hover{color:#fff;background:transparent}.place-popup-content{padding:1rem 1.25rem;font-family:var(--font)}.place-popup-content .place-category-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;color:#fff;margin-bottom:.5rem}.place-popup-content h3{font-size:1rem;color:#fff;margin-bottom:.5rem;padding-right:1.5rem}.place-popup-content .place-address{font-size:.85rem;color:var(--gray);margin-bottom:.25rem}.place-popup-content .place-phone,.place-popup-content .place-website{font-size:.85rem;margin-bottom:.25rem}.place-popup-content .place-phone a{color:var(--blue-lighter)}.place-popup-content .place-website a{color:var(--gold)}.hex-popup .mapboxgl-popup-content{background:#141419f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:0;box-shadow:0 8px 32px #00000080}.hex-popup .mapboxgl-popup-tip{border-top-color:#141419f2}.hex-popup-inner{padding:.75rem 1rem;text-align:center;font-family:var(--font);min-width:140px}.hex-popup-score{font-size:1.8rem;font-weight:800;color:#fff;line-height:1.1}.hex-popup-score span{font-size:.75rem;font-weight:500;color:var(--gray)}.hex-popup-label{font-size:.8rem;font-weight:600;color:var(--blue-lighter);margin-top:.15rem;text-transform:uppercase;letter-spacing:.5px}.hex-popup-mobile .mapboxgl-popup-content{padding-top:.25rem}.hex-popup-mobile .mapboxgl-popup-close-button{color:#ffffff80;font-size:1.2rem;padding:.25rem .5rem;right:.25rem;top:.25rem;transition:color .15s}.hex-popup-mobile .mapboxgl-popup-close-button:hover{color:#fff;background:transparent}.hex-popup-rank{font-size:.72rem;color:var(--gray-light);margin-top:.35rem}.hex-popup-pois{font-size:.68rem;color:var(--gray);margin-top:.15rem}.hex-popup-breakdown{margin-top:.4rem;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.2rem}.hex-popup-cat-row{display:flex;align-items:center;gap:.35rem;font-size:.7rem}.hex-popup-cat-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hex-popup-cat-name{color:#fffc;flex:1}.hex-popup-cat-count{color:#fff;font-weight:600}.hex-popup-categories{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.25rem;text-align:left}.hex-popup-category-item{display:flex;align-items:center;gap:.4rem;font-size:.72rem}.hex-cat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hex-cat-label{color:#ffffffd9;flex:1;white-space:nowrap}.hex-cat-count{color:#fff;font-weight:600;min-width:1.5rem;text-align:right}.lr-legend{position:absolute;bottom:1.5rem;right:1.5rem;background:#141419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:12px;z-index:15;min-width:100px;overflow:hidden}.lr-legend.open{min-width:180px}.lr-legend-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem 1rem;background:transparent;border:none;cursor:pointer;font-family:var(--font)}.lr-legend-title{font-size:.85rem;font-weight:700;color:var(--white);letter-spacing:.5px}.lr-legend-arrow{font-size:.6rem;color:#ffffff80;transition:transform .2s}.lr-legend-arrow.up{transform:rotate(180deg)}.lr-legend-gradient-bar{display:flex;gap:1px;padding:0 1rem .65rem}.lr-legend-gradient-bar .lr-legend-gradient-stop{flex:1;height:8px}.lr-legend-gradient-bar .lr-legend-gradient-stop:first-child{border-radius:3px 0 0 3px}.lr-legend-gradient-bar .lr-legend-gradient-stop:last-child{border-radius:0 3px 3px 0}.lr-legend-content{padding:.65rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.08)}.lr-legend-scale{display:flex;flex-direction:column;gap:.35rem}.lr-legend-item{display:flex;align-items:center;gap:10px}.lr-legend-swatch{width:28px;height:22px;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.lr-legend-text{font-size:.78rem;color:var(--gray-light)}.lr-legend-gradient{display:flex;gap:1px;margin-top:.65rem;position:relative;padding-bottom:1rem}.lr-legend-gradient-stop{flex:1;height:8px}.lr-legend-gradient-stop:first-child{border-radius:3px 0 0 3px}.lr-legend-gradient-stop:last-child{border-radius:0 3px 3px 0}.lr-legend-gradient-labels{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;font-size:.62rem;color:var(--gray)}.lr-legend-note{font-size:.65rem;color:var(--gray);opacity:.7;margin-top:.5rem;font-style:italic}.names-section{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.names-header{text-align:center;margin-bottom:2rem}.names-header h1{font-size:2.5rem;color:var(--white);margin-bottom:.5rem}.names-header p{color:var(--gray);font-size:1rem}.names-selector{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.names-selector label{color:var(--gray);font-size:.9rem;font-weight:500}.name-dropdown{padding:.6rem 2.5rem .6rem 1rem;border-radius:10px;border:1px solid var(--bg-lighter);background:var(--bg-light);color:var(--white);font-family:var(--font);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:280px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.name-dropdown:hover{border-color:var(--blue)}.name-dropdown:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1a4fd033}.name-dropdown option{background:var(--bg);color:var(--white);padding:.5rem}.name-dropdown optgroup{background:var(--bg-light);color:var(--gold);font-weight:700;font-style:normal}.name-hero-card{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:16px;padding:2rem;text-align:center;margin-bottom:2rem}.name-title{font-size:3rem;color:var(--white);font-weight:700;margin-bottom:.25rem}.name-origin{color:var(--gold);font-size:.9rem;font-style:italic;margin-bottom:.75rem}.name-meaning{color:var(--gray-light);font-size:.95rem;max-width:600px;margin:0 auto 2rem}.name-gender-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.name-gender-badge[data-gender=male]{background:#3b82f633;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.name-gender-badge[data-gender=female]{background:#ec489933;color:#f472b6;border:1px solid rgba(236,72,153,.3)}.name-quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.quick-stat{display:flex;flex-direction:column;gap:.2rem}.stat-number{font-size:1.5rem;font-weight:800;color:var(--gold)}.stat-label{font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:1px}.names-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.names-card{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:12px;padding:1.5rem}.names-card h3{font-size:1.1rem;color:var(--white);font-weight:700;margin-bottom:.25rem}.card-subtitle{font-size:.8rem;color:var(--gray);margin-bottom:1rem}.state-bars{display:flex;flex-direction:column;gap:.5rem}.state-bar-row{display:grid;grid-template-columns:120px 1fr 80px;align-items:center;gap:.75rem}.state-name{font-size:.85rem;color:var(--gray-light);text-align:right}.state-bar-track{height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.state-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold));border-radius:4px;transition:width .5s ease}.state-count{font-size:.8rem;color:var(--white);font-variant-numeric:tabular-nums}.demo-bars{display:flex;flex-direction:column;gap:.6rem}.demo-row{display:grid;grid-template-columns:110px 1fr 50px;align-items:center;gap:.75rem}.demo-label{font-size:.85rem;color:var(--gray-light);text-align:right}.demo-bar-track{height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.demo-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold));border-radius:4px;transition:width .5s ease}.demo-pct{font-size:.8rem;color:var(--white);font-variant-numeric:tabular-nums}.trend-list{display:flex;flex-direction:column;gap:.5rem}.trend-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--bg-lighter)}.trend-row:last-child{border-bottom:none}.trend-decade{font-size:.9rem;font-weight:600;color:var(--white)}.trend-status{font-size:.85rem;color:var(--gold)}.names-about{background:#0038b826;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-top:2rem;text-align:center}.names-about h3{color:var(--gold);font-size:1.1rem;margin-bottom:.75rem}.names-about p{color:var(--gray-light);font-size:.9rem;line-height:1.6;max-width:600px;margin:0 auto}.names-source{text-align:center;margin-top:1.5rem;font-size:.8rem;color:var(--gray);padding-top:1rem;border-top:1px solid var(--bg-lighter)}.footer{background:var(--bg-light);border-top:1px solid var(--bg-lighter);padding:2rem 1.5rem;text-align:center}.footer-inner{max-width:600px;margin:0 auto}.footer-brand{margin-bottom:.75rem}.footer-logo-img{height:160px;width:auto;object-fit:contain}.footer-text{font-size:.85rem;color:var(--gray);margin-bottom:.5rem}.footer-disclaimer{font-size:.75rem;color:var(--gray);opacity:.8;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-disclaimer p{margin-bottom:.5rem;line-height:1.5}.methodology-link{background:none;border:none;color:var(--gold);font-size:.75rem;cursor:pointer;text-decoration:underline;font-family:var(--font);transition:color .2s}.methodology-link:hover{color:var(--gold-light)}.methodology-page{min-height:calc(100vh - 60px);padding:2rem 1.5rem 4rem;background:var(--bg)}.methodology-container{max-width:800px;margin:0 auto}.methodology-back{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-family:var(--font);font-size:.85rem;cursor:pointer;margin-bottom:2rem;transition:all .2s}.methodology-back:hover{background:#ffffff26}.methodology-page h1{font-size:2.5rem;color:var(--white);margin-bottom:2rem;font-weight:800}.methodology-section{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.methodology-section h2{font-size:1.25rem;color:var(--gold);margin-bottom:1rem;font-weight:700}.methodology-section p{color:var(--gray);line-height:1.7;margin-bottom:1rem}.methodology-section p:last-child{margin-bottom:0}.methodology-section ul,.methodology-section ol{color:var(--gray);line-height:1.7;padding-left:1.5rem;margin-bottom:1rem}.methodology-section ul:last-child,.methodology-section ol:last-child{margin-bottom:0}.methodology-section li{margin-bottom:.75rem}.methodology-section li:last-child{margin-bottom:0}.methodology-section ul ul{margin-top:.5rem;margin-bottom:0}.methodology-section strong{color:var(--white)}.mobile-controls{display:none;position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:15;flex-direction:column;gap:.5rem}.mobile-controls-row{display:flex;gap:.5rem}.mobile-lr-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#141419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;font-family:var(--font);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.mobile-filters-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#141419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;font-family:var(--font);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.mobile-lr-toggle:hover,.mobile-filters-toggle:hover{background:#1e1e28f2}.mobile-lr-toggle.active{background:#1a4fd040;border-color:#1a4fd080;color:#fff}.mobile-filters-toggle.active{background:#282832f2;border-color:#fff3;color:#fff}.mobile-lr-indicator{font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;background:#ffffff1a;color:#ffffff80;text-transform:uppercase}.mobile-lr-indicator.on{background:#1a4fd080;color:#5b9aff}.mobile-filters-badge{font-size:.6rem;font-weight:600;color:#fff6;background:#ffffff1a;padding:.15rem .4rem;border-radius:4px}.mobile-filters-wrapper{position:relative}.mobile-filters-dropdown{position:absolute;top:100%;left:0;min-width:200px;margin-top:.5rem;background:#141419fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.5rem;display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto;z-index:20;box-shadow:0 8px 32px #0006}.mobile-filter-item{display:flex;align-items:center;gap:10px;padding:.55rem .65rem;border-radius:8px;border:none;background:transparent;color:#ffffff80;font-family:var(--font);font-size:.8rem;cursor:pointer;transition:all .15s;text-align:left;width:100%}.mobile-filter-item:hover{background:#ffffff0f;color:#fffc}.mobile-filter-item.active{color:#fff}.mobile-filter-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 4px #0000004d}.mobile-filter-label{flex:1}.mobile-filter-count{font-size:.7rem;font-weight:600;color:#fff6;font-variant-numeric:tabular-nums}.mobile-filter-item.active .mobile-filter-count{color:#fff9}.mobile-search{display:flex;gap:.4rem;max-width:220px}.mobile-search input{flex:1;padding:.55rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#141419eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);font-family:var(--font);font-size:.8rem;outline:none;min-width:0;width:150px}.mobile-search input:focus{border-color:var(--blue)}.mobile-search input::placeholder{color:#fff6}.mobile-search button{padding:.55rem .85rem;border-radius:8px;border:none;background:var(--blue);color:var(--white);font-family:var(--font);font-weight:600;font-size:.8rem;cursor:pointer;flex-shrink:0}.desktop-only{display:block}@media(max-width:768px){.mobile-controls{display:flex}.desktop-only{display:none!important}.lr-legend{bottom:1rem;right:.75rem;left:auto;min-width:110px}.lr-legend.open{min-width:150px}.lr-legend-header{padding:.5rem .75rem}.lr-legend-title{font-size:.75rem}.lr-legend-gradient-bar{padding:0 .75rem .5rem}.lr-legend-content{padding:.5rem .75rem .75rem}.lr-legend-item{gap:6px}.lr-legend-swatch{width:22px;height:16px;font-size:.6rem}.lr-legend-text{font-size:.68rem}.place-detail{position:fixed;bottom:0;left:0;right:0;max-width:none;border-radius:16px 16px 0 0;padding:1rem 1.25rem 1.5rem;max-height:50vh;overflow-y:auto;overflow-x:hidden;z-index:200}.place-close{top:.75rem;right:1rem}.place-detail h3{font-size:1rem;padding-right:2rem}.map-loading{top:auto;bottom:1rem;left:50%;transform:translate(-50%);font-size:.8rem;padding:.4rem 1rem}.navbar{overflow:hidden}.navbar-inner{padding:0 1rem;height:56px;overflow:hidden}.nav-logo{font-size:1.2rem;letter-spacing:2px;overflow:hidden}.nav-logo-img{margin-top:0;margin-left:0}.nav-links{gap:.25rem}.nav-link{padding:.4rem .6rem;font-size:.75rem}}@media(max-width:640px){.hero-title{font-size:2.5rem}.hero-features{grid-template-columns:repeat(2,1fr)}.state-bar-row{grid-template-columns:80px 1fr 60px}.demo-row{grid-template-columns:80px 1fr 40px}.name-quick-stats{grid-template-columns:repeat(2,1fr)}.nav-logo-img{height:100px;margin-left:0;margin-top:20px}.names-selector{flex-direction:column;align-items:stretch;gap:.5rem}.names-selector label{text-align:center}.name-dropdown{min-width:100%;font-size:.9rem}.name-title{font-size:2.25rem}.name-hero-card{padding:1.5rem}.methodology-page h1{font-size:1.75rem}.methodology-section{padding:1.25rem}.methodology-section h2{font-size:1.1rem}}@media(max-width:480px){.nav-link{padding:.35rem .5rem;font-size:.7rem}.nav-logo-img{height:90px;margin-left:0;margin-top:20px}}@media(max-width:380px){.nav-logo-img{height:80px;margin-left:0;margin-top:20px}.nav-link{padding:.25rem .4rem;font-size:.65rem}}.request-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.request-modal{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:16px;padding:2rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #00000080}.request-modal-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:var(--gray);font-size:1.75rem;cursor:pointer;line-height:1;transition:color .2s}.request-modal-close:hover{color:var(--white)}.request-modal h2{font-size:1.5rem;color:var(--white);margin-bottom:.5rem}.request-modal-subtitle{color:var(--gray);font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.request-textarea{width:100%;padding:1rem;border-radius:10px;border:1px solid var(--bg-lighter);background:var(--bg);color:var(--white);font-family:var(--font);font-size:.95rem;resize:vertical;min-height:120px;outline:none;transition:border-color .2s}.request-textarea:focus{border-color:var(--blue)}.request-textarea::placeholder{color:var(--gray)}.request-submit-btn{width:100%;margin-top:1rem;padding:.85rem 1.5rem;border-radius:10px;border:none;background:var(--gold);color:var(--blue-dark);font-family:var(--font);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.request-submit-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px)}.request-submit-btn:disabled{opacity:.5;cursor:not-allowed}.request-error{color:#ef4444;font-size:.85rem;margin-top:.5rem;text-align:center}.request-success{text-align:center;padding:2rem 1rem}.request-success-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#22c55e33;color:#22c55e;font-size:2rem;margin-bottom:1rem}.request-success p{color:var(--white);font-size:1.1rem;font-weight:500}@media(max-width:480px){.request-modal{padding:1.5rem}.request-modal h2{font-size:1.25rem;padding-right:2rem}.request-modal-subtitle{font-size:.85rem}}.holidays-section{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.holidays-header{text-align:center;margin-bottom:3rem}.holidays-header h1{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.holidays-title-en{font-size:2.5rem;color:var(--white);font-weight:800}.holidays-title-he{font-size:2rem;color:var(--gold);font-weight:600;direction:rtl}.holidays-header p{color:var(--gray);font-size:1.1rem}.holidays-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.holiday-card{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.holiday-card:hover{transform:translateY(-4px);border-color:var(--accent-color, var(--blue));box-shadow:0 8px 30px #0000004d}.holiday-card.expanded{border-color:var(--accent-color, var(--blue))}.holiday-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.holiday-emoji{font-size:2.5rem;line-height:1}.holiday-names{flex:1}.holiday-names h2{font-size:1.25rem;color:var(--white);font-weight:700;margin-bottom:.25rem}.holiday-hebrew{font-size:1.1rem;color:var(--accent-color, var(--gold));direction:rtl;display:block}.holiday-expand-icon{font-size:1.5rem;color:var(--gray);font-weight:300;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;transition:all .2s}.holiday-card:hover .holiday-expand-icon{background:#ffffff1a;color:var(--white)}.holiday-description{color:var(--gray-light);font-size:.9rem;line-height:1.6;margin-bottom:0}.holiday-details{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--bg-lighter);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.holiday-month{margin-bottom:1rem;font-size:.9rem;color:var(--gray-light)}.holiday-label{color:var(--accent-color, var(--gold));font-weight:600;margin-right:.5rem}.holiday-traditions ul{margin-top:.5rem;padding-left:1.25rem}.holiday-traditions li{color:var(--gray-light);font-size:.85rem;margin-bottom:.35rem}.holiday-traditions li::marker{color:var(--accent-color, var(--gold))}.holiday-accent-bar{position:absolute;bottom:0;left:0;right:0;height:4px;opacity:.7;transition:opacity .3s}.holiday-card:hover .holiday-accent-bar,.holiday-card.expanded .holiday-accent-bar{opacity:1}.holidays-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--bg-lighter)}.holidays-footer p{color:var(--gray);font-size:.85rem;font-style:italic}@media(max-width:640px){.holidays-title-en{font-size:2rem}.holidays-title-he{font-size:1.5rem}.holidays-grid{grid-template-columns:1fr}.holiday-card{padding:1.25rem}.holiday-emoji{font-size:2rem}.holiday-names h2{font-size:1.1rem}}.disclaimer-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.disclaimer-modal{background:var(--bg-light);border:1px solid var(--bg-lighter);border-radius:16px;padding:1.5rem;max-width:480px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 80px #0009}.disclaimer-modal h2{font-size:1.4rem;color:var(--white);margin-bottom:1rem;text-align:center}.disclaimer-content{color:var(--gray-light);font-size:.8rem;line-height:1.6}.disclaimer-content p{margin-bottom:1rem}.disclaimer-content strong{color:var(--white)}.disclaimer-content ul{margin:1rem 0 1.5rem;padding-left:0;list-style:none}.disclaimer-content li{margin-bottom:.75rem;padding-left:1.25rem;position:relative}.disclaimer-content li:before{content:"•";color:var(--gold);font-weight:700;position:absolute;left:0}.disclaimer-footer-text{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--bg-lighter);font-size:.75rem;color:var(--gray)}.disclaimer-accept-btn{width:100%;margin-top:1rem;padding:.75rem 1.25rem;border-radius:8px;border:none;background:var(--gold);color:var(--blue-dark);font-family:var(--font);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.disclaimer-accept-btn:hover{background:var(--gold-light);transform:translateY(-2px)}@media(max-width:480px){.disclaimer-modal{padding:1.5rem}.disclaimer-modal h2{font-size:1.4rem}.disclaimer-content{font-size:.85rem}}
