   * { box-sizing: border-box; }
    body { margin: 0; font-family: Arial, sans-serif; background: #f8fafc; color: #1f2937; }
    header { background: linear-gradient(135deg, #5eead4 0%, #14b8a6 20%, #0f766e 80%); color: white; padding: 15px 15px; text-align: center; box-shadow: 0 8px 25px rgba(15, 118, 110, 0.25); }
    header h1 { font-size: 42px; margin: 0; }
    header p { font-size: 18px; margin: 12px 0 28px; }
    .search-box { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
    input, textarea, select { width: 100%; padding: 14px; border-radius: 12px; border: 1px solid #d1d5db; font-size: 16px; }
    .search-box input { max-width: 360px; border: none; }
    button { border: none; border-radius: 12px; padding: 14px 22px; font-size: 16px; cursor: pointer; font-weight: bold; }
    .btn-dark { background: #111827; color: white; }
    .btn-main { background: #14b8a6; color: white; margin-top: 16px; }
    .btn-light { background: white; color: #0f766e; }
    .btn-outline { background: #e5e7eb; color: #111827; margin-top: 10px; }
    .btn-danger { background: #ef4444; color: white; margin-top: 10px; }
    .btn-small { padding: 9px 13px; font-size: 14px; margin: 5px; }
    .btn-delete { background: #ef4444; color: white; }
    .btn-edit { background: #e5e7eb; color: #111827; }
   .btn-whatsapp {
    display: inline-block;
    width: 100%;
    background: #25d366;
    color: white;
    padding: 13px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}




   
.btn-email {
    display: inline-block;
    width: auto;
    min-width: 170px;
    background: #0d9c8c;
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

    .contact-target { background: #f0fdfa; color: #0f766e; border: 1px solid #99f6e4; border-radius: 14px; padding: 12px 14px; margin: 12px 0 16px; font-weight: bold; }
    .contact-form textarea { margin-top: 8px; }
    .contact-label { display: block; font-weight: bold; margin: 14px 0 6px; color: #374151; }



    .brand-h { color: #ffffff; }
    .brand-rest { color: #ffffff; }
     .category-icon {
      display:none;
      width: 21px;
      height: 21px;
      flex: 0 0 21px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .category-chip {
      display: inline-flex;
      align-items: center;
      gap: 0;
    }

    .categories-section {
      max-width: 1100px;
      margin: 26px auto 10px;
      padding: 0 20px;
      text-align: center;
    }
    .categories-section h2 {
      margin: 0 0 12px;
      font-size: 17px;
    }
    .category-list {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .category-chip {
      background: white;
      color: #374151;
      border: 1px solid #d1d5db;
      border-radius: 999px;
      padding: 11px 16px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      transition: box-shadow .15s ease, background .15s ease;
    }
    .category-chip:hover {
      box-shadow: 0 4px 12px rgba(15, 118, 110, 0.10);
    }
    .category-chip.active {
      background: #14b8a6;
      color: white;
      border-color: #14b8a6;
    }

    .features { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 10px 20px; background: white; font-weight: bold; }
    .section { max-width: 1100px; margin: 40px auto; padding: 0 20px; }
    .section h2 { font-size: 26px; margin-bottom: 20px; }
    
    .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  justify-content: center;
  gap: 24px;
}

.profile-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f0fdfa, #ccfbf1);
  color: #0f766e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 4px solid #ffffff;
  box-shadow: 0 7px 20px rgba(15, 118, 110, 0.14);
  font-size: 34px;
  font-weight: 700;
}
.card {
  background: white;
  border-radius: 24px;
  padding: 22px 20px 18px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
  text-align: center;
  
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease;
}
.card:hover { box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10); }
.card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  background: #e5e7eb;
  border: 4px solid #ffffff;
  box-shadow: 0 7px 20px rgba(15, 118, 110, 0.14);
  font-size: 34px;
  font-weight: 700;
}

.card-header{
 display:flex;
 align-items:center;
 gap:16px;
 text-align:left;
 margin-bottom:14px;
}
.card-header img,
.card-header .profile-placeholder{
 margin:0;
 flex:0 0 120px;
}
.card-info{flex:1;}
.card h3 { margin:0 0 6px; font-size:22px; line-height:1.2; color:#111827; }

.card-location { color: #6b7280; font-size: 15px; margin: 0 0 12px; }
.description {
  color: #4b5563;
  line-height: 1.5;
  margin: 0 auto 16px;
  max-width: 310px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.card-actions { margin-top: 14px; }
.card .btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.card .btn-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: none;
  margin: 10px auto 0;
}
    .modal { display: none; position: fixed; z-index: 1000; inset: 0; background: rgba(0, 0, 0, 0.45); padding: 20px; overflow-y: auto; }
    .modal-content { background: white; max-width: 760px; margin: 40px auto; padding: 28px; border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); position: relative; }
    .modal-content h2 { margin-top: 0; }
    .close { position: absolute; top: 18px; right: 22px; font-size: 28px; cursor: pointer; color: #6b7280; }
    .form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
    .full-width { grid-column: 1 / -1; }
    .category-select-box {
      grid-column: 1 / -1;
      border: 1px solid #d1d5db;
      border-radius: 14px;
      padding: 16px;
      background: #f9fafb;
    }
    .category-select-title {
      display: block;
      font-weight: 700;
      margin-bottom: 10px;
      color: #374151;
    }
    .category-checkboxes {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 16px;
    }
    .category-checkbox {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #374151;
      cursor: pointer;
      font-size: 15px;
    }
    .category-checkbox input {
      width: 18px;
      height: 18px;
      margin: 0;
      accent-color: #14b8a6;
    }
    .field-label {
      display: block;
      font-weight: 700;
      color: #374151;
      margin: 18px 0 6px;
    }
    textarea { min-height: 120px; resize: vertical; margin-top: 16px; }
    .upload-box { display: block; border: 2px dashed #14b8a6; border-radius: 16px; padding: 28px; text-align: center; cursor: pointer; color: #0f766e; font-weight: bold; background: #f0fdfa; }
    .upload-box:hover { background: #ccfbf1; }
    .hint { font-size: 14px; color: #6b7280; margin-top: 12px; line-height: 1.5; }
    .description-counter { text-align:right; margin-top:6px; }
    .auth-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
    .auth-status { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,0.95); }
    .auth-status button { padding: 8px 12px; font-size: 14px; margin-left: 8px; background: rgba(255,255,255,0.18); color: white; border: 1px solid rgba(255,255,255,0.35); }
    .account-area { position: relative; display: inline-block; margin-top: 10px; }
    .account-button { padding: 10px 14px; font-size: 14px; background: rgba(255,255,255,0.18); color: white; border: 1px solid rgba(255,255,255,0.35); }
    .account-menu { display: none; position: absolute; right: 0; top: 46px; min-width: 230px; background: white; color: #111827; border-radius: 14px; box-shadow: 0 14px 35px rgba(0,0,0,.18); overflow: hidden; z-index: 100; text-align: left; }
    .account-menu button { display: block; width: 100%; border-radius: 0; background: white; color: #111827; text-align: left; padding: 13px 16px; font-size: 15px; font-weight: 600; border-bottom: 1px solid #e5e7eb; }
    .account-menu button:hover { background: #f3f4f6; }
    .account-menu .danger { color: #dc2626; }
    .account-menu.show { display: block; }
    .warning-box { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; border-radius: 14px; padding: 16px; line-height: 1.5; margin: 16px 0; }
    .delete-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }



    footer { text-align: center; padding: 35px 20px; color: #6b7280; }
    footer a { color: #0f766e; text-decoration: none; }
    


/* =========================
   Mobile Layout
   ========================= */
@media (max-width: 768px) {

  header {
    padding: 14px 16px 8px;
  }

  header h1 {
    font-size: 2rem;
    margin-bottom: 2px;
  }

  header p {
    font-size: 1rem;
    margin: 4px 0 10px;
  }

  .search-box { margin: 10px 0; }

  .search-box input { padding: 12px; }

  .search-box button { padding: 12px 18px; }

  .btn-light {
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 12px 20px;
  }

  .auth-status { margin-top: 6px; }

  #beschreibung { min-height: 260px; }

  .modal-content { margin: 10px auto; }

  .auth-status button {
    display: block;
    margin: 8px auto 0;
  }
}
