/* Minecraft Style CSS für VortexMC - Erweitert für Tebex Shop */
@import url('https://fonts.cdnfonts.com/css/minecraft-4');

/* ============================================
   BASIS STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    line-height: 1.8;
    font-size: 18px;
}

/* Minecraft Font für ALLE Text-Elemente */
p, span, div:not(.tebex-footer-wrapper):not(.tebex-footer-inner), 
a, li, td, th, label, h1, h2, h3, h4, h5, h6 {
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
}

/* Override für Tebex Body Classes */
body.is-navigation-vertical,
body.home-categories-enabled,
body.page-index {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

.site {
    background-color: #1a1a1a !important;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.site-header {
    background-color: #2b2b2b !important;
    border-bottom: 4px solid #3a3a3a !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.site-header-inner {
    background-color: transparent !important;
}

.site-title a {
    color: #55ff55 !important;
    font-size: 18px !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8) !important;
    transition: all 0.2s;
}

.site-title a:hover {
    color: #00ff00 !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8), 0 0 15px rgba(85, 255, 85, 0.6) !important;
}

/* Buttons im Header */
.log-in,
.btn-tertiary {
    background-color: #3a3a3a !important;
    border: 3px solid #2b2b2b !important;
    color: #ffffff !important;
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    font-size: 17px !important;
    padding: 10px 20px !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.1s !important;
    text-decoration: none !important;
}

.log-in:hover,
.btn-tertiary:hover {
    background-color: #55ff55 !important;
    border-color: #00ff00 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5), 0 0 20px rgba(85, 255, 85, 0.6) !important;
}

.btn-icon {
    padding: 8px 12px !important;
}

/* Navigation Links */
.site-navigation {
    background-color: #2b2b2b !important;
    border: 3px solid #3a3a3a !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.navigation-list li a {
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
    transition: all 0.1s !important;
    border: 2px solid transparent !important;
    display: block !important;
    text-decoration: none !important;
}

.navigation-list li a:hover,
.navigation-list li a.link-active {
    background-color: #55ff55 !important;
    color: #000000 !important;
    border: 2px solid #00ff00 !important;
    box-shadow: 0 0 10px rgba(85, 255, 85, 0.5) !important;
    transform: translateX(5px);
}

.navigation-list li.active a {
    background-color: #3a3a3a !important;
    border-left: 4px solid #55ff55 !important;
}

/* ============================================
   HOME CATEGORIES
   ============================================ */
.site-home-categories {
    background-color: #1a1a1a !important;
    padding: 20px 0 !important;
}

.site-home-categories .category {
    background-color: #2b2b2b !important;
    border: 4px solid #3a3a3a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.2s !important;
    padding: 20px !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 17px !important;
}

.site-home-categories .category:hover {
    border-color: #55ff55 !important;
    box-shadow: 0 0 20px rgba(85, 255, 85, 0.6), 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px);
    background-color: #3a3a3a !important;
}

.site-home-categories .image-default {
    background-color: #1a1a1a !important;
    border: 3px solid #3a3a3a !important;
}

/* ============================================
   CONTENT AREAS
   ============================================ */
.site-content {
    background-color: #1a1a1a !important;
}

.store-text,
.text-content {
    background-color: #2b2b2b !important;
    border: 3px solid #3a3a3a !important;
    padding: 30px !important;
    color: #ffffff !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    line-height: 1.8 !important;
}

.text-content p {
    color: #cccccc !important;
    margin-bottom: 15px !important;
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 2 !important;
}

.text-content a {
    color: #55ff55 !important;
    text-decoration: underline !important;
}

.text-content a:hover {
    color: #00ff00 !important;
    text-shadow: 0 0 10px rgba(85, 255, 85, 0.8) !important;
}

.text-content strong {
    color: #ffff55 !important;
}

/* ============================================
   SIDEBAR & WIDGETS
   ============================================ */
.store-sidebar {
    background-color: #1a1a1a !important;
}

.widget {
    background-color: #2b2b2b !important;
    border: 3px solid #3a3a3a !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.widget-title {
    color: #55ff55 !important;
    font-size: 17px !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
    border-bottom: 2px solid #3a3a3a !important;
    padding-bottom: 10px !important;
}

.widget-content {
    color: #cccccc !important;
    font-size: 17px !important;
}

.widget .empty {
    color: #888888 !important;
    font-style: italic;
    font-size: 17px !important;
}

/* ============================================
   SERVER STATUS (aus Original-Code)
   ============================================ */
.server-status {
    background-color: #1a1a1a !important;
    border: 3px solid #3a3a3a !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7) !important;
}

.status-online {
    color: #55ff55 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
    animation: glow 2s infinite;
}

.status-offline {
    color: #ff5555 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
}

.player-count {
    color: #ffff55 !important;
    font-size: 18px !important;
}

/* ============================================
   CARDS & PACKAGES
   ============================================ */
.card,
.package-card,
.category-card {
    background-color: #2b2b2b !important;
    border: 3px solid #3a3a3a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.2s !important;
}

.card:hover,
.package-card:hover,
.category-card:hover {
    border-color: #55ff55 !important;
    box-shadow: 0 0 15px rgba(85, 255, 85, 0.5) !important;
    transform: translateY(-3px);
}

.card-body {
    background-color: #1a1a1a !important;
    border: 2px solid #3a3a3a !important;
    color: #ffffff !important;
}

/* ============================================
   FORMULARE (aus Original-Code)
   ============================================ */
.form-label {
    color: #ffffff !important;
    font-size: 15px !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
}

.form-control,
input[type="text"],
input[type="email"],
textarea,
select {
    background-color: #2b2b2b !important;
    border: 3px solid #3a3a3a !important;
    color: #ffffff !important;
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    font-size: 17px !important;
    padding: 10px !important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.5) !important;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    background-color: #2b2b2b !important;
    border-color: #55ff55 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(85, 255, 85, 0.5), inset 0 2px 0 rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
    color: #666666 !important;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn,
.btn-primary,
button[type="submit"] {
    background-color: #3a3a3a !important;
    border: 3px solid #2b2b2b !important;
    color: #ffffff !important;
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    font-size: 15px !important;
    padding: 12px 25px !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.1s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.btn:hover,
.btn-primary:hover,
button[type="submit"]:hover {
    background-color: #55ff55 !important;
    border-color: #00ff00 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.5), 0 0 20px rgba(85, 255, 85, 0.6) !important;
}

.btn:active,
.btn-primary:active,
button[type="submit"]:active {
    transform: translateY(2px) !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5) !important;
}

/* ============================================
   MESSAGES (aus Original-Code)
   ============================================ */
.success-message {
    background-color: #2b5a2b !important;
    border: 3px solid #55ff55 !important;
    color: #55ff55 !important;
    font-size: 15px !important;
    padding: 15px !important;
    box-shadow: 0 0 15px rgba(85, 255, 85, 0.3) !important;
}

.error-message {
    background-color: #5a2b2b !important;
    border: 3px solid #ff5555 !important;
    color: #ff5555 !important;
    font-size: 15px !important;
    padding: 15px !important;
    box-shadow: 0 0 15px rgba(255, 85, 85, 0.3) !important;
}

/* ============================================
   BILDER & GALERIE
   ============================================ */
.img-fluid,
.rounded {
    border: 4px solid #3a3a3a !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    transition: all 0.2s !important;
}

.img-fluid:hover,
.rounded:hover {
    border-color: #55ff55 !important;
    box-shadow: 0 0 20px rgba(85, 255, 85, 0.6) !important;
    transform: scale(1.05);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background-color: #2b2b2b !important;
    border-top: 4px solid #3a3a3a !important;
    color: #ffffff !important;
    font-size: 17px !important;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.5) !important;
    padding: 30px 20px !important;
}

.site-footer-inner {
    color: #cccccc !important;
}

.copyright {
    color: #888888 !important;
    font-size: 18px !important;
}

.we-accept {
    list-style: none !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.we-accept li {
    background-color: #3a3a3a !important;
    border: 2px solid #2b2b2b !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
}

.we-accept img {
    height: 20px !important;
    filter: grayscale(100%) brightness(1.5) !important;
}

footer a {
    color: #55ff55 !important;
    text-decoration: none !important;
    transition: all 0.1s !important;
}

footer a:hover {
    color: #00ff00 !important;
    text-shadow: 0 0 10px rgba(85, 255, 85, 0.8) !important;
}

/* ============================================
   TEBEX FOOTER CUSTOMIZATION
   ============================================ */
tebex-footer {
    --tebex-legal-footer-background-color: #2b2b2b !important;
    --tebex-legal-footer-text-color: #888888 !important;
    --tebex-legal-footer-border-color: #3a3a3a !important;
    --tebex-legal-footer-logo-color: #55ff55 !important;
}

/* ============================================
   LIST GROUPS (aus Original-Code)
   ============================================ */
.list-group-item {
    background-color: #2b2b2b !important;
    border: 2px solid #3a3a3a !important;
    color: #ffffff !important;
    font-size: 17px !important;
}

.badge {
    background-color: #55ff55 !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-family: 'Minecraft', 'Mojangles', Arial, sans-serif !important;
    padding: 4px 8px !important;
}

/* ============================================
   FILE INFO (aus Original-Code)
   ============================================ */
.file-info {
    color: #888888 !important;
    font-size: 18px !important;
}

/* ============================================
   SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
    border: 2px solid #3a3a3a;
}

::-webkit-scrollbar-thumb {
    background: #55ff55;
    border: 2px solid #3a3a3a;
}

::-webkit-scrollbar-thumb:hover {
    background: #00ff00;
}

/* ============================================
   ANIMATIONEN
   ============================================ */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(85, 255, 85, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(85, 255, 85, 0.8);
    }
}

/* ============================================
   SPINNER (aus Original-Code)
   ============================================ */
.spinner-border {
    border-color: #55ff55 !important;
    border-right-color: transparent !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    body {
        font-size: 17px !important;
    }
    
    .navigation-list li a {
        font-size: 18px !important;
        padding: 10px 15px !important;
    }
    
    .site-title a {
        font-size: 17px !important;
    }
    
    .btn,
    .btn-primary {
        font-size: 18px !important;
        padding: 10px 20px !important;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #ff5555 !important;
}

.bg-white {
    background-color: #1a1a1a !important;
}

.bg-dark {
    background-color: #2b2b2b !important;
}

/* ============================================
   HERO SECTION (aus Original-Code)
   ============================================ */
#hero {
    background-color: #2b2b2b !important;
    border: 4px solid #3a3a3a !important;
    padding: 40px 20px !important;
}

#hero .container {
    background-color: rgba(43, 43, 43, 0.95) !important;
    border: 3px solid #55ff55 !important;
    box-shadow: 0 0 20px rgba(85, 255, 85, 0.3), inset 0 0 20px rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
}

#hero h2 {
    color: #55ff55 !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8) !important;
    font-size: 28px !important;
    margin-bottom: 20px !important;
}

#hero p {
    color: #ffffff !important;
    font-size: 18px !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
}

/* ============================================
   FEATURES & GALLERY (aus Original-Code)
   ============================================ */
#features,
#gallery {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    padding: 50px 20px !important;
}

#features h3,
#gallery h2 {
    color: #55ff55 !important;
    font-size: 22px !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8) !important;
}

#features p {
    color: #cccccc !important;
    font-size: 17px !important;
    line-height: 2 !important;
}

#features img,
#gallery img {
    width: 100%;
    border: 4px solid #3a3a3a !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5) !important;
    margin-top: 15px !important;
}

#features img:hover,
#gallery img:hover {
    border-color: #55ff55 !important;
    box-shadow: 0 0 15px rgba(85, 255, 85, 0.5) !important;
    transform: scale(1.02);
}

/* ============================================
   KONTAKT SECTION (aus Original-Code)
   ============================================ */
#contact {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

#contact h2 {
    color: #55ff55 !important;
    font-size: 24px !important;
    margin-bottom: 30px !important;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8) !important;
}
