/* ============================
   KRIME SKIN voor bestaande .tableF tables
   (GEEN classnamen wijzigen)
   ============================ */

.tableF{
  width: 100%;
  overflow-x: auto;
}

/* tafel basis */
.tableF table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(20, 22, 28, 0.75);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden; /* rondingen */
}

/* rijen */
.tableF tr.gunMaffia-tr-light{
  transition: background .15s ease;
}

.tableF tr.gunMaffia-tr-light:nth-child(even){
  background: rgba(255,255,255,0.02);
}

.tableF tr.gunMaffia-tr-light:hover{
  background: rgba(255,255,255,0.06);
}

/* cellen */
.tableF td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  vertical-align: middle;
}

.tableF th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  vertical-align: middle;
}

/* header rij (eerste row in jouw voorbeeld) */
.tableF tr.gunMaffia-tr-light:first-child td{
  background: linear-gradient(180deg, #1c1f27, #14161c);
  color: #999;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* laatste rij geen border */
.tableF tr:last-child td{
  border-bottom: none;
}

/* icon kolommen */
.tableF td.icon{
  width: 38px;
  text-align: center;
  padding-left: 10px;
  padding-right: 6px;
}

.tableF td.icon img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35));
  opacity: 0.95;
}

/* tekst kolommen */
.tableF td.txt{
  color: #999;
}

.tableF td.txt strong{
  color: #999;
}

/* links */
.tableF a{
  color: var(--accent-blue, #fff);
  text-decoration: none;
  font-weight: 600;
}

.tableF a:hover{
  text-decoration: underline;
}

/* countdown spans (tijd_...) zichtbaar en netjes */
.tableF td.txt span[id^="tijd_"]{
  display: inline-block;
  min-width: 150px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
  color: #999;
  font-weight: 700;
  font-size: 12px;
}

/* jouw oude <font class="groen"> supporten zonder HTML te wijzigen */
.tableF font.groen{
  color: #4fdc96 !important;
  font-weight: 700;
}
.tableF font[color="red"]{
  color: #ff6b6b !important;
  font-weight: 700;
}

/* optioneel: iets strakker op mobiel */
@media (max-width: 768px){
  .tableF td{
    padding: 9px 10px;
    font-size: 13px;
  }
  .tableF td.icon{
    width: 34px;
  }
  .tableF td.icon img{
    width: 16px;
    height: 16px;
  }
  .tableF td.txt span[id^="tijd_"]{
    min-width: 64px;
    padding: 4px 6px;
  }
}

/* ============================
   KRIME TABS (legacy .Tab table)
   HTML BLIJFT IDENTIEK
   ============================ */

table.Tab{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 18px;
  background: rgba(20,22,28,0.75);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

/* tab cells */
table.Tab td{
  padding: 12px 0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: all .15s ease;
}

table.Tab td:last-child{
  border-right: none;
}

/* links */
table.Tab td a{
  display: block;
  width: 100%;
  height: 100%;
  color: #999;
  text-decoration: none;
}

/* hover */


table.Tab td:hover a{
  color: #fff;
}

/* ACTIEVE TAB */
table.Tab td.TabActief{
  box-shadow:
    inset 0 -3px 0 var(--accent-gold, #f4c430),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
table.Tab td.TabActief a{
  color: #fff;
  font-weight: 700;
}
/* mobiel */
@media (max-width: 768px){
  table.Tab td{
    font-size: 13px;
    padding: 10px 0;
  }
}


/* ============================
   KRIME – misdaad layout zonder HTML wijziging
   ============================ */

/* container gedrag simuleren */
.tabel-50{
  width: calc(50% - 8px);
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 16px 4px;
}

/* force netjes uitlijnen */
.tabel-50 .tableF{
  height: 100%;
}

/* desktop spacing fix */
@media (min-width: 1100px){
  .tabel-50{
    width: calc(50% - 12px);
  }
}

/* tablet */
@media (max-width: 1100px){
  .tabel-50{
    width: 100%;
  }
}



/* ============================
   KRIME SKIN – shortProfiel
   (HTML & classnamen blijven identiek)
   ============================ */

.shortProfiel{
  width: 100%;
  margin: 0;
}

/* basis table */
.shortProfiel table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(20, 22, 28, 0.78);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  overflow: hidden;
}

/* rijen */
.shortProfiel tr.gunMaffia-tr-light{
  transition: background .15s ease;
}

.shortProfiel tr.gunMaffia-tr-light:nth-child(even){
  background: rgba(255,255,255,0.02);
}

.shortProfiel tr.gunMaffia-tr-light:hover{
  background: rgba(255,255,255,0.06);
}

/* cellen */
.shortProfiel td{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  vertical-align: middle;
}

/* icon cellen */
.shortProfiel td.icon{
  width: 36px;
  text-align: center;
  padding-left: 10px;
  padding-right: 6px;
}

.shortProfiel td.icon img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35));
  opacity: 0.95;
}

/* tekst */
.shortProfiel td.txt{
  color: #999;
}

.shortProfiel td.txt strong{
  color: #999;
  font-weight: 700;
}

/* avatar kolom */
.shortProfiel td[rowspan]{
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04),
    rgba(0,0,0,0.2)
  );
  border-left: 1px solid rgba(255,255,255,0.06);
}

.shortProfiel td[rowspan] img{
  width: 140px !important;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}

/* links */
.shortProfiel a{
  color: var(--accent-blue, #5fa8ff);
  text-decoration: none;
  font-weight: 600;
}

.shortProfiel a:hover{
  text-decoration: underline;
}

/* laatste rij (meer profiel info) */
.shortProfiel tr:last-child td{
  border-bottom: none;
  font-size: 13px;
  color: #bfc4ff;
}

/* oude <font> support */
.shortProfiel font.groen{
  color: #4fdc96 !important;
  font-weight: 700;
}
.shortProfiel font[color="red"]{
  color: #ff6b6b !important;
  font-weight: 700;
}

/* mobiel */
@media (max-width: 768px){
  .shortProfiel {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-bottom: 30px !important;
  }

  .shortProfiel table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .shortProfiel tbody {
    display: block !important;
    width: 100% !important;
  }

  .shortProfiel tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 12px !important;
    background: rgba(16, 16, 16, 0.8) !important;
    border-radius: 8px !important;
  }

  .shortProfiel td{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    font-size: 13px;
  }

  .shortProfiel td:last-child {
    border-bottom: none !important;
  }

  .shortProfiel td.icon {
    width: auto !important;
    min-width: 40px !important;
    flex: 0 0 auto !important;
    margin-right: 10px !important;
  }

  .shortProfiel td.txt {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Fix URL overflow - CRITICAL */
  .shortProfiel td.txt a,
  .shortProfiel a[href*="http"],
  .shortProfiel a[href*="https"],
  .shortProfiel a[href*="://"],
  .shortProfiel a[href*="aanmeld"] {
    word-break: break-all !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    display: block !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }

  .shortProfiel td[rowspan]{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 15px 0 !important;
    padding: 15px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .shortProfiel td[rowspan] img {
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
  }

  .shortProfiel tr:last-child td {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
    font-size: 13px;
  }

  .shortProfiel td[rowspan]{
    display: none; /* avatar weg op mobiel → veel cleaner */
  }
}


/* ============================
   KRIME – Captcha (zonder HTML wijziging)
   ============================ */

.captcha-wrap{
  background: rgba(20, 22, 28, 0.78);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

/* header boven de afbeelding */
.captcha-wrap .cap-head{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.10));
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(225,228,255,0.92);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

/* target icoon in header */


/* seed code rechts (monospace) */
.captcha-wrap .seedcode{
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
  color: rgba(207,211,255,0.9);
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1;
}

/* afbeelding zelf */
.captcha-wrap #captchaImg{
  display: block;
  width: 100%;
  max-width: 100% !important; /* overridet jouw inline max-width:570px visueel */
  height: auto;
  max-height: none;          /* laat image schalen */
  border: 0 !important;
  cursor: pointer;
  border-radius: 0;          /* wrap regelt afronding */
}

/* hover/active feel */
.captcha-wrap #captchaImg:hover{
  filter: brightness(1.02) contrast(1.02);
}

.captcha-wrap #captchaImg:active{
  transform: scale(0.998);
}

/* mobiel: header stacken indien nodig */
@media (max-width: 520px){
  .captcha-wrap .cap-head{
    flex-wrap: wrap;
    gap: 8px;
  }
  .captcha-wrap .seedcode{
    margin-left: 0;
  }
}


.badge-npc{
  display:inline-block;
  padding:2px 6px;
  border-radius:6px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
  background: rgba(255, 255, 255, 0.16);
  color:#ffd700;
  margin-left:3px;
  vertical-align:middle;
}

/* Pagination fix */
/* Pagination wrapper */
.pagination-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 16px;          /* <-- DIT is de rand-fix */
  margin-top:10px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.15),
    rgba(0,0,0,.35)
  );
  border-radius:12px;
}

/* Label links */
.pagination-label{
  white-space:nowrap;
  opacity:.85;
  font-size:14px;
}

/* Pagination zelf */
.pagination{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

/* Knoppen */
.pagination a{
  min-width:34px;
  height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  text-decoration:none;
}

.pagination a.current{
  background: rgba(255,255,255,.18);
  font-weight:700;
}

/* Mobile */
@media (max-width:640px){
  .pagination-wrap{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* ========== BANNERS (Daily bonus & Events) ========== */

.dailybonus-banner{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 20px;
  margin:14px 0;
  border-radius:14px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,.08),
    rgba(0,0,0,.35)
  );
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}

/* Banner met achtergrondafbeelding */
.gm-event-banner{
  background-size:cover;
  background-position:center;
}

.gm-event-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.65),
    rgba(0,0,0,.35)
  );
  z-index:0;
}

/* Zorg dat content boven overlay zit */
.dailybonus-banner > *{
  position:relative;
  z-index:1;
}

/* Icon */
.dailybonus-icon{
  font-size:28px;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.12);
  border-radius:12px;
  flex-shrink:0;
}

/* Tekst */
.dailybonus-text{
  flex:1;
}

.dailybonus-title,
.gm-event-strip-title{
  font-size:16px;
  font-weight:700;
}

.dailybonus-sub,
.gm-event-strip-sub{
  font-size:13px;
  opacity:.9;
}

.gm-event-strip-extra{
  margin-top:4px;
  font-size:12px;
  opacity:.85;
}

/* Button */
.dailybonus-button{
  padding:8px 14px;
  border-radius:10px;
  background: linear-gradient(
    135deg,
    #facc15,
    #f59e0b
  );
  color:#1f2933;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(0,0,0,.35);
}

.dailybonus-button:hover{
  filter:brightness(1.05);
}

/* Responsive */
@media (max-width:640px){
  .dailybonus-banner{
    flex-direction:column;
    align-items:flex-start;
  }

  .dailybonus-button{
    align-self:stretch;
    text-align:center;
  }
}

.top-announcements{
  margin: 20px 0 24px;   /* afstand boven/onder */
  display:flex;
  flex-direction:column;
  gap:14px;              /* ruimte TUSSEN banners */
}


/* Layout wrapper */
.gm-page { margin-top: 14px; display: grid; gap: 14px; }

/* Cards */
.gm-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  backdrop-filter: blur(6px);
  overflow: hidden;
}
.gm-card--pad { padding: 16px; }
@media (min-width: 640px){
  .gm-card--pad { padding: 18px; }
}

/* Header */
.gm-head { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 900px){
  .gm-head { flex-direction: row; align-items: flex-start; justify-content: space-between; }
}
.gm-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.gm-badge {
  display: inline-flex; align-items: center;
  padding: 6px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 900; letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.gm-badge--info { background: rgba(59,130,246,.18); border-color: rgba(59,130,246,.28); }

.gm-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
}
@media (min-width: 640px){
  .gm-title { font-size: 16px; }
}

.gm-meta { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 10px; }
.gm-meta-item {
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 10px 12px;
  display: grid;
  gap: 2px;
  min-width: 190px;
}
.gm-meta-item span { font-size: 12px; opacity: .75; color: rgba(255,255,255,.80); }
.gm-meta-item strong { font-size: 14px; font-weight: 900; color: rgba(255,255,255,.95); }

/* Actions */
.gm-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.gm-action-form { display: inline; margin: 0; }

/* Buttons */
.gm-btn{
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .08s ease, filter .12s ease, background .12s ease;
}
.gm-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.gm-btn--soft { background: rgba(255,255,255,.10); }
.gm-btn--primary { background: rgba(15,23,42,.85); border-color: rgba(255,255,255,.18); }
.gm-btn--warn { background: rgba(245,158,11,.18); border-color: rgba(245,158,11,.30); }
.gm-btn--danger { background: rgba(239,68,68,.18); border-color: rgba(239,68,68,.30); }

/* Chat */
.gm-chat-wrap { padding: 14px; }
@media (min-width: 640px){ .gm-chat-wrap { padding: 18px; } }

.gm-chat { display: flex; flex-direction: column; gap: 10px; }

/* Bubble (SOLID) */
.gm-msg{
  max-width: min(78%, 740px);
  padding: 12px 14px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  word-wrap: break-word;
  overflow-wrap: anywhere;
  border: 1px solid rgba(255,255,255,.10);
}

.gm-msg-meta{
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  font-size: 12px;
  opacity: .9;
  margin-bottom: 8px;
  color: rgba(255,255,255,.82);
}
.gm-msg-meta strong { color: rgba(255,255,255,.95); }

/* Me vs other */
.gm-msg.me{ margin-left: auto; background: rgba(41,41,41,.95); color: #F7F7F7; }
.gm-msg.me p { color: #F7F7F7; }
.gm-msg.me .gm-msg-meta, .gm-msg.me .gm-msg-meta strong { color: #F7F7F7; }

.gm-msg.other{ background: rgba(14,116,144,.92); color: #E0EFFF; } /* turquoise/donker, SOLID */
.gm-msg.other p { color: #E0EFFF; } /* turquoise/donker, SOLID */
.gm-msg.other:before{
  content:""; position:absolute; left:-6px; bottom: 10px;
  border-width: 7px 8px 7px 0; border-style: solid;
  border-color: transparent rgba(14,116,144,.92) transparent transparent;
}
.gm-msg.me:after{
  content:""; position:absolute; right:-6px; bottom: 10px;
  border-width: 7px 0 7px 8px; border-style: solid;
  border-color: transparent transparent transparent rgba(41,41,41,.95);
}

.gm-msg.me a { color: #F7F7F7; }
.gm-msg.other a { color: #E0EFFF; }

/* Prose inside message */
.gm-prose { font-size: 14px; line-height: 1.65; }
.gm-prose p { margin: 0 0 10px; }
.gm-prose a { color: inherit; text-decoration: underline; font-weight: 900; }
.gm-prose blockquote {
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.12);
}
.gm-prose img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  margin: 10px 0;
}
.gm-msg-body { overflow-x: auto; }
.gm-msg-body table { width: 100%; border-collapse: collapse; }
.gm-msg-body th, .gm-msg-body td { border: 1px solid rgba(255,255,255,.18); padding: 8px; }
.gm-msg-body th { background: rgba(255,255,255,.08); }

/* Reply */
.gm-reply{ padding: 14px; border-top: 1px solid rgba(255,255,255,.10); }
@media (min-width: 640px){ .gm-reply{ padding: 16px 18px; } }

.gm-reply-form{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 700px){
  .gm-reply-form{ grid-template-columns: 1fr auto; align-items: start; }
}
.gm-reply-textarea{
  width: 100%;
  min-height: 90px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  padding: 12px;
}

/* System note */
.gm-muted-note{
  padding: 14px 16px;
  color: rgba(255,255,255,.78);
  text-align: center;
  font-style: italic;
  border-top: 1px solid rgba(255,255,255,.10);
}

.header-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;

    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #052e16;

    box-shadow:
        0 0 0 1px rgba(34,197,94,.35),
        0 4px 10px rgba(0,0,0,.35);

    animation: votePulse 2.5s infinite;
}

.header-vote-btn:hover {
    filter: brightness(1.1);
}

@keyframes votePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,.4); }
    50%      { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}

/* ============================
   INGAME TIPS BANNER
   ============================ */

.ingame-tips-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin: 12px 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(37, 99, 235, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    animation: tipsFadeIn 0.4s ease-out;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.ingame-tips-banner:hover {
    opacity: 1;
}

@keyframes tipsFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ingame-tips-icon {
    font-size: 24px;
    flex-shrink: 0;
    animation: tipsIconPulse 2s ease-in-out infinite;
}

@keyframes tipsIconPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 3px rgba(59, 130, 246, 0.3));
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 6px rgba(59, 130, 246, 0.5));
        opacity: 1;
    }
}

.ingame-tips-text {
    flex: 1;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.ingame-tips-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.ingame-tips-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.ingame-tips-close:active {
    transform: scale(0.95);
}

/* Re-enable link voor uitgeschakelde tips */
.ingame-tips-reenable {
    padding: 8px 14px;
    margin: 8px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Roboto', sans-serif;
}

.ingame-tips-reenable a {
    color: rgba(59, 130, 246, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ingame-tips-reenable a:hover {
    color: rgba(59, 130, 246, 1);
    text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .ingame-tips-banner {
        padding: 12px 14px;
        gap: 10px;
        margin: 10px 0;
    }
    
    .ingame-tips-icon {
        font-size: 20px;
    }
    
    .ingame-tips-text {
        font-size: 13px;
    }
    
    .ingame-tips-close {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .ingame-tips-reenable {
        padding: 6px 12px;
        font-size: 11px;
    }
}

/* ============================
   HALL OF FAME STYLES
   ============================ */

.hof-intro {
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.hof-intro p {
    margin: 8px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.hof-ronde-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hof-ronde-info p {
    margin: 6px 0;
}

.hof-ronde-info strong {
    color: #ffd700;
    font-weight: 600;
}

#ronde_countdown {
    color: #ffd700 !important;
    font-size: 16px;
}

.hof-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hof-prize {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hof-prize:hover {
    background: rgba(20, 22, 28, 0.9);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hof-prize-1 {
    border-color: rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(20, 22, 28, 0.75) 100%);
}

.hof-prize-2 {
    border-color: rgba(192, 192, 192, 0.3);
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.05) 0%, rgba(20, 22, 28, 0.75) 100%);
}

.hof-prize-3 {
    border-color: rgba(205, 127, 50, 0.3);
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.05) 0%, rgba(20, 22, 28, 0.75) 100%);
}

.hof-prize-winner {
    border-width: 2px;
}

.hof-trophy-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hof-trophy {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.hof-positie {
    position: absolute;
    top: -8px;
    right: -8px;
    background: rgba(255, 215, 0, 0.9);
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(20, 22, 28, 0.8);
    font-family: 'Rajdhani', sans-serif;
}

.hof-prize-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hof-badge {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.3;
}

.hof-badge-1 {
    color: #ffd700;
}

.hof-badge-2 {
    color: #c0c0c0;
}

.hof-badge-3 {
    color: #cd7f32;
}

.hof-badge-empty {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.hof-sub {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto', sans-serif;
}

.hof-waarde {
    color: #4ade80;
    font-weight: 500;
}

.hof-winnaar {
    margin-top: 4px;
}

.hof-winnaar strong {
    color: #ffd700;
    font-weight: 600;
}

.hof-prize-empty {
    opacity: 0.7;
    border-style: dashed;
}

.hof-prize-empty .hof-trophy {
    opacity: 0.5;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hof-prize {
        padding: 16px;
        gap: 12px;
    }
    
    .hof-trophy-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .hof-badge {
        font-size: 16px;
    }
    
    .hof-sub {
        font-size: 13px;
    }
    
    .hof-positie {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

/* ============================
   CREW PAGINA STYLES
   ============================ */

.crew-intro {
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}

.crew-intro p {
    margin: 12px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.crew-intro p:first-child {
    margin-top: 0;
}

.crew-intro p:last-child {
    margin-bottom: 0;
}

.crew-intro strong {
    color: #ffd700;
    font-weight: 600;
}

.crew-section {
    margin-bottom: 30px;
}

.crew-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.crew-section-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.crew-section-title h3 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.5px;
}

.crew-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 20px;
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.crew-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.crew-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.crew-card-online {
    border-color: rgba(52, 211, 153, 0.3);
    background: rgba(52, 211, 153, 0.05);
}

.crew-card-online:hover {
    border-color: rgba(52, 211, 153, 0.5);
    background: rgba(52, 211, 153, 0.1);
}

.crew-card-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crew-card-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.crew-card-info {
    flex: 1;
    min-width: 0;
}

.crew-card-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crew-card-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Roboto', sans-serif;
}

.crew-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-online {
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.5);
}

.status-offline {
    background: #6b7280;
}

.crew-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: rgba(20, 22, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: none;
    border-radius: 0 0 8px 8px;
    color: rgba(255, 255, 255, 0.5);
}

.crew-empty i {
    font-size: 32px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.crew-empty p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .crew-grid {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 12px;
    }
    
    .crew-section-header {
        padding: 12px 16px;
    }
    
    .crew-section-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .crew-section-title h3 {
        font-size: 18px;
    }
    
    .crew-card {
        padding: 12px;
    }
    
    .crew-card-avatar {
        width: 40px;
        height: 40px;
    }
    
    .crew-card-name {
        font-size: 15px;
    }
}

/* Misdaad pagina - gebruik mobiel.css voor crime-card styling */

.tabel-50 {
    width: 100%;
}

.tabel-50 .tableF {
    margin: 0;
}

.tabel-50 table[data-radio] {
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 22, 28, 0.9) 0%, rgba(15, 17, 23, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}

.tabel-50 table[data-radio]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tabel-50 table[data-radio]:hover {
    background: linear-gradient(135deg, rgba(25, 27, 33, 0.95) 0%, rgba(20, 22, 28, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.tabel-50 table[data-radio]:hover::before {
    opacity: 1;
}

.tabel-50 table[data-radio].selected {
    border: 2px solid #ffd700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 215, 0, 0.15);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(20, 22, 28, 0.95) 100%);
}

.tabel-50 table[data-radio].selected::before {
    opacity: 1;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.tabel-50 table[data-radio] tr:first-child td {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 18px 20px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.tabel-50 table[data-radio].selected tr:first-child td {
    color: #ffd700;
    text-shadow: 0 2px 12px rgba(255, 215, 0, 0.4);
}

.tabel-50 table[data-radio] tr:not(:first-child) td {
    padding: 12px 16px;
    vertical-align: middle;
}

.tabel-50 table[data-radio] td.icon {
    width: 24px;
    padding: 12px 8px;
}

.tabel-50 table[data-radio] td.icon img {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.tabel-50 table[data-radio] .thumb {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.tabel-50 table[data-radio]:hover .thumb {
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 215, 0, 0.2);
    transform: scale(1.05);
}

.tabel-50 table[data-radio].selected .thumb {
    border-color: #ffd700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 215, 0, 0.4);
}

.tabel-50 table[data-radio] td.txt {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.tabel-50 table[data-radio] td.txt strong {
    color: #ffd700;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* Misdaad pagina - gebruik mobiel.css voor crime-card styling */