*{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cuao {
    border: 1px solid red;  
}

.literally-a-post {
    will-change: transform, opacity;
}

.stat-bump {
    animation: statBump 0.4s ease;
}

@keyframes statBump {
    0% {
        transform: scale(1);
        color: inherit;
    }
    40% {
        transform: scale(1.25);
        color: rgb(168, 85, 247); /* purple-500 */
    }
    100% {
        transform: scale(1);
        color: inherit;
    }
}

.icon-glow {
    animation: iconGlow 0.4s ease;
}

@keyframes iconGlow {
    0% {
        filter: drop-shadow(0 0 0px rgba(168, 85, 247, 0));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.8));
        transform: scale(1.15);
    }
    100% {
        filter: drop-shadow(0 0 0px rgba(168, 85, 247, 0));
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@keyframes kairiki-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-2px); }
}

.animate-float {
    animation: float 2.5s ease-in-out infinite;
}

.animate-kairiki-float {
    animation: kairiki-float 2.5s ease-in-out infinite;
}

.spoiler {
    filter: blur(6px);
    transition: filter 0.2s ease;
    cursor: pointer;
    opacity: 0.8;
}

.spoiler.revealed {
    filter: blur(0);
    opacity: 1;
}

.disabled-post-buttons {
    filter: blur(1px);
    opacity: 0.9;
}

.disabled-post-buttons button{
    cursor: not-allowed;
}
.disabled-post-buttons:hover{
    opacity: 0;
}

.disabled-post-buttons a{
    cursor: not-allowed;
}
    
@keyframes candyGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes haloSpin {
    from {
        transform: rotateX(70deg) rotateZ(0deg);
    }

    to {
        transform: rotateX(70deg) rotateZ(360deg);
    }
}
@keyframes haloGlow {
    0%, 100% { opacity: 0.75; box-shadow: 0 0 8px 2px rgba(232,121,249,0.6), 0 0 18px 4px rgba(168,85,247,0.35); }
    50%       { opacity: 1;    box-shadow: 0 0 14px 4px rgba(232,121,249,0.9), 0 0 30px 8px rgba(168,85,247,0.5); }
}
@keyframes textGradient {
    0%   { background-position: 0% center; }
    50%  { background-position: 100% center; }
    100% { background-position: 0% center; }
}

.candy-card {
    background: linear-gradient(135deg, #140018, #2a0a44, #4a1368, #2d0b45, #170016);
    background-size: 400% 400%;
    animation: candyGradient 7s ease infinite;
    border: 1px solid rgba(232,121,249,0.3) !important;
    box-shadow: 0 0 28px rgba(236,72,153,0.35), 0 0 60px rgba(168,85,247,0.12), inset 0 1px 0 rgba(255,255,255,0.07);
    position: relative;
    font-family: Consolas, monospace !important;

}

.candy-card > * { position: relative; z-index: 1; }




.candy-halo-wrap {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 67px;
    height: 67px;

    display: flex;
    align-items: center;
    justify-content: center;

    pointer-events: none;
}
.candy-halo {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid rgba(240,171,252,0.95);
    animation: haloSpin 8s linear infinite, haloGlow 2.2s ease-in-out infinite;
    box-sizing: border-box;
}

.candy-halo::after {
    content: "";

    position: absolute;
    inset: -10px;

    border-radius: inherit;

    background:
        radial-gradient(
            circle,
            rgba(217,70,239,0.25),
            transparent 70%
        );

    filter: blur(10px);

    z-index: -1;
}

.candy-avatar {
    border-color: rgba(232,121,249,0.55) !important;
    box-shadow: 0 0 18px rgba(168,85,247,0.45), 0 0 36px rgba(232,121,249,0.2) !important;
}

.candy-name {
    background: linear-gradient(90deg, #f0abfc, #c084fc, #e879f9, #f0abfc);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textGradient 3.5s linear infinite;
    font-family: Consolas, monospace !important;
}

.candy-btn {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(232,121,249,0.2) !important;
    color: #f0abfc !important;
    font-family: Consolas, monospace !important;

}
.candy-btn:hover {
    background: rgba(255,255,255,0.13) !important;
    border-color: rgba(232,121,249,0.4) !important;
}

.candy-follow-btn {
    border: 1px solid rgba(232,121,249,0.2) !important;
    color: #f0abfc !important;
    font-family: Consolas, monospace !important;

}
.candy-follow-btn:hover {
    border-color: rgba(232,121,249,0.4) !important;
}
.candy-stat {
    background: rgba(20,0,24,0.6) !important;
    border: 1px solid rgba(232,121,249,0.15) !important;
}
.candy-stat:hover {
    background: rgba(232,121,249,0.08) !important;
}
.candy-bio  {
    color: rgba(240,171,252,0.85) !important;
    font-family: Consolas, monospace !important;
}
.candy-info {
    color: rgba(240,171,252,0.55) !important;
    font-family: Consolas, monospace !important;
}
.candy-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232,121,249,0.25), rgba(168,85,247,0.25), transparent);
    margin: 16px 0;
}

.candy-info div{
    font-family: Consolas, monospace !important;
}