@font-face {
  font-family: 'District Thin';
  src: url('/assets/fonts/distth___-webfont.woff') format('woff'), url('/assets/fonts/distth___-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 1.5;
}
body {
  background: #ffffff;
  color: #1a1a2e;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #1a73e8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'District Thin', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 1rem;
}
p {
  margin: 0 0 1rem;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
.wordmark {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.wordmark .wordmark-work {
  color: #1a73e8;
}
.wordmark .wordmark-free {
  color: #ffce09;
}
.btn-primary,
a.btn-primary {
  background: #1a73e8;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: background 0.15s ease;
}
.btn-primary:hover,
a.btn-primary:hover {
  background: #1557b0;
  text-decoration: none;
}
.btn-secondary,
a.btn-secondary {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  border-color: #1a73e8;
  color: #1a73e8;
  text-decoration: none;
}
.site-header {
  background: #0d1117;
  height: 64px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.site-header .header-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.5rem;
}
.site-header .header-inner .wordmark .wordmark-work {
  color: #ffffff;
}
.site-header .site-nav {
  flex: 1;
}
.site-header .site-nav ul {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.site-header .site-nav ul li a {
  color: rgba(255,255,255,0.8);
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-header .site-nav ul li a:hover {
  color: #ffffff;
}
.site-header .account-nav ul {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.site-header .account-nav .nav-login {
  color: rgba(255,255,255,0.8);
  font-size: 0.9375rem;
  text-decoration: none;
}
.site-header .account-nav .nav-login:hover {
  color: #ffffff;
}
.site-header .account-nav .nav-register {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.site-header .account-menu {
  position: relative;
}
.site-header .account-menu .account-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  transition: border-color 0.15s ease;
  white-space: nowrap;
}
.site-header .account-menu .account-toggle:hover {
  border-color: rgba(255,255,255,0.5);
}
.site-header .account-menu .account-avatar {
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
}
.site-header .account-menu .account-dropdown {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  display: none;
  min-width: 180px;
  position: absolute;
  right: 0;
  top: calc(100.25%);
  z-index: 200;
}
.site-header .account-menu .account-dropdown li a,
.site-header .account-menu .account-dropdown li button {
  color: #1a1a2e;
  display: block;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: 100%;
}
.site-header .account-menu .account-dropdown li a:hover,
.site-header .account-menu .account-dropdown li button:hover {
  background: #f5f7fa;
}
.site-header .account-menu .account-dropdown li .logout-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  text-align: left;
}
.site-header .account-menu .account-dropdown .account-dropdown-divider {
  border-top: 1px solid #e5e7eb;
  margin: 0.25rem 0;
}
.site-header .account-menu .account-dropdown.active {
  display: block;
}
.site-header .mobile-menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}
.site-header .mobile-menu-toggle span {
  background: #ffffff;
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 22px;
}
main#main-content {
  padding-top: 64px;
  min-height: calc(36vh);
}
.mobile-nav {
  background: #0d1117;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: none;
  padding: 1rem 1.5rem 1.5rem;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-nav ul li a,
.mobile-nav ul li button {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  text-decoration: none;
}
.mobile-nav ul li .mobile-nav-divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0.5rem 0;
}
.mobile-nav.active {
  display: block;
}
.site-footer {
  background: #0d1117;
  color: rgba(255,255,255,0.7);
  margin-top: 4rem;
}
.site-footer .footer-inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 2fr;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem 1.5rem;
}
.site-footer .footer-brand .wordmark .wordmark-work {
  color: #ffffff;
}
.site-footer .footer-brand .footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
}
.site-footer .footer-nav {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4,1fr);
}
.site-footer .footer-nav .footer-nav-col h4 {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.site-footer .footer-nav .footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.site-footer .footer-nav .footer-nav-col ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-footer .footer-nav .footer-nav-col ul li a:hover {
  color: #ffffff;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 1.5rem;
}
.site-footer .footer-bottom .footer-legal {
  color: rgba(255,255,255,0.4);
  font-size: 0.8125rem;
  margin: 0;
}
.page-error .error-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 60vh;
  padding: 4rem 1.5rem;
  text-align: center;
}
.page-error .error-page .error-inner {
  max-width: 480px;
}
.page-error .error-page .error-inner h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.page-error .error-page .error-inner p {
  color: #6b7280;
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}
.page-home .hero {
  background: #0d1117;
  padding: 4rem 1.5rem;
  text-align: center;
}
.page-home .hero .hero-inner {
  margin: 0 auto;
  max-width: 720px;
}
.page-home .hero .hero-headline {
  color: #ffffff;
  font-size: clamp(2.5rem,6vw,4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.page-home .hero .hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.125rem;
  margin-bottom: 3rem;
}
.page-home .hero .hero-search .search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 560px;
  margin: 0 auto;
}
.page-home .hero .hero-search .search-form .search-input {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: #ffffff;
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.15s ease;
}
.page-home .hero .hero-search .search-form .search-input::placeholder {
  color: rgba(255,255,255,0.4);
}
.page-home .hero .hero-search .search-form .search-input:focus {
  border-color: #ffce09;
  outline: none;
}
.page-home .hero .hero-search .search-form .search-btn {
  background: #1a73e8;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  transition: background 0.15s ease;
  white-space: nowrap;
}
.page-home .hero .hero-search .search-form .search-btn:hover {
  background: #1557b0;
}
.page-auth .auth-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(36vh);
  padding: 3rem 1.5rem;
}
.page-auth .auth-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 3rem;
  width: 100%;
  max-width: 440px;
}
.page-auth .auth-header {
  margin-bottom: 2rem;
  text-align: center;
}
.page-auth .auth-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 72px;
}
.page-auth .auth-icon.auth-icon-email {
  background: rgba(26,115,232,0.1);
  color: #1a73e8;
}
.page-auth .auth-icon.auth-icon-success {
  background: rgba(16,185,129,0.1);
  color: #10b981;
}
.page-auth .auth-icon.auth-icon-error {
  background: rgba(239,68,68,0.1);
  color: #ef4444;
}
.page-auth .auth-title {
  font-family: 'District Thin', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.25rem;
}
.page-auth .auth-subtitle {
  color: #6b7280;
  font-size: 0.9375rem;
  margin: 0;
}
.page-auth .auth-form {
  margin-top: 1.5rem;
}
.page-auth .auth-switch {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 1.5rem 0 0;
  text-align: center;
}
.page-auth .auth-terms {
  color: #6b7280;
  font-size: 0.8125rem;
  margin-top: 1rem;
  text-align: center;
}
.page-auth .auth-signout-btn {
  background: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  text-decoration: underline;
}
.page-auth .auth-signout-btn:hover {
  color: #1a1a2e;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.form-field label {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 500;
  justify-content: space-between;
}
.form-field label .label-link {
  font-size: 0.8125rem;
  font-weight: 400;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field input[type="number"],
.form-field textarea,
.form-field select {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field input[type="password"]:focus,
.form-field input[type="tel"]:focus,
.form-field input[type="url"]:focus,
.form-field input[type="number"]:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26,115,232,0.15);
  outline: none;
}
.form-field input[type="text"]::placeholder,
.form-field input[type="email"]::placeholder,
.form-field input[type="password"]::placeholder,
.form-field input[type="tel"]::placeholder,
.form-field input[type="url"]::placeholder,
.form-field input[type="number"]::placeholder,
.form-field textarea::placeholder,
.form-field select::placeholder {
  color: #6b7280;
}
.form-field textarea {
  min-height: 120px;
  resize: vertical;
}
.form-field .form-hint {
  color: #6b7280;
  font-size: 0.8125rem;
}
.form-field .password-strength {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.form-field .password-strength.strength-weak {
  color: #ef4444;
}
.form-field .password-strength.strength-fair {
  color: #f59e0b;
}
.form-field .password-strength.strength-strong {
  color: #10b981;
}
.form-field-check label {
  justify-content: flex-start;
}
.form-field-check .checkbox-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  gap: 0.5rem;
}
.form-field-check .checkbox-label input[type="checkbox"] {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.sso-divider {
  align-items: center;
  color: #9ca3af;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.5rem;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sso-divider::before,
.sso-divider::after {
  background: #e5e7eb;
  content: '';
  flex: 1;
  height: 1px;
}
.sso-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sso-btn {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.sso-btn .sso-icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.sso-btn:hover {
  background: #f5f7fa;
  border-color: #9ca3af;
}
.sso-btn.sso-btn-apple {
  background: #000;
  border-color: #000;
  color: #fff;
}
.sso-btn.sso-btn-apple:hover {
  background: #222;
  border-color: #222;
}
.btn-full {
  width: 100%;
}
.alert {
  border-radius: 6px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.alert.alert-error {
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.3);
  color: #b91c1c;
}
.alert.alert-success {
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.3);
  color: #065f46;
}
.alert.alert-info {
  background: rgba(26,115,232,0.08);
  border: 1px solid rgba(26,115,232,0.3);
  color: #1e40af;
}
.section-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.5rem;
}
.section-title {
  font-family: 'District Thin', sans-serif;
  font-size: clamp(1.75rem,3vw,2.5rem);
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
}
.section-subtitle {
  color: #6b7280;
  font-size: 1.0625rem;
  margin: 0 0 3rem;
  text-align: center;
}
.section-header-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.section-header-row .section-title {
  margin-bottom: 0;
  text-align: left;
}
.section-header-row .section-link {
  color: #6b7280;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.empty-state {
  color: #6b7280;
  padding: 4rem 1.5rem;
  text-align: center;
}
.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.required-mark {
  color: #ef4444;
}
.optional-mark {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 400;
}
.overall-score {
  border-radius: 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 0.5rem;
  min-width: 52px;
}
.overall-score .overall-value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.overall-score .overall-label {
  font-size: 0.6875rem;
  opacity: 0.8;
}
.overall-score.rating-high {
  background: rgba(16,185,129,0.12);
  color: #065f46;
}
.overall-score.rating-mid {
  background: rgba(245,158,11,0.12);
  color: #92400e;
}
.overall-score.rating-low {
  background: rgba(239,68,68,0.12);
  color: #991b1b;
}
.overall-score.rating-none {
  background: #f5f7fa;
  color: #6b7280;
}
.venue-type-badge {
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
}
.venue-type-badge.venue-type-badge-light {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.9);
}
.claimed-badge {
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 100px;
  color: #065f46;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
}
.rating-count {
  color: #6b7280;
  font-size: 0.8125rem;
}
.rating-count.rating-count-none {
  font-style: italic;
}
.venue-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}
.venue-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #1a1a2e;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.venue-card:hover {
  border-color: #1a73e8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-decoration: none;
}
.venue-card .venue-card-header {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  min-height: 24px;
}
.venue-card .venue-card-body {
  flex: 1;
}
.venue-card .venue-card-body .venue-name {
  font-family: 'District Thin', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.venue-card .venue-card-body .venue-address {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.venue-card .venue-card-footer {
  align-items: center;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.page-home .hero {
  background: #0d1117;
  padding: 4rem 1.5rem calc(28rem);
  text-align: center;
}
.page-home .hero .hero-inner {
  margin: 0 auto;
  max-width: 720px;
}
.page-home .hero .hero-headline {
  color: #ffffff;
  font-size: clamp(2.5rem,6vw,4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.page-home .hero .hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.page-home .search-tabs {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.page-home .search-tabs .search-tab {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  gap: 0.5rem;
  padding: 0.25rem 1.5rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.page-home .search-tabs .search-tab:first-child {
  border-radius: 6px 0 0 6px;
}
.page-home .search-tabs .search-tab:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.page-home .search-tabs .search-tab.active {
  background: rgba(255,255,255,0.1);
  color: #ffffff;
}
.page-home .search-tabs .search-tab:hover:not(.active) {
  color: rgba(255,255,255,0.9);
}
.page-home .search-tabs .ai-badge {
  background: #ffce09;
  border-radius: 100px;
  color: #111;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 1px 6px;
}
.page-home .search-tab-panel.hidden {
  display: none;
}
.page-home .hero-search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-home .hero-search-form.hero-search-form-ai {
  flex-direction: column;
}
.page-home .hero-search-form .hero-search-input {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: #ffffff;
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.15s ease;
}
.page-home .hero-search-form .hero-search-input::placeholder {
  color: rgba(255,255,255,0.4);
}
.page-home .hero-search-form .hero-search-input:focus {
  border-color: #ffce09;
  outline: none;
}
.page-home .hero-search-form .hero-ai-input {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  resize: vertical;
  transition: border-color 0.15s ease;
  width: 100%;
}
.page-home .hero-search-form .hero-ai-input::placeholder {
  color: rgba(255,255,255,0.4);
}
.page-home .hero-search-form .hero-ai-input:focus {
  border-color: #ffce09;
  outline: none;
}
.page-home .ai-note {
  color: rgba(255,255,255,0.5);
  font-size: 0.8125rem;
  margin: 0.5rem 0 0;
}
.page-home .how-it-works {
  padding: 4rem 0;
}
.page-home .how-it-works .steps-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3,1fr);
  margin-top: 3rem;
}
.page-home .how-it-works .step {
  display: flex;
  gap: 1rem;
}
.page-home .how-it-works .step .step-number {
  background: #1a73e8;
  border-radius: 50%;
  color: #ffffff;
  flex-shrink: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9375rem;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.page-home .how-it-works .step .step-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-home .how-it-works .step .step-content p {
  color: #6b7280;
  font-size: 0.9375rem;
  margin: 0;
}
.page-home .what-we-rate {
  background: #f5f7fa;
  padding: 4rem 0;
}
.page-home .what-we-rate .attributes-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
  margin-top: 3rem;
}
.page-home .what-we-rate .attribute-tile {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}
.page-home .what-we-rate .attribute-tile .attribute-icon {
  color: #1a73e8;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.page-home .what-we-rate .attribute-tile .attribute-name {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
.page-home .what-we-rate .attribute-tile .attribute-desc {
  color: #6b7280;
  font-size: 0.8125rem;
}
.page-home .featured-venues {
  padding: 4rem 0;
}
.page-home .biz-cta {
  background: #0d1117;
  padding: 4rem 0;
}
.page-home .biz-cta .biz-cta-inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.page-home .biz-cta .biz-cta-text h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.page-home .biz-cta .biz-cta-text p {
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.page-home .biz-cta .biz-cta-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}
.page-search .search-bar-strip {
  background: #f5f7fa;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 0;
}
.page-search .search-bar-strip .search-bar-form {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.page-search .search-bar-strip .search-mode-toggle {
  display: flex;
  flex-shrink: 0;
}
.page-search .search-bar-strip .search-mode-toggle .search-mode-btn {
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.page-search .search-bar-strip .search-mode-toggle .search-mode-btn:first-child {
  border-radius: 6px 0 0 6px;
}
.page-search .search-bar-strip .search-mode-toggle .search-mode-btn:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.page-search .search-bar-strip .search-mode-toggle .search-mode-btn.active {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}
.page-search .search-bar-strip .search-bar-input {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.15s ease;
}
.page-search .search-bar-strip .search-bar-input:focus {
  border-color: #1a73e8;
  outline: none;
}
.page-search .search-bar-strip .search-submit-btn {
  flex-shrink: 0;
}
.page-search .search-body {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 1fr;
  min-height: calc(-40vh);
}
.page-search .search-filters {
  border-right: 1px solid #e5e7eb;
  padding: 2rem 1.5rem;
}
.page-search .search-filters .filters-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.page-search .search-filters .filter-group {
  margin-bottom: 1rem;
}
.page-search .search-filters .filter-group .filter-label {
  color: #1a1a2e;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.page-search .search-filters .filter-group .filter-select {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.page-search .search-filters .filter-group .filter-select:focus {
  border-color: #1a73e8;
  outline: none;
}
.page-search .search-filters .clear-filters-link {
  color: #6b7280;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}
.page-search .search-results {
  padding: 1.5rem;
}
.page-search .search-results .results-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.page-search .search-results .results-header .results-count {
  color: #6b7280;
  font-size: 0.9375rem;
}
.page-search .search-results .results-header .map-toggle-btn {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  transition: border-color 0.15s ease;
}
.page-search .search-results .results-header .map-toggle-btn:hover {
  border-color: #1a73e8;
  color: #1a73e8;
}
.page-search .search-results .results-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-search .search-results .search-prompt,
.page-search .search-results .ai-unavailable {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50vh;
  text-align: center;
}
.page-search .search-results .search-prompt h2,
.page-search .search-results .ai-unavailable h2 {
  font-family: 'District Thin', sans-serif;
  margin-bottom: 0.5rem;
}
.page-search .search-results .search-prompt p,
.page-search .search-results .ai-unavailable p {
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.page-search .result-card {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #1a1a2e;
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-search .result-card:hover {
  border-color: #1a73e8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  text-decoration: none;
}
.page-search .result-card.highlighted {
  border-color: #ffce09;
}
.page-search .result-card .result-card-photo {
  flex-shrink: 0;
  overflow: hidden;
  width: 200px;
}
.page-search .result-card .result-card-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-search .result-card .result-card-body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.page-search .result-card .result-card-main {
  flex: 1;
}
.page-search .result-card .result-card-main .result-meta {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.page-search .result-card .result-card-main .result-name {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-search .result-card .result-card-main .result-address {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.page-search .result-card .result-card-main .result-review-teaser {
  color: #6b7280;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 0.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-search .result-card .result-card-main .result-flag-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.page-search .result-card .result-card-score {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  text-align: center;
  width: 72px;
}
.page-search .result-card .result-card-score .no-ratings-label {
  color: #6b7280;
  font-size: 0.75rem;
  font-style: italic;
}
.page-search .map-panel {
  background: #f5f7fa;
  display: none;
  grid-column: 3;
  position: sticky;
  top: 64px;
  height: calc(36vh);
  overflow: hidden;
}
.page-search .map-panel.visible {
  display: block;
}
.page-search .map-panel .map-canvas {
  height: 100%;
  width: 100%;
}
.page-search .map-panel .map-unavailable {
  align-items: center;
  color: #6b7280;
  display: flex;
  height: 100%;
  justify-content: center;
}
.page-venue-detail .venue-hero {
  background: #0d1117;
  min-height: 220px;
  position: relative;
}
.page-venue-detail .venue-hero.venue-hero-photo {
  background-position: center;
  background-size: cover;
  min-height: 300px;
}
.page-venue-detail .venue-hero .venue-hero-overlay {
  background: linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.7));
  min-height: inherit;
  padding: 3rem 0;
}
.page-venue-detail .venue-hero .venue-hero-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-venue-detail .venue-hero .venue-hero-name {
  color: #ffffff;
  font-size: clamp(1.75rem,4vw,3rem);
  margin-bottom: 0.5rem;
}
.page-venue-detail .venue-hero .venue-hero-address {
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.page-venue-detail .venue-hero .venue-price-badge {
  color: #ffce09;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.875rem;
}
.page-venue-detail .venue-body {
  padding: 3rem 0;
}
.page-venue-detail .venue-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 300px;
}
.page-venue-detail .venue-section {
  margin-bottom: 3rem;
}
.page-venue-detail .venue-section:last-child {
  margin-bottom: 0;
}
.page-venue-detail .venue-section-header {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.page-venue-detail .venue-section-header h2 {
  font-family: 'District Thin', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
.page-venue-detail .venue-section-header .section-count {
  color: #6b7280;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.page-venue-detail .ratings-overview {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
}
.page-venue-detail .overall-score-large {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 1.5rem 2rem;
  text-align: center;
}
.page-venue-detail .overall-score-large .overall-value-large {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.page-venue-detail .overall-score-large .overall-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 4px 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-venue-detail .overall-score-large .overall-count {
  font-size: 0.8125rem;
  opacity: 0.75;
}
.page-venue-detail .overall-score-large.rating-high {
  background: rgba(16,185,129,0.12);
  color: #065f46;
}
.page-venue-detail .overall-score-large.rating-mid {
  background: rgba(245,158,11,0.12);
  color: #92400e;
}
.page-venue-detail .overall-score-large.rating-low {
  background: rgba(239,68,68,0.12);
  color: #991b1b;
}
.page-venue-detail .attribute-bars {
  flex: 1;
}
.page-venue-detail .attribute-bars .attribute-bar-row {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 20px 120px 1fr 40px;
  margin-bottom: 0.5rem;
}
.page-venue-detail .attribute-bars .attribute-bar-row:last-child {
  margin-bottom: 0;
}
.page-venue-detail .attribute-bars .attribute-bar-icon {
  color: #6b7280;
  flex-shrink: 0;
}
.page-venue-detail .attribute-bars .attribute-bar-label {
  color: #1a1a2e;
  font-size: 0.9rem;
}
.page-venue-detail .attribute-bars .attribute-bar-track {
  background: #f5f7fa;
  border-radius: 100px;
  height: 8px;
  overflow: hidden;
}
.page-venue-detail .attribute-bars .attribute-bar-fill {
  border-radius: 100px;
  height: 100%;
  transition: width 0.3s ease;
}
.page-venue-detail .attribute-bars .attribute-bar-fill.rating-high {
  background: #10b981;
}
.page-venue-detail .attribute-bars .attribute-bar-fill.rating-mid {
  background: #f59e0b;
}
.page-venue-detail .attribute-bars .attribute-bar-fill.rating-low {
  background: #ef4444;
}
.page-venue-detail .attribute-bars .attribute-bar-value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: right;
}
.page-venue-detail .attribute-bars .attribute-bar-value.rating-high {
  color: #0c8a60;
}
.page-venue-detail .attribute-bars .attribute-bar-value.rating-mid {
  color: #ac6f07;
}
.page-venue-detail .attribute-bars .attribute-bar-value.rating-low {
  color: #eb1515;
}
.page-venue-detail .ratings-empty {
  color: #6b7280;
  font-size: 0.9375rem;
  padding: 2rem 0;
}
.page-venue-detail .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-venue-detail .review-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}
.page-venue-detail .review-card .review-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.page-venue-detail .review-card .review-author {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.page-venue-detail .review-card .review-avatar {
  border-radius: 50%;
  object-fit: cover;
}
.page-venue-detail .review-card .review-avatar-placeholder {
  align-items: center;
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #6b7280;
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.page-venue-detail .review-card .review-name {
  font-size: 0.9375rem;
  font-weight: 500;
}
.page-venue-detail .review-card .review-date {
  color: #6b7280;
  font-size: 0.8125rem;
}
.page-venue-detail .review-card .helpful-count {
  color: #6b7280;
  font-size: 0.8125rem;
}
.page-venue-detail .review-card .helpful-btn {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  color: #6b7280;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  padding: 2px 0.5rem;
  transition: border-color 0.15s, color 0.15s;
}
.page-venue-detail .review-card .helpful-btn:hover {
  border-color: #1a73e8;
  color: #1a73e8;
}
.page-venue-detail .review-card .helpful-btn.active {
  border-color: #10b981;
  color: #10b981;
}
.page-venue-detail .review-card .review-body {
  color: #1a1a2e;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.page-venue-detail .owner-response {
  background: #f5f7fa;
  border-left: 3px solid #1a73e8;
  border-radius: 0 6px 6px 0;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}
.page-venue-detail .owner-response .owner-response-header {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.page-venue-detail .owner-response .owner-response-label {
  color: #1a73e8;
  font-size: 0.8125rem;
  font-weight: 600;
}
.page-venue-detail .owner-response .owner-response-body {
  color: #1a1a2e;
  font-size: 0.9375rem;
}
.page-venue-detail .reviews-empty {
  color: #6b7280;
  padding: 2rem 0;
}
.page-venue-detail .pagination {
  display: flex;
  gap: 0.25rem;
  margin-top: 1.5rem;
}
.page-venue-detail .pagination .page-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.page-venue-detail .pagination .page-btn.active {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #ffffff;
}
.page-venue-detail .pagination .page-btn:hover:not(.active) {
  border-color: #1a73e8;
}
.page-venue-detail .venue-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-venue-detail .venue-info-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}
.page-venue-detail .venue-info-panel .venue-info-row {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
.page-venue-detail .venue-info-panel .venue-info-row:last-child {
  margin-bottom: 0;
}
.page-venue-detail .venue-info-panel .venue-info-icon {
  color: #6b7280;
  flex-shrink: 0;
  margin-top: 1px;
}
.page-venue-detail .venue-info-panel .venue-info-value {
  word-break: break-word;
}
.page-venue-detail .venue-info-panel .venue-hours-list {
  flex: 1;
}
.page-venue-detail .venue-info-panel .venue-hours-row {
  font-size: 0.875rem;
  line-height: 1.6;
}
.page-venue-detail .venue-map-panel {
  border-radius: 8px;
  overflow: hidden;
}
.page-venue-detail .venue-map-panel .venue-map-canvas {
  height: 220px;
  width: 100%;
}
.page-venue-detail .venue-inline-form-feedback:empty {
  display: none;
}
.page-venue-detail .venue-inline-form-feedback {
  margin-bottom: 1rem;
}
.page-venue-detail .venue-claim-cta {
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}
.page-venue-detail .venue-claim-cta h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-venue-detail .venue-claim-cta p {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.page-venue-detail .photo-attribution {
  color: #6b7280;
  font-size: 0.75rem;
}
.page-venue-detail .photo-attribution p {
  margin: 0;
}
.page-about .content-hero {
  background: #f5f7fa;
  border-bottom: 1px solid #e5e7eb;
  padding: 4rem 0;
  text-align: center;
}
.page-about .content-hero .content-hero-title {
  font-size: clamp(2rem,4vw,3rem);
  margin-bottom: 0.5rem;
}
.page-about .content-hero .content-hero-sub {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
}
.page-about .content-body {
  max-width: 720px;
  padding: 4rem 1.5rem;
}
.page-about .content-section {
  margin-bottom: 3rem;
}
.page-about .content-section h2 {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.page-about .content-section p {
  font-size: 1.0625rem;
  line-height: 1.7;
}
.page-about .content-section .content-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.page-about .content-section .content-list li {
  border-bottom: 1px solid #e5e7eb;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.5rem 0;
}
.page-about .content-section .content-list li:first-child {
  border-top: 1px solid #e5e7eb;
}
.page-about .content-section .content-list li strong {
  color: #1a1a2e;
}
.page-for-businesses .biz-hero {
  background: #0d1117;
  padding: 4rem 0;
}
.page-for-businesses .biz-hero .biz-hero-inner {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
}
.page-for-businesses .biz-hero .biz-hero-text h1 {
  color: #ffffff;
  font-size: clamp(2rem,4vw,3rem);
  margin-bottom: 1rem;
}
.page-for-businesses .biz-hero .biz-hero-text p {
  color: rgba(255,255,255,0.7);
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}
.page-for-businesses .biz-hero .biz-mockup-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 2rem;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-name {
  color: #ffffff;
  font-weight: 600;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-badge {
  background: rgba(16,185,129,0.2);
  border-radius: 100px;
  color: #6ee7b7;
  font-size: 0.75rem;
  padding: 2px 10px;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-score {
  color: #10b981;
  font-family: 'JetBrains Mono', monospace;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-bars {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-for-businesses .biz-hero .biz-mockup-card .biz-mockup-bar {
  background: rgba(255,255,255,0.15);
  border-radius: 100px;
  height: 8px;
}
.page-for-businesses .biz-features {
  padding: 4rem 0;
}
.page-for-businesses .biz-features .features-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2,1fr);
  margin-top: 3rem;
}
.page-for-businesses .biz-features .feature-item {
  display: flex;
  gap: 1.5rem;
}
.page-for-businesses .biz-features .feature-item .feature-icon {
  color: #1a73e8;
  flex-shrink: 0;
}
.page-for-businesses .biz-features .feature-item .feature-text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-for-businesses .biz-features .feature-item .feature-text p {
  color: #6b7280;
  font-size: 0.9375rem;
  margin: 0;
}
.page-for-businesses .claim-steps-section {
  background: #f5f7fa;
  padding: 4rem 0;
}
.page-for-businesses .claim-steps-section .claim-steps {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4,1fr);
  margin: 3rem 0;
}
.page-for-businesses .claim-steps-section .claim-step {
  text-align: center;
}
.page-for-businesses .claim-steps-section .claim-step .step-number {
  background: #1a73e8;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 1rem;
  width: 40px;
}
.page-for-businesses .claim-steps-section .claim-step .step-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-for-businesses .claim-steps-section .claim-step .step-content p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.page-for-businesses .claim-steps-section .claim-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.page-for-businesses .biz-coming-soon {
  padding: 3rem 0;
}
.page-for-businesses .biz-coming-soon .coming-soon-inner {
  border: 1px dashed #e5e7eb;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}
.page-for-businesses .biz-coming-soon .coming-soon-inner h2 {
  font-family: 'District Thin', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.page-for-businesses .biz-coming-soon .coming-soon-inner p {
  color: #6b7280;
  margin: 0;
}
.auth-card-wide {
  max-width: 580px;
}
.page-account .account-layout {
  display: grid;
  grid-template-columns: 1fr;
}
.page-account .account-layout .section-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-account .account-sidebar {
  position: sticky;
  top: 80px;
}
.page-account .account-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.page-account .account-nav .account-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #6b7280;
  font-size: 0.9rem;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.page-account .account-nav .account-nav-link:hover {
  background: #ffffff;
  color: #1a1a2e;
}
.page-account .account-nav .account-nav-link.active {
  background: #ffffff;
  color: #1a1a2e;
  font-weight: 500;
}
.page-account .account-main {
  min-width: 0;
}
.page-account .account-page-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.page-account .account-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.page-account .account-stats .account-stat {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}
.page-account .account-stats .account-stat-value {
  font-family: 'District Thin', sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
.page-account .account-stats .account-stat-label {
  color: #6b7280;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.page-account .account-section {
  margin-bottom: 3rem;
}
.page-account .account-section.account-section-danger {
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 1.5rem;
}
.page-account .account-section-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.page-account .account-section-desc {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.page-account .account-section-more {
  font-size: 0.85rem;
  color: #6b7280;
  text-decoration: none;
}
.page-account .account-section-more:hover {
  color: #1a1a2e;
}
.page-account .account-total-count {
  font-size: 0.9rem;
  color: #6b7280;
}
.page-account .account-venue-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-account .account-venue-list .account-venue-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-account .account-venue-list .account-venue-item:last-child {
  border-bottom: none;
}
.page-account .account-venue-list .account-venue-name {
  font-size: 0.95rem;
}
.page-account .account-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-account .account-activity-list .account-activity-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-account .account-activity-list .account-activity-item:last-child {
  border-bottom: none;
}
.page-account .account-activity-list .activity-venue {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.page-account .account-activity-list .activity-venue a {
  text-decoration: none;
  color: #1a1a2e;
}
.page-account .account-activity-list .activity-venue a:hover {
  color: #1a73e8;
}
.page-account .account-activity-list .activity-body {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.page-account .account-activity-list .activity-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-account .account-activity-list .activity-score {
  font-size: 0.85rem;
}
.page-account .account-activity-list .activity-date {
  font-size: 0.8rem;
  color: #9ca3af;
}
.page-account .account-rating-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-account .account-rating-list .account-rating-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-account .account-rating-list .account-rating-item:last-child {
  border-bottom: none;
}
.page-account .account-rating-list .account-rating-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.page-account .account-rating-list .account-rating-header a {
  font-weight: 500;
  text-decoration: none;
  color: #1a1a2e;
}
.page-account .account-rating-list .account-rating-header a:hover {
  color: #1a73e8;
}
.page-account .account-rating-list .account-rating-attrs {
  list-style: none;
  margin: 0.25rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
.page-account .account-rating-list .account-rating-attrs li {
  font-size: 0.85rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-account .account-rating-list .account-rating-attrs .attr-label {
  color: #6b7280;
}
.page-account .account-rating-list .account-rating-attrs .attr-value {
  font-weight: 500;
}
.page-account .account-rating-list .account-rating-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.page-account .account-rating-list .account-rating-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-account .account-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-account .account-review-list .account-review-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-account .account-review-list .account-review-item:last-child {
  border-bottom: none;
}
.page-account .account-review-list .account-review-venue {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.page-account .account-review-list .account-review-venue a {
  text-decoration: none;
  color: #1a1a2e;
}
.page-account .account-review-list .account-review-venue a:hover {
  color: #1a73e8;
}
.page-account .account-review-list .account-review-body {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.page-account .account-review-list .account-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-account .account-review-list .account-review-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
}
.page-account .account-review-list .account-review-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-account .inline-form {
  display: inline;
  margin: 0;
  padding: 0;
}
.page-account .btn-danger {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #dc2626;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}
.page-account .btn-danger:hover {
  background: #b91c1c;
}
.page-account .btn-danger-outline {
  display: inline-block;
  padding: 4px 0.5rem;
  background: transparent;
  color: #dc2626;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.page-account .btn-danger-outline:hover {
  background: #fef2f2;
}
.page-account .form-hint {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .page-account .section-inner {
    grid-template-columns: 1fr !important;
  }
  .page-account .account-sidebar {
    position: static;
  }
  .page-account .account-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-account .account-stats {
    grid-template-columns: repeat(3,1fr);
  }
}
.page-admin .admin-layout .section-inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 3rem;
  align-items: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-admin .admin-sidebar {
  position: sticky;
  top: 80px;
}
.page-admin .admin-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.page-admin .admin-nav .admin-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #6b7280;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.page-admin .admin-nav .admin-nav-link:hover {
  background: #ffffff;
  color: #1a1a2e;
}
.page-admin .admin-nav .admin-nav-link.active {
  background: #ffffff;
  color: #1a1a2e;
  font-weight: 500;
}
.page-admin .admin-main {
  min-width: 0;
}
.page-admin .admin-page-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 2rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.page-admin .admin-total-count {
  font-size: 1rem;
  font-weight: normal;
  color: #6b7280;
}
.page-admin .admin-section {
  margin-bottom: 3rem;
}
.page-admin .admin-section-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.page-admin .admin-section-more {
  font-size: 0.85rem;
  color: #6b7280;
  text-decoration: none;
}
.page-admin .admin-section-more:hover {
  color: #1a73e8;
}
.page-admin .admin-stats {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.page-admin .admin-stats .admin-stat {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.page-admin .admin-stats .admin-stat.admin-stat-alert {
  border-color: #fca5a5;
  background: #fef2f2;
}
.page-admin .admin-stats .admin-stat-value {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1;
}
.page-admin .admin-stats .admin-stat-label {
  color: #6b7280;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.page-admin .admin-stats .admin-stat-action {
  display: block;
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
  text-decoration: none;
}
.page-admin .admin-stats .admin-stat-action:hover {
  text-decoration: underline;
}
.page-admin .admin-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  vertical-align: middle;
  margin-left: 4px;
}
.page-admin .admin-badge.admin-badge-warn {
  background: #fef3c7;
  border-color: #fcd34d;
  color: #92400e;
}
.page-admin .admin-badge.admin-badge-danger {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #dc2626;
}
.page-admin .admin-status-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}
.page-admin .admin-status-badge.admin-status-pending {
  background: #fef3c7;
  color: #92400e;
}
.page-admin .admin-status-badge.admin-status-approved {
  background: #dcfce7;
  color: #166534;
}
.page-admin .admin-status-badge.admin-status-denied {
  background: #fef2f2;
  color: #dc2626;
}
.page-admin .admin-status-badge.admin-status-none {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}
.page-admin .admin-status-tabs {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-admin .admin-status-tabs .admin-status-tab {
  padding: 0.25rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #6b7280;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.page-admin .admin-status-tabs .admin-status-tab:hover,
.page-admin .admin-status-tabs .admin-status-tab.active {
  background: #ffffff;
  color: #1a1a2e;
}
.page-admin .admin-status-tabs .admin-status-tab.active {
  font-weight: 500;
}
.page-admin .admin-search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-admin .admin-search-form .admin-search-input {
  flex: 1;
  max-width: 320px;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9rem;
}
.page-admin .admin-search-form .admin-search-input:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26,115,232,0.15);
}
.page-admin .admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.page-admin .admin-table th,
.page-admin .admin-table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.page-admin .admin-table th {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #ffffff;
}
.page-admin .admin-table tr.admin-row-inactive td {
  opacity: 0.5;
}
.page-admin .admin-table a {
  color: #1a1a2e;
  text-decoration: none;
}
.page-admin .admin-table a:hover {
  color: #1a73e8;
}
.page-admin .admin-inline-edit {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-admin .admin-select-sm {
  padding: 3px 6px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 0.8rem;
  background: #fff;
}
.page-admin .admin-checkbox-label {
  align-items: center;
  display: flex;
  font-size: 0.85rem;
  gap: 0.25rem;
}
.page-admin .admin-claim-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-admin .admin-claim-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.page-admin .admin-claim-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.page-admin .admin-claim-details {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.25rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.page-admin .admin-claim-details dt {
  color: #6b7280;
  font-weight: 500;
}
.page-admin .admin-claim-details dd {
  margin: 0;
}
.page-admin .admin-claim-notes {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.page-admin .admin-claim-notes p {
  margin: 0.25rem 0 0;
  color: #6b7280;
  white-space: pre-wrap;
}
.page-admin .admin-claim-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.page-admin .admin-deny-form {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-admin .admin-deny-reason {
  padding: 0.25rem 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 0.85rem;
  width: 200px;
}
.page-admin .admin-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-admin .admin-review-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-admin .admin-review-item:last-child {
  border-bottom: none;
}
.page-admin .admin-review-meta {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.page-admin .admin-review-meta a {
  color: #1a1a2e;
  text-decoration: none;
}
.page-admin .admin-review-meta a:hover {
  color: #1a73e8;
}
.page-admin .admin-meta-email {
  color: #9ca3af;
}
.page-admin .admin-review-body {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.page-admin .admin-owner-response {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.5rem;
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.page-admin .admin-review-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  .page-admin .section-inner {
    grid-template-columns: 1fr !important;
  }
  .page-admin .admin-sidebar {
    position: static;
  }
  .page-admin .admin-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-admin .admin-stats {
    grid-template-columns: repeat(3,1fr);
  }
}
.rate-form .rate-intro {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.rate-form .rate-attribute {
  margin-bottom: 1.5rem;
}
.rate-form .rate-attribute > label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.rate-form .rate-attribute .rate-attr-desc {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  color: #6b7280;
  margin-top: 2px;
}
.rate-form .rate-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.rate-form .rate-stars input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.rate-form .rate-stars .rate-star-label {
  color: #e5e7eb;
  cursor: pointer;
  transition: color 0.1s;
}
.rate-form .rate-stars .rate-star-label.selected,
.rate-form .rate-stars .rate-star-label.hovered {
  color: #f59e0b;
}
.rate-form .rate-stars .rate-clear-btn {
  background: none;
  border: none;
  font-size: 0.75rem;
  color: #9ca3af;
  cursor: pointer;
  padding: 0 0.25rem;
  margin-left: 0.25rem;
  text-decoration: underline;
}
.rate-form .rate-stars .rate-clear-btn:hover {
  color: #6b7280;
}
.page-manage .manage-layout .section-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 860px;
}
.page-manage .manage-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.page-manage .manage-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.page-manage .manage-address {
  color: #6b7280;
  margin: 0;
}
.page-manage .manage-section {
  margin-bottom: 3rem;
}
.page-manage .manage-section-title {
  font-family: 'District Thin', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.page-manage .manage-section-desc {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.page-manage .manage-scores {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
.page-manage .manage-overall {
  text-align: center;
  flex-shrink: 0;
}
.page-manage .manage-overall .overall-score-large {
  font-size: 3rem;
  margin-bottom: 0.25rem;
}
.page-manage .manage-overall .manage-overall-label {
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-manage .manage-overall .rating-count {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
.page-manage .manage-attr-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}
.page-manage .manage-attr-row {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  grid-template-columns: 120px 1fr 40px 40px;
}
.page-manage .manage-attr-label {
  font-size: 0.85rem;
  color: #6b7280;
}
.page-manage .manage-attr-bar-wrap {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}
.page-manage .manage-attr-bar {
  height: 100%;
  background: #1a73e8;
  border-radius: 4px;
  min-width: 4px;
  transition: width 0.3s ease;
}
.page-manage .manage-attr-score {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: right;
}
.page-manage .manage-attr-count {
  font-size: 0.75rem;
  color: #9ca3af;
}
.page-manage .manage-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-manage .manage-review-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-manage .manage-review-item:last-child {
  border-bottom: none;
}
.page-manage .manage-review-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: #9ca3af;
}
.page-manage .manage-reviewer {
  font-weight: 500;
  color: #1a1a2e;
}
.page-manage .manage-review-body {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.page-manage .manage-owner-response {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #1a73e8;
  border-radius: 0 6px 6px 0;
  padding: 1rem;
  margin-top: 0.5rem;
}
.page-manage .manage-owner-response .owner-response-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.page-manage .manage-owner-response .owner-response-body {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.page-manage .manage-review-actions {
  margin-top: 0.5rem;
}
.page-manage .manage-reviews-link {
  margin-top: 1.5rem;
  font-size: 0.85rem;
}
.page-manage .manage-reviews-link a {
  color: #6b7280;
}
.page-manage .manage-reviews-link a:hover {
  color: #1a73e8;
}
.page-manage .respond-review-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}
.page-manage .respond-reviewer {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #6b7280;
}
.page-manage .respond-review-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1a1a2e;
}
.page-manage .respond-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.results-header-controls {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.sort-select {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1a1a2e;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.sort-select:focus {
  border-color: #1a73e8;
  outline: none;
}
.flag-badge {
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  color: #6b7280;
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 0.5rem;
}
.venue-flags-section .flags-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
  margin-top: 1rem;
}
.venue-flags-section .flag-pill {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
.venue-flags-section .flag-pill.has-votes {
  border-color: #1a73e8;
}
.venue-flags-section .flag-pill .flag-label {
  flex: 1;
}
.venue-flags-section .flag-pill .flag-vote-count {
  color: #6b7280;
  font-size: 0.8rem;
}
.venue-flags-section .flags-sign-in-note {
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
.venue-flags-section .flag-toggle {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  padding: 2px 0.5rem;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.venue-flags-section .flag-toggle:hover,
.venue-flags-section .flag-toggle.active {
  border-color: #1a73e8;
  color: #1a73e8;
}
.venue-flags-section .flag-toggle.active {
  background: rgba(26,115,232,0.08);
}
.google-attribution img {
  display: block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .site-header {
    height: auto;
  }
  .site-header .header-inner {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
  .site-header .header-inner .site-nav,
  .site-header .header-inner .account-nav {
    display: none;
  }
  .site-header .header-inner .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }
  main#main-content {
    padding-top: 52px;
  }
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-nav {
    grid-template-columns: repeat(2,1fr);
  }
}
