.wrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1201px) {
    .ody-main-wrap .wrapper {
        max-width: 2000px;
        padding: 0 20px;
    }
}
.ody-main-wrap {
    padding: 10px 0 80px;
    background: #0f1115;
    min-height: 100vh;
}

.ody-hero {
    margin-bottom: 32px;
    padding: 34px 36px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1a1d24 0%, #12141a 100%);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.ody-hero-kicker {
    margin: 0 0 10px;
    color: #a68cff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ody-hero h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
}

.ody-hero p {
    margin: 0;
    color: #aeb4c0;
    font-size: 30px;
    line-height: 1.7;
}

.ody-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(29, 33, 42, 0.96) 0%, rgba(20, 23, 29, 0.96) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
    box-sizing: border-box;
}

.ody-section-head h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ody-title-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
}

.ody-title-icon.material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: rgba(124, 92, 255, 0.14);
    color: #bbaaff;
    font-size: 21px;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    flex: 0 0 auto;
}

.ody-title-with-icon > span:last-child {
    display: block;
    line-height: 1.2;
    word-break: keep-all;
}

@media (min-width: 1200px) {
    .ody-main-wrap .ody-cat-sticky-wrap.is-sticky {
        --od-header-offset: 78px;
        position: relative;
        z-index: 130;
        margin: 0 -20px 24px;
        padding: 12px 20px 14px;
        background: #0f1115;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ody-main-wrap .ody-cat-sticky-wrap.is-sticky.is-pinned {
        position: fixed;
        top: var(--od-header-offset);
        left: var(--od-sticky-left, 20px);
        width: var(--od-sticky-width, calc(100vw - 40px));
        margin: 0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }

    .ody-main-wrap .ody-cat-sticky-wrap.is-sticky .ody-section-head {
        margin-bottom: 10px !important;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .ody-main-wrap .ody-cat-sticky-wrap.is-sticky .ody-subcat-nav {
        margin: 0;
        padding: 0;
    }

    .ody-main-wrap .ody-cat-sticky-spacer {
        height: 0;
    }
}

.ody-main-wrap .ody-subcat-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 10px 0;
}

.ody-main-wrap .ody-subcat-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #f3f6fb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    transition: all .2s ease;
}

.ody-main-wrap .ody-subcat-item:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.18);
}

.ody-main-wrap .ody-subcat-item.is-active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.26);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.ody-banner-section {
    width: 100%;
    margin: 0 0 32px;
}

.ody-banner-swiper {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
    background: #171a20;
}

.ody-banner-swiper .swiper-slide,
.ody-banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.ody-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ody-banner-pagination.swiper-pagination {
    bottom: 14px !important;
}

.ody-banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.ody-banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.ody-footer-banner-wrap {
    margin-bottom: 0;
}

.ody-footer-banner-section {
    margin: 0 0 32px;
}

.ody-footer-banner-section .ody-banner-swiper {
    height: 190px;
    border-radius: 10px;
}

.ody-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 15px;
    row-gap: 49px;
}

.ody-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 9px;
    background: transparent;
    border: 0;
    text-decoration: none;
    box-shadow: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.ody-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
    background: transparent;
}

.ody-thumb-wrap{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0;
    background:#000;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.26);
    align-self: center;
    box-sizing: border-box;
}

.ody-thumb-wrap img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1);
    transition:transform .35s ease;
}
.ody-card:hover img{
    transform:scale(1.12);
}

.ody-thumb-preview{
    position:absolute;
    inset:0;
    z-index:2;
    opacity:0;
    transition:opacity .2s ease;
    pointer-events:none;
    background:transparent;
    border-radius: inherit;
}

.ody-thumb-wrap.is-previewing .ody-thumb-preview{
    opacity:1;
}

.ody-thumb-preview iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
    pointer-events:none;
    opacity:0;
    transition:opacity .22s ease;
}

.ody-thumb-wrap.is-preview-loaded .ody-thumb-preview iframe{
    opacity:1;
}

.ody-thumb-loader{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(120deg, rgba(17, 22, 30, .84) 0%, rgba(28, 34, 44, .84) 50%, rgba(17, 22, 30, .84) 100%);
    background-size:200% 100%;
    animation:odyPreviewSkeleton 1.1s ease-in-out infinite;
    border-radius: inherit;
}

.ody-thumb-wrap.is-preview-loaded .ody-thumb-loader{
    opacity:0;
    visibility:hidden;
    transition:opacity .2s ease;
}

.ody-thumb-loader-dot{
    width:18px;
    height:18px;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.35);
    border-top-color:#fff;
    animation:odyPreviewSpin .7s linear infinite;
}

@keyframes odyPreviewSkeleton{
    0%{background-position:200% 0}
    100%{background-position:-200% 0}
}

@keyframes odyPreviewSpin{
    100%{transform:rotate(360deg)}
}

.ody-thumb-wrap:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.44) 100%);
}

.ody-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 13px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(126, 86, 255, 0.98) 0%, rgba(98, 61, 230, 0.98) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 22px rgba(64, 40, 180, 0.34);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    z-index: 4;
}

.ody-badge-icon.material-symbols-outlined {
    font-size: 15px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20;
}

.ody-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px 12px;
}

.ody-title {
    min-height: 46px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.48;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ody-business {
    margin-top: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ody-business-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-bottom: 6px;
}

.ody-business-row:last-child {
    margin-bottom: 0;
}

.ody-business-label {
    color: #8f98a8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.ody-business-value {
    color: #f4f7fc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    word-break: break-word;
}

.ody-business-value.ody-url {
    color: #b9cbf3;
}

.ody-meta {
    display: flex;
    align-items: center;
    color: #8d96a5;
    font-size: 12px;
    line-height: 1.4;
}

.ody-skeleton-grid {
    display: grid;
}

.ody-skeleton-card {
    pointer-events: none;
}

.ody-skeleton-thumb {
    aspect-ratio: 16 / 9;
    background: #20242d;
}

.ody-skeleton-line {
    height: 14px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #20242d;
}

.ody-w-40 { width: 40%; }
.ody-w-70 { width: 70%; }
.ody-w-90 { width: 90%; }

.ody-skeleton {
    position: relative;
    overflow: hidden;
}

.ody-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0) 100%);
    animation: odySkeletonMove 1.2s infinite;
}

@keyframes odySkeletonMove {
    100% {
        left: 150%;
    }
}

.ody-grid-loaded {
    animation: odyFadeIn .28s ease;
}

@keyframes odyFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media all and (max-width: 1400px) {
    .ody-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media all and (max-width: 1100px) {
    .ody-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 768px) {
    .ody-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ody-main-wrap .ody-subcat-nav {
        gap: 8px;
        margin-bottom: 16px;
        padding: 8px 0;
    }

    .ody-banner-section {
        margin-bottom: 24px;
    }

    .ody-banner-swiper {
        height: 280px;
        border-radius: 8px;
    }

    .ody-footer-banner-section .ody-banner-swiper {
        height: 170px;
        border-radius: 8px;
    }

    .ody-main-wrap .ody-subcat-item {
        min-height: 34px;
        padding: 5px 12px;
        font-size: 14px;
    }

    .ody-hero h2 {
        font-size: 28px;
    }

    .ody-section-head {
        padding: 13px 15px;
        border-radius: 8px;
    }

    .ody-section-head h3 {
        font-size: 22px;
    }

    .ody-title-icon.material-symbols-outlined {
        width: 31px;
        height: 31px;
        font-size: 19px;
        border-radius: 6px;
    }

    .ody-card-body {
        padding: 12px 14px 11px;
        gap: 6px;
    }

    .ody-thumb-wrap {
        width: 100%;
        margin: 0;
        border-radius: 7px;
    }

    .ody-title {
        min-height: 42px;
        font-size: 15px;
    }

    .ody-business {
        padding: 0;
    }
}

@media all and (max-width: 480px) {
    .ody-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .ody-hero {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .ody-banner-section {
        margin-bottom: 20px;
    }

    .ody-banner-swiper {
        height: 200px;
        border-radius: 7px;
    }

    .ody-footer-banner-section .ody-banner-swiper {
        height: 140px;
        border-radius: 7px;
    }

    .ody-hero h2 {
        font-size: 24px;
    }

    .ody-section-head {
        margin-bottom: 14px;
        padding: 12px 14px;
        border-radius: 8px;
    }

    .ody-section-head h3 {
        font-size: 20px;
    }

    .ody-title-with-icon {
        gap: 8px;
    }

    .ody-title-icon.material-symbols-outlined {
        width: 29px;
        height: 29px;
        font-size: 18px;
        border-radius: 5px;
    }

    .ody-thumb-wrap {
        width: 100%;
        margin: 0;
        border-radius: 6px;
    }

    .ody-title {
        min-height: 0;
    }
}

.ody-video-section {
    margin-bottom: 102px;
}

.ody-video-section:last-child {
    margin-bottom: 0;
}

.ody-skeleton-grid {
    display: grid;
}

.ody-skeleton-card {
    pointer-events: none;
}

.ody-skeleton-thumb {
    aspect-ratio: 16 / 9;
    background: #20242d;
}

.ody-skeleton-line {
    height: 14px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #20242d;
}

.ody-w-40 { width: 40%; }
.ody-w-70 { width: 70%; }
.ody-w-90 { width: 90%; }

.ody-skeleton {
    position: relative;
    overflow: hidden;
}

.ody-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.08) 50%,
        rgba(255,255,255,0) 100%
    );
    animation: odySkeletonMove 1.2s infinite;
}

@keyframes odySkeletonMove {
    100% {
        left: 150%;
    }
}
