.name_default_frame {
    font-weight: bold;
    color: #fbbf24;
    text-shadow: 1px 1px 0 #451a03;
}

.message_default_frame {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 2px;
    color: #fffbeb;
}

.time_default_frame {
    font-size: 0.75em;
    color: #d6d3d1;
    font-style: italic;
}

.name_cyberpunk {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    background: linear-gradient(145deg, #150033, #2a0055);
    color: #0ff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.8),
        inset 0 0 8px rgba(255, 0, 255, 0.4);
    clip-path: polygon(30% 0%, 70% 0%,
            100% 40%, 80% 100%,
            20% 100%, 0% 40%);
    overflow: hidden;
}

.name_cyberpunk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 255, 255, 0) 60%);
    animation: name_cyberpunk_sweep 3s linear infinite;
}

@keyframes name_cyberpunk_sweep {
    0% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(150%);
    }
}

.time_cyberpunk {
    font-weight: bold;
    background: linear-gradient(90deg,
            #00f0ff,
            #ff00ff,
            #ffea00,
            #00f0ff);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: cyberTimeShift 5s linear infinite, cyberTimeGlow 2s ease-in-out infinite alternate;
}

@keyframes cyberTimeShift {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@keyframes cyberTimeGlow {
    0% {
        text-shadow: 0 0 4px #00f0ff, 0 0 8px #00f0ff;
    }

    100% {
        text-shadow: 0 0 6px #ff00ff, 0 0 14px #ff00ff;
    }
}

@keyframes cyberpunk_sweep {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.message_cyberpunk {
    position: relative;
    border: solid 1px #ff00ff;
    color: #0ff;
    padding: 8px;
    border-radius: 8px;
    background:
        repeating-linear-gradient(45deg, rgba(255, 0, 255, 0.06) 0px, rgba(255, 0, 255, 0.06) 2px, transparent 2px, transparent 6px),
        linear-gradient(145deg, #120033, #220044);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5),
        inset 0 0 15px rgba(255, 0, 255, 0.3);
    overflow: hidden;
}

.message_cyberpunk::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 255, 255, 0.15) 0%, rgba(0, 255, 255, 0) 60%);
    animation: cyberpunk_sweep 3s linear infinite;
}

.name_gothic {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(145deg, #220011, #440022);
    color: #ff3366;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(255, 51, 102, 0.6),
        inset 0 0 8px rgba(255, 0, 85, 0.4);
    clip-path: polygon(0% 20%, 20% 0%, 80% 0%, 100% 20%,
            100% 80%, 80% 100%, 20% 100%, 0% 80%);
    border: 1px solid #ff3366;
    overflow: hidden;
}

.name_gothic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 51, 102, 0.1) 50%, transparent 70%);
    animation: gothic-shine 2s infinite linear;
}

@keyframes gothic-shine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.time_gothic {
    font-weight: bold;
    color: #ff6699;
    text-shadow: 0 0 6px rgba(255, 102, 153, 0.7);
    animation: gothic-pulse 2s infinite alternate;
    position: relative;
    padding: 2px 8px;
    background: rgba(68, 0, 34, 0.5);
    border-radius: 4px;
    border: 1px solid rgba(255, 51, 102, 0.5);
}

@keyframes gothic-pulse {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.message_gothic {
    position: relative;
    border: 1px solid #ff3366;
    color: #ff99bb;
    padding: 8px 12px;
    background: linear-gradient(135deg, rgba(34, 0, 17, 0.9) 0%, rgba(68, 0, 34, 0.9) 100%);
    box-shadow: 0 0 18px rgba(255, 51, 102, 0.5),
        inset 0 0 15px rgba(255, 0, 85, 0.3);
    clip-path: polygon(0% 10%, 5% 0%, 10% 5%, 15% 0%, 20% 5%,
            25% 0%, 30% 5%, 35% 0%, 40% 5%, 45% 0%,
            50% 5%, 55% 0%, 60% 5%, 65% 0%, 70% 5%,
            75% 0%, 80% 5%, 85% 0%, 90% 5%, 95% 0%,
            100% 10%, 100% 90%, 95% 100%, 90% 95%, 85% 100%,
            80% 95%, 75% 100%, 70% 95%, 65% 100%, 60% 95%,
            55% 100%, 50% 95%, 45% 100%, 40% 95%, 35% 100%,
            30% 95%, 25% 100%, 20% 95%, 15% 100%, 10% 95%,
            5% 100%, 0% 90%);
}

.message_gothic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 51, 102, 0.05) 50%, transparent 60%);
    animation: gothic-message-shine 3s infinite linear;
}

@keyframes gothic-message-shine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.name_forest {
    color: #90ee90;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 0 6px rgba(34, 139, 34, 0.6);
}

.time_forest {
    color: rgba(144, 238, 144, 0.75);
    font-size: 12px;
}

.message_forest {
    border: solid 1px #228b22;
    color: #adff2f;
    padding: 8px;
    border-radius: 6px;
    background: linear-gradient(145deg, #013220, #145214);
    box-shadow: 0 0 12px rgba(34, 139, 34, 0.4),
        inset 0 0 14px rgba(144, 238, 144, 0.3);
}


.name_crimson {
    color: #ff4d4d;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 0 6px rgba(255, 0, 0, 0.7);
}

.time_crimson {
    color: rgba(255, 77, 77, 0.75);
    font-size: 12px;
}

.message_crimson {
    border: solid 1px #8b0000;
    color: #ff4d4d;
    padding: 8px;
    border-radius: 6px;
    background: linear-gradient(145deg, #330000, #660000);
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.5),
        inset 0 0 14px rgba(139, 0, 0, 0.3);
}

.name_hologram {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background: rgba(0, 40, 60, 0.7);
    color: #aaffff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow:
        0 0 15px rgba(0, 255, 255, 0.5),
        inset 0 0 10px rgba(0, 200, 255, 0.4);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%,
            100% 85%, 85% 100%, 15% 100%, 0% 85%);
    animation: hologram-float 6s infinite ease-in-out;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

@keyframes hologram-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-5px) rotate(0.5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(-3px) rotate(-0.5deg);
    }
}

.name_hologram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(0deg, transparent 0px, rgba(0, 255, 255, 0.1) 1px, transparent 2px),
        repeating-linear-gradient(90deg, transparent 0px, rgba(0, 200, 255, 0.1) 1px, transparent 2px);
    animation: hologram-grid 20s infinite linear;
    z-index: -1;
}

@keyframes hologram-grid {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

.time_hologram {
    font-weight: bold;
    color: #88eeee;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.7);
    animation: hologram-time 4s infinite alternate;
    padding: 5px 15px;
    background: rgba(0, 60, 80, 0.6);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

@keyframes hologram-time {
    0% {
        opacity: 0.8;
        text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 12px rgba(0, 255, 255, 0.9),
            0 0 20px rgba(0, 255, 255, 0.5);
    }
}

.message_hologram {
    position: relative;
    border: 1px solid rgba(0, 255, 255, 0.5);
    color: #d4ffff;
    padding: 8px 12px;
    background:
        linear-gradient(135deg, rgba(0, 20, 40, 0.9) 0%, rgba(0, 40, 60, 0.9) 100%),
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0, 255, 255, 0.05) 2px, rgba(0, 255, 255, 0.05) 4px);
    box-shadow:
        0 0 20px rgba(0, 255, 255, 0.4),
        inset 0 0 20px rgba(0, 200, 255, 0.3);
    border-radius: 10px;
    clip-path: polygon(0% 10%, 10% 0%, 90% 0%, 100% 10%,
            100% 90%, 90% 100%, 10% 100%, 0% 90%);
    overflow: hidden;
    backdrop-filter: blur(3px);
}

.message_hologram::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 255, 255, 0.1) 50%, transparent 70%);
    animation: hologram-sweep 3s infinite linear;
}

@keyframes hologram-sweep {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.name_storm {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(145deg, #220044, #440088);
    color: #cc88ff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow:
        0 0 20px rgba(150, 0, 255, 0.6),
        inset 0 0 15px rgba(200, 100, 255, 0.5);
    clip-path: polygon(0% 20%, 20% 0%, 80% 0%, 100% 20%,
            100% 80%, 80% 100%, 20% 100%, 0% 80%);
    animation: storm-shake 0.5s infinite alternate;
    overflow: hidden;
}

@keyframes storm-shake {
    0% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(1px);
    }
}

.name_storm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(150, 0, 255, 0.3) 3px, rgba(150, 0, 255, 0.3) 5px);
    animation: storm-lightning 0.2s infinite;
    z-index: -1;
}

@keyframes storm-lightning {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }
}

.time_storm {
    font-weight: bold;
    color: #aa66ff;
    text-shadow:
        0 0 8px rgba(150, 0, 255, 0.7),
        0 0 15px rgba(150, 0, 255, 0.5);
    animation: storm-pulse 1s infinite alternate;
    padding: 5px 15px;
    background: rgba(44, 0, 88, 0.6);
    border-radius: 5px;
    border: 1px solid rgba(150, 0, 255, 0.5);
    position: relative;
}

@keyframes storm-pulse {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.message_storm {
    position: relative;
    border: 1px solid rgba(150, 0, 255, 0.5);
    color: #ddbbff;
    padding: 8px 12px;
    background:
        linear-gradient(135deg, rgba(22, 0, 44, 0.9) 0%, rgba(44, 0, 88, 0.9) 100%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(150, 0, 255, 0.1) 5px, rgba(150, 0, 255, 0.1) 10px);
    box-shadow:
        0 0 25px rgba(150, 0, 255, 0.5),
        inset 0 0 20px rgba(200, 100, 255, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.message_storm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #9600ff, transparent);
    animation: storm-strike 1.5s infinite linear;
}

@keyframes storm-strike {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.name_prism {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(200, 200, 255, 0.05)),
        repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0.05) 3px);
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow:
        0 0 25px rgba(255, 255, 255, 0.5),
        inset 0 0 20px rgba(255, 255, 255, 0.3);
    clip-path: polygon(10% 0%, 90% 0%,
            100% 30%, 90% 60%,
            100% 100%, 0% 100%,
            10% 60%, 0% 30%);
    animation: prism-rotate 20s infinite linear;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

@keyframes prism-rotate {
    0% {
        filter: hue-rotate(0deg);
        transform: perspective(500px) rotateY(0deg);
    }

    50% {
        transform: perspective(500px) rotateY(10deg);
    }

    100% {
        filter: hue-rotate(360deg);
        transform: perspective(500px) rotateY(0deg);
    }
}

.name_prism::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
    animation: prism-light 5s infinite linear;
    z-index: -1;
}

@keyframes prism-light {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.time_prism {
    font-weight: bold;
    background: linear-gradient(90deg, #ff0080, #00ffff, #ffff00, #ff0080);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: prism-time 6s infinite linear;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    position: relative;
}

@keyframes prism-time {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.message_prism {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 8px 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(200, 200, 255, 0.03)),
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.05) 2px, rgba(255, 255, 255, 0.05) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    box-shadow:
        0 0 30px rgba(255, 255, 255, 0.4),
        inset 0 0 25px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    clip-path: polygon(0% 5%, 5% 0%, 95% 0%, 100% 5%,
            100% 95%, 95% 100%, 5% 100%, 0% 95%);
    overflow: hidden;
    backdrop-filter: blur(5px);
    animation: prism-message 10s infinite alternate;
}

@keyframes prism-message {
    0% {
        box-shadow:
            0 0 30px rgba(255, 255, 255, 0.4),
            inset 0 0 25px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow:
            0 0 40px rgba(255, 255, 255, 0.6),
            inset 0 0 30px rgba(255, 255, 255, 0.3);
    }
}

.name_quantum {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background:
        linear-gradient(135deg, rgba(0, 40, 80, 0.8), rgba(0, 80, 120, 0.8)),
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0, 255, 255, 0.1) 2px, rgba(0, 255, 255, 0.1) 4px);
    color: #88ffff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow:
        0 0 30px rgba(0, 255, 255, 0.6),
        0 0 60px rgba(0, 200, 255, 0.3),
        inset 0 0 20px rgba(0, 255, 255, 0.3);
    clip-path: polygon(0% 15%, 15% 0%, 50% 15%, 85% 0%, 100% 15%,
            100% 85%, 85% 100%, 50% 85%, 15% 100%, 0% 85%);
    animation: quantum-oscillate 3s infinite alternate;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

@keyframes quantum-oscillate {
    0% {
        clip-path: polygon(0% 15%, 15% 0%, 50% 15%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 50% 85%, 15% 100%, 0% 85%);
        filter: hue-rotate(0deg);
    }

    100% {
        clip-path: polygon(0% 20%, 20% 0%, 50% 10%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 50% 90%, 20% 100%, 0% 80%);
        filter: hue-rotate(20deg);
    }
}

.name_quantum::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(0, 255, 255, 0.2),
            rgba(0, 200, 255, 0.4),
            rgba(0, 255, 255, 0.2),
            transparent);
    animation: quantum-wave 2s infinite linear;
}

@keyframes quantum-wave {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(50%);
    }
}

.time_quantum {
    font-weight: bold;
    background:
        linear-gradient(90deg, #00aaff, #00ffff, #0088ff, #00ffff, #00aaff);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: quantum-time 4s infinite linear;
    text-shadow: 0 0 10px rgba(0, 170, 255, 0.5);
    padding: 8px 18px;
    background-color: rgba(0, 40, 80, 0.5);
    border-radius: 30px;
    border: 1px solid rgba(0, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

@keyframes quantum-time {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.message_quantum {
    position: relative;
    border: 2px solid rgba(0, 255, 255, 0.6);
    color: #c4ffff;
    padding: 8px 12px;
    background:
        linear-gradient(135deg, rgba(0, 20, 50, 0.9), rgba(0, 40, 80, 0.9)),
        radial-gradient(circle at 30% 30%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(0, 200, 255, 0.1) 0%, transparent 50%);
    box-shadow:
        0 0 30px rgba(0, 255, 255, 0.5),
        inset 0 0 30px rgba(0, 255, 255, 0.2);
    border-radius: 15px;
    clip-path: polygon(0% 10%, 10% 0%, 90% 0%, 100% 10%,
            100% 90%, 90% 100%, 10% 100%, 0% 90%);
    overflow: hidden;
}

.message_quantum::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(0deg, transparent 0px, transparent 5px, rgba(0, 255, 255, 0.05) 5px, rgba(0, 255, 255, 0.05) 7px),
        repeating-linear-gradient(90deg, transparent 0px, transparent 5px, rgba(0, 200, 255, 0.05) 5px, rgba(0, 200, 255, 0.05) 7px);
    animation: quantum-grid 20s infinite linear;
    pointer-events: none;
}

@keyframes quantum-grid {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(10px, 10px);
    }
}

.name_neotokyo {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background:
        linear-gradient(145deg, #330033, #660066);
    color: #ff88ff;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow:
        0 0 25px rgba(255, 0, 255, 0.7),
        0 0 50px rgba(255, 0, 255, 0.4),
        inset 0 0 25px rgba(255, 100, 255, 0.5);
    clip-path: polygon(0% 0%, 80% 0%, 100% 20%, 100% 100%,
            20% 100%, 0% 80%);
    animation: neotokyo-pulse 2s infinite alternate;
    overflow: hidden;
}

@keyframes neotokyo-pulse {
    0% {
        box-shadow:
            0 0 25px rgba(255, 0, 255, 0.7),
            0 0 50px rgba(255, 0, 255, 0.4),
            inset 0 0 25px rgba(255, 100, 255, 0.5);
    }

    100% {
        box-shadow:
            0 0 35px rgba(255, 0, 255, 0.9),
            0 0 70px rgba(255, 0, 255, 0.6),
            inset 0 0 30px rgba(255, 100, 255, 0.7);
    }
}

.name_neotokyo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff00ff, transparent);
    animation: neotokyo-scan 2s infinite linear;
}

@keyframes neotokyo-scan {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(200%);
    }
}

.time_neotokyo {
    font-weight: bold;
    color: #ff66ff;
    text-shadow:
        0 0 10px rgba(255, 0, 255, 0.8),
        0 0 20px rgba(255, 100, 255, 0.6);
    animation: neotokyo-flicker 1.5s infinite;
    padding: 8px 16px;
    background: rgba(51, 0, 51, 0.7);
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 255, 0.5);
    position: relative;
    overflow: hidden;
}

@keyframes neotokyo-flicker {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0.9;
    }

    80% {
        opacity: 1;
    }
}

.message_neotokyo {
    position: relative;
    border: 2px solid rgba(255, 0, 255, 0.7);
    color: #ffccff;
    padding: 8px 12px;
    background:
        linear-gradient(145deg, rgba(51, 0, 51, 0.9), rgba(102, 0, 102, 0.9)),
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 0, 255, 0.1) 2px, rgba(255, 0, 255, 0.1) 4px);
    box-shadow:
        0 0 35px rgba(255, 0, 255, 0.6),
        inset 0 0 35px rgba(255, 100, 255, 0.4);
    border-radius: 10px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 10%, 100% 100%,
            10% 100%, 0% 90%);
    overflow: hidden;
}

.message_neotokyo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 0, 255, 0.1) 50%, transparent 60%);
    animation: neotokyo-shine 3s infinite linear;
}

@keyframes neotokyo-shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }

    100% {
        transform: translateX(100%) translateY(100%);
    }
}

.name_aurora {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    background:
        linear-gradient(135deg, rgba(0, 40, 80, 0.8), rgba(0, 80, 120, 0.8), rgba(0, 60, 100, 0.8));
    color: #aaffff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow:
        0 0 30px rgba(0, 255, 255, 0.5),
        inset 0 0 25px rgba(100, 255, 255, 0.3);
    border-radius: 50px;
    animation: aurora-shift 8s infinite alternate;
    overflow: hidden;
}

@keyframes aurora-shift {
    0% {
        background: linear-gradient(135deg, rgba(0, 40, 80, 0.8), rgba(0, 80, 120, 0.8), rgba(0, 60, 100, 0.8));
        filter: hue-rotate(0deg);
    }

    100% {
        background: linear-gradient(135deg, rgba(0, 80, 120, 0.8), rgba(0, 60, 100, 0.8), rgba(0, 40, 80, 0.8));
        filter: hue-rotate(30deg);
    }
}

.name_aurora::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 30% 30%, rgba(0, 255, 255, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(100, 255, 255, 0.2) 0%, transparent 50%);
    animation: aurora-swirl 20s infinite linear;
    z-index: -1;
}

@keyframes aurora-swirl {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.time_aurora {
    font-weight: bold;
    background: linear-gradient(90deg, #0088cc, #00aaff, #00ffff, #00aaff, #0088cc);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: aurora-time 6s infinite linear;
    text-shadow: 0 0 10px rgba(0, 170, 255, 0.5);
    padding: 8px 20px;
    background-color: rgba(0, 60, 100, 0.5);
    border-radius: 30px;
    border: 1px solid rgba(0, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

@keyframes aurora-time {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.message_aurora {
    position: relative;
    border: 2px solid rgba(0, 255, 255, 0.5);
    color: #d4ffff;
    padding: 8px 16px;
    background:
        linear-gradient(135deg, rgba(0, 30, 60, 0.9), rgba(0, 60, 100, 0.9), rgba(0, 40, 80, 0.9)),
        radial-gradient(circle at 10% 20%, rgba(0, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(100, 255, 255, 0.1) 0%, transparent 50%);
    box-shadow:
        0 0 35px rgba(0, 255, 255, 0.4),
        inset 0 0 35px rgba(100, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.message_aurora::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(45deg, transparent 30%, rgba(0, 255, 255, 0.05) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(100, 255, 255, 0.05) 50%, transparent 70%);
    animation: aurora-light 10s infinite linear;
    pointer-events: none;
}

@keyframes aurora-light {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }

    100% {
        transform: translateX(100%) translateY(100%);
    }
}

.name_matrix {
    position: relative;
    display: inline-block;
    padding: 6px 24px;
    background: #000;
    color: #00ff41;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    border: 1px solid #00ff41;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.7);
    clip-path: polygon(10% 0%, 90% 0%,
            100% 30%, 100% 70%,
            90% 100%, 10% 100%,
            0% 70%, 0% 30%);
    overflow: hidden;
    animation: matrixGlitch 3s infinite;
}

.name_matrix::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: linear-gradient(to right, rgba(0, 255, 65, 0) 0%, rgba(0, 255, 65, 0.3) 50%, rgba(0, 255, 65, 0) 100%);
    transform: rotate(30deg);
    animation: matrixSweep 2s infinite;
}

@keyframes matrixSweep {
    0% {
        left: -60%;
    }

    100% {
        left: 140%;
    }
}

@keyframes matrixGlitch {

    0%,
    100% {
        transform: translateX(0);
    }

    94% {
        transform: translateX(0);
    }

    95% {
        transform: translateX(-5px);
    }

    96% {
        transform: translateX(5px);
    }

    97% {
        transform: translateX(-3px);
    }

    98% {
        transform: translateX(3px);
    }

    99% {
        transform: translateX(0);
    }
}

.time_matrix {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #008f11;
    text-shadow: 0 0 5px #00ff41;
    position: relative;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px dashed #008f11;
    animation: timeFlicker 4s infinite;
}

@keyframes timeFlicker {

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        opacity: 1;
    }

    20%,
    24%,
    55% {
        opacity: 0.3;
    }
}

.message_matrix {
    position: relative;
    padding: 8px 12px;
    background: rgba(0, 20, 0, 0.8);
    color: #00ff41;
    font-family: 'Courier New', monospace;
    border: 1px solid #008f11;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.5);
    clip-path: polygon(0% 10px, 10px 0%,
            calc(100% - 10px) 0%, 100% 10px,
            100% calc(100% - 10px), calc(100% - 10px) 100%,
            10px 100%, 0% calc(100% - 10px));
    overflow: hidden;
}

.message_matrix::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00ff41, transparent);
    animation: scanline 8s linear infinite;
}

@keyframes scanline {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}