:root{--bg:#04131f;--ink:#e0f2fe;--primary:#06b6d4;--accent:#fde047;--extra:#f43f5e;--panel:rgba(255,255,255,.08);--line:rgba(255,255,255,.16);--muted:rgba(255,255,255,.70);--title:"Arial Black","Microsoft YaHei UI",sans-serif;--radius:18px;--gap:34px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Microsoft YaHei UI","PingFang SC",Arial,sans-serif;line-height:1.65}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 15% 20%,#fde04740,transparent 34%),radial-gradient(circle at 80% 85%,#f43f5e35,transparent 32%),linear-gradient(157deg,#04131f,#04131f)}a{color:inherit;text-decoration:none}img{display:block;width:100%}.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:auto 1fr minmax(220px,320px);gap:22px;align-items:center;padding:15px clamp(16px,4vw,58px);background:rgba(5,7,10,.82);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;gap:12px;align-items:center}.brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--primary);color:#101010;font-weight:900}.brand strong{font-family:var(--title);font-size:24px}.main-nav{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.main-nav a{padding:9px 13px;border-radius:999px;color:var(--muted);font-weight:800}.main-nav a:hover,.main-nav a[aria-current=page]{background:var(--primary);color:#0b0b0b}.search{display:flex;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--panel)}.search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);padding:10px 14px}.search button{border:0;background:var(--primary);color:#111;font-weight:900;padding:0 16px}.nav-toggle{display:none}main{width:min(1280px,calc(100% - 32px));margin:0 auto}.home-hero{display:grid;grid-template-columns:var(--heroCols);gap:clamp(22px,4vw,56px);align-items:center;min-height:540px;padding:44px 0}.hero-copy p,.section-title p,.page-hero p,.detail-info p{margin:0 0 8px;color:var(--primary);font-weight:900}.hero-copy h1,.page-hero h1,.detail-info h1{margin:0;font-family:var(--title);font-size:clamp(42px,7vw,86px);line-height:1.05;letter-spacing:0}.hero-copy span,.page-hero span,.detail-info span{display:block;max-width:760px;color:var(--muted);font-size:18px;margin-top:16px}.hero-actions,.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:10px 18px;font-weight:900;transition:.22s ease}.btn.primary{background:var(--primary);color:#111}.btn.ghost{border:1px solid var(--line);background:var(--panel)}.poster{position:relative;overflow:hidden;margin:0;border-radius:var(--radius);background:#111;box-shadow:0 18px 50px rgba(0,0,0,.18);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}.poster img{aspect-ratio:3/4;object-fit:cover}.poster figcaption{position:absolute;inset:auto 0 0;padding:42px 13px 12px;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent);color:#fff;font-weight:900}.drama-card{min-width:0}.drama-card a{display:block}.drama-card h3{margin:12px 0 3px;font-size:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drama-card p{margin:0;color:var(--muted);font-size:14px}.drama-card span,.meta{color:var(--muted);font-size:13px}.card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--gap)}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin:10px 0 18px}.section-title h2{margin:0;font-family:var(--title);font-size:34px}.section-title a{color:var(--primary);font-weight:900}.channel-strip{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 34px}.channel-strip a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--panel);font-weight:800}.feature-panel,.rank-panel,.filters,.detail-card,.player-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:0 18px 50px rgba(0,0,0,.18)}.feature-panel{padding:22px;margin:32px 0}.rank-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rank-item{display:grid;grid-template-columns:38px 54px minmax(0,1fr);gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:calc(var(--radius) - 4px);background:rgba(0,0,0,.18)}.rank-item b{color:var(--primary);font-size:20px}.rank-item .poster{box-shadow:none;border-radius:8px}.rank-item .poster figcaption{display:none}.rank-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-hero{padding:46px 0 14px}.filters{display:flex;flex-wrap:wrap;gap:12px;padding:16px;margin:20px 0}.filters label{display:grid;gap:6px;flex:1 1 150px;min-width:150px;color:var(--muted);font-size:13px;font-weight:900}.filters input,.filters select{min-height:42px;border:1px solid var(--line);border-radius:999px;background:rgba(0,0,0,.2);color:var(--ink);padding:0 12px;outline:0}.result-head{display:flex;justify-content:space-between;margin:0 0 18px}.detail-card{display:grid;grid-template-columns:330px minmax(0,1fr);gap:42px;align-items:center;padding:28px;margin:38px 0}.detail-info dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0 0}.detail-info dl div{padding:14px;border:1px solid var(--line);border-radius:14px}.detail-info dt{color:var(--muted);font-size:13px}.detail-info dd{margin:2px 0 0;font-size:24px;font-weight:900}.episode-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}.episode{display:grid;place-items:center;min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--panel);font-weight:800}.episode:hover,.episode.active{background:var(--primary);color:#111}.player-wrap{display:grid;grid-template-columns:minmax(0,1fr)330px;gap:22px;padding:20px;margin:30px 0}.screen{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:center;min-height:470px;border-radius:calc(var(--radius) - 4px);padding:30px;background:linear-gradient(135deg,var(--primary),var(--extra) 48%,rgba(0,0,0,.38))}.screen h1{font-family:var(--title);font-size:42px;margin:0}.screen p{font-weight:900}.play-icon{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:#fff;color:#111;font-size:34px;margin-bottom:16px}.site-footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:56px;padding:34px clamp(16px,4vw,58px);background:rgba(0,0,0,.34);border-top:1px solid var(--line)}.site-footer h2{margin:0 0 8px}.site-footer p,.site-footer a{color:var(--muted)}.site-footer nav{display:grid;gap:6px}.copyright{grid-column:1/-1}.tilt .drama-card:hover .poster{transform:perspective(800px) rotateX(4deg) rotateY(-5deg) translateY(-8px)}.lift .drama-card:hover .poster{transform:translateY(-10px)}.glow .drama-card:hover .poster{box-shadow:0 0 0 1px var(--primary),0 24px 80px color-mix(in srgb,var(--primary),transparent 42%)}.zoom .drama-card:hover .poster{transform:scale(1.045)}.slide .drama-card:hover .poster{transform:translateX(6px) translateY(-6px)}.shine .poster:after{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.26),transparent);transition:.45s}.shine .drama-card:hover .poster:after{transform:translateX(120%)}.cinemaLane.heroGrid .home-hero{--heroCols:minmax(0,1fr) 360px}.cinemaLane.magazine .home-hero{--heroCols:380px minmax(0,1fr)}.cinemaLane.posterWall .home-hero{--heroCols:1fr}.cinemaLane.rankFocus .home-hero{--heroCols:minmax(0,1.25fr) 300px}.cinemaLane.splitScreen .home-hero{--heroCols:1fr 1fr}.cinemaLane.channelCards .home-hero{--heroCols:minmax(0,1fr) 420px}.cinemaLane.cinemaLane .home-hero{--heroCols:minmax(0,1fr) 340px}.cinemaLane.newspaper .home-hero{--heroCols:1.1fr .9fr}.cinemaLane.softPortal .home-hero{--heroCols:1fr 320px}.cinemaLane.neonBoard .home-hero{--heroCols:minmax(0,1fr) 380px}.cinemaLane.classicShelf .home-hero{--heroCols:320px minmax(0,1fr)}.cinemaLane.cleanIndex .home-hero{--heroCols:1fr}@media(max-width:1100px){.site-header{grid-template-columns:auto auto}.nav-toggle{display:grid;justify-self:end;gap:5px;width:42px;height:42px;padding:9px;border:1px solid var(--line);border-radius:999px;background:var(--panel)}.nav-toggle i{height:2px;background:var(--ink)}.main-nav,.search{display:none;grid-column:1/-1}.nav-open .main-nav,.nav-open .search{display:flex}.nav-open .main-nav{justify-content:flex-start}.home-hero,.detail-card,.player-wrap{grid-template-columns:1fr!important}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rank-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){main{width:min(100% - 24px,1280px)}.hero-copy h1,.page-hero h1,.detail-info h1{font-size:42px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.detail-info dl{grid-template-columns:repeat(2,minmax(0,1fr))}.episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.screen{grid-template-columns:1fr;min-height:360px}.site-footer{grid-template-columns:1fr}.rank-list{grid-template-columns:1fr}}
/* gc visual 713 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 713 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 713 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 714 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 715 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 716 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 717 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 718 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 719 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 720 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 721 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 722 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 723 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 724 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 725 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 726 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 727 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 728 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 729 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 730 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 731 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 732 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 733 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 734 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 735 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 736 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 737 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 738 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 739 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 740 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 741 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 742 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 743 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 744 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 745 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 746 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 747 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 748 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 749 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 750 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 751 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 752 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 753 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 754 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 755 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 756 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 757 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 758 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 759 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 760 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 761 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 762 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 763 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 764 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 765 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 766 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 767 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 768 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 769 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 770 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 771 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 772 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 773 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 774 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 775 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 776 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 777 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 778 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 779 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 780 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 781 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 782 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 783 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 784 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 785 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 786 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 787 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 788 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 789 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 790 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 791 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 792 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 793 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 794 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 795 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 796 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 797 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 798 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 799 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 800 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 801 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 802 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 803 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 804 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 805 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 806 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 807 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 808 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 809 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 810 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 811 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 812 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 813 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 814 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 815 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 816 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 817 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 818 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 819 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 820 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 821 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 822 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 823 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 824 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 825 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 826 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 827 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 828 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 829 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 830 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 831 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 832 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 833 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 834 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 835 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 836 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 837 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 838 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 839 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 840 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 841 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 842 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 843 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 844 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 845 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 846 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 847 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 848 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 849 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 850 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 851 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 852 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 853 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 854 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 855 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 856 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 857 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 858 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 859 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 860 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 861 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 862 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 863 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 864 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 865 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 866 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 867 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 868 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 869 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 870 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 871 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 872 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 873 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 874 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 875 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 876 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 877 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 878 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 879 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 880 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 881 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 882 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 883 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 884 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 885 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 886 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 887 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 888 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 889 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 890 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 891 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 892 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 893 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 894 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 895 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 896 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 897 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 898 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 899 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 900 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 901 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 902 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 903 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 904 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 905 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 906 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 907 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 908 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 909 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 910 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 911 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 912 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 913 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 914 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 915 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 916 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 917 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 918 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 919 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 920 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 921 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 922 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 923 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 924 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 925 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 926 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 927 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 928 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 929 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 930 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 931 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 932 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 933 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 934 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 935 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 936 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 937 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 938 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 939 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 940 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 941 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 942 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 943 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 944 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 945 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 946 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 947 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 948 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 949 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 950 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 951 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 952 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 953 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 954 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 955 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 956 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 957 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 958 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 959 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 960 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 961 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 962 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 963 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 964 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 965 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 966 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 967 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 968 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 969 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 970 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 971 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 972 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 973 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 974 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 975 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 976 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 977 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 978 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 979 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 980 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 981 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 982 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 983 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 984 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 985 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 986 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 987 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 988 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 989 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 990 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 991 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 992 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 993 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 994 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 995 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 996 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 997 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 998 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 999 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1000 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1001 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1002 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1003 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1004 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1005 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1006 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1007 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1008 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1009 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1010 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1011 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1012 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1013 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1014 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1015 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1016 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1017 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1018 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1019 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1020 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1021 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1022 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1023 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1024 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1025 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1026 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1027 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1028 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1029 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1030 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1031 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1032 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1033 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1034 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1035 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1036 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1037 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1038 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1039 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1040 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1041 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1042 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1043 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1044 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1045 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1046 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1047 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1048 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1049 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1050 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1051 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1052 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1053 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1054 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1055 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1056 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1057 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1058 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1059 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1060 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1061 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1062 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1063 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1064 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1065 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1066 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1067 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1068 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1069 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1070 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1071 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1072 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1073 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1074 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1075 */
body.theme-3 .site-header{border-radius:0 0 28px 28px}body.theme-3 .home-hero{align-items:end}body.theme-3 .rank-list{grid-template-columns:repeat(4,minmax(0,1fr))}body.theme-3 .poster{border:1px solid var(--line)}
body.theme-3 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1076 */
body.theme-4 .home-hero{width:min(100%,1180px);margin:auto}body.theme-4 .hero-copy h1{font-size:clamp(38px,6vw,78px)}body.theme-4 .card-grid{gap:calc(var(--gap) + 8px)}body.theme-4 .drama-card h3{font-size:17px}
body.theme-4 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 1077 */
body.theme-5 .site-header{grid-template-columns:auto minmax(0,1fr)}body.theme-5 .search{grid-column:1/-1;max-width:760px;justify-self:center;width:100%}body.theme-5 .home-hero{min-height:620px}
body.theme-5 .drama-card:nth-child(2n) .poster{transform-origin:left bottom}

/* gc visual 1078 */
body.theme-6 .home-hero{background:var(--panel);border:1px solid var(--line);border-radius:38px;margin-top:30px;padding:38px}body.theme-6 .channel-strip a{border-radius:8px}body.theme-6 .poster{border-radius:22px}
body.theme-6 .drama-card:nth-child(3n) .poster{transform-origin:right top}

/* gc visual 1079 */
body.theme-7 .brand span{border-radius:14px}body.theme-7 .main-nav a,.search,.btn{border-radius:12px}body.theme-7 .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}body.theme-7 .feature-panel{padding:32px}
body.theme-7 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 1080 */
body.theme-8 .home-hero{grid-template-columns:minmax(0,1fr)!important}body.theme-8 .hero-art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}body.theme-8 .hero-art .poster{max-width:320px;margin:auto}body.theme-8 .hero-copy{text-align:left}
body.theme-8 .drama-card:nth-child(5n) .poster{transform-origin:right top}

/* gc visual 1081 */
body.theme-9 .site-header{position:relative}body.theme-9 .home-hero{padding-top:28px}body.theme-9 .section-title h2{letter-spacing:.08em}body.theme-9 .poster img{filter:saturate(1.08) contrast(1.04)}
body.theme-9 .drama-card:nth-child(6n) .poster{transform-origin:left bottom}

/* gc visual 1082 */
body.theme-10 .home-hero{min-height:520px}body.theme-10 .hero-copy{order:2}body.theme-10 .hero-art{order:1}body.theme-10 .feature-panel{background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.03))}
body.theme-10 .drama-card:nth-child(2n) .poster{transform-origin:right top}

/* gc visual 1083 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(3n) .poster{transform-origin:left bottom}

/* gc visual 1084 */
body.theme-0 .home-hero{border-bottom:1px solid var(--line)}body.theme-0 .card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}body.theme-0 .section-title{border-left:5px solid var(--primary);padding-left:16px}
body.theme-0 .drama-card:nth-child(4n) .poster{transform-origin:right top}

/* gc visual 1085 */
body.theme-1 .home-hero{padding:70px 0 36px}body.theme-1 .hero-art .poster{border-radius:34px}body.theme-1 .channel-strip{justify-content:center}body.theme-1 .feature-panel{border-radius:34px}
body.theme-1 .drama-card:nth-child(5n) .poster{transform-origin:left bottom}

/* gc visual 1086 */
body.theme-2 .home-hero{min-height:480px}body.theme-2 .hero-copy{text-align:center;max-width:900px;margin:auto}body.theme-2 .hero-art{display:none}body.theme-2 .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.theme-2 .drama-card:nth-child(6n) .poster{transform-origin:right top}

/* gc visual 819 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}

/* gc visual 819 */
body.theme-11 .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-11 .drama-card a{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:center}body.theme-11 .drama-card .poster img{aspect-ratio:4/5}
body.theme-11 .drama-card:nth-child(4n) .poster{transform-origin:left bottom}
