body {
    background-color: #000000;
}

.btn-primary, .btn-info {
    background-color: #87CEEB;
    border-color: #87CEEB;
    color: #000000;
}

.btn-primary:hover, .btn-info:hover {
    background-color: #5F9EA0;
    border-color: #5F9EA0;
    color: #000000;
}

a {
    color: #E6832F!important;
    text-decoration: none!important;
}

a:hover {
    color: #F2994A!important;
}

.foot {
    align-items:center;
}

.btn.honey-button {
    background: linear-gradient(145deg, #F2994A, #E6832F) !important;
    color: #2D1810 !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    box-shadow: 0 4px 15px rgba(230, 131, 47, 0.2) !important;
    overflow: hidden !important;
}

.honey-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 206, 84, 0.15), rgba(240, 147, 43, 0.15));
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.btn.honey-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(230, 131, 47, 0.3) !important;
    background: linear-gradient(145deg, #FFA94D, #F2994A) !important;
}

.honey-button:hover::before {
    transform: translateY(0);
}

.btn.honey-button:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 10px rgba(230, 131, 47, 0.2) !important;
}

.honey-button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 0;
    background: #F2994A;
    transition: height 0.3s ease;
    border-radius: 0 0 2px 2px;
    opacity: 0;
}

.honey-button:hover::after {
    height: 15px;
    opacity: 0.6;
}

.honey-button.high-contrast {
    background: #C65F00;
    color: #FFFFFF;
    border: 2px solid #8B4513;
}

.honey-button.high-contrast:hover {
    background: #A04D00;
}

.honey-button:disabled {
    background: #D3D3D3;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.honey-button:focus {
    outline: 3px solid #FFB74D;
    outline-offset: 2px;
}

.honey-button.loading {
    position: relative;
    cursor: wait;
}

.honey-button.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: honey-wave 1.5s infinite;
}

@keyframes honey-wave {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
#response {
    white-space: pre-wrap;
}

.card {
    background-color: #1a1a1a;
    border-color: #333;
}

.card-header {
    background-color: #2a2a2a;
    border-bottom-color: #333;
}

.form-control {
    background-color: #333;
    border-color: #444;
    color: #fff;
}

.form-control:focus {
    background-color: #444;
    border-color: #555;
    color: #fff;
}

.loading-dots::after {
    content: '...';
    animation: dots 1.5s ease-in-out infinite;
    opacity: 0;
}

@keyframes dots {
    0% { opacity: 0; }
    25% { content: '.'; opacity: 1; }
    50% { content: '..'; opacity: 1; }
    75% { content: '...'; opacity: 1; }
    100% { opacity: 0; }
}

.honey-response {
    background: linear-gradient(145deg, #2D2D2D, #363636);
    border: 1px solid #4A4A4A;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    color: #E1E1E1;
    font-size: 1.1rem;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.honey-response h2 {
    color: #F2994A;
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.honey-response h2::before {
    content: "🐾";
}

.honey-response p {
    margin-bottom: 12px;
}

.honey-response ol {
    padding-left: 20px;
    margin-bottom: 12px;
}

.honey-response li {
    margin-bottom: 8px;
}

.loading-honey {
    background: #2D2D2D;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: #F2994A;
}

.honey-dripper::after {
    content: '🍯';
    animation: drip-honey 1.5s infinite;
    margin-left: 5px;
}

@keyframes drip-honey {
    0%, 20% { content: '🍯'; }
    40% { content: '🍯\00a0.'; }
    60% { content: '🍯\00a0.\00a0.'; }
    80%, 100% { content: '🍯\00a0.\00a0.\00a0.'; }
}
#honeyMatrix {
    pointer-events: none;
}

.loading-honey {
    position: relative;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.honey-response {
    position: relative;
    z-index: 1000;
}

.footer-container {
    padding: 1rem;
    text-align: center;
    color: white;
    position: relative;
    margin-top: 3.5rem;
    min-height: 60px;
    background-color: #000000;
    overflow: hidden;
    z-index: 1;
}

footer>p {
    margin: 0!important;
    position: relative;
    z-index: 4;
}

/* Neon glow effect */
.neon-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #f4b042;
    box-shadow: 
        0 0 5px #f4b042,
        0 0 10px #f4b042,
        0 0 20px #f4b042;
    animation: neonPulse 1.5s ease-in-out infinite;
    z-index: 3;
}

/* Honey drips */
.honey-drips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.drip {
    position: absolute;
    width: 20px;
    background: #f4b942;
    border-radius: 0 0 10px 10px;
    transform-origin: top center;
    animation: dripDown 16s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    opacity: 0;
    top: 0;
}

@keyframes dripDown {
    0% {
        height: 0;
        opacity: 0;
        transform: scaleY(0);
    }
    10% {
        opacity: 0.7;
        height: 30px; /* Reduced from 50px */
        transform: scaleY(0.1);
    }
    40% {
        opacity: 0.7;
        height: 50px; /* Reduced from 100px */
        transform: scaleY(0.2);
    }
    90% {
        height: 80px; /* Changed from 100vh */
        opacity: 0.2;
        transform: scaleY(0.9);
    }
    100% {
        height: 80px; /* Changed from 100vh */
        opacity: 0;
        transform: scaleY(1);
    }
}

@keyframes neonPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.login-modal {
    background: linear-gradient(145deg, #2D2D2D, #363636);
    border: 1px solid #4A4A4A;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin-top: 3rem;
    box-shadow: 0 0 15px rgba(244, 185, 66, 0.1);
}

.login-modal::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: linear-gradient(45deg, #f4b942, #E6832F);
    border-radius: 14px;
    z-index: -1;
    filter: blur(8px);
    opacity: 0.5;
    animation: glowPulse 2s infinite;
}

@keyframes glowPulse {
    0% {
        opacity: 0.5;
        filter: blur(8px);
    }
    50% {
        opacity: 0.7;
        filter: blur(12px);
    }
    100% {
        opacity: 0.5;
        filter: blur(8px);
    }
}

.login-modal .form-control {
    background: rgba(45, 45, 45, 0.8);
    border: 1px solid rgba(244, 185, 66, 0.2);
    color: #fff;
    transition: all 0.3s ease;
}

.login-modal .form-control:focus {
    background: rgba(45, 45, 45, 0.9);
    border-color: rgba(244, 185, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 185, 66, 0.25);
}

/* Custom honey drips for login modal */
.login-modal::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20px;
    background: linear-gradient(180deg, #f4b942 0%, transparent 100%);
    filter: blur(4px);
    opacity: 0.6;
    clip-path: polygon(
        0 0, 
        15% 100%,
        35% 50%,
        50% 100%,
        65% 50%,
        85% 100%,
        100% 0
    );
    animation: wiggleDrip 3s ease-in-out infinite;
}

@keyframes wiggleDrip {
    0% {
        clip-path: polygon(
            0 0, 
            15% 100%,
            35% 50%,
            50% 100%,
            65% 50%,
            85% 100%,
            100% 0
        );
    }
    50% {
        clip-path: polygon(
            0 0, 
            20% 100%,
            40% 40%,
            55% 100%,
            70% 45%,
            80% 100%,
            100% 0
        );
    }
    100% {
        clip-path: polygon(
            0 0, 
            15% 100%,
            35% 50%,
            50% 100%,
            65% 50%,
            85% 100%,
            100% 0
        );
    }
}

.honey-error {
    background: linear-gradient(145deg, #3d2626, #2d1810);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    color: #ffa794;
    position: relative;
    overflow: hidden;
}

.honey-error::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: linear-gradient(45deg, #ef4444, #7f1d1d);
    border-radius: 10px;
    z-index: -1;
    filter: blur(8px);
    opacity: 0.3;
    animation: errorGlowPulse 2s infinite;
}

@keyframes errorGlowPulse {
    0% {
        opacity: 0.3;
        filter: blur(8px);
    }
    50% {
        opacity: 0.4;
        filter: blur(10px);
    }
    100% {
        opacity: 0.3;
        filter: blur(8px);
    }
}

.honey-error-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.honey-error-icon {
    font-size: 1.2rem;
}

.honey-error-text {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Add dripping effect for error message */
.honey-error::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 10px;
    background: linear-gradient(180deg, #ef4444 0%, transparent 100%);
    filter: blur(3px);
    opacity: 0.4;
    clip-path: polygon(
        0 0, 
        20% 100%,
        40% 50%,
        60% 100%,
        80% 50%,
        100% 0
    );
}

.honey-response .streaming-text {
    line-height: 1.6;
}

.honey-response .response-section {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #F2994A;
    background: rgba(242, 153, 74, 0.05);
    border-radius: 0 8px 8px 0;
}

.honey-response .response-section p {
    margin: 0;
    padding: 0;
}

#overview {
    border-left-color: #F2994A;
}

#analysis {
    border-left-color: #E6832F;
}

#conclusion {
    border-left-color: #D67227;
}