*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#1a1a2e;background:#fff}img{max-width:100%;height:auto;display:block}a{color:#2563eb;text-decoration:none;transition:color .15s}a:hover{color:#1d4ed8}ol,ul{list-style:none}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700}:root{--clr-primary:#2563eb;--clr-primary-dark:#1d4ed8;--clr-primary-light:#dbeafe;--clr-accent:#059669;--clr-accent-light:#d1fae5;--clr-sponsored:#f59e0b;--clr-sponsored-bg:#fffbeb;--clr-text:#1a1a2e;--clr-text-muted:#64748b;--clr-bg:#ffffff;--clr-bg-alt:#f8fafc;--clr-border:#e2e8f0;--clr-star:#f59e0b;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06);--shadow-lg:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);--container:1200px;--gap:1.5rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1rem}.site-header{background:#fff;border-bottom:1px solid var(--clr-border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:44px;width:auto;display:block}.main-nav ul{display:flex;gap:1.5rem;align-items:center}.main-nav a{color:var(--clr-text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.main-nav a:hover{color:var(--clr-primary)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--clr-text);transition:transform .2s}@media(max-width:768px){.nav-toggle{display:flex}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--clr-border);padding:1rem;box-shadow:var(--shadow-md)}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:.75rem}.main-nav a{font-size:1rem}}.breadcrumbs{background:var(--clr-bg-alt);border-bottom:1px solid var(--clr-border);padding:.625rem 0;font-size:.85rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.breadcrumbs li::after{content:"/";margin-left:.35rem;color:var(--clr-text-muted)}.breadcrumbs li:last-child::after{content:none}.breadcrumbs a{color:var(--clr-text-muted)}.breadcrumbs a:hover{color:var(--clr-primary)}.breadcrumbs span{color:var(--clr-text)}.hero{background:linear-gradient(135deg,#1e3a5f 0,#2563eb 100%);color:#fff;padding:4rem 0 3.5rem;text-align:center}.hero h1{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:.75rem}.hero-sub{font-size:1.1rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-search-wrap{max-width:560px;margin:0 auto;position:relative}.hero-search{display:flex;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-search-wrap .hero-search{border-radius:var(--radius-lg);overflow:hidden}.hero-search input{flex:1;padding:.875rem 1.25rem;border:none;outline:0;font-size:1rem;color:var(--clr-text);background:0 0}.hero-search button{padding:.875rem 1.75rem;background:var(--clr-primary-dark);color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .15s}.hero-search button:hover{background:#1e40af}.hero-search-dropdown{display:none;position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:400px;overflow-y:auto;z-index:200;text-align:left}.hero-search-dropdown.active{display:block}.hero-search-dropdown .hero-dd-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--clr-border);color:var(--clr-text);text-decoration:none;transition:background .1s}.hero-search-dropdown .hero-dd-item:last-child{border-bottom:none}.hero-search-dropdown .hero-dd-item:hover{background:var(--clr-bg-alt)}.hero-search-dropdown .hero-dd-name{font-weight:600;font-size:.95rem}.hero-search-dropdown .hero-dd-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--clr-text-muted);margin-top:.15rem}.hero-search-dropdown .hero-dd-right{text-align:right;flex-shrink:0}.hero-search-dropdown .hero-dd-rating{font-size:.85rem;font-weight:600;color:var(--clr-text)}.hero-search-dropdown .hero-dd-stars{font-size:.8rem;color:var(--clr-star)}.hero-search-dropdown .hero-dd-status{padding:.75rem 1.25rem;font-size:.8rem;color:var(--clr-text-muted);text-align:center}.hero-search-dropdown .hero-dd-all{display:block;padding:.75rem 1.25rem;text-align:center;font-weight:600;font-size:.9rem;color:var(--clr-primary);border-top:1px solid var(--clr-border);text-decoration:none}.hero-search-dropdown .hero-dd-all:hover{background:var(--clr-bg-alt)}.page-header{background:linear-gradient(135deg,#1e3a5f 0,#2563eb 100%);color:#fff;padding:3rem 0 2.5rem}.page-header h1{font-size:clamp(1.5rem,3.5vw,2.25rem);margin-bottom:.5rem}.page-intro{font-size:1.05rem;opacity:.9;max-width:700px}.section{padding:3rem 0}.section-alt{background:var(--clr-bg-alt)}.section h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--clr-text)}.section-link{margin-top:1.25rem}.section-link a{font-weight:600;font-size:.95rem}.intro-section{padding:2.5rem 0}.content-narrow{max-width:720px}.content-narrow p{color:var(--clr-text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--gap)}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius-lg);transition:box-shadow .2s,transform .2s;color:var(--clr-text)}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);color:var(--clr-primary)}.category-icon{font-size:2rem;margin-bottom:.75rem}.category-card h3{font-size:1rem;margin-bottom:.35rem}.category-count{font-size:.85rem;color:var(--clr-text-muted)}.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.city-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius);transition:box-shadow .2s,transform .2s;color:var(--clr-text)}.city-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);color:var(--clr-primary)}.city-card h3{font-size:.95rem;margin-bottom:.25rem}.city-count{font-size:.8rem;color:var(--clr-text-muted)}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap)}.listing-card{display:block;padding:1.25rem 1.5rem;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius-lg);transition:box-shadow .2s,transform .2s;color:var(--clr-text);position:relative}.listing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.listing-card h3{font-size:1.05rem;margin-bottom:.4rem;color:var(--clr-text)}.listing-card:hover h3{color:var(--clr-primary)}.listing-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.listing-location{font-size:.875rem;color:var(--clr-text-muted);margin-bottom:.4rem}.listing-category{font-size:.75rem}.listing-card--sponsored{border-color:var(--clr-sponsored);background:var(--clr-sponsored-bg)}.badge-sponsored{display:inline-block;background:var(--clr-sponsored);color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--clr-primary);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;margin-bottom:.5rem}.stars{color:var(--clr-star);font-size:.9rem;letter-spacing:1px}.stars-lg{font-size:1.25rem}.stars-sm{font-size:.8rem}.star-partial{display:inline-block;position:relative;color:rgba(245,158,11,.3)}.star-partial::before{content:"\2605";position:absolute;left:0;top:0;width:var(--fill,50%);overflow:hidden;color:var(--clr-star)}.star-empty{color:rgba(245,158,11,.3)}.rating-num{font-size:.85rem;font-weight:600;color:var(--clr-text)}.rating-num-lg{font-size:1rem}.review-count{font-size:.85rem;color:var(--clr-text-muted)}.review-count-lg{font-size:1rem;color:var(--clr-text-muted)}.badge{display:inline-block;padding:.2rem .6rem;background:var(--clr-primary-light);color:var(--clr-primary-dark);font-size:.75rem;font-weight:600;border-radius:4px}.badge-city{background:#e0e7ff;color:#3730a3}.badge-sponsored-inline{background:var(--clr-sponsored);color:#fff}.listing-hero{background:linear-gradient(135deg,#1e3a5f 0,#2563eb 100%);color:#fff;padding:2.5rem 0}.listing-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.listing-header-main h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}.listing-meta-large{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.listing-meta-large .stars{color:var(--clr-star)}.listing-meta-large .rating-num-lg{color:#fff}.listing-meta-large .review-count-lg{color:rgba(255,255,255,.85)}.listing-badges{display:flex;flex-wrap:wrap;gap:.5rem}.listing-header-actions{display:flex;flex-direction:column;gap:.5rem}.listing-hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.6)}.listing-hero .btn-outline:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}.listing-detail-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media(max-width:900px){.listing-detail-grid{grid-template-columns:1fr}}.detail-card{background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.detail-card h2,.detail-card h3{font-size:1.15rem;margin-bottom:1rem}.detail-list{display:grid;grid-template-columns:auto 1fr;gap:.5rem .75rem}.detail-list dt{font-weight:600;font-size:.9rem;color:var(--clr-text-muted)}.detail-list dd{font-size:.95rem}.hours-list li{padding:.35rem 0;border-bottom:1px solid var(--clr-border);font-size:.9rem}.hours-list li:last-child{border-bottom:none}.map-embed iframe{border-radius:var(--radius);width:100%;height:250px}.map-link{margin-top:.4rem;font-size:.8rem;text-align:right}.claim-card{background:var(--clr-primary-light);border-color:transparent}.claim-card h3{color:var(--clr-primary-dark)}.claim-card p{font-size:.9rem;color:var(--clr-text-muted);margin-bottom:1rem}.sidebar-links li{padding:.4rem 0;border-bottom:1px solid var(--clr-border)}.sidebar-links li:last-child{border-bottom:none}.sidebar-links a{font-size:.9rem;font-weight:500}.related-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--clr-border)}.related-section h2{font-size:1.35rem;margin-bottom:1.25rem;color:var(--clr-text)}.sidebar-text{font-size:.9rem;color:var(--clr-text-muted);margin-bottom:1rem}.editorial-summary{font-size:1.05rem;color:var(--clr-text-muted);line-height:1.7;font-style:italic}.info-tags{display:flex;flex-wrap:wrap;gap:.5rem}.info-tags li{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:var(--clr-bg-alt);border:1px solid var(--clr-border);border-radius:var(--radius);font-size:.85rem;color:var(--clr-text)}.reviews-list{display:flex;flex-direction:column;gap:1.25rem}.review-item{padding-bottom:1.25rem;border-bottom:1px solid var(--clr-border)}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.review-author{font-size:.95rem}.review-time{font-size:.8rem;color:var(--clr-text-muted)}.review-text{font-size:.925rem;color:var(--clr-text-muted);line-height:1.6}.top10-list{counter-reset:none;display:flex;flex-direction:column;gap:1.5rem}.top10-item{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius-lg);transition:box-shadow .2s}.top10-item:hover{box-shadow:var(--shadow-md)}.top10-rank{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;background:var(--clr-primary);color:#fff;border-radius:50%;font-size:1.25rem;font-weight:700;flex-shrink:0}.top10-content{flex:1}.top10-content h2{font-size:1.2rem;margin-bottom:.4rem}.top10-content h2 a{color:var(--clr-text)}.top10-content h2 a:hover{color:var(--clr-primary)}.top10-review{margin-top:.75rem;padding:.75rem 1rem;background:var(--clr-bg-alt);border-radius:var(--radius);border-left:3px solid var(--clr-primary)}.top10-review p{font-size:.9rem;color:var(--clr-text-muted);font-style:italic;margin-bottom:.35rem}.top10-review cite{font-size:.8rem;color:var(--clr-text-muted);font-style:normal}.top10-actions{margin-top:.75rem;display:flex;gap:.5rem}@media(max-width:600px){.top10-item{flex-direction:column;align-items:flex-start}.top10-rank{width:40px;height:40px;font-size:1rem}}.section-search{padding-bottom:1rem}.search-form{margin-bottom:1rem}.search-input-wrap{display:flex;background:#fff;border:2px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .15s}.search-input-wrap:focus-within{border-color:var(--clr-primary)}.search-input-wrap input{flex:1;padding:.875rem 1.25rem;border:none;outline:0;font-size:1rem}.search-input-wrap button{padding:.875rem 1.75rem;background:var(--clr-primary);color:#fff;border:none;font-weight:600;cursor:pointer;transition:background .15s}.search-input-wrap button:hover{background:var(--clr-primary-dark)}.search-results{min-height:0}.search-status{font-size:.9rem;color:var(--clr-text-muted);margin-top:.5rem}.search-result-item{display:block;padding:1rem 1.25rem;border-bottom:1px solid var(--clr-border);transition:background .1s;color:var(--clr-text)}.search-result-item:hover{background:var(--clr-bg-alt)}.search-result-item h3{font-size:1rem;margin-bottom:.25rem}.search-result-item:hover h3{color:var(--clr-primary)}.search-result-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--clr-text-muted)}.notice{padding:1.5rem;background:var(--clr-bg-alt);border:1px solid var(--clr-border);border-radius:var(--radius);text-align:center;color:var(--clr-text-muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid var(--clr-border);border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--clr-text-muted);transition:.15s}.pagination-link:hover{border-color:var(--clr-primary);color:var(--clr-primary);background:var(--clr-primary-light)}.pagination-current{background:var(--clr-primary);color:#fff;border-color:var(--clr-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;border:2px solid transparent;cursor:pointer;transition:.15s;text-decoration:none}.btn-primary{background:var(--clr-primary);color:#fff;border-color:var(--clr-primary)}.btn-primary:hover{background:var(--clr-primary-dark);border-color:var(--clr-primary-dark);color:#fff}.btn-outline{background:0 0;color:var(--clr-primary);border-color:var(--clr-primary)}.btn-outline:hover{background:var(--clr-primary);color:#fff}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-icon{font-size:1.1em}.site-footer{background:#1a1a2e;color:#e2e8f0;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-col h3{font-size:1.1rem;margin-bottom:.75rem;color:#fff}.footer-col h4{font-size:.95rem;margin-bottom:.75rem;color:#fff}.footer-col p{font-size:.875rem;color:#94a3b8;line-height:1.65}.footer-col ul li{margin-bottom:.4rem}.footer-col a{color:#94a3b8;font-size:.875rem;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:1.25rem;text-align:center}.footer-bottom p{font-size:.8rem;color:#64748b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}