body {
    background-image: url('gif/fon.gif');
    background-repeat: repeat;
    background-color: #000000;
    color: #ffff00;
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ЛЕНТА ИЗ ГИФОК СВЕРХУ И СНИЗУ */
.gif-banner {
    background: #000000;
    padding: 4px 0;
    border-top: 3px ridge #ff0000;
    border-bottom: 3px ridge #ff0000;
    white-space: nowrap;
    overflow: hidden;
}

.gif-banner img {
    height: 32px;
    margin: 0 4px;
}

/* НАВИГАЦИЯ МЕНЮ (WEB 1.0 STYLE) */
.web-menu {
    background: #111111;
    border-bottom: 2px solid #ffff00;
    padding: 8px 0;
    font-family: "Comic Sans MS", "Courier New", sans-serif;
    font-size: 13px;
    line-height: 1.8;
}

.web-menu a {
    color: #00ffff;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 6px;
}

.web-menu a:hover {
    color: #ff00ff;
    background: #ffff00;
}

.main-container {
    width: 950px;
    max-width: 98%;
    margin: 0 auto;
    padding: 15px 0;
}

/* ЗОЛОТОЙ РЕТРО ЗАГОЛОВОК */
.gold-title {
    font-size: 38px;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 3px 3px 0px #ff0000, -2px -2px 0px #000000;
    margin: 15px 0 5px 0;
    letter-spacing: 2px;
}

.sub-title {
    color: #ff3300;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000;
    margin-bottom: 20px;
}

/* ДВУХКОЛОНОЧНЫЙ МАКЕТ (LAYOUT) */
.content-layout {
    display: flex;
    gap: 15px;
    text-align: left;
    align-items: flex-start;
}

.left-column {
    flex: 1;
    min-width: 0;
}

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

/* КОНТРАСТНАЯ РЕТРО-ПОДЛОЖКА */
.gif-frame {
    display: inline-block;
    background-color: #000000;
    border: 2px outset #ffffff;
    padding: 3px;
    margin: 4px;
}

.hero-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.text-card {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    background: #000000;
    border: 3px double #ffff00;
    padding: 12px;
}

/* ОБЩИЙ СТИЛЬ РЕТРО-БЛОКОВ */
.retro-block {
    background: #000000;
    border: 2px dashed #ff0000;
    padding: 12px;
    margin-bottom: 20px;
}

.block-head {
    color: #00ff00;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #00ff00;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-family: "Courier New", monospace;
}

/* БЛОК С ОПИСАНИЕМ САЙТА */
.about-text {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.about-text p {
    margin: 0 0 8px 0;
}

.about-highlight {
    color: #00ffff;
    font-weight: bold;
}

/* БЛОК СО ССЫЛКАМИ НА РАЗДЕЛЫ */
.projects-list {
    color: #ffff00;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    padding-left: 18px;
}

.projects-list a {
    color: #00ffff;
    text-decoration: underline;
}

.projects-list a:hover {
    color: #ff00ff;
    background: #ffff00;
}

/* БОКОВАЯ ГОСТЕВАЯ КНИГА (SIDEBAR GUESTBOOK) */
.gb-sidebar-block {
    background: #050505;
    border: 2px solid #00ff00;
    padding: 10px;
}

.gb-form-mini {
    background: #111111;
    border: 1px solid #444;
    padding: 8px;
    margin-bottom: 12px;
}

.gb-input-mini, .gb-textarea-mini {
    background: #000000;
    border: 1px solid #ffff00;
    color: #00ff00;
    font-family: "Courier New", monospace;
    font-size: 11px;
    padding: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.gb-textarea-mini {
    height: 45px;
    resize: none;
}

.gb-btn-mini {
    background: #ff0055;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    padding: 3px 0;
}

.gb-btn-mini:hover {
    background: #ff00ff;
    color: #ffff00;
}

.gb-entry-mini {
    background: #111111;
    border-left: 3px solid #00ffff;
    padding: 6px 8px;
    margin-bottom: 8px;
    font-size: 11px;
}

.gb-entry-head-mini {
    color: #ff00ff;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.gb-entry-date-mini {
    color: #777;
    font-size: 9px;
}

.gb-entry-msg-mini {
    color: #ffffff;
    line-height: 1.3;
    word-break: break-word;
}

/* СЧЕТЧИК И СТАТУС */
.status-bar {
    margin: 25px 0 10px 0;
    font-family: "Courier New", monospace;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

.counter-box {
    border: 3px inset #777777;
    background: #000000;
    color: #ff0000;
    font-weight: bold;
    padding: 2px 6px;
    font-size: 16px;
}

/* НИЖНЯЯ ОГНЕННАЯ СЕКЦИЯ */
.fire-zone {
    background: #800000;
    background: radial-gradient(circle, #ff0000 0%, #800000 60%, #000000 100%);
    border-top: 4px groove #ffff00;
    padding: 30px 10px;
    margin-top: 30px;
    text-align: center;
}

.fire-title {
    font-size: 40px;
    color: #ffff00;
    text-shadow: 3px 3px 0px #000000, -2px -2px 0px #ff0000;
    font-weight: 900;
    margin-bottom: 15px;
}

.epic-container {
    display: inline-block;
    position: relative;
    border: 2px solid #ffff00;
    background: #000;
    padding: 5px;
}

.epic-container img.women {
    max-width: 100%;
    display: block;
}

.epic-container img.picapoka {
    position: absolute;
    right: -20px;
    bottom: -10px;
}
