/* Parazit Theme v7.0 - Matching Mockup Exactly
   Wolfenstein: Enemy Territory Clan Theme
*/

/* ==========================================================================
   CSS VARIABLES
   ========================================================================== */
:root {
  --frame-width: 1365px;
  --frame-border-width: 92px;
  --left-col-width: 200px;
  --right-col-width: 200px;
  --col-gap: 15px;
  --bg-dark: #0a0908;
  --bg-box: rgba(8, 6, 4, 0.95);
  --accent-gold: #c9a227;
  --accent-gold-light: #ddb84a;
  --text-primary: #d8cbb8;
  --text-secondary: #7a7268;
  --text-heading: #e8dcc8;
  --border-metallic: #4a3a28;
  --font-primary: 'Roboto', sans-serif;
  --font-heading: 'Oswald', sans-serif;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: var(--font-primary);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-primary);
  background: #0a0806 url('/e107_themes/esports_parazit/images/bagraund.png') top center no-repeat !important;
  background-size: var(--frame-width) auto !important;
  background-attachment: fixed !important;
  min-height: 100vh;
}

a {
  color: var(--accent-gold);
  text-decoration: none;
}

a:hover {
  color: var(--accent-gold-light);
}

/* ==========================================================================
   MAIN WRAPPER
   ========================================================================== */
.parazit-wrap {
  width: var(--frame-width) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  min-height: 100vh;
  background: transparent !important;
}

/* Left frame border - tiling vertically */
.parazit-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 200px;
  bottom: 0;
  width: var(--frame-border-width);
  background: url('images/frame/05_left_border_tile.png') repeat-y left top;
  background-size: var(--frame-border-width) auto;
  pointer-events: none;
  z-index: 200;
}

/* Right frame border - tiling vertically */
.parazit-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 200px;
  bottom: 0;
  width: var(--frame-border-width);
  background: url('images/frame/06_right_border_tile.png') repeat-y right top;
  background-size: var(--frame-border-width) auto;
  pointer-events: none;
  z-index: 200;
}

/* ==========================================================================
   HEADER FRAME - Top shelf decoration
   ========================================================================== */
.header-frame {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 50;
}

.header-frame-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   HEADER WEAPONS DECORATION - Equipment on top of columns
   ========================================================================== */
.header-weapons-deco {
  display: none; /* Hidden - using welcome banner frame instead */
}

/* ==========================================================================
   LOGO SECTION
   ========================================================================== */
.logo-section {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 25px 100px 20px;
  position: relative;
  z-index: 150;
  margin-top: 0;
}

.prz-logo {
  max-height: 140px !important;
  width: auto !important;
  display: block !important;
}

.logo-subtitle {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: #9a8a6a;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 5px;
  text-shadow: 1px 1px 2px #000;
}

/* ==========================================================================
   MENU BAR
   ========================================================================== */
.parazit-menu {
  position: relative !important;
  z-index: 150;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 100px !important;
  margin: 0 0 15px 0 !important;
  min-height: 45px !important;
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 50%, #2a221a 100%) !important;
  border-top: 2px solid #6a5a42;
  border-bottom: 3px solid #1a1510;
}

.parazit-menu nav {
  display: flex !important;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.parazit-menu .menu-item {
  display: inline-block !important;
  color: #c8b898 !important;
  font-family: var(--font-heading);
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px !important;
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 100%) !important;
  border: 1px solid #5a4a35 !important;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #000;
  transition: all 0.2s ease;
}

.parazit-menu .menu-item:hover,
.parazit-menu .menu-item.active {
  color: #ffe8a0 !important;
  background: linear-gradient(180deg, #7a6a52 0%, #5a4a38 100%) !important;
  border-color: #c9a227 !important;
}

/* ==========================================================================
   MAIN CONTENT AREA - 3 COLUMNS
   ========================================================================== */
.parazit-main {
  display: grid !important;
  grid-template-columns: var(--left-col-width) 1fr var(--right-col-width) !important;
  gap: var(--col-gap) !important;
  position: relative !important;
  z-index: 50;
  min-height: 600px;
  padding: 10px calc(var(--frame-border-width) + 15px) 30px !important;
}

.parazit-left,
.parazit-center,
.parazit-right {
  display: block !important;
  padding: 0 !important;
  min-width: 0;
}

/* ==========================================================================
   WELCOME BANNER - With weapon frame decorations
   ========================================================================== */
.welcome-banner {
  display: block !important;
  background: var(--bg-box) !important;
  border: 2px solid #4a3a28 !important;
  padding: 35px 25px 30px !important;
  margin: 0 0 20px 0 !important;
  text-align: center;
  position: relative;
}

/* Top frame with weapons */
.welcome-banner-frame-top {
  position: absolute;
  top: -35px;
  left: -2px;
  right: -2px;
  height: 40px;
  display: flex;
  z-index: 10;
}

.welcome-banner-frame-top .frame-corner-left {
  width: 100px;
  height: 40px;
  background: url('images/frame/07_content_top_left.png') no-repeat left top;
  background-size: contain;
}

.welcome-banner-frame-top .frame-mid {
  flex: 1;
  height: 40px;
  background: url('images/frame/08_content_top_mid_tile.png') repeat-x center top;
  background-size: auto 100%;
}

.welcome-banner-frame-top .frame-corner-right {
  width: 100px;
  height: 40px;
  background: url('images/frame/09_content_top_right.png') no-repeat right top;
  background-size: contain;
}

/* Bottom frame bar */
.welcome-banner::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -2px;
  right: -2px;
  height: 12px;
  background: linear-gradient(180deg, #3a2a1a 0%, #5a4a35 50%, #6a5a42 100%);
  border: 1px solid #5a4a35;
  border-radius: 0 0 3px 3px;
  z-index: 5;
}

.welcome-text {
  display: block !important;
  font-family: var(--font-heading);
  font-size: 16px !important;
  color: #a89068 !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.clan-name {
  display: block !important;
  font-family: var(--font-heading);
  font-size: 36px !important;
  font-weight: 700;
  color: #e8c040 !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 6px #000, 0 0 20px rgba(232, 192, 64, 0.5);
  margin-bottom: 12px;
}

.welcome-desc {
  display: block !important;
  font-size: 12px;
  color: #7a7060;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 15px;
}

/* ==========================================================================
   CONTENT BOXES
   ========================================================================== */
.content-box {
  display: block !important;
  background: var(--bg-box) !important;
  margin-bottom: 15px !important;
  border: 2px solid #3a2a1a !important;
  position: relative;
}

/* Rivet decorations */
.content-box::before,
.content-box::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle at 40% 40%, #8a7b62 0%, #4a4030 50%, #2a2018 100%);
  border-radius: 50%;
  border: 1px solid #3a3020;
  z-index: 10;
}

.content-box::before {
  top: 5px;
  left: 5px;
}

.content-box::after {
  top: 5px;
  right: 5px;
}

.box-header {
  display: block !important;
  background: linear-gradient(180deg, #5a4a35 0%, #3a2a1a 100%) !important;
  padding: 10px 15px !important;
  border-bottom: 2px solid #2a1a10 !important;
  position: relative;
}

.box-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #9a8a6a 50%, transparent 100%);
}

.box-header::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #8a7a5a 0%, #4a3a2a 100%);
}

.box-title {
  display: block !important;
  font-family: var(--font-heading);
  font-size: 12px !important;
  font-weight: 600;
  color: #c9a227 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding-left: 10px;
}

.box-content {
  display: block !important;
  padding: 12px !important;
  background: rgba(6, 4, 2, 0.98) !important;
}

.box-footer {
  display: block !important;
  padding: 10px 12px !important;
  background: rgba(12, 10, 8, 0.98) !important;
  border-top: 1px solid #2a1a10;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-cta {
  display: inline-block !important;
  padding: 10px 22px !important;
  font-family: var(--font-heading);
  font-size: 13px !important;
  font-weight: 600;
  color: #1a1510 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #ddb84a 0%, #c9a227 50%, #a8871e 100%) !important;
  border: 2px solid #8a6f1a !important;
  border-radius: 3px;
  text-decoration: none !important;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}

.btn-cta:hover {
  color: #1a1510 !important;
  background: linear-gradient(180deg, #ecc95a 0%, #ddb84a 50%, #c9a227 100%) !important;
}

.btn-join,
.btn-intra {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 10px !important;
}

.btn-discord {
  display: block !important;
  text-align: center;
  margin-bottom: 12px;
}

.btn-discord img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   AUTH BOX (Login)
   ========================================================================== */
.auth-box .box-content {
  text-align: center;
}

.auth-box input[type="text"],
.auth-box input[type="password"],
.auth-box input[type="email"] {
  width: 100% !important;
  padding: 8px 10px !important;
  margin: 4px 0 !important;
  background: rgba(10, 8, 6, 0.95) !important;
  border: 1px solid #3a2a1a !important;
  color: #d8cbb8 !important;
  font-size: 12px !important;
}

.auth-box input[type="submit"],
.auth-box .btn {
  padding: 6px 14px !important;
  margin: 6px 2px !important;
  font-family: var(--font-heading);
  font-size: 11px !important;
  color: #e8dcc8 !important;
  text-transform: uppercase;
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 100%) !important;
  border: 1px solid #4a3a28 !important;
  cursor: pointer;
}

.auth-box a {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

/* ==========================================================================
   SHOUTBOX
   ========================================================================== */
.shoutbox-box .box-content {
  max-height: 180px;
  overflow-y: auto;
}

.shoutbox-box textarea,
.shoutbox-box input[type="text"] {
  width: 100% !important;
  padding: 8px !important;
  background: rgba(10, 8, 6, 0.95) !important;
  border: 1px solid #3a2a1a !important;
  color: #d8cbb8 !important;
  font-size: 11px !important;
  resize: none;
}

/* ==========================================================================
   FORUM BOX
   ========================================================================== */
.forum-box .forum-post,
.newforumposts-menu li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(60, 50, 40, 0.4);
}

.forum-box .forum-post:last-child,
.newforumposts-menu li:last-child {
  border-bottom: none;
}

.newforumposts-menu {
  margin: 0 !important;
  padding: 0 !important;
}

.newforumposts-menu .media {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
}

.newforumposts-menu .media-left img,
.newforumposts-menu .media-object img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid #3a2a1a !important;
}

.newforumposts-menu .media-heading {
  font-family: var(--font-heading);
  font-size: 13px !important;
  color: #e8dcc8 !important;
  margin: 0 0 3px 0 !important;
}

.newforumposts-menu .media-heading a {
  color: #e8dcc8 !important;
}

.newforumposts-menu .text-muted {
  font-size: 11px !important;
  color: #7a7268 !important;
}

.newforumposts-menu .post-excerpt {
  font-size: 11px;
  color: #8a8078;
  margin-top: 5px;
}

/* ==========================================================================
   NEWS BOX
   ========================================================================== */
.news-box .news-item,
.news-list .item,
.news-grid-default .item {
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(60, 50, 40, 0.4);
  margin-bottom: 0 !important;
}

.news-grid-default {
  display: block !important;
}

.news-grid-default .item {
  display: grid !important;
  grid-template-columns: 80px 1fr !important;
  gap: 12px !important;
  width: 100% !important;
  float: none !important;
}

.news-list .item img.news_image,
.news-grid-default .item img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border: 2px solid #3a2a1a;
}

.news-list .item h3,
.news-grid-default .item h3 {
  font-family: var(--font-heading);
  font-size: 14px !important;
  color: #e8dcc8 !important;
  margin: 0 0 5px 0 !important;
}

.news-list .item p,
.news-grid-default .item p {
  font-size: 11px !important;
  color: #7a7268 !important;
  margin: 0 !important;
  line-height: 1.5;
}

.news-list .btn-othernews,
.news-grid-default .btn-othernews {
  display: inline-block !important;
  padding: 4px 10px !important;
  font-size: 10px !important;
  color: #c9a227 !important;
  background: rgba(50, 40, 30, 0.6) !important;
  border: 1px solid #3a2a1a !important;
  margin-top: 8px !important;
}

/* ==========================================================================
   SERVER BOX
   ========================================================================== */
.server-box .server-info {
  text-align: center;
  margin-bottom: 10px;
}

.server-box .server-name {
  font-family: var(--font-heading);
  font-size: 13px;
  color: #c9a227;
}

.server-box .server-map img {
  max-width: 100%;
  border: 2px solid #3a2a1a;
  margin: 8px 0;
}

.server-box .player-list {
  max-height: 120px;
  overflow-y: auto;
  font-size: 11px;
}

.server-box .player-item {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px solid rgba(60, 50, 40, 0.3);
}

/* ==========================================================================
   DISCORD BOX
   ========================================================================== */
.discord-box .box-content {
  text-align: center;
  padding: 12px;
}

/* ==========================================================================
   BOTTOM DECORATIONS
   ========================================================================== */
.parazit-bottom {
  position: relative;
  height: 300px;
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  margin-top: -60px;
  padding: 0 30px;
}

.parazit-bottom .bl {
  width: 450px;
  height: 300px;
  background: url('images/frame/10_bottom_left_deco.png') no-repeat left bottom;
  background-size: contain;
}

.parazit-bottom .br {
  width: 450px;
  height: 300px;
  background: url('images/frame/11_bottom_right_deco.png') no-repeat right bottom;
  background-size: contain;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.parazit-footer {
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 50;
}

.copyright {
  font-size: 11px;
  color: #5a5248;
  margin: 0;
}

/* ==========================================================================
   E107 & BOOTSTRAP OVERRIDES
   ========================================================================== */
.btn-default,
.btn-secondary,
.btn-primary {
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 100%) !important;
  border-color: #3a2a1a !important;
  color: #e8dcc8 !important;
  font-size: 11px !important;
  padding: 6px 14px !important;
}

.form-control {
  background: rgba(10, 8, 6, 0.95) !important;
  border-color: #3a2a1a !important;
  color: #d8cbb8 !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
}

/* Bootstrap Dropdowns - Dark */
.dropdown-menu,
.dropdown-menu.show,
ul.dropdown-menu,
.dropdown-menu[style] {
  background: #1a1510 !important;
  background-color: #1a1510 !important;
  border: 1px solid #3a2a1a !important;
}

.dropdown-menu li,
.dropdown-menu > li {
  background: transparent !important;
  background-color: transparent !important;
}

.dropdown-menu li a,
.dropdown-menu > li > a,
.dropdown-item,
.dropdown-menu a {
  color: #d8cbb8 !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 8px 15px !important;
  font-size: 12px !important;
}

.dropdown-menu li a:hover,
.dropdown-menu > li > a:hover,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu li:hover,
.dropdown-menu li:hover a,
.dropdown-menu li a:focus,
.dropdown-menu a:hover {
  color: #c9a227 !important;
  background: rgba(50, 40, 28, 0.8) !important;
  background-color: rgba(50, 40, 28, 0.8) !important;
}

.dropdown-divider {
  border-color: #3a2a1a !important;
}

/* Panels - Dark */
.panel,
.panel-default,
.panel-body,
.card,
.card-body {
  background: rgba(10, 8, 6, 0.95) !important;
  background-color: rgba(10, 8, 6, 0.95) !important;
  border-color: #3a2a1a !important;
  color: #d8cbb8 !important;
}

.panel-heading,
.card-header {
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 100%) !important;
  border-color: #3a2a1a !important;
  color: #c9a227 !important;
}

/* Login panel and User panel (when logged in) */
.login-panel,
.login_menu,
#login_menu,
#login-menu,
.userpanel,
.e-login,
.user-panel,
.usermenu,
.user-menu,
.userinfo,
.user-info,
.member-panel,
.e-userinfo,
.auth-box .box-content,
.auth-box .box-content * {
  background: rgba(10, 8, 6, 0.95) !important;
  background-color: rgba(10, 8, 6, 0.95) !important;
  text-align: center;
  color: #d8cbb8 !important;
}

/* User panel links when logged in */
.auth-box a,
.auth-box .box-content a,
#login-menu a,
.userpanel a,
.user-panel a {
  color: #c9a227 !important;
  display: block;
  padding: 6px 10px !important;
  margin: 3px 0 !important;
  background: rgba(30, 25, 18, 0.8) !important;
  border: 1px solid #3a2a1a !important;
  border-radius: 3px;
  font-size: 11px !important;
  text-decoration: none !important;
}

.auth-box a:hover,
.auth-box .box-content a:hover,
#login-menu a:hover,
.userpanel a:hover,
.user-panel a:hover {
  background: rgba(50, 40, 28, 0.9) !important;
  color: #ddb84a !important;
}

.login_menu input,
#login_menu input,
#login-menu input,
.login-panel input,
.e-login input {
  width: 100% !important;
  padding: 8px 10px !important;
  margin: 4px 0 !important;
  background: rgba(10, 8, 6, 0.95) !important;
  border: 1px solid #3a2a1a !important;
  color: #d8cbb8 !important;
  font-size: 12px !important;
}

/* Force ALL elements inside auth-box to be dark */
.auth-box div,
.auth-box form,
.auth-box span,
.auth-box p,
.auth-box ul,
.auth-box li,
.auth-box label,
.auth-box br {
  background: transparent !important;
  background-color: transparent !important;
  color: #d8cbb8 !important;
}

/* Force dark backgrounds everywhere */
.bg-white,
.bg-light,
.bg-secondary,
.bg-default,
.container,
.row,
.col,
[class*="col-"],
.wrapper,
.content,
.main,
.sidebar,
aside,
section,
article,
div.panel,
div.card,
div.box,
div.well,
div.alert:not(.alert-danger):not(.alert-warning):not(.alert-success):not(.alert-info) {
  background: transparent !important;
  background-color: transparent !important;
}

/* Specific e107 elements that need dark background */
.e-container,
.e-row,
.e-col,
#e-body,
.e-content,
.content-box .box-content,
.parazit-left,
.parazit-center,
.parazit-right {
  background: transparent !important;
}

/* List groups - Dark */
.list-group-item {
  background: rgba(10, 8, 6, 0.95) !important;
  background-color: rgba(10, 8, 6, 0.95) !important;
  border-color: #3a2a1a !important;
  color: #d8cbb8 !important;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active,
.list-group-item-action:hover,
.list-group-item-action:focus,
.list-group-item-action:active {
  background: rgba(50, 40, 28, 0.9) !important;
  background-color: rgba(50, 40, 28, 0.9) !important;
  color: #c9a227 !important;
}

/* Links */
a:hover,
a:focus {
  color: #c9a227;
}

.nav-link:hover,
.nav-link:focus {
  background: rgba(50, 40, 28, 0.8) !important;
  background-color: rgba(50, 40, 28, 0.8) !important;
  color: #c9a227 !important;
}

.well,
.jumbotron {
  background: rgba(10, 8, 6, 0.95) !important;
  border-color: #3a2a1a !important;
}

/* Tables - Dark */
.table,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > thead,
.table > tbody,
.table th,
.table td {
  background: transparent !important;
  background-color: transparent !important;
  border-color: #3a2a1a !important;
  color: #d8cbb8 !important;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(25, 20, 15, 0.5) !important;
  background-color: rgba(25, 20, 15, 0.5) !important;
}

/* LGSL Plugin */
#lgsl_body_server {
  background: transparent !important;
  color: #d8cbb8 !important;
}

#lgsl_body_server a {
  color: #c9a227 !important;
}

#lgsl_body_server img {
  border: 2px solid #3a2a1a;
}

/* Chatbox/Shoutbox styling */
#chatbox-posts-block {
  max-height: 150px;
  overflow-y: auto;
}

#chatbox-posts-block .media-list {
  margin: 0;
  padding: 0;
}

#chatbox-posts-block .media {
  padding: 8px 0;
  border-bottom: 1px solid rgba(60, 50, 40, 0.3);
}

#chatbox-posts-block .media-left img,
#chatbox-posts-block .user-avatar {
  width: 32px !important;
  height: 32px !important;
  border: 2px solid #3a2a1a;
}

#chatbox-posts-block .media-body {
  font-size: 11px;
}

#chatbox-posts-block .media-body b a {
  color: #c9a227 !important;
}

#chatbox-posts-block .media-body p {
  margin: 3px 0 0 0;
  color: #9a9080;
}

/* Navigation from e107 menus */
.parazit-menu nav ul {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.parazit-menu nav ul li a {
  display: inline-block !important;
  color: #c8b898 !important;
  font-family: var(--font-heading);
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px !important;
  background: linear-gradient(180deg, #5a4a38 0%, #3a2e22 100%) !important;
  border: 1px solid #5a4a35 !important;
  border-radius: 3px;
}

.parazit-menu nav ul li a:hover,
.parazit-menu nav ul li.active a {
  color: #ffe8a0 !important;
  background: linear-gradient(180deg, #7a6a52 0%, #5a4a38 100%) !important;
  border-color: #c9a227 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(20, 16, 12, 0.5);
}

::-webkit-scrollbar-thumb {
  background: #3a2a1a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5a4a3a;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1400px) {
  :root {
    --frame-width: 100%;
  }

  .parazit-wrap::before,
  .parazit-wrap::after {
    display: none;
  }

  .parazit-main {
    padding: 20px !important;
  }
}

@media (max-width: 900px) {
  .parazit-main {
    grid-template-columns: 1fr !important;
  }

  .parazit-left,
  .parazit-center,
  .parazit-right {
    padding: 10px !important;
  }

  .parazit-menu nav {
    flex-wrap: wrap;
  }

  .parazit-bottom {
    display: none !important;
  }

  .logo-section {
    padding: 15px 20px;
  }

  .clan-name {
    font-size: 24px !important;
  }
}
