:root {
    --bg-dark: #050505;
    --text-main: #ffffff;
    --text-muted: #a9b1d6;
    
    --neon-main: #ffffff; 
    --neon-info: #f1c40f; 
    --neon-red: #ff5555;  
    --neon-purple: #bd93f9; 
    --neon-green: #2ecc71; 
    --neon-blue: #8be9fd; 

    --neon-env-magenta: #ff40ff;
    --neon-env-green: #4dff4d;

    --mc-green: #50fa7b;
    --dc-purple: #bd93f9;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 64, 255, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(77, 255, 77, 0.25) 0%, transparent 50%),
        #050505;
    
    background-attachment: fixed;
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 40px 20px; overflow-x: hidden; transition: all 0.5s ease;
}

.main-container { width: 100%; max-width: 850px; position: relative; z-index: 2; }

.profile-section { text-align: center; margin-bottom: 20px; transition: all 0.5s ease; }
.avatar {
    width: 130px; height: 130px; border-radius: 50%; border: 3px solid rgba(255,255,255,0.1);
    margin-bottom: 15px; object-fit: cover; 
    box-shadow: -5px 0 25px rgba(255, 64, 255, 0.3), 5px 0 25px rgba(77, 255, 77, 0.3);
}
h1 { 
    font-family: 'Poppins', sans-serif; font-size: 2.5rem; margin-bottom: 5px; 
    text-shadow: 0 0 15px rgba(255, 64, 255, 0.5);
}
.bio { color: var(--text-muted); margin-bottom: 25px; }

.tab-container { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }

.nav-btn {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid transparent; border-radius: 50px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.8rem;
    cursor: pointer; transition: all 0.3s ease; text-transform: uppercase;
    display: flex; align-items: center; gap: 8px; backdrop-filter: blur(5px);
}

.btn-main { color: var(--neon-main); border-color: rgba(255, 255, 255, 0.3); }
.btn-main:hover { box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); transform: scale(1.05); }

.btn-info { color: var(--neon-info); border-color: rgba(241, 196, 15, 0.3); }
.btn-info:hover { box-shadow: 0 0 15px rgba(241, 196, 15, 0.6); transform: scale(1.05); }

.btn-java { color: var(--neon-red); border-color: rgba(255, 85, 85, 0.3); }
.btn-java:hover { box-shadow: 0 0 15px rgba(255, 85, 85, 0.6); transform: scale(1.05); }

.btn-discord { color: var(--neon-purple); border-color: rgba(189, 147, 249, 0.3); }
.btn-discord:hover { box-shadow: 0 0 15px rgba(189, 147, 249, 0.6); transform: scale(1.05); }

.btn-contact { color: var(--neon-green); border-color: rgba(46, 204, 113, 0.3); }
.btn-contact:hover { box-shadow: 0 0 15px rgba(46, 204, 113, 0.6); transform: scale(1.05); }

.btn-sys { color: var(--neon-blue); border-color: rgba(139, 233, 253, 0.3); }
.btn-sys:hover { box-shadow: 0 0 15px rgba(139, 233, 253, 0.6); transform: scale(1.05); }

.arrow { font-size: 0.7em; opacity: 0.8; }

.main-color { color: var(--neon-main); }
.info-color { color: var(--neon-info); }
.contact-color { color: var(--neon-green); }
.mc-color { color: var(--mc-green); }
.dc-color { color: var(--dc-purple); }

.adventure-list { display: flex; flex-direction: column; gap: 15px; }
.adventure-item {
    display: flex; align-items: flex-start; gap: 15px;
    background: rgba(255,255,255,0.05); padding: 15px; border-radius: 10px;
}
.adventure-item i { font-size: 1.5rem; margin-top: 5px; }
.adventure-item h3 { margin-bottom: 5px; color: #fff; }
.role-tag {
    display: inline-block; background: rgba(241, 196, 15, 0.2); color: #f1c40f;
    font-size: 0.75rem; padding: 2px 8px; border-radius: 4px; margin-bottom: 8px;
}

.big-contact-btn {
    display: inline-block; text-decoration: none;
    background: #5865F2; color: white; padding: 15px 30px; border-radius: 50px;
    font-weight: bold; font-size: 1.2rem; transition: 0.3s;
    box-shadow: 0 5px 15px rgba(88, 101, 242, 0.4);
}
.big-contact-btn:hover { background: #4752c4; transform: translateY(-3px); }

.hidden-section { display: none; }

.slide-up { display: block; animation: slideUpAnim 0.6s ease-out forwards; }
@keyframes slideUpAnim {
    from { opacity: 0; transform: translateY(100px); }
    to { opacity: 1; transform: translateY(0); }
}

.glass-card {
    background: rgba(15, 10, 20, 0.8); 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 64, 255, 0.15);
    border-radius: 16px; padding: 30px; margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.card-header { display: flex; align-items: center; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px; }
.card-header i { font-size: 1.8rem; margin-right: 15px; }

.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
ul { list-style: none; }
li { margin-bottom: 10px; color: var(--text-muted); display: flex; align-items: center; }
li i { margin-right: 10px; font-size: 0.9rem; }

.image-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin-top: 20px; }
.image-gallery img { width: 100%; height: 120px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); transition: 0.3s; }
.image-gallery img:hover { transform: scale(1.03); border-color: white; }

.rain-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 1; overflow: hidden; }
.cow { position: absolute; top: -50px; font-size: 24px; opacity: 0.6; user-select: none; animation: fall linear forwards; }
@keyframes fall { to { transform: translateY(110vh) rotate(360deg); } }

.modal {
    display: none;
    position: fixed; 
    z-index: 2000;
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
    animation-name: zoom;
    animation-duration: 0.3s;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: var(--info-color);
    text-decoration: none;
    cursor: pointer;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.image-gallery img {
    cursor: pointer;
    transition: transform 0.2s;
}

.image-gallery img:hover {
    transform: scale(1.05);
    border: 2px solid var(--info-color);
}