.cardlayout26 * {
    box-sizing: border-box;
}

.cardlayout26 {
    margin: 0;
    padding: 30px;
    font-family: sans-serif;
    background: #f5f5f5;
}

.cardlayout26 .section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cardlayout26 .top-block {
}

.cardlayout26 .bottom-row {
    display: flex;
    gap: 30px;
}

.cardlayout26 .left-block {
    flex: 1;
}

.cardlayout26 .right-block {
    flex: 2;
}

@media (max-width: 1024px) {
    .cardlayout26 .bottom-row {
        flex-direction: column;
    }

    .cardlayout26 .left-block,
    .cardlayout26 .right-block {
        width: 100%;
    }
}






.gamecard26 {
    font-family: Arial, sans-serif;
}
.gamecard26 .game-card {
    display: flex;
    background: #d9d9d9;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}
.gamecard26 .game-card-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gamecard26 .game-image {
    width: 40%;
    position: relative;
    padding: 20px;
}
.gamecard26 .game-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.gamecard26 .tag-new {
    position: absolute;
    top: 30px;
    left: -10px;
    background: #e91e63;
    color: white;
    padding: 4px 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.gamecard26 .tag-new::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #e91e63;
    border-left: 10px solid transparent;
}
.gamecard26 .game-info {
    width: 60%;
    padding: 20px;
    position: relative;
    padding-right: 200px;
}
.gamecard26 .tag-status {
    background: #5095be;
    color: white;
    font-size: 16px;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
}
.gamecard26 .game-title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.gamecard26 .meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 36px;
}
.gamecard26 .icon {
    vertical-align: middle;
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.25em;
    margin-bottom: 4px;
}
.gamecard26 .platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    align-items: center;
    color: #333;
}
.gamecard26 .platform-icon {
    height: 36px;
    transition: transform 0.3s ease;
    transform-origin: center center;
    cursor: pointer;
}
.gamecard26 .platform-icon:hover {
    transform: scale(1.1);
}
.gamecard26 .platform-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 6px 0;
}
.gamecard26 .release-date {
    position: absolute;
    right: 80px;
    top: 80px;
    background: black;
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 8px;
    width: 100px;
    font-size: 24px;
}
.gamecard26 .release-date span {
    display: block;
}
.gamecard26 .release-date .day {
    font-size: 60px;
    font-weight: bold;
    color: black;
    background: white;
    padding: 5px 4px;
    border-radius: 6px 6px 0 0;
}
.gamecard26 .corner-tag {
    position: absolute;
    top: 72px;
    right: -24px;
    background: blue;
    color: white;
    font-size: 12px;
    padding: 4px 46px;
    transform: rotate(45deg);
    transform-origin: top right;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.gamecard26 .ratings {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    justify-content: left;
}
.gamecard26 .rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    color: #fff;
}
.gamecard26 .circle-progress {
    position: relative;
    width: 60px;
    height: 60px;
}
.gamecard26 .circle-progress svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.gamecard26 .circle-progress .background {
    fill: none;
    stroke: #333;
    stroke-width: 6;
}
.gamecard26 .circle-progress .progress {
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease;
}
.gamecard26 .circle-progress .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
    color: #000;
}
.gamecard26 .rating-label {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #000;
}
@media (max-width: 768px) {
    .gamecard26 .game-card {
        flex-direction: column;
        height: auto;
        padding: 0;
    }
    .gamecard26 .game-image {
        width: 100%;
        padding: 10px 20px;
    }
    .gamecard26 .game-info {
        width: 100%;
        padding: 20px;
        padding-right: 20px;
    }
    .gamecard26 .release-date {
        position: static;
        margin: 20px auto 0;
        text-align: center;
        font-size: 18px;
        width: 80px;
        display: none;
    }
    .gamecard26 .release-date .day {
        font-size: 36px;
        padding: 4px;
    }
    .gamecard26 .game-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .gamecard26 .tag-status {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .gamecard26 .meta {
        font-size: 13px;
        margin-bottom: 24px;
    }
    .gamecard26 .ratings {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .gamecard26 .corner-tag {
        display: none;
    }
    .gamecard26 .tag-new {
        top: 10px;
        left: 10px;
        font-size: 14px;
        padding: 4px 10px;
    }
}






.teammember26 .team-member-card {
    position: relative;
    background: #f5f5f5;
    padding: 30px 20px;
    border-radius: 12px;
    width: 100%;
    min-height: 500px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}
.teammember26 .bookmark-badge {
    position: absolute;
    top: -10px;
    left: 5px;
    width: 40px;
    height: 100px;
    background: linear-gradient(135deg, #fff685, #facc15, #eab308);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.1);
}
.teammember26 .bookmark-badge i {
    font-size: 32px;
    color: black;
}
.teammember26 .main-title, .teammember26 .sub-title {
    text-align: center;
    margin: 0 0 10px;
}
.teammember26 .main-title {
    font-size: 28px;
    font-weight: bold;
}
.teammember26 .sub-title {
    font-size: 18px;
    color: #666;
}
.teammember26 .description-container {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.teammember26 .description-container:not(.expanded) .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teammember26 .description-container.expanded .description {
    display: block;
}
.teammember26 .description {
    font-size: 16px;
    color: #333;
    margin: 20px 0 5px;
    line-height: 1.6;
    text-align: left;
}
.teammember26 .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    transition: opacity 0.3s ease;
}
.teammember26 .fade-overlay.hidden {
    display: none;
}
.teammember26 .show-more {
    display: block;
    margin: 0 auto 15px;
    color: #1e90ff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}
.teammember26 .social-links {
    text-align: center;
    margin-bottom: 25px;
}
.teammember26 .social-links a {
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.teammember26 .social-links svg {
    width: 36px;
    height: 36px;
    fill: #333;
}
.teammember26 .social-links a:hover svg {
    fill: #1e90ff;
}
.teammember26 .button-row {
    background-color: #e0f2fe;
    padding: 20px 0;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    margin-top: 10px;
}
.teammember26 .official-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 20px;
    background-color: #1e90ff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.teammember26 .official-button:hover {
    background-color: #0d6efd;
}







.videoplaylist26 .video-playlist-section {
    display: flex;
    background: #111;
    color: #fff;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    height: 500px;
    flex-direction: row;
}
.videoplaylist26 .video-player {
    flex: 2;
    position: relative;
}
.videoplaylist26 .video-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.videoplaylist26 .video-list {
    flex: 1;
    background: #222;
    overflow-y: auto;
    padding: 10px;
}
.videoplaylist26 .video-item {
    display: flex;
    cursor: pointer;
    margin-bottom: 12px;
    padding: 8px;
    background: #333;
    border-radius: 6px;
    transition: background 0.2s, border-left 0.2s;
}
.videoplaylist26 .video-item:hover {
    background: #444;
}
.videoplaylist26 .video-item.active {
    background: #550000;
    border-left: 4px solid red;
    padding-left: 6px;
}
.videoplaylist26 .video-item img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}
.videoplaylist26 .video-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.videoplaylist26 .video-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.videoplaylist26 .video-sub {
    font-size: 12px;
    color: #aaa;
}
@media (max-width: 768px) {
    .videoplaylist26 .video-playlist-section {
        flex-direction: column;
        height: auto;
    }
    .videoplaylist26 .video-player {
        height: 220px;
    }
    .videoplaylist26 .video-list {
        max-height: 300px;
        overflow-y: auto;
    }
}