﻿body {
    background: #0F1419; /* Глубокий тёмно-синий фон */
    color: #D4E8F7;
    font: 14px 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    margin: 6px;
    padding: 0;
    scrollbar-face-color: #1A3A52;
    scrollbar-track-color: #0F1419;
    scrollbar-arrow-color: #00D9FF;
}

th, td, p {
    font: 14px 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
}

.topictitle {
    font-size: 13px;
    font-weight: bold;
    color: #00D9FF;
}

a:link, a:active, a:visited, a.postlink {
    color: #00D9FF; /* Циановый цвет - научный стиль */
    text-decoration: none;
}

a:hover {
    color: #64FFDA; /* Более яркий циан при наведении */
    text-decoration: underline;
}

.name {
    font-size: 13px;
    font-weight: bold;
    color: #00D9FF;
}

hr {
    border: 0px solid #1A3A52;
    border-top-width: 1px;
    height: 0px;
}

.row1, .row2, .row3, .spaceRow {
    background: #1A2636; /* Светлый тёмно-синий */
}

th {
    background: linear-gradient(135deg, #1A3A52 0%, #0F2536 100%);
    color: #00D9FF;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    text-align: center;
    border-bottom: 2px solid #00D9FF;
}

.bodyline {
    background: #1A2636;
    border: 1px solid #00D9FF;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.1);
}

.forumline {
    background: #0F1419;
    border: 2px solid #00D9FF;
    box-shadow: 0 0 12px rgba(0, 217, 255, 0.15);
    border-radius: 4px;
}

.maintitle, h1 {
    font: bold 22px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #00D9FF;
    text-shadow: 0 0 10px rgba(0, 217, 255, 0.3);
    letter-spacing: 0.5px;
}

.subtitle, h2 {
    font: bold 18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #64FFDA;
    letter-spacing: 0.3px;
}

.postbody {
    font-size: 14px;
    line-height: 125%;
    color: #D4E8F7;
}

.postdetails {
    font-size: 10px;
    color: #8FA3B0;
    border-left: 2px solid #00D9FF;
    padding-left: 8px;
    margin: 5px 0;
}

.quote, .code {
    background: #0F2536;
    border-left: 3px solid #00D9FF;
    color: #D4E8F7;
    font-size: 11px;
    line-height: 125%;
    padding: 8px 12px;
    border-radius: 3px;
    margin: 5px 0;
}

input.post, textarea.post {
    background: #1A2636;
    border: 1px solid #00D9FF;
    color: #D4E8F7;
    border-radius: 3px;
    padding: 5px;
    transition: box-shadow 0.3s ease;
}

input.post:focus, textarea.post:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.4);
    border-color: #64FFDA;
}

.pgbutt a {
    font-family: 'Segoe UI', Verdana;
    text-decoration: none;
    border: 1px solid #00D9FF;
    background: linear-gradient(135deg, #1A3A52 0%, #0F2536 100%);
    color: #00D9FF;
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pgbutt a:hover {
    background: linear-gradient(135deg, #2A5A72 0%, #1A4556 100%);
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.3);
    color: #64FFDA;
}