@import url("../../prosilver/theme/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Share+Tech+Mono&display=swap");

/* ══ RapidR3D — Cyberpunk 2077 Style ══ */

/* ── Reset: Alles schwarz ── */
html, body, #wrap, #page-body, .wrap,
div, table, tr, td, th, fieldset, dl, dd, dt,
.inner, .panel, .post-body, .post,
ul.topiclist, ul.forums, .action-bar,
#page-header, #page-footer,
.headerbar, .navbar,
.forabg, .forumbg,
li.row, li.row-item,
.bg1, .bg2, .bg3,
span, p, h1, h2, h3, h4, label, legend {
    background-color: #0c0c0c !important;
    color: #d4d4d4 !important;
    border-color: rgba(232,51,58,0.2) !important;
    font-family: 'Rajdhani', sans-serif !important;
}

/* ── Header ── */
#page-header, .headerbar, #header-nav {
    background: #0c0c0c !important;
    border-bottom: 2px solid #E8333A !important;
    box-shadow: 0 0 20px rgba(232,51,58,0.15) !important;
}
.headerbar h1, .headerbar h1 a {
    color: #FACC15 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 24px !important;
    text-shadow: 0 0 10px rgba(250,204,21,0.3) !important;
}
.headerbar p {
    color: #E8333A !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* ── Links: Cyan, Hover Gelb ── */
a, a:link, a:visited, a:active {
    color: #00f0ff !important;
    transition: all 0.15s !important;
    text-decoration: none !important;
}
a:hover {
    color: #FACC15 !important;
    text-shadow: 0 0 6px rgba(250,204,21,0.4) !important;
}

/* ── Navigation ── */
.navbar, #nav-main, .nav-tabs {
    background: #0c0c0c !important;
    border: 1px solid rgba(232,51,58,0.3) !important;
    border-radius: 0 !important;
}
.navbar a, #nav-main a {
    color: #d4d4d4 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}
.navbar a:hover {
    color: #FACC15 !important;
}
li.active, .tab.activetab {
    background: rgba(232,51,58,0.15) !important;
    border: 1px solid #E8333A !important;
    border-radius: 0 !important;
    box-shadow: 0 0 8px rgba(232,51,58,0.2) !important;
}
li.active a, .tab.activetab a {
    color: #FACC15 !important;
}

/* ── Forum Panels — Cyberpunk Karten ── */
.forabg, .forumbg {
    background: #111111 !important;
    border: 1px solid #E8333A !important;
    border-radius: 0 !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 0 10px rgba(232,51,58,0.1), inset 0 0 30px rgba(232,51,58,0.03) !important;
}

/* ── Kategorie-Header: Gelber Text auf dunklem Rot ── */
.forabg .header, .forumbg .header,
li.header, li.header dd {
    background: linear-gradient(90deg, rgba(232,51,58,0.25), rgba(232,51,58,0.08)) !important;
    color: #FACC15 !important;
    border-bottom: 1px solid #E8333A !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    font-family: 'Share Tech Mono', monospace !important;
    padding: 12px 15px !important;
    text-shadow: none !important;
}
li.header dt, li.header dt a {
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: 'Rajdhani', sans-serif !important;
    letter-spacing: 3px !important;
    color: #FACC15 !important;
    text-shadow: 0 0 10px rgba(250,204,21,0.4), 0 0 25px rgba(250,204,21,0.15) !important;
}
.forabg .header a, .forumbg .header a,
li.header a {
    color: #FACC15 !important;
}
.forabg .header::after, .forumbg .header::after {
    content: '' !important;
    display: block !important;
    height: 1px !important;
    background: linear-gradient(90deg, #E8333A, transparent) !important;
}

/* ── Zeilen ── */
li.row, li.row-item {
    background: #111111 !important;
    border-bottom: 1px solid rgba(232,51,58,0.15) !important;
    border-left: 2px solid transparent !important;
    transition: all 0.15s !important;
    padding: 10px 15px !important;
}
li.row:hover, li.row-item:hover {
    background: rgba(232,51,58,0.08) !important;
    border-left: 2px solid #E8333A !important;
    box-shadow: inset 0 0 20px rgba(232,51,58,0.05) !important;
}

/* ── Forum/Topic Titel ── */
a.forumtitle {
    color: #00f0ff !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,240,255,0.5), 0 0 20px rgba(0,240,255,0.25), 0 0 40px rgba(0,240,255,0.1) !important;
}
a.forumtitle:hover {
    color: #FACC15 !important;
    text-shadow: 0 0 10px rgba(250,204,21,0.5), 0 0 20px rgba(250,204,21,0.25) !important;
}
a.topictitle {
    color: #FACC15 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-shadow: 0 0 6px rgba(250,204,21,0.3) !important;
    letter-spacing: 0.5px !important;
}
a.topictitle:hover {
    color: #00f0ff !important;
    text-shadow: 0 0 10px rgba(0,240,255,0.4) !important;
}

/* ── Beschreibungen ── */
.forum-description, .topic-description {
    color: #808080 !important;
    font-size: 12px !important;
}
dd.posts, dd.topics, dd.views, dd.lastpost {
    color: #808080 !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 12px !important;
}

/* ── Zahlen — Cyan ── */
dd.posts strong, dd.topics strong, dd.views strong {
    color: #00f0ff !important;
    font-family: 'Share Tech Mono', monospace !important;
    text-shadow: 0 0 4px rgba(0,240,255,0.2) !important;
}
.statistics strong, .stat-block strong {
    color: #E8333A !important;
}

/* ── Usernames — Gelb ── */
.username, .username-coloured, .postprofile .username {
    color: #FACC15 !important;
    font-weight: 700 !important;
    font-family: 'Share Tech Mono', monospace !important;
}

/* ── Posts ── */
.post, .post-body, .postbody {
    background: #111111 !important;
    border: 1px solid rgba(232,51,58,0.2) !important;
    border-radius: 0 !important;
}
.postprofile, .postprofile-info {
    background: #0c0c0c !important;
    border-right: 1px solid rgba(232,51,58,0.2) !important;
}
.content, .postbody .content {
    color: #d4d4d4 !important;
    line-height: 1.7 !important;
    font-size: 14px !important;
}

/* ── Post Titel gelb ── */
.post-body h3, .post-body h3 a, div.postbody h3 a {
    color: #FACC15 !important;
    text-shadow: 0 0 6px rgba(250,204,21,0.3) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* ── Post Links ── */
.content a.postlink {
    color: #00f0ff !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.15s !important;
}
.content a.postlink:hover {
    color: #FACC15 !important;
    text-shadow: 0 0 4px rgba(250,204,21,0.3) !important;
}
.post .author {
    border-bottom: 1px solid rgba(232,51,58,0.15) !important;
    color: #808080 !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 11px !important;
}

/* ── Buttons — Rot mit Cyberpunk-Ecken ── */
.button, .button1, .button2, input[type="submit"],
a.button, a.button1, a.button2,
input.button, input.button1, input.button2 {
    background: #E8333A !important;
    color: #fff !important;
    border: 1px solid #ff4757 !important;
    border-radius: 0 !important;
    padding: 6px 16px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    font-family: 'Rajdhani', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.15s !important;
    box-shadow: 0 0 8px rgba(232,51,58,0.2) !important;
    text-shadow: none !important;
}
.button:hover, .button1:hover, .button2:hover,
input[type="submit"]:hover, a.button:hover {
    background: #FACC15 !important;
    color: #0c0c0c !important;
    border-color: #FACC15 !important;
    box-shadow: 0 0 15px rgba(250,204,21,0.3) !important;
}
.button a, .button1 a, .button2 a {
    color: inherit !important;
    text-shadow: none !important;
}

/* ── Input-Felder ── */
input[type="text"], input[type="password"], input[type="email"],
input[type="url"], input[type="number"], input[type="search"],
textarea, select, .inputbox {
    background: #0c0c0c !important;
    border: 1px solid rgba(232,51,58,0.3) !important;
    border-radius: 0 !important;
    color: #d4d4d4 !important;
    padding: 8px 12px !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 13px !important;
}
input:focus, textarea:focus, select:focus, .inputbox:focus {
    border-color: #00f0ff !important;
    box-shadow: 0 0 8px rgba(0,240,255,0.15) !important;
    outline: none !important;
}

/* ── Panels ── */
.panel, fieldset, dl.faq, .postingbox {
    background: #111111 !important;
    border: 1px solid rgba(232,51,58,0.2) !important;
    border-radius: 0 !important;
}
dl.faq dt, legend {
    color: #FACC15 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* ── Wer ist Online / Stats ── */
#info_open, .stat-block, .statistics {
    background: #111111 !important;
    border: 1px solid rgba(232,51,58,0.2) !important;
    border-radius: 0 !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 12px !important;
    color: #808080 !important;
}
h3, .stat-block h3 {
    color: #E8333A !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* ── Footer ── */
#page-footer, .copyright, #footer {
    background: #0c0c0c !important;
    color: #555 !important;
    border-top: 1px solid rgba(232,51,58,0.2) !important;
    font-size: 11px !important;
    font-family: 'Share Tech Mono', monospace !important;
}

/* ── Breadcrumbs ── */
.breadcrumbs, .navlinks {
    border-bottom: 1px solid rgba(232,51,58,0.15) !important;
}
.breadcrumbs a, .navlinks a {
    color: #808080 !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}
.breadcrumbs a:hover, .navlinks a:hover {
    color: #00f0ff !important;
}

/* ── Pagination ── */
.pagination a, .pagination strong, .page-number a {
    background: #111111 !important;
    border: 1px solid rgba(232,51,58,0.2) !important;
    border-radius: 0 !important;
    color: #808080 !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 11px !important;
}
.pagination a:hover {
    border-color: #00f0ff !important;
    color: #00f0ff !important;
}

/* ── Dropdown ── */
.dropdown-container .dropdown {
    background: #111111 !important;
    border: 1px solid #E8333A !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 10px rgba(232,51,58,0.1) !important;
}
.dropdown-container .dropdown li a {
    color: #d4d4d4 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
}
.dropdown-container .dropdown li a:hover {
    background: rgba(232,51,58,0.12) !important;
    color: #FACC15 !important;
}

/* ── Online Status ── */
.online {
    color: #00f0ff !important;
    text-shadow: 0 0 4px rgba(0,240,255,0.3) !important;
}

/* ── Danger Labels ── */
.warning, .error {
    color: #E8333A !important;
    font-family: 'Share Tech Mono', monospace !important;
    text-transform: uppercase !important;
}

/* ── Login Box ── */
.login-box {
    background: #111111 !important;
    border: 1px solid #E8333A !important;
    border-radius: 0 !important;
    box-shadow: 0 0 15px rgba(232,51,58,0.1) !important;
}
.login-box h3 {
    color: #FACC15 !important;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0c0c0c; }
::-webkit-scrollbar-thumb { background: #E8333A; }
::-webkit-scrollbar-thumb:hover { background: #FACC15; }

/* ── Selection ── */
::selection {
    background: #E8333A !important;
    color: #fff !important;
}

/* ── Homepage Bar (injected via JS in footer) ── */
#rapidr3d-home-bar {
    display: block;
    background: linear-gradient(90deg, rgba(232,51,58,0.15), transparent);
    padding: 10px 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00f0ff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(232,51,58,0.2);
}
#rapidr3d-home-bar:hover {
    background: rgba(232,51,58,0.2);
    color: #FACC15 !important;
}

/* ── Admin Avatar Animation ── */
/* ── Cyberpunk Tech Frame ── */
img.avatar {
    max-width: 100px !important;
    max-height: 75px !important;
    border-radius: 0 !important;
    padding: 6px !important;
    background:
        linear-gradient(135deg, #E8333A 8px, transparent 8px) top left,
        linear-gradient(-135deg, #00f0ff 8px, transparent 8px) top right,
        linear-gradient(45deg, #00f0ff 8px, transparent 8px) bottom left,
        linear-gradient(-45deg, #E8333A 8px, transparent 8px) bottom right,
        linear-gradient(to right, #E8333A, #E8333A) top left,
        linear-gradient(to right, #E8333A, #E8333A) bottom right,
        linear-gradient(to bottom, #00f0ff, #00f0ff) top right,
        linear-gradient(to bottom, #00f0ff, #00f0ff) bottom left,
        linear-gradient(to right, #E8333A, #00f0ff) top center,
        linear-gradient(to right, #00f0ff, #E8333A) bottom center !important;
    background-size:
        12px 12px, 12px 12px, 12px 12px, 12px 12px,
        40% 2px, 40% 2px,
        2px 40%, 2px 40%,
        30% 1px, 30% 1px !important;
    background-repeat: no-repeat !important;
    background-position:
        top left, top right, bottom left, bottom right,
        top left, bottom right,
        top right, bottom left,
        top center, bottom center !important;
    box-shadow:
        -6px -6px 0 -4px #E8333A, 6px -6px 0 -4px #00f0ff,
        -6px 6px 0 -4px #00f0ff, 6px 6px 0 -4px #E8333A,
        -6px -6px 8px -2px rgba(232,51,58,0.6), 6px -6px 8px -2px rgba(0,240,255,0.6),
        -6px 6px 8px -2px rgba(0,240,255,0.6), 6px 6px 8px -2px rgba(232,51,58,0.6) !important;
    animation: techGlow 2s ease-in-out infinite, glitchShake 4s steps(1) infinite, coinSpin 3s ease-in-out infinite !important;
}

@keyframes techGlow {
    0%, 100% {
        filter: drop-shadow(0 0 4px rgba(232,51,58,0.4)) drop-shadow(0 0 10px rgba(0,240,255,0.2));
        box-shadow:
            -6px -6px 0 -4px #E8333A, 6px -6px 0 -4px #00f0ff,
            -6px 6px 0 -4px #00f0ff, 6px 6px 0 -4px #E8333A,
            -6px -6px 12px -2px rgba(232,51,58,0.8), 6px -6px 12px -2px rgba(0,240,255,0.8),
            -6px 6px 12px -2px rgba(0,240,255,0.8), 6px 6px 12px -2px rgba(232,51,58,0.8);
    }
    25% {
        filter: drop-shadow(0 0 6px rgba(232,51,58,0.6)) drop-shadow(0 0 15px rgba(0,240,255,0.3));
        box-shadow:
            -6px -6px 0 -4px #00f0ff, 6px -6px 0 -4px #FACC15,
            -6px 6px 0 -4px #FACC15, 6px 6px 0 -4px #00f0ff,
            -6px -6px 12px -2px rgba(0,240,255,0.8), 6px -6px 12px -2px rgba(250,204,21,0.8),
            -6px 6px 12px -2px rgba(250,204,21,0.8), 6px 6px 12px -2px rgba(0,240,255,0.8);
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(232,51,58,0.7)) drop-shadow(0 0 20px rgba(0,240,255,0.4));
        box-shadow:
            -6px -6px 0 -4px #FACC15, 6px -6px 0 -4px #E8333A,
            -6px 6px 0 -4px #E8333A, 6px 6px 0 -4px #FACC15,
            -6px -6px 12px -2px rgba(250,204,21,0.8), 6px -6px 12px -2px rgba(232,51,58,0.8),
            -6px 6px 12px -2px rgba(232,51,58,0.8), 6px 6px 12px -2px rgba(250,204,21,0.8);
    }
    75% {
        filter: drop-shadow(0 0 6px rgba(0,240,255,0.6)) drop-shadow(0 0 15px rgba(232,51,58,0.3));
        box-shadow:
            -6px -6px 0 -4px #00f0ff, 6px -6px 0 -4px #E8333A,
            -6px 6px 0 -4px #E8333A, 6px 6px 0 -4px #00f0ff,
            -6px -6px 12px -2px rgba(0,240,255,0.8), 6px -6px 12px -2px rgba(232,51,58,0.8),
            -6px 6px 12px -2px rgba(232,51,58,0.8), 6px 6px 12px -2px rgba(0,240,255,0.8);
    }
}

@keyframes coinSpin {
    0% { transform: perspective(400px) rotateY(0deg); }
    25% { transform: perspective(400px) rotateY(180deg); }
    50% { transform: perspective(400px) rotateY(360deg); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

@keyframes glitchShake {
    0%, 92%, 100% { transform: translate(0); }
    93% { transform: translate(-2px, 1px) skewX(-1deg); }
    94% { transform: translate(2px, -1px); }
    95% { transform: translate(-1px, 1px) skewX(1deg); }
    96% { transform: translate(0); }
}

/* ── Link Preview Card ── */
.r3d-preview {
    display: flex !important;
    flex-direction: row !important;
    background: #111 !important;
    border: 1px solid rgba(0,240,255,0.2) !important;
    border-left: 3px solid #00f0ff !important;
    border-radius: 0 !important;
    margin: 8px 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
    transition: all 0.15s !important;
    max-width: 420px !important;
    max-height: 90px !important;
}
.r3d-preview:hover {
    border-color: #FACC15 !important;
    border-left-color: #FACC15 !important;
    box-shadow: 0 0 12px rgba(250,204,21,0.15) !important;
}
.r3d-preview-text {
    padding: 8px 12px !important;
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
}
.r3d-preview-site {
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 9px !important;
    color: #808080 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.r3d-preview-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #00f0ff !important;
    margin: 2px 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.r3d-preview:hover .r3d-preview-title {
    color: #FACC15 !important;
}
.r3d-preview-desc {
    font-size: 10px !important;
    color: #808080 !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.r3d-preview-img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

/* ── Signatur Cyberpunk ── */
.signature {
    border-top: 1px solid rgba(0,240,255,0.2) !important;
    margin-top: 12px !important;
    padding-top: 10px !important;
    font-family: 'Share Tech Mono', monospace !important;
    font-size: 11px !important;
    color: #00f0ff !important;
    text-shadow: 0 0 4px rgba(0,240,255,0.2) !important;
    white-space: pre-line !important;
    line-height: 1.6 !important;
}

/* ── Icons dunkler ── */
.icon, .forum-image, img.forum {
    filter: grayscale(1) brightness(0.4) !important;
}

/* ── Homepage Link Bar ── */
.homepage-bar {
    display: block !important;
    background: linear-gradient(90deg, rgba(232,51,58,0.15), transparent) !important;
    padding: 8px 20px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #00f0ff !important;
    border-bottom: 1px solid rgba(232,51,58,0.2) !important;
    text-decoration: none !important;
}
.homepage-bar:hover {
    background: rgba(232,51,58,0.2) !important;
    color: #FACC15 !important;
}

/* ── phpBB Logo ── */
#site-description img[src*="site_logo"],
.site_logo, img.site_logo {
    display: none !important;
}
#site-description::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 55px;
    background: url('../../../images/logo.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 12px;
}
#site-description {
    display: flex !important;
    align-items: center !important;
}

/* ── Dropdown dark fix (prosilver colours.css override) ── */
.dropdown .dropdown-contents {
    background: #111111 !important;
    border-color: #E8333A !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.8), 0 0 10px rgba(232,51,58,0.15) !important;
}
.dropdown li, .dropdown li li {
    border-color: #2a2a2a !important;
}
.dropdown .dropdown-contents a,
.dropdown-contents a {
    color: #d4d4d4 !important;
    background: transparent !important;
}
.dropdown .dropdown-contents a:hover,
.dropdown-contents a:hover {
    background: rgba(232,51,58,0.15) !important;
    color: #FACC15 !important;
}
.dropdown .pointer-inner {
    border-bottom-color: #111111 !important;
}
.dropdown .pointer {
    border-bottom-color: #E8333A !important;
}
.dropdown .dropdown-contents li.separator {
    border-color: #2a2a2a !important;
}

/* === UCP / CP Dark Overrides === */
.navigation a {
    background: #1a1a1a !important;
    color: #ccc !important;
    border-left: 2px solid #2a2a2a !important;
    filter: none !important;
}
.navigation a:hover {
    background: #252525 !important;
    color: #fff !important;
    border-left-color: #E8333A !important;
    filter: none !important;
}
.navigation .active-subsection > a {
    background: #1f1212 !important;
    color: #E8333A !important;
    border-left: 2px solid #E8333A !important;
    font-weight: bold !important;
    filter: none !important;
}
.navigation .active-subsection > a:hover {
    color: #ff6b6b !important;
}
.cp-mini {
    background: #111 !important;
    border-color: #2a2a2a !important;
}
ul.cplist {
    border-color: #2a2a2a !important;
}
.tabs .tab > a, .minitabs .tab > a {
    background: #1a1a1a !important;
    color: #aaa !important;
    border-color: #2a2a2a !important;
}
.tabs .activetab > a, .minitabs .activetab > a {
    background: #E8333A !important;
    color: #fff !important;
    border-color: #E8333A !important;
}
.tabs .tab > a:hover, .minitabs .tab > a:hover {
    background: #252525 !important;
    color: #fff !important;
}

/* ── Header Avatar kleiner ── */
#page-header img.avatar {
    max-width: 36px !important;
    max-height: 36px !important;
    padding: 2px !important;
}
