:root {
    --background-color: rgb(12, 12, 12);

    --text-primary: white;
    --text-secondary: rgb(228, 228, 228);
    --text-contrast-primary: black;
    --text-contrast-secondary: rgb(24, 24, 24);

    --nav-size: 55px;

    --footer-height: 80px;

    --border-thickness: 3px;

    --landing-height: calc(100svh - var(--nav-size));

    --hamburger-size: 1000px;

    --gradient: radial-gradient(200% 80% at 67% 37%, #6B068870 0%, #A8121200 36%),radial-gradient(70% 140% at 54% 0%, #FF8E49D1 0%, #F48234C4 13%, #F482341A 70%, #A8631200 100%),radial-gradient(40% 30% at -3% 65%, #6B0688F0 0%, #6B0688BA 8%, #6B068814 37%),radial-gradient(70% 40% at 28% 47%, #FF8E49D4 2%, #F482341A 88%, #A8631200 100%),radial-gradient(50% 40% at 89% 79%, #FF8E49D9 1%, #FF8E49C9 15%, #F482341A 88%, #A8631200 100%),radial-gradient(60% 80% at 5% 21%, #8722A9FF 0%, #A8121247 100%),radial-gradient(60% 80% at 95% -32%, #A97322FF 0%, #A82C1247 61%),linear-gradient(0deg, #B030D8FF 1%, #B030D8FF 99%);
}

html {
    font-family: Lexend, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
    height: 100dvh !important;
    width: 100vw !important;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden !important;
    width: 100vw !important;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;

    width: 100vw;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.content {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 90vw;
    max-width: 1500px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
    flex-shrink: 0;
    flex-grow: 1;
    overflow: hidden;
}

.home-gradient {
    position: absolute;
    background-image: var(--gradient);
    top: 0;
    left: 0;
    width: 100%;
    min-width: 800px;
    height: 100vh;
    -o-object-position: center;
    object-position: center;
    -webkit-mask-image: linear-gradient(165deg, rgba(0, 0, 0, 0.603) 0%, rgba(0,0,0,0) 50%);
            mask-image: linear-gradient(165deg, rgba(0, 0, 0, 0.603) 0%, rgba(0,0,0,0) 50%);
    z-index: -1;
    pointer-events: none;
}


a {
    text-decoration: underline;
    color: unset;
}


h1 {
    font-size: 130px;
    font-weight: 100;
    margin: 0;
}

h2 {
    font-size: 60px;
    font-weight: 200;
    margin: 20px;
}
h3 {
    font-size: xx-large;
    font-weight: 300;
    margin: 16px;
}
h4 {
    font-size: x-large;
    font-weight: 300;
    margin: 12px;
}
h5 {
    font-size: large;
    font-weight: 500;
    margin: 12px;
}
p {
    font-size: medium;
    font-weight: 300;
    line-height: 1.5em;
    font-family: 'Red Hat Text', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header {
    max-width: 80%;
    margin-top: 150px;
    flex-grow: 0;
}
/*
.header h1 {
    background-image: url('/static/assets/layout/gradient.jpg');
}
*/
.header h4 {
    max-width: 800px;
}


table {
    border-collapse: collapse;
}

th, td {
    padding: 12px 20px;
    text-align: center;
    font-family: 'Red Hat Text', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.table-responsive {
    width: 100%;
    overflow-x: scroll;
}

.table-responsive table {
    width: 100%;
}

thead tr {
    border-bottom: 2px solid rgb(110, 110, 110) !important;
    width: 100%;
}
tbody tr:not(:last-child) td {
    border-bottom: 2px solid rgba(59, 59, 59, 0.5) !important;
}


.drag-over {
    border-style: dashed !important;
}

label {
    font-family: 'Red Hat Text', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#save-status-container {
    position: fixed;
    bottom: 30px;
    left: 20px;
    border-radius: 6px;
    width: 200px;
    height: 45px;
    background-size: 6px 6px;
    background-color: rgb(145, 214, 154);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    border: 1px solid rgb(32, 101, 41);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 20;
}
#save-status-h4 {
    font-size: 14px;
    font-weight: 400;
    color:rgb(24, 24, 24);
}
#save-status-p {
    font-size: 10px;
    font-weight: 300;
    color: rgb(39, 39, 39);
}
.save-status-text {
    padding: 0;
    margin: 0;
}

@media (max-width: 850px) {
    :root {
        --footer-height: 80px;
    }

    .content {
        margin-top: 30px;
        width: 94vw;
    }

    h1 {
        font-size: 60px;
        font-weight: 200;
        margin: 0;
    }

    h2 {
        font-size: 30px;
        font-weight: 300;
        margin: 20px;
    }
    h3 {
        font-size: x-large;
        font-weight: 300;
        margin: 16px;
    }
    h4 {
        font-size: x-large;
        font-weight: 300;
        margin: 12px;
    }
    p {
        font-size: medium;
        font-weight: 300;
        line-height: 1.5em;
    }

    .header {
        width: 90%;
        max-width: unset;
        margin-top: 90px;
    }



    table {
        border-collapse: collapse;
        padding-bottom: 8px;
    }
    th, td {
        padding: 6px 10px;
        text-align: center;
    }
    td {
        color:rgb(220, 220, 220) !important;
    }
    /* no direct styles on thead/tbody here; scrolling handled by .table-responsive */

    /* Responsive table wrapper
    - Use <div class="table-responsive"> around your <table> to allow horizontal scrolling
    - Add .table-scroll-y and a max-height to enable vertical scrolling of the tbody while keeping the header fixed height
    */
    .table-responsive {
        width: 90vw;


    }

    .table-responsive table {
        width: 100%;
    }

    

    /* Optional: vertically scroll the body while allowing the full table header to remain visible.
    To use, wrap the table in .table-responsive and add .table-scroll-y to the wrapper, e.g.
    <div class="table-responsive table-scroll-y" style="max-height: 400px">...
    */



    thead tr {
        border-bottom: 2px solid rgb(110, 110, 110) !important;
        width: 100%;
    }
    tbody tr:not(:last-child) td {
        border-bottom: 2px solid rgba(59, 59, 59, 0.5) !important;
    }
}

@media (min-width: 2400px) {

    .content {
        margin-top: 60px;
        width: 94vw;
        max-width: 2000px;
    }

    h1 {
        font-size: 180px;
        font-weight: 100;
        margin: 0;
    }

    h2 {
        font-size: 110px;
        font-weight: 300;
        margin: 20px;
    }
    h3 {
        font-size: 40px;
        font-weight: 400;
        margin: 16px;
    }
    h4 {
        font-size: xx-large;
        font-weight: 500;
        margin: 12px;
    }
    h5 {
        font-size: x-large;
    }
    p {
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.5em;
    }

    .header {
        width: 90%;
        max-width: unset;
        margin-top: 200px;
    }
}