.koc-notification-wrap{position:fixed;right:88px;top:18px;z-index:100000;font-family:inherit}.koc-bell-btn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(7,10,18,.82);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.35);backdrop-filter:blur(8px)}.koc-bell-btn:hover{background:rgba(245,210,106,.12);border-color:rgba(245,210,106,.45)}.koc-bell-icon{font-size:22px;line-height:1}.koc-bell-badge{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#e7282f;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:2px solid #080b13;box-sizing:border-box}.koc-notification-panel{display:none;position:absolute;right:0;top:52px;width:min(390px,calc(100vw - 28px));max-height:470px;overflow:auto;border:1px solid rgba(245,210,106,.32);border-radius:18px;background:rgba(8,12,24,.97);box-shadow:0 18px 60px rgba(0,0,0,.62);color:#eef3ff}.koc-notification-wrap.open .koc-notification-panel{display:block}.koc-notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.10)}.koc-notification-head strong{color:#f5d26a;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.koc-notification-head small{color:rgba(238,243,255,.65);font-size:12px}.koc-notification-list{display:grid}.koc-notification-item{display:block;padding:13px 16px;text-decoration:none;color:#eef3ff;border-bottom:1px solid rgba(255,255,255,.075);background:transparent}.koc-notification-item.unread{background:rgba(245,210,106,.08)}.koc-notification-item:hover{background:rgba(255,255,255,.07)}.koc-notification-title{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#f5d26a;font-weight:900;font-size:14px;margin-bottom:4px}.koc-notification-dot{width:8px;height:8px;border-radius:999px;background:#e7282f;flex:0 0 auto}.koc-notification-msg{font-size:13px;line-height:1.35;color:rgba(238,243,255,.9)}.koc-notification-date{margin-top:6px;font-size:11px;color:rgba(238,243,255,.52)}.koc-notification-empty{padding:18px 16px;color:rgba(238,243,255,.72);font-size:13px}@media(max-width:700px){.koc-notification-wrap{right:72px;top:14px}.koc-notification-panel{right:-54px}}

.koc-top-right .koc-credits-stat{order:10}.koc-top-right .koc-level-stat{order:20}.koc-top-right .koc-notification-anchor,.koc-top-right>.koc-notification-wrap{order:30}.koc-top-right .koc-user-menu{order:40}.koc-notification-anchor{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:42px}.koc-notification-anchor:empty{display:none;min-width:0}.koc-top-right .koc-notification-wrap.koc-notification-inline{position:relative;top:auto;right:auto;z-index:10035;flex:0 0 auto;font-family:inherit}.koc-top-right .koc-notification-wrap.koc-notification-inline .koc-notification-panel{right:0;top:52px;z-index:100060}@media(max-width:760px){.koc-top-right .koc-notification-wrap.koc-notification-inline .koc-notification-panel{right:-54px;width:min(390px,calc(100vw - 22px))}}@media(max-width:420px){.koc-top-right .koc-notification-wrap.koc-notification-inline .koc-notification-panel{position:fixed;top:76px;right:10px;left:10px;width:auto}}

/* v16: avisos discretos en campana, sin pop-ups acumulados */
.koc-notification-wrap.koc-bell-pulse .koc-bell-btn {
    animation: kocBellPulseV16 .9s ease-in-out 1;
}
@keyframes kocBellPulseV16 {
    0% { transform: scale(1); }
    35% { transform: scale(1.12); }
    70% { transform: scale(.98); }
    100% { transform: scale(1); }
}

.koc-notification-head em{
  font-style:normal;
  font-size:11px;
  opacity:.72;
  margin-left:8px;
  color:#f0d277;
}

/* KOC v104: popup lateral de Clan War programada */
.koc-clanwar-popup-overlay{
  position:fixed;
  top:92px;
  right:max(18px, calc(env(safe-area-inset-right, 0px) + 18px));
  left:auto;
  bottom:auto;
  z-index:119000;
  width:min(440px, calc(100vw - 42px));
  max-width:calc(100vw - 42px);
  padding:0;
  box-sizing:border-box;
  background:transparent;
  backdrop-filter:none;
  pointer-events:none;
}
.koc-clanwar-popup-overlay.closing .koc-clanwar-popup{
  animation:kocClanWarPopupSlideOut .18s ease-in forwards;
}
.koc-clanwar-popup{
  width:100%;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(245,210,106,.42);
  background:
    linear-gradient(180deg, rgba(5,10,18,.18), rgba(5,10,18,.88) 40%, rgba(5,10,18,.96) 68%, rgba(5,10,18,.98)),
    linear-gradient(90deg, rgba(16,59,120,.26), rgba(8,12,22,.08) 50%, rgba(144,22,22,.22)),
    url('/assets/img/clanwar_popup_bg.png') center top / cover no-repeat;
  box-shadow:0 28px 90px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.04);
  color:#eef3ff;
  padding:26px 24px 22px;
  pointer-events:auto;
  animation:kocClanWarPopupSlideIn .24s ease-out both;
}
.koc-clanwar-popup:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#37b7ff,#f5d26a,#e7282f);
  opacity:.95;
}
.koc-clanwar-popup:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(4,8,18,.06) 0%, rgba(4,8,18,.25) 22%, rgba(4,8,18,.74) 52%, rgba(4,8,18,.92) 100%);
  pointer-events:none;
}
.koc-clanwar-popup > *{position:relative;z-index:1}
.koc-clanwar-popup-close{
  position:absolute;
  right:14px;
  top:12px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(5,10,18,.58);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.koc-clanwar-popup-close:hover{background:rgba(231,40,47,.18);border-color:rgba(231,40,47,.45)}
.koc-clanwar-popup-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f5d26a;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:2px 0 10px;
}
.koc-clanwar-popup-kicker:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#e7282f;
  box-shadow:0 0 18px rgba(231,40,47,.85);
}
.koc-clanwar-popup h2{
  margin:0 42px 10px 0;
  font-size:clamp(24px, 3vw, 34px);
  line-height:1.02;
  color:#fff;
  letter-spacing:-.03em;
  text-shadow:0 10px 28px rgba(0,0,0,.55);
}
.koc-clanwar-popup-lead{
  margin:0 0 18px;
  color:rgba(238,243,255,.88);
  line-height:1.45;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}
.koc-clanwar-popup-duel{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  margin:18px 0;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(6,10,20,.56);
  backdrop-filter:blur(6px);
}
.koc-clanwar-popup-duel strong{
  color:#f5d26a;
  font-size:18px;
  line-height:1.15;
  text-align:center;
  text-shadow:0 4px 16px rgba(0,0,0,.5);
}
.koc-clanwar-popup-duel span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:34px;
  border-radius:12px;
  background:rgba(231,40,47,.22);
  color:#fff;
  font-weight:1000;
  border:1px solid rgba(231,40,47,.42);
}
.koc-clanwar-popup-date{
  display:grid;
  gap:4px;
  margin:16px 0 10px;
  padding:15px 16px;
  border-radius:16px;
  background:rgba(245,210,106,.12);
  border:1px solid rgba(245,210,106,.28);
  backdrop-filter:blur(5px);
}
.koc-clanwar-popup-date span{
  color:rgba(238,243,255,.78);
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.koc-clanwar-popup-date strong{
  color:#fff;
  font-size:24px;
}
.koc-clanwar-popup-date em{
  color:#f5d26a;
  font-style:normal;
  font-weight:800;
}
.koc-clanwar-popup-meta{
  margin-top:10px;
  color:rgba(238,243,255,.84);
  font-size:13px;
  text-shadow:0 2px 10px rgba(0,0,0,.5);
}
.koc-clanwar-popup-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.koc-clanwar-popup-actions a{
  text-decoration:none;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.koc-clanwar-popup-primary{
  color:#08101f;
  background:linear-gradient(135deg,#f5d26a,#ffeaa6);
  box-shadow:0 12px 34px rgba(245,210,106,.22);
}
.koc-clanwar-popup-primary:hover{filter:brightness(1.05)}
.koc-clanwar-popup-secondary{
  color:#eef3ff;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
}
.koc-clanwar-popup-secondary:hover{border-color:rgba(245,210,106,.38);background:rgba(245,210,106,.08)}
.koc-clanwar-popup-note{
  display:block;
  margin-top:14px;
  color:rgba(238,243,255,.62);
  font-size:12px;
  line-height:1.4;
}
.koc-clanwar-popup-role{
  margin:12px 0 0;
  padding:11px 13px;
  border-radius:14px;
  border:1px solid rgba(55,183,255,.28);
  background:rgba(55,183,255,.10);
  color:#d9f4ff;
  font-weight:800;
  font-size:13px;
  line-height:1.35;
  backdrop-filter:blur(4px);
}
@keyframes kocClanWarPopupSlideIn{
  from{opacity:0;transform:translateX(24px) scale(.98)}
  to{opacity:1;transform:translateX(0) scale(1)}
}
@keyframes kocClanWarPopupSlideOut{
  from{opacity:1;transform:translateX(0) scale(1)}
  to{opacity:0;transform:translateX(26px) scale(.98)}
}
@media(max-width:700px){
  .koc-clanwar-popup-overlay{
    top:74px;
    right:max(12px, calc(env(safe-area-inset-right, 0px) + 12px));
    width:calc(100vw - 30px);
    max-width:calc(100vw - 30px);
  }
}
@media(max-width:620px){
  .koc-clanwar-popup{padding:22px 16px 18px}
  .koc-clanwar-popup-duel{grid-template-columns:1fr;gap:10px}
  .koc-clanwar-popup-duel span{margin:0 auto}
  .koc-clanwar-popup-date strong{font-size:21px}
  .koc-clanwar-popup-actions a{width:100%}
}


/* KOC v105: fondos dinámicos por tipo de Clan War */
.koc-clanwar-bg-jedi_sith .koc-clanwar-popup{
  background:
    linear-gradient(180deg, rgba(5,10,18,.18), rgba(5,10,18,.88) 40%, rgba(5,10,18,.96) 68%, rgba(5,10,18,.98)),
    linear-gradient(90deg, rgba(16,59,120,.26), rgba(8,12,22,.08) 50%, rgba(144,22,22,.22)),
    url('/assets/img/clanwar_popup_jedi_sith.png') center top / cover no-repeat;
}
.koc-clanwar-bg-jedi_merc .koc-clanwar-popup{
  background:
    linear-gradient(180deg, rgba(5,10,18,.12), rgba(5,10,18,.82) 42%, rgba(5,10,18,.96) 76%, rgba(5,10,18,.98)),
    linear-gradient(90deg, rgba(16,59,120,.28), rgba(8,12,22,.10) 52%, rgba(144,42,22,.24)),
    url('/assets/img/clanwar_popup_jedi_merc.png') center center / cover no-repeat;
}
.koc-clanwar-bg-merc_sith .koc-clanwar-popup{
  background:
    linear-gradient(180deg, rgba(5,10,18,.12), rgba(5,10,18,.82) 42%, rgba(5,10,18,.96) 76%, rgba(5,10,18,.98)),
    linear-gradient(90deg, rgba(16,59,120,.28), rgba(8,12,22,.10) 52%, rgba(144,22,22,.26)),
    url('/assets/img/clanwar_popup_merc_sith.png') center center / cover no-repeat;
}
.koc-clanwar-bg-merc_merc .koc-clanwar-popup{
  background:
    linear-gradient(180deg, rgba(5,10,18,.10), rgba(5,10,18,.80) 42%, rgba(5,10,18,.96) 76%, rgba(5,10,18,.98)),
    linear-gradient(90deg, rgba(16,59,120,.30), rgba(8,12,22,.10) 52%, rgba(144,42,22,.26)),
    url('/assets/img/clanwar_popup_merc_merc.png') center center / cover no-repeat;
}


/* KOC v106: popup compacto para múltiples eventos */
.koc-clanwar-popup-overlay-list{width:min(440px, calc(100vw - 42px));max-width:calc(100vw - 42px);}
.koc-clanwar-popup-list{padding:18px 16px 16px; max-height:calc(100vh - 110px); overflow:auto;}
.koc-clanwar-popup-list-head h2{margin:2px 42px 8px 0;font-size:22px;line-height:1.05;color:#fff}
.koc-clanwar-popup-list-lead{margin:0 0 14px;color:rgba(238,243,255,.84);font-size:13px;line-height:1.35}
.koc-clanwar-card-list{display:grid;gap:12px}
.koc-clanwar-card{
  position:relative; overflow:hidden; border-radius:18px; border:1px solid rgba(245,210,106,.28);
  box-shadow:0 10px 28px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.03);
}
.koc-clanwar-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(4,8,18,.12) 0%, rgba(4,8,18,.40) 42%, rgba(4,8,18,.90) 100%);pointer-events:none}
.koc-clanwar-card-inner{position:relative;z-index:1;padding:14px 14px 13px;color:#eef3ff}
.koc-clanwar-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.koc-clanwar-card-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#f5d26a}
.koc-clanwar-card-countdown{font-size:11px;color:#ffe6a5;font-weight:800}
.koc-clanwar-card-duel{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-bottom:8px}
.koc-clanwar-card-duel strong{font-size:17px;line-height:1.1;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.45)}
.koc-clanwar-card-duel strong:first-child{text-align:left}
.koc-clanwar-card-duel strong:last-child{text-align:right}
.koc-clanwar-card-duel span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;border-radius:10px;background:rgba(231,40,47,.18);border:1px solid rgba(231,40,47,.32);font-weight:1000;font-size:12px}
.koc-clanwar-card-date{font-size:15px;font-weight:900;color:#fff;margin-bottom:5px}
.koc-clanwar-card-meta{font-size:12px;color:rgba(238,243,255,.82);line-height:1.35}
.koc-clanwar-card-role{margin-top:7px;font-size:11px;color:#d8effd;background:rgba(55,183,255,.10);border:1px solid rgba(55,183,255,.20);padding:7px 8px;border-radius:10px}
.koc-clanwar-card-actions{margin-top:10px}
.koc-clanwar-card-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:9px 14px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:1000}
.koc-clanwar-card-btn-primary{color:#08101f;background:linear-gradient(135deg,#f5d26a,#ffeaa6)}
.koc-clanwar-card-jedi_sith{background:linear-gradient(90deg, rgba(16,59,120,.26), rgba(8,12,22,.08) 50%, rgba(144,22,22,.22)), url('/assets/img/clanwar_popup_jedi_sith.png') center center / cover no-repeat}
.koc-clanwar-card-jedi_merc{background:linear-gradient(90deg, rgba(16,59,120,.28), rgba(8,12,22,.10) 52%, rgba(144,42,22,.24)), url('/assets/img/clanwar_popup_jedi_merc.png') center center / cover no-repeat}
.koc-clanwar-card-merc_sith{background:linear-gradient(90deg, rgba(16,59,120,.28), rgba(8,12,22,.10) 52%, rgba(144,22,22,.26)), url('/assets/img/clanwar_popup_merc_sith.png') center center / cover no-repeat}
.koc-clanwar-card-merc_merc{background:linear-gradient(90deg, rgba(16,59,120,.30), rgba(8,12,22,.10) 52%, rgba(144,42,22,.26)), url('/assets/img/clanwar_popup_merc_merc.png') center center / cover no-repeat}
@media(max-width:620px){
  .koc-clanwar-popup-list{padding:14px 12px 12px}
  .koc-clanwar-popup-list-head h2{font-size:19px}
  .koc-clanwar-card-duel{grid-template-columns:1fr;gap:6px}
  .koc-clanwar-card-duel strong{text-align:left !important}
  .koc-clanwar-card-duel span{margin:0 auto}
  .koc-clanwar-card-btn{width:100%}
}


/* KOC v108: margen extra al borde derecho para que nunca se corte la X */
.koc-clanwar-popup-close{right:12px;top:12px;}

/* KOC v134: pestaña lateral para popup de eventos programados minimizado */
.koc-clanwar-minimized-tab{
  position:fixed;
  right:0;
  top:50%;
  transform:translateY(-50%);
  z-index:100000;
  min-height:210px;
  width:48px;
  padding:14px 8px;
  border:1px solid rgba(245,210,106,.52);
  border-right:0;
  border-radius:18px 0 0 18px;
  background:
    linear-gradient(180deg, rgba(11,18,32,.96), rgba(5,8,16,.98)),
    radial-gradient(circle at 50% 20%, rgba(245,210,106,.16), transparent 44%);
  color:#f5d26a;
  box-shadow:
    -12px 0 34px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(255,255,255,.04),
    inset 4px 0 0 rgba(55,183,255,.55);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.koc-clanwar-minimized-tab:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(55,183,255,.36), transparent 24%, transparent 72%, rgba(231,40,47,.34));
  opacity:.65;
  pointer-events:none;
  mask:
    linear-gradient(#000 0 0) left/3px 100% no-repeat,
    linear-gradient(#000 0 0) top/100% 2px no-repeat,
    linear-gradient(#000 0 0) bottom/100% 2px no-repeat;
}
.koc-clanwar-minimized-tab span{
  position:relative;
  z-index:1;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:1000;
  text-shadow:0 0 12px rgba(245,210,106,.24);
  white-space:nowrap;
}
.koc-clanwar-minimized-tab em{
  position:absolute;
  top:10px;
  left:8px;
  z-index:2;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e7282f;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  font-size:11px;
  line-height:1;
  font-style:normal;
  font-weight:1000;
}
.koc-clanwar-minimized-tab:hover{
  width:54px;
  color:#ffeaa6;
  border-color:rgba(245,210,106,.78);
  box-shadow:
    -16px 0 44px rgba(0,0,0,.50),
    0 0 24px rgba(245,210,106,.10),
    inset 4px 0 0 rgba(55,183,255,.75);
}
.koc-clanwar-popup-close{
  font-size:30px;
  font-weight:900;
  line-height:.85;
}
@media(max-width:700px){
  .koc-clanwar-minimized-tab{
    top:auto;
    bottom:88px;
    min-height:172px;
    width:44px;
  }
}


/* KOC v135: área completa clickeable para minimizar/restaurar popup de eventos */
.koc-clanwar-popup-close{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:absolute !important;
  z-index:20 !important;
  pointer-events:auto !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  text-align:center !important;
  touch-action:manipulation !important;
  -webkit-tap-highlight-color:transparent !important;
  user-select:none !important;
}
.koc-clanwar-popup-close::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:999px;
}
.koc-clanwar-popup-close:hover,
.koc-clanwar-popup-close:focus-visible{
  background:rgba(231,40,47,.24) !important;
  border-color:rgba(231,40,47,.65) !important;
  outline:none;
}

.koc-clanwar-minimized-tab{
  pointer-events:auto !important;
  z-index:120500 !important;
  touch-action:manipulation !important;
  -webkit-tap-highlight-color:transparent !important;
  user-select:none !important;
}
.koc-clanwar-minimized-tab::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:transparent;
}
.koc-clanwar-minimized-tab span,
.koc-clanwar-minimized-tab em{
  pointer-events:none !important;
}
