﻿/* === ВОЕННЫЙ СТИЛЬ ДЛЯ ФОРУМА (Модернизированная версия) === */
/* Основано на original subSilver Theme, модифицировано для армейской тематики */

body {
    background-color: #2a3a1a; /* Темно-зеленый вместо светлого */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><pattern id="camouflage" width="40" height="40" patternUnits="userSpaceOnUse"><rect width="40" height="40" fill="%233a4a2a"/><path d="M0,0 L40,40" stroke="%234a5a3a" stroke-width="3"/><path d="M40,0 L0,40" stroke="%231a2a0a" stroke-width="3"/><circle cx="10" cy="10" r="8" fill="%232a3a1a"/><circle cx="30" cy="30" r="6" fill="%234a5a3a"/><circle cx="20" cy="20" r="5" fill="%231a2a0a"/></pattern><rect width="200" height="200" fill="url(%23camouflage)"/></svg>'); /* Камуфляжный паттерн */
    scrollbar-face-color: #4a5a3a;
    scrollbar-highlight-color: #6a7a4a;
    scrollbar-shadow-color: #2a3a1a;
    scrollbar-3dlight-color: #5a6a3a;
    scrollbar-arrow-color: #d8c15b; /* Золотистый */
    scrollbar-track-color: #1a2a0a;
    scrollbar-darkshadow-color: #1a2a0a;
    margin: 0;
    font-family: 'Arial Narrow', 'Verdana', sans-serif;
    color: #c8b15b;
    border: 8px ridge #4a5a3a; /* Рельефная рамка */
    max-width: 1200px;
    margin: 20px auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

font,th,td,p { 
    font-family: 'Arial Narrow', 'Verdana', Arial, Helvetica, sans-serif;
    color: #d8d8b5;
}

a:link, a:active, a:visited { 
    color: #d8c15b; /* Золотистый */
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed #d8c15b;
    padding: 0 2px;
}

a:hover { 
    text-decoration: none; 
    color: #ffaa00 !important; /* Ярко-оранжевый */
    background-color: #3a4a2a !important;
    border-bottom: 2px solid #ffaa00;
}

hr { 
    height: 0px; 
    border: solid #4a5a3a 0px; 
    border-top-width: 2px;
    border-top-style: dashed;
    margin: 20px 0;
}

.bodyline { 
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><pattern id="steel" width="20" height="20" patternUnits="userSpaceOnUse"><rect width="20" height="20" fill="%232a3a1a"/><circle cx="5" cy="5" r="2" fill="%233a4a2a"/><circle cx="15" cy="15" r="2" fill="%233a4a2a"/></pattern><rect width="100" height="100" fill="url(%23steel)" opacity="0.7"/></svg>'); /* Стальной паттерн */
    border: 3px ridge #4a5a3a; /* Рельефная рамка */
    padding: 15px;
    margin: 10px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.forumline { 
    background-color: #1a2a0a; /* Очень темный зеленый */
    border: 3px groove #4a5a3a; /* Желобчатая рамка */
    padding: 20px;
    margin: 15px 0;
}

/* 🎖️ ЧЕРЕДОВАНИЕ СТРОК С КАМУФЛЯЖЕМ */
.row1 { 
    background-color: #3a4a2a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><rect width="50" height="50" fill="%233a4a2a"/><path d="M0,0 L50,50" stroke="%234a5a3a" stroke-width="2" opacity="0.3"/></svg>');
    border: 1px solid #2a3a1a;
}

.row2 { 
    background-color: #4a5a3a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><rect width="50" height="50" fill="%234a5a3a"/><path d="M50,0 L0,50" stroke="%235a6a4a" stroke-width="2" opacity="0.3"/></svg>');
    border: 1px solid #3a4a2a;
}

.row3 { 
    background-color: #5a6a4a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><rect width="50" height="50" fill="%235a6a4a"/><circle cx="25" cy="25" r="15" fill="%234a5a3a" opacity="0.3"/></svg>');
    border: 1px solid #4a5a3a;
}

/* 🏆 ЗАГОЛОВОЧНЫЙ БЛОК */
td.rowpic {
    background-color: #2a3a1a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><linearGradient id="headerGrad" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%231a2a0a;stop-opacity:1"/><stop offset="50%" style="stop-color:%232a3a1a;stop-opacity:1"/><stop offset="100%" style="stop-color:%231a2a0a;stop-opacity:1"/></linearGradient><rect width="100" height="50" fill="url(%23headerGrad)"/><text x="50" y="30" text-anchor="middle" font-family="Arial" font-size="14" font-weight="bold" fill="%23d8c15b">✯ ВОЕННЫЙ ФОРУМ ✯</text></svg>');
    background-repeat: repeat-x;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #d8c15b;
    font-size: 18px;
    border-bottom: 3px double #4a5a3a;
}

/* 🎯 ЗАГОЛОВКИ ТАБЛИЦ */
th {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background-color: #6a7a4a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><linearGradient id="thGrad" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%237a8a5a;stop-opacity:1"/><stop offset="100%" style="stop-color:%235a6a4a;stop-opacity:1"/></linearGradient><rect width="30" height="30" fill="url(%23thGrad)"/></svg>');
    height: 35px;
    border: 2px outset #5a6a4a; /* 3D эффект */
    text-shadow: 1px 1px 1px #000000;
    font-family: 'Impact', 'Arial Black', sans-serif;
    letter-spacing: 1px;
    padding: 8px 15px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><pattern id="catPattern" width="20" height="20" patternUnits="userSpaceOnUse"><rect width="20" height="20" fill="%232a3a1a"/><path d="M0,10 L20,10" stroke="%234a5a3a" stroke-width="3"/><path d="M10,0 L10,20" stroke="%234a5a3a" stroke-width="3"/></pattern><rect width="40" height="40" fill="url(%23catPattern)"/></svg>');
    background-color: #1a2a0a;
    border: 2px ridge #4a5a3a;
    height: 32px;
    color: #d8c15b;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Arial Narrow', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 📝 ЗАГОЛОВКИ СТРАНИЦ */
.maintitle, h1, h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: "Impact", "Arial Black", "Trebuchet MS", Verdana, sans-serif;
    text-decoration: none;
    line-height: 120%;
    color: #d8c15b;
    text-shadow: 2px 2px 3px #000000, 0 0 10px #4a5a3a;
    background: linear-gradient(to right, #2a3a1a, #4a5a3a, #2a3a1a);
    padding: 15px 25px;
    border: 3px ridge #d8c15b;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.maintitle:before, h1:before {
    content: "⚔️ ";
    font-size: 28px;
}

.maintitle:after, h1:after {
    content: " ⚔️";
    font-size: 28px;
}

/* 📊 ТЕКСТ РАЗНЫХ УРОВНЕЙ */
.gen { 
    font-size: 14px;
    color: #c8b15b;
    font-family: 'Arial Narrow', 'Verdana', sans-serif;
}

.genmed { 
    font-size: 13px;
    color: #b8a14b;
    font-weight: bold;
}

.gensmall { 
    font-size: 12px;
    color: #a8913b;
}

.gen, .genmed, .gensmall { 
    color: #d8d8b5;
}

a.gen, a.genmed, a.gensmall { 
    color: #d8c15b;
    text-decoration: none;
    border-bottom: 1px dotted #d8c15b;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover { 
    color: #ffaa00 !important;
    text-decoration: none;
    background-color: #3a4a2a;
    border-bottom: 2px solid #ffaa00;
}

/* 🧭 МЕНЮ */
.mainmenu { 
    font-size: 14px;
    color: #d8c15b;
    font-weight: bold;
    background: linear-gradient(to bottom, #3a4a2a, #2a3a1a);
    padding: 8px 15px;
    margin: 0 5px;
    border: 2px outset #4a5a3a;
    border-radius: 4px;
    display: inline-block;
}

a.mainmenu { 
    text-decoration: none;
    color: #d8c15b;
}

a.mainmenu:hover { 
    text-decoration: none;
    color: #ffaa00 !important;
    background: linear-gradient(to bottom, #4a5a3a, #3a4a2a);
    border: 2px inset #5a6a4a;
}

/* 🏷 КАТЕГОРИИ */
.cattitle { 
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #d8c15b;
    background: linear-gradient(to right, #2a3a1a, #3a4a2a);
    padding: 10px 15px;
    border-left: 6px solid #d8c15b;
    margin: 15px 0;
}

a.cattitle { 
    text-decoration: none;
    color: #d8c15b;
}

a.cattitle:hover { 
    text-decoration: none;
    color: #ffaa00;
    background: linear-gradient(to right, #3a4a2a, #4a5a3a);
}

/* 🔗 ССЫЛКИ НА ФОРУМЫ */
.forumlink { 
    font-weight: bold;
    font-size: 14px;
    color: #c8b15b;
    padding: 8px 12px;
    background-color: #3a4a2a;
    border: 1px solid #4a5a3a;
    margin: 5px 0;
    display: block;
}

a.forumlink { 
    text-decoration: none;
    color: #c8b15b;
}

a.forumlink:hover { 
    text-decoration: none;
    color: #ffaa00 !important;
    background-color: #4a5a3a;
    border-left: 4px solid #ffaa00;
}

/* 🧭 НАВИГАЦИЯ */
.nav { 
    font-weight: bold;
    font-size: 13px;
    color: #d8c15b;
    background-color: #2a3a1a;
    padding: 5px 10px;
    border: 1px solid #4a5a3a;
    border-radius: 3px;
}

a.nav { 
    text-decoration: none;
    color: #d8c15b;
}

a.nav:hover { 
    text-decoration: none;
    color: #ffaa00 !important;
    background-color: #3a4a2a;
}

/* 📌 НАЗВАНИЯ ТЕМ */
.topictitle { 
    font-weight: bold;
    font-size: 14px;
    color: #d8c15b;
    background-color: #3a4a2a;
    padding: 8px 12px;
    border-left: 4px solid #d8c15b;
    margin: 5px 0;
}

a.topictitle:link { 
    text-decoration: none;
    color: #d8c15b;
}

a.topictitle:visited { 
    text-decoration: none;
    color: #a8913b;
}

a.topictitle:hover { 
    text-decoration: none;
    color: #ffaa00 !important;
    background-color: #4a5a3a;
    border-left: 4px solid #ffaa00;
}

/* 👤 ИМЕНА И ДЕТАЛИ */
.name { 
    font-size: 14px;
    color: #d8c15b;
    font-weight: bold;
    background: linear-gradient(to right, #3a4a2a, transparent);
    padding: 3px 10px;
    border-radius: 15px;
    display: inline-block;
}

.postdetails { 
    font-size: 12px;
    color: #a8913b;
    font-family: 'Courier New', monospace;
    background-color: #2a3a1a;
    padding: 3px 8px;
    border: 1px dotted #4a5a3a;
    border-radius: 10px;
    display: inline-block;
    margin: 2px;
}

/* 📝 ТЕЛО СООБЩЕНИЯ */
.postbody { 
    font-size: 14px;
    color: #e8e8c5;
    line-height: 1.6;
    background-color: #2a3a1a;
    padding: 20px;
    border: 1px solid #4a5a3a;
    border-radius: 5px;
    margin: 15px 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

a.postlink:link { 
    text-decoration: none;
    color: #d8c15b;
    border-bottom: 1px dashed #d8c15b;
}

a.postlink:visited { 
    text-decoration: none;
    color: #a8913b;
}

a.postlink:hover { 
    text-decoration: none;
    color: #ffaa00 !important;
    background-color: #3a4a2a;
    border-bottom: 2px solid #ffaa00;
}

/* 💬 ЦИТАТЫ И КОД */
.code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    color: #a8ffa8; /* Светло-зеленый для кода */
    background-color: #1a2a1a;
    border: 2px groove #4a5a3a;
    border-left-width: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 15px;
    margin: 15px 0;
    overflow-x: auto;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.quote {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 13px;
    color: #d8d8b5;
    line-height: 140%;
    background-color: #2a3a2a;
    border: 2px ridge #5a6a4a;
    border-left-width: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 15px;
    margin: 15px 0;
    font-style: italic;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 📄 ФОРМЫ */
input, textarea, select {
    color: #d8c15b;
    font: normal 13px 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
    background-color: #2a3a1a;
    border-color: #4a5a3a;
    border: 2px inset #4a5a3a; /* Вдавленный эффект */
    padding: 8px 12px;
    margin: 5px 0;
}

input.post, textarea.post, select {
    background-color: #3a4a2a;
}

input { 
    text-indent: 4px;
}

input.button {
    background: linear-gradient(to bottom, #5a6a4a, #4a5a3a);
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
    border: 2px outset #6a7a4a; /* Выпуклый эффект */
    padding: 10px 20px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

input.button:hover {
    background: linear-gradient(to bottom, #6a7a4a, #5a6a4a);
    border: 2px inset #6a7a4a; /* Вдавленный эффект при наведении */
    color: #ffaa00;
}

input.mainoption {
    background: linear-gradient(to bottom, #7a8a5a, #6a7a4a);
    font-weight: bold;
    font-size: 15px;
    padding: 12px 25px;
}

input.liteoption {
    background: linear-gradient(to bottom, #4a5a3a, #3a4a2a);
    font-weight: normal;
    color: #d8c15b;
}

.helpline { 
    background-color: #3a4a2a;
    border-style: none;
    color: #d8c15b;
    padding: 10px;
    font-style: italic;
    border-left: 4px solid #d8c15b;
}

/* 🎖️ ДОПОЛНИТЕЛЬНЫЕ ВОЕННЫЕ ЭЛЕМЕНТЫ */

/* Навигационные блоки */
td.nvb {
    border-left: 2px solid #4a5a3a;
    border-right: 2px solid #4a5a3a;
    border-top: 2px solid #4a5a3a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="30"><linearGradient id="navGrad" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%233a4a2a;stop-opacity:1"/><stop offset="100%" style="stop-color:%232a3a1a;stop-opacity:1"/></linearGradient><rect width="100" height="30" fill="url(%23navGrad)"/></svg>');
    height: 30px;
    vertical-align: middle;
    padding: 0 15px;
}

td.banner {
    border-left: 2px solid #4a5a3a;
    border-right: 2px solid #4a5a3a;
    border-top: 2px solid #4a5a3a;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="75"><linearGradient id="bannerGrad" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%231a2a0a;stop-opacity:1"/><stop offset="50%" style="stop-color:%232a3a1a;stop-opacity:1"/><stop offset="100%" style="stop-color:%231a2a0a;stop-opacity:1"/></linearGradient><rect width="200" height="75" fill="url(%23bannerGrad)"/><text x="100" y="45" text-anchor="middle" font-family="Impact" font-size="24" font-weight="bold" fill="%23d8c15b" text-shadow="2px 2px 3px #000000">⚔️ ФОРУМ ВОЕННЫХ ⚔️</text></svg>');
    height: 75px;
    text-align: center;
    vertical-align: middle;
    font-size: 0; /* Скрываем текстовый контент */
}

/* ✨ СТИЛИ ДЛЯ СКРИПТА WR-FORUM */

/* 1) КНОПКИ НАВИГАЦИИ */
.pgbutt a {
    font-family: 'Arial Narrow', Verdana;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    border: 2px outset #4a5a3a;
    background: linear-gradient(to bottom, #4a5a3a, #3a4a2a);
    padding: 8px 16px;
    margin: 5px 3px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #d8c15b;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000000;
}

.pgbutt a:hover {
    background: linear-gradient(to bottom, #5a6a4a, #4a5a3a);
    border: 2px inset #5a6a4a;
    color: #ffaa00 !important;
    text-decoration: none;
}

form { 
    display: inline; 
    margin: 2px; 
    padding: 0px; 
    border: 0px;
}    

TD {
    font-size: 14px;
}

input.button, input.liteoption, .fakebut {
    border: 2px outset #4a5a3a;
    background: linear-gradient(to bottom, #5a6a4a, #4a5a3a);
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 10px 18px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

/* 2) QR-CODE */
#qr img {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: 3px ridge #4a5a3a;
    padding: 3px;
    background-color: #2a3a1a;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

#qr img:hover {
    width: 220px;
    height: 220px;
    z-index: 1001;
    padding: 5px;
    border: 4px ridge #d8c15b;
    background-color: #3a4a2a;
    transition: all 0.5s ease;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.9);
}

/* 3) АВАТАР ГОСТЯ */
.guestavatar {
    width: 130px;
    height: 130px;
    text-align: center;
    background: linear-gradient(135deg, #4a5a3a, #3a4a2a);
    color: #d8c15b;
    font-size: 60px;
    font-weight: bold;
    display: table-cell;
    border-radius: 25%;
    position: relative;
    vertical-align: middle;
    border: 4px ridge #5a6a4a;
    text-shadow: 2px 2px 3px #000000;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

/* 4) АДМИН МЕНЮ */
#nav8, #nav8 ul, #nav8 li {
    margin: 0;
    padding: 0;
    border: 0;
}

#nav8, #nav8 ul {
    background: linear-gradient(to bottom, #2a3a1a, #1a2a0a);
    border: 2px ridge #4a5a3a;
}

#nav8 {
    border-spacing: 0 0;
    position: relative;
    z-index: 50;
    width: 100%;
}

#nav8 ul {
    position: absolute;
    display: none;
    border: 2px ridge #4a5a3a;
    background: linear-gradient(to bottom, #3a4a2a, #2a3a1a);
}

#nav8 td:hover ul {
    display: block;
}

#nav8 ul li {
    list-style: none;
}

#nav8 .right {
    direction: rtl;
}

#nav8 .right ul {
    right: 0;
}

#nav8 .right li {
    direction: ltr;
}

#nav8 a {
    display: block;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    color: #d8c15b;
    font-weight: bold;
    border-bottom: 1px solid rgba(216, 193, 91, 0.2);
}

#nav8 ul a {
    padding: 10px 25px;
    text-align: left;
    background: linear-gradient(to right, #2a3a1a, #3a4a2a);
}

#nav8 td:hover, #nav8 li:hover {
    background: linear-gradient(to bottom, #4a5a3a, #3a4a2a);
}

#nav8 td {
    text-align: center;
    padding: 8px;
}

/* 5) ИНДИКАТОР ЗАГРУЗКИ */
#cssbar-wrapper {
    width: 350px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
}

#cssbar-border {
    border: 4px ridge #4a5a3a;
    height: 100%;
    width: 100%;
    position: relative;
    left: -50%;
    top: -50%;
    padding: 4px 3px;
    background: #2a3a1a;
}

#cssbar-whitespace {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#cssbar-line {
    background: linear-gradient(90deg, transparent, #d8c15b, #ffaa00, #d8c15b, transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    animation: cssbar-slide 3s linear infinite;
    -o-animation: cssbar-slide 3s linear infinite;
    -ms-animation: cssbar-slide 3s linear infinite;
    -webkit-animation: cssbar-slide 3s linear infinite;
    -moz-animation: cssbar-slide 3s linear infinite;
}

@keyframes cssbar-slide {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* 🎖️ ВОЕННЫЕ СТАТУСЫ */
.status-alert {
    background-color: #8b0000 !important; /* Темно-красный */
    color: #ffffff !important;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 5px;
    border: 1px solid #ff0000;
}

.status-important {
    background-color: #d8c15b !important;
    color: #000000 !important;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 5px;
    border: 1px solid #ffaa00;
}

.status-new {
    background-color: #32cd32 !important; /* Лаймовый */
    color: #000000 !important;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 5px;
    border: 1px solid #00ff00;
}

/* 🛡️ КОПИРАЙТ */
.copyright {
    font-size: 12px;
    font-family: 'Arial Narrow', Verdana, Arial, Helvetica, sans-serif;
    color: #a8913b;
    letter-spacing: -1px;
    text-align: center;
    padding: 20px;
    border-top: 2px dashed #4a5a3a;
    margin-top: 30px;
    background-color: #1a2a0a;
}

a.copyright {
    color: #d8c15b;
    text-decoration: none;
    border-bottom: 1px dotted #d8c15b;
}

a.copyright:hover {
    color: #ffaa00;
    text-decoration: none;
    border-bottom: 2px solid #ffaa00;
}

/* 📱 АДАПТИВНОСТЬ */
@media (max-width: 1024px) {
    body {
        max-width: 95%;
        margin: 10px auto;
        border-width: 4px;
    }
    
    .maintitle, h1, h2 {
        font-size: 20px;
        padding: 12px 20px;
    }
    
    .bodyline, .forumline {
        padding: 12px;
        margin: 8px;
    }
    
    .pgbutt a {
        padding: 6px 12px;
        font-size: 12px;
        margin: 3px 2px;
    }
    
    #qr img {
        width: 35px;
        height: 35px;
        right: 10px;
        top: 10px;
    }
    
    #qr img:hover {
        width: 180px;
        height: 180px;
    }
}

/* 🎖️ АНИМАЦИИ ДЛЯ ВОЕННОЙ ТЕМАТИКИ */
@keyframes blink-red {
    0%, 100% { color: #d8c15b; }
    50% { color: #ff0000; }
}

.alert-blink {
    animation: blink-red 1s infinite;
    font-weight: bold;
}

@keyframes pulse-green {
    0%, 100% { background-color: #3a4a2a; }
    50% { background-color: #4a6a3a; }
}

.status-active {
    animation: pulse-green 2s infinite;
}