 html { color-scheme: dark; }
    html, body { height: 100%; background: #08090a; margin: 0; padding: 0; overflow-x: hidden; }
    .bg-stars { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: url('/img/stars.png') repeat; z-index: 0; opacity: 0.7; pointer-events: none; animation: moveStars 120s linear infinite; }
    .bg-clouds { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: url('/img/clouds.png') repeat-x; background-size: cover; z-index: 1; opacity: 0.17; pointer-events: none; animation: moveClouds 150s linear infinite; transition: opacity 2.2s; }
    @keyframes moveStars { 0% { background-position: 0 0; } 100% { background-position: 250px 600px; } }
    @keyframes moveClouds { 0% { background-position-x: 0; } 100% { background-position-x: 2000px; } }
    .nk-page-border { position: fixed; z-index: 99999; pointer-events: none; }
    .nk-page-border-t { top: 0; left: 0; width: 100vw; height: 32px; background: url('/img/border-top.png') repeat-x top center; }
    .nk-page-border-b { bottom: 0; left: 0; width: 100vw; height: 32px; background: url('/img/border-bottom.png') repeat-x bottom center; }
    .nk-page-border-l { top: 0; left: 0; width: 32px; height: 100vh; background: url('/img/border-left.png') repeat-y left center; }
    .nk-page-border-r { top: 0; right: 0; width: 32px; height: 100vh; background: url('/img/border-right.png') repeat-y right center; }

    /* NAV */
    .wrapper-nav {
      width: 100vw;
      min-width: 100vw;
      min-height: 94px;
      position: relative;
      z-index: 100;
      background: url('/assets/images/bg/center_nav_bg.png') center center repeat-x;
      box-shadow: 0 4px 18px #1116;
    }
    .center-nav {
      max-width: 1550px;
      min-width: 1050px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-height: 94px;
      position: relative;
    }
      @media (max-width: 1100px) {
      .main-center-box { max-width: 99vw; min-width: unset; }
      .center-nav { min-width: unset; }
    }
    @media (max-width: 700px) {
      .main-center-box { padding: 0 2vw; }
      .center-nav { flex-direction: column; align-items: flex-end; }
    }
@keyframes pulse-badge {
    0%   { box-shadow: 0 0 0 0 #e9262655;}
    70%  { box-shadow: 0 0 0 8px #e9262600;}
    100% { box-shadow: 0 0 0 0 #e9262655;}
}
/* Zvoneček a badge */
.notif-bell-wrap {
    position: relative;
}

.notif-badge {
    position: absolute;
    top: -7px;
    right: -10px;
    background: linear-gradient(90deg, #ffae00 40%, #ffd267 100%);
    color: #332100;
    border-radius: 11px;
    min-width: 17px;
    height: 17px;
    font-size: 0.99em;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ffae00b2, 0 0 3px #0008 inset;
    font-weight: bold;
    z-index: 10;
    border: 1.5px solid #ffeac4;
    text-shadow: 0 1px 2px #fff7, 0 0 2px #aa660055;
}

.notif-bell-wrap {
    position: relative;
}
.notif-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%);
    color: #fffbe5;
    border-radius: 11px;
    min-width: 17px;
    height: 17px;
    font-size: 0.95em;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ffae00b2, 0 0 3px #0008 inset;
    font-weight: bold;
    z-index: 10;
    border: 1.5px solid #ffeac4;
    text-shadow: 0 1px 2px #fff7, 0 0 2px #aa660055;
    animation: notif-blink 1.1s infinite;
}
@keyframes notif-blink {
    0% { background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%); color: #fffbe5; }
    40% { background: linear-gradient(90deg, #ff1a00 20%, #ffe267 100%); color: #fff0f0; box-shadow: 0 0 16px #ff1a00d5; }
    100% { background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%); color: #fffbe5; }
}
.pulse-badge {
    animation: notif-blink 1.1s infinite, pulse-badge 1.5s infinite;
}
@keyframes pulse-badge {
    0%   { box-shadow: 0 0 0 0 #ffe16099;}
    70%  { box-shadow: 0 0 0 9px #ff1a0028;}
    100% { box-shadow: 0 0 0 0 #ffe16099;}
}
.notif-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    min-width: 350px;
    max-width: 420px;
    max-height: 420px;
    background: #28180ef9;
    border: 2.3px solid #ffd267e6;
    border-radius: 14px;
    box-shadow: 0 6px 38px #ffae0035, 0 1px 12px #000a;
    z-index: 88888;
    overflow-y: auto;
    padding-bottom: 8px;
}
.notif-dropdown-header {
    font-weight: bold;
    color: #ffb84c;
    background: #22150af5;
    border-bottom: 2px solid #ffd26755;
    padding: 13px 18px 8px 15px;
    font-size: 1.12em;
    letter-spacing: 1px;
    display: flex; align-items: center; gap: 6px;
}
.notif-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7px;
    padding: 10px 15px 7px 17px;
    border-bottom: 1px solid #ffd26713;
    color: #ffd267;
    background: transparent;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.12s;
}
.notif-item:hover,
.notif-main:active {
    background: #3b1f0c8c;
}
.notif-none {
    color: #ffd26799;
    text-align: center;
    padding: 20px 0;
    font-size: 1.1em;
}
.notif-main {
    flex: 1;
    min-width: 0;
}
.notif-title {
    font-weight: bold;
    font-size: 1.07em;
    color: #ffa647 !important;
    text-decoration: none;
    word-break: break-word;
    letter-spacing: 0.2px;
}
.notif-message {
    color: #fff;
    font-size: 0.97em;
    margin: 1px 0 0 0;
}
.notif-time {
    color: #fff7c4a6;
    font-size: 0.89em;
    margin-top: 1px;
}
.notif-close {
    border: none;
    background: transparent;
    color: #ffd267;
    font-size: 1.12em;
    cursor: pointer;
    padding: 0 0 0 7px;
    opacity: 0.84;
    transition: color 0.14s, opacity 0.15s;
}
.notif-close:hover { color: #ff4040; opacity: 1; }
@media (max-width: 600px) {
    .notif-dropdown { min-width: 97vw; right: -15vw; left: auto; }
}
.nav_content{
  display:flex; align-items:center;          /* rodič */
}

.nav_links{
  display:flex; align-items:center; gap:18px;
  margin-right:auto;                         /* odtlačí vše napravo, blok půjde vlevo */
}

.nav_link{
  display:inline-flex; align-items:center; gap:8px;
  padding:15px 30px; border-radius:10px;     /* ; doplněno */
  text-decoration:none; color:#ffd267; font-weight:600; position:relative;
  transition:background .15s, box-shadow .15s, transform .12s;
}
.nav_link:hover{ background:#3b1f0c8c; box-shadow:0 0 15px #ffae0044 inset; }

.nav_badge{
  margin-left:6px; padding:0 6px; min-width:30px; height:18px;
  display:inline-flex; align-items:center; justify-content:center; font-size:.86em; color:#332100;
  background:linear-gradient(90deg,#ffae00 40%,#ffd267 100%);
  border:1px solid #ffeac4; border-radius:11px; box-shadow:0 0 10px #ffae0088,0 0 3px #0008 inset;
}

.expansion-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5rem;
  margin: 46px 0 38px 0;
}
.exp-card {
  width: 260px;
  background: rgba(10,12,17,0.97);
  border: 2.5px solid #232733;
  border-radius: 18px;
  padding: 1.4rem 1.4rem 1rem 1.4rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 24px #2225;
  transition: border-color 0.2s, box-shadow 0.22s, transform 0.19s;
  position: relative;
  user-select: none;
  outline: none;
  border: 2.5px solid #232733;
}
.exp-card:hover,
.exp-card:focus {
  border-color: #e99b1d;
  box-shadow: 0 4px 28px #c7852c99, 0 0 0 2px #ffca5160;
  transform: translateY(-8px) scale(1.03);
}
.exp-card .exp-name {
  font-family: 'Ringbearer', serif;
  color: #ffe877;
  font-size: 1.7rem;
  margin-bottom: 0.19rem;
  text-shadow: 0 0 7px #000, 0 0 2px #111;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.exp-card .exp-ver {
  font-family: 'FrizQuadrataRegular', serif;
  color: #e7e6cc;
  font-size: 1.14rem;
  margin-bottom: 0.7rem;
  margin-top: -0.1rem;
  text-shadow: 0 0 3px #0008;
}
.exp-card img {
  width: 134px;
  height: 134px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0.55rem;
  background: transparent;
  border: none;
  box-shadow: none;
}
.exp-card .exp-user {
  color: #cde1ff;
  font-size: 1.09rem;
  font-family: 'FrizQuadrataRegular', serif;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0.09rem;
  margin-top: 0.4rem;
}
.action-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 54px 0 34px 0;
}
.centered-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.admin-panel-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 36px;
  text-decoration: none;
  font-weight: bold;
}
.exp-timer {
  display: block;
  margin-top: .5rem;
  font-family: 'FrizQuadrataRegular';
  color: #ffe877;
  text-shadow: 0 0 5px #000;
}
.disabled-link { pointer-events: none; opacity: .6; 
}

@font-face {
    font-family: 'Ringbearer';
    src: url('/assets/fonts/Ringbearer.ttf');
}

      a { text-decoration: none; }
      #wrapper {
        max-width: 1550px;
        min-width: 1550px;
        margin: 0px auto;
        box-shadow: 0px -10px 25px 5px #070707;
        border: 1px solid #111;
      }
      @media (max-width: 900px) {
        #wrapper {
          max-width: 100vw;
          min-width: unset;
        }
        .accordion ul {
          display: block;
        }
        .accordion ul li {
          display: block;
          width: 100% !important;
          margin-bottom: 20px;
        }
        .accordion ul li a div.wrapper {
          height: 200px;
        }
        .background {
          height: 160px;
        }
      }
      .background {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
      }
      #headerLeftShadow {
        position: absolute;
        height: 120px;
        width: 300px;
        filter: drop-shadow(0px 3px 5px #070707);
        z-index: 1;
      }
      #headerLeft {
        height: 100%;
        width: 100%;
        padding-right: 10px;
        background-color: #111;
        background-image: url('/img/exclusive-paper.png');
        box-shadow: inset 0 -90px 50px -20px #222;
        clip-path: polygon(
          0 0, 100% 0, 100% calc(100% - 40px),
          calc(100% - 25px) 100%, 100% 100%, 0 100%
        );
      }
      #logo {
        background: 50px 5px no-repeat url('/img/logo.png');
        background-size: contain;
        width: 300px;
        height: 120px;
        z-index: 3;
        position: absolute;
        opacity: 0.8;
        transition: all 500ms ease;
      }
      #logo:hover { opacity: 1; }
      .headerLink {
        float: right;
        line-height: 70px;
        height: 100%;
        background: linear-gradient(to right, #f6c564 , #dda32e);
        opacity: 0.8;
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        color: #262525;
        font-weight: bold;
        font-family: 'FrizQuadrataRegular';
        box-shadow: inset 0px 30px 35px -20px #fcecb7, inset 0px -30px 35px -20px #8d5f02;
        text-shadow: 1px 1px 3px #fcecb7;
        margin-right: -40px;
        padding: 0px 60px;
        clip-path: polygon(
          40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%
        );
        transition: all 500ms ease;
      }
      .headerLink.last {
        padding: 0px 30px 0px 60px;
        margin-right: 0px;
        clip-path: polygon(
          40px 0, 100% 0, 100% 100%, 0 100%
        );
      }
      .headerLink span {
        display: block;
        position: relative;
        bottom: 25px;
        line-height: 15px;
        font-size: 9px;
        font-weight: normal;
      }
      .headerLink:hover { opacity: 1; }
      .clear { clear: both; }
      #content {
        width: 100%;
        height: 800px;
        border-bottom: 1px solid #2d2d2d;
      }
      @media only screen and (min-width: 1070px) {
        #wrapper { max-width: 1050px; min-width: 1050px; }
        .headerLink { padding: 0px 30px; }
        .accordion ul {
          width: 100%;
          display: table;
          table-layout: fixed;
          margin: 0;
          padding: 0;
          border-collapse: collapse;
        }
        .accordion ul li {
          display: table-cell;
          vertical-align: bottom;
          width: 25%;
          transition: all 500ms ease;
          border: 1px solid #111;
        }
        .accordion ul li a div.wrapper {
          display: table;
          height: 800px;
          width: 100%;
          position: relative;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.6);
          box-shadow: inset 0px 10px 10px -10px #070707;
        }
        .accordion ul li a div.background {
          z-index: 1;
          position: absolute;
          top: 0px;
          left: 0px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: auto 100%;
          height: 100%;
          width: 100%;
          transition: all 500ms ease;
          filter: blur(5px);
          box-shadow: inset 0px 300px 100px -200px #666, inset 0px -300px 100px -200px #1b1b1b;
        }
      }
      .accordion ul li a div.text {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-family: 'Ringbearer';
        text-align: center;
        padding: 10px;
        position: relative;
        z-index: 2;
        opacity: 1 !important;
      }
      .accordion ul li a div.text span {
        display: block;
        padding: 2px;
        text-shadow: 0 0 15px #333;
        filter: drop-shadow(0 0 2px #000);
      }
      .accordion ul li a div.text span.realmName { font-size: 40px; }
      .accordion ul li a div.text span.realmExpansion { font-size: 15px; }
      .accordion ul li a div.text span.realmPatch {
        font-size: 15px;
        visibility: hidden;
        opacity: 0;
      }
      .accordion ul li a div.text span.realmLang {
        font-size: 15px;
        visibility: hidden;
        opacity: 0;
      }
      .accordion ul:hover li { width: 25%; }
      .accordion ul:hover li:hover { width: 80%; }
      .accordion ul:hover li:hover a div.wrapper:not(.wip) { background: rgba(0, 0, 0, 0); }
      .accordion ul:hover li:hover a div.wrapper div.background { filter: blur(1px); }
      .accordion ul:hover li:hover a div.wrapper.wip div.background { filter: grayscale(80%) blur(1px); }
      .accordion ul:hover li:hover a div.background {
        box-shadow: inset 0px 300px 100px -200px #2d2d2d,
          inset 0px -300px 100px -200px #050505;
      }
      .accordion ul:hover li:hover a div.text * { opacity: 1; visibility: visible; }
      .about-text {
        font-size: clamp(1rem, 1.8vw, 1.125rem);
        color: #cdddfb;
        line-height: 1.8;
        background: rgba(5, 20, 30, 0.45);
        padding: clamp(0.75rem, 2.5vw, 20px);
        border-radius: 10px;
        backdrop-filter: blur(5px);
        border-bottom: 1px solid rgba(0, 150, 255, 0.1);
        text-shadow: 0 0 4px rgba(0, 100, 180, 0.2);
        margin-top: clamp(1rem, 3vh, 2rem);
      }
      .tab-btn {
        background: none;
        border: none;
        font-size: clamp(0.875rem, 1.6vw, 1rem);
        color: white;
        opacity: 0.7;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        transition: all 0.3s;
      }
      .nk-page-border {
        position: fixed;
        z-index: 99999;
        pointer-events: none;
      }
      .nk-page-border-t {
        top: 0; left: 0;
        width: 100vw;
        height: 32px;
        background: url('/img/border-top.png') repeat-x top center;
      }
      .nk-page-border-b {
        bottom: 0; left: 0;
        width: 100vw;
        height: 32px;
        background: url('/img/border-bottom.png') repeat-x bottom center;
      }
      .nk-page-border-l {
        top: 0; left: 0;
        width: 32px;
        height: 100vh;
        background: url('/img/border-left.png') repeat-y left center;
      }
      .nk-page-border-r {
        top: 0; right: 0;
        width: 32px;
        height: 100vh;
        background: url('/img/border-right.png') repeat-y right center;
      }
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        background: #08090a;
      }
      .bg-stars {
        position: fixed;
        top: 0; left: 0;
        width: 100vw; height: 100vh;
        background: url('/img/stars.png') repeat;
        z-index: 0;
        opacity: 0.7;
        pointer-events: none;
        animation: moveStars 120s linear infinite;
      }
      @keyframes moveStars {
        0% { background-position: 0 0; }
        100% { background-position: 250px 600px; }
      }
      .bg-clouds {
        position: fixed;
        top: 0; left: 0;
        width: 100vw; height: 100vh;
        background: url('/img/clouds.png') repeat-x;
        background-size: cover;
        z-index: 1;
        opacity: 0.17;
        pointer-events: none;
        animation: moveClouds 150s linear infinite;
        transition: opacity 2.2s;
      }
      @keyframes moveClouds {
        0% { background-position-x: 0; }
        100% { background-position-x: 2000px; }
      }
      .main-content {
        position: relative;
        z-index: 10;
        min-height: 100vh;
        color: #ffe877;
        font-size: 2rem;
        text-align: center;
        padding-top: 100px;
      }
      .disabled-link {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.6;
        filter: grayscale(50%);
      }
      .realm-timer {
        display: block;
        font-size: 1.2em;
        color: #ffe877;
        margin-bottom: 6px;
        font-family: 'FrizQuadrataRegular', sans-serif;
        text-shadow: 0 0 7px #000, 0 0 2px #224;
        letter-spacing: 0.05em;
      }

@media (max-width: 700px) {
  #modal-box {
    min-width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 10px 3vw;
  }
 .mince-action-btn {
            display: inline-block;
            margin-top: 3px;
            margin-left: 2px;
            padding: 2px 12px;
            background: linear-gradient(90deg, #ff8300 40%, #ffa647 100%);
            color: #2b1906 !important;
            font-size: 1em;
            font-weight: bold;
            border-radius: 5px;
            text-shadow: none;
            box-shadow: 0 1px 7px #ff830080;
            border: 1px solid #ffa647;
            cursor: pointer;
            transition: all 0.13s cubic-bezier(0.4,0,0.2,1);
            outline: none;
        }
.lang-topright {
       position: fixed;
        top: 16px;
        right: 28px;
        z-index: 99999;
}
 @media (max-width: 700px) {
 .lang-topright { right: 6px; top: 6px; }
 }
 .lang-dropdown {
     position: relative;
            display: inline-block;
        }
        .lang-current {
            display: flex;
            align-items: center;
            cursor: pointer;
            background: #221;
            border-radius: 9px;
            padding: 4px 13px;
            box-shadow: 0 2px 10px #0008;
            gap: 8px;
            font-family: Beaufort, serif;
            font-size: 1em;
            color: #ffa647;
            transition: background 0.14s;
        }
        .lang-current:hover { background: #341d08;}
        .lang-current img { border-radius: 4px; }
        .lang-options {
            display: none;
            position: absolute;
            right: 0;
            top: 40px;
            min-width: 110px;
            background: #22160f;
            box-shadow: 0 2px 18px #000b;
            border-radius: 10px;
            padding: 6px 0;
            z-index: 9999;
        }
        .lang-options a {
            display: flex;
            align-items: center;
            gap: 9px;
            color: #ffa647;
            font-family: Beaufort, serif;
            font-size: 1em;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 7px;
            transition: background 0.11s, color 0.10s;
        }
        .lang-options a:hover { background: #341d08; color: #fff; }
        .lang-dropdown.active .lang-options { display: block; }
        body { min-height: 100vh; }
}
.mince-action-btn:hover,
        .mince-action-btn:focus {
            background: linear-gradient(90deg, #ffb054 40%, #ffe9c1 100%);
            color: #bb7500 !important;
            box-shadow: 0 2px 16px #ffae0088;
            transform: translateY(-2px) scale(1.06);
            text-decoration: none;
        }

/* Celý box */
.dropbox {
    padding: 10px 0;
}
.dropdown-group {
    margin-bottom: 6px;
}
.dropdown-toggle {
    width: 100%;
    background: none;
    border: none;
    color: #ffa647;
    font-weight: bold;
    font-size: 1em;
    padding: 6px 0;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    transition: color 0.2s;
}
.dropdown-toggle:hover { color: #fff2c1; }
.dropdown-menu {
    display: none;
    padding-left: 15px;
    margin-top: 2px;
}
.dropdown-group.open .dropdown-menu {
    display: block;
}
.dropdown-menu a {
    display: block;
    color: #ffebcd;
    text-decoration: none;
    padding: 2px 0;
    font-size: 0.98em;
}
.dropdown-menu a:hover { color: #ffa647; }

.pulse-badge {
    animation: pulse-badge 1.3s infinite;
}
@keyframes pulse-badge {
    0%   { box-shadow: 0 0 0 0 #e9262655;}
    70%  { box-shadow: 0 0 0 8px #e9262600;}
    100% { box-shadow: 0 0 0 0 #e9262655;}
}
/* Zvoneček a badge */
.notif-bell-wrap {
    position: relative;
}

.notif-badge {
    position: absolute;
    top: -7px;
    right: -10px;
    background: linear-gradient(90deg, #ffae00 40%, #ffd267 100%);
    color: #332100;
    border-radius: 11px;
    min-width: 17px;
    height: 17px;
    font-size: 0.99em;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ffae00b2, 0 0 3px #0008 inset;
    font-weight: bold;
    z-index: 10;
    border: 1.5px solid #ffeac4;
    text-shadow: 0 1px 2px #fff7, 0 0 2px #aa660055;
}

.notif-bell-wrap {
    position: relative;
}
.notif-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%);
    color: #fffbe5;
    border-radius: 11px;
    min-width: 17px;
    height: 17px;
    font-size: 0.95em;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ffae00b2, 0 0 3px #0008 inset;
    font-weight: bold;
    z-index: 10;
    border: 1.5px solid #ffeac4;
    text-shadow: 0 1px 2px #fff7, 0 0 2px #aa660055;
    animation: notif-blink 1.1s infinite;
}
@keyframes notif-blink {
    0% { background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%); color: #fffbe5; }
    40% { background: linear-gradient(90deg, #ff1a00 20%, #ffe267 100%); color: #fff0f0; box-shadow: 0 0 16px #ff1a00d5; }
    100% { background: linear-gradient(90deg, #ff6900 30%, #ffd267 100%); color: #fffbe5; }
}
.pulse-badge {
    animation: notif-blink 1.1s infinite, pulse-badge 1.5s infinite;
}
@keyframes pulse-badge {
    0%   { box-shadow: 0 0 0 0 #ffe16099;}
    70%  { box-shadow: 0 0 0 9px #ff1a0028;}
    100% { box-shadow: 0 0 0 0 #ffe16099;}
}
.notif-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    min-width: 350px;
    max-width: 420px;
    max-height: 420px;
    background: #28180ef9;
    border: 2.3px solid #ffd267e6;
    border-radius: 14px;
    box-shadow: 0 6px 38px #ffae0035, 0 1px 12px #000a;
    z-index: 88888;
    overflow-y: auto;
    padding-bottom: 8px;
}
.notif-dropdown-header {
    font-weight: bold;
    color: #ffb84c;
    background: #22150af5;
    border-bottom: 2px solid #ffd26755;
    padding: 13px 18px 8px 15px;
    font-size: 1.12em;
    letter-spacing: 1px;
    display: flex; align-items: center; gap: 6px;
}
.notif-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7px;
    padding: 10px 15px 7px 17px;
    border-bottom: 1px solid #ffd26713;
    color: #ffd267;
    background: transparent;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.12s;
}
.notif-item:hover,
.notif-main:active {
    background: #3b1f0c8c;
}
.notif-none {
    color: #ffd26799;
    text-align: center;
    padding: 20px 0;
    font-size: 1.1em;
}
.notif-main {
    flex: 1;
    min-width: 0;
}
.notif-title {
    font-weight: bold;
    font-size: 1.07em;
    color: #ffa647 !important;
    text-decoration: none;
    word-break: break-word;
    letter-spacing: 0.2px;
}
.notif-message {
    color: #fff;
    font-size: 0.97em;
    margin: 1px 0 0 0;
}
.notif-time {
    color: #fff7c4a6;
    font-size: 0.89em;
    margin-top: 1px;
}
.notif-close {
    border: none;
    background: transparent;
    color: #ffd267;
    font-size: 1.12em;
    cursor: pointer;
    padding: 0 0 0 7px;
    opacity: 0.84;
    transition: color 0.14s, opacity 0.15s;
}
.notif-close:hover { color: #ff4040; opacity: 1; }
@media (max-width: 600px) {
    .notif-dropdown { min-width: 97vw; right: -15vw; left: auto; }
}
/* Hlavní box pro obsah donate */
.donate-container {
    max-width: 1220px;
    margin: 54px auto 0 auto;
    background: none;
    padding: 0 24px 50px 24px;
}

/* Info text - hlavní sekce */
.donate-info-box {
    background: rgba(25, 17, 14, 0.87);
    border-radius: 15px;
    padding: 32px 28px 25px 28px;
    box-shadow: 0 0 18px #1c0d08e6;
    margin-bottom: 36px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.donate-info-box .donate-title {
    color: #ffa647;
    font-family: 'Beaufort Bold', serif;
    font-size: 2.1em;
    margin-bottom: 14px;
}
.donate-info-box strong,
.donate-info-box b,
.donate-info-box .donate-danger {
    color: #ff4848 !important;
    font-weight: bold;
    letter-spacing: .5px;
}
.donate-info-box .donate-currency {
    color: #ffa647;
    font-weight: bold;
}
.donate-info-box a {
    color: #6ad2fa !important;
    text-decoration: underline;
}

/* --- Nový layout pro 3 boxy vedle sebe --- */
.donate-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 26px;
    justify-items: center;
    margin-top: 18px;
}

.donate-card-box {
    background: #1a1a1adc;
    border-radius: 18px;
    border: 1.7px solid #393939;
    box-shadow: 0 4px 28px #0008, 0 1px 12px #ffa64718;
    padding: 22px 12px 18px 12px;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .14s, box-shadow .14s;
    position: relative;
}
.donate-card-box:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: #ffa647;
    box-shadow: 0 6px 38px #ffbe3748, 0 1px 20px #ffa64740;
}
.donate-card-box img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}
.donate-mince {
    color: #ffa647;
    font-size: 1.17em;
    font-family: 'Beaufort Bold', serif;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}
.donate-price {
    color: #ffd995;
    font-size: 1.08em;
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
}
.donate-bonus {
    color: #38e73e;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}
.donate-bonus.no-bonus {
    color: #ff4848;
    font-size: .97em;
    font-weight: 500;
}
.donate-pay-btn {
    background: linear-gradient(90deg, #ff8300 40%, #ffa647 100%);
    color: #2b1906;
    border-radius: 10px;
    font-size: 1.09em;
    font-weight: bold;
    border: 1.5px solid #ffa647;
    padding: 10px 0;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 1px 8px #ff830080;
    transition: .13s;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}
.donate-pay-btn:hover { filter: brightness(1.08); }

.donate-currency-switch {
    text-align: center;
    margin: 20px auto 6px auto;
}
.donate-currency-switch .btn {
    min-width: 130px;
    font-size: 1.06em;
    font-weight: bold;
    margin: 0 7px 7px 0;
    border-radius: 11px;
    letter-spacing: .5px;
}
.donate-currency-switch .btn-warning {
    color: #222 !important;
    background: linear-gradient(90deg, #ff8300 40%, #ffa647 100%);
    border: 1.5px solid #ffa647;
}
.donate-currency-switch .btn-outline-light {
    color: #ffd995 !important;
    border: 1.5px solid #ffa647;
}

/* --- Responsivita pro tablety a mobily --- */
@media (max-width: 1100px) {
    .donate-card-box { max-width: 250px; }
    .donate-cards-wrap { gap: 20px 14px; }
}
@media (max-width: 850px) {
    .donate-cards-wrap { flex-direction: column; gap: 20px 0; }
    .donate-card-box { max-width: 96vw; min-width: 0; padding: 18px 6vw 16px 6vw; }
}
@media (max-width: 600px) {
    .donate-container { padding: 0 1vw 24vw 1vw; }
    .donate-info-box { padding: 7vw 3vw 4vw 3vw; font-size: .97em; }
    .donate-title { font-size: 1.3em !important; }
}
@media (max-width: 1100px) {
    .donate-cards-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .donate-cards-wrap {
        grid-template-columns: 1fr;
    }
    .donate-card-box {
        max-width: 99vw;
    }
