/* ============================================ */
/* TOK LAL PRODUCTION - ELECTRIC INDIGO THEME  */
/* ============================================ */

/* ---------- RESET ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #1A1A2E;
    color: #FFF8F0;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ============================================ */
/* BANNER                                      */
/* ============================================ */

.site-header {
    width: 100%;
    display: block;
    background: #1A1A2E;
    border-bottom: 2px solid rgba(77, 19, 209, 0.2);
}

.site-header img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================ */
/* GATE CONTAINER                              */
/* ============================================ */

.gate-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 60px;
    background: #1A1A2E;
}

.gate-content {
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

/* ============================================ */
/* LOGO                                        */
/* ============================================ */

.gate-logo {
    margin-bottom: 20px;
}

.gate-logo img {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

/* ============================================ */
/* WELCOME                                     */
/* ============================================ */

.gate-welcome {
    margin-bottom: 45px;
}

.gate-welcome h2 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #FFF8F0;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.gate-welcome h2 span {
    color: #FFB830;
}

.gate-welcome .subtitle {
    font-size: 1rem;
    color: #C4C0B8;
    margin-top: 8px;
    font-weight: 300;
    letter-spacing: 4px;
}

/* ============================================ */
/* GATE OPTIONS                                */
/* ============================================ */

.gate-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 750px;
    margin: 0 auto;
}

/* ============================================ */
/* CARDS                                       */
/* ============================================ */

.gate-card {
    display: flex !important;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 28px 35px;
    border-radius: 16px;
    text-align: left;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* ---------- VISITOR CARD ---------- */
.visitor-card {
    border-color: rgba(77, 19, 209, 0.15);
    background: rgba(255, 255, 255, 0.04);
}

.visitor-card .card-icon {
    font-size: 3.2rem;
    flex-shrink: 0;
}

.visitor-card .card-content h3 {
    font-size: 1.6rem;
    color: #FFF8F0;
    font-weight: 700;
}

.visitor-card .card-content .card-sub {
    font-size: 0.85rem;
    color: #C4C0B8;
    font-weight: 300;
}

.visitor-card .card-content .card-desc {
    font-size: 0.95rem;
    color: #C4C0B8;
    margin: 4px 0 12px 0;
    font-weight: 300;
}

.visitor-card .card-btn {
    display: inline-block;
    background: #4D13D1;
    color: #FFF8F0;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.visitor-right {
    flex-shrink: 0;
    width: 180px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(77, 19, 209, 0.15);
}

.visitor-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------- ROW: USER + ADMIN ---------- */
.gate-row {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.user-card {
    flex: 1;
    padding: 18px 22px !important;
    gap: 14px;
    border-color: rgba(255, 184, 48, 0.08);
}

.user-card .card-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.user-card .card-content h4 {
    font-size: 0.95rem;
    color: #FFF8F0;
    font-weight: 600;
    margin: 0;
}

.user-card .card-content .card-sub {
    font-size: 0.7rem;
    color: #C4C0B8;
    font-weight: 300;
}

.user-card .card-btn-small {
    display: inline-block;
    background: #FFB830;
    color: #1A1A2E;
    padding: 4px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.7rem;
    border: none;
    cursor: pointer;
}

.admin-card {
    flex: 1;
    padding: 18px 22px !important;
    gap: 14px;
    border-color: rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.02) !important;
}

.admin-card .card-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}

.admin-card .card-content h4 {
    font-size: 0.95rem;
    color: #C4C0B8;
    font-weight: 400;
    margin: 0;
}

.admin-card .card-content .card-sub {
    font-size: 0.7rem;
    color: #888488;
}

.admin-card .card-btn-small {
    display: inline-block;
    color: #C4C0B8;
    font-size: 0.7rem;
    font-weight: 400;
    background: none;
    border: none;
    cursor: pointer;
}

/* ============================================ */
/* FOOTER                                      */
/* ============================================ */

.gate-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.gate-footer p {
    font-size: 0.8rem;
    color: #66607A;
    letter-spacing: 1px;
}

/* ============================================ */
/* RESPONSIVE                                  */
/* ============================================ */

@media screen and (max-width: 1024px) {
    .visitor-right {
        width: 150px;
        height: 110px;
    }

    .visitor-card .card-content h3 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .gate-container {
        padding: 30px 15px 40px;
    }

    .gate-welcome h2 {
        font-size: 1.6rem;
        letter-spacing: 6px;
    }

    .gate-welcome .subtitle {
        font-size: 0.85rem;
    }

    .visitor-card {
        flex-direction: column !important;
        text-align: center !important;
        padding: 25px 20px !important;
        gap: 16px;
    }

    .visitor-left {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .visitor-left .card-icon {
        font-size: 2.6rem;
    }

    .visitor-left .card-content h3 {
        font-size: 1.3rem;
    }

    .visitor-left .card-content .card-desc {
        font-size: 0.85rem;
    }

    .visitor-left .card-btn {
        font-size: 0.8rem;
        padding: 8px 20px;
    }

    .visitor-right {
        width: 100%;
        height: 160px;
        max-width: 350px;
    }

    .gate-row {
        flex-direction: column;
        gap: 14px;
    }

    .user-card,
    .admin-card {
        padding: 16px 20px !important;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .gate-container {
        padding: 20px 12px 30px;
    }

    .gate-welcome h2 {
        font-size: 1.2rem;
        letter-spacing: 4px;
    }

    .gate-welcome .subtitle {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }

    .visitor-card {
        padding: 20px 15px !important;
    }

    .visitor-left .card-icon {
        font-size: 2.2rem;
    }

    .visitor-left .card-content h3 {
        font-size: 1.1rem;
    }

    .visitor-left .card-content .card-desc {
        font-size: 0.75rem;
    }

    .visitor-left .card-btn {
        font-size: 0.7rem;
        padding: 6px 16px;
    }

    .visitor-right {
        height: 130px;
    }

    .user-card .card-icon,
    .admin-card .card-icon {
        font-size: 1.3rem;
    }

    .user-card .card-content h4,
    .admin-card .card-content h4 {
        font-size: 0.8rem;
    }

    .user-card .card-btn-small,
    .admin-card .card-btn-small {
        font-size: 0.6rem;
        padding: 3px 12px;
    }
}
/* ========================================== */
/* GALLERY STYLES - TOK LAL PRODUCTION       */
/* ========================================== */

.gallery-section {
    padding: 40px 0;
}

.gallery-section .section-title {
    color: #FFF8F0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.gallery-section .section-title span {
    color: #4D13D1;
}

.gallery-section .section-subtitle {
    color: #C4C0B8;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-group {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}

.gallery-group:last-child {
    margin-bottom: 0;
}

.gallery-group-title {
    color: #FFB830;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 184, 48, 0.15);
}

.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(77, 19, 209, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.gallery-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #4A4A6A;
    padding: 60px 20px;
}

.gallery-empty .empty-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }

    .gallery-item img {
        height: 150px;
    }

    .gallery-section .section-title {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 8px;
    }

    .gallery-item img {
        height: 120px;
    }

    .gallery-group-title {
        font-size: 1.1rem;
    }
}