/* Search wizard — mockup-aligned (app-shell) */

html[data-layout="app-shell"] .search-drawer.ff-glass-card {
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

html[data-layout="app-shell"] .search-step-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

html[data-layout="app-shell"] .search-step-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0 0 16px;
  line-height: 1.45;
}

html[data-layout="app-shell"] .location-display {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(248, 250, 252, 0.95);
  padding: 14px 16px;
  margin-top: 12px;
}

html[data-layout="app-shell"] .location-display .location-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

html[data-layout="app-shell"] .location-display .location-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

html[data-layout="app-shell"] .location-display .location-coords {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 4px;
}

html[data-layout="app-shell"] .search-plan-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 255, 0.85));
  margin-bottom: 4px;
}

html[data-layout="app-shell"] .search-plan-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  background: rgba(37, 99, 235, 0.1);
  flex-shrink: 0;
}

html[data-layout="app-shell"] .search-plan-card-body {
  flex: 1;
  min-width: 0;
}

html[data-layout="app-shell"] .search-plan-quota {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

html[data-layout="app-shell"] .search-plan-renewal {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
}

html[data-layout="app-shell"] .search-plan-tier {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  margin-left: 8px;
  vertical-align: middle;
}

html[data-layout="app-shell"] .search-plan-tier--pro {
  background: linear-gradient(135deg, #d97706, #f59e0b);
}

html[data-layout="app-shell"] .search-wizard-footer .btn-analyze {
  width: 100%;
  padding: 16px 20px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #2563eb 50%, #7c3aed 100%);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

html[data-layout="app-shell"] .search-wizard-footer .btn-analyze:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.42);
}

html[data-layout="app-shell"] .search-wizard-footer .btn-analyze .btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
