@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Rajdhani:wght@500;600;700&display=swap');

/* ==========================================================================
   ULTRA MODERN ANIME GAMING THEME - DRAGON BALL ALIEN
   - Cyber-Saiyan Aesthetics: Cosmic Deep Space, Ki Aura Glows, Glassmorphism
   - Palette: Kamehameha Blue (#38bdf8), Saiyan Gold (#f59e0b), Alien Lime (#a3e635), God Ki Purple (#a855f7)
   ========================================================================== */

:root {
    --anime-bg: #060913;
    --anime-bg-secondary: #0b1120;
    --anime-card-bg: rgba(13, 19, 33, 0.88);
    --anime-card-border: rgba(56, 189, 248, 0.32);
    --anime-card-hover-border: rgba(56, 189, 248, 0.7);
    
    /* Neon & Ki Colors */
    --neon-cyan: #38bdf8;
    --neon-blue: #3b82f6;
    --neon-purple: #8b5cf6;
    --neon-pink: #ec4899;
    --saiyan-gold: #fbbf24;
    --saiyan-amber: #f59e0b;
    --alien-lime: #a3e635;
    --alien-green: #84cc16;
    --alien-emerald: #10b981;
    
    /* Text Colors */
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --text-accent: #38bdf8;
    
    /* Glow Effects */
    --glow-cyan: 0 0 20px rgba(56, 189, 248, 0.45);
    --glow-gold: 0 0 20px rgba(245, 158, 11, 0.45);
    --glow-lime: 0 0 20px rgba(163, 230, 53, 0.45);
    --glow-purple: 0 0 20px rgba(139, 92, 246, 0.45);
    
    /* Smooth Transitions */
    --anime-trans: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --anime-trans-bounce: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #060913;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--neon-cyan), var(--alien-lime));
    border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--saiyan-gold), var(--neon-cyan));
}

/* Base resets & typography */
* {
    box-sizing: border-box;
}

body {
    background-color: var(--anime-bg);
    background-image: 
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(56, 189, 248, 0.2), transparent 70%),
        radial-gradient(ellipse 60% 40% at 90% 40%, rgba(139, 92, 246, 0.15), transparent 60%),
        radial-gradient(ellipse 60% 40% at 10% 70%, rgba(163, 230, 53, 0.14), transparent 60%),
        linear-gradient(180deg, #070b16 0%, #050811 100%);
    background-attachment: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14.5px;
    color: var(--text-primary);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
}

body, input, textarea, select, button, table {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Background canvas particles */
#anime-particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}

.body_body {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 12px 14px 40px;
    position: relative;
    z-index: 1;
}

.body-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* ==========================================================================
   ANIME KEYFRAME ANIMATIONS
   ========================================================================== */
@keyframes ki-pulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(56, 189, 248, 0.4), inset 0 0 15px rgba(56, 189, 248, 0.15);
    }
    50% {
        box-shadow: 0 0 30px rgba(56, 189, 248, 0.7), inset 0 0 25px rgba(163, 230, 53, 0.3);
    }
}

@keyframes saiyan-gold-pulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(245, 158, 11, 0.4);
    }
    50% {
        box-shadow: 0 0 32px rgba(251, 191, 36, 0.8), 0 0 45px rgba(245, 158, 11, 0.4);
    }
}

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

@keyframes spin-slow {
    100% { transform: rotate(360deg); }
}

/* ==========================================================================
   TOP ALERT / ANNOUNCEMENT BAR
   ========================================================================== */
.anime-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-left: 4px solid var(--alien-lime);
    padding: 8px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    font-weight: 500;
}

.anime-top-bar-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary);
}

.anime-age-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    font-weight: 800;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
    display: inline-flex;
    align-items: center;
}

.anime-server-status {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.anime-pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10b981;
    animation: ki-pulse 1.5s infinite;
}

/* ==========================================================================
   HERO LOGO SECTION
   ========================================================================== */
.anime-logo-container {
    text-align: center;
    margin: 10px 0 16px;
    position: relative;
    z-index: 10;
}

.anime-logo-link {
    display: inline-block;
    position: relative;
    transition: var(--anime-trans-bounce);
}

.anime-logo-img {
    height: 100px;
    max-width: 90vw;
    object-fit: contain;
    filter: drop-shadow(0 0 25px rgba(56, 189, 248, 0.65)) drop-shadow(0 0 45px rgba(163, 230, 53, 0.35));
    transition: var(--anime-trans-bounce);
    animation: float-hero 4s ease-in-out infinite;
}

.anime-logo-link:hover .anime-logo-img {
    transform: scale(1.06) translateY(-4px);
    filter: drop-shadow(0 0 35px rgba(56, 189, 248, 0.9)) drop-shadow(0 0 60px rgba(190, 242, 100, 0.7));
}

/* ==========================================================================
   MODERN ANIME NAVIGATION BAR
   ========================================================================== */
.anime-navbar {
    background: rgba(13, 19, 33, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-top: 2px solid var(--alien-lime);
    border-radius: 16px;
    padding: 6px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(56, 189, 248, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    position: relative;
    z-index: 10;
}

.anime-nav-item {
    flex: 1 1 auto;
    text-align: center;
    min-width: 100px;
}

.anime-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: var(--anime-trans);
    background: transparent;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.anime-nav-link i {
    font-size: 16px;
    color: var(--neon-cyan);
    transition: var(--anime-trans);
}

.anime-nav-link:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.4);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.25);
}

.anime-nav-link:hover i {
    color: var(--alien-lime);
    transform: scale(1.2);
}

.anime-nav-item.active .anime-nav-link,
.anime-nav-link.active,
#selected .anime-nav-link,
td#selected a {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.55), 0 0 15px rgba(124, 58, 237, 0.4) !important;
}

.anime-nav-item.active .anime-nav-link i,
.anime-nav-link.active i {
    color: #ffffff !important;
}

/* Retro compatibility menu styles */
tr.menu td, tr.menu1 td, tr.menu2 td {
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 10px;
    padding: 8px 12px;
}
tr.menu td a, tr.menu1 td a, tr.menu2 td a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 700;
}
td#selected {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
    border-radius: 10px;
}

/* ==========================================================================
   USER WARRIOR PROFILE CARD / GUEST AUTH BAR
   ========================================================================== */
.anime-warrior-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(13, 19, 33, 0.98) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-top: 3px solid var(--alien-lime);
    border-radius: 18px;
    padding: 18px 24px;
    margin: 14px auto 22px;
    max-width: 680px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 25px rgba(56, 189, 248, 0.15);
    position: relative;
    overflow: hidden;
}

.anime-warrior-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.anime-warrior-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.anime-avatar-frame {
    position: relative;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
}

.anime-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--neon-cyan);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.5);
    background: #0f172a;
}

.anime-avatar-aura {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px dashed rgba(163, 230, 53, 0.6);
    animation: spin-slow 12s linear infinite;
    pointer-events: none;
}

.anime-warrior-info {
    flex: 1;
    min-width: 200px;
}

.anime-warrior-name {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.anime-warrior-badge {
    background: linear-gradient(135deg, var(--saiyan-amber), var(--saiyan-gold));
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}

.anime-warrior-balance {
    margin-top: 4px;
    font-size: 14px;
    color: var(--neon-cyan);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.anime-warrior-balance span {
    color: var(--alien-lime);
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(163, 230, 53, 0.4);
}

.anime-warrior-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    width: 100%;
}

.anime-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(30, 41, 59, 0.85);
    color: var(--text-primary);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--anime-trans);
}

.anime-pill-btn:hover {
    background: rgba(56, 189, 248, 0.25);
    border-color: var(--neon-cyan);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.3);
}

.anime-pill-btn.danger:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: #ef4444;
    color: #fca5a5;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.anime-pill-btn.gold {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(251, 191, 36, 0.15));
    border-color: rgba(245, 158, 11, 0.5);
    color: var(--saiyan-gold);
}
.anime-pill-btn.gold:hover {
    background: linear-gradient(135deg, var(--saiyan-amber), var(--saiyan-gold));
    color: #000;
    box-shadow: 0 4px 18px rgba(245, 158, 11, 0.5);
}

/* Guest Action Bar */
.anime-guest-auth-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 16px 0 24px;
}

/* ==========================================================================
   MODERN ANIME GAMING DOWNLOAD HUB & QUICK SERVICES
   ========================================================================== */
/* ==========================================================================
   MODERN ANIME GAMING DOWNLOAD HUB & QUICK SERVICES
   ========================================================================== */
.anime-download-hub {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 14px 0 22px;
}

.anime-hub-title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--neon-cyan);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.4);
}

.anime-grid-downloads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}

.anime-grid-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}



/* Service Card Special Themes */
.anime-service-card {
    background: rgba(13, 19, 33, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 12px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: var(--text-primary) !important;
    transition: var(--anime-trans);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.anime-service-card img {
    width: auto;
    height: 28px;
    max-width: 44px;
    max-height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
    transition: var(--anime-trans);
}

.anime-service-card:hover {
    transform: translateY(-2px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.35);
}

.anime-service-card:hover img {
    transform: scale(1.08);
}

.anime-service-card.gold {
    border-top: 3px solid var(--saiyan-amber);
}
.anime-service-card.cyan {
    border-top: 3px solid var(--neon-cyan);
}
.anime-service-card.green {
    border-top: 3px solid var(--alien-lime);
}
.anime-service-card.blue {
    border-top: 3px solid #3b82f6;
}

.anime-service-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.anime-service-title {
    font-size: 13.5px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.anime-service-desc {
    font-size: 11px;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

/* ==========================================================================
   GLASSMORPHIC ANIME CONTENT CARDS
   ========================================================================== */
.bg-content {
    background: var(--anime-card-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--anime-card-border);
    border-top: 3px solid var(--alien-lime);
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.55), 0 0 25px rgba(56, 189, 248, 0.1);
    color: var(--text-primary);
    transition: var(--anime-trans);
    position: relative;
}

.bg-content:hover {
    border-color: var(--anime-card-hover-border);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.65), 0 0 30px rgba(56, 189, 248, 0.2);
}

.bg-content .title,
.anime-card-header {
    font-size: 18px;
    font-weight: 800;
    color: var(--neon-cyan);
    border-bottom: 1px solid rgba(56, 189, 248, 0.25);
    padding-bottom: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

.bg-content .title h4 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.bg-content .content {
    padding: 4px 0;
    color: #f1f5f9;
    line-height: 1.7;
}

/* Anime Skill Showcase Cards */
.anime-skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 16px 0;
}

.anime-skill-box {
    background: rgba(10, 16, 30, 0.8);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    transition: var(--anime-trans);
}

.anime-skill-box:hover {
    border-color: var(--alien-lime);
    box-shadow: 0 6px 20px rgba(163, 230, 53, 0.25);
    transform: translateY(-2px);
}

.anime-skill-box.vip {
    border-color: rgba(245, 158, 11, 0.4);
}
.anime-skill-box.vip:hover {
    border-color: var(--saiyan-gold);
    box-shadow: 0 6px 22px rgba(251, 191, 36, 0.35);
}

.anime-skill-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--neon-cyan);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.anime-skill-box.vip .anime-skill-title {
    color: var(--saiyan-gold);
}

.anime-skill-gifs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.anime-skill-gifs img {
    border-radius: 8px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: #020617;
    transition: var(--anime-trans);
}

.anime-skill-gifs img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
}

/* Step cards for beginner guide */
.anime-guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin: 16px 0;
}

.anime-step-card {
    background: rgba(10, 16, 30, 0.75);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-left: 4px solid var(--neon-cyan);
    border-radius: 12px;
    padding: 14px 16px;
    transition: var(--anime-trans);
}

.anime-step-card:hover {
    background: rgba(15, 23, 42, 0.9);
    border-color: var(--alien-lime);
    border-left-color: var(--alien-lime);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.anime-step-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 8px;
}

.anime-step-num {
    background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}

/* ==========================================================================
   BUTTONS & MICRO-INTERACTIONS
   ========================================================================== */
.w3-red, .w3-hover-green:hover, button, input[type="submit"], input[type="button"], .button, .btn-ok, .anime-btn {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    padding: 10px 22px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 4px 18px rgba(37, 99, 235, 0.45) !important;
    transition: var(--anime-trans-bounce) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

.w3-red:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, .button:hover, .btn-ok:hover, .anime-btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(56, 189, 248, 0.6) !important;
}

.anime-btn-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: #000000 !important;
    box-shadow: 0 4px 18px rgba(245, 158, 11, 0.45) !important;
}
.anime-btn-gold:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.6) !important;
}

.anime-btn-green {
    background: linear-gradient(135deg, #84cc16 0%, #4d7c0f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(132, 204, 22, 0.45) !important;
}
.anime-btn-green:hover {
    background: linear-gradient(135deg, #a3e635 0%, #65a30d 100%) !important;
    box-shadow: 0 8px 25px rgba(163, 230, 53, 0.6) !important;
}

/* ==========================================================================
   FORM INPUTS & CONTROLS
   ========================================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(8, 13, 24, 0.95);
    color: #ffffff;
    padding: 11px 16px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    transition: var(--anime-trans);
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    border-color: var(--neon-cyan);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.5), inset 0 0 10px rgba(56, 189, 248, 0.1);
    background: rgba(11, 19, 36, 0.98);
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagecurrent {
    font-size: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 800;
    box-shadow: 0 4px 18px rgba(37, 99, 235, 0.6);
    display: inline-block;
}

.pagelink {
    font-size: 14px;
    background: rgba(15, 23, 42, 0.9);
    color: var(--neon-cyan);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 700;
    transition: var(--anime-trans);
    text-decoration: none;
    display: inline-block;
}

.pagelink:hover {
    background: rgba(56, 189, 248, 0.25);
    border-color: var(--neon-cyan);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.3);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-container {
    width: 100%;
    clear: both;
    margin-top: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.footer-box {
    background: rgba(13, 19, 33, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-top: 3px solid var(--alien-lime);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
}

.footer-brand {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.footer-brand span {
    color: var(--neon-cyan);
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

/* Floating Back to Top */
#backTop {
    position: fixed;
    bottom: 30px;
    right: 24px;
    z-index: 999;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
    transition: var(--anime-trans-bounce);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

#backTop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#backTop:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.7);
}

/* ==========================================================================
   RESPONSIVE OPTIMIZATIONS
   ========================================================================== */
@media (max-width: 768px) {
    .body_body {
        padding: 8px 10px 30px;
    }
    .anime-navbar {
        padding: 4px;
        gap: 4px;
    }
    .anime-nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }
    .anime-grid-downloads {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .anime-grid-services {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bg-content {
        padding: 16px;
        border-radius: 14px;
    }
    .anime-warrior-card {
        padding: 14px 16px;
    }
    .anime-warrior-content {
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .anime-grid-downloads {
        grid-template-columns: 1fr;
    }
}
