@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Light.ttf");
    font-weight: 300;
}
  
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Medium.ttf");
    font-weight: 500;
}
  
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Bold.ttf");
    font-weight: 700;
}

body {
    background-color: #101010;
    padding: 0;
    margin: 0;
}

p, h1 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    display: block;
}

.header-container {
    background-color: #151515;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    user-select: none;
    transition: box-shadow 0.2s;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.04);
}

.header-title {
    position: relative;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 36px;
    color: #FF99A7;
    margin-left: 40px;
    transition: color 0.2s, transform 0.12s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    text-decoration: none;
}
.header-title:hover {
    color: #ff6d80;
}
.header-title:active {
    color: #FF99A7;
    transform: scale(0.96);
}

.header-title-com {
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 36px;
    color: #262525;
    transition: color 0.2s;
}

.header-search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search-container-input {
    width: 100%;
    max-width: 1041px;
    min-width: 100px;
    height: 38px;
    background-color: #101010;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 3.5px solid transparent;
    transition: border-color 0.18s, box-shadow 0.18s;
    margin: 0px 10px;
}

.header-search-container-input:hover, .header-search-container-input:focus-within {
    border-color: #1f1f1f;
}

.search-icon {
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: filter 0.18s;
}

.header-search-input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 20px;
    color: #d6d6d6;
    transition: color 0.18s;
}

.header-search-input::placeholder {
    color: #333333;
    opacity: 1;
    transition: color 0.18s;
}

.header-action-btn {
    margin-right: 40px;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    background-color: #FF99A7;
    border-radius: 10px;
    padding: 7px 25px;
    border: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    outline: none;
    display: inline-block;
}
.header-action-btn:hover,
.header-action-btn:focus {
    background: #ff6d80;
    color: #ffffff;
}
.header-action-btn:active {
    background: #FF99A7;
    transform: scale(0.96);
}

.header-action-btn-discord {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    background-color: #5874FF;
    border-radius: 10px;
}

.header-action-btn-discord-img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.header-action-btn-discord:hover,
.header-action-btn-discord:focus {
    background: #4867ff;
    color: #ffffff;
}
.header-action-btn-discord:active {
    background: #4867ff;
    transform: scale(0.96);
}

.information-container {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 40px;
}

.sidebar {
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 700;
    color: #FF99A7;
    margin-right: 40px;
}

.sidebar-element {
    display: block;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s, filter 0.18s;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.sidebar-element:hover,
.sidebar-element:focus {
    filter: saturate(3);
    transform: translateX(3px);
}

.sidebar-element:active {
    filter: none;
    transform: scale(0.96);
}

.page-content-container {
    width: 100%;
    max-width: 1592px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-container {
    height: 750px;
    width: 100%;
}

.inner-content-container {
    background-color: #151515;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 25px;
    box-sizing: border-box;
}

.image-container-background {
    background-color: #101010;
    border-radius: 10px;
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image {
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.image-data {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 20px;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    user-select: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.likes {
    color: #FF8797;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.views {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.heart-svg {
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    margin-left: 5px;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}
.heart-svg:hover,
.heart-svg:focus {
    transform: scale(1.04);
}
.heart-svg:active {
    transform: scale(0.96);
}

.eye-svg {
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    margin-left: 5px;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.comment-input-container {
    margin-left: 20px;
    flex: 1;
    min-width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.send-comment-input-box {
    width: calc(100% - 30px);
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #1C1C1C;
    color: #d6d6d6;
    font-size: 20px;
    font-family: 'Work Sans';
    font-weight: 500;
    outline: none;
    border: none;
    padding: 0 15px;
    border: 3.5px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.18s, box-shadow 0.18s;
    border-color: #252525;
}
.send-comment-input-box:hover, .send-comment-input-box:focus-within {
    border-color: #3b3b3b;
}
.send-comment-input-box::placeholder {
    color: #4C4C4C;
}

.comments-container-background {
    height: 100%;
    max-height: 100%;
    background-color: #101010;
    border-radius: 10px;
    overflow-y: auto;
    gap: 20px;
    scrollbar-width: thin;
    scrollbar-color: #3b3b3b #101010;
    display: flex;
    flex-direction: column-reverse;
    scroll-behavior: smooth;
}
.comments-container-background::-webkit-scrollbar {
    width: 10px;
    background: #181818;
    border-radius: 10px;
}
.comments-container-background::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    border-radius: 10px;
    border: 2px solid #181818;
}
.comments-container-background::-webkit-scrollbar-thumb:hover {
    background: #848484;
}

.comments-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: stretch;
    box-sizing: border-box;
    gap: 20px;
    min-height: 100%;
}

.comments-inner-container {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.comment-container {
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    background-color: #1C1C1C;
    border-radius: 10px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 20px;
}

.comment-title {
    color: #383838;
}

.comment-data {
    color: #848484;
}

.comment-votes-container {
    width: 30px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.comment-vote-up {
    opacity: 0.25;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    cursor: pointer;
}
.comment-vote-up:hover,
.comment-vote-up:focus {
    opacity: 0.5;
}
.comment-vote-up:active {
    opacity: 0.4;
    transform: scale(0.96);
}

.comment-vote-down {
    opacity: 0.25;
    transform: scaleY(-1);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
    cursor: pointer;
}
.comment-vote-down:hover,
.comment-vote-down:focus {
    opacity: 0.5;
}
.comment-vote-down:active {
    opacity: 0.4;
    transform: scale(0.96, -0.96);
}

.send-comment-input-box {
    width: 100%;
    z-index: 1000;
}

.suggestions-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
    gap: 40px;
}

.suggestion-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.suggestion-container:hover {
    transform: translateY(-5px);
}
.suggestion-container:active {
    transform: translateY(-5px) scale(0.985);
}

.suggestion {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    background-color: #151515;
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: 5px solid #151515;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}

.not-available-yet {
    font-family: 'Work Sans';
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500px;
    max-width: 500px;
    margin: 40px;
}

.active-vote {
    opacity: 0.8;
}

.video-wrapper {
    width: 100px;
    height: 100px;
    max-width: 100px;
    position: absolute;
    color: white;
    font-size: 50px;
    background-color: #33333356;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.video-wrapper:hover {
    transform: scale(1.025);
    background-color: #33333365;
}

.buttons {
    display: flex;
    flex-direction: row;
}

@media (max-width: 650px) {
    .header-container {
        height: unset;
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }
    
    .header-title {
        margin-left: unset;
    }
    
    .header-action-btn {
        margin-right: unset;
    }
}

@media (max-width: 1100px) {
    .suggestions-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .inner-content-container {
        flex-direction: column;
    }

    .comments-container {
        align-items: center;
    }

    .content-container {
        height: auto;
    }

    .comment-container {
        padding: unset;
    }

    .comment-input-container {
        margin-left: unset;
        margin-top: 20px;
    }

    .comment-vote-up {
        margin-top: 10px;
    }
}

@media (max-width: 750px) {
    .suggestions-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 750px) {
    .suggestions-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    .information-container {
        flex-direction: column-reverse;
    }
    
    .sidebar {
        max-width: unset;
        margin-right: unset;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
}