/* NemaDalje Community WOW layer
   Ucitava se zadnji i sluzi kao moderan vizuelni sloj preko legacy PHP layouta. */

:root{
  --cw-bg:#050910;
  --cw-bg2:#09121d;
  --cw-panel:rgba(13,22,34,.88);
  --cw-panel2:rgba(17,29,45,.88);
  --cw-line:rgba(111,162,220,.22);
  --cw-line2:rgba(111,162,220,.36);
  --cw-text:#edf6ff;
  --cw-muted:#9db4cb;
  --cw-blue:#2086f5;
  --cw-cyan:#20d4ff;
  --cw-red:#ff4158;
  --cw-green:#25d284;
  --cw-yellow:#f3c14b;
  --cw-radius:18px;
  --cw-shadow:0 26px 80px rgba(0,0,0,.48);
}

html{background:var(--cw-bg);scrollbar-color:#2b92ff #07101a}
body.vx-new-theme{
  min-width:0!important;
  color:var(--cw-text)!important;
  background:
    radial-gradient(900px 360px at 8% 8%,rgba(32,134,245,.18),transparent 58%),
    radial-gradient(720px 320px at 92% 10%,rgba(255,65,88,.12),transparent 58%),
    radial-gradient(760px 420px at 50% 100%,rgba(32,212,255,.08),transparent 62%),
    linear-gradient(180deg,#050910 0%,#08111c 48%,#050910 100%)!important;
  font-synthesis-weight:none;
}
body.vx-new-theme:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 76%);
}

body.vx-new-theme a{color:#9fd3ff;text-decoration:none}
body.vx-new-theme a:hover{color:#fff}
body.vx-new-theme img{max-width:100%;height:auto}
body.vx-new-theme{
  font-size:14px!important;
}

/* Shell sirina */
body.vx-new-theme .container_24,
body.vx-new-theme #header_inner,
body.vx-new-theme #user_controls_inner,
body.vx-new-theme .vx-footer{
  width:min(1180px,calc(100% - 36px))!important;
  max-width:1180px!important;
}
body.vx-new-theme .container_24{
  background:transparent!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-top:18px!important;
}
body.vx-new-theme .grid_24{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  float:none!important;
}
body.vx-new-theme .grid_7{
  width:calc(30% - 10px)!important;
  margin-left:0!important;
  margin-right:10px!important;
}
body.vx-new-theme .grid_17{
  width:calc(70% - 10px)!important;
  margin-left:10px!important;
  margin-right:0!important;
}
body.vx-new-theme .grid_7,
body.vx-new-theme .grid_17{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
}
body.vx-new-theme .grid_7>.sidebar_block,
body.vx-new-theme .grid_17>.content_block{
  width:100%!important;
  box-sizing:border-box!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
body.vx-new-theme .container_24:after{
  content:"";
  display:block;
  clear:both;
}

/* Top login/user bar */
body.vx-new-theme #header_login_wrapper,
body.vx-new-theme #user_controls_wrapper{
  background:rgba(5,9,16,.82)!important;
  border-bottom:1px solid rgba(111,162,220,.12)!important;
  backdrop-filter:blur(18px);
}
body.vx-new-theme #header_login_inner{
  width:min(900px,calc(100% - 32px))!important;
  margin:0 auto!important;
  padding:10px 0!important;
}
body.vx-new-theme #header_login_inner form{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
body.vx-new-theme #header_login_inner p{margin:0!important}
body.vx-new-theme #header_login_inner label{color:var(--cw-muted)!important}
body.vx-new-theme #header_login_inner input[type=text],
body.vx-new-theme #header_login_inner input[type=password]{
  height:39px!important;
  width:190px!important;
}

.vx-userbar>li>a{
  border:1px solid transparent!important;
}
.vx-userbar>li>a:hover{
  border-color:rgba(111,162,220,.24)!important;
}

/* Header */
body.vx-new-theme #header{
  position:sticky!important;
  top:0;
  z-index:4300;
  min-height:82px!important;
  background:linear-gradient(180deg,rgba(8,14,23,.94),rgba(8,14,23,.80))!important;
  border-bottom:1px solid rgba(111,162,220,.18)!important;
  box-shadow:0 16px 50px rgba(0,0,0,.28);
}
body.vx-new-theme #header:after{
  height:1px!important;
  opacity:.9!important;
  background:linear-gradient(90deg,transparent,var(--cw-blue),var(--cw-red),var(--cw-cyan),transparent)!important;
}
body.vx-new-theme #header_inner{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:auto minmax(300px,500px) auto!important;
  align-items:center!important;
  gap:30px!important;
  margin:0 auto!important;
  padding:0!important;
}
body.vx-new-theme #header_inner a.logo{
  font-size:28px!important;
  font-weight:950!important;
  text-shadow:0 10px 34px rgba(32,134,245,.42)!important;
}
body.vx-new-theme #header_inner a.logo:before{
  width:13px!important;
  height:13px!important;
  border-radius:4px!important;
  background:linear-gradient(135deg,var(--cw-blue),var(--cw-cyan) 55%,var(--cw-red))!important;
  box-shadow:0 0 24px rgba(32,212,255,.5)!important;
}
body.vx-new-theme #hsearch{
  height:46px!important;
  max-width:500px!important;
  border-radius:999px!important;
  background:rgba(8,15,25,.84)!important;
  border:1px solid rgba(111,162,220,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 42px rgba(0,0,0,.28)!important;
}
body.vx-new-theme #hsearch:focus-within{
  border-color:rgba(32,212,255,.55)!important;
  box-shadow:0 0 0 4px rgba(32,212,255,.12),0 16px 45px rgba(0,0,0,.35)!important;
}
body.vx-new-theme #hsearch button{
  width:38px!important;
  height:38px!important;
}
body.vx-new-theme #main_controls ul{
  gap:6px!important;
}
body.vx-new-theme #main_controls ul li a{
  height:38px!important;
  padding:0 13px!important;
  border-radius:11px!important;
  color:#aebed0!important;
  font-weight:850!important;
}
body.vx-new-theme #main_controls ul li a:hover,
body.vx-new-theme #main_controls ul li a.active{
  color:#fff!important;
  background:rgba(32,134,245,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(32,212,255,.2)!important;
}

/* Glavne kartice i blokovi */
body.vx-new-theme .content_block,
body.vx-new-theme .sidebar_block,
body.vx-new-theme .admin_sekcija,
body.vx-new-theme .fatlist,
body.vx-new-theme .fatform{
  position:relative;
  overflow:hidden;
  color:var(--cw-text)!important;
  background:linear-gradient(180deg,rgba(17,28,43,.88),rgba(8,14,23,.92))!important;
  border:1px solid var(--cw-line)!important;
  border-radius:var(--cw-radius)!important;
  box-shadow:var(--cw-shadow)!important;
}
body.vx-new-theme .content_block:before,
body.vx-new-theme .sidebar_block:before,
body.vx-new-theme .admin_sekcija:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(32,134,245,.07),transparent 38%,rgba(255,65,88,.045));
  opacity:.82;
}
body.vx-new-theme .content_block>*,
body.vx-new-theme .sidebar_block>*,
body.vx-new-theme .admin_sekcija>*{
  position:relative;
  z-index:1;
}
body.vx-new-theme .title,
body.vx-new-theme .title_new,
body.vx-new-theme .sidebar_block .title,
body.vx-new-theme .content_block .title{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:42px!important;
  margin:-1px -1px 14px!important;
  padding:0 15px!important;
  border:0!important;
  border-bottom:1px solid rgba(111,162,220,.16)!important;
  border-radius:var(--cw-radius) var(--cw-radius) 0 0!important;
  background:linear-gradient(90deg,rgba(32,134,245,.18),rgba(255,65,88,.09),transparent)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
}
body.vx-new-theme .title:before,
body.vx-new-theme .title_new:before{
  content:"";
  width:4px;
  height:22px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--cw-blue),var(--cw-cyan));
  box-shadow:0 0 18px rgba(32,212,255,.55);
}

/* Homepage */
body.vx-new-theme .vx-hero{
  border-radius:26px!important;
  border-color:rgba(111,162,220,.28)!important;
  background:
    radial-gradient(700px 300px at 82% 20%,rgba(32,212,255,.18),transparent 64%),
    radial-gradient(620px 300px at 0% 100%,rgba(255,65,88,.12),transparent 62%),
    linear-gradient(135deg,rgba(18,33,55,.96),rgba(8,14,24,.94))!important;
  box-shadow:0 34px 110px rgba(0,0,0,.58)!important;
}
body.vx-new-theme .vx-hero-inner{
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.vx-new-theme .vx-hero h1{
  font-size:46px!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
}
body.vx-new-theme .vx-hero-badge{
  width:max-content;
  padding:8px 13px!important;
  border:1px solid rgba(111,162,220,.24);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#ff6b81!important;
  font-weight:950;
  letter-spacing:.12em;
}
body.vx-new-theme .vx-stats-bar{
  margin:16px 0!important;
}
body.vx-new-theme .vx-stat{
  min-height:78px;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(17,28,43,.88),rgba(8,14,23,.9))!important;
  border-color:rgba(111,162,220,.25)!important;
}
body.vx-new-theme .vx-stat b{
  font-size:30px!important;
}
body.vx-new-theme .vx-quick-grid{
  gap:16px!important;
}
body.vx-new-theme .vx-quick-card{
  min-height:126px!important;
  padding:20px!important;
  border-radius:18px!important;
  background:linear-gradient(160deg,rgba(18,29,45,.88),rgba(10,16,26,.92))!important;
  border-color:rgba(111,162,220,.24)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.34)!important;
}
body.vx-new-theme .vx-quick-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(32,212,255,.46)!important;
}
body.vx-new-theme .vx-quick-card.primary{
  background:linear-gradient(135deg,rgba(32,134,245,.92),rgba(32,212,255,.36))!important;
}

body.vx-new-theme #featured,
body.vx-new-theme #mini_news,
body.vx-new-theme #random_slike,
body.vx-new-theme #featured_download{
  padding:18px!important;
}
body.vx-new-theme #featured,
body.vx-new-theme #mini_news,
body.vx-new-theme #random_slike,
body.vx-new-theme #featured_download,
body.vx-new-theme .sidebar_block{
  isolation:isolate;
}
body.vx-new-theme .vx-featured-news{
  display:grid;
  grid-template-columns:minmax(220px,38%) minmax(0,1fr);
  gap:22px;
  align-items:center;
  min-height:190px;
  color:inherit!important;
}
body.vx-new-theme .vx-featured-media{
  position:relative;
  display:block;
  height:170px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(32,134,245,.38),rgba(255,65,88,.18),rgba(8,14,23,.92));
  border:1px solid rgba(111,162,220,.28);
  box-shadow:0 18px 50px rgba(0,0,0,.34);
}
body.vx-new-theme .vx-featured-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.46));
}
body.vx-new-theme .vx-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.vx-new-theme .vx-media-fallback,
body.vx-new-theme .vx-download-fallback{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:950;
  letter-spacing:.12em;
  background:
    radial-gradient(circle at 35% 30%,rgba(32,212,255,.32),transparent 34%),
    linear-gradient(135deg,#552dff,#122036 62%,#ff4158);
}
body.vx-new-theme .vx-featured-copy{
  display:flex;
  flex-direction:column;
  gap:10px;
}
body.vx-new-theme .vx-featured-copy small{
  color:#85a6c8!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:900;
}
body.vx-new-theme .vx-featured-copy strong{
  color:#ff5f77;
  font-size:21px;
  line-height:1.25;
  font-weight:950;
}
body.vx-new-theme .vx-featured-copy em{
  color:#d4e2f2;
  font-style:normal;
  font-size:14px;
  line-height:1.65;
}
body.vx-new-theme #mini_news{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body.vx-new-theme #mini_news .title,
body.vx-new-theme #random_slike .title,
body.vx-new-theme #featured_download .title{
  grid-column:1 / -1;
  margin-bottom:4px!important;
}
body.vx-new-theme #mini_news .minivijest_block{
  display:grid!important;
  grid-template-columns:90px minmax(0,1fr)!important;
  gap:12px!important;
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid rgba(111,162,220,.16)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.035)!important;
}
body.vx-new-theme #mini_news .minivijest_block .naslov{
  grid-column:2;
  margin:0!important;
}
body.vx-new-theme #mini_news .minivijest_block .naslov a{
  color:#ff5f77!important;
  font-size:14px!important;
  font-weight:950!important;
}
body.vx-new-theme #mini_news .minivijest_block .slika{
  grid-row:1 / span 2;
  margin:0!important;
}
body.vx-new-theme #mini_news .minivijest_block .slika img{
  width:90px!important;
  height:66px!important;
  object-fit:cover;
  border-radius:12px!important;
  border:1px solid rgba(111,162,220,.20);
}
body.vx-new-theme #mini_news .minivijest_block .text{
  margin:0!important;
  color:#b8c8da!important;
  line-height:1.45!important;
  font-size:12.5px!important;
}
body.vx-new-theme #random_slike{
  min-height:132px;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.vx-new-theme #random_slike .slikabox{
  width:calc(20% - 10px)!important;
  min-width:116px!important;
  margin:0!important;
  border-radius:16px!important;
  overflow:hidden!important;
  border:1px solid rgba(111,162,220,.20)!important;
  background:rgba(255,255,255,.035)!important;
}
body.vx-new-theme #random_slike .slikabox img{
  width:100%!important;
  height:96px!important;
  object-fit:cover!important;
  display:block!important;
}
body.vx-new-theme .vx-empty-block{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:78px;
  padding:16px 18px;
  border-radius:16px;
  border:1px dashed rgba(111,162,220,.25);
  background:linear-gradient(135deg,rgba(32,134,245,.07),rgba(255,255,255,.025));
  color:#aebed0;
}
body.vx-new-theme .vx-empty-block b{
  color:#f4f8ff;
  font-size:15px;
  margin-bottom:4px;
}
body.vx-new-theme #featured_download .download{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
  padding:4px!important;
}
body.vx-new-theme #featured_download .screenshot{
  margin:0!important;
}
body.vx-new-theme #featured_download .screenshot a{
  position:relative;
  display:block;
  width:160px;
  height:112px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(111,162,220,.22);
  background:rgba(5,10,17,.75);
}
body.vx-new-theme #featured_download .screenshot img{
  width:100%!important;
  height:100%!important;
  object-fit:cover;
}
body.vx-new-theme #featured_download .info{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  margin:0!important;
}
body.vx-new-theme #featured_download .info .naslov{
  color:#ff5f77!important;
  font-size:16px!important;
  font-weight:950!important;
}
body.vx-new-theme #featured_download .info .text{
  color:#c8d8ea!important;
  line-height:1.55!important;
}
body.vx-new-theme #featured_download .info a,
body.vx-new-theme #featured_download .info .naslov a{
  color:#ff5f77!important;
  font-weight:950!important;
}

/* Legacy elementi znaju nositi float/margine iz stare teme. */
body.vx-new-theme .content_block ul,
body.vx-new-theme .sidebar_block ul,
body.vx-new-theme .fatlist ul,
body.vx-new-theme .fatlist li{
  max-width:100%!important;
}
body.vx-new-theme .content_block li,
body.vx-new-theme .sidebar_block li{
  box-sizing:border-box!important;
}
body.vx-new-theme .fatlist,
body.vx-new-theme .fatform{
  padding:18px!important;
}

/* Bocni server/sponsor paneli */
body.vx-new-theme #vx-servers-col,
body.vx-new-theme #vx-sponsors-col{
  top:148px!important;
  width:210px!important;
}
body.vx-new-theme .vx-scard,
body.vx-new-theme .vx-sponsor,
body.vx-new-theme .vx-ad-ph{
  border-radius:16px!important;
  border:1px solid rgba(111,162,220,.22)!important;
  background:linear-gradient(180deg,rgba(17,28,43,.88),rgba(8,14,23,.92))!important;
  box-shadow:0 16px 44px rgba(0,0,0,.35)!important;
}
body.vx-new-theme .vx-connect{
  width:100%;
  min-height:38px;
  border-radius:12px!important;
}

/* Forum/postovi */
body.vx-new-theme #forum_topic,
body.vx-new-theme .forum_post,
body.vx-new-theme .post,
body.vx-new-theme .comment{
  border-radius:18px!important;
  border-color:rgba(111,162,220,.22)!important;
  background:linear-gradient(180deg,rgba(15,25,39,.9),rgba(8,14,23,.94))!important;
  box-shadow:0 20px 58px rgba(0,0,0,.38)!important;
}
body.vx-new-theme #forum_topic .left{
  background:linear-gradient(180deg,rgba(11,19,31,.92),rgba(7,12,20,.96))!important;
}
body.vx-new-theme #forum_topic .right{
  background:transparent!important;
}
body.vx-new-theme #forum_topic .left .avatar img,
body.vx-new-theme #forum_topic .left img[src*="/avatari/"]{
  border-radius:18px!important;
  border:1px solid rgba(111,162,220,.24);
  background:#07101a;
}
body.vx-new-theme .topic_1,
body.vx-new-theme .topic_2,
body.vx-new-theme #index_block p,
body.vx-new-theme .fatlist p{
  border-radius:14px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(111,162,220,.14)!important;
}
body.vx-new-theme .topic_1:hover,
body.vx-new-theme .topic_2:hover{
  border-color:rgba(32,212,255,.35)!important;
  background:rgba(32,134,245,.08)!important;
}

/* Forme/tabele */
body.vx-new-theme input[type=text],
body.vx-new-theme input[type=password],
body.vx-new-theme input[type=email],
body.vx-new-theme input[type=date],
body.vx-new-theme textarea,
body.vx-new-theme select{
  min-height:38px;
  border:1px solid rgba(111,162,220,.24)!important;
  background:rgba(5,10,17,.72)!important;
  color:#f2f8ff!important;
  border-radius:12px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.vx-new-theme input:focus,
body.vx-new-theme textarea:focus,
body.vx-new-theme select:focus{
  border-color:rgba(32,212,255,.55)!important;
  box-shadow:0 0 0 4px rgba(32,212,255,.11)!important;
}
body.vx-new-theme .button,
body.vx-new-theme .button2,
body.vx-new-theme input[type=submit],
body.vx-new-theme button{
  min-height:38px;
  border-radius:12px!important;
  font-weight:950!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.vx-new-theme .button,
body.vx-new-theme input[type=submit],
body.vx-new-theme button{
  background:linear-gradient(135deg,var(--cw-blue),var(--cw-cyan))!important;
  color:#fff!important;
}
body.vx-new-theme .button2{
  background:rgba(255,255,255,.06)!important;
  color:#eaf4ff!important;
}
body.vx-new-theme table{
  width:100%;
  overflow:hidden;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:15px!important;
}
body.vx-new-theme table th{
  color:#87a6c8!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px!important;
  background:rgba(32,134,245,.065)!important;
}
body.vx-new-theme table td,
body.vx-new-theme table th{
  padding:10px!important;
  border-color:rgba(111,162,220,.14)!important;
}
body.vx-new-theme table tr:hover td{
  background:rgba(32,134,245,.055)!important;
}

/* Admin kao dashboard */
body.vx-admin .container_24{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:18px!important;
}
body.vx-admin .container_24>.grid_7,
body.vx-admin .container_24>.grid_17{
  width:100%!important;
  float:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.vx-admin .container_24>.grid_7 .sidebar_block{
  padding:16px!important;
}
body.vx-admin ul.dashboard_linkovi{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;
  gap:12px!important;
  padding:0!important;
  margin:0!important;
}
body.vx-admin ul.dashboard_linkovi li{
  display:block!important;
  width:auto!important;
  height:auto!important;
  float:none!important;
  margin:0!important;
}
body.vx-admin ul.dashboard_linkovi li a{
  position:relative;
  min-height:84px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:8px!important;
  padding:15px!important;
  border-radius:17px!important;
  border:1px solid rgba(111,162,220,.20)!important;
  background:linear-gradient(160deg,rgba(18,30,48,.86),rgba(7,13,22,.94))!important;
  box-shadow:0 14px 38px rgba(0,0,0,.28)!important;
  overflow:hidden;
}
body.vx-admin ul.dashboard_linkovi li a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,var(--cw-blue),var(--cw-red));
  opacity:.85;
}
body.vx-admin ul.dashboard_linkovi li a:hover{
  transform:translateY(-3px);
  border-color:rgba(32,212,255,.42)!important;
  background:linear-gradient(160deg,rgba(26,45,70,.92),rgba(9,16,27,.94))!important;
}
body.vx-admin ul.dashboard_linkovi li a img,
body.vx-admin ul.dashboard_linkovi li a>span[style]{
  width:34px!important;
  height:34px!important;
  line-height:34px!important;
  font-size:27px!important;
  margin:0!important;
  opacity:.95;
}
body.vx-admin ul.dashboard_linkovi li a span:not(.new){
  color:#f2f8ff!important;
  font-size:14px!important;
  font-weight:950!important;
}
body.vx-admin ul.dashboard_linkovi .new{
  position:absolute!important;
  right:10px!important;
  top:10px!important;
  margin:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--cw-red),#ff8a3d)!important;
  color:#fff!important;
  padding:3px 8px!important;
  font-size:10px!important;
}
body.vx-admin #breadcrumb{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
body.vx-admin .content_block.admin_sekcija{
  max-height:none!important;
}
body.vx-admin #logovi{
  display:grid;
  gap:6px;
}
body.vx-admin #logovi p{
  display:grid!important;
  grid-template-columns:170px 180px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin:0!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  border:1px solid rgba(111,162,220,.12)!important;
  background:rgba(255,255,255,.03)!important;
}
body.vx-admin #logovi p.label{
  background:rgba(32,134,245,.09)!important;
  color:#88a8ca!important;
  text-transform:uppercase;
  font-size:11px;
  font-weight:950;
}
body.vx-admin .vx-audit-filter{
  border:1px solid rgba(111,162,220,.16);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}

/* Gather preko globalnog sloja */
body.vx-page-gather .vxg-hero,
body.vx-page-gather .vxg-card,
body.vx-page-gather .vxg-match{
  border-radius:22px!important;
}
body.vx-page-gather .vxg-card{
  border-color:rgba(111,162,220,.26)!important;
}
body.vx-page-gather .vxg-layout,
body.vx-page-gather .vxg-grid,
body.vx-page-gather .vxg-main{
  gap:18px!important;
}
body.vx-page-gather .vxg-card,
body.vx-page-gather .vxg-panel,
body.vx-page-gather .vxg-sidebar,
body.vx-page-gather .vxg-box{
  background:linear-gradient(180deg,rgba(17,28,43,.9),rgba(8,14,23,.94))!important;
  border:1px solid rgba(111,162,220,.24)!important;
  box-shadow:0 22px 62px rgba(0,0,0,.40)!important;
}
body.vx-page-gather .vxg-card h1,
body.vx-page-gather .vxg-card h2,
body.vx-page-gather .vxg-card h3,
body.vx-page-gather .vxg-panel h1,
body.vx-page-gather .vxg-panel h2,
body.vx-page-gather .vxg-panel h3{
  color:#f3f8ff!important;
}
body.vx-page-gather .vxg-card .button,
body.vx-page-gather .vxg-card button,
body.vx-page-gather .vxg-panel .button,
body.vx-page-gather .vxg-panel button{
  min-height:40px!important;
}
body.vx-page-gather .vxg-card table,
body.vx-page-gather .vxg-panel table{
  border-radius:14px!important;
  overflow:hidden!important;
}

/* Footer */
body.vx-new-theme .vx-footer{
  margin-top:28px!important;
  border-top:1px solid rgba(111,162,220,.16);
}

@media(max-width:1700px){
  body.vx-new-theme #vx-servers-col,
  body.vx-new-theme #vx-sponsors-col{
    position:static!important;
    width:min(1180px,calc(100% - 36px))!important;
    max-width:1180px!important;
    margin:14px auto!important;
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
    gap:12px!important;
    max-height:none!important;
  }
}
@media(max-width:980px){
  body.vx-new-theme #header{
    position:relative!important;
  }
  body.vx-new-theme #header_inner{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:14px 0!important;
  }
  body.vx-new-theme #logo_wrapper{
    text-align:center!important;
  }
  body.vx-new-theme #hsearch{
    max-width:none!important;
  }
  body.vx-new-theme #main_controls ul{
    justify-content:center!important;
    overflow-x:auto!important;
    padding-bottom:4px!important;
  }
  body.vx-admin #logovi p{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:620px){
  html,body.vx-new-theme{
    overflow-x:hidden!important;
  }
  body.vx-new-theme .container_24,
  body.vx-new-theme #header_inner,
  body.vx-new-theme #user_controls_inner,
  body.vx-new-theme .vx-footer{
    width:calc(100% - 18px)!important;
  }
  body.vx-new-theme #header_login_inner{
    width:calc(100% - 18px)!important;
  }
  body.vx-new-theme #header_login_inner form{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:stretch!important;
  }
  body.vx-new-theme #header_login_inner p{
    width:100%!important;
  }
  body.vx-new-theme #header_login_inner input[type=text],
  body.vx-new-theme #header_login_inner input[type=password]{
    width:100%!important;
    box-sizing:border-box!important;
  }
  body.vx-new-theme #header_login_inner .button{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    display:block!important;
    text-align:center!important;
    padding-left:0!important;
    padding-right:0!important;
    text-indent:0!important;
  }
  body.vx-new-theme #vx-servers-col,
  body.vx-new-theme #vx-sponsors-col{
    display:block!important;
    width:calc(100% - 18px)!important;
  }
  body.vx-new-theme .vx-scard,
  body.vx-new-theme .vx-sponsor,
  body.vx-new-theme .vx-ad-ph{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:0 0 10px!important;
  }
  body.vx-new-theme #main_controls{
    overflow-x:auto!important;
  }
  body.vx-new-theme #main_controls ul{
    justify-content:flex-start!important;
    width:max-content!important;
    min-width:100%!important;
  }
  body.vx-new-theme .grid_7,
  body.vx-new-theme .grid_17{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    float:none!important;
  }
  body.vx-new-theme .vx-hero h1{
    font-size:34px!important;
  }
  body.vx-new-theme .vx-quick-grid,
  body.vx-new-theme .vx-stats-bar{
    grid-template-columns:1fr!important;
  }
  body.vx-new-theme .content_block,
  body.vx-new-theme .sidebar_block,
  body.vx-new-theme .admin_sekcija{
    border-radius:14px!important;
  }
  body.vx-new-theme .vx-featured-news,
  body.vx-new-theme #featured_download .download{
    grid-template-columns:1fr!important;
  }
  body.vx-new-theme .vx-featured-media{
    height:150px;
  }
  body.vx-new-theme #mini_news{
    grid-template-columns:1fr!important;
  }
  body.vx-new-theme #featured_download .screenshot a{
    width:100%;
    height:150px;
  }
  body.vx-admin ul.dashboard_linkovi{
    grid-template-columns:1fr!important;
  }
}
