/* Ретровейв стили для сайта "ЧЕ Я НЕСУ" */

body {
    background: url('0f4c5e92de2c83ce11541266dd7a3614.jpg') center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Courier New', monospace;
    color: #00ff41;
    margin: 0;
    padding: 20px;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 0, 51, 0.7);
    z-index: -1;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #ff00ff;
    padding: 20px;
    border-radius: 0;
}

.neon-title {
    font-size: 3em;
    text-align: center;
    color: #ff00ff;
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 30px #ff00ff;
    margin: 0;
    font-weight: bold;
}

.subtitle {
    text-align: center;
    color: #00ffff;
    font-size: 1.2em;
    margin: 10px 0 30px 0;
}

.menu {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background: rgba(255, 0, 255, 0.2);
    border: 1px solid #ff00ff;
}

.menu a {
    color: #00ffff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 10px;
    border: 1px solid transparent;
}

.menu a:hover {
    background: #ff00ff;
    color: #000;
    border: 1px solid #00ffff;
    text-shadow: none;
}

.content-box {
    background: rgba(0, 255, 65, 0.1);
    border: 2px solid #00ff41;
    padding: 20px;
    margin: 20px 0;
}

.content-box h2 {
    color: #ff00ff;
    margin-top: 0;
    text-shadow: 0 0 5px #ff00ff;
}

.updates {
    background: rgba(0, 255, 255, 0.1);
    border: 1px dashed #00ffff;
    padding: 15px;
    margin: 20px 0;
}

.updates h3 {
    color: #00ffff;
    margin-top: 0;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ff00ff;
    color: #888;
    font-size: 0.9em;
}

/* Анимация мигания для старого веба */
blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Скроллящийся текст */
marquee {
    background: #000;
    color: #00ff41;
    padding: 5px;
    border: 1px solid #ff00ff;
}

/* Эффекты старого рунета */
.matrix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    opacity: 0.3;
}

.glitch {
    animation: glitch 2s infinite;
}

@keyframes glitch {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

.visitor-counter {
    background: #000;
    color: #00ff41;
    padding: 10px;
    border: 2px solid #ff00ff;
    text-align: center;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}

.webring {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px dashed #00ffff;
}

.webring a {
    color: #ff00ff;
    text-decoration: none;
    margin: 0 10px;
}

.webring a:hover {
    color: #00ffff;
    text-shadow: 0 0 5px #00ffff;
}

.under-construction {
    background: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQACgABACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkEAAoAAgAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GUrlQ2OqNymh+GSnlzkG0PVGAAAQj+AFdAbHgAaIJFCewhIAOw==');
    background-repeat: repeat-x;
    padding: 10px;
    color: #ffff00;
    text-align: center;
    border: 2px solid #ff00ff;
    margin: 10px 0;
    font-weight: bold;
}

.flame-text {
    color: #ff4500;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff0000,
        0 0 15px #ff0000,
        0 0 20px #ff0000;
    animation: flame 1.5s ease-in-out infinite alternate;
}

@keyframes flame {
    0% {
        text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff0000;
    }

    100% {
        text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
    }
}

/* Мобильная адаптация */
@media screen and (max-width: 768px) {
    body {
        padding: 10px;
        background-attachment: scroll;
    }

    .container {
        padding: 15px;
        border-width: 1px;
    }

    .neon-title {
        font-size: 2.2em;
        word-break: break-word;
    }

    .subtitle {
        font-size: 1em;
    }

    .menu {
        padding: 8px;
        margin: 15px 0;
    }

    .menu a {
        margin: 5px;
        padding: 8px 12px;
        display: inline-block;
        font-size: 1em;
    }

    .content-box {
        padding: 15px;
        margin: 15px 0;
    }

    .webring {
        padding: 10px;
    }

    .webring a {
        margin: 5px;
        display: inline-block;
    }

    marquee {
        font-size: 0.9em;
    }

    .visitor-counter {
        padding: 8px;
        font-size: 0.9em;
    }

    .under-construction {
        padding: 8px;
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    .neon-title {
        font-size: 1.8em;
    }

    .menu a {
        margin: 3px;
        padding: 6px 8px;
        font-size: 0.95em;
    }

    .content-box {
        padding: 12px;
    }

    .webring a {
        font-size: 0.9em;
    }
}/* Ин
формер погоды в стиле Windows 95 */
.weather-widget {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 280px;
    background: #c0c0c0;
    border: 2px outset #c0c0c0;
    font-family: 'MS Sans Serif', sans-serif;
    font-size: 11px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.weather-header {
    background: linear-gradient(90deg, #0000ff 0%, #000080 100%);
    color: white;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 11px;
}

.weather-title {
    flex-grow: 1;
    margin-left: 4px;
}

.weather-close {
    background: #c0c0c0;
    border: 1px outset #c0c0c0;
    width: 16px;
    height: 14px;
    font-size: 10px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weather-close:active {
    border: 1px inset #c0c0c0;
}

.weather-current {
    padding: 8px;
    background: #c0c0c0;
}

.weather-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 4px;
    background: white;
    border: 1px inset #c0c0c0;
}

.weather-temp {
    font-size: 24px;
    font-weight: bold;
    color: #000080;
}

.weather-condition {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.weather-icon-big {
    font-size: 32px;
    margin-bottom: 2px;
}

.weather-details {
    background: white;
    border: 1px inset #c0c0c0;
    padding: 4px;
}

.weather-detail {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    font-size: 10px;
}

.weather-forecast {
    display: flex;
    background: white;
    border: 1px inset #c0c0c0;
    margin: 8px;
    padding: 4px;
}

.forecast-day {
    flex: 1;
    text-align: center;
    padding: 2px;
    border-right: 1px solid #c0c0c0;
    font-size: 9px;
}

.forecast-day:last-child {
    border-right: none;
}

.forecast-date {
    font-weight: bold;
    margin-bottom: 2px;
}

.forecast-icon {
    font-size: 16px;
    margin: 2px 0;
}

.forecast-temp {
    font-weight: bold;
    color: #000080;
}

.weather-footer {
    padding: 4px 8px;
    background: #c0c0c0;
    display: flex;
    gap: 4px;
}

.weather-btn {
    flex: 1;
    background: #c0c0c0;
    border: 1px outset #c0c0c0;
    padding: 2px 4px;
    font-size: 9px;
    cursor: pointer;
    font-family: 'MS Sans Serif', sans-serif;
}

.weather-btn:active {
    border: 1px inset #c0c0c0;
}

.weather-btn:hover {
    background: #d4d4d4;
}

/* Адаптация виджета под мобильные */
@media screen and (max-width: 768px) {
    .weather-widget {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 10px 0;
    }
}