body{
    font-family:'Ancizar sans';
    background-color: rgb(27, 27, 27);
}

#body{
    height:100%;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}

.navbar{
    height:10vh;
    background-color: rgba(101, 101, 101, 0.33);
    width: 90%;
    border-radius: 20px;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.nav_links{
    display: flex;
    justify-content: space-between;
    width: 25%;
}

.nav_links a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'Bitcount Grid Double';
    letter-spacing: 2px;
    transition: all 0.3s;
    &:hover{
        transition: all 0.3s;
        scale: 1.1;
    }
}


.name{
    font-family: 'Bitcount Grid Double';
    color: rgb(255, 255, 255);
    font-size: 30px;
    letter-spacing: 2px;
}

.hero {
    height: 80vh;
    /* background-color: rgb(133, 146, 151); */
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5%;
    margin-top: calc(10vh + 3%);
    border-radius: 20px;
}

.container1 {
    height: 70%;
    width: 60%;
    /* background-color: rgb(39, 39, 44); */
    margin: 2%;
    text-align: left;
    padding-left:10%;
}

.btn-container {
            margin-top: -3%;
            display: flex;
            /* justify-content: center; */
            align-items: center;
            padding: 15px;
            height: 100px;
        }

        button {
            position: relative;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            outline: none;
            overflow: hidden;
            transition: all 0.3s ease;
            font-family: 'Bitcount Grid Double', monospace;
        }
        
        .btn-outline {
            background-color: transparent;
            color: #3a45e3;
            border: 2px solid #3a45e3;
            transition: all 0.5s;
            z-index: 1;
        }

        .btn-outline::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #3a45e3;
            transition: all 0.5s;
            z-index: -1;
        }

        .btn-outline:hover {
            color: #000;
        }

        .btn-outline:hover::before {
            width: 100%;
        }

.C1 {
    color: white;
    font-size: 65px;
    margin: 2%;
    line-height: 1;   

}

.gradient-text {
  background: linear-gradient(90deg, rgba(58,69,227,1) 0%, rgba(134,71,255,1) 100%);
  background-clip: text; 
  color: transparent; 
}

.info {
    color: white;
    font-size: 20px;
    margin: 2%;
    line-height: 1.3;
    letter-spacing: 2px;
}

.Trybtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 4%;
}

.container2 {
    height: 100%;
    width: 40%;
    margin: 2%;
}

.spline{
    width:100%;
    height:100%;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    /* border: #3a45e3 solid 2px; */
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
}

#spline{
    height: 150%;
    width: 100%;
    overflow: hidden;
}

#spline::-webkit-scrollbar{
    display: none;
}

/* Hide scrollbar for Firefox */
#spline {
    scrollbar-width: none;
     -ms-overflow-style: none; /* IE and Edge */
}

.main{
    height: 80vh;
    width: 90%;
    margin: 1.5%;
    margin-top: calc(10vh + 3%);
    border-radius: 20px;
    /* background-color: rgba(57, 57, 57, 0.384); */
    text-align: center;
    color: white;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.controls {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

/* Custom File Input Styling */
#fileInput {
    display: none; /* Hide the default input */
}

.file-input-wrapper {
    position: relative;
    display: inline-block;
}

.file-input-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(101, 101, 101, 0.4), rgba(58, 69, 227, 0.3));
    color: white;
    font-family: 'Bitcount Grid Double', monospace;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.file-input-label:hover {
    background: linear-gradient(135deg, rgba(58, 69, 227, 0.5), rgba(101, 101, 101, 0.3));
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 69, 227, 0.3);
}

.file-input-label::before {
    content: "📁";
    font-size: 18px;
}

/* Dropdown Styling */
#chartType {
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(101, 101, 101, 0.4), rgba(58, 69, 227, 0.3));
    color: white;
    font-family: 'Bitcount Grid Double', monospace;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 45px;
}

/* #chartType:hover {
    background: linear-gradient(135deg, rgba(58, 69, 227, 0.5), rgba(101, 101, 101, 0.3));
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 69, 227, 0.3);
} */

#chartType:focus {
    outline: none;
    border-color: rgba(58, 69, 227, 0.8);
    box-shadow: 0 0 0 3px rgba(58, 69, 227, 0.2);
}

/* Download Button Styling */
.download-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(58, 69, 227, 0.6), rgba(134, 71, 255, 0.6));
    color: white;
    font-family: 'Bitcount Grid Double', monospace;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    font-weight: 600;
}

.download-btn:hover {
    background: linear-gradient(135deg, rgba(58, 69, 227, 0.8), rgba(134, 71, 255, 0.8));
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 69, 227, 0.4);
}

.download-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(58, 69, 227, 0.3);
}

/* Dropdown options styling */
#chartType option {
    background-color: rgba(39, 39, 44, 0.95);
    color: white;
    padding: 10px;
    font-family: 'Bitcount Grid Double', monospace;
}

.chart-container {
  width: 65%;
  height: 60%;
  max-width: 700px;
  margin: auto;
  background: #bebebe;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-top: 7%;
}

.one{
    width: 30%;
    height: 80%;
}

.two{
    width: 65%;
    height: 90%;
}

.one{
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    /* border: #3a45e3 solid 2px; */
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
}

#spline2{
    height: 130%;
    width: 100%;
    overflow: hidden;
    margin-top: -20%;
    margin-left: 5%;
}

#spline2::-webkit-scrollbar{
    display: none;
}

/* Hide scrollbar for Firefox */
#spline2 {
    scrollbar-width: none;
     -ms-overflow-style: none; /* IE and Edge */
}

.cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2%;
}

.card {
    width: 230px;
    height: auto;
    min-height: 260px;
    border-radius: 30px;
    background: #212121;
    padding: 20px;
    text-align: left;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-right: 30px;
}
.card h3 {
    margin: 0 0 10px;
    font-size: 33px;
    color: #fff;
}
.card:hover {
    transform: translateY(-10px);
}
.card:hover h3 {
    color: #3a45e3cc;
   
}
.card p {
    font-size: 18px;
    color: #bbb;
    line-height: 1.4;
}
.card:hover p {
    color: #fff; 
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

.wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 300px;
  position: relative;
  margin-top: 5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLeft {
  to {
    left: -280px;
  }
}

.item {
  border-radius: 6px;
  position: absolute;
  left: max(calc(280px * 5), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1 {
  animation-delay: calc(30s / 5 * (5 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 5 * (5 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 5 * (5 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 5 * (5 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 5 * (5 - 5) * -1);
}


.about_us {
    width: 70%;
    margin: 5% auto 0 auto;
    /* background: rgba(57, 57, 57, 0.25); */
    border-radius: 20px;
    padding: 40px 30px;
    color: #fff;
    font-family: 'Fira Sans', 'Montserrat', Arial, sans-serif;
    box-shadow: 0 4px 20px rgba(58,69,227,0.07);
    text-align: center;
    margin-bottom: 8%;
}

.about_us h1 {
    font-size: 2.7rem;
    margin-bottom: 18px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #3a45e3 0%, #8647ff 100%);
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.about_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.about_text {
    flex: 2;
    text-align: left;
    font-size: 1.18rem;
    line-height: 1.7;
    letter-spacing: 1px;
}


@media (max-width: 900px) {
    .about_content {
        flex-direction: column;
        gap: 20px;
    }
    .about_text {
        text-align: center;
    }
    .about_img img {
        max-width: 160px;
    }
}

.footer{
    height: 100px;
    width: 100%;
    background-color: #000000;
}   

.footer-inner{
    height: 100%;
    width: 100%;
    background-color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'bitcount grid double';
}

.footer-inner p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
}
/* Tablet Styles (up to 1024px) */
@media (max-width: 1024px) {
    .navbar {
        width: 95%;
        height: 8vh;
    }
    
    .name {
        font-size: 24px;
    }
    
    .nav_links a {
        font-size: 18px;
    }
    

    #spline2{
        margin-top: -8%;
    }

    .hero {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    
    .container1 {
        width: 90%;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .container2 {
        width: 90%;
    }
    
    .C1 {
        font-size: 50px;
    }
    
    .info {
        font-size: 18px;
    }
    
    .wrapper {
        height: 280px;
    }
    
    .card {
        width: 200px;
        min-height: 240px;
        padding: 18px;
    }
    
    .card h3 {
        font-size: 28px;
    }
    
    .card p {
        font-size: 16px;
    }
    
    .main {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    
    .one {
        width: 90%;
        height: 300px;
        margin-bottom: 20px;
    }
    
    .two {
        width: 90%;
        height: auto;
    }
    
    .about_us {
        width: 85%;
    }
    
    .about_us h1 {
        font-size: 2.2rem;
    }

    #spline2{
        margin-top: -15%;
    }
}

/* Mobile Styles (up to 768px) */
@media (max-width: 768px) {
    .navbar {
        width: 95%;
        height: 7vh;
        padding: 0 15px;
    }
    
    .content {
        width: 95%;
    }
    
    .name {
        font-size: 20px;
    }
    
    .nav_links {
        width: 35%;
    }
    
    .nav_links a {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .hero {
        margin-top: calc(7vh + 5%);
        width: 95%;
        padding: 15px;
    }
    
    .container1 {
        width: 100%;
    }
    
    .C1 {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .info {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .btn-container {
        margin-top: 20px;
        justify-content: center;
    }
    
    button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .container2 {
        width: 100%;
        height: 300px;
    }
    
    .wrapper {
        height: 250px;
        width: 95%;
    }
    
    .card {
        width: 180px;
        min-height: 220px;
        padding: 15px;
        margin-right: 25px;
    }
    
    .card h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .card p {
        font-size: 14px;
        line-height: 1.3;
    }
    
    @keyframes scrollLeft {
        to {
            left: -250px;
        }
    }
    
    .item {
        left: max(calc(250px * 5), 100%);
    }
    
    .main {
        width: 95%;
        margin-top: calc(7vh + 5%);
        padding: 15px;
    }
    
    .one {
        width: 100%;
        height: 250px;
    }
    
    .one h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .two {
        width: 100%;
    }
    
    .chart-container {
        width: 95%;
        padding: 15px;
        margin-top: 5%;
    }
    
    .controls {
        flex-direction: column;
        gap: 15px;
        margin-top: 3%;
    }
    
    .file-input-label {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    #chartType {
        padding: 10px 16px;
        font-size: 14px;
        min-width: 120px;
    }
    
    .download-btn {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 120px;
    }
    
    .about_us {
        width: 95%;
        padding: 25px 20px;
    }
    
    .about_us h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .about_text {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/* Small Mobile Styles (up to 480px) */
@media (max-width: 480px) {
    .navbar {
        height: 6vh;
        padding: 0 10px;
    }
    
    .name {
        font-size: 18px;
    }
    
    .nav_links a {
        font-size: 14px;
    }
    
    .hero {
        margin-top: calc(6vh + 3%);
        width: 98%;
        padding: 10px;
    }
    
    .C1 {
        font-size: 28px;
        margin: 1%;
    }
    
    .info {
        font-size: 14px;
        margin: 1%;
    }
    
    .wrapper {
        height: 200px;
        width: 98%;
    }
    
    .card {
        width: 150px;
        min-height: 180px;
        padding: 12px;
        margin-right: 20px;
    }
    
    .card h3 {
        font-size: 20px;
    }
    
    .card p {
        font-size: 12px;
    }
    
    @keyframes scrollLeft {
        to {
            left: -200px;
        }
    }
    
    .item {
        left: max(calc(200px * 5), 100%);
    }
    
    .main {
        width: 98%;
        margin-top: calc(6vh + 3%);
    }
    
    .chart-container {
        width: 100%;
        padding: 10px;
    }
    
    .about_us {
        width: 98%;
        padding: 20px 15px;
    }
    
    .about_us h1 {
        font-size: 1.5rem;
    }
    
    .about_text {
        font-size: 0.9rem;
    }
    
    .footer-inner p {
        font-size: 0.8rem;
    }
}


/* Advanced Features Styling */
.filter-btn, .insights-btn {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    align-items: center;
}

.filter-btn:hover, .insights-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90vw;
    max-height: 80vh;
    background: rgba(40, 40, 40, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(20px);
    z-index: 2000;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.panel.hidden {
    display: none;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(45deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
}

.panel-header h3 {
    color: white;
    margin: 0;
    font-size: 1.2em;
}

.close-panel {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.close-panel:hover {
    background: rgba(255, 255, 255, 0.1);
}

.panel-content {
    padding: 20px;
    color: white;
}

.filter-group {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.filter-group h4 {
    margin: 0 0 10px 0;
    color: #667eea;
}

.filter-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.filter-input, .filter-select {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    font-size: 14px;
    min-width: 120px;
}

.filter-input:focus, .filter-select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.3);
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background 0.2s ease;
    font-size: 14px;
    color: white;
}

.checkbox-label:hover {
    background: rgba(102, 126, 234, 0.2);
}

.filter-checkbox {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #667eea;
}

.checkbox-text {
    user-select: none;
    flex: 1;
}

.checkbox-container {
    width: 100%;
}

.checkbox-controls {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center;
}

.select-all-btn, .deselect-all-btn {
    padding: 4px 12px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.select-all-btn {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
}

.deselect-all-btn {
    background: linear-gradient(45deg, #f44336, #d32f2f);
    color: white;
}

.select-all-btn:hover, .deselect-all-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.apply-btn, .clear-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.apply-btn {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
}

.clear-btn {
    background: linear-gradient(45deg, #f44336, #d32f2f);
    color: white;
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.clear-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.4);
}

.insight-section {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.insight-section h4 {
    margin: 0 0 10px 0;
    color: #667eea;
}

.insights-display {
    min-height: 60px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.4;
    color: #e0e0e0;
}

.insight-item {
    margin-bottom: 8px;
    padding: 8px;
    background: rgba(102, 126, 234, 0.1);
    border-left: 3px solid #667eea;
    border-radius: 4px;
}

.insight-value {
    font-weight: bold;
    color: #4CAF50;
}

.insight-trend-up {
    color: #4CAF50;
}

.insight-trend-down {
    color: #f44336;
}

.insight-neutral {
    color: #FFC107;
}

.loading-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #667eea;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.data-preview {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 10px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.data-table th, .data-table td {
    padding: 5px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.data-table th {
    background: rgba(102, 126, 234, 0.2);
    color: #667eea;
    font-weight: bold;
}


.gitlink {
    text-decoration: none;
    letter-spacing: 4px;
    color: white;
}