.elementor-kit-10{--e-global-color-primary:#E3E327;--e-global-color-secondary:#F7F803;--e-global-color-text:#F2FA00;--e-global-color-accent:#00000038;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;overscroll-behavior:auto;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-10 {
    /* RESET */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Arial', sans-serif;
    }
    /* BODY */
    body {
        background-color: #0a0a0a;
        color: #ffffff;
        line-height: 1.6;
    }
    /* CONTAINER */
    .container {
        width: 90%;
        max-width: 1200px;
        margin: auto;
    }
    /* NAVBAR */
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }
    .logo {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .nav-links a {
        color: #fff;
        text-decoration: none;
        margin-left: 25px;
        transition: 0.3s;
    }
    .nav-links a:hover {
        color: #c9a34e; /* gold accent */
    }
    /* HERO SECTION */
    .hero {
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url('hero.jpg') center/cover no-repeat;
    }
    .hero h1 {
        font-size: 48px;
        letter-spacing: 2px;
    }
    .hero p {
        margin-top: 15px;
        font-size: 18px;
        color: #ccc;
    }
    .btn {
        display: inline-block;
        margin-top: 25px;
        padding: 12px 30px;
        background: #c9a34e;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-radius: 4px;
        transition: 0.3s;
    }
    .btn:hover {
        background: #fff;
    }
    /* BELT SECTION */
    .belts {
        padding: 60px 0;
        text-align: center;
    }
    .belt-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    .belt {
        padding: 20px;
        border-radius: 8px;
        font-weight: bold;
    }
    .white {
        background: #f5f5f5;
        color: #000;
    }
    .blue {
        background: #1e3a8a;
    }
    .purple {
        background: #6b21a8;
    }
    .brown {
        background: #5a3e2b;
    }
    .black {
        background: #000;
        border: 1px solid #444;
    }
    /* QR SYSTEM SECTION */
    .qr-section {
        padding: 60px 0;
        text-align: center;
    }
    .qr-box {
        border: 1px solid #333;
        padding: 30px;
        border-radius: 10px;
        margin-top: 20px;
    }
    /* CARD STYLE */
    .card {
        background: #111;
        padding: 25px;
        border-radius: 10px;
        border: 1px solid #222;
        transition: 0.3s;
    }
    .card:hover {
        border-color: #c9a34e;
        transform: translateY(-5px);
    }
    /* FOOTER */
    footer {
        padding: 30px 0;
        text-align: center;
        border-top: 1px solid #222;
        margin-top: 40px;
        color: #777;
    }
    /* ===== SYG GLOBAL PALETTE ===== */
    :root {
        --syg-black: #0a0a0a;
        --syg-dark: #121212;
        --syg-gold: #d4af37;
        --syg-gold-soft: #f1d27a;
        --syg-border: rgba(212, 175, 55, 0.35);
        --syg-text: #f5f5f5;
        --syg-muted: #b8b8b8;
        --syg-success: #2ecc71;
        --syg-danger: #e74c3c;
    }
    /* ===== PAGE BACKGROUND ===== */
    body {
        background: radial-gradient(circle at top, #1a1a1a, #050505);
        color: var(--syg-text);
        font-family: 'Inter', sans-serif;
    }
    /* ===== MAIN CONTAINER ===== */
    .verification-container {
        max-width: 720px;
        margin: 60px auto;
        padding: 30px;
        background: linear-gradient(145deg, #111, #0a0a0a);
        border-radius: 20px;
        border: 1px solid var(--syg-border);
        box-shadow: 0 0 40px rgba(212, 175, 55, 0.08);
    }
    /* ===== TITLE ===== */
    .verification-title {
        text-align: center;
        font-size: 36px;
        font-weight: 600;
        color: var(--syg-gold);
        margin-bottom: 25px;
        letter-spacing: 1px;
    }
    /* ===== SECTION HEADINGS ===== */
    .section-title {
        font-size: 18px;
        color: var(--syg-gold-soft);
        margin-bottom: 15px;
        border-bottom: 1px solid var(--syg-border);
        padding-bottom: 8px;
    }
    /* ===== CARD BLOCKS ===== */
    .card {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid var(--syg-border);
        border-radius: 14px;
        padding: 18px;
        margin-bottom: 20px;
    }
    /* ===== INSTRUCTOR ROW ===== */
    .instructor {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .instructor-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .instructor-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #222;
    }
    /* ===== VERIFIED BADGE ===== */
    .verified-badge {
        background: rgba(46, 204, 113, 0.15);
        color: var(--syg-success);
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 13px;
        border: 1px solid rgba(46, 204, 113, 0.3);
    }
    /* ===== ATHLETE DETAILS ===== */
    .detail-row {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: var(--syg-text);
    }
    .detail-label {
        width: 180px;
        color: var(--syg-muted);
        font-size: 14px;
    }
    /* ===== STRIPES ===== */
    .stripes {
        display: flex;
        gap: 6px;
    }
    .stripe {
        width: 28px;
        height: 28px;
        background: #1c1c1c;
        border: 1px solid var(--syg-border);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--syg-gold);
        border-radius: 6px;
    }
    /* ===== CONFIRM BOX ===== */
    .confirm-box {
        background: rgba(212, 175, 55, 0.05);
        border: 1px solid var(--syg-border);
        border-radius: 12px;
        padding: 16px;
        font-size: 14px;
    }
    .confirm-box input {
        margin-right: 10px;
    }
    .warning-text {
        margin-top: 8px;
        font-size: 12px;
        color: var(--syg-muted);
    }
    /* ===== BUTTONS ===== */
    .button-group {
        display: flex;
        gap: 12px;
        margin-top: 20px;
    }
    .btn {
        flex: 1;
        padding: 14px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer;
        border: none;
        transition: 0.2s ease;
    }
    /* APPROVE */
    .btn-approve {
        background: linear-gradient(135deg, #1e1e1e, #111);
        border: 1px solid var(--syg-gold);
        color: var(--syg-gold);
    }
    .btn-approve:hover {
        background: var(--syg-gold);
        color: #000;
    }
    /* REJECT */
    .btn-reject {
        background: transparent;
        border: 1px solid var(--syg-danger);
        color: var(--syg-danger);
    }
    .btn-reject:hover {
        background: var(--syg-danger);
        color: #fff;
    }
    /* ===== RESPONSIVE ===== */
    @media (max-width: 600px) {
        .verification-container {
            margin: 20px;
            padding: 20px;
        }
        .detail-label {
            width: 140px;
        }
    }
}/* End custom CSS */