/* привет я гардиан, это мой код, зачем ты лезишь? */

@font-face {
    font-family: 'TahomaCustom';
    src: url('https://fonts-online.ru/sites/default/files/2021-09/tahoma.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%23000000" width="100" height="100"/><circle fill="%2300ff00" cx="50" cy="50" r="1" opacity="0.3"/><circle fill="%2300aa00" cx="20" cy="80" r="0.5" opacity="0.2"/><circle fill="%2300ff44" cx="80" cy="20" r="0.5" opacity="0.2"/></svg>');
    font-family: 'TahomaCustom', Tahoma, sans-serif;
    color: #00ff00;
    min-height: 100vh;
}

.main-container {
    width: 100%;
    margin: 0;
    background: linear-gradient(to bottom, #051005, #000000);
    border: 3px solid #005500;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.2);
}

.header {
    background: linear-gradient(to bottom, #003300, #001100);
    border-bottom: 2px solid #00ff00;
    padding: 20px;
    text-align: center;
}

.header-title {
    font-size: 32px;
    font-weight: bold;
    color: #00ff00;
    text-shadow: 2px 2px 4px #000000, 0 0 10px #00cc00;
    letter-spacing: 5px;
}

.header-subtitle {
    font-size: 12px;
    color: #008800;
    margin-top: 5px;
    font-style: italic;
}

.navigation {
    background: #001100;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #005500;
}

.nav-link {
    color: #00cc00;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 12px;
}

.nav-link:hover {
    color: #00ff00;
    text-decoration: underline;
}

.content-wrapper {
    display: flex;
    padding: 15px;
    gap: 15px;
}

.sidebar {
    width: 180px;
    flex-shrink: 0;
}

.sidebar-box {
    background: linear-gradient(to bottom, #051a05, #000a00);
    border: 1px solid #005500;
    margin-bottom: 10px;
}

.sidebar-title {
    background: linear-gradient(to bottom, #003300, #001100);
    padding: 8px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #00ff00;
    border-bottom: 1px solid #005500;
    text-transform: uppercase;
}

.sidebar-content {
    padding: 10px;
    font-size: 12px;
    color: #00cc00;
}

.status-online {
    color: #00ff00;
}

.main-content {
    flex: 1;
}

.post-box {
    background: linear-gradient(to bottom, #051a05, #000a00);
    border: 1px solid #005500;
    margin-bottom: 15px;
}

.post-header {
    background: linear-gradient(to bottom, #003300, #001100);
    padding: 8px 12px;
    border-bottom: 1px solid #005500;
    display: flex;
    justify-content: space-between;
}

.post-author {
    font-weight: bold;
    color: #00ff00;
    font-size: 13px;
}

.post-date {
    color: #008800;
    font-size: 11px;
}

.post-body {
    padding: 15px;
    display: flex;
    gap: 15px;
}

.avatar-section {
    text-align: center;
}

.avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #003300, #001100);
    border: 2px solid #00ff00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #00aa00;
    overflow: hidden;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-rank {
    margin-top: 5px;
    font-size: 10px;
    color: #008800;
    font-style: italic;
}

.message-section {
    flex: 1;
}

.greeting {
    font-size: 18px;
    color: #00ff00;
    margin-bottom: 10px;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #00ff00, transparent);
    margin: 10px 0;
}

.bio-content {
    width: 100%;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table tr {
    border-bottom: 1px dotted #003300;
}

.info-table td {
    padding: 8px 5px;
    font-size: 12px;
}

.info-table .label {
    color: #008800;
    width: 150px;
}

.info-table .value {
    color: #00cc00;
}

.about-content {
    font-size: 12px;
    line-height: 1.6;
}

.about-content p {
    margin-bottom: 10px;
}

.mystery-text {
    font-family: monospace;
    font-size: 10px;
    color: #00aa00;
    margin-top: 15px;
    padding: 10px;
    background: #000a00;
    border: 1px dashed #00ff00;
}

.dark-post {
    background: #ff0000 !important;
    border-color: #880000 !important;
}

.dark-header {
    background: #880000 !important;
    border-color: #ff0000 !important;
}

.dark-body {
    display: block;
    background: #ff0000 !important;
}

.dark-content {
    text-align: left;
    padding: 20px;
    background: #ff0000 !important;
}

.dark-text p {
    margin: 15px 0;
    font-size: 14px;
    color: #ffffff !important;
}

.footer {
    background: linear-gradient(to bottom, #001100, #000000);
    border-top: 2px solid #005500;
    padding: 15px;
    text-align: center;
}

.footer-text {
    font-size: 10px;
    color: #006600;
}

.visitor-counter {
    margin-top: 10px;
    display: inline-block;
    background: #000a00;
    border: 1px solid #005500;
    padding: 5px 10px;
}

.counter-label {
    font-size: 10px;
    color: #008800;
}

.counter-number {
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: #00ff00;
    margin-left: 5px;
}