.ap { line-height: 1.5; }
.ap :where(h1, h2, h3, h4) { margin: 0; line-height: 1.2; font-weight: 700; }
.ap :where(p) { margin: 0; }
:where(.ap) :where(ul, ol, dl, dd) { margin: 0; padding: 0; }
:where(.ap) :where(ul, ol) { list-style: none; }
.ap :where(cite) { font-style: italic; }
.ap :where(summary) { list-style: none; cursor: pointer; }
.ap summary::-webkit-details-marker { display: none; }
.ap :where(picture) { display: block; }
.ap :where([id]) { scroll-margin-top: 8px; }
.ap :focus-visible { border-radius: 4px; }
.ap a:not(.ln, .gn-a):focus { text-decoration: none; }
.ap .muted { color: var(--muted); }
.ap { --bg: #0b0c0f; --bg-soft: #14161c; --bg-card: #171a21; --bg-elev: #171a21; --bg-elev-2: #1d2029; --bg-hover: #222634; --bg-head: #0d0e12; --line: #262a34; --line-2: #3a4152; --field-line: #6b7280; --ctl-line: #3a4152; --text: #f2f3f5; --text-2: #dfe2e8; --muted: #b3b8c4; --accent: #e50914; --accent-text: #ff6a72; --focus: #ff6a72; --c-red: #ff6a72; --c-gold: #e3b224; --c-violet: #b89aff; --c-blue: #78a6ff; --c-teal: #3cc7b4; --c-orange: #ff9a52; --c-muted: #b3b8c4; --g-red: #e50914; --g-gold: #e3b224; --g-violet: #9d7dff; --g-blue: #5b8def; --g-teal: #2fb8a5; --g-orange: #f08a3e; --role: #3cc7b4; --role-2: #8fb5ff; --star: #f5c518; --won: #5bd68f; --track: #262a35; --grid-line: rgba(179, 184, 196, .14); --glass: rgba(23, 26, 33, .86); --glass-line: rgba(255, 255, 255, .1); --shadow-1: 0 1px 2px rgba(0, 0, 0, .35), 0 4px 16px rgba(0, 0, 0, .25); --shadow-2: 0 16px 40px rgba(0, 0, 0, .5); --wm-r: #f5232e; --wm-f: #9aa0a6; --band: #121419; --wash-o: .22; --wash-f: blur(80px) saturate(1.3); --o-co: #e50914; --o-di: #d4a514; --o-di-text: #1a1300; --ig: #ff4f93; --fb: #4a95ff; --yt: #ff3333; --imdb: #f5c518; --radius: 8px; --r-lg: 12px; --r-xl: 16px; --wrap: 1180px; --rail: 360px; --gap: 56px; --por: 176px; --pg: 32px; --fs-xs: .75rem; --fs-sm: .875rem; --fs-base: 1rem; --fs-md: 1.125rem; --fs-lg: 1.375rem; --fs-xl: 2rem; --fs-2xl: 2.5rem; --nm-fs: 2.5rem; }
:root[data-theme="light"] .ap { --bg: #fbfaf8; --bg-soft: #f2f1ed; --bg-card: #f7f6f3; --bg-elev: #ffffff; --bg-elev-2: #f7f6f3; --bg-hover: #eceae5; --bg-head: #fff; --line: #e2e0d9; --line-2: #c5c2b8; --field-line: #87837a; --ctl-line: #8f8b80; --text: #17181b; --text-2: #33353a; --muted: #5b6069; --accent-text: #c00610; --focus: #b60710; --c-red: #c00610; --c-gold: #7a5a00; --c-violet: #6f40cf; --c-blue: #2b5bcc; --c-teal: #086a5d; --c-orange: #9a4306; --c-muted: #5b6069; --g-red: #e50914; --g-gold: #b8860b; --g-violet: #7c4ddb; --g-blue: #3b6fd6; --g-teal: #138a78; --g-orange: #d0701f; --role: #086a5d; --role-2: #2b5bcc; --star: #b8860b; --won: #177a3e; --track: #e9e7e1; --grid-line: rgba(23, 24, 27, .1); --glass: rgba(255, 255, 255, .9); --glass-line: rgba(0, 0, 0, .08); --shadow-1: 0 1px 2px rgba(20, 20, 30, .06), 0 4px 16px rgba(20, 20, 30, .07); --shadow-2: 0 16px 40px rgba(10, 12, 20, .16); --wm-r: #c00610; --wm-f: #4a4e55; --band: #f1efea; --wash-o: .15; --wash-f: blur(80px) saturate(1.3) contrast(.6) brightness(1.4); --o-co: #e50914; --o-di: #a87a00; --o-di-text: #1a1300; --ig: #d62976; --fb: #1877f2; --yt: #e00000; --imdb: #d9a900; }
.ic { width: 20px; height: 20px; flex: none; display: inline-block; vertical-align: middle; }
.noimg { display: block; aspect-ratio: 2 / 3; background: var(--bg-card); border-radius: 4px; }
.apc .cr { font-size: var(--fs-sm); margin-top: 48px; }
.apc .cr ol { display: flex; align-items: center; }
.apc .cr li { display: flex; align-items: center; min-height: 44px; min-width: 0; }
.apc .cr li + li::before { content: ""; flex: none; width: 6px; height: 6px; margin: 0 12px 0 8px; border-right: 1.5px solid var(--muted); border-top: 1.5px solid var(--muted); transform: rotate(45deg); }
.apc .cr a { display: flex; align-items: center; min-height: 44px; min-width: 44px; color: var(--muted); text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: .22em; }
.apc .cr span { min-width: 0; overflow-wrap: anywhere; color: var(--text-2); }
.kick { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; font-size: var(--fs-xs); line-height: 1.5; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.kick .ic { width: 16px; height: 16px; color: var(--c-red); }
.kick.sub { margin-top: 40px; }
.ln { color: var(--text); text-decoration: underline; text-decoration-color: var(--line-2); text-decoration-thickness: 1px; text-underline-offset: .22em; }
.ln:hover { text-decoration-color: var(--accent-text); }
.fn { margin-top: 16px; font-size: var(--fs-sm); line-height: 1.5; color: var(--muted); max-width: 76ch; }
.fn .ic { width: 16px; height: 16px; margin: -2px 8px 0 0; color: var(--c-violet); }
.fn-s { margin-top: 8px; }
.deck { margin-top: 4px; color: var(--muted); max-width: 68ch; }
.role { color: var(--role); }
.role2 { color: var(--role-2); }
.role, .role2 { font-style: italic; }
.role .ic-mic, .role2 .ic-mic { width: 14px; height: 14px; margin: -3px 4px 0 0; font-style: normal; }
.vt { display: inline-block; margin-left: 6px; padding: 0 6px; border-radius: 4px; font-size: var(--fs-xs); font-style: normal; font-weight: 600; line-height: 1.5; color: var(--muted); box-shadow: inset 0 0 0 1px var(--line-2); vertical-align: 1px; }
.pill { display: inline-flex; align-items: center; padding: 0 8px; border-radius: 999px; font-size: var(--fs-xs); font-weight: 700; line-height: 1.7; color: var(--c-red); background: color-mix(in srgb, var(--c-red) 12%, transparent); white-space: nowrap; }
.sh { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; font-size: var(--fs-lg); line-height: 1.25; }
.sh .hg { width: .9em; height: .9em; }
.sh-t { min-width: 0; overflow-wrap: anywhere; }
.sh-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-bottom: 16px; }
.sh-row .sh { margin: 0; }
.tr { display: block; height: 8px; border-radius: 4px; background: var(--track); overflow: hidden; }
.tr i { display: block; height: 100%; border-radius: 4px; background: var(--c); }
.top { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(16px, 1fr) var(--por) var(--pg) minmax(0, calc(var(--wrap) - 32px - var(--gap) - var(--rail) - var(--por) - var(--pg))) var(--gap) var(--rail) minmax(16px, 1fr); grid-template-rows: 40px auto auto 24px auto auto 1fr; }
.hx-bg { grid-column: 1 / -1; grid-row: 1 / 5; position: relative; z-index: -1; overflow: hidden; contain: paint; background: var(--band); }
.hx-wash { position: absolute; inset: -120px -80px; }
.hx-wash picture { width: 100%; height: 100%; }
.hx-wash img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: var(--wash-f); opacity: var(--wash-o); }
.hx-bg::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 96px; background: linear-gradient(0deg, var(--bg) 0%, rgba(0, 0, 0, 0) 100%); }
:root[data-theme="light"] .hx-bg::after { background: linear-gradient(0deg, var(--bg) 0%, rgba(251, 250, 248, 0) 100%); }
.hx-pw { grid-column: 2; grid-row: 2 / 4; align-self: start; }
.hx-id { grid-column: 4; grid-row: 2; align-self: start; min-width: 0; }
.top.noport .hx-id, .top.noport .sn { grid-column: 2 / 5; }
.t-one { grid-template-rows: 64px auto 56px; }
.t-one .hx-bg { grid-row: 1 / 4; }
.t-one .hx-id { grid-column: 2 / 7; grid-row: 2; }
.sn { grid-column: 4; grid-row: 3; margin-top: 24px; min-width: 0; }
.rail { grid-column: 6; grid-row: 2 / 8; align-self: start; align-content: start; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; min-width: 0; position: relative; z-index: 2; }
.main { grid-column: 2 / 5; grid-row: 5; padding-top: 24px; min-width: 0; }
.main2 { grid-row: 6; padding-top: 56px; }
.main > * + * { margin-top: 40px; }
.hx-por { display: block; }
.hx-img { width: var(--por); height: calc(var(--por) * 1.5); object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.hx-mono { display: grid; place-items: center; width: var(--por); height: calc(var(--por) * 1.5); border-radius: var(--r-lg); background: linear-gradient(160deg, color-mix(in srgb, var(--g-red) 22%, var(--bg-elev)), var(--bg-elev-2)); box-shadow: var(--shadow-1); font-size: min(var(--fs-2xl), calc(var(--por) * .36)); font-weight: 800; color: var(--text); }
.nm { font-size: var(--nm-fs); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; overflow-wrap: anywhere; text-box: trim-start cap alphabetic; }
@supports (width: 1cqi) {
.hx-id { container-type: inline-size; }
.nm { font-size: max(min(24px, var(--nm-fs)), min(var(--nm-fs), 100cqi / var(--nmk, 1))); }
}
.lw { display: inline-block; max-width: 100%; }
.cc { display: inline-flex; align-items: center; gap: .2em; margin-left: .05em; vertical-align: middle; transform: translateY(-.05em); letter-spacing: 0; line-height: 1; }
.cc img { width: .7em; height: .525em; border-radius: 2px; }
.cc::after { content: attr(data-cc); font-size: max(12px, .35em); font-weight: 700; letter-spacing: .08em; color: var(--text-2); }
.pc { margin-top: 4px; font-size: var(--fs-md); line-height: 1.5; }
.pc a { display: inline-block; min-height: 44px; padding-block: 8.5px; margin-block: -8.5px; color: var(--text); text-decoration: none; }
.pc a:hover .nfx { text-decoration: underline; text-underline-offset: .2em; }
.pc-n { white-space: nowrap; }
.pc .nfx { color: var(--accent-text); font-weight: 700; }
.pc .ic { display: inline-block; width: 20px; height: 20px; margin-left: 8px; vertical-align: -4px; color: var(--accent-text); transition: transform .2s; }
.pc a:hover .ic { transform: translateY(2px); }
.sn-k { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sn ul { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.sn li { grid-column: span 2; min-width: 0; }
.sn ul.n2 li, .sn ul.n4 li, .sn ul.n5 li:nth-child(n+4) { grid-column: span 3; }
.snt { position: relative; display: flex; flex-direction: column; align-items: flex-start; height: 100%; min-height: 84px; padding: 12px 16px 14px; border-radius: var(--r-lg); overflow: hidden; color: var(--text); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); transition: transform .2s, box-shadow .2s; }
.snt::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--c); }
.snt:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-1), inset 0 0 0 1px color-mix(in srgb, var(--c) 55%, var(--line)); }
.snt-g { width: 20px; height: 20px; margin-bottom: 8px; color: var(--c); }
.snt-l { max-width: 100%; font-size: var(--fs-sm); line-height: 1.3; }
.snt-s { max-width: 100%; margin-top: 2px; font-size: var(--fs-xs); line-height: 1.35; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.snt-a { position: absolute; top: 14px; right: 12px; width: 16px; height: 16px; color: var(--muted); transition: transform .2s; }
.snt:hover .snt-a { transform: translateY(2px); }
.ag { padding: 24px; border-radius: var(--r-xl); background: var(--glass); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--glass-line); color: var(--text); }
.ag-n { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.ag-v { font-size: var(--fs-xl); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.ag.dead .ag-v { color: var(--text-2); }
.ag-u { font-size: var(--fs-md); font-weight: 600; line-height: 1.3; color: var(--text-2); }
.ag-c { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; font-size: var(--fs-sm); color: var(--text-2); }
.ag-d { display: grid; gap: 16px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.ag-d > li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; align-items: start; }
.ag-g { width: 20px; height: 20px; margin-top: 1px; }
.ag-t { display: flex; flex-direction: column; min-width: 0; font-size: var(--fs-base); line-height: 1.4; }
.ag-s { display: flex; align-items: center; gap: 4px; font-size: var(--fs-sm); color: var(--muted); }
.ag-s .ic-p { width: 14px; height: 14px; color: var(--muted); }
.ag-m { color: var(--muted); font-size: var(--fs-sm); }
.abio p { position: relative; color: var(--text-2); font-size: var(--fs-base); line-height: 1.5; }
.abio p:focus { outline: none; }
.abio p:focus-visible { outline: 2px solid var(--focus); outline-offset: 4px; }
.ph ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ph a { display: block; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); background: var(--bg-card); }
.ph img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: 50% 18%; transition: transform .4s; }
.ph a:hover img { transform: scale(1.04); }
.fx-l { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fx { position: relative; min-width: 0; padding: 24px; border-radius: var(--r-lg); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); overflow: hidden; }
.fx::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--c); }
.fx:last-child:nth-child(odd) { grid-column: 1 / -1; }
.fx-k { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c); }
.fx-k .ic { width: 18px; height: 18px; }
.fx-t { font-size: var(--fs-base); line-height: 1.6; color: var(--text-2); }
.fx-p { float: right; margin: 0 0 8px 16px; }
.fx-p img { width: 48px; height: 72px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-1); }
.intro p { font-size: var(--fs-md); line-height: 1.6; color: var(--text-2); max-width: 64ch; }
.mc { padding: 24px; border-radius: var(--r-xl); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.mc .kick { margin-top: 24px; }
.mc-p { min-width: 0; }
.mc-p + .mc-p { margin-top: 24px; }
.mc-p + .mc-p4 { margin-top: 16px; }
.mc-p .kick { margin-top: 0; }
.mc-k4 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mc-p4 .fl { margin-top: 0; }
.st { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--c-red) 10%, var(--bg-elev-2)) 0%, var(--bg-elev-2) 50%, color-mix(in srgb, var(--c-blue) 10%, var(--bg-elev-2)) 100%); box-shadow: inset 0 0 0 1px var(--line); }
.st-i { position: relative; min-width: 0; padding: 18px 16px 20px; }
.st-i::before { content: ""; position: absolute; left: 16px; top: 0; width: 28px; height: 3px; border-radius: 0 0 3px 3px; background: var(--c); }
.st-i + .st-i { box-shadow: inset 1px 0 0 var(--line); }
.st-i dt { display: flex; align-items: center; gap: 8px; font-size: var(--fs-xs); line-height: 1.35; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; color: color-mix(in srgb, var(--c) 45%, var(--text-2)); }
.st-i dt .ic { width: 16px; height: 16px; color: var(--c); }
.st-i dt span { min-width: 0; padding-top: 1px; }
.st-i dd { display: flex; flex-direction: column; margin-top: 10px; }
.st-i dd b { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 6px; font-size: 2.5rem; font-weight: 800; line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.st-i .st-v { color: color-mix(in srgb, var(--c) 55%, var(--text)); }
.st-v { white-space: nowrap; }
.st-i dd b small { font-size: var(--fs-sm); font-weight: 600; color: var(--text-2); letter-spacing: 0; }
.st-i dd > span { margin-top: 6px; font-size: var(--fs-sm); color: var(--muted); line-height: 1.35; }
.gn { display: grid; gap: 2px; }
.gn li { display: grid; grid-template-columns: 96px minmax(0, 1fr) 40px; align-items: center; gap: 12px; min-height: 28px; }
.gn-a { display: flex; align-items: center; gap: 8px; font-size: var(--fs-sm); color: var(--text); text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: .22em; }
.gn b { font-size: var(--fs-sm); text-align: right; font-variant-numeric: tabular-nums; color: var(--t); }
.gch { display: flex; flex-wrap: wrap; gap: 8px; }
.gch a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 16px; border-radius: 999px; font-size: var(--fs-sm); font-weight: 600; color: var(--c); background: color-mix(in srgb, var(--c) 12%, transparent); }
.gch a i { width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.gch a:hover { text-decoration: none; background: color-mix(in srgb, var(--c) 20%, transparent); }
.fl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.fl a { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: center; height: 100%; padding: 8px 12px 8px 8px; border-radius: var(--r-lg); background: var(--bg-elev-2); min-height: 72px; }
.fl a:hover { text-decoration: none; background: var(--bg-hover); }
.fl img { width: 36px; height: 54px; object-fit: cover; border-radius: 4px; }
.fl a > span { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.fl-k { font-size: var(--fs-xs); color: var(--muted); }
.fl b { font-size: var(--fs-sm); overflow-wrap: anywhere; }
.tl { display: grid; gap: 4px; }
.tl li { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--line); }
.tl-y { font-size: var(--fs-sm); color: var(--muted); font-variant-numeric: tabular-nums; }
.tl-r { display: inline-flex; align-items: center; gap: 4px; font-size: var(--fs-sm); font-weight: 700; }
.tl-r .ic { width: 14px; height: 14px; color: var(--star); }
.films { margin-top: 48px; }
.main .films { margin-top: 48px; }
.fh { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 24px; }
.fh .sh { margin: 0; }
.cnt { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; font-size: var(--fs-sm); font-weight: 700; color: var(--c-red); background: color-mix(in srgb, var(--c-red) 12%, transparent); }
.grid { display: grid; gap: 32px 16px; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.card { min-width: 0; }
.card a { display: block; }
.card a:hover { text-decoration: none; }
.pw { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1); transition: transform .2s, box-shadow .2s; }
.card a:hover .pw { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0, 0, 0, .35); }
.pw img, .pw .noimg { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; background: var(--bg-card); }
.card-title { display: block; margin-top: 8px; font-size: var(--fs-sm); font-weight: 600; line-height: 1.35; overflow-wrap: break-word; }
.card a:hover .card-title { text-decoration: underline; text-underline-offset: .2em; }
.card-meta, .sl-y { display: flex; align-items: center; gap: 8px; margin-top: 2px; font-size: var(--fs-xs); color: var(--muted); font-variant-numeric: tabular-nums; }
.cm-r { display: inline-flex; align-items: center; gap: 2px; color: var(--text-2); font-weight: 600; }
.cm-r .ic { width: 12px; height: 12px; color: var(--star); }
.card-role { display: block; margin-top: 4px; font-size: var(--fs-sm); line-height: 1.35; font-weight: 600; overflow-wrap: break-word; }
.scg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sc { position: relative; min-width: 0; min-height: 128px; padding: 16px 16px 16px 96px; border-radius: var(--r-lg); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.sc-a { display: block; min-height: 44px; margin: -16px -16px 0 -96px; padding: 16px 16px 6px 96px; }
.sc-a:hover { text-decoration: none; }
.sc-a:hover .card-title { text-decoration: underline; text-underline-offset: .2em; }
.sc-p { position: absolute; left: 16px; top: 16px; width: 64px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-1); }
.sc-p img, .sc-p .noimg { width: 64px; height: 96px; object-fit: cover; }
.sc .card-title { margin-top: 0; font-size: var(--fs-base); }
.fcs .sh { margin-bottom: 24px; }
.fc { position: relative; border-radius: var(--r-xl); overflow: hidden; background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.fc-top { background: linear-gradient(120deg, color-mix(in srgb, var(--g-red) 9%, var(--bg-elev)) 0%, var(--bg-elev) 60%); border-bottom: 1px solid var(--line); }
.fc-in { display: grid; grid-template-columns: 184px minmax(0, 1fr); gap: 32px; align-items: end; padding: 40px; }
.fc-p img { width: 184px; height: 276px; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.fc-t { font-size: var(--fs-xl); line-height: 1.15; }
.fc-t a:hover { text-decoration: underline; }
.fc-m { margin-top: 8px; color: var(--text-2); }
.fc-r { display: block; margin-top: 16px; font-size: var(--fs-md); font-weight: 600; }
.fc-r::before { content: "as "; color: var(--muted); font-weight: 400; font-style: normal; }
.fc-s { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.fc-imdb { padding: 0 6px; border-radius: 4px; background: #f5c518; color: #000; font-size: var(--fs-xs); font-weight: 800; line-height: 1.6; }
.fc-s b { font-size: var(--fs-lg); }
.fc-s span:last-child { color: var(--muted); font-size: var(--fs-sm); }
.fc-lo { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; padding: 24px 40px; }
.fc-d { display: flex; flex-wrap: wrap; gap: 12px 40px; }
.fc-d div { display: flex; flex-direction: column; gap: 2px; }
.fc-d dt { display: flex; align-items: center; gap: 8px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c); }
.fc-d dt .ic { width: 16px; height: 16px; }
.fc-d dd { font-size: var(--fs-base); }
.fc-w { padding: 24px 40px 32px; border-top: 1px solid var(--line); }
.fw { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.fw-a { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 8px 12px 8px 8px; border-radius: var(--r-lg); background: var(--bg-elev-2); }
.fw-a:hover { text-decoration: none; background: var(--bg-hover); }
.fw-a:hover .fw-n { text-decoration: underline; }
.fw-av { flex: none; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.fw-t { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.fw-n { font-weight: 700; font-size: var(--fs-sm); }
.fw-r { font-size: var(--fs-sm); font-weight: 600; }
.mono { display: grid; place-items: center; font-weight: 700; color: #fff; background: linear-gradient(135deg, #3b4252, #1d2029); }
.bs { margin-top: 56px; }
.bs-h { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: 10px; align-items: start; margin-bottom: 24px; }
.bs-g { width: 20px; height: 20px; margin-top: 4px; }
.bs-h h2 { font-size: var(--fs-lg); line-height: 1.25; }
.top-t { font-size: var(--fs-sm); }
.bs-h .top { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin: -8px -8px 0 0; padding: 0 8px; border-radius: 8px; color: var(--muted); font-weight: 600; }
.bs-h .top:hover { color: var(--text); text-decoration: none; background: var(--bg-hover); }
.bs-h .top .ic { width: 16px; height: 16px; }
.kn-l { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 40px 24px; }
.kn-w { grid-column: span 3; min-width: 0; }
.kn-i { grid-column: span 2; min-width: 0; display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 16px; align-items: end; }
.kn-sa { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-2); }
.kn-st img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .4s; }
.kn-sa:hover img { transform: scale(1.03); }
.kn-sa::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 9, 12, .7) 0%, rgba(8, 9, 12, 0) 45%); }
.kn-w .kn-n { position: absolute; right: 16px; bottom: -.16em; z-index: 1; font-size: 8rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 3px rgba(255, 255, 255, .9); user-select: none; }
.kn-w.first .kn-n { -webkit-text-stroke-color: #ff4d57; }
.kn-wb { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 24px; padding: 0 16px; }
.kn-wp { position: relative; z-index: 2; margin-top: -64px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 36px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .15); align-self: start; }
.kn-wp img { width: 96px; height: 144px; object-fit: cover; }
.kn-wb .kn-b { padding-top: 16px; }
.kn-a { position: relative; display: block; padding-left: 44px; }
.kn-i .kn-n { position: absolute; left: 0; bottom: -.14em; font-size: 7rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; color: var(--bg); -webkit-text-stroke: 3px color-mix(in srgb, var(--muted) 75%, transparent); paint-order: stroke fill; user-select: none; }
.kn-p { position: relative; z-index: 1; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-2); transition: transform .2s; }
.kn-a:hover .kn-p { transform: translateY(-3px); }
.kn-p img { width: 104px; height: 156px; object-fit: cover; }
.kn-b { display: flex; flex-direction: column; min-width: 0; }
.kn-t { font-weight: 700; font-size: var(--fs-md); line-height: 1.3; }
.kn-i .kn-t { font-size: var(--fs-base); }
.kn-y { font-size: var(--fs-sm); color: var(--muted); }
.kn-b .role { font-size: var(--fs-sm); font-weight: 600; margin-top: 4px; }
.kn-r { display: flex; flex-wrap: wrap; align-items: center; gap: 0 8px; margin-top: 8px; font-size: var(--fs-sm); }
.kn-s { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; }
.kn-s .ic { width: 16px; height: 16px; color: var(--star); }
.kn-v { color: var(--muted); white-space: nowrap; }
.vb { display: block; height: 4px; margin-top: 8px; border-radius: 2px; background: var(--track); overflow: hidden; max-width: 240px; }
.vb i { display: block; height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--g-red), #ff7b82); }
.shl li { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 72px; padding-left: 60px; }
.sl-a { display: block; max-width: 100%; }
.sl-a picture, .sl-a .noimg { position: absolute; left: 0; top: 0; }
.sl-a .noimg { width: 48px; }
.sl-t { display: block; }
.orb-g { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; }
.orb-g.nochart { grid-template-columns: minmax(0, 720px); }
.o-f { margin: 0; min-width: 0; container: orb / inline-size; }
.o-b { position: relative; width: 100%; aspect-ratio: 640 / 460; }
.o-b svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.o-sv-n { display: none; }
.o-co, .o-di { stroke-linecap: round; transition: opacity .2s; }
.o-co { stroke: var(--o-co); }
.o-di { stroke: var(--o-di); }
.o-f.sel line:not(.is-on) { opacity: .28; }
.o-n { position: absolute; z-index: 1; left: var(--x); top: var(--y); display: flex; flex-direction: column; align-items: center; gap: 8px; width: 112px; margin-left: -56px; text-align: center; color: var(--text); }
.o-n picture { flex: none; }
.o-n:hover { text-decoration: none; }
.o-n:hover b { text-decoration-color: var(--accent-text); }
.o-down { margin-top: -24px; }
.o-up { flex-direction: column-reverse; margin-top: 24px; transform: translateY(-100%); }
.o-av { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--bg-card); box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--o-co); transition: box-shadow .2s; }
.o-av.mono { font-size: var(--fs-sm); color: #fff; background: linear-gradient(135deg, #3b4252, #1d2029); }
.o-dir .o-av { border-radius: 12px; box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--o-di); }
.o-n.is-on .o-av { box-shadow: 0 0 0 2px var(--bg), 0 0 0 6px var(--o-co); }
.o-dir.is-on .o-av { box-shadow: 0 0 0 2px var(--bg), 0 0 0 6px var(--o-di); }
.o-l b { display: block; max-width: 104px; margin: 0 auto; font-size: var(--fs-sm); line-height: 1.3; font-weight: 600; text-decoration: underline; text-decoration-color: var(--line-2); text-decoration-thickness: 1px; text-underline-offset: .2em; text-wrap: balance; }
.o-l > span { display: block; font-size: var(--fs-xs); line-height: 1.4; color: var(--muted); }
.o-dn { display: none; }
.o-me { position: absolute; z-index: 1; left: 50%; top: var(--y); transform: translate(-50%, -50%); }
.o-me .o-av { width: 88px; height: 88px; box-shadow: 0 0 0 4px var(--bg), 0 0 0 6px var(--text); }
.o-me .o-av.mono { font-size: var(--fs-lg); }
.o-c { position: absolute; z-index: 2; left: var(--bx); top: var(--by); display: grid; place-items: center; width: 44px; height: 44px; margin: -22px 0 0 -22px; border-radius: 50%; color: #fff; }
.o-c > span:first-child { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 6px; border-radius: 14px; background: var(--o-co); box-shadow: 0 0 0 3px var(--bg); font-size: var(--fs-sm); font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; transition: transform .15s; }
.o-cd > span:first-child { background: var(--o-di); color: var(--o-di-text); }
.o-c:hover { text-decoration: none; }
.o-c:hover > span:first-child, .o-c[aria-expanded="true"] > span:first-child { transform: scale(1.15); }
.o-dl { display: none; }
.o-k { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin-top: 24px; font-size: var(--fs-sm); color: var(--muted); }
.o-k li { display: flex; align-items: center; gap: 8px; }
.o-k i { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--o-co); }
.o-k i.k-di { border-radius: 3px; background: var(--o-di); }
.o-k i.k-w { width: 24px; height: 8px; border-radius: 0; background: var(--muted); clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%); }
.o-k .k-n { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--o-co); color: #fff; font-size: var(--fs-xs); font-weight: 800; }
@container orb (max-width: 559px) {
.o-b { aspect-ratio: auto; height: 580px; }
.o-f.nodir .o-b { height: 420px; }
.o-sv-w { display: none; }
.o-sv-n { display: block; }
.o-n { left: var(--nx); top: var(--ny); width: 104px; margin-left: -52px; }
.o-n.o-nup { flex-direction: column-reverse; margin-top: 24px; transform: translateY(-100%); }
.o-n.o-ndown { flex-direction: column; margin-top: -24px; transform: none; }
.o-me { top: var(--ny); }
.o-me .o-av { width: 72px; height: 72px; }
.o-c { left: var(--nbx); top: var(--nby); }
.o-cd { display: none; }
.o-dn { display: inline; }
.o-dl { display: block; position: absolute; left: 0; right: 0; top: 412px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
}
.prs .kick { margin-bottom: 8px; }
.pr-l { border-top: 1px solid var(--line); }
.pr { border-bottom: 1px solid var(--line); }
.pr summary { display: grid; grid-template-columns: 40px minmax(0, 1fr) 20px; gap: 12px; align-items: center; min-height: 64px; padding: 8px 4px 8px 0; }
.pr.tie summary { grid-template-columns: minmax(0, 1fr) 20px; }
.pr summary:hover .pr-t b { text-decoration: underline; text-underline-offset: .2em; }
.pr-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; font-size: var(--fs-xs); }
.pr.dir .pr-img { border-radius: 10px; }
.pr-t { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.pr-t b { font-size: var(--fs-base); }
.pr-t span { font-size: var(--fs-sm); color: var(--muted); }
.pr-c { width: 20px; height: 20px; color: var(--muted); transition: transform .2s; }
.pr details[open] .pr-c { transform: rotate(180deg); }
.pr.is-on summary .pr-t b { color: var(--c-red); }
.pr.dir.is-on summary .pr-t b { color: var(--c-gold); }
.pr-b { padding: 0 0 20px 52px; scroll-margin-top: 136px; }
.pr.tie .pr-b { padding-left: 0; }
.pr-go { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; margin: -4px 0 8px; font-size: var(--fs-sm); font-weight: 700; color: var(--c-red); }
.pr.dir .pr-go { color: var(--c-gold); }
.pr-go .ic { width: 16px; height: 16px; }
.shl { display: grid; gap: 16px; }
.sl-a img { width: 48px; height: 72px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-1); }
.sl-t { font-weight: 600; font-size: var(--fs-sm); line-height: 1.35; overflow-wrap: anywhere; }
.sl-a:hover .sl-t { text-decoration: underline; }
.ch { font-size: var(--fs-sm); line-height: 1.45; overflow-wrap: anywhere; }
.ch-w { color: var(--muted); font-style: normal; }
.ch .role, .ch .role2 { font-weight: 600; }
.tie-l { display: grid; gap: 12px; }
.tie-l li { display: flex; flex-direction: column; font-size: var(--fs-sm); line-height: 1.45; }
.tie-l .ln { font-weight: 600; font-size: var(--fs-base); align-self: flex-start; }
.tie-f { color: var(--muted); }
.bo-band { margin-top: 32px; padding: 0 0 32px; background: radial-gradient(900px 420px at 12% 0%, rgba(227, 178, 36, .13), rgba(227, 178, 36, 0) 70%), radial-gradient(800px 400px at 100% 30%, rgba(60, 199, 180, .07), rgba(60, 199, 180, 0) 70%), var(--bg-soft); border-block: 1px solid var(--line); }
:root[data-theme="light"] .bo-band { --g-gold: #a67a00; }
:root[data-theme="light"] .bo-band { background: radial-gradient(900px 420px at 12% 0%, rgba(201, 151, 26, .14), rgba(201, 151, 26, 0) 70%), radial-gradient(800px 400px at 100% 30%, rgba(8, 106, 93, .05), rgba(8, 106, 93, 0) 70%), #f5f2e9; }
.bo-band .bs { margin-top: 32px; }
.bo-band + .wrap > .bs:first-child { margin-top: 32px; }
.bo-k { display: flex; align-items: center; gap: 8px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-gold); }
.bo-k .ic { width: 20px; height: 20px; }
.tk { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; border-radius: var(--r-xl); background: linear-gradient(120deg, color-mix(in srgb, var(--g-gold) 18%, var(--bg-elev)) 0%, var(--bg-elev) 55%); box-shadow: var(--shadow-2), inset 0 0 0 1px color-mix(in srgb, var(--g-gold) 38%, var(--line)); }
.tk-main { padding: 32px; min-width: 0; }
.bo-v { margin-top: 8px; font-size: var(--fs-2xl); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; color: var(--text); }
.bo-v.bo-none { font-size: var(--fs-xl); color: var(--text-2); }
.tk.nostub { grid-template-columns: minmax(0, 1fr); }
.bo-s { margin-top: 8px; color: var(--muted); font-size: var(--fs-sm); }
.cov { display: flex; gap: 2px; height: 14px; margin-top: 24px; border-radius: 7px; overflow: hidden; }
.cov i { display: block; min-width: 6px; }
.q-ww { background: var(--g-gold); }
.q-us { background: repeating-linear-gradient(135deg, var(--g-gold) 0 3px, color-mix(in srgb, var(--g-gold) 35%, transparent) 3px 6px); }
.q-nc { background: var(--g-blue); }
.q-nr { background: var(--g-red); }
.q-nf { background: repeating-linear-gradient(135deg, var(--muted) 0 2px, transparent 2px 5px); }
.q-tn { background: var(--g-orange); }
.cov-l { display: grid; grid-template-columns: repeat(3, minmax(0, max-content)); gap: 8px 24px; margin-top: 16px; }
.cov-l li { display: grid; grid-template-columns: 16px minmax(24px, auto) minmax(0, 1fr); gap: 8px; align-items: center; font-size: var(--fs-sm); }
.cov-l b { font-variant-numeric: tabular-nums; }
.cov-l span:last-child { color: var(--text-2); }
.sq { display: inline-block; flex: none; width: 12px; height: 12px; border-radius: 2px; background: var(--g-gold); }
.sq.us { background: repeating-linear-gradient(135deg, var(--g-gold) 0 3px, color-mix(in srgb, var(--g-gold) 35%, transparent) 3px 6px); }
.sq.nc { border-radius: 50%; background: var(--g-blue); }
.sq.nr { background: var(--g-red); clip-path: polygon(50% 0, 100% 100%, 0 100%); border-radius: 0; }
.sq.nf { background: repeating-linear-gradient(135deg, var(--muted) 0 2px, transparent 2px 5px); }
.sq.tn { background: var(--g-orange); transform: rotate(45deg) scale(.8); border-radius: 1px; }
.tk-stub { position: relative; padding: 32px 24px; border-left: 2px dashed color-mix(in srgb, var(--g-gold) 55%, transparent); background: linear-gradient(160deg, color-mix(in srgb, var(--g-gold) 24%, var(--bg-elev)), color-mix(in srgb, var(--g-gold) 10%, var(--bg-elev))); border-radius: 0 var(--r-xl) var(--r-xl) 0; }
.tk-stub::before, .tk-stub::after { content: ""; position: absolute; left: -13px; width: 24px; height: 24px; border-radius: 50%; background: var(--bg-soft); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--g-gold) 38%, var(--line)); }
:root[data-theme="light"] .tk-stub::before, :root[data-theme="light"] .tk-stub::after { background: #f5f2e9; }
.tk-stub::before { top: -13px; }
.tk-stub::after { bottom: -13px; }
.tk-f { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 16px; align-items: center; margin-top: 16px; }
.tk-f:hover { text-decoration: none; }
.tk-f:hover b { text-decoration: underline; }
.tk-f img { width: 72px; height: 108px; object-fit: cover; border-radius: 6px; box-shadow: 0 8px 20px rgba(0, 0, 0, .35); }
.tk-f > span { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.tk-f b { font-size: var(--fs-md); }
.tk-y { font-size: var(--fs-sm); color: var(--muted); }
.tk-f .role { font-size: var(--fs-sm); font-weight: 600; }
.tk-v { margin-top: 8px; font-size: var(--fs-lg); font-weight: 800; color: var(--text); }
.bo-lb { margin-top: 40px; }
.bo-note { margin: -8px 0 24px; font-size: var(--fs-sm); color: var(--text-2); }
.lb { display: grid; gap: 12px; }
.lb li { display: grid; grid-template-columns: 32px 40px 200px minmax(0, 1fr); gap: 16px; align-items: center; min-height: 60px; }
.lb-p { display: block; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-1); }
.lb-p img { width: 40px; height: 60px; object-fit: cover; }
.lb-r { font-size: var(--fs-lg); font-weight: 800; color: var(--muted); text-align: center; font-variant-numeric: tabular-nums; }
.lb-1 .lb-r { color: var(--c-gold); }
.lb-t { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.lb-t .ln { font-weight: 600; font-size: var(--fs-sm); overflow-wrap: anywhere; }
.lb-y { font-size: var(--fs-xs); color: var(--muted); }
.lb-t .role { font-size: var(--fs-sm); font-weight: 600; }
.lb-b { display: flex; align-items: center; gap: 16px; min-width: 0; }
.lb-tr { position: relative; flex: 1 1 auto; min-width: 0; display: block; height: 48px; border-radius: 6px; background: color-mix(in srgb, var(--g-gold) 7%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--g-gold) 24%, transparent); }
.lb-bar { display: block; width: calc(100% * var(--p)); min-width: 4px; height: 100%; border-radius: 4px; background: linear-gradient(90deg, color-mix(in srgb, var(--g-gold) 65%, var(--bg-elev)), var(--g-gold)); }
.lb-1 .lb-tr { height: 56px; }
.lb-art { position: relative; overflow: hidden; border-radius: 6px; box-shadow: var(--shadow-1); }
.lb-art picture { position: absolute; inset: 0; }
.lb-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.lb-art::after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 4px; background: var(--g-gold); }
.lb-1 .lb-art { box-shadow: var(--shadow-1), 0 0 0 2px var(--g-gold); }
.lb-v { flex: none; width: 136px; display: flex; flex-direction: column; line-height: 1.25; }
.lb-v span { white-space: nowrap; }
.lb-v b { font-size: var(--fs-base); font-variant-numeric: tabular-nums; }
.lb-v span { font-size: var(--fs-xs); color: var(--muted); }
.lb-1 .lb-v b { color: var(--c-gold); font-size: var(--fs-md); }
.lb-o { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; align-items: center; margin-top: 16px; margin-left: 48px; padding: 12px 16px 12px 12px; border-radius: var(--r-lg); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.lb-om { display: grid; grid-template-columns: repeat(16, minmax(0, 1fr)); gap: 4px; }
.lb-om a { display: block; border-radius: 4px; overflow: hidden; }
.lb-om a:hover img { opacity: .8; }
.lb-om img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.lb-ot { display: flex; flex-direction: column; line-height: 1.35; }
.lb-ot b { font-size: var(--fs-lg); color: var(--text); }
.lb-ot span { font-size: var(--fs-sm); color: var(--muted); }
.awb { max-width: 880px; }
.awt { width: 100%; border-collapse: collapse; table-layout: fixed; line-height: 1.45; }
.awt th, .awt td { padding: 12px 16px 12px 0; text-align: left; vertical-align: baseline; font-weight: 400; }
.awt th:last-child, .awt td:last-child { padding-right: 0; }
.awt-h th { padding-top: 0; padding-bottom: 8px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line-2); }
.awt-h th:nth-child(1) { width: 72px; }
.awt-h th:nth-child(2) { width: 44%; }
.awt-h th:nth-child(4) { width: 104px; }
.awt .awg-r th { padding: 24px 0 8px; font-size: var(--fs-base); font-weight: 700; color: var(--text); border-bottom: 1px solid var(--line); }
.awr { border-bottom: 1px solid var(--line); }
.awr-y { font-size: var(--fs-sm); color: var(--muted); font-variant-numeric: tabular-nums; }
.awr-a { color: var(--text); overflow-wrap: break-word; }
.aw-p { font-size: var(--fs-sm); color: var(--muted); }
.awr-f { color: var(--text-2); overflow-wrap: break-word; }
.awr-r { font-size: var(--fs-sm); }
.awr-r span { font-weight: 600; }
.aw-won { color: var(--won); }
.aw-nom { color: var(--muted); }
.aw-hon { color: var(--text-2); }
.ols { display: grid; grid-template-columns: repeat(auto-fill, minmax(216px, 1fr)); gap: 12px; }
.olk { position: relative; display: flex; align-items: center; gap: 12px; min-height: 64px; height: 100%; padding: 12px 32px 12px 16px; border-radius: var(--r-lg); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.olk:hover { text-decoration: none; background: var(--bg-hover); }
.olk-i { width: 28px; height: 28px; color: var(--text); }
.k-instagram .olk-i { color: var(--ig); }
.k-facebook .olk-i { color: var(--fb); }
.k-youtube .olk-i { color: var(--yt); }
.k-imdb .olk-i { color: var(--imdb); }
.k-website .olk-i { color: var(--c-orange); }
.olk-t { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.olk-t b { font-size: var(--fs-base); }
.olk-t span { font-size: var(--fs-sm); color: var(--muted); overflow-wrap: anywhere; }
.olk-x { position: absolute; top: 12px; right: 12px; width: 14px; height: 14px; color: var(--muted); }
.ol .fn .ic { color: var(--c-violet); }
@media (min-width: 1024px) and (max-width: 1279px) {
.st-i { padding: 16px 12px 18px; }
.st-i::before { left: 12px; }
.st-i dt { gap: 6px; letter-spacing: .03em; font-size: 11px; }
.st-i dd b { font-size: 2rem; column-gap: 4px; }
.st-i dd b small { font-size: var(--fs-xs); }
.ap { --rail: 300px; --gap: 40px; --por: 144px; --pg: 24px; --nm-fs: 2rem; }
.top { grid-template-columns: 16px var(--por) var(--pg) minmax(0, 1fr) var(--gap) var(--rail) 16px; }
.kn-i { grid-template-columns: 128px minmax(0, 1fr); }
.kn-p img { width: 88px; height: 132px; }
.kn-i .kn-n { font-size: 6rem; }
.orb-g { grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; }
.lb li { grid-template-columns: 32px 40px 144px minmax(0, 1fr); }
.lb-v { width: 120px; }
.mc { padding: 24px 16px; }
.st-i { padding: 16px 16px 18px; }
.st-i::before { left: 16px; }
.ag { padding: 24px 16px; }
.scg { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
.ap { --por: 136px; --pg: 24px; }
.top { grid-template-columns: 16px var(--por) var(--pg) minmax(0, 1fr) 16px; grid-template-rows: 32px auto 40px auto auto auto auto; }
.hx-bg { grid-column: 1 / -1; grid-row: 1 / 4; }
.hx-bg::after { height: 64px; }
.hx-pw { grid-column: 2; grid-row: 2; align-self: start; }
.hx-id { grid-column: 4; grid-row: 2; align-self: center; }
.top.noport .hx-id, .top.noport .sn { grid-column: 2 / 5; }
.t-one { grid-template-rows: 48px auto 48px; }
.t-one .hx-id { grid-column: 2 / 5; }
.sn { grid-column: 2 / 5; grid-row: 4; margin-top: 0; }
.rail { grid-column: 2 / 5; grid-row: 6; margin-top: 56px; }
.main { grid-column: 2 / 5; grid-row: 5; }
.main2 { grid-row: 7; padding-top: 56px; }
.ag { box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--bg-elev); }
.mc-s { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.mc-p { padding: 16px; border-radius: var(--r-lg); background: var(--bg-elev-2); }
.mc-p + .mc-p, .mc-p + .mc-p4 { margin-top: 0; }
.mc-k4 { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; margin: 0 0 16px; }
.mc-p4 .fl { grid-template-columns: minmax(0, 1fr); }
.mc-p1 { padding: 0; background: none; }
.mc-p4 .fl a { background: var(--bg-elev); }
.gn { gap: 0; }
.gn li { position: relative; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 6px 12px; align-items: center; min-height: 0; padding: 8px 0 10px; }
.gn li + li { box-shadow: inset 0 1px 0 var(--line); }
.gn .gn-a { grid-area: 1 / 1; min-height: 0; font-size: var(--fs-base); line-height: 1.3; }
.gn .gn-a::after { content: ""; position: absolute; inset: 0; }
.gn b { grid-area: 1 / 2; font-size: var(--fs-base); line-height: 1.3; }
.gn .tr { grid-area: 2 / 1 / 3 / 3; height: 5px; }
.mc.sm .st { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px 16px; }
.scg { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kn-w { grid-column: span 3; }
.kn-i { grid-column: span 3; }
.orb-g { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.o-f { max-width: 720px; margin: 0 auto; width: 100%; }
.lb-o { grid-template-columns: minmax(0, 1fr); margin-left: 0; }
.lb-om { grid-template-columns: repeat(auto-fill, minmax(48px, 56px)); }
.fc-in { grid-template-columns: 144px minmax(0, 1fr); padding: 32px; gap: 24px; }
.fc-p img { width: 144px; height: 216px; }
.fc-lo, .fc-w { padding-left: 32px; padding-right: 32px; }
.fw { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 620px) and (max-width: 1023px) {
.ag { padding: 24px 32px; }
.ag-hd { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; }
.ag-c { margin-top: 0; }
.ag-d { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 32px; }
.tk { grid-template-columns: minmax(0, 1fr) 288px; }
.tk-f { grid-template-columns: 64px minmax(0, 1fr); }
.tk-f img { width: 64px; height: 96px; }
.tk-main { padding: 32px 24px 32px 32px; }
.cov-l { grid-template-columns: repeat(2, minmax(0, max-content)); gap: 8px 24px; }
.tk-stub { padding: 32px 24px; }
}
@media (max-width: 719px) {
.grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.scg { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 619px) {
.awt, .awt tbody, .awg-r, .awt .awg-r th { display: block; }
.awt-h { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.awt .awg:first-of-type .awg-r th { padding-top: 0; }
.awr { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "y r" "a a" "f f"; gap: 2px 12px; align-items: baseline; padding: 12px 0; }
.awt .awr > * { display: block; min-width: 0; padding: 0; }
.awr-y { grid-area: y; }
.awt .awr-r { grid-area: r; text-align: right; }
.awr-a { grid-area: a; }
.awr-f { grid-area: f; }
.awt .awr-f:empty { height: 0; margin-top: -2px; overflow: hidden; }
}
@media (max-width: 619px) {
.ap { --por: 88px; --pg: 16px; --nm-fs: 2rem; }
.top { grid-template-rows: 24px auto 32px auto auto auto auto; }
.hx-bg::after { height: 32px; }
.hx-img { border-radius: 10px; }
.pc { font-size: var(--fs-base); }
.pc a { padding-block: 10px; margin-block: -10px; }
.sn ul { gap: 8px; }
.snt { min-height: 72px; padding: 10px 8px 12px 10px; }
.snt-g { width: 18px; height: 18px; margin-bottom: 6px; }
.snt-l { line-height: 1.25; }
.snt-s, .snt-a { display: none; }
.rail { margin-top: 40px; gap: 16px; }
.ag { padding: 20px 16px; }
.ag-d { gap: 12px; }
.main { padding-top: 32px; }
.main2 { padding-top: 40px; }
.main > * + * { margin-top: 32px; }
.abio p { font-size: var(--fs-base); }
.ph ul { gap: 8px; }
.fx-l { grid-template-columns: minmax(0, 1fr); gap: 12px; }
.fx { padding: 16px; }
.fx-p img { width: 40px; height: 60px; }
.mc { padding: 16px; }
.mc-p { padding: 12px; }
.st-i dd b small { font-size: var(--fs-xs); }
.st-i { padding: 16px 16px 18px; }
.st-i::before { left: 16px; }
.films { margin-top: 40px; }
.fh .cnt { display: none; }
.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 12px; }
.card-role { font-size: var(--fs-sm); }
.bs { margin-top: 40px; }
.bs-h { margin-bottom: 20px; }
.bs-h .deck { font-size: 15px; }
.fn { font-size: 15px; }
.lb-om { grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); }
.sn ul { grid-auto-rows: 1fr; }
.kn-l { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.kn-w, .kn-i { grid-column: auto; }
.kn-w .kn-n { font-size: 6rem; }
.kn-wb { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; padding: 0 8px; }
.kn-wp { margin-top: -48px; }
.kn-wp img { width: 80px; height: 120px; }
.kn-i { grid-template-columns: 124px minmax(0, 1fr); }
.kn-a { padding-left: 40px; }
.kn-i .kn-n { font-size: 5.5rem; }
.kn-p img { width: 84px; height: 126px; }
.pr-b { padding-left: 0; }
.bo-band { margin-top: 24px; padding-bottom: 24px; }
.bo-band .bs { margin-top: 24px; }
.bo-band + .wrap > .bs:first-child { margin-top: 24px; }
.bo-lb { margin-top: 32px; }
.tk { grid-template-columns: minmax(0, 1fr); }
.tk-main { padding: 24px 16px; }
.tk-stub { padding: 24px 16px; border-left: 0; border-top: 2px dashed color-mix(in srgb, var(--g-gold) 55%, transparent); border-radius: 0 0 var(--r-xl) var(--r-xl); }
.tk-stub::before { left: -13px; top: -13px; }
.tk-stub::after { left: auto; right: -13px; top: -13px; bottom: auto; }
.bo-v { font-size: var(--fs-xl); }
.cov-l { grid-template-columns: minmax(0, 1fr); }
.lb li { grid-template-columns: 24px 40px minmax(0, 1fr); gap: 8px 12px; }
.lb-r { font-size: var(--fs-md); }
.lb-b { grid-column: 1 / -1; }
.lb-tr { height: 40px; }
.lb-1 .lb-tr { height: 48px; }
.lb-v { width: 104px; }
.ols { grid-template-columns: minmax(0, 1fr); }
.fc-in { grid-template-columns: 104px minmax(0, 1fr); padding: 24px 16px; gap: 16px; align-items: start; }
.fc-p img { width: 104px; height: 156px; }
.fc-t { font-size: var(--fs-lg); }
.fc-r { font-size: var(--fs-base); }
.fc-lo { padding: 16px; }
.fc-w { padding: 16px; }
.fw { grid-template-columns: minmax(0, 1fr); }
.apc .cr { margin-top: 40px; }
}
@media (max-width: 380px) {
.ap { --por: 64px; }
.hx-img { border-radius: 8px; }
}
@media (max-width: 359px) {
.ap { --nm-fs: 1.75rem; }
}
@media (max-width: 1023px), (pointer: coarse) {
.ln { padding-block: 12px; margin-block: -12px; }
.intro .ln, .fx-t .ln { padding-block: 14px; margin-block: -14px; }
.gn-a { min-height: 44px; }
.tl .ln { display: inline-block; padding-block: 12px; margin-block: -12px; }
.lb-t .ln { display: inline-block; padding-block: 13px; margin-block: -13px; }
.kn-t { display: inline-block; padding-block: 12px; margin-block: -12px; }
.tie-l .ln { display: inline-block; padding-block: 11px; margin-block: -11px; }
.awr-f .ln { padding-block: 13px; }
.ln-s { display: inline-block; min-width: 44px; text-align: center; }
.gch a { min-height: 44px; }
.fc-t a { display: inline-block; padding-block: 10px; margin-block: -10px; }
.sl-a { margin: -13px 0 -13px -60px; padding: 13px 0 13px 60px; }
.fc-d .ln { display: inline-block; padding-block: 12px; margin-block: -12px; }
.o-n { padding-block: 4px; }
}
.pr details { scroll-margin-top: 96px; }
.rail .ph { padding: 24px; border-radius: var(--r-xl); background: var(--bg-elev); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); }
.rail .ph .bs-h, .rail .ph > :first-child { margin-bottom: 16px; }
.rail .ph ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.rail .ph a { border-radius: var(--r-md, 10px); }
.rail .ph img { aspect-ratio: 3 / 4; object-position: 50% 15%; }
.ap .grid { margin: 0; padding: 0; list-style: none; }
.ap .pc { color: var(--text); }
.ap .card-meta { overflow-wrap: normal; }
.apc .cr ol { padding-top: 0; padding-bottom: 0; }
.apc .cr li { min-height: 44px; }
.apc .cr li:last-child { flex: 0 1 auto; }
.apc .cr li + li::before { opacity: 1; margin: 0 12px 0 8px; }
.apc .cr a, .apc .cr span { overflow: visible; text-overflow: clip; white-space: normal; }
.abio p + p { margin-top: 16px; }
.fc + .fc { margin-top: 24px; }
@media (min-width: 1024px) {
.t-sparse .main .grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
