﻿@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;800&family=Orbitron:wght@400;600&family=Ubuntu:wght@400;500;700&display=swap');

/* SVG Background - Тема паяння електроніки (Web 2.0 стиль) */
BODY {
    FONT-SIZE: 14px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    SCROLLBAR-FACE-COLOR: #1a1a2e;
    BACKGROUND: #0f3460;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='solderPattern' width='200' height='200' patternUnits='userSpaceOnUse'%3E%3Crect width='200' height='200' fill='%230f3460'/%3E%3Cpath d='M50,50 L80,80 L110,50' fill='none' stroke='%23ff6b35' stroke-width='2' opacity='0.3' stroke-linejoin='round'/%3E%3Cpath d='M140,100 L170,130 L200,100' fill='none' stroke='%23ff6b35' stroke-width='2' opacity='0.3' stroke-linejoin='round'/%3E%3Ccircle cx='80' cy='150' r='5' fill='%23ffd700' opacity='0.4'/%3E%3Ccircle cx='150' cy='70' r='5' fill='%23ffd700' opacity='0.4'/%3E%3Cpath d='M30,120 Q50,100 70,120' fill='none' stroke='%2300ff88' stroke-width='1.5' opacity='0.3'/%3E%3Cpath d='M120,30 Q140,10 160,30' fill='none' stroke='%2300ff88' stroke-width='1.5' opacity='0.3'/%3E%3Crect x='100' y='100' width='20' height='10' rx='2' fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.2'/%3E%3Crect x='40' y='40' width='15' height='8' rx='1' fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='60' y1='180' x2='90' y2='150' stroke='%23ff6b35' stroke-width='1.5' opacity='0.25'/%3E%3Cline x1='130' y1='110' x2='160' y2='80' stroke='%23ff6b35' stroke-width='1.5' opacity='0.25'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23solderPattern)'/%3E%3C/svg%3E");
    PADDING-BOTTOM: 0px;
    MARGIN: 0 auto;
    FONT: 14px 'Ubuntu', 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
    SCROLLBAR-HIGHLIGHT-COLOR: #00ff88;
    SCROLLBAR-SHADOW-COLOR: #ff6b35;
    COLOR: #e6e6e6;
    SCROLLBAR-3DLIGHT-COLOR: #16213e;
    SCROLLBAR-ARROW-COLOR: #00ff88;
    PADDING-TOP: 0px;
    SCROLLBAR-TRACK-COLOR: #0f3460;
    SCROLLBAR-DARKSHADOW-COLOR: #16213e;
    line-height: 1.6;
    max-width: 1200px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

/* Web 2.0 градієнтний оверлей */
BODY::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(15, 52, 96, 0.9) 0%,
        rgba(26, 26, 46, 0.9) 50%,
        rgba(31, 40, 51, 0.9) 100%);
    z-index: -1;
}

/* Web 2.0 глянцеві ефекти */
BODY::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    z-index: 1000;
}

/* Основні елементи тексту */
FONT, TH, TD, P, DIV {
    FONT: 14px 'Ubuntu', 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
    COLOR: #e6e6e6;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.gensmall {FONT-SIZE: 13px; font-family: 'Ubuntu', sans-serif; color: #00ff88;}
TD.genmed {FONT-SIZE: 14px; font-family: 'Ubuntu', sans-serif;}
.genmed {FONT-SIZE: 13px; font-family: 'Ubuntu', sans-serif;}
.explaintitle {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    COLOR: #00ff88;
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}

/* Web 2.0 посилання з градієнтами */
A:link {
    COLOR: #00ff88;
    TEXT-DECORATION: none;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgba(0,255,136,0.1) 0%, rgba(0,255,136,0) 100%);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(0,255,136,0.3);
}
A:active {
    COLOR: #ff6b35;
    TEXT-DECORATION: none;
    background: linear-gradient(to bottom, rgba(255,107,53,0.2) 0%, rgba(255,107,53,0) 100%);
}
A:visited {
    COLOR: #ffd700;
    TEXT-DECORATION: none;
    background: linear-gradient(to bottom, rgba(255,215,0,0.1) 0%, rgba(255,215,0,0) 100%);
}
A:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    background: linear-gradient(to bottom, rgba(0,255,136,0.3) 0%, rgba(0,255,136,0.1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,255,136,0.3);
    border-color: #00ff88;
}

A.postlink {
    COLOR: #00ff88;
    TEXT-DECORATION: none;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(0,255,136,0.15) 0%, rgba(0,255,136,0) 100%);
    border: 2px solid rgba(0,255,136,0.4);
}

/* Web 2.0 заголовки тем */
.topictitle {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    font-family: 'Exo 2', sans-serif;
    color: #00ff88;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    background: linear-gradient(to bottom, rgba(0,255,136,0.1) 0%, rgba(0,255,136,0) 100%);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(0,255,136,0.3);
}
A.topictitle:visited {
    COLOR: #ffd700;
    background: linear-gradient(to bottom, rgba(255,215,0,0.1) 0%, rgba(255,215,0,0) 100%);
}
A.topictitle:hover {
    COLOR: #ffffff;
    background: linear-gradient(to bottom, rgba(0,255,136,0.3) 0%, rgba(0,255,136,0.1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,255,136,0.3);
}

.name {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    color: #00ff88;
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}

/* Web 2.0 роздільники */
HR {
    BORDER-RIGHT: #ffffff 0px solid;
    BORDER-TOP: #00ff88 3px solid;
    BORDER-LEFT: #ffffff 0px solid;
    BORDER-BOTTOM: #ffffff 0px solid;
    HEIGHT: 0px;
    margin: 20px 0;
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0,255,136,0.5);
}

/* Web 2.0 категорії з 3D ефектом */
TD.cat, TD.catHead, TD.catSides, TD.catLeft, TD.catRight, TD.catBottom {
    FONT-WEIGHT: 800;
    BACKGROUND: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
    TEXT-INDENT: 15px;
    LETTER-SPACING: 1px;
    HEIGHT: 45px;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    border: none;
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.5),
        0 2px 0 rgba(255,255,255,0.1) inset,
        0 -2px 0 rgba(0,0,0,0.3) inset;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    text-transform: uppercase;
}

/* Web 2.0 ряди таблиць з глянцевим ефектом */
.row1 {
    BACKGROUND: linear-gradient(to bottom, rgba(30,30,50,0.8) 0%, rgba(40,40,60,0.8) 100%);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.row2 {
    BACKGROUND: linear-gradient(to bottom, rgba(40,40,60,0.8) 0%, rgba(50,50,70,0.8) 100%);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.row3 {
    BACKGROUND: linear-gradient(to bottom, rgba(50,50,70,0.8) 0%, rgba(60,60,80,0.8) 100%);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.row1:hover, .row2:hover, .row3:hover {
    background: linear-gradient(to bottom, rgba(0,255,136,0.2) 0%, rgba(40,40,60,0.8) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,255,136,0.3);
    border-color: #00ff88;
}

.helpline {
    BACKGROUND: linear-gradient(to bottom, rgba(0,255,136,0.1) 0%, rgba(40,40,60,0.8) 100%);
    border: 1px solid rgba(0,255,136,0.3);
}

TD.spacerow {BACKGROUND: rgba(255,107,53,0.2);}
TD.rowpic {BACKGROUND: linear-gradient(to right, rgba(255,107,53,0.1) 0%, rgba(40,40,60,0.8) 100%);}

/* Web 2.0 заголовки таблиць з 3D ефектом */
TH {
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    BACKGROUND: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
    COLOR: #000000;
    WHITE-SPACE: nowrap;
    HEIGHT: 40px;
    TEXT-ALIGN: center;
    font-family: 'Orbitron', sans-serif;
    border-radius: 8px;
    letter-spacing: 1px;
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.5),
        0 2px 0 rgba(255,255,255,0.3) inset;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    border: 1px solid rgba(0,255,136,0.5);
}

/* Web 2.0 контейнери з глянцевими ефектами */
.bodyline {
    BORDER-RIGHT: #00ff88 2px solid;
    BORDER-TOP: #00ff88 2px solid;
    BACKGROUND: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    BORDER-LEFT: #00ff88 2px solid;
    BORDER-BOTTOM: #00ff88 2px solid;
    border-radius: 15px;
    box-shadow: 
        0 8px 25px rgba(0,0,0,0.7),
        0 2px 0 rgba(255,255,255,0.1) inset;
    padding: 25px;
    margin: 20px 0;
}

.forumline {
    BORDER-RIGHT: #00ff88 1px solid;
    BORDER-TOP: #00ff88 1px solid;
    BACKGROUND: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    BORDER-LEFT: #00ff88 1px solid;
    BORDER-BOTTOM: #00ff88 1px solid;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 6px 20px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

/* Web 2.0 заголовки з глянцевим текстом */
.maintitle, H1 {
    FONT: bold 32px/130% 'Orbitron', 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    text-align: center;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #ff6b35, #00ff88, #ffd700) 1;
    text-shadow: 
        0 2px 0 #000,
        0 4px 6px rgba(0,0,0,0.7),
        0 0 20px rgba(0,255,136,0.5);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    padding: 15px;
    border-radius: 10px;
}

H2, .subtitle {
    FONT: bold 24px/150% 'Orbitron', 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    COLOR: #00ff88;
    margin-top: 25px;
    text-shadow: 
        0 2px 3px rgba(0,0,0,0.7),
        0 0 15px rgba(0,255,136,0.3);
}

/* Навігація та текст */
.nav {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    color: #ffd700;
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
.postbody {
    FONT-SIZE: 15px;
    LINE-HEIGHT: 1.7;
    color: #e6e6e6;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.postdetails {
    FONT-SIZE: 13px;
    COLOR: #ffd700;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/* Web 2.0 стилі для кодів та цитат */
.code_td, .php_td, .q_td, .quote_td {
    FONT-SIZE: 13px;
    COLOR: #00ff88;
    FONT-FAMILY: 'Courier New', monospace;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.code_table, .php_table, .q_table, .quote_table {
    BORDER-RIGHT: #00ff88 3px solid;
    BORDER-TOP: #00ff88 3px solid;
    FONT-SIZE: 13px;
    BORDER-LEFT: #00ff88 3px solid;
    WIDTH: 98%;
    BORDER-BOTTOM: #00ff88 3px solid;
    FONT-FAMILY: 'Courier New', monospace;
    background: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 
        0 6px 20px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

.quote {
    BORDER-RIGHT: #ff6b35 2px solid;
    BORDER-TOP: #ff6b35 2px solid;
    FONT-SIZE: 14px;
    BACKGROUND: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    BORDER-LEFT: #ff6b35 4px solid;
    COLOR: #ffd700;
    LINE-HEIGHT: 1.6;
    BORDER-BOTTOM: #ff6b35 2px solid;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 
        0 6px 20px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

.quote::before {
    content: '🔌 ЦИТАТА';
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
}

.code {
    BORDER-RIGHT: #00ff88 3px solid;
    BORDER-TOP: #00ff88 3px solid;
    PADDING-LEFT: 20px;
    BACKGROUND: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    PADDING-BOTTOM: 20px;
    FONT: 13px 'Courier New', monospace;
    BORDER-LEFT: #00ff88 3px solid;
    COLOR: #00ff88;
    PADDING-TOP: 20px;
    BORDER-BOTTOM: #00ff88 3px solid;
    border-radius: 12px;
    margin: 20px 0;
    position: relative;
    box-shadow: 
        0 6px 20px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

.code::before {
    content: '⚡ КОД';
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
    color: #000000;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
}

.errorline {
    BORDER-RIGHT: #ff0000 3px solid;
    BORDER-TOP: #ff0000 3px solid;
    BACKGROUND: linear-gradient(135deg, rgba(70,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%);
    BORDER-LEFT: #ff0000 3px solid;
    BORDER-BOTTOM: #ff0000 3px solid;
    padding: 20px;
    border-radius: 12px;
    color: #ff9999;
    box-shadow: 
        0 6px 20px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

/* Web 2.0 форми та кнопки */
FORM {DISPLAY: inline;}
INPUT, SELECT, TEXTAREA {
    FONT: 13px 'Ubuntu', 'Exo 2', Verdana, Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    border: 2px solid #00ff88;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.5),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

INPUT:focus, SELECT:focus, TEXTAREA:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 
        0 0 0 3px rgba(255,215,0,0.3),
        0 4px 8px rgba(0,0,0,0.5),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

INPUT.post, TEXTAREA.post {
    BORDER-RIGHT: #00ff88 2px solid;
    BORDER-TOP: #00ff88 2px solid;
    PADDING-LEFT: 15px;
    BACKGROUND: linear-gradient(to bottom, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    PADDING-BOTTOM: 15px;
    FONT: 13px 'Ubuntu', Verdana, Arial, Helvetica;
    BORDER-LEFT: #00ff88 2px solid;
    BORDER-BOTTOM: #00ff88 2px solid;
}

/* Web 2.0 кнопки з 3D ефектом */
INPUT.button, INPUT.liteoption, .fakebut, INPUT.catbutton, INPUT.mainoption {
    BORDER: none;
    FONT-SIZE: 14px;
    BACKGROUND: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
    font-weight: 800;
    padding: 12px 25px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    box-shadow: 
        0 6px 0 rgba(180,60,0,1),
        0 8px 15px rgba(0,0,0,0.6),
        0 2px 0 rgba(255,255,255,0.2) inset;
}

INPUT.button:hover, INPUT.liteoption:hover, .fakebut:hover, INPUT.catbutton:hover, INPUT.mainoption:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6b35 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 9px 0 rgba(180,60,0,1),
        0 12px 20px rgba(0,0,0,0.7),
        0 2px 0 rgba(255,255,255,0.2) inset;
}

INPUT.button:active, INPUT.liteoption:active, .fakebut:active, INPUT.catbutton:active, INPUT.mainoption:active {
    transform: translateY(3px);
    box-shadow: 
        0 3px 0 rgba(180,60,0,1),
        0 4px 10px rgba(0,0,0,0.5),
        0 2px 0 rgba(255,255,255,0.1) inset;
}

/* Спеціальні класи */
A.but, A.but:hover, A.but:visited {
    COLOR: #ff6b35;
    TEXT-DECORATION: none;
    font-weight: 800;
    font-family: 'Orbitron', sans-serif;
}

.helpline {
    BORDER: none;
    FONT-SIZE: 13px;
    background: linear-gradient(135deg, rgba(0,255,136,0.2) 0%, rgba(40,40,60,0.8) 100%);
    padding: 15px;
    border-radius: 10px;
    color: #00ff88;
    border: 1px solid rgba(0,255,136,0.3);
}

.topbkg {
    BACKGROUND: linear-gradient(135deg, #ff6b35 0%, #00ff88 100%);
    height: 5px;
    border-radius: 3px;
}
.topnav {
    BORDER-TOP: #00ff88 3px solid;
    FONT-SIZE: 14px;
    BACKGROUND: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    COLOR: #00ff88;
    BORDER-BOTTOM: #00ff88 3px solid;
    WHITE-SPACE: nowrap;
    HEIGHT: 32px;
    padding: 8px 0;
    font-weight: 800;
    font-family: 'Orbitron', sans-serif;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

/* Адмін та модератори */
.admin {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    COLOR: #ffd700;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 10px rgba(255,215,0,0.5);
}
A.admin, A.admin:visited {
    COLOR: #ffd700;
    text-shadow: 0 0 10px rgba(255,215,0,0.5);
}
A.admin:hover {
    COLOR: #ffffff;
    text-shadow: 0 0 15px rgba(255,215,0,0.8);
}

.mod {
    FONT-WEIGHT: 800;
    FONT-SIZE: 14px;
    COLOR: #00ff88;
}
A.mod, A.mod:visited {
    COLOR: #00ff88;
    text-shadow: 0 0 10px rgba(0,255,136,0.5);
}
A.mod:hover {
    COLOR: #ffffff;
    text-shadow: 0 0 15px rgba(0,255,136,0.8);
}

IMG {
    BORDER: none;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.copyright {
    FONT-SIZE: 12px;
    COLOR: #ffd700;
    FONT-FAMILY: 'Ubuntu', sans-serif;
    LETTER-SPACING: -0.5px;
    text-align: center;
    padding: 30px 0;
    margin-top: 25px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #ff6b35, #00ff88, #ffd700) 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
A.copyright {
    COLOR: #00ff88;
    TEXT-DECORATION: none;
    font-weight: 700;
}
A.copyright:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
    text-shadow: 0 0 10px rgba(0,255,136,0.5);
}

/* СТИЛИ для скрипта форума WR-Forum Professional версии 2.2 */

/* Web 2.0 стиль для посилань */
.pgbutt a {
    font-family: 'Orbitron', Verdana;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    border: 2px solid #00ff88;
    background: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    padding: 10px 18px;
    margin: 5px 3px;
    color: #00ff88;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 
        0 4px 0 rgba(0,150,80,1),
        0 6px 10px rgba(0,0,0,0.5);
}

.pgbutt a:hover {
    background: linear-gradient(135deg, rgba(0,255,136,0.2) 0%, rgba(31,40,51,0.9) 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 
        0 7px 0 rgba(0,150,80,1),
        0 10px 15px rgba(0,0,0,0.6);
    text-decoration: none;
    border-color: #ffd700;
}

/* QR-CODE */
#qr img{
    width:50px;
    height:50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    border: 3px solid #00ff88;
    padding: 5px;
    background: linear-gradient(135deg, rgba(26,26,46,0.9) 0%, rgba(31,40,51,0.9) 100%);
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 
        0 6px 15px rgba(0,0,0,0.7),
        0 2px 0 rgba(255,255,255,0.1) inset;
}
#qr img:hover{
    width:250px;
    height:250px;
    z-index:1000;
    padding: 10px;
    box-shadow: 
        0 12px 30px rgba(0,0,0,0.8),
        0 0 30px rgba(0,255,136,0.5);
    border-color: #ffd700;
}

/* Аватар для гостей */
.guestavatar{
    width:120px;
    height:120px;
    text-align:center;
    background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
    color: #ffffff;
    font-size: 42px;
    display: table-cell;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    font-weight: 800;
    font-family: 'Orbitron', sans-serif;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.7),
        0 2px 0 rgba(255,255,255,0.2) inset;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    border: 3px solid rgba(255,255,255,0.2);
}

/* навигационное меню в админке */
#nav8, #nav8 ul, #nav8 li {margin: 0;padding: 0;border: 0;}
#nav8, #nav8 ul {
    background: linear-gradient(135deg, rgba(26,26,46,0.9) 