/*
 * DTT Premium Homepage
 * Scoped to .dtt-home so legacy templates remain untouched.
 */

:root {
    --dtt-home-ink: #17151d;
    --dtt-home-ink-soft: #302b36;
    --dtt-home-text: #292532;
    --dtt-home-muted: #756f7d;
    --dtt-home-line: #e9e4df;
    --dtt-home-paper: #ffffff;
    --dtt-home-page: #f8f6f3;
    --dtt-home-page-deep: #f2eee9;
    --dtt-home-orange: #f56a1f;
    --dtt-home-orange-dark: #c84b0b;
    --dtt-home-orange-soft: #fff1e7;
    --dtt-home-purple: #6657f2;
    --dtt-home-purple-soft: #f0efff;
    --dtt-home-green: #169b70;
    --dtt-home-green-soft: #eaf8f2;
    --dtt-home-shadow: 0 24px 70px rgba(39, 31, 24, .08);
    --dtt-home-shadow-soft: 0 12px 34px rgba(39, 31, 24, .06);
}

body.home {
    background:
        radial-gradient(circle at 8% 4%, rgba(245, 106, 31, .07), transparent 26rem),
        radial-gradient(circle at 92% 14%, rgba(102, 87, 242, .055), transparent 28rem),
        linear-gradient(180deg, #fbfaf8 0%, var(--dtt-home-page) 44%, #f9f7f4 100%) !important;
}

body.home #main-content {
    overflow: visible;
}

.dtt-home,
.dtt-home * {
    box-sizing: border-box;
}

.dtt-home {
    width: min(1480px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 34px;
    color: var(--dtt-home-text);
    font-family: 'Be Vietnam Pro', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.dtt-home a {
    text-decoration: none;
}

.dtt-home img {
    max-width: 100%;
}

.dtt-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ─────────────────────────────
   Breaking / latest ticker
   ───────────────────────────── */
.dtt-home-ticker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 48px;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid rgba(216, 208, 200, .78);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 28px rgba(43, 34, 27, .04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dtt-home-ticker__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 0 18px;
    border-right: 1px solid var(--dtt-home-line);
    color: #4b453f;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.dtt-home-ticker__pulse {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--dtt-home-orange);
    box-shadow: 0 0 0 5px rgba(245, 106, 31, .13);
    animation: dtt-home-pulse 1.9s ease-in-out infinite;
}

.dtt-home-ticker__viewport {
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.dtt-home-ticker__track {
    display: flex;
    width: max-content;
    animation: dtt-home-marquee 52s linear infinite;
}

.dtt-home-ticker:hover .dtt-home-ticker__track {
    animation-play-state: paused;
}

.dtt-home-ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.dtt-home-ticker__group a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    color: #433d48;
    font-size: 11px;
    white-space: nowrap;
}

.dtt-home-ticker__group a::after {
    content: '✦';
    margin-left: 20px;
    color: rgba(245, 106, 31, .48);
    font-size: 9px;
}

.dtt-home-ticker__group strong {
    max-width: 220px;
    overflow: hidden;
    font-weight: 800;
    text-overflow: ellipsis;
}

.dtt-home-ticker__group span {
    color: var(--dtt-home-muted);
    font-weight: 600;
}

/* ─────────────────────────────
   Hero
   ───────────────────────────── */
.dtt-home-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 36px;
    background: #19151a;
    box-shadow: 0 34px 90px rgba(28, 20, 17, .17);
    isolation: isolate;
}

.dtt-home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        radial-gradient(circle at var(--spot-x, 74%) var(--spot-y, 24%), rgba(255, 128, 61, .18), transparent 23rem),
        radial-gradient(circle at 82% 78%, rgba(118, 101, 255, .16), transparent 28rem),
        linear-gradient(135deg, #181316 0%, #22191a 50%, #15151d 100%);
}

.dtt-home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .4;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.75), transparent 75%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,.75), transparent 75%);
    pointer-events: none;
}

.dtt-home-hero__mesh {
    position: absolute;
    inset: -25%;
    z-index: -1;
    opacity: .44;
    background:
        radial-gradient(circle at 20% 32%, rgba(245, 106, 31, .16), transparent 17%),
        radial-gradient(circle at 78% 44%, rgba(102, 87, 242, .18), transparent 19%),
        radial-gradient(circle at 56% 78%, rgba(245, 106, 31, .08), transparent 16%);
    filter: blur(10px);
    animation: dtt-home-mesh 14s ease-in-out infinite alternate;
    pointer-events: none;
}

.dtt-home-hero__swiper {
    position: relative;
    overflow: hidden;
}

.dtt-home-hero__slide {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 40px;
    align-items: center;
    min-height: 620px;
    padding: 62px 68px 142px;
    overflow: hidden;
}

.dtt-home-hero__slide::before {
    content: '';
    position: absolute;
    top: -22%;
    right: -2%;
    width: 58%;
    height: 128%;
    z-index: -1;
    background:
        radial-gradient(circle at 58% 32%, rgba(245,106,31,.22), transparent 34%),
        radial-gradient(circle at 76% 68%, rgba(102,87,242,.20), transparent 42%);
    opacity: .78;
    filter: blur(24px);
    transform: scale(1.04);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 86%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 30%, #000 86%, transparent);
}

.dtt-home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.dtt-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.dtt-home-hero__eyebrow > span:first-child {
    color: #ff9e66;
}

.dtt-home-hero__eyebrow-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
}

.dtt-home-hero__content h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 66px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.045;
    text-wrap: balance;
    text-shadow: 0 16px 44px rgba(0, 0, 0, .24);
}

.dtt-home-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.dtt-home-hero__chips a {
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 750;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.dtt-home-hero__chips a:hover {
    border-color: rgba(255, 157, 102, .55);
    background: rgba(245, 106, 31, .14);
    transform: translateY(-1px);
}

.dtt-home-hero__excerpt {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 450;
    line-height: 1.75;
}

.dtt-home-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 25px;
}

.dtt-home-hero__facts > div {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 142px;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, .09);
}

.dtt-home-hero__facts > div:last-child {
    border-right: 0;
}

.dtt-home-hero__fact-icon {
    display: grid;
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: #ffa067;
}

.dtt-home-hero__fact-icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.dtt-home-hero__facts small,
.dtt-home-hero__facts strong {
    display: block;
}

.dtt-home-hero__facts small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    font-weight: 650;
}

.dtt-home-hero__facts strong {
    max-width: 155px;
    overflow: hidden;
    color: rgba(255, 255, 255, .86);
    font-size: 10px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtt-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.dtt-home-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 850;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.dtt-home-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.dtt-home-button--primary {
    background: linear-gradient(135deg, #ff7b32, #e95711);
    color: #fff;
    box-shadow: 0 14px 30px rgba(225, 79, 10, .28);
}

.dtt-home-button--primary:hover {
    color: #fff;
    box-shadow: 0 18px 36px rgba(225, 79, 10, .36);
    transform: translateY(-2px);
}

.dtt-home-button--glass {
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .84);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dtt-home-button--glass:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .13);
    color: #fff;
    transform: translateY(-2px);
}

.dtt-home-hero__start {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: 750;
    transition: color .2s ease;
}

.dtt-home-hero__start span {
    color: #ff9b63;
    transition: transform .2s ease;
}

.dtt-home-hero__start:hover {
    color: #fff;
}

.dtt-home-hero__start:hover span {
    transform: translateX(3px);
}

.dtt-home-hero__visual {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
    perspective: 1200px;
}

.dtt-home-hero__cover-wrap {
    position: relative;
    width: min(330px, 72%);
    aspect-ratio: 3 / 4;
    z-index: 2;
    border-radius: 24px;
    transform: rotate(3.2deg) translateZ(0);
    transition: transform .45s cubic-bezier(.2,.8,.2,1);
    animation: dtt-home-cover-float 5.5s ease-in-out infinite;
}

.dtt-home-hero__visual:hover .dtt-home-hero__cover-wrap {
    transform: rotate(0deg) translateY(-4px) translateZ(16px);
}

.dtt-home-hero__cover-glow {
    position: absolute;
    inset: 14% 0 0;
    z-index: -1;
    border-radius: 32px;
    background:
        radial-gradient(circle at 40% 28%, rgba(245,106,31,.55), transparent 44%),
        radial-gradient(circle at 68% 72%, rgba(102,87,242,.50), transparent 48%);
    opacity: .72;
    filter: blur(34px);
    transform: scale(1.03) translateY(18px);
}

.dtt-home-hero__cover {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 34px 68px rgba(0, 0, 0, .38);
}

.dtt-home-hero__cover-mark {
    position: absolute;
    right: 14px;
    bottom: 13px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(18, 14, 16, .72);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: -.02em;
    backdrop-filter: blur(12px);
}

.dtt-home-hero__orbit {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.dtt-home-hero__orbit--one {
    width: 390px;
    height: 390px;
    animation: dtt-home-spin 22s linear infinite;
}

.dtt-home-hero__orbit--one::before,
.dtt-home-hero__orbit--two::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8a48;
    box-shadow: 0 0 24px rgba(245, 106, 31, .82);
}

.dtt-home-hero__orbit--one::before {
    left: -4px;
}

.dtt-home-hero__orbit--two {
    width: 500px;
    height: 500px;
    border-style: dashed;
    opacity: .55;
    animation: dtt-home-spin 34s linear infinite reverse;
}

.dtt-home-hero__orbit--two::before {
    right: -4px;
    background: #8679ff;
    box-shadow: 0 0 24px rgba(102, 87, 242, .78);
}

.dtt-home-hero__floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 166px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 15px;
    background: rgba(28, 23, 27, .76);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.dtt-home-hero__floating-card--top {
    top: 18%;
    right: 1%;
    animation: dtt-home-float-card 4.8s ease-in-out infinite;
}

.dtt-home-hero__floating-card--bottom {
    bottom: 12%;
    left: 0;
    animation: dtt-home-float-card 5.7s ease-in-out infinite reverse;
}

.dtt-home-hero__floating-icon {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: rgba(245, 106, 31, .14);
    color: #ff9a60;
    font-size: 13px;
}

.dtt-home-hero__floating-card small,
.dtt-home-hero__floating-card strong {
    display: block;
}

.dtt-home-hero__floating-card small {
    margin-bottom: 2px;
    color: rgba(255,255,255,.42);
    font-size: 8px;
}

.dtt-home-hero__floating-card strong {
    max-width: 128px;
    overflow: hidden;
    color: rgba(255,255,255,.86);
    font-size: 9px;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtt-home-hero__controls {
    position: absolute;
    left: 68px;
    right: 68px;
    bottom: 124px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.dtt-home-hero__pagination.swiper-pagination {
    position: static !important;
    display: flex;
    width: auto !important;
    align-items: center;
    gap: 7px;
    pointer-events: auto;
}

.dtt-home-hero__pagination .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(255,255,255,.23);
    opacity: 1;
    transition: width .28s ease, background .28s ease;
}

.dtt-home-hero__pagination .swiper-pagination-bullet-active {
    width: 52px;
    background: linear-gradient(90deg, #ff9154, #ff6a1f);
}

.dtt-home-hero__arrows {
    display: flex;
    gap: 8px;
    pointer-events: auto;
}

.dtt-home-hero__prev.swiper-button-prev,
.dtt-home-hero__next.swiper-button-next {
    position: static !important;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.dtt-home-hero__prev.swiper-button-prev::after,
.dtt-home-hero__next.swiper-button-next::after {
    font-size: 12px;
    font-weight: 900;
}

.dtt-home-hero__prev:hover,
.dtt-home-hero__next:hover {
    border-color: rgba(255, 139, 72, .5) !important;
    background: rgba(245,106,31,.16) !important;
    transform: translateY(-1px);
}

.dtt-home-hero__stats {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 104px;
    border-top: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(180deg, rgba(16, 12, 16, .68), rgba(11, 9, 13, .88));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.dtt-home-hero__stats > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    padding: 18px 24px 16px;
    border-right: 1px solid rgba(255,255,255,.075);
    text-align: center;
    transition: background .25s ease;
}

.dtt-home-hero__stats > div::before {
    content: '';
    width: 24px;
    height: 2px;
    margin-bottom: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(249,115,22,.35), #fb7a32, rgba(139,92,246,.55));
    box-shadow: 0 0 14px rgba(249,115,22,.18);
}

.dtt-home-hero__stats > div:hover {
    background: rgba(255,255,255,.025);
}

.dtt-home-hero__stats > div:last-child {
    border-right: 0;
}

.dtt-home-hero__stats strong {
    display: block;
    color: #fff;
    font-size: clamp(25px, 2vw, 31px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.055em;
    text-shadow: 0 2px 18px rgba(0,0,0,.22);
}

.dtt-home-hero__stats span {
    display: block;
    max-width: 180px;
    color: rgba(255,255,255,.66);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
    letter-spacing: .005em;
}

/* ─────────────────────────────
   Discovery
   ───────────────────────────── */
.dtt-home-discover {
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(0, 1.5fr);
    gap: 22px 30px;
    align-items: center;
    margin: 22px 0 62px;
    padding: 28px;
    border: 1px solid rgba(225, 218, 210, .82);
    border-radius: 26px;
    background: rgba(255,255,255,.76);
    box-shadow: var(--dtt-home-shadow-soft);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dtt-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--dtt-home-orange-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dtt-home-kicker::before {
    content: '';
    width: 24px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--dtt-home-orange), rgba(245,106,31,.1));
}

.dtt-home-kicker--green {
    color: #107956;
}

.dtt-home-kicker--green::before {
    background: linear-gradient(90deg, var(--dtt-home-green), rgba(22,155,112,.1));
}

.dtt-home-kicker--purple {
    color: #5546cf;
}

.dtt-home-kicker--purple::before {
    background: linear-gradient(90deg, var(--dtt-home-purple), rgba(102,87,242,.1));
}

.dtt-home-discover__intro h2 {
    margin: 0;
    color: var(--dtt-home-ink);
    font-size: 20px;
    font-weight: 880;
    letter-spacing: -.035em;
}

.dtt-home-discover__genres {
    display: flex;
    min-width: 0;
    gap: 8px;
    overflow-x: auto;
    padding: 3px 2px 5px;
    scrollbar-width: none;
}

.dtt-home-discover__genres::-webkit-scrollbar {
    display: none;
}

.dtt-home-discover__genres a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #e7e1db;
    border-radius: 999px;
    background: #fff;
    color: #504a55;
    font-size: 10px;
    font-weight: 760;
    box-shadow: 0 4px 12px rgba(39,31,24,.035);
    transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.dtt-home-discover__genres a:hover {
    border-color: rgba(245,106,31,.42);
    color: var(--dtt-home-orange-dark);
    box-shadow: 0 8px 20px rgba(245,106,31,.08);
    transform: translateY(-2px);
}

.dtt-home-discover__genres small {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #f4f1ed;
    color: #918980;
    font-size: 8px;
    font-weight: 800;
}

.dtt-home-discover__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.dtt-home-quick-action {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    min-height: 72px;
    padding: 12px 14px;
    overflow: hidden;
    border: 1px solid #ebe5df;
    border-radius: 18px;
    background: #fff;
    color: var(--dtt-home-text);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dtt-home-quick-action::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(102,87,242,.055);
    filter: blur(4px);
    transition: transform .45s ease;
}

.dtt-home-quick-action--surprise::before {
    background: rgba(245,106,31,.08);
}

.dtt-home-quick-action:hover {
    border-color: #ddd3c9;
    box-shadow: 0 13px 28px rgba(39,31,24,.07);
    transform: translateY(-3px);
}

.dtt-home-quick-action:hover::before {
    transform: scale(1.25);
}

.dtt-home-quick-action__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #f3f0ff;
    color: #5d50dc;
    font-size: 14px;
    font-weight: 900;
}

.dtt-home-quick-action--surprise .dtt-home-quick-action__icon {
    background: var(--dtt-home-orange-soft);
    color: var(--dtt-home-orange);
}

.dtt-home-quick-action small,
.dtt-home-quick-action strong {
    position: relative;
    z-index: 1;
    display: block;
}

.dtt-home-quick-action small {
    margin-bottom: 3px;
    color: var(--dtt-home-muted);
    font-size: 8px;
    font-weight: 620;
}

.dtt-home-quick-action strong {
    color: var(--dtt-home-ink);
    font-size: 11px;
    font-weight: 830;
}

.dtt-home-quick-action__arrow {
    position: relative;
    z-index: 1;
    color: #a29a92;
    font-size: 16px;
    transition: color .2s ease, transform .2s ease;
}

.dtt-home-quick-action:hover .dtt-home-quick-action__arrow {
    color: var(--dtt-home-orange);
    transform: translateX(3px);
}

/* ─────────────────────────────
   Section headings
   ───────────────────────────── */
.dtt-home-section,
.dtt-home-editorial {
    margin: 0 0 76px;
}

.dtt-home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
}

.dtt-home-section__head h2 {
    margin: 0;
    color: var(--dtt-home-ink);
    font-size: clamp(26px, 2.8vw, 39px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.dtt-home-section__head p {
    max-width: 650px;
    margin: 8px 0 0;
    color: var(--dtt-home-muted);
    font-size: 11px;
    line-height: 1.7;
}

.dtt-home-section__more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #e7e0da;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: #5f5762;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(39,31,24,.035);
    transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.dtt-home-section__more span {
    color: var(--dtt-home-orange);
    transition: transform .2s ease;
}

.dtt-home-section__more:hover {
    border-color: rgba(245,106,31,.35);
    color: var(--dtt-home-orange-dark);
    box-shadow: 0 11px 24px rgba(245,106,31,.08);
    transform: translateY(-2px);
}

.dtt-home-section__more:hover span {
    transform: translateX(3px);
}

/* ─────────────────────────────
   Latest grid + story cards
   ───────────────────────────── */
.dtt-home-latest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 26px;
    align-items: start;
}

.dtt-home-story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dtt-story-card {
    --card-accent: var(--dtt-home-orange);
    --card-soft: var(--dtt-home-orange-soft);
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #ebe5df;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(40,31,25,.045);
    transform: translateZ(0);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease;
    will-change: transform;
}

.dtt-story-card--green {
    --card-accent: var(--dtt-home-green);
    --card-soft: var(--dtt-home-green-soft);
}

.dtt-story-card:hover {
    border-color: color-mix(in srgb, var(--card-accent) 32%, #e7e0da);
    box-shadow: 0 20px 48px rgba(40,31,25,.10);
    transform: translateY(-6px);
}

.dtt-story-card__media {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 5;
    place-items: center;
    overflow: hidden;
    background: #17131a;
}

.dtt-story-card__blur {
    position: absolute;
    inset: -22px;
    background:
        radial-gradient(circle at 30% 18%, rgba(245,106,31,.28), transparent 42%),
        radial-gradient(circle at 72% 78%, rgba(102,87,242,.26), transparent 48%),
        linear-gradient(145deg,#21191d,#17131a 60%,#1d1721);
    filter: blur(18px);
    transform: scale(1.08);
}

.dtt-story-card__media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(.98) contrast(1.02);
    transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}

.dtt-story-card:hover .dtt-story-card__media img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
}

.dtt-story-card__media::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 36%;
    background: linear-gradient(180deg, transparent, rgba(16,12,16,.76));
    pointer-events: none;
}

.dtt-story-card__badge,
.dtt-story-card__time {
    position: absolute;
    z-index: 4;
    top: 10px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(22,17,21,.68);
    color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dtt-story-card__badge {
    left: 10px;
    padding: 5px 7px;
    border-radius: 8px;
    color: #ffd2ba;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .09em;
}

.dtt-story-card--green .dtt-story-card__badge {
    color: #bbf0dc;
}

.dtt-story-card__time {
    right: 10px;
    max-width: 88px;
    overflow: hidden;
    padding: 5px 7px;
    border-radius: 8px;
    color: rgba(255,255,255,.72);
    font-size: 7px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtt-story-card__shine {
    position: absolute;
    top: -20%;
    left: -70%;
    z-index: 5;
    width: 40%;
    height: 140%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
    opacity: 0;
    transform: skewX(-18deg);
    transition: left .75s ease, opacity .25s ease;
    pointer-events: none;
}

.dtt-story-card:hover .dtt-story-card__shine {
    left: 130%;
    opacity: .75;
}

.dtt-story-card__body {
    padding: 13px 13px 14px;
}

.dtt-story-card__genres {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 22px;
    margin-bottom: 7px;
    overflow: hidden;
}

.dtt-story-card__genres a,
.dtt-story-card__status {
    display: inline-flex;
    flex: 0 1 auto;
    max-width: 90px;
    align-items: center;
    min-height: 21px;
    overflow: hidden;
    padding: 0 7px;
    border-radius: 999px;
    background: #f5f2ef;
    color: #736c74;
    font-size: 7px;
    font-weight: 720;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtt-story-card__genres a:hover {
    color: var(--card-accent);
}

.dtt-story-card__status {
    flex: 0 0 auto;
    margin-left: auto;
    background: var(--card-soft);
    color: var(--card-accent);
}

.dtt-story-card__title {
    min-height: 41px;
    margin: 0;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
}

.dtt-story-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: #24202a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .2s ease;
}

.dtt-story-card:hover .dtt-story-card__title a {
    color: var(--card-accent);
}

.dtt-story-card__meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 27px;
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid #f0ebe6;
}

.dtt-story-card__meta span,
.dtt-story-card__meta a {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 4px;
    color: #888087;
    font-size: 7px;
    font-weight: 650;
}

.dtt-story-card__meta a {
    overflow: hidden;
    justify-self: end;
    color: #746c75;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtt-story-card__meta a:hover {
    color: var(--card-accent);
}

.dtt-story-card__meta svg {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.dtt-story-card__actions {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 6px;
    margin-top: 10px;
}

.dtt-story-card__actions a {
    display: inline-flex;
    min-width: 0;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 7px;
    font-weight: 820;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.dtt-story-card__start {
    background: #f4f1ee;
    color: #5d5660;
}

.dtt-story-card__start:hover {
    background: #ebe6e1;
    color: #342e36;
    transform: translateY(-1px);
}

.dtt-story-card__continue {
    gap: 5px;
    background: var(--card-accent);
    color: #fff;
    box-shadow: 0 8px 16px color-mix(in srgb, var(--card-accent) 22%, transparent);
}

.dtt-story-card__continue svg {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform .18s ease;
}

.dtt-story-card__continue:hover {
    color: #fff;
    filter: brightness(.96);
    transform: translateY(-1px);
}

.dtt-story-card__continue:hover svg {
    transform: translateX(2px);
}

/* ─────────────────────────────
   Trending panel
   ───────────────────────────── */
.dtt-home-trending {
    position: sticky;
    top: 88px;
    overflow: hidden;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(255,255,255,.045), transparent 45%),
        #1c181d;
    box-shadow: 0 22px 56px rgba(24,17,22,.14);
}

.dtt-home-trending__glow {
    position: absolute;
    top: -90px;
    right: -75px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(245,106,31,.16);
    filter: blur(30px);
    pointer-events: none;
}

.dtt-home-trending__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    padding: 2px 1px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.dtt-home-trending__icon {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(255, 145, 84, .2);
    border-radius: 12px;
    background: rgba(245,106,31,.11);
    color: #ff9456;
    font-size: 17px;
}

.dtt-home-trending__head small,
.dtt-home-trending__head h3 {
    margin: 0;
}

.dtt-home-trending__head small {
    display: block;
    margin-bottom: 2px;
    color: #ff9a61;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dtt-home-trending__head h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.dtt-home-trending__list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
}

.dtt-home-rank-card {
    display: grid;
    grid-template-columns: 27px 48px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 68px;
    padding: 7px 6px;
    border-radius: 13px;
    transition: background .2s ease, transform .2s ease;
}

.dtt-home-rank-card:hover {
    background: rgba(255,255,255,.055);
    transform: translateX(3px);
}

.dtt-home-rank-card__number {
    color: rgba(255,255,255,.26);
    font-size: 12px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.dtt-home-rank-card:nth-child(1) .dtt-home-rank-card__number {
    color: #ff9253;
}

.dtt-home-rank-card:nth-child(2) .dtt-home-rank-card__number {
    color: #c4bdfd;
}

.dtt-home-rank-card:nth-child(3) .dtt-home-rank-card__number {
    color: #e7b888;
}

.dtt-home-rank-card img {
    display: block;
    width: 48px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    object-fit: cover;
}

.dtt-home-rank-card__body {
    min-width: 0;
}

.dtt-home-rank-card__body small,
.dtt-home-rank-card__body strong,
.dtt-home-rank-card__body span {
    display: block;
}

.dtt-home-rank-card__body small {
    margin-bottom: 3px;
    color: #ff9b62;
    font-size: 7px;
    font-weight: 780;
}

.dtt-home-rank-card__body strong {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255,255,255,.88);
    font-size: 10px;
    font-weight: 790;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dtt-home-rank-card__body span {
    margin-top: 4px;
    color: rgba(255,255,255,.38);
    font-size: 7px;
    font-weight: 600;
}

.dtt-home-rank-card__arrow {
    color: rgba(255,255,255,.26);
    font-size: 12px;
    transition: color .2s ease, transform .2s ease;
}

.dtt-home-rank-card:hover .dtt-home-rank-card__arrow {
    color: #ff9759;
    transform: translate(1px, -1px);
}

.dtt-home-trending__all {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 41px;
    margin-top: 13px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.62);
    font-size: 8px;
    font-weight: 760;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.dtt-home-trending__all span {
    color: #ff9658;
}

.dtt-home-trending__all:hover {
    border-color: rgba(255, 145, 84, .28);
    background: rgba(245,106,31,.08);
    color: #fff;
}

/* ─────────────────────────────
   Completed stories
   ───────────────────────────── */
.dtt-home-section--complete {
    position: relative;
    padding: 34px 34px 36px;
    border: 1px solid rgba(216, 229, 222, .9);
    border-radius: 30px;
    background:
        radial-gradient(circle at 86% 12%, rgba(22,155,112,.09), transparent 20rem),
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,252,249,.88));
    box-shadow: 0 18px 50px rgba(32,68,54,.055);
}

.dtt-home-story-grid--complete {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* ─────────────────────────────
   Editorial / wiki
   ───────────────────────────── */
.dtt-home-editorial {
    padding: 36px;
    border: 1px solid #e5e1f0;
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 0%, rgba(102,87,242,.07), transparent 22rem),
        #fff;
    box-shadow: var(--dtt-home-shadow-soft);
}

.dtt-home-editorial__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
    gap: 24px;
}

.dtt-home-editorial__feature {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #ece8e3;
    border-radius: 22px;
    background: #fff;
}

.dtt-home-editorial__feature-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 8.4;
    overflow: hidden;
    background: #211c26;
}

.dtt-home-editorial__feature-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .6s ease;
}

.dtt-home-editorial__feature:hover .dtt-home-editorial__feature-media img {
    filter: saturate(1.06);
    transform: scale(1.035);
}

.dtt-home-editorial__feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20,16,23,.42));
}

.dtt-home-editorial__feature-label {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(19,16,23,.64);
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.dtt-home-editorial__feature-body {
    padding: 19px 20px 20px;
}

.dtt-home-editorial__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #978f9b;
    font-size: 8px;
    font-weight: 650;
}

.dtt-home-editorial__meta span {
    color: var(--dtt-home-purple);
    font-weight: 800;
}

.dtt-home-editorial__feature-body h3 {
    margin: 9px 0 0;
    font-size: 22px;
    font-weight: 880;
    letter-spacing: -.035em;
    line-height: 1.35;
}

.dtt-home-editorial__feature-body h3 a {
    color: var(--dtt-home-ink);
    transition: color .2s ease;
}

.dtt-home-editorial__feature-body h3 a:hover {
    color: var(--dtt-home-purple);
}

.dtt-home-editorial__feature-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 16px;
    color: var(--dtt-home-muted);
    font-size: 10px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dtt-home-editorial__read,
.dtt-home-editorial-card__body > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--dtt-home-purple);
    font-size: 9px;
    font-weight: 850;
}

.dtt-home-editorial__read span,
.dtt-home-editorial-card__body > a span {
    transition: transform .2s ease;
}

.dtt-home-editorial__read:hover span,
.dtt-home-editorial-card__body > a:hover span {
    transform: translateX(3px);
}

.dtt-home-editorial__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dtt-home-editorial-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #ece8e3;
    border-radius: 17px;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dtt-home-editorial-card:hover {
    border-color: rgba(102,87,242,.2);
    box-shadow: 0 14px 32px rgba(69,57,122,.08);
    transform: translateY(-3px);
}

.dtt-home-editorial-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f0eef7;
}

.dtt-home-editorial-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.dtt-home-editorial-card:hover .dtt-home-editorial-card__media img {
    transform: scale(1.035);
}

.dtt-home-editorial-card__body {
    padding: 12px;
}

.dtt-home-editorial-card__body h3 {
    min-height: 38px;
    margin: 7px 0 10px;
    font-size: 11px;
    font-weight: 820;
    line-height: 1.45;
}

.dtt-home-editorial-card__body h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: #29242e;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .2s ease;
}

.dtt-home-editorial-card__body h3 a:hover {
    color: var(--dtt-home-purple);
}

/* ─────────────────────────────
   Community CTA
   ───────────────────────────── */
.dtt-home-community {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 36px;
    align-items: center;
    min-height: 390px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 52px 58px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at var(--spot-x, 74%) var(--spot-y, 28%), rgba(102,87,242,.28), transparent 23rem),
        radial-gradient(circle at 82% 90%, rgba(245,106,31,.15), transparent 22rem),
        linear-gradient(135deg, #19151d, #241922 58%, #17151d);
    box-shadow: 0 32px 76px rgba(27,19,26,.15);
    isolation: isolate;
}

.dtt-home-community::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .3;
    background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000);
    mask-image: linear-gradient(90deg, transparent 30%, #000);
}

.dtt-home-community__mesh {
    position: absolute;
    top: -30%;
    right: -8%;
    width: 62%;
    height: 150%;
    z-index: -1;
    background: radial-gradient(circle, rgba(113,96,255,.18), transparent 58%);
    filter: blur(20px);
    animation: dtt-home-mesh 10s ease-in-out infinite alternate;
}

.dtt-home-community__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.dtt-home-community__eyebrow {
    display: inline-flex;
    margin-bottom: 13px;
    color: #ff9a61;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .17em;
}

.dtt-home-community h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3.7vw, 53px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.dtt-home-community h2 span {
    background: linear-gradient(90deg, #ff9b62, #b6adff 55%, #fff 88%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dtt-home-community p {
    max-width: 620px;
    margin: 19px 0 0;
    color: rgba(255,255,255,.57);
    font-size: 11px;
    line-height: 1.8;
}

.dtt-home-community__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
}

.dtt-home-button--light {
    background: #fff;
    color: #1f1a21;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.dtt-home-button--light:hover {
    color: #1f1a21;
    transform: translateY(-2px);
}

.dtt-home-button--outline-light {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.82);
}

.dtt-home-button--outline-light:hover {
    border-color: rgba(255,255,255,.28);
    color: #fff;
    transform: translateY(-2px);
}

.dtt-home-community__social {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 5px;
    color: rgba(255,255,255,.5);
    font-size: 9px;
    font-weight: 750;
    transition: color .2s ease;
}

.dtt-home-community__social span {
    color: #ff9658;
}

.dtt-home-community__social:hover {
    color: #fff;
}

.dtt-home-community__visual {
    position: relative;
    min-height: 280px;
    perspective: 1200px;
}

.dtt-home-community__book {
    position: absolute;
    display: grid;
    width: 190px;
    height: 250px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px 8px 8px 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,.26);
    transform-origin: bottom center;
}

.dtt-home-community__book::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 1px;
    background: rgba(255,255,255,.13);
}

.dtt-home-community__book span {
    color: rgba(255,255,255,.92);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.05em;
}

.dtt-home-community__book--one {
    top: 8px;
    left: 104px;
    z-index: 3;
    background: linear-gradient(145deg, #f87730, #c94a0c);
    transform: rotate(5deg) translateZ(30px);
    animation: dtt-home-book-one 6s ease-in-out infinite;
}

.dtt-home-community__book--two {
    top: 26px;
    left: 22px;
    z-index: 2;
    background: linear-gradient(145deg, #7467f6, #4d42bd);
    transform: rotate(-10deg) translateZ(10px);
    animation: dtt-home-book-two 7.2s ease-in-out infinite;
}

.dtt-home-community__book--three {
    top: 32px;
    right: -16px;
    z-index: 1;
    background: linear-gradient(145deg, #34303c, #17141a);
    transform: rotate(14deg) translateZ(0);
    animation: dtt-home-book-three 7.8s ease-in-out infinite;
}

.dtt-home-community__spark {
    position: absolute;
    color: #ff9c64;
    text-shadow: 0 0 20px rgba(245,106,31,.7);
    animation: dtt-home-spark 3.4s ease-in-out infinite;
}

.dtt-home-community__spark--one {
    top: 10px;
    right: 42px;
    font-size: 22px;
}

.dtt-home-community__spark--two {
    right: 4px;
    bottom: 22px;
    color: #afa7ff;
    font-size: 13px;
    animation-delay: -.9s;
}

/* ─────────────────────────────
   Reveal and interaction states
   ───────────────────────────── */
.dtt-reveal {
    opacity: 1;
    transform: none;
}

.dtt-home-js .dtt-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1);
}

.dtt-home-js .dtt-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─────────────────────────────
   Motion
   ───────────────────────────── */
@keyframes dtt-home-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(245,106,31,.10); transform: scale(.9); }
    50% { box-shadow: 0 0 0 7px rgba(245,106,31,.03); transform: scale(1); }
}

@keyframes dtt-home-marquee {
    from { transform: translate3d(0,0,0); }
    to { transform: translate3d(-50%,0,0); }
}

@keyframes dtt-home-mesh {
    from { transform: translate3d(-2%, -1%, 0) scale(1); }
    to { transform: translate3d(3%, 2%, 0) scale(1.05); }
}

@keyframes dtt-home-cover-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -7px; }
}

@keyframes dtt-home-float-card {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -8px; }
}

@keyframes dtt-home-spin {
    to { transform: rotate(360deg); }
}

@keyframes dtt-home-book-one {
    0%, 100% { transform: rotate(5deg) translate3d(0,0,30px); }
    50% { transform: rotate(2deg) translate3d(0,-8px,30px); }
}

@keyframes dtt-home-book-two {
    0%, 100% { transform: rotate(-10deg) translate3d(0,0,10px); }
    50% { transform: rotate(-7deg) translate3d(-3px,-5px,10px); }
}

@keyframes dtt-home-book-three {
    0%, 100% { transform: rotate(14deg) translate3d(0,0,0); }
    50% { transform: rotate(11deg) translate3d(3px,-5px,0); }
}

@keyframes dtt-home-spark {
    0%, 100% { opacity: .45; transform: scale(.85) rotate(0); }
    50% { opacity: 1; transform: scale(1.12) rotate(18deg); }
}

/* ─────────────────────────────
   Responsive
   ───────────────────────────── */
@media (max-width: 1320px) {
    .dtt-home-hero__slide {
        grid-template-columns: minmax(0, 1fr) 360px;
        padding-right: 52px;
        padding-left: 52px;
    }

    .dtt-home-hero__controls {
        right: 52px;
        left: 52px;
    }

    .dtt-home-latest-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .dtt-home-trending {
        position: relative;
        top: auto;
    }

    .dtt-home-trending__list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
    }

    .dtt-home-rank-card {
        grid-template-columns: 24px 42px minmax(0, 1fr);
        min-height: 78px;
        border: 1px solid rgba(255,255,255,.055);
        background: rgba(255,255,255,.025);
    }

    .dtt-home-rank-card img {
        width: 42px;
        height: 52px;
    }

    .dtt-home-rank-card__arrow {
        display: none;
    }

    .dtt-home-story-grid--complete {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .dtt-home {
        width: min(100% - 24px, 1480px);
    }

    .dtt-home-hero__slide {
        grid-template-columns: minmax(0, 1fr) 310px;
        min-height: 590px;
        gap: 26px;
        padding: 50px 42px 138px;
    }

    .dtt-home-hero__controls {
        right: 42px;
        left: 42px;
    }

    .dtt-home-hero__visual {
        min-height: 380px;
    }

    .dtt-home-hero__floating-card {
        min-width: 145px;
    }

    .dtt-home-hero__orbit--two {
        width: 430px;
        height: 430px;
    }

    .dtt-home-story-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dtt-home-trending__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dtt-home-rank-card:nth-child(n+4) {
        display: none;
    }

    .dtt-home-editorial__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dtt-home-editorial__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dtt-home-community {
        grid-template-columns: minmax(0, 1fr) 330px;
        padding: 44px 42px;
    }

    .dtt-home-community__book {
        width: 155px;
        height: 210px;
    }
}

@media (max-width: 860px) {
    .dtt-home-ticker {
        border-radius: 18px;
    }

    .dtt-home-ticker__label {
        padding: 0 13px;
        font-size: 9px;
    }

    .dtt-home-hero {
        border-radius: 28px;
    }

    .dtt-home-hero__slide {
        grid-template-columns: minmax(0, 1fr);
        min-height: 760px;
        padding: 42px 30px 132px;
    }

    .dtt-home-hero__content {
        max-width: none;
    }

    .dtt-home-hero__content h2 {
        max-width: 640px;
        font-size: clamp(34px, 8vw, 52px);
    }

    .dtt-home-hero__excerpt {
        max-width: 620px;
    }

    .dtt-home-hero__visual {
        position: absolute;
        right: -20px;
        bottom: 108px;
        width: 310px;
        min-height: 310px;
        opacity: .38;
        pointer-events: none;
    }

    .dtt-home-hero__cover-wrap {
        width: 210px;
    }

    .dtt-home-hero__floating-card,
    .dtt-home-hero__orbit {
        display: none;
    }

    .dtt-home-hero__facts {
        max-width: 500px;
    }

    .dtt-home-hero__controls {
        right: 30px;
        left: 30px;
    }

    .dtt-home-hero__stats > div {
        padding-right: 14px;
        padding-left: 14px;
    }

    .dtt-home-hero__stats strong {
        font-size: 24px;
    }

    .dtt-home-hero__stats span {
        display: block;
        font-size: 11px;
    }

    .dtt-home-discover {
        grid-template-columns: 1fr;
        margin-bottom: 54px;
    }

    .dtt-home-discover__genres {
        width: 100%;
    }

    .dtt-home-discover__actions {
        grid-column: auto;
    }

    .dtt-home-story-grid,
    .dtt-home-story-grid--complete {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dtt-home-section--complete,
    .dtt-home-editorial {
        padding: 28px;
    }

    .dtt-home-editorial__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dtt-home-community {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 42px 34px;
    }

    .dtt-home-community__visual {
        display: none;
    }
}

@media (max-width: 650px) {
    body.home {
        background: #faf8f5 !important;
    }

    .dtt-home {
        width: min(100% - 20px, 1480px);
        padding-top: 10px;
    }

    .dtt-home-ticker {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 14px;
    }

    .dtt-home-ticker__label {
        min-height: 35px;
        border-right: 0;
        border-bottom: 1px solid var(--dtt-home-line);
    }

    .dtt-home-ticker__viewport {
        min-height: 36px;
        display: flex;
        align-items: center;
    }

    .dtt-home-hero {
        border-radius: 22px;
    }

    .dtt-home-hero__slide {
        min-height: 700px;
        padding: 32px 22px 120px;
    }

    .dtt-home-hero__content h2 {
        font-size: clamp(31px, 10vw, 42px);
    }

    .dtt-home-hero__excerpt {
        display: -webkit-box;
        overflow: hidden;
        font-size: 11px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .dtt-home-hero__facts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .dtt-home-hero__facts > div {
        min-width: 0;
        padding-right: 0;
        border-right: 0;
    }

    .dtt-home-hero__facts > div:last-child {
        grid-column: 1 / -1;
    }

    .dtt-home-hero__actions {
        align-items: stretch;
    }

    .dtt-home-button--primary,
    .dtt-home-button--glass {
        flex: 1 1 calc(50% - 5px);
        padding: 0 12px;
    }

    .dtt-home-hero__start {
        flex: 1 0 100%;
    }

    .dtt-home-hero__visual {
        right: -48px;
        bottom: 105px;
        width: 245px;
        opacity: .26;
    }

    .dtt-home-hero__cover-wrap {
        width: 170px;
    }

    .dtt-home-hero__controls {
        right: 22px;
        bottom: 108px;
        left: 22px;
    }

    .dtt-home-hero__arrows {
        display: none;
    }

    .dtt-home-hero__stats {
        min-height: 90px;
    }

    .dtt-home-hero__stats > div {
        gap: 4px;
        padding: 12px 8px 11px;
    }

    .dtt-home-hero__stats > div::before {
        width: 16px;
        margin-bottom: 1px;
    }

    .dtt-home-hero__stats strong {
        font-size: 20px;
    }

    .dtt-home-hero__stats span {
        max-width: 105px;
        font-size: 9.5px;
        line-height: 1.25;
    }

    .dtt-home-discover {
        gap: 16px;
        margin: 16px 0 48px;
        padding: 20px;
        border-radius: 20px;
    }

    .dtt-home-discover__actions {
        grid-template-columns: 1fr;
    }

    .dtt-home-quick-action {
        min-height: 66px;
    }

    .dtt-home-section,
    .dtt-home-editorial {
        margin-bottom: 58px;
    }

    .dtt-home-section__head {
        align-items: flex-start;
        margin-bottom: 19px;
    }

    .dtt-home-section__head h2 {
        font-size: 27px;
    }

    .dtt-home-section__head p {
        font-size: 10px;
    }

    .dtt-home-section__more {
        min-height: 35px;
        padding: 0 11px;
        font-size: 8px;
    }

    .dtt-home-story-grid,
    .dtt-home-story-grid--complete {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .dtt-story-card {
        border-radius: 16px;
    }

    .dtt-story-card__body {
        padding: 10px;
    }

    .dtt-story-card__genres a:nth-child(n+2) {
        display: none;
    }

    .dtt-story-card__title {
        min-height: 38px;
        font-size: 11px;
    }

    .dtt-story-card__meta {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .dtt-story-card__meta a {
        justify-self: start;
        max-width: 100%;
    }

    .dtt-story-card__actions {
        grid-template-columns: 1fr;
    }

    .dtt-story-card__actions a {
        min-height: 31px;
        font-size: 7px;
    }

    .dtt-story-card__start {
        display: none !important;
    }

    .dtt-home-trending {
        padding: 15px;
        border-radius: 20px;
    }

    .dtt-home-trending__list {
        grid-template-columns: 1fr;
    }

    .dtt-home-rank-card:nth-child(n+4) {
        display: none;
    }

    .dtt-home-section--complete,
    .dtt-home-editorial {
        padding: 20px;
        border-radius: 22px;
    }

    .dtt-home-editorial__head {
        margin-bottom: 18px;
    }

    .dtt-home-editorial__feature-body {
        padding: 15px;
    }

    .dtt-home-editorial__feature-body h3 {
        font-size: 17px;
    }

    .dtt-home-editorial__list {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .dtt-home-editorial-card__body h3 {
        font-size: 9px;
    }

    .dtt-home-community {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .dtt-home-community h2 {
        font-size: 33px;
    }

    .dtt-home-community__actions {
        align-items: stretch;
    }

    .dtt-home-community__actions .dtt-home-button {
        flex: 1 1 calc(50% - 5px);
        padding: 0 11px;
    }

    .dtt-home-community__social {
        flex: 1 0 100%;
    }
}

@media (max-width: 390px) {
    .dtt-home-story-grid,
    .dtt-home-story-grid--complete {
        gap: 7px;
    }

    .dtt-story-card__badge,
    .dtt-story-card__time {
        top: 7px;
    }

    .dtt-story-card__badge {
        left: 7px;
    }

    .dtt-story-card__time {
        right: 7px;
        max-width: 66px;
    }

    .dtt-home-editorial__list {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dtt-home *,
    .dtt-home *::before,
    .dtt-home *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    .dtt-home-ticker__track {
        animation: none !important;
    }

    .dtt-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
