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

body {
    background: #000000;
    color: #2F2F2F;
    font-family: 'Courier New', monospace;
    overflow: hidden;
    height: 100vh;
    position: relative;
    filter: contrast(0.8) brightness(0.8);
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgba(20, 20, 20, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(15, 15, 15, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(10, 10, 10, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(0, 0, 0, 0.1) 2px,
            rgba(0, 0, 0, 0.1) 4px
        );
    pointer-events: none;
    animation: static 0.1s infinite;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.blood-splatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgba(5, 5, 5, 0.4) 0%, transparent 40%),
        radial-gradient(ellipse at 70% 60%, rgba(10, 10, 10, 0.3) 0%, transparent 30%),
        radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.6) 0%, transparent 20%);
    animation: void-shift 12s infinite ease-in-out;
    pointer-events: none;
}

@keyframes void-shift {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.3; }
}

.content {
    text-align: center;
    position: relative;
    z-index: 10;
}

.glitch {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    color: #cccccc;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    animation: glitch-skew 1s infinite linear alternate-reverse;
    text-shadow: 
        0 0 20px rgba(204, 204, 204, 0.8);
    opacity: 1;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    animation: glitch-1 0.3s infinite linear alternate-reverse;
    color: #DC143C;
    z-index: -1;
}

.glitch::after {
    animation: glitch-2 0.3s infinite linear alternate-reverse;
    color: #800000;
    z-index: -2;
}

@keyframes glitch-1 {
    0% {
        clip: rect(44px, 450px, 56px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.8;
    }
    10% {
        clip: rect(20px, 450px, 59px, 0);
        transform: translate(2px, -2px);
        opacity: 0.6;
    }
    20% {
        clip: rect(67px, 450px, 11px, 0);
        transform: translate(-2px, 2px);
        opacity: 0.9;
    }
    30% {
        clip: rect(87px, 450px, 29px, 0);
        transform: translate(2px, 2px);
        opacity: 0.7;
    }
    40% {
        clip: rect(33px, 450px, 100px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.5;
    }
    50% {
        clip: rect(53px, 450px, 77px, 0);
        transform: translate(2px, -2px);
        opacity: 0.8;
    }
    60% {
        clip: rect(36px, 450px, 12px, 0);
        transform: translate(-2px, 2px);
        opacity: 0.6;
    }
    70% {
        clip: rect(5px, 450px, 51px, 0);
        transform: translate(2px, 2px);
        opacity: 0.9;
    }
    80% {
        clip: rect(14px, 450px, 41px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.7;
    }
    90% {
        clip: rect(100px, 450px, 99px, 0);
        transform: translate(2px, -2px);
        opacity: 0.5;
    }
    100% {
        clip: rect(75px, 450px, 5px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.8;
    }
}

@keyframes glitch-2 {
    0% {
        clip: rect(65px, 450px, 119px, 0);
        transform: translate(2px, 2px);
        opacity: 0.7;
    }
    10% {
        clip: rect(52px, 450px, 74px, 0);
        transform: translate(-2px, 2px);
        opacity: 0.9;
    }
    20% {
        clip: rect(79px, 450px, 85px, 0);
        transform: translate(2px, -2px);
        opacity: 0.6;
    }
    30% {
        clip: rect(75px, 450px, 5px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.8;
    }
    40% {
        clip: rect(67px, 450px, 61px, 0);
        transform: translate(2px, 2px);
        opacity: 0.5;
    }
    50% {
        clip: rect(14px, 450px, 79px, 0);
        transform: translate(-2px, 2px);
        opacity: 0.9;
    }
    60% {
        clip: rect(1px, 450px, 66px, 0);
        transform: translate(2px, -2px);
        opacity: 0.7;
    }
    70% {
        clip: rect(86px, 450px, 30px, 0);
        transform: translate(-2px, -2px);
        opacity: 0.6;
    }
    80% {
        clip: rect(23px, 450px, 98px, 0);
        transform: translate(2px, 2px);
        opacity: 0.8;
    }
    90% {
        clip: rect(85px, 450px, 72px, 0);
        transform: translate(-2px, 2px);
        opacity: 0.5;
    }
    100% {
        clip: rect(65px, 450px, 119px, 0);
        transform: translate(2px, 2px);
        opacity: 0.7;
    }
}

@keyframes glitch-skew {
    0% {
        transform: skew(0deg);
    }
    10% {
        transform: skew(-5deg);
    }
    20% {
        transform: skew(3deg);
    }
    30% {
        transform: skew(-3deg);
    }
    40% {
        transform: skew(2deg);
    }
    50% {
        transform: skew(-4deg);
    }
    60% {
        transform: skew(1deg);
    }
    70% {
        transform: skew(-2deg);
    }
    80% {
        transform: skew(3deg);
    }
    90% {
        transform: skew(-1deg);
    }
    100% {
        transform: skew(0deg);
    }
}

.subtitle {
    font-size: 1.5rem;
    color: #bbbbbb;
    margin-bottom: 1rem;
    animation: fadeIn 2s ease-in-out;
    text-shadow: 0 0 8px #555555;
    opacity: 1;
}

.message {
    font-size: 1.2rem;
    color: #aaaaaa;
    animation: fadeIn 3s ease-in-out;
    margin-bottom: 1rem;
    opacity: 1;
}

.whispers {
    font-size: 1.1rem;
    color: #999999;
    animation: whisper 4s infinite ease-in-out;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 1;
}

@keyframes whisper {
    0%, 100% { 
        opacity: 0.4; 
        transform: translateX(0);
    }
    25% { 
        opacity: 0.8; 
        transform: translateX(-5px);
    }
    50% { 
        opacity: 0.6; 
        transform: translateX(5px);
    }
    75% { 
        opacity: 0.9; 
        transform: translateX(-3px);
    }
}

.veins {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.vein {
    position: absolute;
    width: 1px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #0a0a0a, transparent);
    animation: pulse-vein 5s infinite ease-in-out;
    opacity: 0.2;
}

.vein:nth-child(1) {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
    height: 150px;
}

.vein:nth-child(2) {
    top: 30%;
    left: 85%;
    animation-delay: 1s;
    height: 120px;
}

.vein:nth-child(3) {
    top: 50%;
    left: 25%;
    animation-delay: 2s;
    height: 180px;
}

.vein:nth-child(4) {
    top: 70%;
    left: 75%;
    animation-delay: 0.5s;
    height: 140px;
}

.vein:nth-child(5) {
    top: 20%;
    left: 55%;
    animation-delay: 1.5s;
    height: 160px;
}

@keyframes pulse-vein {
    0%, 100% { 
        opacity: 0.3; 
        transform: scaleY(0.8);
    }
    50% { 
        opacity: 0.8; 
        transform: scaleY(1.2);
    }
}

.razor {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 30px;
    animation: razor-shimmer 3s infinite ease-in-out;
    cursor: pointer;
    opacity: 0.3;
}

.blade {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #444444, #666666, #444444);
    border-radius: 1px;
    box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
}

.handle {
    width: 20px;
    height: 6px;
    background: #1a1a1a;
    border-radius: 2px;
    margin-top: 2px;
}

@keyframes razor-shimmer {
    0%, 100% { 
        opacity: 0.3; 
        transform: rotate(0deg);
    }
    50% { 
        opacity: 0.6; 
        transform: rotate(2deg);
    }
}

#random-texts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.random-text {
    font-family: 'Courier New', monospace;
    letter-spacing: 0.1em;
    text-shadow: 0 0 3px rgba(100, 100, 100, 0.3);
    user-select: none;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
    }
    25% {
        transform: translateY(-5px) rotate(0.5deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-2px) rotate(-0.5deg);
        opacity: 0.2;
    }
    75% {
        transform: translateY(-8px) rotate(1deg);
        opacity: 0.4;
    }
}

@keyframes fade-random {
    0% { opacity: 0; transform: scale(0.8); }
    10% { opacity: 0.7; transform: scale(1); }
    25% { opacity: 0.5; transform: scale(0.9); }
    40% { opacity: 0.8; transform: scale(1.1); }
    60% { opacity: 0.4; transform: scale(0.95); }
    80% { opacity: 0.6; transform: scale(1.05); }
    100% { opacity: 0; transform: scale(0.8); }
}

@keyframes drift {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
    20% { opacity: 0.5; }
    80% { opacity: 0.3; }
    100% { transform: translate(20px, -15px) rotate(5deg); opacity: 0; }
}

@keyframes static {
    0% { opacity: 0.8; transform: translateX(0); }
    25% { opacity: 0.9; transform: translateX(1px); }
    50% { opacity: 0.7; transform: translateX(-1px); }
    75% { opacity: 0.85; transform: translateX(0.5px); }
    100% { opacity: 0.8; transform: translateX(0); }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .glitch {
        font-size: 2.5rem;
    }
    
    .subtitle {
        font-size: 1.2rem;
    }
    
    .message {
        font-size: 1rem;
    }
    
    .whispers {
        font-size: 0.9rem;
    }
}

/* Disturbing blood drip effect */
.blood-drip {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100vh;
    background: linear-gradient(to bottom, #0a0a0a, #000000, #050505);
    animation: drip 8s infinite ease-in-out;
    opacity: 0.2;
}

@keyframes drip {
    0% {
        height: 0;
        opacity: 0;
    }
    10% {
        height: 30vh;
        opacity: 0.2;
    }
    90% {
        height: 100vh;
        opacity: 0.1;
    }
    100% {
        height: 100vh;
        opacity: 0;
    }
}

.blood-drip:nth-child(2) {
    left: 30%;
    animation-delay: 2s;
}

.blood-drip:nth-child(3) {
    left: 70%;
    animation-delay: 4s;
}

