/* Wimmer Community V6.9 - admin shortcuts + gruppelog */
.wc-admin-shortcuts{
  max-width:1240px;
  margin:0 auto 18px auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.wc-admin-shortcut{
  text-decoration:none;
  color:#eaf6ff;
  border:1px solid rgba(148,163,184,.16);
  background:linear-gradient(135deg,rgba(9,20,33,.88),rgba(5,13,22,.92));
  border-radius:22px;
  padding:18px;
  display:grid;
  gap:7px;
  min-height:132px;
}
.wc-admin-shortcut:hover{border-color:rgba(94,234,212,.35);transform:translateY(-1px)}
.wc-admin-shortcut.important{border-color:rgba(94,234,212,.30);background:linear-gradient(135deg,rgba(13,65,55,.38),rgba(5,13,22,.95))}
.wc-admin-shortcut span{font-size:28px}
.wc-admin-shortcut strong{font-size:18px;color:#fff}
.wc-admin-shortcut em{font-style:normal;color:#9fb0c6;line-height:1.35}
.wc-gmod-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.wc-gmod-log-card{margin-top:16px}
.wc-gmod-log-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.wc-gmod-log-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.wc-gmod-log-list{display:grid;gap:10px;margin-top:14px;max-height:520px;overflow:auto}
.wc-gmod-log-list>div{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:16px;padding:12px}
.wc-gmod-log-list strong,.wc-gmod-log-list span,.wc-gmod-log-list em{display:block}
.wc-gmod-log-list span{color:#9fb0c6;font-size:13px;margin-top:3px}
.wc-gmod-log-list em{color:#dbe8f8;font-style:normal;margin-top:5px}
@media(max-width:1000px){.wc-admin-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.wc-gmod-log-head{display:grid}.wc-gmod-log-actions{justify-content:flex-start}}
@media(max-width:560px){.wc-admin-shortcuts{grid-template-columns:1fr}.wc-gmod-log-actions,.wc-gmod-hero-actions{display:grid}.wc-gmod-log-actions .wc-btn,.wc-gmod-hero-actions .wc-btn{width:100%}}
