.vw-domcats { padding: 0 0 60px; background: #f6f8fb; }

.vw-domcats-hero{
  background: linear-gradient(180deg,#071b2c 0%, #0c2b49 60%, #0f3457 100%);
  color:#fff;
  padding: 48px 0;
}
.vw-domcats-hero-inner{ max-width:1100px; margin:0 auto; padding:0 20px; }
.vw-domcats-title{ font-size:44px; margin:0 0 10px; letter-spacing:.2px; }
.vw-domcats-sub{ margin:0; opacity:.85; font-size:18px; }

.vw-domcats-toolbar{
  max-width:1100px; margin: -24px auto 18px; padding:0 20px;
  display:flex; gap:14px; align-items:center; flex-wrap:wrap;
}
.vw-domcats-searchwrap{
  flex:1 1 420px;
  background: rgba(255,255,255,.75);
  border:1px solid rgba(255,255,255,.65);
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  display:flex; align-items:center; gap:10px;
  padding: 12px 14px;
}
.vw-domcats-searchicon{ opacity:.6; }
.vw-domcats-search{
  border:0; outline:0; background:transparent;
  width:100%; font-size:16px;
}
.vw-domcats-clear{
  border:0; background: rgba(12,107,167,.12);
  color:#0a6aa8; width:34px; height:34px; border-radius:12px;
  cursor:pointer; font-size:20px; line-height:34px;
}

.vw-domcats-toggles{ display:flex; gap:10px; flex:0 0 auto; }
.vw-domcats-toggle{
  border:1px solid rgba(12,107,167,.22);
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 10px 12px;
  cursor:pointer;
  font-weight:600;
  color:#0b2d47;
}
.vw-domcats-toggle.is-active{
  background: linear-gradient(180deg,#1aa0de,#0c6aa7);
  color:#fff;
  border-color: transparent;
}

.vw-domcats-view{ display:none; }
.vw-domcats-view.is-active{ display:block; }

.vw-domcats-grid{
  max-width:1100px; margin:0 auto; padding:0 20px;
  display:grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:16px;
}
.vw-domcats-grid.is-single{
  grid-template-columns: 1fr;
}
@media (max-width: 880px){
  .vw-domcats-grid{ grid-template-columns:1fr; }
  .vw-domcats-title{ font-size:34px; }
}

.vw-domcats-card{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  overflow:hidden;
}
.vw-domcats-cardhead{
  display:flex; align-items:center; gap:12px;
  padding: 14px 14px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.vw-domcats-caticon{
  width:28px; height:28px; flex:0 0 auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}
.vw-domcats-headtext{ flex:1 1 auto; }
.vw-domcats-headtitle{ font-size:18px; font-weight:800; color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.35); }
.vw-domcats-headcount{ font-size:13px; color:rgba(255,255,255,.82); margin-top:2px; }

.vw-domcats-expand{
  border:0; background: rgba(0,0,0,.20);
  color:#fff; width:36px; height:36px; border-radius: 14px;
  cursor:pointer; font-size:24px; line-height:36px;
}

.vw-domcats-body{ padding: 12px 14px 14px; }

.vw-domcats-chipdot{ opacity:.45; }
.vw-domcats-morebtn{
  margin-top:10px;
  border:0;
  background: transparent;
  color:#0c6aa7;
  font-weight:800;
  cursor:pointer;
}

.vw-domcats-az, .vw-domcats-all{
  max-width:1100px; margin:0 auto; padding: 0 20px;
}
.vw-domcats-azgroup{
  margin: 14px 0;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  padding: 12px 14px 14px;
}
.vw-domcats-azletter{
  font-weight: 900;
  font-size: 18px;
  color:#0b2d47;
  margin-bottom: 10px;
}

.vw-domcats-tiphead{
  display:flex; gap:8px; flex-wrap:wrap; align-items:center;
  margin-bottom:8px;
}
.vw-domcats-badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:4px 8px;border-radius:999px;
  font-size:11px;font-weight:700;
  background:rgba(255,255,255,.08);
}
.vw-domcats-badge.ok{ background:rgba(0,200,120,.18); }
.vw-domcats-badge.no{ background:rgba(255,90,90,.18); }

.vw-domcats-tipinfo{
  opacity:.92;
}
.vw-domcats-tipmeta{
  margin-top:8px;
  opacity:.8;
  font-size:11px;
}
/* Tooltip darf nicht abgeschnitten werden */
.vw-domcats-card,
.vw-domcats-body,

/* --- CONSOLIDATED: chips + i + tooltip (one definitive version) --- */
.vw-domcats-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  overflow: visible !important;
}

.vw-domcats-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  line-height:1;
  padding: 9px 12px;
  border-radius: 14px;
  text-decoration:none;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(12,107,167,.15);
  box-shadow: 0 10px 18px rgba(0,0,0,.07);
  color:#0b2d47;
  font-weight:800;
}

.vw-domcats-i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:6px;
  border-radius:50%;
  font-size:11px;
  font-weight:700;
  background:rgba(0,160,255,.15);
  color:#00a0ff;
  cursor:pointer;
  position:relative;
  user-select:none;
  transition:all .2s ease;
  flex:0 0 auto;
}
.vw-domcats-i:hover{ background:rgba(0,160,255,.25); }

.vw-domcats-tooltip{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:145%;
  width:260px;
  padding:12px 14px;
  border-radius:14px;
  backdrop-filter: blur(12px);
  background:rgba(18,22,30,.88);
  color:#fff;
  font-size:12px;
  line-height:1.4;
  box-shadow:0 10px 28px rgba(0,0,0,.45);
  opacity:0;
  pointer-events:none;
  transition:all .18s ease;
  z-index:200;
  white-space:normal;
}
.vw-domcats-tooltip.active{ opacity:1; pointer-events:auto; }


/* FIX: Card-Header MUSS volle Breite haben (sonst schrumpft Background) */
.vw-domcats-card{
  display:block;
  width:100%;
}

.vw-domcats-cardhead{
  display:flex;        /* sicherstellen */
  width:100%;          /* entscheidend */
  box-sizing:border-box;
}
