body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image: url(/pic/photo_2026-01-07_00-11-26.jpg);
    flex-direction: column;
    display: flex;
}

.header {
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    border-style: solid;
    border-color: rgb(131, 129, 129);
    border-width: 2px;
    border-radius: 10px;
    display: flex;
}

.header .txt {
    margin-top: 6px;
    margin-bottom: auto;
    margin-left: 10px;
    font-size: 2.5rem;
    font-family: pixel2;
    width: fit-content;
}

.header .btn {
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
}

.btn1 {
    min-width: 130px;
    height: 35px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: transform 0.2s;
    font-size: 1.4rem;
    font-family: pixel2;
}

.btn1:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.header .banner{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 10px;
}

.txtmain {
    font-family: pixel3;
    font-size: 2.4rem;
    width: fit-content;
    margin-top: 5px;
    margin-left: 10px
}

@font-face {  
    font-family: 'pixel';  
    src: url('/font/clacon2.ttf');  
    font-weight: normal;  
    font-style: normal;  
} 

@font-face {  
    font-family: 'pixel2';  
    src: url('/font/web_ibm_mda.ttf');  
    font-weight: normal;  
    font-style: normal;  
} 

@font-face {  
    font-family: 'pixel3';  
    src: url('/font/8bitoperator_jve.ttf');  
    font-weight: normal;  
    font-style: normal;  
} 

/* QIP Tables Styles */
.qip-table-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(131, 129, 129, 0.5);
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.qip-table {
    width: 100%;
    border-collapse: collapse;
    font-family: pixel3;
    font-size: 1.2rem;
}

.qip-table th {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: white;
    font-weight: normal;
    padding: 12px 15px;
    text-align: left;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    font-family: pixel2;
    font-size: 1.4rem;
}

.qip-table th:first-child {
    border-top-left-radius: 10px;
}

.qip-table th:last-child {
    border-top-right-radius: 10px;
}

.qip-table td {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.qip-table tr:hover td {
    background: rgba(255