.fit-live-dashboard{
    max-width:1200px;
    margin:80px auto;
    padding:40px;
    border-radius:40px;
    background:#0f172a;
    border:1px solid rgba(255,255,255,.08);
}

.fit-live-header{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    margin-bottom:40px;
}

.fit-live-kicker{
    display:inline-block;
    margin-bottom:12px;

    color:#36f5b5;

    font-size:12px;
    font-weight:900;

    letter-spacing:.12em;
    text-transform:uppercase;
}

.fit-live-header h2{
    color:#fff;

    font-size:48px;
    line-height:1;
    letter-spacing:-.05em;

    margin:0;
}

#fit-save-profile{
    min-height:56px;
    padding:0 24px;

    border:0;
    border-radius:999px;

    background:
        linear-gradient(135deg,#36f5b5,#f6c85f);

    color:#071016;

    font-weight:900;

    cursor:pointer;
}

.fit-live-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.fit-live-field{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.fit-live-field label{
    color:#fff;
    font-weight:700;
}

.fit-live-field input,
.fit-live-field textarea{
    width:100%;

    min-height:58px;

    padding:0 20px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    background:#151e35;

    color:#fff;

    font-size:15px;
}

.fit-live-field textarea{
    padding:20px;
    min-height:160px;
}

.fit-full{
    grid-column:span 2;
}

#fit-save-status{
    margin-top:24px;

    color:#36f5b5;

    font-weight:800;
}

@media(max-width:768px){

    .fit-live-grid{
        grid-template-columns:1fr;
    }

    .fit-full{
        grid-column:auto;
    }

    .fit-live-header{
        flex-direction:column;
        align-items:flex-start;
    }

}
/*
|--------------------------------------------------------------------------
| LOGO UPLOAD
|--------------------------------------------------------------------------
*/

.fit-logo-upload{
    display:flex;
    align-items:center;
    gap:20px;

    margin-bottom:40px;
}

#fit-logo-preview{
    width:120px;
    height:120px;

    border-radius:32px;

    overflow:hidden;

    background:
        linear-gradient(135deg,
        rgba(54,245,181,.12),
        rgba(255,90,95,.08));

    border:1px solid rgba(255,255,255,.08);

    background-size:cover;
    background-position:center;
}

#fit-upload-logo{
    min-height:54px;
    padding:0 24px;

    border:0;
    border-radius:999px;

    background:
        linear-gradient(135deg,#36f5b5,#f6c85f);

    color:#071016;

    font-weight:900;

    cursor:pointer;
}
.fit-cover-upload{
    margin-bottom:40px;
}

.fit-cover-upload {
    position: relative;
    margin-bottom: 50px;
}

#fit-cover-preview {
    width: 100%;
    height: 300px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(135deg, rgba(54,245,181,.12), rgba(255,90,95,.08)),
        #151e35;
    border: 1px solid rgba(255,255,255,.08);
    background-size: cover;
    background-position: center;
}

#fit-cover-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(7,11,22,.72),
        rgba(7,11,22,.12)
    );
    pointer-events: none;
}

.fit-logo-upload {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
}

#fit-logo-preview {
    width: 112px;
    height: 112px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(54,245,181,.14), rgba(255,90,95,.10)),
        #151e35;
    border: 1px solid rgba(255,255,255,.16);
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

#fit-upload-logo,
#fit-upload-cover {
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg,#36f5b5,#f6c85f);
    color: #071016;
    font-weight: 900;
    cursor: pointer;
}

#fit-upload-cover {
    margin-top: 18px;
}

@media (max-width: 680px) {
    #fit-cover-preview {
        height: 260px;
        border-radius: 30px;
    }

    .fit-logo-upload {
        left: 20px;
        bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    #fit-logo-preview {
        width: 90px;
        height: 90px;
        border-radius: 24px;
    }
}
/*
|--------------------------------------------------------------------------
| GALLERY
|--------------------------------------------------------------------------
*/

.fit-gallery-upload{
    margin-bottom:50px;
}

.fit-gallery-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:24px;
}

.fit-gallery-head h3{
    color:#fff;
    font-size:28px;
    margin:0;
}

#fit-upload-gallery{
    min-height:52px;
    padding:0 22px;

    border:0;
    border-radius:999px;

    background:
        linear-gradient(135deg,#36f5b5,#f6c85f);

    color:#071016;

    font-weight:900;

    cursor:pointer;
}

#fit-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.fit-gallery-item{
    height:220px;

    border-radius:28px;

    background-size:cover;
    background-position:center;

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;
}

@media(max-width:768px){

    #fit-gallery-grid{
        grid-template-columns:1fr;
    }

}
/*
|--------------------------------------------------------------------------
| VIDEO PREVIEW
|--------------------------------------------------------------------------
*/

#fit-video-preview {
    margin-top: 20px;
    width: 100%;
    min-height: 280px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(54,245,181,.10), rgba(255,90,95,.06)),
        #151e35;
    border: 1px solid rgba(255,255,255,.08);
    display: none;
}

#fit-video-preview iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}