* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
  cursor: url("normal.cur"), auto !important;
    background: #05060b;
    color: white;
}

    a[href]:hover,
    button:hover,
    [role="button"]:hover,
    .clickable:hover {
        cursor: url("hand.cur"), pointer !important;
    }
/* ---------------- HERO ---------------- */

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Background Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* Overlay tetap di atas video */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    z-index: -1;
}


.hero-content {
    position: relative;
    text-align: center;
    animation: fadeIn 2s ease;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 0 25px rgba(0, 140, 255, 0.8);
}

.hero h1 span {
    color: #00aaff;
    text-shadow: 0 0 35px #00c8ff;
}

.hero p {
    margin-top: 15px;
    font-size: 1.3rem;
    opacity: 0.9;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px; /* jarak antara logo dan teks, bisa ubah */
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.nav-logo img {
    width: 64px;   /* ukuran logo kecil */
    height: 64px;
    object-fit: contain;
}




/* Button */
.btn-start {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    background: linear-gradient(90deg, #009dff, #00e1ff);
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.7);
    transition: 0.3s;
}

.btn-start:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0, 255, 255, 1);
}

/* ---------------- FEATURES ---------------- */

.features {
    padding: 80px 50px;
    text-align: center;
}

.features h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
    text-shadow: 0 0 20px #00b7ff;
}

.feature-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    width: 300px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.1);
    transition: 0.3s;
    animation: fadeUp 1.5s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.4);
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #00eaff;
}

/* ---------------- FOOTER ---------------- */

footer {
    padding: 20px;
    text-align: center;
    background: #07080d;
    border-top: 1px solid rgba(0, 200, 255, 0.15);
    margin-top: 40px;
}

/* ---------------- ANIMATIONS ---------------- */

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeUp {
    from {opacity: 0; transform: translateY(30px);}
    to {opacity: 1; transform: translateY(0);}
}
.comeback {
    padding: 80px 50px;
    text-align: center;
    color: #e9faff;
    background: linear-gradient(180deg, rgba(0, 40, 70, 0.4), rgba(0, 0, 0, 0.7));
    border-top: 1px solid rgba(0, 200, 255, 0.15);
    border-bottom: 1px solid rgba(0, 200, 255, 0.15);
    animation: fadeIn 1.8s ease;
}

.comeback h2 {
    font-size: 2.6rem;
    color: #00eaff;
    margin-bottom: 25px;
    text-shadow: 0 0 18px #009dff;
}

.comeback p {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 18px auto;
    line-height: 1.7;
    opacity: 0.9;
}

.comeback span {
    color: #00eaff;
    font-weight: bold;
}

.comeback .highlight {
    margin-top: 35px;
    font-size: 1.4rem;
    color: #ffffff;
    text-shadow: 0 0 20px #00eaff;
}

.guide {
    padding: 80px 50px;
    text-align: left;
    color: #e9faff;
    background: linear-gradient(180deg, rgba(0, 40, 70, 0.4), rgba(0, 0, 0, 0.7));
    border-top: 1px solid rgba(0, 200, 255, 0.15);
    border-bottom: 1px solid rgba(0, 200, 255, 0.15);
    animation: fadeIn 1.8s ease;
}

.guide h2 {
    font-size: 2.6rem;
    color: #00eaff;
    margin-bottom: 25px;
    text-shadow: 0 0 18px #009dff;
}

.guide p {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 18px auto;
    line-height: 1.7;
    opacity: 0.9;
}

.guide span {
    color: #00eaff;
    font-weight: bold;
}

.guide .highlight {
    margin-top: 35px;
    font-size: 1.4rem;
    color: #ffffff;
    text-shadow: 0 0 20px #00eaff;
}

.features-advanced {
    padding: 90px 50px;
    text-align: center;
    background: radial-gradient(circle at top, rgba(0, 120, 180, 0.25), rgba(0, 0, 0, 0.85));
    border-top: 1px solid rgba(0, 200, 255, 0.15);
}

.features-advanced h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
    color: #00eaff;
    text-shadow: 0 0 20px #00bfff;
}

.feature-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.adv-card {
    width: 330px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.25);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.12);
    backdrop-filter: blur(4px);
    transition: 0.35s ease;
    animation: fadeUp 1.5s ease;
}

.adv-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 45px rgba(0, 255, 255, 0.5);
}

.adv-card h3 {
    color: #00eaff;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.adv-card p {
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.88;
}
/* ---------------- NAVBAR ---------------- */
/* ---------------- NAVBAR WITH DROPDOWN ---------------- */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 15, 30, 0.55);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 200, 255, 0.25);
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.15);
    z-index: 9999; /* navbar paling atas */
}

.nav-container {
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
}

.nav-logo {
    font-size: 1.8rem;
    font-weight: 900;
    color: #00eaff;
    text-shadow: 0 0 15px #00d5ff;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links li {
    position: relative;
}

.nav-links > li > a {
    text-decoration: none;
    font-size: 1.05rem;
    color: #e9faff;
    transition: 0.25s ease;
    padding: 8px 14px;
    border-radius: 8px;
}

.nav-links > li > a:hover {
    background: rgba(0, 200, 255, 0.25);
    color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.5);
}


/* ------- DROPDOWN ------- */

.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 180px;

    background: rgba(0, 20, 35, 0.8);
    backdrop-filter: blur(10px);

    border: 1px solid rgba(0, 200, 255, 0.3);
    border-radius: 10px;

    box-shadow: 0 0 15px rgba(0, 200, 255, 0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #e8faff;
    text-decoration: none;
    font-size: 0.98rem;
    transition: 0.25s ease;
}

.dropdown-menu li a:hover {
    background: rgba(0, 200, 255, 0.2);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    .nav-links {
        display: none; /* bisa dibuat hamburger jika kamu mau */
    }
}
html {
    scroll-behavior: smooth;
}
/* ---------------- CHRONO COIN SECTION ---------------- */
section {
    scroll-margin-top: 100px; /* sesuaikan dengan tinggi navbar */
}


.chrono-section {
    padding: 90px 50px;
    text-align: center;
    background: radial-gradient(circle at top, rgba(0, 120, 180, 0.25), rgba(0, 0, 0, 0.85));
    border-top: 1px solid rgba(0, 200, 255, 0.15);
    border-bottom: 1px solid rgba(0, 200, 255, 0.15);
    animation: fadeIn 1.5s ease;
}

.chrono-section h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #00eaff;
    text-shadow: 0 0 22px #00bfff;
}

.chrono-box {
    max-width: 950px;
    margin: 0 auto;
    font-size: 1.25rem;
    color: #e9faff;
    opacity: 0.92;
    line-height: 1.7;
}

.chrono-box .important {
    margin-top: 25px;
    font-size: 1.35rem;
    color: #ffffff;
    text-shadow: 0 0 20px #00eaff;
}

.chrono-box span {
    color: #00eaff;
    font-weight: bold;
}

.chrono-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    width: 260px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.25);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.12);
    transition: 0.35s ease;
    animation: fadeUp 1.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.45);
}

.stat-card h3 {
    font-size: 1.6rem;
    color: #00eaff;
    margin-bottom: 10px;
}

.server-status {
    position: fixed;
    top: 85px; /* sedikit di bawah navbar */
    right: 20px;
    background: rgba(0, 0, 0, 0.55);
    padding: 14px 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 14px;
    z-index: 8888; /* di bawah navbar, tapi di atas konten */
    width: 200px;
    transition: 0.3s ease;
}
/* Glow Hover */
.server-status:hover {
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.7),
                0 0 45px rgba(0, 140, 255, 0.6),
                inset 0 0 15px rgba(0, 200, 255, 0.35);
    transform: translateY(-3px);
    transition: 0.25s ease;
}


/* baris info */
.server-status .status-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.server-status .label {
    opacity: 0.85;
    font-weight: 500;
}

.server-status .value {
    font-weight: 700;
}

/* Status warna */
.server-online {
    color: #4dff88;
    text-shadow: 0 0 6px #4dff88;
}

.server-offline {
    color: #ff5c5c;
    text-shadow: 0 0 6px #ff5c5c;
}

/* responsif */
@media (max-width: 768px) {
    .server-status {
        top: 10px;
        right: 10px;
        width: 150px;
        font-size: 12px;
        padding: 10px 14px;
    }
}
/* DOWNLOAD SECTION */
.download-section {
    padding: 90px 50px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(0, 120, 180, 0.25), rgba(0, 0, 0, 0.85));
    border-top: 1px solid rgba(0, 200, 255, 0.15);
}

.download-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #00eaff;
    text-shadow: 0 0 20px #00bfff;
}

.download-desc {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 50px;
}

.download-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.download-card {
    width: 330px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.25);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.12);
    backdrop-filter: blur(4px);
    transition: 0.35s ease;
    animation: fadeUp 1.5s ease;
}

.download-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 45px rgba(0, 255, 255, 0.5);
}

.download-card h3 {
    color: #00eaff;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.download-card p {
    opacity: 0.85;
    margin-bottom: 15px;
}

.download-card ul {
    list-style: none;
    margin-bottom: 20px;
    opacity: 0.9;
}

.download-card li {
    margin: 6px 0;
}

.download-btn {
    display: inline-block;
    padding: 12px 25px;
    margin-top: 10px;
    background: linear-gradient(90deg, #009dff, #00e1ff);
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.7);
    transition: 0.3s;
}

.download-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 40px rgba(0, 255, 255, 1);
}
/* Container karakter di kiri */
.character-left {
    position: fixed;
    left: 10px;
    bottom: 50px; /* supaya tidak bertabrakan dengan footer */
    height: 720px; /* atur sesuai ukuran PNG-mu */
    z-index: 900; /* di bawah navbar, di atas background */
    pointer-events: none; /* agar tidak menghalangi klik */
    opacity: 0.95;
    animation: floatChar 3.5s ease-in-out infinite;
}

/* Efek mengambang */
@keyframes floatChar {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* Responsif — sembunyikan di layar HP agar tidak menutup tampilan */
@media (max-width: 768px) {
    .character-left {
        display: none;
    }
}

/* Container karakter di kanan */
.character-right {
    position: fixed;
    right: 10px;
    bottom: 50px; /* sesuaikan */
    height: 700px; /* sesuaikan */
    z-index: 900;
    pointer-events: none;
    opacity: 0.95;
    animation: floatCharRight 3.5s ease-in-out infinite;
}

/* Efek mengambang halus sama seperti kiri */
@keyframes floatCharRight {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* Responsif — sembunyikan di HP */
@media (max-width: 768px) {
    .character-right {
        display: none;
    }
}
/* Styling untuk Slogan PWIC */
.hero-slogan {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 10px 0 20px;
    opacity: 0;
    animation: fadeUp 1.5s ease forwards;
    animation-delay: 0.6s;
    color: #e6faff; /* biru-keputihan lembut */
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.35);
}

/* Efek Fade + Slide Up */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsif */
@media (max-width: 768px) {
    .hero-slogan {
        font-size: 1.1rem;
        letter-spacing: 0.3px;
    }
}
/* Background khusus halaman login (OPSIONAL) */
.login-bg video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -5;
    opacity: 0.65;
}

/* Container utama */
.login-container {
    max-width: 420px;
    margin: 140px auto;
    padding: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.35);
    text-align: center;
    animation: fadeIn 1.3s ease;
}

.login-container h2 {
    font-size: 2rem;
    color: #00eaff;
    text-shadow: 0 0 15px #00caff;
    margin-bottom: 25px;
}

/* Form */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    text-align: left;
}

.form-group label {
    font-size: 0.95rem;
    color: #e9faff;
    opacity: 0.85;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    margin-top: 5px;
    border: 1px solid rgba(0, 200, 255, 0.35);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-radius: 12px;
    font-size: 1rem;
    outline: none;
    transition: 0.25s ease;
}

.form-group input:focus {
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    border-color: #00eaff;
}

/* Tombol login */
.login-btn {
    padding: 12px;
    background: linear-gradient(90deg, #009dff, #00e1ff);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.6);
    transition: 0.25s ease;
}

.login-btn:hover {
    transform: scale(1.07);
    box-shadow: 0 0 40px rgba(0, 255, 255, 1);
}

/* Link daftar */
.signup-text {
    margin-top: 12px;
    font-size: 0.95rem;
    opacity: 0.85;
}

.signup-text a {
    color: #00eaff;
    text-decoration: none;
}

.signup-text a:hover {
    text-shadow: 0 0 12px #00eaff;
}

/* Responsif HP */
@media (max-width: 768px) {
    .login-container {
        margin: 120px 20px;
    }
}

/* ===================== */
/* PANEL MEMBER (indexpanel.php) */
/* ===================== */

.panel-wrapper {
    display: flex;
    min-height: 100vh;
    padding-top: 90px; /* agar tidak tertutup navbar fixed */
}

/* ---- SIDEBAR ---- */
.panel-sidebar {
    width: 260px;
    background: rgba(0, 20, 45, 0.65);
    backdrop-filter: blur(8px);
    border-right: 1px solid rgba(0, 200, 255, 0.25);
    padding: 25px 20px;
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.1);
}

.panel-sidebar h3 {
    font-size: 1.3rem;
    color: #00eaff;
    margin-bottom: 20px;
    text-shadow: 0 0 10px #00d5ff;
}

.panel-menu a {
    display: block;
    margin-bottom: 10px;
    padding: 10px 14px;
    color: #e9faff;
    text-decoration: none;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(0, 200, 255, 0.15);
    border-radius: 10px;
    transition: 0.25s ease;
}

.panel-menu a:hover {
    background: rgba(0, 200, 255, 0.25);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}


/* ---- CONTENT ---- */
.panel-content {
    flex: 1;
    margin-left: 260px;
    padding: 40px 50px;
}

.panel-content h2 {
    font-size: 2rem;
    color: #00eaff;
    margin-bottom: 20px;
    text-shadow: 0 0 12px #00bfff;
}


/* ---- CARD ---- */
.panel-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.25);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.12);
    backdrop-filter: blur(4px);
}

.panel-card p {
    opacity: 0.9;
}


/* ---- STATS BOX ---- */
.panel-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-box {
    flex: 1;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 200, 255, 0.2);
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    transition: 0.3s;
}

.stat-box:hover {
    box-shadow: 0 0 18px rgba(0, 255, 255, 0.4);
    transform: translateY(-5px);
}

.stat-box h3 {
    color: #00eaff;
    margin-bottom: 10px;
}


/* ---- TABLE ---- */
.panel-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.panel-table th,
.panel-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.panel-table th {
    color: #00eaff;
    text-align: left;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .panel-sidebar {
        position: relative;
        width: 100%;
        top: 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 200, 255, 0.25);
    }

    .panel-content {
        margin-left: 0;
    }
}
