:root{--color-bg:#000000;--color-surface:#101010;--color-text:#f1f3f4;--color-accent:#8ab4f8;--color-accent-2:#aecbfa;--color-divider:#303134;--color-neutral-100:#f3f5fe;--color-neutral-200:#e4e7f5;--color-neutral-300:#cfd3e5;--color-neutral-400:#b2b6ca;--color-neutral-500:#9397ab;--color-neutral-600:#75798c;--color-neutral-700:#595d6c;--color-neutral-800:#3f424d;--color-neutral-900:#292b31;--color-accent-100:#f5f4ff;--color-accent-200:#e7e5fe;--color-accent-300:#d2cefd;--color-accent-400:#b5abfc;--color-accent-500:#968ae0;--color-accent-600:#796cbf;--color-accent-700:#5d5294;--color-accent-800:#423a6a;--color-accent-900:#2b2741;--color-accent-2-100:#f5f4ff;--color-accent-2-200:#e7e5fe;--color-accent-2-300:#d2cefd;--color-accent-2-400:#b5afe8;--color-accent-2-500:#9690c9;--color-accent-2-600:#7972a9;--color-accent-2-700:#5c5783;--color-accent-2-800:#423e5d;--color-accent-2-900:#2b293a;--color-section:#111111;--color-section-glow:#172033;--color-section-ghost:#202124;--font-heading:"Inter",system-ui,sans-serif;--font-heading-weight:500;--font-body:"Inter",system-ui,sans-serif;--space-1:2.8px;--space-2:5.6px;--space-3:8.4px;--space-4:11.2px;--space-6:16.8px;--space-8:22.4px;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--shadow-sm:0 0 0 1px #3f424d;--shadow-md:0 0 0 1px #595d6c,0 6px 18px rgba(0,0,0,0.55);--shadow-lg:0 0 0 1px #9397ab,0 16px 40px rgba(0,0,0,0.65)}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight)}.lighten{mix-blend-mode:lighten;background-color:transparent}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.55;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.12;letter-spacing:-0.015em;margin:0 0 var(--space-2)}h1{font-size:42px}h2{font-size:32px}h3{font-size:25px}h4{font-size:20px}h5{font-size:16px}h6{font-size:13px}h6{letter-spacing:0.08em;text-transform:uppercase}p{margin:0 0 var(--space-3)}a{color:var(--color-accent);text-underline-offset:3px}img{display:block;max-width:100%}figure{margin:0}figcaption{font-size:11px;margin-top:var(--space-1);color:color-mix(in srgb,var(--color-text) 55%,transparent)}.text-muted{color:color-mix(in srgb,var(--color-text) 55%,transparent)}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:color-mix(in srgb,var(--color-accent) 30%,transparent)}.hr{height:1px;border:0;margin:var(--space-4) 0;background:linear-gradient(to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;text-decoration:none;font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:14px;line-height:1.2;color:var(--color-text);background:transparent;border:1px solid transparent;padding:var(--space-2) calc(var(--space-3) * 1.2);border-radius:var(--radius-md)}.btn svg{display:block}.btn:disabled{opacity:0.45;cursor:not-allowed}.btn-primary{color:var(--color-accent);border-color:var(--color-accent)}.btn-primary:hover{background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.btn-primary:active{background:color-mix(in srgb,var(--color-accent) 22%,transparent)}.btn-secondary{border-color:var(--color-divider)}.btn-secondary:hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.btn-secondary:active{background:color-mix(in srgb,var(--color-text) 14%,transparent)}.btn-ghost{color:var(--color-accent);padding-inline:var(--space-1)}.btn-ghost:hover{background:color-mix(in srgb,var(--color-accent) 10%,transparent)}.btn-ghost:active{background:color-mix(in srgb,var(--color-accent) 18%,transparent)}.btn-icon{width:36px;height:36px;padding:0}.btn-block{width:100%;margin-top:var(--space-2)}.field>label{display:block;font-size:12px;margin-bottom:5px;color:color-mix(in srgb,var(--color-text) 70%,transparent)}.input{width:100%;min-height:36px;padding:6px 10px;font:inherit;font-size:14px;color:var(--color-text);caret-color:var(--color-accent);background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-md)}.input:hover{border-color:color-mix(in srgb,var(--color-text) 45%,transparent)}.input:focus-visible{border-color:var(--color-accent);outline-offset:0}textarea.input{min-height:90px;resize:vertical}.radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.radio input,.seg-opt input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.radio .dot{width:16px;height:16px;flex:none;border-radius:50%;border:1.5px solid var(--color-divider)}.radio:hover .dot{border-color:var(--color-accent)}.radio input:checked + .dot{border-color:var(--color-accent);background:var(--color-accent);box-shadow:inset 0 0 0 4px var(--color-bg)}.radio input:focus-visible + .dot{outline:2px solid var(--color-accent);outline-offset:2px}.seg{display:inline-flex;overflow:hidden;border:1px solid var(--color-divider);border-radius:var(--radius-md)}.seg-opt{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:13px;cursor:pointer}.seg-opt + .seg-opt{border-left:1px solid var(--color-divider)}.seg-opt:has(input:checked){color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent)}.seg-opt:not(:has(input:checked)):hover{background:color-mix(in srgb,var(--color-text) 7%,transparent)}.seg-opt:has(input:focus-visible){outline:2px solid var(--color-accent);outline-offset:-2px}.card{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface)}.card-kicker{font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent)}.card-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:17px;line-height:1.2}.card-body{margin:0;font-size:13px;opacity:0.8;flex:1}.card-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:color-mix(in srgb,var(--color-text) 50%,transparent)}.elev-sm{box-shadow:var(--shadow-sm)}.elev-md{box-shadow:var(--shadow-md)}.elev-lg{box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;font-size:11px;letter-spacing:0.02em;padding:3px 10px;border-radius:calc(var(--radius-md) * 0.75)}.tag-accent{background:var(--color-accent-800);color:var(--color-accent-100)}.tag-accent-2{background:var(--color-accent-2-800);color:var(--color-accent-2-100)}.tag-neutral{background:var(--color-neutral-800);color:var(--color-neutral-100)}.tag-outline{border:1px solid var(--color-accent);color:var(--color-accent)}.nav{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-bottom:none}.nav-brand{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;margin-right:auto}.nav a{color:inherit;text-decoration:none;font-size:14px}.nav a:hover,.nav a[aria-current='page']{color:var(--color-accent)}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb,var(--color-text) 60%,transparent);padding:var(--space-2);border-bottom:1px solid transparent}.table td{padding:var(--space-2);border-bottom:1px solid transparent}.table thead tr{background:linear-gradient(to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.table tbody tr{background:linear-gradient(to right,transparent,color-mix(in srgb,var(--color-text) 8%,transparent) 48px,color-mix(in srgb,var(--color-text) 8%,transparent) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.table tbody tr:hover{background:linear-gradient(color-mix(in srgb,var(--color-text) 4%,transparent),color-mix(in srgb,var(--color-text) 4%,transparent)) no-repeat 0 0 / 100% 100%,linear-gradient(to right,transparent,color-mix(in srgb,var(--color-text) 8%,transparent) 48px,color-mix(in srgb,var(--color-text) 8%,transparent) calc(100% - 48px),transparent) no-repeat bottom / 100% 1px}.dialog-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:var(--space-4);background:color-mix(in srgb,var(--color-neutral-900) 50%,transparent)}.dialog{width:min(440px,100%);display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.dialog-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:20px}.dialog-body{font-size:14px;opacity:0.85}.dialog-actions{display:flex;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2)}.hw-wrap{max-width:var(--hw-content-w,1240px);margin:0 auto;padding:0 32px;width:100%}.hw-tnum{font-feature-settings:"tnum" 1}.hw-muted{color:var(--hw-quiet)}.hw-and{color:var(--hw-quiet);font-weight:400}.hw-flex1{flex:1}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:8px;z-index:200;padding:10px 16px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md);font-size:13px;text-decoration:none}.skip-link:focus{left:16px}.hw-rule-row{background:linear-gradient( to right,transparent,color-mix(in srgb,var(--color-text) 8%,transparent) 24px,color-mix(in srgb,var(--color-text) 8%,transparent) calc(100% - 24px),transparent ) no-repeat bottom / 100% 1px}.hw-rule-top{background:linear-gradient( to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent ) no-repeat top / 100% 1px}.hw-hr{height:1px;border:0;background:linear-gradient( to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent )}.hw-hr--tight{background:linear-gradient( to right,transparent,var(--color-divider) 24px,var(--color-divider) calc(100% - 24px),transparent )}.hw-kicker{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hw-kicker-rule{width:28px;height:1px;flex:none;background:var(--color-accent)}.hw-kicker-text{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent)}.hw-kicker--section .hw-kicker-rule{background:var(--color-accent-300)}.hw-kicker--section .hw-kicker-text{color:var(--color-accent-300)}.hw-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.hw-h2{font-size:26px;letter-spacing:-0.015em;margin:0}.hw-h2--sm{font-size:24px}.hw-media{display:block;position:relative;overflow:hidden;border-radius:var(--radius-md)}.hw-media>img{width:100%;height:100%;object-fit:cover;display:block}.hw-media.hw-ph{display:grid;place-items:center;text-align:center;background:color-mix(in srgb,var(--color-text) 5%,transparent);box-shadow:inset 0 0 0 1px var(--color-divider)}.hw-ph-label{font-size:11.5px;padding:8px 12px;color:var(--hw-faint)}.hw-thumb{border-radius:6px}.hw-round{border-radius:50%}.hw-stars{display:inline-flex;gap:2px;align-items:center}.hw-stars svg{display:block}.hw-star-half{position:relative;display:inline-block}.hw-star-half>svg{position:absolute;inset:0}.hw-star-half>span{position:absolute;inset:0;overflow:hidden}.hw-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border:1px solid var(--color-divider);border-radius:6px;font-size:12px;font-feature-settings:"tnum" 1}.hw-chip--sm{padding:2px 8px;font-size:11.5px}.hw-masthead{position:relative}.hw-masthead-top{max-width:var(--hw-content-w,1240px);margin:0 auto;padding:20px 32px 2px;display:flex;align-items:center;gap:20px}.hw-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--color-text)}.hw-logo-img{height:auto;display:block;max-width:100%}.hw-logo-bars{display:inline-flex;flex-direction:column;gap:3px;flex:none}.hw-logo-bars span:first-child{width:26px;height:2px;background:var(--color-accent)}.hw-logo-bars span:last-child{width:15px;height:2px;background:var(--color-accent-700)}.hw-logo-word{font-family:var(--font-heading);font-weight:500;font-size:22px;letter-spacing:-0.02em}.hw-logo-strap{font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--hw-faint);margin-top:5px;white-space:nowrap}.hw-logo-mono{width:34px;height:34px;flex:none;border-radius:9px;background:color-mix(in srgb,var(--color-accent) 20%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 55%,transparent);display:grid;place-items:center;font-family:var(--font-heading);font-weight:600;font-size:17px;color:var(--color-accent)}.hw-logo-stack{display:flex;flex-direction:column;gap:2px}.hw-logo-stack .hw-logo-word{font-size:22px;line-height:1}.hw-logo-strap-sm{font-size:9.5px;letter-spacing:0.18em;text-transform:uppercase;color:var(--hw-quiet)}[data-hw-logo="footer"] .hw-logo-word{font-size:20px}.hw-date{font-size:12px;font-feature-settings:"tnum" 1;white-space:nowrap;color:var(--hw-quiet)}.hw-search{position:relative;display:inline-flex;align-items:center}.hw-search-icon{position:absolute;left:10px;pointer-events:none;color:var(--hw-quiet)}.hw-search .input{width:252px;padding-left:32px}.hw-sug{position:absolute;top:calc(100% + 8px);right:0;z-index:60;width:340px;padding:12px 0 8px;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.hw-sug[hidden]{display:none}.hw-sug-head{display:flex;align-items:center;gap:8px;padding:0 14px 8px}.hw-sug-title{font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent)}.hw-sug-line{flex:1;height:1px;background:linear-gradient(to right,var(--color-divider),transparent)}.hw-sug-loading{font-size:10px;color:var(--hw-quiet)}.hw-sug-item{display:flex;align-items:center;gap:11px;padding:8px 14px;text-decoration:none;color:var(--color-text)}.hw-sug-item:hover{background:color-mix(in srgb,var(--color-accent) 10%,transparent);color:var(--color-text)}.hw-sug-tag{width:26px;height:26px;flex:none;border-radius:6px;background:color-mix(in srgb,var(--color-text) 8%,transparent);display:grid;place-items:center;font-size:9px;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-accent)}.hw-sug-t{flex:1;min-width:0;font-size:13px;font-weight:500}.hw-sug-m{font-size:10.5px;color:var(--hw-quiet)}.hw-sug-empty{display:block;padding:10px 14px;font-size:12.5px;color:var(--hw-quiet)}.hw-sug-trend-head{display:flex;align-items:center;gap:8px;padding:10px 14px 2px;margin-top:4px;background:linear-gradient( to right,transparent,var(--color-divider) 14px,var(--color-divider) calc(100% - 14px),transparent ) no-repeat top / 100% 1px;font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--hw-faint)}.hw-sug-all{display:flex;align-items:center;gap:8px;padding:9px 14px;margin-top:2px;text-decoration:none;font-size:12.5px;font-weight:500;color:var(--color-accent-300);background:linear-gradient( to right,transparent,var(--color-divider) 14px,var(--color-divider) calc(100% - 14px),transparent ) no-repeat top / 100% 1px}.hw-sug-all:hover{background-color:color-mix(in srgb,var(--color-accent) 10%,transparent)}.hw-sug-chips{display:flex;flex-wrap:wrap;gap:6px;padding:8px 14px 4px}.hw-sug-chips button{border:0;cursor:pointer;font-family:inherit}.hw-nav{max-width:var(--hw-content-w,1240px);margin:0 auto;padding:12px 32px;gap:24px}.hw-nav ul{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.hw-nav li{margin:0}.hw-nav-badge{margin-left:auto;gap:6px}.hw-pulse{width:6px;height:6px;border-radius:50%;flex:none;background:var(--color-accent-300);animation:hw-pulse 2s ease-in-out infinite}@keyframes hw-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.45;transform:scale(0.8)}}@media (prefers-reduced-motion:reduce){.hw-pulse{animation:none}}.hw-masthead-rule{height:1px;background:linear-gradient( to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent )}.hw-masthead-ad{max-width:var(--hw-content-w,1240px);margin:0 auto;padding:14px 32px 0}.hw-ticker{background:linear-gradient( to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent ) no-repeat bottom / 100% 1px}.hw-ticker-inner{max-width:min(var(--hw-ticker-width,var(--hw-content-w,1240px)),100%);margin:0 auto;padding:9px 32px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;white-space:nowrap}.hw-ticker-badge{display:inline-flex;align-items:center;flex:none;gap:6px;text-decoration:none;border-radius:999px;padding:3px 11px}.hw-ticker-viewport{min-width:0;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 22px,black calc(100% - 36px),transparent)}.hw-ticker-track{display:flex;width:max-content;will-change:transform}.hw-ticker-group{display:flex;align-items:center;gap:22px;padding-right:22px}[data-hw-ticker-autoplay="1"] .hw-ticker-track{animation:hw-ticker-scroll var(--hw-ticker-duration,34s) linear infinite}[data-hw-ticker-pause="1"] .hw-ticker-viewport:is(:hover,:focus-within) .hw-ticker-track{animation-play-state:paused}@keyframes hw-ticker-scroll{to{transform:translateX(-50%)}}.hw-ticker-item{display:inline-flex;align-items:center;gap:8px;flex:none;font-size:12.5px;text-decoration:none;color:var(--hw-soft)}.hw-ticker-item:hover{color:var(--color-accent-300)}.hw-ticker-dot{width:4px;height:4px;border-radius:50%;flex:none;background:var(--color-accent-600)}@media (prefers-reduced-motion:reduce){.hw-ticker-viewport{overflow-x:auto;mask-image:none;scrollbar-width:thin}.hw-ticker-track{animation:none !important}.hw-ticker-group[aria-hidden="true"]{display:none}}.hw-masthead[data-hw-scroll-header="1"]{transition:transform 180ms ease,box-shadow 180ms ease;will-change:transform}.hw-masthead[data-hw-scroll-header="1"].is-scroll-hidden{transform:translateY(calc(-100% - 2px))}.hw-masthead[data-hw-scroll-header="1"].is-scroll-visible{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.hw-masthead[data-hw-scroll-header="1"]{transition:none}}.hw-ad{display:flex;flex-direction:column;gap:5px;width:100%}.hw-ad-head{display:flex;align-items:center;gap:8px}.hw-ad-kicker{font-size:9.5px;letter-spacing:0.14em;text-transform:uppercase;color:var(--hw-faint)}.hw-ad-rule{flex:1;height:1px;background:linear-gradient(to right,var(--color-divider),transparent)}.hw-ad-size{font-size:9.5px;font-feature-settings:"tnum" 1;color:var(--hw-faint)}.hw-ad-box{display:grid;place-items:center;width:100%;border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 4%,transparent);box-shadow:inset 0 0 0 1px var(--color-divider)}.hw-ad-note{font-size:11.5px;color:var(--hw-faint)}.hw-ad-body{display:grid;place-items:center;width:100%}.hw-ad-inline-wrap{margin:0 0 30px}.hw-verify{position:relative;display:inline-flex;align-items:center;gap:5px;vertical-align:middle}.hw-verify-pill{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 6px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 16%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent) 45%,transparent);cursor:help}.hw-verify-label{font-size:11px;font-weight:500;color:var(--color-accent)}.hw-verify-tip{position:absolute;top:calc(100% + 9px);left:0;z-index:40;width:290px;padding:13px 15px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-lg);font-size:12px;line-height:1.55;color:var(--hw-strong);text-align:left;opacity:0;visibility:hidden;transition:opacity 0.14s}.hw-verify:hover .hw-verify-tip,.hw-verify:focus-within .hw-verify-tip{opacity:1;visibility:visible}.hw-verify-tip-head{display:flex;align-items:center;gap:7px;margin-bottom:7px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-accent)}.hw-verify-points{display:flex;flex-direction:column;gap:5px;margin-top:9px}.hw-verify-points>span{display:flex;gap:7px;align-items:flex-start}.hw-verify-points svg{flex:none;margin-top:3px}.hw-verify-foot{display:block;margin-top:9px;font-size:11px;color:var(--hw-quiet)}.hw-verify-tick{display:inline-flex;align-items:center;flex:none}.hw-crumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:20px 0 26px;font-size:12px;color:var(--hw-quiet)}.hw-crumbs a{color:inherit;text-decoration:none}.hw-crumbs a:hover{color:var(--color-accent-400)}.hw-sidebar{display:flex;flex-direction:column;gap:30px}.hw-sidebar .hw-kicker{margin-bottom:6px}.hw-trend-item{display:flex;gap:14px;padding:13px 0;text-decoration:none;color:var(--color-text)}.hw-trend-item:hover{color:var(--color-accent-300)}.hw-trend-rank{font-family:var(--font-heading);font-weight:500;font-size:21px;line-height:1;color:var(--color-accent-700);font-feature-settings:"tnum" 1;min-width:30px}.hw-trend-text{min-width:0}.hw-trend-title{display:block;font-size:14px;line-height:1.4;font-weight:500;letter-spacing:-0.01em}.hw-trend-meta{display:block;margin-top:4px;font-size:11.5px;color:var(--hw-quiet)}.hw-sb-review{display:flex;gap:12px;align-items:center;padding:11px 0;text-decoration:none;color:var(--color-text)}.hw-sb-review:hover{color:var(--color-accent-300)}.hw-sb-review-text{min-width:0;flex:1}.hw-sb-review-title{display:block;font-size:13.5px;line-height:1.35;font-weight:500}.hw-sb-review-meta{display:block;margin-top:3px;font-size:11px;color:var(--hw-quiet)}.hw-widget{margin:0}.hw-widget ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.hw-widget li{padding:9px 0;font-size:13.5px}.hw-widget a{text-decoration:none;color:var(--color-text)}.hw-widget a:hover{color:var(--color-accent-300)}.hw-article-head{max-width:860px}.hw-article-chips{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.hw-article-chips .tag{border-radius:999px;padding:4px 13px;text-decoration:none;letter-spacing:0.04em}.hw-article-chips .tag:not(.tag-outline){box-shadow:0 0 0 1px var(--color-divider);color:var(--hw-soft)}.hw-article-head h1{font-size:44px;line-height:1.08;letter-spacing:-0.02em;margin:0 0 14px}.hw-article-dek{font-size:18px;line-height:1.55;margin:0 0 22px;color:var(--hw-soft);max-width:52ch}.hw-byline-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:22px}.hw-byline{display:flex;align-items:center;gap:11px}.hw-avatars{display:flex;flex:none}.hw-avatar{display:inline-block}.hw-avatar img{border-radius:50%;display:block}.hw-byline-names{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:13.5px;font-weight:500}.hw-byline-names a{color:var(--color-accent-300);text-decoration:none}.hw-byline-role{display:block;font-size:11.5px;color:var(--hw-quiet)}.hw-byline-div{width:1px;height:26px;background:var(--color-divider)}.hw-byline-dates{font-size:12px;color:var(--hw-quiet)}.hw-article-lead{margin:0 0 10px}.hw-article-caption{font-size:11.5px;margin-bottom:34px;color:var(--hw-quiet)}.hw-article-cols{display:flex;gap:48px;align-items:flex-start;padding-bottom:52px}.hw-article-body{flex:1;min-width:0;max-width:768px}.hw-article-side{width:340px;flex:none;align-self:flex-start;position:sticky;top:20px}.hw-prose p{font-size:16.5px;line-height:1.75;margin:0 0 20px;max-width:66ch}.hw-prose h2{font-size:28px;margin:34px 0 12px;letter-spacing:-0.015em}.hw-prose h3{font-size:22px;margin:28px 0 10px}.hw-prose ul,.hw-prose ol{font-size:16.5px;line-height:1.75;max-width:66ch;padding-left:24px;margin:0 0 20px}.hw-prose li{margin-bottom:8px}.hw-prose img{border-radius:var(--radius-md)}.hw-prose figure{margin:30px 0}.hw-prose figcaption{font-size:11.5px;margin-top:8px}.hw-prose blockquote{margin:30px 0;padding-left:22px;border-left:2px solid var(--color-accent);font-family:var(--font-heading);font-weight:500;font-size:25px;line-height:1.35;letter-spacing:-0.015em;max-width:24ch}.hw-prose blockquote p{font-size:inherit;line-height:inherit;margin:0;max-width:none}.hw-prose a{text-underline-offset:3px}.hw-prose table{width:100%;border-collapse:collapse;font-size:14px}.hw-verdict{padding:22px 24px;gap:0;margin-bottom:30px}.hw-verdict-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hw-verdict-brand .hw-logo-word{font-size:15px;letter-spacing:-0.02em}.hw-verdict-brand-label{font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:var(--hw-quiet);margin-top:3px}.hw-verdict-score{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hw-verdict-label{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-accent)}.hw-verdict-num{font-family:var(--font-heading);font-weight:500;font-size:22px;font-feature-settings:"tnum" 1}.hw-verdict-num small{font-size:13px;color:var(--hw-quiet)}.hw-verdict-summary{margin:14px 0 18px;font-size:15.5px;line-height:1.6;color:var(--hw-strong)}.hw-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:22px}.hw-pros-head{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--hw-quiet);margin-bottom:10px}.hw-pros-list{display:flex;flex-direction:column;gap:9px;font-size:13.5px;line-height:1.5}.hw-pros-list>span{display:flex;gap:9px}.hw-pros-list svg{flex:none;margin-top:3px}.hw-cons-list{color:var(--hw-strong)}.hw-verdict-foot{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:var(--hw-quiet)}.hw-factcheck{padding:16px 18px;gap:10px;margin-bottom:26px}.hw-factcheck-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hw-factcheck-pill{display:inline-flex;align-items:center;gap:7px;padding:3px 10px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 14%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent) 40%,transparent)}.hw-factcheck-pill span{font-size:11px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-accent)}.hw-factcheck-text{font-size:12.5px;color:var(--hw-soft)}.hw-factcheck-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:11.5px;color:var(--hw-quiet)}.hw-factcheck-meta a{color:var(--color-accent-300);text-decoration:none}.hw-spoiler{padding:18px 20px;gap:12px}.hw-spoiler-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hw-spoiler-kicker{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-accent)}.hw-spoiler-hint{font-size:12px;color:var(--hw-quiet)}.hw-spoiler-text{margin:0;font-size:15.5px;line-height:1.7;max-width:64ch;filter:blur(7px);transition:filter 0.35s;user-select:none}.hw-spoiler.is-open .hw-spoiler-text{filter:blur(0);user-select:auto}.hw-rate{padding:20px 22px;gap:0;margin-bottom:30px}.hw-rate-body{display:flex;gap:26px;align-items:flex-start;flex-wrap:wrap}.hw-rate-avg{font-family:var(--font-heading);font-weight:500;font-size:44px;line-height:1;font-feature-settings:"tnum" 1}.hw-rate-count{margin-top:6px;font-size:11.5px;color:var(--hw-quiet)}.hw-rate-bars{flex:1;min-width:220px;display:flex;flex-direction:column;gap:6px}.hw-rate-bar{display:flex;align-items:center;gap:10px}.hw-rate-bar-label{font-size:11px;font-feature-settings:"tnum" 1;width:16px;color:var(--hw-quiet)}.hw-rate-track{flex:1;height:6px;border-radius:3px;background:var(--color-neutral-900)}.hw-rate-fill{display:block;height:100%;border-radius:3px;background:var(--color-accent-600)}.hw-rate-pct{font-size:11px;font-feature-settings:"tnum" 1;width:32px;color:var(--hw-quiet)}.hw-rate-poll{flex:none;min-width:180px}.hw-rate-prompt{font-size:12px;color:var(--hw-quiet);margin-bottom:8px}.hw-rate-stars{display:flex;gap:4px}.hw-rate-stars button{background:transparent;border:0;padding:2px;cursor:pointer;border-radius:4px}.hw-tag-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.hw-tag-list a{text-decoration:none}.hw-authorbox{padding:20px 22px;gap:14px;margin-bottom:30px}.hw-authorbox-top{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hw-authorbox-name{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.hw-authorbox-name a{font-size:16px;font-weight:500;color:var(--color-accent-300);text-decoration:none}.hw-authorbox-role{display:block;margin-top:4px;font-size:12.5px;color:var(--hw-soft)}.hw-authorbox-bio{margin:0;font-size:13px;line-height:1.6;color:var(--hw-soft)}.hw-authorbox-foot{display:flex;gap:16px;flex-wrap:wrap;align-items:center;font-size:11.5px;color:var(--hw-quiet)}.hw-authorbox-foot a{color:var(--color-accent-300);text-decoration:none}.hw-prevnext{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hw-prevnext a{text-decoration:none;color:var(--color-text);gap:6px}.hw-prevnext-dir{font-size:11px;color:var(--hw-quiet)}.hw-prevnext-title{font-size:14.5px;font-weight:500;line-height:1.35}.hw-prevnext .is-next{text-align:right}.hw-related-band{padding:36px 32px 44px}.hw-related-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.hw-related-list{display:grid;grid-template-columns:1fr 1fr;gap:0 44px}.hw-related-list-item{display:flex;gap:16px;align-items:center;padding:14px 0;text-decoration:none;color:var(--color-text)}.hw-related-list-item:hover{color:var(--color-accent-300)}.hw-nl-band{position:relative;background:radial-gradient(900px 420px at 85% -40%,color-mix(in srgb,var(--color-section-glow) 70%,transparent),transparent 64%),var(--color-section)}.hw-nl-inner{max-width:var(--hw-content-w,1240px);margin:0 auto;padding:46px 32px;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:44px;align-items:center}.hw-nl-inner .hw-kicker-text{font-size:12px}.hw-nl-head{font-size:28px;margin:0 0 8px;letter-spacing:-0.015em}.hw-nl-blurb{margin:0;font-size:14px;line-height:1.6;color:var(--hw-soft)}.hw-nl-form{display:flex;gap:10px;max-width:460px}.hw-nl-form .input{flex:1;background:color-mix(in srgb,var(--color-bg) 55%,transparent)}.hw-nl-form .btn{color:var(--color-accent-200);border-color:var(--color-accent-300);white-space:nowrap}.hw-nl-note{margin:10px 0 0;font-size:12px;color:var(--hw-quiet)}.hw-nl-card{gap:8px;padding:16px}.hw-nl-inline{display:none;flex-direction:column;gap:10px;padding:20px 22px;border-radius:var(--radius-lg);margin-bottom:30px}.hw-nl-inline .hw-kicker-rule{background:var(--color-accent-300)}.hw-nl-inline .hw-kicker-text{color:var(--color-accent-300)}.hw-nl-inline-title{font-family:var(--font-heading);font-weight:500;font-size:20px;letter-spacing:-0.015em}.hw-nl-exit{display:none;position:fixed;right:18px;bottom:18px;z-index:70;width:min(340px,calc(100vw - 36px));padding:18px 20px;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg)}.hw-nl-exit.is-dismissed{display:none !important}.hw-nl-exit-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hw-nl-exit-kicker{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-accent)}.hw-nl-exit-title{font-family:var(--font-heading);font-weight:500;font-size:17px;letter-spacing:-0.015em;margin-bottom:6px}.hw-nl-exit p{margin:0 0 12px;font-size:12.5px;line-height:1.55;color:var(--hw-soft)}.hw-nl-exit-form{display:flex;gap:8px}.hw-nl-exit-form .input{flex:1}.hw-footer{padding:46px 0 26px}.hw-footer-ad{max-width:var(--hw-content-w,1240px);margin:0 auto 32px;padding:0 32px}.hw-footer-cols{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.1fr 1.1fr;gap:32px}.hw-footer-about{margin:12px 0 16px;font-size:13px;line-height:1.6;max-width:34ch;color:var(--hw-quiet)}.hw-footer-colhead{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--hw-faint);margin-bottom:12px}.hw-footer-list{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0;padding:0}.hw-footer-list a{color:var(--hw-soft);text-decoration:none;font-size:13px}.hw-footer-list a:hover{color:var(--color-accent-400)}.hw-footer-legal{display:flex;gap:20px;flex-wrap:wrap;align-items:center;font-size:12px;color:var(--hw-quiet)}.hw-footer-legal a{color:inherit;text-decoration:none}.hw-footer-legal a:hover{color:var(--color-accent-400)}.hw-footer-legal ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.hw-comments{padding-top:34px}.hw-comment-list{list-style:none;margin:0;padding:0}.hw-comment-list ol{list-style:none;padding-left:34px}.hw-comment{display:flex;gap:14px;padding:16px 0}.hw-comment-avatar{flex:none}.hw-comment-avatar img{border-radius:50%;display:block}.hw-comment-body{flex:1;min-width:0}.hw-comment-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.hw-comment-author{font-size:13px;font-weight:500}.hw-comment-date{font-size:11px;color:var(--hw-quiet)}.hw-comment-text{font-size:14px;line-height:1.65}.hw-comment-text p{margin:0 0 10px}.hw-comment-actions{display:flex;gap:12px;font-size:11.5px;margin-top:4px}.hw-comment-actions a{color:var(--color-accent-300);text-decoration:none}.hw-comment-form{margin-top:26px}.hw-comment-form .comment-form-comment{margin-bottom:12px}.hw-comment-form label{display:block;font-size:12px;margin-bottom:5px;color:var(--hw-soft)}.hw-comment-form input[type="text"],.hw-comment-form input[type="email"],.hw-comment-form input[type="url"],.hw-comment-form textarea{width:100%;min-height:36px;padding:6px 10px;font:inherit;font-size:14px;color:var(--color-text);caret-color:var(--color-accent);background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-md)}.hw-comment-form textarea{min-height:110px;resize:vertical}.hw-comment-form .form-submit{margin-top:12px}.hw-comment-form input[type="submit"]{display:inline-flex;align-items:center;cursor:pointer;font-family:var(--font-heading);font-weight:500;font-size:14px;color:var(--color-accent);background:transparent;border:1px solid var(--color-accent);padding:var(--space-2) calc(var(--space-3) * 1.2);border-radius:var(--radius-md)}.hw-comment-form input[type="submit"]:hover{background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.hw-comments-carousel .hw-comment-list{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;scrollbar-width:thin}.hw-comments-carousel .hw-comment{flex:none;width:300px;scroll-snap-align:start;flex-direction:column;padding:16px 18px;background:var(--color-surface);box-shadow:var(--shadow-sm);border-radius:var(--radius-md)}.hw-signin{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.hw-signin .btn{font-size:12.5px}@media (max-width:1100px){.hw-hero{grid-template-columns:1fr;gap:30px}.hw-wire{grid-template-columns:1fr;gap:32px}.hw-article-cols{flex-wrap:wrap;gap:32px}.hw-article-side{width:100%;position:static}.hw-movie-hero{grid-template-columns:240px minmax(0,1fr);gap:32px}.hw-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-related-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-footer-cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.hw-features{grid-template-columns:1fr;min-height:0}.hw-feature-carousel{min-height:520px}.hw-detail-cards{grid-template-columns:1fr}.hw-person-split,.hw-split{grid-template-columns:1fr;gap:30px}.hw-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.hw-people-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.hw-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-stats{grid-template-columns:repeat(2,auto)}.hw-nl-inner{grid-template-columns:1fr;gap:26px}}@media (max-width:900px){html,body{overflow-x:hidden}.hw-wrap,.hw-masthead-top,.hw-nav,.hw-band-inner,.hw-ticker-inner,.hw-nl-inner,.hw-footer-ad,.hw-related-band{padding-left:16px;padding-right:16px}.hw-masthead-top{flex-wrap:wrap;gap:12px;padding:14px 16px 2px}.hw-aside{position:static}.hw-nav{padding:10px 16px;gap:14px}.hw-nav ul{flex-wrap:nowrap;overflow-x:auto;gap:14px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hw-nav ul::-webkit-scrollbar{display:none}.hw-nav a{white-space:nowrap;flex:none}.hw-nav-badge{display:none}.hw-search{order:9;width:100%}.hw-search .input{width:100%}.hw-sug{width:min(340px,88vw);right:auto;left:0}.hw-hero h1{font-size:29px;line-height:1.14}.hw-article-head h1{font-size:29px}.hw-movie-title{font-size:32px}.hw-person-title{font-size:32px}.hw-h2,.hw-h2--sm{font-size:22px;line-height:1.2}.hw-archive-head h1{font-size:29px}.hw-movie-hero,.hw-person-hero{grid-template-columns:1fr;gap:24px}.hw-movie-hero>div:first-child,.hw-person-hero>div:first-child{max-width:260px}.hw-pros-cons{grid-template-columns:1fr;gap:16px}.hw-related-list{grid-template-columns:1fr}.hw-prevnext{grid-template-columns:1fr}.hw-prevnext .is-next{text-align:left}.hw-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-hw-logo="footer"],[data-hw-logo="header"]{transform:none !important}.hw-table{display:block;overflow-x:auto;white-space:nowrap}.hw-dialog{width:min(94vw,880px)}.hw-scores{gap:16px}.hw-score-div{border-left:0;padding-left:0}}@media (max-width:620px){.hw-wrap,.hw-masthead-top,.hw-nav,.hw-band-inner,.hw-ticker-inner,.hw-nl-inner,.hw-footer-ad,.hw-related-band{padding-left:13px;padding-right:13px}.hw-ticker-inner{grid-template-columns:auto minmax(0,1fr);gap:10px}.hw-ticker-badge{padding-inline:9px}.hw-hero h1{font-size:26px}[data-hw-date],[data-hw-strap]{display:none !important}.hw-footer-cols{grid-template-columns:1fr}.hw-poster-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.hw-people-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.hw-review-grid,.hw-video-grid,.hw-related-cards,.hw-platform-grid{grid-template-columns:1fr}.hw-stats{grid-template-columns:1fr;gap:18px}.hw-fact-grid{grid-template-columns:1fr}.hw-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.hw-rundown-item,.hw-related-list-item,.hw-sb-review,.hw-result{flex-wrap:wrap}.hw-rundown-item .hw-thumb,.hw-related-list-item .hw-thumb,.hw-result .hw-thumb{width:100% !important;height:150px !important}.hw-wire-item{flex-direction:column;gap:6px}.hw-wire-time{width:auto;padding-top:0}.hw-byline-row{gap:10px}.hw-byline-div{display:none}}.hw-comment-stars{margin-bottom:14px}.hw-comment-stars-label{display:block;font-size:12px;margin-bottom:6px;color:var(--hw-soft)}.hw-comment-stars-row{display:inline-flex;gap:4px}.hw-comment-star{cursor:pointer;color:var(--color-neutral-800);display:inline-flex;transition:color 0.12s}.hw-comment-star input{position:absolute;opacity:0;width:0;height:0}.hw-comment-star svg{display:block}.hw-comment-stars-row:hover .hw-comment-star{color:var(--color-accent)}.hw-comment-stars-row .hw-comment-star:hover~.hw-comment-star{color:var(--color-neutral-800)}.hw-comment-stars-row:not(:hover):has(input:checked) .hw-comment-star{color:var(--color-accent)}.hw-comment-stars-row:not(:hover) .hw-comment-star:has(input:checked)~.hw-comment-star{color:var(--color-neutral-800)}.hw-comment-star:has(input:focus-visible){outline:2px solid var(--color-accent);outline-offset:2px}.hw-comment-stars-hint{display:block;margin-top:6px;font-size:11.5px}.hw-comment-rating{display:block;margin-bottom:6px}@media (max-width:1100px){.hw-video-cols{grid-template-columns:1fr;gap:32px}.hw-video-side{position:static}.hw-live-cols{grid-template-columns:1fr;gap:32px}.hw-live-side{position:static}.hw-tag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-desk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.hw-lead-card{flex-direction:column}.hw-lead-media{flex:none;width:100%}.hw-lead-media .hw-media{min-height:0;aspect-ratio:16/10}.hw-lead-title{font-size:20px}.hw-archive-h1{font-size:29px}.hw-live-title{font-size:29px}.hw-video-h1{font-size:26px}.hw-author-name{font-size:28px}.hw-tag-follow{width:100%}.hw-author-head{gap:20px}.hw-author-actions{width:100%}.hw-live-strip-inner{padding:9px 16px}.hw-standards-strip{gap:10px}.hw-standards-item{margin-right:0}}@media (max-width:620px){.hw-tag-grid{grid-template-columns:1fr}.hw-desk-grid{grid-template-columns:1fr}.hw-tag-movies{grid-template-columns:repeat(3,minmax(0,1fr))}.hw-author-numbers{grid-template-columns:1fr 1fr}.hw-live-update{flex-direction:column;gap:10px}.hw-live-update-meta{width:auto;flex-direction:row;align-items:center;gap:10px}.hw-live-update-title{font-size:17px}.hw-news-row,.hw-cat-row,.hw-author-row{flex-wrap:wrap}.hw-news-row .hw-thumb,.hw-cat-row .hw-thumb,.hw-author-row .hw-thumb{width:100% !important;height:150px !important}.hw-news-time{width:auto}.hw-milestone{flex-direction:column;gap:4px}.hw-milestone-num{min-width:0}.hw-tag-controls{gap:8px}}.hw-sort-form{display:flex;gap:8px;align-items:center}.hw-sort-select{width:auto;min-height:34px;font-size:13px}.hw-people-search{display:flex}.hw-search-inline{position:relative;display:inline-flex;align-items:center}.hw-search-inline .input{width:260px;padding-left:32px}.hw-search-inline .hw-search-icon{position:absolute;left:10px;pointer-events:none}@media (max-width:620px){.hw-sort-form,.hw-people-search{width:100%}.hw-sort-select,.hw-search-inline,.hw-search-inline .input{width:100%}}.hw-ph{box-shadow:none;background:none}.hw-ph-art{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:linear-gradient(145deg,var(--hw-ph-from),var(--hw-ph-to));color:rgba(255,255,255,0.92);overflow:hidden}.hw-ph-art::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 20% 0%,rgba(255,255,255,0.22),transparent 60%);pointer-events:none}.hw-ph-mark{position:relative;font-family:var(--font-heading);font-weight:600;font-size:clamp(18px,22cqi,46px);letter-spacing:0.04em;line-height:1;text-shadow:0 1px 10px rgba(0,0,0,0.28)}.hw-media{container-type:inline-size}.hw-ph .hw-ph-label{position:relative;font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.78);padding:0 10px;text-align:center}.hw-thumb .hw-ph-label{display:none}.hw-thumb .hw-ph-mark{font-size:15px}.lighten:has(.hw-ph-art){mix-blend-mode:normal}:root{--hw-score-high:#46b17b;--hw-score-mid:#d9a441;--hw-score-low:#dd8452;--hw-score-poor:#d4626f}html[data-hw-polarity="light"]{--hw-score-high:#2f8055;--hw-score-mid:#a1741f;--hw-score-low:#ab5a2c;--hw-score-poor:#a63d4c}.hw-chip--high{color:var(--hw-score-high);border-color:color-mix(in srgb,var(--hw-score-high) 45%,transparent)}.hw-chip--mid{color:var(--hw-score-mid);border-color:color-mix(in srgb,var(--hw-score-mid) 45%,transparent)}.hw-chip--low{color:var(--hw-score-low);border-color:color-mix(in srgb,var(--hw-score-low) 45%,transparent)}.hw-chip--poor{color:var(--hw-score-poor);border-color:color-mix(in srgb,var(--hw-score-poor) 45%,transparent)}.hw-chip{background:color-mix(in srgb,currentColor 8%,transparent)}.hw-score-num--high{color:var(--hw-score-high)}.hw-score-num--mid{color:var(--hw-score-mid)}.hw-score-num--low{color:var(--hw-score-low)}.hw-score-num--poor{color:var(--hw-score-poor)}.hw-byline-row{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"byline dates";align-items:center;gap:12px 14px;padding-bottom:22px}.hw-byline{grid-area:byline}.hw-byline-dates{grid-area:dates;justify-self:start}.hw-byline-div{display:none}.hw-cast-rail{display:grid;grid-auto-flow:column;grid-auto-columns:132px;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:2px;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:var(--color-divider) transparent;mask-image:linear-gradient(to right,black calc(100% - 40px),transparent)}.hw-cast-rail::-webkit-scrollbar{height:6px}.hw-cast-rail::-webkit-scrollbar-thumb{background:var(--color-divider);border-radius:3px}.hw-cast-rail .hw-cast-card{scroll-snap-align:start;min-width:0}.hw-cast-rail .hw-cast-name{font-size:12.5px;margin-top:8px;gap:5px}.hw-cast-rail .hw-cast-role{font-size:11px;margin-top:2px}.hw-cast-nav{display:flex;gap:6px}.hw-cast-nav .btn{width:32px;height:32px;padding:0}.hw-movie-news{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hw-provenance-strip{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 18px;margin-bottom:26px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-text) 4%,transparent);box-shadow:inset 0 0 0 1px var(--color-divider);font-size:12px;color:var(--hw-soft)}.hw-provenance-strip svg{flex:none}.hw-provenance-item{display:inline-flex;align-items:center;gap:7px}.hw-provenance-strip a{color:var(--color-accent-300);text-decoration:none}.hw-burger{display:none}.hw-search-compact{display:none}.hw-nav-head{display:none}.hw-nav-scrim{display:none}@media (max-width:900px){.hw-search-compact{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center}.hw-search{display:none;order:9;width:100%}.hw-search.is-open{display:inline-flex}.hw-burger{display:inline-flex;width:36px;height:36px;padding:0;align-items:center;justify-content:center;order:-1}.hw-nav{position:fixed;inset:0 auto 0 0;z-index:90;width:min(300px,84vw);max-width:none;margin:0;padding:22px 20px;display:flex;flex-direction:column;align-items:stretch;gap:4px;background:var(--color-surface);box-shadow:var(--shadow-lg);transform:translateX(-100%);transition:transform 0.24s ease;overflow-y:auto}.hw-nav.is-open{transform:translateX(0)}.hw-nav ul{flex-direction:column;align-items:stretch;gap:2px;overflow:visible}.hw-nav li{width:100%}.hw-nav a{display:block;padding:11px 12px;border-radius:var(--radius-md);font-size:15px;white-space:normal}.hw-nav a:hover,.hw-nav a[aria-current]{background:color-mix(in srgb,var(--color-accent) 10%,transparent)}.hw-nav-badge{display:inline-flex !important;margin:14px 0 0;align-self:flex-start}.hw-nav-head{display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:8px;background:linear-gradient( to right,transparent,var(--color-divider) 8px,var(--color-divider) calc(100% - 8px),transparent ) no-repeat bottom / 100% 1px}.hw-nav-scrim{display:block;position:fixed;inset:0;z-index:89;background:color-mix(in srgb,#000 55%,transparent);opacity:0;visibility:hidden;transition:opacity 0.24s}.hw-nav-scrim.is-open{opacity:1;visibility:visible}body.hw-nav-open{overflow:hidden}.hw-movie-hero,.hw-person-hero{grid-template-columns:1fr;justify-items:center;text-align:center;gap:22px}.hw-movie-hero>div:first-child,.hw-person-hero>div:first-child{max-width:230px;width:100%}.hw-movie-hero>div:last-child,.hw-person-hero>div:last-child{width:100%;text-align:left}.hw-movie-tags,.hw-scores,.hw-person-line,.hw-movie-facts-line{justify-content:flex-start}.hw-scores{gap:20px;row-gap:16px}.hw-score-div{border-left:0;padding-left:0}.hw-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.hw-movie-actions{max-width:230px;margin-inline:auto}.hw-movie-news{grid-template-columns:1fr}.hw-cast-rail{grid-auto-columns:118px}.hw-nowcard{margin-inline:0}.hw-detail-cards{gap:16px}.hw-byline-row{grid-template-columns:1fr;grid-template-areas:"byline" "dates";justify-items:start;gap:10px}}@media (max-width:620px){.hw-fact-grid{grid-template-columns:1fr}.hw-cast-rail{grid-auto-columns:104px}.hw-cast-rail .hw-cast-name{font-size:12px}.hw-provenance-strip{gap:10px;font-size:11.5px;padding:12px 14px}}.hw-comments-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hw-comments-head .hw-h2{margin:0}.hw-rail-nav{margin-left:auto;display:flex;gap:6px}.hw-rail-nav .btn[disabled]{opacity:.35;pointer-events:none}.hw-comment-list[data-hw-rail]{scroll-behavior:smooth}.hw-comment-list[data-hw-rail]:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.hw-award-groups{display:flex;flex-direction:column;gap:14px;padding-bottom:60px}.hw-award-group{padding:20px 22px}.hw-award-group-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.hw-award-group-name{font-size:17px;font-weight:600;letter-spacing:-0.01em}.hw-award-ceremonies{display:flex;flex-wrap:wrap;gap:8px}.hw-award-chip{display:flex;flex-direction:column;gap:2px;padding:8px 14px;border:1px solid var(--color-divider);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .15s,background .15s;min-width:76px}.hw-award-chip:hover{border-color:var(--color-accent-300);background:var(--color-section)}.hw-award-chip-year{font-size:15px;font-weight:600}.hw-award-chip-count{font-size:11px;color:var(--hw-quiet)}.hw-nl-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.hw-nl-result{display:block;margin-top:8px}.hw-nl-result.is-error{color:#e8849a}.hw-nl-exit-form .hw-nl-result.is-error{color:#ffb4c4}.hw-col-rank{width:36px}.hw-chart-link{color:var(--color-text);text-decoration:none;font-weight:500}.hw-chart-link:hover{color:var(--color-accent-300)}.hw-min0{min-width:0}.hw-right{text-align:right}.hw-flex-none{flex:none}.hw-m0{margin:0}.hw-measure{max-width:768px}.hw-measure-sm{max-width:440px}.hw-cursor-default{cursor:default}.hw-pb-40{padding-bottom:40px}.hw-pb-44{padding-bottom:44px}.hw-pb-46{padding-bottom:46px}.hw-pb-52{padding-bottom:52px}.hw-pb-54{padding-bottom:54px}.hw-pt-20{padding-top:20px}.hw-mt-10{margin-top:10px}.hw-mt-20{margin-top:20px}.hw-mt-22{margin-top:22px}.hw-mt-24{margin-top:24px}.hw-mb-6{margin-bottom:6px}.hw-mb-12{margin-bottom:12px}.hw-mb-14{margin-bottom:14px}.hw-mb-18{margin-bottom:18px}.hw-fs-16{font-size:16px}.hw-fs-115{font-size:11.5px}.hw-comments{padding-top:0}.hw-comments-wrap{width:100%;padding:var(--hw-comments-pad-y) var(--hw-comments-pad-x);background:var(--hw-comments-bg);color:var(--hw-comments-text)}.hw-comments-disclosure{width:100%}.hw-comments-summary{display:flex;align-items:center;gap:12px;list-style:none;cursor:pointer;user-select:none}.hw-comments-summary::-webkit-details-marker{display:none}.hw-comments-summary::marker{display:none;content:""}.hw-comments-summary:focus-visible{outline:2px solid var(--hw-comments-accent);outline-offset:5px;border-radius:var(--hw-comments-radius)}.hw-comments-summary-main{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap}.hw-comments-rule{width:28px;height:1px;flex:none;background:var(--hw-comments-accent)}.hw-comments-kicker{font-size:var(--hw-comments-kicker-size);line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-comments-accent)}.hw-comments-count,.hw-comments-average{font-size:var(--hw-comments-count-size);font-feature-settings:"tnum" 1;color:var(--hw-comments-meta)}.hw-comments-average{display:inline-flex;align-items:center;gap:6px;padding:2px 9px;border:var(--hw-comments-outline) solid var(--hw-comments-border);border-radius:999px}.hw-comments-average svg{color:var(--hw-comments-accent)}.hw-comments-toggle{margin-left:auto;flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;font-size:12.5px;font-family:var(--font-heading);color:var(--hw-comments-text);background:transparent;border:var(--hw-comments-outline) solid var(--hw-comments-border);border-radius:var(--hw-comments-radius)}.hw-comments-toggle-hide{display:none}.hw-comments-disclosure[open] .hw-comments-toggle-show{display:none}.hw-comments-disclosure[open] .hw-comments-toggle-hide{display:inline}.hw-comments-panel{padding-top:18px}.hw-comment-form-card{display:flex;flex-direction:column;gap:12px;padding:var(--hw-comments-form-py) var(--hw-comments-form-px);margin-bottom:18px;color:var(--hw-comments-text);background:var(--hw-comments-card-bg);border:var(--hw-comments-outline) solid var(--hw-comments-border);border-radius:var(--hw-comments-radius)}.hw-comment-form-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hw-comment-form-title{font-size:var(--hw-comments-form-title);font-weight:500}.hw-comment-signin-label,.hw-comment-rules,.hw-comment-form .logged-in-as,.hw-comment-cancel{font-size:var(--hw-comments-meta-size);color:var(--hw-comments-meta)}.hw-comment-form .logged-in-as{margin:0 0 10px}.hw-comment-form .logged-in-as a{color:var(--hw-comments-accent)}.hw-signin{display:flex;gap:8px;flex-wrap:wrap;margin:0}.hw-signin .btn{font-size:13px;gap:8px;border-radius:var(--hw-comments-radius);border-color:var(--hw-comments-border)}.hw-signin-provider--email{color:var(--hw-comments-text)}.hw-provider-icon{width:16px;height:16px;flex:none;border-radius:50%}.hw-provider-icon--google{background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0)}.hw-provider-icon--facebook{display:grid;place-items:center;background:#1877f2;color:#fff;font-size:11px;font-weight:700;font-family:Arial,sans-serif}.hw-comment-respond,.hw-comment-form{margin:0}.hw-comment-form{display:flex;flex-wrap:wrap;gap:10px 12px}.hw-comment-form>p{margin:0}.hw-comment-form .comment-form-comment,.hw-comment-form .logged-in-as,.hw-comment-form .form-submit,.hw-comment-form .hw-comment-stars,.hw-comment-form .hw-comment-submit{width:100%}.hw-comment-form .comment-form-author,.hw-comment-form .comment-form-email,.hw-comment-form .comment-form-url{flex:1 1 180px}.hw-comment-form.is-progressive-email:not(.is-email-open) .comment-form-author,.hw-comment-form.is-progressive-email:not(.is-email-open) .comment-form-email,.hw-comment-form.is-progressive-email:not(.is-email-open) .comment-form-url{display:none}.hw-comment-form label{display:block;margin-bottom:5px;font-size:var(--hw-comments-meta-size);color:var(--hw-comments-meta)}.hw-comment-form input[type="text"],.hw-comment-form input[type="email"],.hw-comment-form input[type="url"],.hw-comment-form textarea{width:100%;padding:9px 11px;font:inherit;font-size:var(--hw-comments-body-size);line-height:1.5;color:var(--hw-comments-input-text);caret-color:var(--hw-comments-accent);background:var(--hw-comments-input-bg);border:var(--hw-comments-outline) solid var(--hw-comments-border);border-radius:var(--hw-comments-radius)}.hw-comment-form textarea{min-height:var(--hw-comments-textarea-height);resize:vertical}.hw-comment-form textarea::placeholder,.hw-comment-form input::placeholder{color:color-mix(in srgb,var(--hw-comments-input-text) 48%,transparent)}.hw-comment-form input:focus,.hw-comment-form textarea:focus{outline:2px solid color-mix(in srgb,var(--hw-comments-accent) 55%,transparent);outline-offset:1px}.hw-comment-stars{display:flex;align-items:center;gap:12px;margin:0;padding-top:2px}.hw-comment-stars-label{margin:0;font-size:12.5px;color:var(--hw-comments-meta)}.hw-comment-stars-row{display:inline-flex;gap:3px}.hw-comment-star{position:relative;display:block;margin:0;padding:2px;cursor:pointer;color:color-mix(in srgb,var(--hw-comments-text) 24%,transparent);border-radius:4px}.hw-comment-star input{position:absolute;opacity:0;width:0;height:0}.hw-comment-star svg{display:block}.hw-comment-stars-row:hover .hw-comment-star,.hw-comment-stars-row:not(:hover):has(input:checked) .hw-comment-star{color:var(--hw-comments-accent)}.hw-comment-stars-row:hover .hw-comment-star:hover~.hw-comment-star,.hw-comment-stars-row:not(:hover) .hw-comment-star:has(input:checked)~.hw-comment-star{color:color-mix(in srgb,var(--hw-comments-text) 24%,transparent)}.hw-comment-star:has(input:focus-visible){outline:2px solid var(--hw-comments-accent);outline-offset:2px}.hw-comment-submit{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hw-comment-form input[type="submit"],.hw-comment-form .submit{display:inline-flex;align-items:center;justify-content:center;min-height:36px;margin:0;padding:7px 13px;cursor:pointer;font-family:var(--font-heading);font-weight:500;font-size:13px;color:var(--color-accent-contrast,#111);background:var(--hw-comments-accent);border:var(--hw-comments-outline) solid var(--hw-comments-accent);border-radius:var(--hw-comments-radius)}.hw-comment-form input[type="submit"]:hover{filter:brightness(1.06);background:var(--hw-comments-accent)}.hw-comments-content{width:100%}.hw-comment-list{list-style:none;margin:0;padding:0}.hw-comment-list ol{list-style:none;padding-left:34px}.hw-comment-list--list .hw-comment{display:grid;grid-template-columns:var(--hw-comments-list-avatar) minmax(0,1fr);column-gap:13px;padding:15px 0;background:linear-gradient(to right,transparent,var(--hw-comments-border) 24px,var(--hw-comments-border) calc(100% - 24px),transparent) no-repeat bottom / 100% var(--hw-comments-outline)}.hw-comment-list--list .hw-comment-top{grid-column:1 / -1;display:grid;grid-template-columns:var(--hw-comments-list-avatar) minmax(0,1fr) auto auto;align-items:center;gap:8px 10px}.hw-comment-list--list .hw-comment-body{grid-column:2 / -1;min-width:0}.hw-comment-list--carousel{display:flex;gap:var(--hw-comments-gap);overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.hw-comment-list--carousel .hw-comment{flex:0 0 var(--hw-comments-card-width);display:flex;flex-direction:column;gap:12px;padding:var(--hw-comments-card-py) var(--hw-comments-card-px);color:var(--hw-comments-text);background:var(--hw-comments-card-bg);border:var(--hw-comments-outline) solid var(--hw-comments-border);border-radius:var(--hw-comments-radius);box-shadow:var(--hw-comments-card-shadow);scroll-snap-align:start}.hw-comment-list--carousel .hw-comment-top{display:flex;align-items:center;gap:10px}.hw-comment-list--carousel .hw-comment-body{display:flex;flex-direction:column;flex:1}.hw-comments-layout--both .hw-comment-list--list{margin-top:20px}.hw-comment-avatar{flex:none}.hw-comment-avatar img{width:var(--hw-comments-list-avatar);height:var(--hw-comments-list-avatar);object-fit:cover;border-radius:50%;display:block}.hw-comment-list--carousel .hw-comment-avatar img{width:var(--hw-comments-card-avatar);height:var(--hw-comments-card-avatar)}.hw-comment-identity{display:block;min-width:0;flex:1}.hw-comment-author{display:block;font-size:13.5px;font-weight:500;color:var(--hw-comments-text)}.hw-comment-author a{color:inherit;text-decoration:none}.hw-comment-date{display:block;font-size:var(--hw-comments-meta-size);color:var(--hw-comments-meta)}.hw-comment-staff{font-size:10px}.hw-comment-score{display:inline-flex;align-items:center;gap:4px;margin-left:auto;flex:none;font-size:11.5px;font-feature-settings:"tnum" 1;color:var(--hw-comments-accent)}.hw-comment-text{font-size:var(--hw-comments-body-size);line-height:1.6;color:color-mix(in srgb,var(--hw-comments-text) 82%,transparent)}.hw-comment-text p{margin:4px 0 0}.hw-comment-actions{display:flex;align-items:center;gap:16px;margin-top:7px;font-size:calc(var(--hw-comments-meta-size) + .5px);color:var(--hw-comments-meta)}.hw-comment-actions a{color:inherit;text-decoration:none}.hw-comment-actions a:hover{color:var(--hw-comments-accent)}.hw-comment-likes{display:inline-flex;align-items:center;gap:5px}.hw-comment-pagination{margin-top:16px}.hw-comment-pagination .page-numbers{border-color:var(--hw-comments-border);border-radius:var(--hw-comments-radius)}@media (max-width:640px){.hw-comments-summary{align-items:flex-start}.hw-comments-summary-main{gap:8px 10px}.hw-comments-rule{margin-top:8px}.hw-comments-toggle{min-height:32px;padding:5px 9px;font-size:11.5px}.hw-comment-list--carousel .hw-comment{flex-basis:min(var(--hw-comments-card-width),calc(100vw - 64px))}.hw-comment-form .comment-form-author,.hw-comment-form .comment-form-email,.hw-comment-form .comment-form-url{flex-basis:100%}.hw-comment-submit{align-items:flex-start;flex-direction:column}.hw-comment-list--list .hw-comment-top{grid-template-columns:var(--hw-comments-list-avatar) minmax(0,1fr) auto}.hw-comment-list--list .hw-comment-staff{display:none}.hw-comment-list--list .hw-comment{grid-template-columns:var(--hw-comments-list-avatar) minmax(0,1fr)}}@media (max-width:680px){.hw-feature-carousel{grid-auto-columns:min(86%,300px);min-height:500px}.hw-feature-card .card-body{display:none}}.hw-sug-item.has-thumb{display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px;align-items:center;padding:8px}.hw-sug-thumb{display:block;width:58px;aspect-ratio:3/2;border-radius:8px;overflow:hidden;background:var(--color-neutral-900)}.hw-sug-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hw-sug-copy{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:baseline}.hw-sug-copy .hw-sug-m{grid-column:2}@media(max-width:700px){}.hw-footer--icons{padding:36px 0 20px}.hw-footer-icon-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(150px,1fr) minmax(150px,1fr);gap:32px;align-items:start;padding-bottom:26px}.hw-footer-icon-brand .hw-logo{margin-bottom:14px}.hw-footer-icon-pitch{max-width:36ch;margin:0 0 14px;font-size:14px;line-height:1.5;color:var(--hw-soft)}.hw-footer-icon-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;max-width:400px}.hw-footer-icon-form .hw-footer-icon-terms,.hw-footer-icon-form .hw-nl-result{grid-column:1/-1}.hw-footer-icon-terms{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;color:var(--hw-quiet);cursor:pointer}.hw-footer-icon-terms input{flex:none;width:14px;height:14px;margin-top:2px;accent-color:var(--color-accent)}.hw-footer--icons .hw-footer-colhead{font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--hw-quiet);margin-bottom:14px}.hw-footer-icon-links{gap:13px}.hw-footer-icon-links li{position:relative;padding-left:25px}.hw-footer-icon-links li::before{content:"+";position:absolute;left:0;top:0;display:grid;place-items:center;width:17px;height:17px;border-radius:5px;background:color-mix(in srgb,var(--color-accent) 16%,transparent);color:var(--color-accent);font-size:11px;font-weight:700}.hw-footer-icon-links a{font-size:13.5px;font-weight:500;color:var(--color-text)}.hw-footer-accent-line{width:100%;height:1px;margin-top:16px;background:var(--color-accent)}.hw-footer-icon-legal{padding-top:14px;gap:20px}.hw-footer-classic-rule{height:1px;margin:36px 0 18px;background:linear-gradient(to right,transparent,var(--color-divider) 48px,var(--color-divider) calc(100% - 48px),transparent)}@media(max-width:900px){.hw-footer-icon-grid{grid-template-columns:1.5fr 1fr}.hw-footer-icon-grid>div:last-child{grid-column:2}.hw-footer-icon-brand{grid-row:1/span 2}}@media(max-width:620px){.hw-footer-icon-grid{grid-template-columns:1fr}.hw-footer-icon-grid>div:last-child,.hw-footer-icon-brand{grid-column:auto;grid-row:auto}.hw-footer-icon-form{grid-template-columns:1fr}.hw-footer-icon-form .btn{width:100%}.hw-footer-icon-legal{align-items:flex-start}.hw-footer-icon-legal .hw-flex1{display:none}}.hw-comments-summary--static{cursor:default;margin-bottom:16px}.hw-comment-compose{margin-top:18px}.hw-comment-compose>summary{display:inline-flex;list-style:none;cursor:pointer}.hw-comment-compose>summary::-webkit-details-marker{display:none}.hw-comment-compose[open]>.hw-comment-compose-trigger{margin-bottom:12px}.hw-comment-form-status{display:block;min-height:1.4em;margin-top:8px;color:var(--color-accent);font-size:var(--hw-comments-meta-size)}.hw-comment.is-new{animation:hw-comment-new var(--hw-comment-highlight-duration,4.2s) ease both}@keyframes hw-comment-new{0%,35%{background:var(--hw-comment-highlight);box-shadow:0 0 0 4px var(--hw-comment-highlight)}100%{background:transparent;box-shadow:none}}.hw-boxoffice-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,31%);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px}.hw-boxoffice-card{scroll-snap-align:start;padding:18px;min-height:175px}.hw-boxoffice-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.hw-boxoffice-gross{display:block;font-family:var(--font-heading);font-size:30px;margin:16px 0}.hw-boxoffice-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hw-boxoffice-card-grid span{display:grid;gap:3px;font-variant-numeric:tabular-nums}.hw-boxoffice-card-grid small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--hw-meta)}.hw-boxoffice-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hw-boxoffice-summary .card{padding:18px}.hw-news-card-grid{display:grid;gap:14px}.hw-news-card-grid--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hw-news-card-grid--carousel{grid-auto-flow:column;grid-auto-columns:minmax(290px,32%);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.hw-news-rich-card{overflow:hidden;display:flex;min-width:0;color:inherit}.hw-news-card-grid--carousel .hw-news-rich-card{scroll-snap-align:start;display:grid}.hw-news-rich-media{display:block;flex:0 0 142px}.hw-news-card-grid--carousel .hw-news-rich-media{width:100%}.hw-news-rich-media .hw-media{width:100%;height:100%;object-fit:cover}.hw-news-rich-copy{display:grid;align-content:start;gap:8px;padding:14px;min-width:0}.hw-news-rich-copy .hw-coverage-title{font-size:17px;line-height:1.25}.hw-news-card-grid--list .hw-news-rich-card{border-bottom:1px solid var(--color-divider);border-radius:0;box-shadow:none;padding:10px 0}.hw-filmography-table-title{display:flex;align-items:center;gap:12px;color:inherit}.hw-filmography-table-poster{width:44px;flex:none;border-radius:6px;overflow:hidden}.hw-filmography-table-poster .hw-media{display:block;width:100%}.hw-filmography-table td{vertical-align:middle}@media(max-width:800px){.hw-boxoffice-carousel{grid-auto-columns:82%}.hw-boxoffice-summary{grid-template-columns:1fr 1fr}.hw-news-card-grid--grid{grid-template-columns:1fr 1fr}.hw-news-card-grid--carousel{grid-auto-columns:82%}}@media(max-width:540px){.hw-news-card-grid--grid{grid-template-columns:1fr}.hw-boxoffice-summary{grid-template-columns:1fr 1fr}.hw-filmography-table th:nth-child(3),.hw-filmography-table td:nth-child(3){min-width:150px}}.hw-nl-location{position:relative;overflow:hidden;padding:20px;border-radius:var(--radius-lg);background:var(--color-section);opacity:var(--hw-nl-opacity,1)}.hw-nl-location-title{margin:8px 0 7px;font-family:var(--font-heading);font-size:24px;line-height:1.1}.hw-nl-location-text{margin:0 0 14px;max-width:60ch;color:var(--hw-soft)}.hw-nl-size--compact{padding:14px}.hw-nl-size--compact .hw-nl-location-title{font-size:19px}.hw-nl-size--spacious{padding:32px}.hw-nl-size--spacious .hw-nl-location-title{font-size:30px}.hw-nl-color--accent{background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 30%,var(--color-surface)),var(--color-surface))}.hw-nl-color--surface{background:var(--color-surface)}.hw-nl-color--ink{background:var(--color-neutral-900)}.hw-nl-color--plain{background:transparent}.hw-nl-outline--hairline{box-shadow:inset 0 0 0 1px var(--color-divider)}.hw-nl-outline--accent{box-shadow:inset 0 0 0 1px var(--color-accent)}.hw-nl-location .hw-nl-form{display:flex;gap:8px;max-width:620px}.hw-nl-location .input{min-width:0;flex:1}.hw-nl-location--sidebar .hw-nl-form{display:flex}.hw-nl-location--sidebar{display:grid;gap:7px}.hw-nl-location--sidebar::after{content:"↓";position:absolute;right:14px;top:12px;color:var(--color-accent);font-size:24px}@media(max-width:600px){.hw-nl-location .hw-nl-form{display:grid}.hw-nl-location .btn{width:100%}}.hw-error-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:48px;align-items:center;padding:52px 0 44px}.hw-error-code{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hw-error-number{font-family:var(--font-heading);font-weight:500;font-size:64px;line-height:1;letter-spacing:-.03em;color:var(--color-accent)}.hw-error-divider{width:1px;height:52px;background:var(--color-divider)}.hw-error-meta{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.hw-error-meta small{display:block;margin-top:4px;text-transform:none;letter-spacing:0}.hw-error-copy h1{font-size:38px;line-height:1.12;letter-spacing:-.02em;margin:0 0 12px;max-width:24ch}.hw-error-lede{font-size:16px;line-height:1.65;margin:0 0 22px;max-width:52ch;color:var(--hw-soft)}.hw-error-search{display:flex;align-items:center;gap:10px;max-width:520px;margin-bottom:20px}.hw-error-search-field{position:relative;flex:1;display:inline-flex;align-items:center}.hw-error-search-field svg{position:absolute;left:11px;pointer-events:none;color:var(--hw-muted)}.hw-error-search-field .input{width:100%;padding-left:34px}.hw-error-help{margin:22px 0 0;font-size:12px}.hw-error-help a{color:var(--color-accent-300);text-decoration:none}.hw-error-popular{gap:0;padding:20px 22px}.hw-error-popular-row{display:flex;gap:14px;align-items:center;padding:12px 0;text-decoration:none;color:var(--color-text);border-bottom:1px solid var(--color-divider)}.hw-error-popular-row:last-child{border-bottom:0}.hw-error-popular-row:hover{color:var(--color-accent-300)}.hw-error-rank{font-family:var(--font-heading);font-weight:500;font-size:19px;line-height:1;color:var(--color-accent-700);min-width:26px}.hw-error-story{flex:1;min-width:0}.hw-error-story-title{display:block;font-size:14px;line-height:1.35;font-weight:500}.hw-error-story-meta{display:block;margin-top:3px;font-size:11px}.hw-verified-hero{max-width:820px;padding:32px 0 38px}.hw-verified-hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.035em;margin:10px 0 16px}.hw-verified-hero>p{font-size:18px;line-height:1.65;color:var(--hw-soft);max-width:68ch}.hw-verified-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hw-verified-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:34px}.hw-verified-card{position:relative;padding:24px}.hw-verified-icon{display:inline-flex;font-family:var(--font-heading);font-size:12px;letter-spacing:.08em;color:var(--color-accent);margin-bottom:22px}.hw-verified-card h2{font-size:23px;margin:0 0 10px}.hw-verified-card p,.hw-verified-card li{font-size:14px;line-height:1.65;color:var(--hw-soft)}.hw-verified-card ul{display:grid;gap:9px;padding-left:18px;margin:18px 0 0}.hw-verified-disclosure{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:28px;border:1px solid color-mix(in srgb,var(--color-accent) 44%,var(--color-divider));border-radius:var(--radius-lg);background:color-mix(in srgb,var(--color-accent) 7%,var(--color-surface));margin-bottom:42px}.hw-verified-disclosure h2{margin:8px 0}.hw-verified-disclosure p{max-width:70ch;margin:0;color:var(--hw-soft)}.hw-verified-prose{max-width:780px;margin:0 auto 52px}@media(max-width:820px){.hw-error-grid{grid-template-columns:1fr;gap:28px;padding:38px 0}.hw-verified-grid{grid-template-columns:1fr}.hw-verified-disclosure{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.hw-error-number{font-size:54px}.hw-error-copy h1{font-size:31px}.hw-error-search{align-items:stretch;flex-direction:column}.hw-error-search .btn{width:100%}.hw-error-popular{padding:16px}.hw-verified-hero>p{font-size:16px}}.hw-article-meta-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:0 0 22px;border:0;background:none}.hw-article-meta-bar .hw-byline{display:flex;align-items:center;gap:11px;flex:none}.hw-article-meta-bar .hw-byline-dates{flex:none;justify-self:auto}.hw-article-meta-bar .hw-byline-div{display:block;width:1px;height:26px;background:var(--color-divider)}.hw-prose .wp-block-quote,.hw-prose .wp-block-pullquote,.hw-prose [data-hw-gb="quote"]{margin:30px 0;padding:0 0 0 22px;border:0;border-left:2px solid var(--color-accent);background:transparent;box-shadow:none;text-align:left;max-width:100%}.hw-prose .wp-block-quote p,.hw-prose .wp-block-pullquote blockquote,.hw-prose [data-hw-gb="quote"] p{margin:0;max-width:24ch;font-family:var(--font-heading);font-weight:500;font-size:25px;line-height:1.35;letter-spacing:-.015em}.hw-prose .wp-block-quote cite,.hw-prose .wp-block-pullquote cite{display:block;margin-top:10px;font-family:var(--font-body);font-size:11.5px;font-style:normal;color:var(--hw-quiet)}.hw-prose details.wp-block-details,.hw-prose details.is-style-hw-faq,.hw-prose [data-hw-gb="faq"],.hw-prose .schema-faq-section,.hw-prose .rank-math-list-item{margin:0;padding:0;border:0;border-radius:0;background:linear-gradient(to right,transparent,var(--color-divider) 24px,var(--color-divider) calc(100% - 24px),transparent) no-repeat bottom / 100% 1px;box-shadow:none}.hw-prose details.wp-block-details>summary,.hw-prose details.is-style-hw-faq>summary,.hw-prose [data-hw-gb="faq"]>summary,.hw-prose .schema-faq-question,.hw-prose .rank-math-question{position:relative;display:flex;align-items:center;gap:10px;padding:15px 0;cursor:pointer;font-size:15px;font-weight:500;list-style:none}.hw-prose details.wp-block-details>summary::-webkit-details-marker,.hw-prose details.is-style-hw-faq>summary::-webkit-details-marker{display:none}.hw-prose details.wp-block-details>summary::before,.hw-prose details.is-style-hw-faq>summary::before,.hw-prose [data-hw-gb="faq"]>summary::before,.hw-prose .schema-faq-question::before,.hw-prose .rank-math-question::before{content:"›";flex:none;color:var(--color-accent);font-size:22px;font-weight:400;line-height:1;transition:transform .2s ease}.hw-prose details[open]>summary::before{transform:rotate(90deg)}.hw-prose details.wp-block-details>:not(summary),.hw-prose details.is-style-hw-faq>:not(summary),.hw-prose [data-hw-gb="faq"]>:not(summary),.hw-prose .schema-faq-answer,.hw-prose .rank-math-answer{margin:0;padding:0 0 16px 23px;max-width:62ch;font-size:14.5px;line-height:1.65;color:var(--hw-soft)}.hw-prose .is-style-hw-inline-related,.hw-prose .hw-inline-related,.hw-prose [data-hw-gb="related-inline"]{display:flex;align-items:center;gap:14px;margin:0 0 30px;padding:14px 18px;border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm)}.hw-prose .is-style-hw-inline-related .wp-block-image,.hw-prose .hw-inline-related .wp-block-image{flex:0 0 112px;margin:0}.hw-prose .is-style-hw-inline-related .wp-block-image img,.hw-prose .hw-inline-related img{width:112px;height:74px;object-fit:cover;border-radius:6px}.hw-prose .hw-inline-related-kicker{margin:0 0 5px;font-size:10.5px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.hw-prose .hw-inline-related-title{margin:0;font-size:15.5px;line-height:1.35;letter-spacing:-.01em}.hw-prose .hw-inline-related-title a{color:var(--color-text);text-decoration:none}.hw-prose .hw-inline-related-title a:hover{color:var(--color-accent-300)}.hw-prose .wp-block-table.is-style-hw-data-table,.hw-prose [data-hw-gb="table"]{margin:28px 0;overflow-x:auto;border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-surface)}.hw-prose .wp-block-table.is-style-hw-data-table table,.hw-prose [data-hw-gb="table"] table{margin:0;width:100%;min-width:560px;border-collapse:collapse;font-size:13.5px}.hw-prose .wp-block-table.is-style-hw-data-table th,.hw-prose [data-hw-gb="table"] th{padding:11px 14px;text-align:left;font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--hw-quiet);background:color-mix(in srgb,var(--color-text) 5%,transparent)}.hw-prose .wp-block-table.is-style-hw-data-table td,.hw-prose [data-hw-gb="table"] td{padding:13px 14px;border-top:1px solid var(--color-divider);vertical-align:middle}.hw-prose .wp-block-table.is-style-hw-data-table tbody tr:hover,.hw-prose [data-hw-gb="table"] tbody tr:hover{background:color-mix(in srgb,var(--color-accent) 6%,transparent)}.hw-prose .wp-block-gallery.is-style-hw-article-gallery,.hw-prose [data-hw-gb="gallery"]{gap:12px;margin:30px 0}.hw-prose .wp-block-gallery.is-style-hw-article-gallery figure,.hw-prose [data-hw-gb="gallery"] figure{overflow:hidden;border-radius:var(--radius-md)}.hw-prose .wp-block-gallery.is-style-hw-article-gallery img,.hw-prose [data-hw-gb="gallery"] img{width:100%;height:100%;object-fit:cover}.hw-blocks-bold .hw-prose .wp-block-quote,.hw-blocks-bold .hw-prose .wp-block-pullquote,.hw-blocks-bold .hw-prose details.wp-block-details,.hw-blocks-bold .hw-prose .is-style-hw-inline-related{border:2px solid var(--color-text)!important;border-left-width:2px!important;box-shadow:6px 6px 0 var(--color-accent)!important;border-radius:var(--radius-md)!important;background:var(--color-surface)!important}.hw-blocks-bold .hw-prose .wp-block-quote,.hw-blocks-bold .hw-prose .wp-block-pullquote{border-left:7px solid var(--color-accent)!important;padding:20px 22px!important}.hw-blocks-bold .hw-prose details.wp-block-details{padding:0 18px!important;margin-bottom:12px}@media(max-width:700px){.hw-article-meta-bar{gap:10px 12px}.hw-article-meta-bar .hw-byline-div{display:none}.hw-article-meta-bar .hw-byline-dates{width:100%;order:2}.hw-prose .is-style-hw-inline-related,.hw-prose .hw-inline-related,.hw-prose [data-hw-gb="related-inline"]{align-items:flex-start;padding:12px 14px}.hw-prose .is-style-hw-inline-related .wp-block-image,.hw-prose .hw-inline-related .wp-block-image{flex-basis:92px}.hw-prose .is-style-hw-inline-related .wp-block-image img,.hw-prose .hw-inline-related img{width:92px;height:66px}}.hw-article-head .hw-article-meta-bar,.hw-article-head .hw-byline-row.hw-article-meta-bar{display:flex!important;align-items:center!important;gap:14px!important;width:100%;margin:0!important;padding:0 0 22px!important;border:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;background:none!important;background-image:none!important;box-shadow:none!important}.hw-article-head .hw-article-meta-bar::before,.hw-article-head .hw-article-meta-bar::after{content:none!important;display:none!important}.hw-article-meta-bar .hw-byline{display:flex;align-items:center;gap:11px;min-width:0;flex:0 1 auto}.hw-article-meta-bar .hw-byline-div{display:block;flex:none;width:1px;height:26px;background:var(--color-divider)}.hw-article-meta-bar .hw-byline-dates{display:block;flex:0 1 auto;min-width:0;font-size:12px;color:var(--hw-quiet)}.hw-prose .hw-block-kicker,.hw-prose [data-hw-gb] .hw-block-kicker{margin:0 0 10px;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-article-block-accent)}.hw-prose .is-style-hw-review-summary,.hw-prose [data-hw-gb="review-summary"],.hw-prose .is-style-hw-fact-check,.hw-prose [data-hw-gb="fact-check"],.hw-prose .is-style-hw-spoiler,.hw-prose [data-hw-gb="spoiler"],.hw-prose .is-style-hw-watch,.hw-prose [data-hw-gb="watch"],.hw-prose .is-style-hw-reader-rating,.hw-prose [data-hw-gb="reader-rating"],.hw-prose .is-style-hw-feature-card,.hw-prose [data-hw-gb="feature-card"]{box-sizing:border-box;width:100%;margin:0 0 30px;padding:var(--hw-article-block-padding);border:1px solid var(--hw-article-block-outline);border-radius:var(--hw-article-block-radius);background:var(--hw-article-block-bg);box-shadow:var(--shadow-sm)}.hw-prose .is-style-hw-review-summary>h3,.hw-prose [data-hw-gb="review-summary"]>h3,.hw-prose .is-style-hw-watch>h3,.hw-prose [data-hw-gb="watch"]>h3,.hw-prose .is-style-hw-reader-rating>h3,.hw-prose [data-hw-gb="reader-rating"]>h3{margin:0 0 10px;font-size:22px;line-height:1.25}.hw-prose .is-style-hw-review-summary>p,.hw-prose [data-hw-gb="review-summary"]>p{margin:0 0 18px;font-size:15.5px;line-height:1.6;color:var(--hw-strong)}.hw-prose .is-style-hw-review-summary .wp-block-columns,.hw-prose [data-hw-gb="review-summary"] .wp-block-columns{gap:22px;margin:0;padding-top:16px;border-top:1px solid var(--color-divider)}.hw-prose .is-style-hw-review-summary h4,.hw-prose [data-hw-gb="review-summary"] h4{margin:0 0 10px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-quiet)}.hw-prose .is-style-hw-review-summary ul,.hw-prose [data-hw-gb="review-summary"] ul{margin:0;padding-left:20px;font-size:13.5px;line-height:1.55}.hw-prose .is-style-hw-review-summary li::marker,.hw-prose [data-hw-gb="review-summary"] li::marker{color:var(--hw-article-block-accent)}.hw-prose .is-style-hw-fact-check,.hw-prose [data-hw-gb="fact-check"]{padding:16px 18px}.hw-prose .is-style-hw-fact-check .hw-block-kicker,.hw-prose [data-hw-gb="fact-check"] .hw-block-kicker{display:inline-flex;align-items:center;gap:7px;margin:0 0 8px;padding:3px 10px;border-radius:999px;background:color-mix(in srgb,var(--hw-article-block-accent) 14%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--hw-article-block-accent) 40%,transparent)}.hw-prose .is-style-hw-fact-check p:last-child,.hw-prose [data-hw-gb="fact-check"] p:last-child{margin:0;font-size:12.5px;line-height:1.55;color:var(--hw-soft)}.hw-prose .is-style-hw-spoiler details,.hw-prose [data-hw-gb="spoiler"] details{margin:0;border:0;background:none}.hw-prose .is-style-hw-spoiler details summary,.hw-prose [data-hw-gb="spoiler"] details summary{padding:8px 0;font-size:13px;font-weight:500;color:var(--color-text)}.hw-prose .is-style-hw-spoiler details>:not(summary),.hw-prose [data-hw-gb="spoiler"] details>:not(summary){padding-left:0;color:var(--hw-soft)}.hw-prose .is-style-hw-watch .wp-block-buttons,.hw-prose [data-hw-gb="watch"] .wp-block-buttons{margin:14px 0 0}.hw-prose .is-style-hw-watch .wp-block-button__link,.hw-prose [data-hw-gb="watch"] .wp-block-button__link{padding:8px 14px;border-radius:var(--radius-sm);background:var(--hw-article-block-accent);color:var(--color-accent-contrast,#fff);font-size:13px;text-decoration:none}.hw-prose .is-style-hw-reader-rating h3,.hw-prose [data-hw-gb="reader-rating"] h3{font-size:38px;font-feature-settings:"tnum" 1}.hw-prose .is-style-hw-reader-rating p:last-child,.hw-prose [data-hw-gb="reader-rating"] p:last-child{margin-bottom:0;color:var(--hw-soft);font-size:13px}.hw-verdict,.hw-factcheck,.hw-spoiler,.hw-rate,.hw-authorbox{border-color:var(--hw-article-block-outline)!important;border-radius:var(--hw-article-block-radius)!important;background:var(--hw-article-block-bg)!important}.hw-verdict{padding:var(--hw-article-block-padding)!important}.hw-verdict-label,.hw-spoiler-kicker,.hw-factcheck-pill span{color:var(--hw-article-block-accent)!important}.hw-factcheck-pill{background:color-mix(in srgb,var(--hw-article-block-accent) 14%,transparent)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--hw-article-block-accent) 40%,transparent)!important}.hw-prose .wp-block-quote,.hw-prose .wp-block-pullquote,.hw-prose [data-hw-gb="quote"]{margin:30px 0!important;padding:0 0 0 22px!important;border:0!important;border-left:2px solid var(--hw-article-block-accent)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:left!important}.hw-prose .wp-block-quote p,.hw-prose .wp-block-pullquote blockquote,.hw-prose [data-hw-gb="quote"] p,.hw-prose [data-hw-gb="quote"] blockquote{margin:0!important;max-width:24ch;font-family:var(--font-heading);font-size:var(--hw-article-quote-size);font-weight:500;line-height:1.35;letter-spacing:-.015em}.hw-prose .wp-block-quote cite,.hw-prose .wp-block-pullquote cite,.hw-prose [data-hw-gb="quote"] figcaption{display:block;margin-top:12px;font-size:13px;font-style:normal;color:var(--hw-quiet)}.hw-prose .is-style-hw-inline-related,.hw-prose .hw-inline-related,.hw-prose [data-hw-gb="related-inline"]{display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 30px!important;padding:14px 18px!important;border:1px solid var(--hw-article-block-outline)!important;border-radius:var(--hw-article-block-radius)!important;background:var(--hw-article-block-bg)!important;box-shadow:var(--shadow-sm)!important}.hw-prose .is-style-hw-inline-related .wp-block-image,.hw-prose [data-hw-gb="related-inline"] .wp-block-image{flex:0 0 var(--hw-related-thumb);margin:0!important}.hw-prose .is-style-hw-inline-related .wp-block-image img,.hw-prose [data-hw-gb="related-inline"] .wp-block-image img{display:block;width:var(--hw-related-thumb)!important;height:calc(var(--hw-related-thumb) * .66)!important;object-fit:cover;border-radius:6px}.hw-prose .hw-inline-related-kicker{margin:0 0 5px;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-article-block-accent)}.hw-prose .hw-inline-related-title{margin:0;font-size:15.5px;line-height:1.35}.hw-prose .hw-inline-related-title a{color:var(--color-text);text-decoration:none}.hw-prose details.wp-block-details,.hw-prose details.is-style-hw-faq,.hw-prose [data-hw-gb="faq"],.hw-prose .schema-faq-section,.hw-prose .rank-math-list-item{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:linear-gradient(to right,transparent,var(--color-divider) 24px,var(--color-divider) calc(100% - 24px),transparent) no-repeat bottom / 100% 1px!important;box-shadow:none!important}.hw-prose details.wp-block-details>summary,.hw-prose details.is-style-hw-faq>summary,.hw-prose [data-hw-gb="faq"]>summary,.hw-prose .schema-faq-question,.hw-prose .rank-math-question{display:flex!important;align-items:center;gap:10px;padding:15px 0!important;cursor:pointer;font-size:var(--hw-article-faq-size)!important;font-weight:500;line-height:1.4;list-style:none}.hw-prose details.wp-block-details>summary::-webkit-details-marker,.hw-prose details.is-style-hw-faq>summary::-webkit-details-marker{display:none}.hw-prose details.wp-block-details>summary::before,.hw-prose details.is-style-hw-faq>summary::before,.hw-prose [data-hw-gb="faq"]>summary::before,.hw-prose .schema-faq-question::before,.hw-prose .rank-math-question::before{content:"›";flex:none;color:var(--hw-article-block-accent);font-size:22px;font-weight:400;line-height:1;transition:transform .2s ease}.hw-prose details[open]>summary::before{transform:rotate(90deg)}.hw-prose details.wp-block-details>:not(summary),.hw-prose details.is-style-hw-faq>:not(summary),.hw-prose [data-hw-gb="faq"]>:not(summary),.hw-prose .schema-faq-answer,.hw-prose .rank-math-answer{margin:0!important;padding:0 0 16px 23px!important;max-width:62ch;font-size:14.5px;line-height:1.65;color:var(--hw-soft)}.hw-prose .wp-block-table.is-style-hw-data-table,.hw-prose [data-hw-gb="table"]{margin:28px 0;overflow-x:auto;border:1px solid var(--hw-article-block-outline);border-radius:var(--hw-article-block-radius);background:var(--hw-article-block-bg)}.hw-prose .wp-block-table.is-style-hw-data-table table,.hw-prose [data-hw-gb="table"] table{margin:0;width:100%;min-width:560px;border-collapse:collapse;font-size:13.5px}.hw-prose .wp-block-table.is-style-hw-data-table th,.hw-prose [data-hw-gb="table"] th{padding:11px 14px;text-align:left;font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--hw-quiet);background:color-mix(in srgb,var(--color-text) 5%,transparent)}.hw-prose .wp-block-table.is-style-hw-data-table td,.hw-prose [data-hw-gb="table"] td{padding:13px 14px;border-top:1px solid var(--color-divider);vertical-align:middle}.hw-prose .wp-block-table.is-style-hw-data-table tbody tr:hover,.hw-prose [data-hw-gb="table"] tbody tr:hover{background:color-mix(in srgb,var(--hw-article-block-accent) 6%,transparent)}.hw-prose .wp-block-gallery.is-style-hw-article-gallery,.hw-prose [data-hw-gb="gallery"]{gap:12px;margin:30px 0}.hw-prose .wp-block-gallery.is-style-hw-article-gallery figure,.hw-prose [data-hw-gb="gallery"] figure{overflow:hidden;margin:0;border-radius:var(--hw-article-block-radius)}.hw-prose .wp-block-gallery.is-style-hw-article-gallery img,.hw-prose [data-hw-gb="gallery"] img{width:100%;height:100%;object-fit:cover}.hw-prose .wp-block-media-text.is-style-hw-feature-card,.hw-prose [data-hw-gb="feature-card"]{display:grid;grid-template-columns:minmax(160px,38%) minmax(0,1fr);gap:0;overflow:hidden;padding:0!important}.hw-prose .wp-block-media-text.is-style-hw-feature-card .wp-block-media-text__media,.hw-prose [data-hw-gb="feature-card"] .wp-block-media-text__media{height:100%;margin:0}.hw-prose .wp-block-media-text.is-style-hw-feature-card img,.hw-prose [data-hw-gb="feature-card"] img{width:100%;height:100%;min-height:190px;object-fit:cover;border-radius:0}.hw-prose .wp-block-media-text.is-style-hw-feature-card .wp-block-media-text__content,.hw-prose [data-hw-gb="feature-card"] .wp-block-media-text__content{padding:var(--hw-article-block-padding)}.hw-blocks-bold .hw-prose .is-style-hw-review-summary,.hw-blocks-bold .hw-prose .is-style-hw-fact-check,.hw-blocks-bold .hw-prose .is-style-hw-inline-related,.hw-blocks-bold .hw-prose .is-style-hw-spoiler,.hw-blocks-bold .hw-prose .is-style-hw-watch,.hw-blocks-bold .hw-prose .is-style-hw-reader-rating,.hw-blocks-bold .hw-prose .is-style-hw-data-table,.hw-blocks-bold .hw-verdict,.hw-blocks-bold .hw-factcheck,.hw-blocks-bold .hw-spoiler,.hw-blocks-bold .hw-rate{border:2px solid var(--color-text)!important;box-shadow:var(--hw-block-skin-shadow,6px 6px 0 var(--hw-article-block-accent))!important}.hw-blocks-bold .hw-prose .wp-block-quote,.hw-blocks-bold .hw-prose .wp-block-pullquote{padding:20px 22px!important;border:2px solid var(--color-text)!important;border-left:7px solid var(--hw-article-block-accent)!important;border-radius:var(--hw-article-block-radius)!important;background:var(--hw-article-block-bg)!important;box-shadow:var(--hw-block-skin-shadow,6px 6px 0 var(--hw-article-block-accent))!important}.hw-comment{transition:background-color .55s ease,box-shadow .55s ease,border-color .55s ease}.hw-comment.is-new{background:var(--hw-comment-highlight)!important;box-shadow:0 0 0 1px var(--hw-comments-accent),0 10px 24px color-mix(in srgb,var(--hw-comments-accent) 12%,transparent)!important;border-radius:var(--hw-comments-radius)}.hw-comment-list--list .hw-comment.is-new{padding-left:12px;padding-right:12px}.hw-comment.is-pending .hw-comment-date:first-child{display:inline-flex;margin:2px 0 7px;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--hw-comments-accent) 12%,transparent);color:var(--hw-comments-accent);font-weight:500}.hw-comment-form-status{min-height:1.4em;font-size:12px;color:var(--hw-comments-meta)}.hw-comment-form-status.is-success{color:var(--hw-comments-accent)}.hw-comment-form-status.is-error{color:#c83f49}.hw-comment-compose[open]>.hw-comment-compose-trigger{margin-bottom:10px}.hw-prose .is-style-hw-trailer,.hw-prose [data-hw-gb="trailer"]{display:block;max-width:100%;margin:0 0 30px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.hw-prose .is-style-hw-trailer .hw-trailer-frame,.hw-prose [data-hw-gb="trailer"] .wp-block-embed__wrapper,.hw-prose figure.wp-block-video.is-style-hw-trailer{position:relative;overflow:hidden;margin:0!important;border-radius:var(--hw-article-trailer-radius)!important;background:var(--color-neutral-900)}.hw-prose figure.wp-block-video.is-style-hw-trailer video,.hw-prose .wp-block-embed.is-style-hw-trailer iframe,.hw-prose [data-hw-gb="trailer"] iframe{display:block;width:100%!important;aspect-ratio:16/9;height:auto!important;border:0;border-radius:var(--hw-article-trailer-radius)!important}.hw-prose .is-style-hw-trailer .wp-block-cover__background{background:color-mix(in srgb,var(--color-bg) 55%,transparent)!important;backdrop-filter:blur(1px)}.hw-prose .is-style-hw-trailer .hw-trailer-play .wp-block-button__link{display:grid;place-items:center;width:var(--hw-article-play-size);height:var(--hw-article-play-size);min-width:var(--hw-article-play-size);padding:0!important;border:1px solid var(--hw-article-block-accent)!important;border-radius:50%!important;background:color-mix(in srgb,var(--color-bg) 55%,transparent)!important;color:var(--hw-article-block-accent)!important;font-size:calc(var(--hw-article-play-size) * .38);line-height:1;backdrop-filter:blur(4px);box-shadow:var(--shadow-sm)!important}.hw-prose .is-style-hw-trailer .hw-trailer-meta{display:flex;align-items:center;gap:12px;margin-top:10px}.hw-prose .is-style-hw-trailer .hw-trailer-meta h3{margin:0!important;font-size:14px!important;line-height:1.4}.hw-prose .is-style-hw-trailer .hw-trailer-duration{margin:0!important;font-size:11.5px!important;color:var(--hw-quiet)}.hw-prose .is-style-hw-trailer .hw-trailer-meta>.wp-block-buttons{margin-left:auto}.hw-prose .is-style-hw-trailer .hw-trailer-meta .wp-block-button__link{font-size:13px;padding:7px 10px}.hw-prose .is-style-hw-social-post,.hw-prose [data-hw-gb="social-post"]{display:flex;flex-direction:column;gap:0;width:min(100%,var(--hw-article-social-width));margin:0 0 30px!important;padding:16px 18px!important;border:1px solid var(--hw-article-block-outline)!important;border-radius:var(--hw-article-block-radius)!important;background:var(--hw-article-block-bg)!important;box-shadow:var(--shadow-sm)!important}.hw-prose .is-style-hw-social-post .hw-social-post-head{display:flex;align-items:center;gap:10px;margin:0 0 12px!important}.hw-prose .is-style-hw-social-post .hw-social-post-avatar{display:grid;place-items:center;flex:none;width:32px;height:32px;margin:0!important;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-800),var(--color-accent-600));color:var(--color-accent-100);font-size:12px!important;font-weight:500}.hw-prose .is-style-hw-social-post .hw-social-post-name{margin:0!important;font-size:13px!important;font-weight:500;line-height:1.3}.hw-prose .is-style-hw-social-post .hw-social-post-place{margin:1px 0 0!important;font-size:11px!important;line-height:1.35;color:var(--hw-quiet)}.hw-prose .is-style-hw-social-post .hw-social-post-image{overflow:hidden;margin:0 -18px 0!important;border-radius:0!important}.hw-prose .is-style-hw-social-post .hw-social-post-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:0!important}.hw-prose .is-style-hw-social-post .hw-social-post-actions{margin:0!important;padding:12px 0 8px;font-size:19px!important;letter-spacing:.08em;line-height:1;color:var(--hw-strong)}.hw-prose .is-style-hw-social-post .hw-social-post-likes{margin:0 0 6px!important;font-size:12.5px!important;font-weight:500;line-height:1.4}.hw-prose .is-style-hw-social-post .hw-social-post-caption{margin:0!important;font-size:12.5px!important;line-height:1.5;color:var(--hw-strong)}.hw-prose .is-style-hw-social-post .hw-social-post-link{margin:10px 0 0!important;font-size:11.5px!important;line-height:1.4}.hw-prose .is-style-hw-social-post .hw-social-post-link a{color:var(--color-accent-300);text-decoration:none}.hw-prose .wp-block-embed.is-style-hw-social-post{width:min(100%,var(--hw-article-social-width));margin:0 0 30px!important}.hw-prose .wp-block-embed.is-style-hw-social-post .wp-block-embed__wrapper{overflow:hidden;border:1px solid var(--hw-article-block-outline);border-radius:var(--hw-article-block-radius);background:var(--hw-article-block-bg);box-shadow:var(--shadow-sm)}.hw-prose .wp-block-embed.is-style-hw-social-post iframe{max-width:100%!important}@media(max-width:560px){.hw-prose .is-style-hw-trailer .hw-trailer-meta{align-items:flex-start;flex-wrap:wrap}.hw-prose .is-style-hw-trailer .hw-trailer-meta>.wp-block-buttons{width:100%;margin-left:0}.hw-prose .is-style-hw-trailer .hw-trailer-meta .wp-block-button{width:100%}.hw-prose .is-style-hw-trailer .hw-trailer-meta .wp-block-button__link{width:100%}}.hw-preset-google-light{--hw-google-blue:#1a73e8;--hw-google-blue-dark:#174ea6;--hw-google-grey:#5f6368;--hw-google-line:#dadce0}.hw-preset-google-light .btn{font-weight:500;letter-spacing:0}.hw-preset-google-light.hw-buttons-filled .btn-primary{background:#1a73e8!important;border-color:#1a73e8!important;color:#fff!important;box-shadow:none!important}.hw-preset-google-light.hw-buttons-filled .btn-primary:hover,.hw-preset-google-light.hw-buttons-filled .btn-primary:focus-visible{background:#185abc!important;border-color:#185abc!important}.hw-preset-google-light a:focus-visible,.hw-preset-google-light button:focus-visible,.hw-preset-google-light input:focus-visible,.hw-preset-google-light summary:focus-visible{outline:3px solid color-mix(in srgb,#1a73e8 34%,transparent);outline-offset:3px}.hw-byline-google .hw-crumbs{gap:12px;padding:30px 0 var(--hw-google-header-gap);font-size:15px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.hw-byline-google .hw-crumbs::-webkit-scrollbar{display:none}.hw-byline-google .hw-crumbs a{color:var(--hw-google-article-breadcrumb);font-weight:500}.hw-byline-google .hw-crumbs span{color:#202124;font-size:0}.hw-byline-google .hw-crumbs span::before{content:"›";font-size:24px;line-height:1}.hw-byline-google .hw-article-head{max-width:var(--hw-google-article-max);padding-bottom:18px}.hw-byline-google .hw-article-chips{display:none}.hw-byline-google .hw-article-head h1{max-width:18ch;margin:0 0 34px;font-size:clamp(44px,6vw,var(--hw-google-headline-size));font-weight:400;line-height:1.08;letter-spacing:-.035em;color:var(--hw-google-article-title)}.hw-byline-google .hw-article-dek{max-width:31ch;margin:26px 0 34px;font-size:clamp(24px,3.2vw,38px);line-height:1.35;letter-spacing:-.02em;color:var(--hw-google-article-dek)}.hw-byline-google .hw-article-meta-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px 24px!important;width:100%;margin:0;padding:0 0 30px!important;border:0!important}.hw-byline-google .hw-article-meta-bar .hw-byline{grid-column:1;grid-row:1;display:flex;align-items:center;gap:8px;min-width:0;font-size:16px;color:var(--hw-google-article-title)}.hw-byline-google .hw-article-meta-bar .hw-avatar-stack,.hw-byline-google .hw-article-meta-bar .hw-byline-role{display:none!important}.hw-byline-google .hw-article-meta-bar .hw-byline-names{font-weight:600}.hw-byline-google .hw-article-meta-bar .hw-byline-div{grid-column:1;grid-row:2;width:100%;height:1px;margin:18px 0 0;background:var(--hw-related-outline)}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{grid-column:1;grid-row:1;display:inline-flex;align-items:center;margin-left:max(132px,18%);font-size:16px;color:var(--hw-google-article-meta)}.hw-byline-google .hw-article-lead{margin-top:44px;border-radius:var(--hw-google-lead-radius)!important;overflow:hidden}.hw-byline-google .hw-article-lead img,.hw-byline-google .hw-article-lead .hw-media{border-radius:var(--hw-google-lead-radius)!important}.hw-google-related-section{padding:68px 0 78px;background:var(--hw-related-section-bg);border:0}.hw-related-band--google{padding:0 32px}.hw-related-heading{margin-bottom:28px}.hw-google-related-title{margin:0;font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.1;letter-spacing:-.025em;color:var(--hw-related-text)}.hw-google-related-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(var(--hw-related-card-min),34%);gap:24px;overflow-x:auto;padding:4px 4px 18px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.hw-google-related-track::-webkit-scrollbar{display:none}.hw-google-related-card{--hw-card-hover:#e8f0fe;display:flex;flex-direction:column;min-height:520px;overflow:hidden;scroll-snap-align:start;border:3px solid transparent;border-radius:var(--hw-related-card-radius);background:var(--hw-related-card-bg);color:var(--hw-related-text);text-decoration:none;transition:background-color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.hw-google-related-card[hidden],.hw-google-feed-card[hidden]{display:none!important}.hw-google-related-card.has-colour-effect:hover,.hw-google-related-card.has-colour-effect:focus-visible{background:var(--hw-card-hover);border-color:var(--hw-related-hover-outline);transform:translateY(-2px);box-shadow:0 4px 14px rgba(60,64,67,.12)}.hw-google-related-card.has-colour-effect:active{transform:translateY(0) scale(.992);background:color-mix(in srgb,var(--hw-card-hover) 82%,#fff)}.hw-google-related-media{display:block;margin:26px 26px 0;overflow:hidden;border-radius:42px;background:#fff}.hw-google-related-media .hw-media{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.hw-google-related-copy{display:flex;flex:1;flex-direction:column;padding:34px 30px 30px}.hw-google-related-category{color:var(--hw-related-category)!important;font-size:15px;font-weight:500;line-height:1.35}.hw-google-related-card-title{display:block;margin-top:22px;font-size:clamp(25px,2.5vw,36px);font-weight:400;line-height:1.32;letter-spacing:-.018em}.hw-google-related-byline{display:block;margin-top:auto;padding-top:28px;font-size:15px;font-weight:500;color:var(--hw-related-text)}.hw-google-related-controls{display:grid;grid-template-columns:64px 64px minmax(120px,1fr);align-items:center;gap:4px;margin-top:18px}.hw-google-related-arrow{display:grid;place-items:center;width:64px;height:64px;padding:0;border:0;border-radius:22px;background:var(--hw-related-card-bg);color:var(--hw-related-text);font-size:40px;font-family:Arial,sans-serif;font-weight:300;line-height:1;cursor:pointer}.hw-google-related-arrow:hover,.hw-google-related-arrow:focus-visible{background:color-mix(in srgb,var(--hw-related-category) 10%,var(--hw-related-card-bg));color:var(--hw-related-category)}.hw-google-related-progress{position:relative;height:4px;margin-left:40px;overflow:hidden;border-radius:999px;background:var(--hw-related-outline)}.hw-google-related-progress span{position:absolute;inset:0 auto 0 0;width:18%;border-radius:inherit;background:var(--hw-related-progress);transform-origin:left;transition:width .18s ease}.hw-related-load-wrap{display:flex;justify-content:center;margin-top:44px}.hw-related-load-btn{min-width:310px;min-height:64px;padding:14px 34px;border:1.5px solid var(--hw-related-outline);border-radius:var(--hw-related-button-radius);background:var(--hw-related-load-bg);color:var(--hw-related-load-text);font:500 18px/1 var(--font-body);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;transition:border-color .16s ease,color .16s ease,opacity .16s ease}.hw-related-load-btn:hover{background:var(--hw-related-load-bg);border-color:var(--hw-related-outline);box-shadow:none}.hw-related-load-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.hw-related-load-btn:disabled{opacity:.62;cursor:progress}.is-related-revealing{animation:hw-related-reveal .24s ease both}@keyframes hw-related-reveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hw-google-related-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.hw-google-feed-card{--hw-card-hover:#e8f0fe;display:grid;grid-template-columns:minmax(0,1fr) 180px;grid-template-rows:auto 1fr;gap:26px;min-height:280px;padding:36px;border:2px solid var(--hw-related-outline);border-radius:20px;background:var(--hw-related-card-bg);color:var(--hw-related-text);text-decoration:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hw-google-feed-card.has-colour-effect:hover,.hw-google-feed-card.has-colour-effect:focus-visible{background:var(--hw-card-hover);border-color:var(--hw-related-hover-outline);box-shadow:0 3px 12px rgba(60,64,67,.14);transform:translateY(-2px)}.hw-google-feed-card.has-colour-effect:active{transform:translateY(0) scale(.995)}.hw-google-feed-meta{grid-column:1/-1;display:flex;gap:8px;align-items:center;color:#5f6368;font-size:14px;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.hw-google-feed-title{align-self:center;font-size:clamp(24px,2.2vw,34px);font-weight:400;line-height:1.45;letter-spacing:-.018em}.hw-google-feed-media{align-self:center;overflow:hidden;border-radius:18px}.hw-google-feed-media .hw-media{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.hw-newsletter-google .hw-nl-band,.hw-nl-style--google.hw-nl-location{background:var(--hw-google-newsletter-bg)!important;color:var(--hw-google-newsletter-text)!important;border:0!important;box-shadow:none!important;opacity:1!important}.hw-newsletter-google .hw-nl-band{padding:var(--hw-google-newsletter-pad-y) 0}.hw-newsletter-google .hw-nl-inner{display:block;max-width:var(--hw-content-w);margin:0 auto;padding:0 32px}.hw-newsletter-google .hw-nl-inner>div{max-width:980px}.hw-newsletter-google .hw-nl-inner>div+div{margin-top:28px}.hw-newsletter-google .hw-nl-band .hw-kicker{display:none}.hw-newsletter-google .hw-nl-head,.hw-nl-style--google .hw-nl-location-title{max-width:20ch;margin:0 0 20px;font-size:clamp(34px,5vw,58px);font-weight:400;line-height:1.12;letter-spacing:-.028em;color:var(--hw-google-newsletter-text)}.hw-newsletter-google .hw-nl-blurb,.hw-nl-style--google .hw-nl-location-text{max-width:60ch;margin:0 0 34px;font-size:20px;line-height:1.55;color:var(--hw-google-newsletter-muted)}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{display:flex!important;max-width:760px!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important}.hw-newsletter-google .hw-nl-form .input,.hw-nl-style--google .hw-nl-form .input{min-height:64px;padding:0 30px;border:1px solid #fff!important;border-radius:var(--hw-google-newsletter-control-radius) 10px 10px var(--hw-google-newsletter-control-radius);background:var(--hw-google-newsletter-input)!important;color:var(--hw-google-newsletter-text)!important;font-size:17px;box-shadow:none!important}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{min-width:210px;min-height:64px;border-radius:10px var(--hw-google-newsletter-control-radius) var(--hw-google-newsletter-control-radius) 10px!important;background:var(--hw-google-newsletter-button)!important;border-color:var(--hw-google-newsletter-button)!important;color:var(--hw-google-newsletter-button-text)!important;font-size:17px;box-shadow:none!important}.hw-newsletter-google .hw-nl-form .btn:hover,.hw-nl-style--google .hw-nl-form .btn:hover{background:color-mix(in srgb,var(--hw-google-newsletter-button) 88%,#000)!important}.hw-newsletter-google .hw-nl-note{margin:18px 0 0;font-size:15px;line-height:1.6;color:var(--hw-google-newsletter-muted)}.hw-nl-privacy{max-width:740px;margin:18px 0 0;font-size:14px;line-height:1.6;color:var(--hw-google-newsletter-muted)}.hw-nl-privacy a{color:var(--hw-related-category)}.hw-nl-style--google.hw-nl-location{padding:48px;border-radius:var(--hw-google-newsletter-card-radius)}.hw-nl-style--google.hw-nl-location .hw-kicker{display:none}.hw-footer--google{padding:0!important;background:var(--hw-google-footer-bg)!important;color:var(--hw-google-footer-text)!important;border:0}.hw-google-footer{display:grid;grid-template-columns:1fr;gap:34px;padding-top:var(--hw-google-footer-pad-y);padding-bottom:var(--hw-google-footer-pad-y)}.hw-google-footer-brand .hw-logo{color:var(--hw-google-footer-text)!important;font-size:34px}.hw-google-footer-nav{display:flex;align-items:center;gap:34px;flex-wrap:wrap}.hw-google-footer-links{display:flex;align-items:center;gap:34px;flex-wrap:wrap;margin:0;padding:0;list-style:none}.hw-google-footer-links a,.hw-google-footer-more summary,.hw-google-footer-more-panel a{color:var(--hw-google-footer-link)!important;font-size:16px;font-weight:500;text-decoration:none}.hw-google-footer-links a:hover,.hw-google-footer-more summary:hover,.hw-google-footer-more-panel a:hover{color:#1967d2!important}.hw-google-footer-more{position:relative}.hw-google-footer-more summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none}.hw-google-footer-more summary::-webkit-details-marker{display:none}.hw-google-footer-more-panel{position:absolute;z-index:20;left:0;bottom:calc(100% + 12px);min-width:230px;padding:18px;border:1px solid var(--hw-google-footer-outline);border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(60,64,67,.18)}.hw-google-footer-more-panel .hw-footer-list{gap:12px}.hw-google-footer-language{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:560px;min-height:64px;padding:0 28px;border:1px solid transparent;border-radius:var(--hw-google-footer-radius);background:#f1f3f4;color:var(--hw-google-footer-text)!important;font-size:17px;text-decoration:none}.hw-google-footer-language:hover{background:#e8eaed}.hw-google-footer-social{display:flex;align-items:center;gap:44px;flex-wrap:wrap;padding-top:12px}.hw-google-footer-social-link{display:grid;place-items:center;width:30px;height:30px;color:var(--hw-google-footer-icon)!important;text-decoration:none}.hw-google-footer-social-link:hover{color:#1967d2!important}.hw-google-footer-social-link svg{width:25px;height:25px}.hw-google-footer-copy{padding-top:20px;border-top:1px solid var(--hw-google-footer-outline);font-size:13px;color:var(--hw-google-footer-muted)}@media (prefers-reduced-motion:reduce){.hw-google-related-track{scroll-behavior:auto}.hw-google-related-card,.hw-google-feed-card,.hw-related-load-btn{transition:none}}@media(max-width:900px){.hw-google-related-track{grid-auto-columns:minmax(390px,72%)}.hw-google-related-feed{grid-template-columns:1fr}}@media(max-width:680px){.hw-byline-google .hw-crumbs{padding:24px 0 38px;font-size:14px}.hw-byline-google .hw-article-head h1{font-size:clamp(40px,12vw,58px);margin-bottom:28px}.hw-byline-google .hw-article-dek{font-size:clamp(24px,7.4vw,34px);margin:24px 0 28px}.hw-byline-google .hw-article-meta-bar{grid-template-columns:minmax(0,1fr) auto!important;padding-bottom:26px!important}.hw-byline-google .hw-article-meta-bar .hw-byline{grid-column:1;grid-row:1;font-size:14px}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{grid-column:1;grid-row:2;margin:8px 0 0;font-size:14px}.hw-byline-google .hw-article-meta-bar .hw-byline-div{display:none!important}.hw-byline-google .hw-article-lead{margin-top:30px}.hw-related-band--google{padding:0 22px}.hw-google-related-section{padding:52px 0 60px}.hw-google-related-title{font-size:36px}.hw-google-related-track{grid-auto-columns:minmax(310px,84%);gap:18px;margin-right:-22px}.hw-google-related-card{min-height:490px}.hw-google-related-media{margin:22px 22px 0;border-radius:34px}.hw-google-related-copy{padding:28px 24px 26px}.hw-google-related-card-title{font-size:28px}.hw-google-related-controls{grid-template-columns:56px 56px 1fr}.hw-google-related-arrow{width:56px;height:56px;border-radius:20px}.hw-google-related-progress{margin-left:24px}.hw-google-feed-card{grid-template-columns:minmax(0,1fr) 120px;min-height:230px;padding:28px;gap:18px}.hw-google-feed-title{font-size:26px}.hw-related-load-btn{min-width:min(100%,310px);min-height:60px}.hw-newsletter-google .hw-nl-band{padding:var(--hw-google-newsletter-pad-y) 0}.hw-newsletter-google .hw-nl-inner{padding:0 22px}.hw-newsletter-google .hw-nl-head,.hw-nl-style--google .hw-nl-location-title{font-size:38px}.hw-newsletter-google .hw-nl-blurb,.hw-nl-style--google .hw-nl-location-text{font-size:18px}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}.hw-newsletter-google .hw-nl-form .input,.hw-nl-style--google .hw-nl-form .input{padding:0 22px}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{min-width:150px}.hw-nl-style--google.hw-nl-location{padding:34px 26px}.hw-google-footer{gap:30px;padding-left:22px;padding-right:22px}.hw-google-footer-brand .hw-logo{font-size:32px}.hw-google-footer-nav{gap:24px}.hw-google-footer-links{gap:26px}.hw-google-footer-language{max-width:none}.hw-google-footer-social{gap:36px}}@media(max-width:480px){.hw-google-related-track{grid-auto-columns:89%}.hw-google-feed-card{grid-template-columns:minmax(0,1fr) 94px;padding:22px}.hw-google-feed-title{font-size:23px}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{grid-template-columns:1fr!important}.hw-newsletter-google .hw-nl-form .input,.hw-nl-style--google .hw-nl-form .input{border-radius:999px!important}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{width:100%;border-radius:999px!important}.hw-google-footer-nav{align-items:flex-start;flex-direction:column}.hw-google-footer-links{gap:22px}.hw-google-footer-more-panel{position:static;margin-top:14px;box-shadow:none}}.hw-byline-google .hw-article-meta-bar .hw-byline-div{display:none!important}@media(min-width:681px){.hw-byline-google .hw-article-meta-bar{grid-template-columns:auto minmax(0,1fr) auto!important}.hw-byline-google .hw-article-meta-bar .hw-byline{grid-column:1!important;grid-row:1!important}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{grid-column:2!important;grid-row:1!important;margin-left:0!important;padding-left:18px}}.hw-byline-google .hw-crumbs{gap:10px;padding:22px 0 var(--hw-google-header-gap);font-size:13px}.hw-byline-google .hw-crumbs span::before{font-size:19px}.hw-byline-google .hw-article-head{width:min(100%,var(--hw-google-article-max));max-width:var(--hw-google-article-max);padding-bottom:10px}.hw-byline-google .hw-article-head h1{width:100%;max-width:none;margin:0 0 18px;font-size:clamp(36px,4.35vw,var(--hw-google-headline-size));font-weight:500;line-height:1.08;letter-spacing:-.028em}.hw-byline-google .hw-article-dek{max-width:58ch;margin:0 0 22px;font-size:clamp(16px,1.7vw,var(--hw-google-dek-size));line-height:1.52;letter-spacing:-.008em}.hw-byline-google .hw-article-meta-bar{gap:8px 16px!important;padding:0 0 20px!important}.hw-byline-google .hw-article-meta-bar .hw-byline{gap:7px;font-size:var(--hw-google-meta-size);line-height:1.35}.hw-byline-google .hw-article-meta-bar .hw-byline-names{font-weight:600}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{font-size:calc(var(--hw-google-meta-size) - 1px);line-height:1.45;color:var(--hw-google-article-meta)!important}.hw-byline-google .hw-article-lead{margin-top:24px}.hw-google-related-section{padding:40px 0 48px}.hw-related-band--google{padding:0 32px}.hw-related-heading{margin-bottom:22px}.hw-google-related-title{font-size:clamp(24px,3vw,var(--hw-related-section-title-size));font-weight:500;letter-spacing:-.02em}.hw-google-related-track{grid-auto-columns:minmax(var(--hw-related-card-min),30%);gap:16px;padding:3px 3px 14px}.hw-google-related-card{min-height:360px;border-width:2px}.hw-google-related-media{margin:14px 14px 0;border-radius:18px}.hw-google-related-copy{padding:18px 17px 17px}.hw-google-related-category{font-size:var(--hw-related-meta-size);font-weight:600}.hw-google-related-card-title{margin-top:14px;font-size:clamp(18px,1.8vw,var(--hw-related-card-title-size));font-weight:500;line-height:1.34}.hw-google-related-byline{padding-top:14px;font-size:var(--hw-related-meta-size)}.hw-google-related-controls{grid-template-columns:44px 44px minmax(100px,1fr);margin-top:14px}.hw-google-related-arrow{width:44px;height:44px;border-radius:13px;font-size:28px}.hw-google-related-progress{height:3px;margin-left:24px}.hw-google-related-card.has-colour-effect:active,.hw-google-feed-card.has-colour-effect:active,.hw-google-related-card.has-colour-effect.is-touch-active,.hw-google-feed-card.has-colour-effect.is-touch-active{background:var(--hw-card-hover);border-color:var(--hw-related-hover-outline);box-shadow:0 3px 12px rgba(60,64,67,.12);transform:translateY(-2px)}.hw-google-related-card.has-colour-effect:hover .hw-google-related-category,.hw-google-related-card.has-colour-effect:focus-visible .hw-google-related-category,.hw-google-related-card.has-colour-effect.is-touch-active .hw-google-related-category,.hw-google-feed-card.has-colour-effect:hover .hw-google-related-category,.hw-google-feed-card.has-colour-effect:focus-visible .hw-google-related-category,.hw-google-feed-card.has-colour-effect.is-touch-active .hw-google-related-category{color:#1967d2!important}.hw-google-related-card-title,.hw-google-related-byline,.hw-google-feed-title{color:var(--hw-related-text)!important}.hw-google-feed-meta{color:#5f6368!important}.hw-google-related-feed{gap:18px}.hw-google-feed-card{grid-template-columns:minmax(0,1fr) 132px;gap:18px;min-height:208px;padding:24px;border-width:1px;border-radius:16px}.hw-google-feed-title{font-size:clamp(18px,1.75vw,var(--hw-related-card-title-size));font-weight:500;line-height:1.42}.hw-google-feed-media{border-radius:12px}.hw-related-load-wrap{margin-top:30px}.hw-related-load-btn{min-width:250px;min-height:48px;padding:11px 28px;font-size:14px}.hw-newsletter-google .hw-nl-band{margin:0!important;padding:var(--hw-google-newsletter-pad-y) 0!important;border-radius:0!important}.hw-newsletter-google .hw-nl-inner{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:28px;max-width:var(--hw-content-w);padding:0 32px}.hw-newsletter-google .hw-nl-inner>div{max-width:none}.hw-newsletter-google .hw-nl-inner>div+div{margin-top:0}.hw-newsletter-google .hw-nl-head,.hw-nl-style--google .hw-nl-location-title{max-width:30ch;margin:0 0 8px;font-size:clamp(21px,2.5vw,var(--hw-google-newsletter-heading-size));font-weight:500;line-height:1.18;letter-spacing:-.018em}.hw-newsletter-google .hw-nl-blurb,.hw-nl-style--google .hw-nl-location-text{max-width:58ch;margin:0 0 14px;font-size:var(--hw-google-newsletter-body-size);line-height:1.6;color:var(--hw-google-newsletter-muted)!important}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{max-width:520px!important;gap:8px!important}.hw-newsletter-google .hw-nl-form .input,.hw-nl-style--google .hw-nl-form .input{min-height:var(--hw-google-newsletter-control-h);padding:0 16px;border:1px solid var(--hw-google-footer-outline)!important;border-radius:var(--hw-google-newsletter-control-radius)!important;font-size:14px}.hw-newsletter-google .hw-nl-form .input::placeholder,.hw-nl-style--google .hw-nl-form .input::placeholder{color:#5f6368;opacity:1}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{min-width:132px;min-height:var(--hw-google-newsletter-control-h);padding:0 20px;border-radius:var(--hw-google-newsletter-control-radius)!important;font-size:14px}.hw-newsletter-google .hw-nl-note,.hw-nl-privacy{margin-top:8px;font-size:11.5px;line-height:1.5}.hw-nl-style--google.hw-nl-location{padding:20px;border-radius:var(--hw-google-newsletter-card-radius)}.hw-nl-style--google.hw-nl-location--footer{border-radius:0!important}.hw-newsletter-google .hw-nl-band.hw-nl-location--footer{box-shadow:none!important;border:0!important}body.hw-newsletter-google .hw-nl-band+footer.hw-footer--google{margin-top:0!important;border-top:0!important}.hw-footer--google{margin:0!important;padding:0!important;border-radius:0!important}.hw-google-footer{gap:18px;padding-top:var(--hw-google-footer-pad-y);padding-bottom:var(--hw-google-footer-pad-y)}.hw-google-footer-brand .hw-logo{font-size:var(--hw-google-footer-logo-size)}.hw-google-footer-nav,.hw-google-footer-links{gap:24px}.hw-google-footer-links a,.hw-google-footer-more summary,.hw-google-footer-more-panel a{font-size:var(--hw-google-footer-link-size)}.hw-google-footer-language{max-width:460px;min-height:var(--hw-google-footer-control-h);padding:0 18px;font-size:var(--hw-google-footer-link-size)}.hw-google-footer-social{gap:20px;padding-top:2px}.hw-google-footer-social-link{width:24px;height:24px}.hw-google-footer-social-link svg{width:20px;height:20px}.hw-google-footer-copy{padding-top:10px;font-size:11px}@media(max-width:820px){body.single-post:not(.hw-article-mobile-sidebar) .hw-article-side{display:none!important}body.single-post:not(.hw-article-mobile-sidebar) .hw-article-cols{display:block}}@media(hover:none),(pointer:coarse){.hw-google-related-card.has-colour-effect:hover:not(.is-touch-active){background:var(--hw-related-card-bg);border-color:transparent;box-shadow:none;transform:none}.hw-google-feed-card.has-colour-effect:hover:not(.is-touch-active){background:var(--hw-related-card-bg);border-color:var(--hw-related-outline);box-shadow:none;transform:none}}@media(max-width:900px){.hw-google-related-track{grid-auto-columns:minmax(280px,58%)}.hw-newsletter-google .hw-nl-inner{grid-template-columns:1fr;gap:18px}}@media(max-width:680px){.hw-byline-google .hw-crumbs{padding:18px 0 24px;font-size:12px}.hw-byline-google .hw-article-head h1{font-size:clamp(29px,8vw,38px);margin-bottom:16px}.hw-byline-google .hw-article-dek{font-size:min(var(--hw-google-dek-size),16px);margin:0 0 16px}.hw-byline-google .hw-article-meta-bar{grid-template-columns:minmax(0,1fr) auto!important;gap:5px 12px!important;padding-bottom:18px!important}.hw-byline-google .hw-article-meta-bar .hw-byline{font-size:12.5px}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{font-size:11.5px}.hw-byline-google .hw-article-lead{margin-top:20px}.hw-google-related-section{padding:32px 0 38px}.hw-related-band--google{padding:0 20px}.hw-google-related-title{font-size:min(var(--hw-related-section-title-size),26px)}.hw-google-related-track{grid-auto-columns:minmax(258px,82%);gap:14px;margin-right:-20px}.hw-google-related-card{min-height:334px}.hw-google-related-media{margin:13px 13px 0;border-radius:16px}.hw-google-related-copy{padding:17px 16px 16px}.hw-google-related-card-title{font-size:min(var(--hw-related-card-title-size),19px)}.hw-google-related-controls{grid-template-columns:42px 42px 1fr}.hw-google-related-arrow{width:42px;height:42px;border-radius:12px;font-size:26px}.hw-google-related-progress{margin-left:18px}.hw-google-feed-card{grid-template-columns:minmax(0,1fr) 96px;min-height:174px;padding:18px;gap:14px}.hw-google-feed-title{font-size:18px}.hw-related-load-btn{min-width:min(100%,250px);min-height:46px}.hw-newsletter-google .hw-nl-inner{padding:0 20px}.hw-newsletter-google .hw-nl-head,.hw-nl-style--google .hw-nl-location-title{font-size:min(var(--hw-google-newsletter-heading-size),22px)}.hw-newsletter-google .hw-nl-blurb,.hw-nl-style--google .hw-nl-location-text{font-size:min(var(--hw-google-newsletter-body-size),13px)}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{min-width:118px}.hw-nl-style--google.hw-nl-location{padding:18px}.hw-google-footer{gap:15px;padding-left:20px;padding-right:20px}.hw-google-footer-brand .hw-logo{font-size:min(var(--hw-google-footer-logo-size),23px)}.hw-google-footer-nav{gap:16px}.hw-google-footer-links{gap:16px}.hw-google-footer-social{gap:18px}}@media(max-width:480px){.hw-google-related-track{grid-auto-columns:86%}.hw-google-feed-card{grid-template-columns:minmax(0,1fr) 82px;padding:16px}.hw-newsletter-google .hw-nl-form,.hw-nl-style--google .hw-nl-form{grid-template-columns:1fr!important}.hw-newsletter-google .hw-nl-form .btn,.hw-nl-style--google .hw-nl-form .btn{width:100%}.hw-google-footer-links{gap:16px}}.hw-newsletter-google .hw-nl-privacy a,.hw-nl-style--google .hw-nl-privacy a{color:#1967d2!important}.hw-google-related-section--responsive .hw-related-responsive-mobile,.hw-google-related-section--responsive .hw-related-load-wrap{display:none}.hw-google-related-section--responsive .hw-related-responsive-desktop{display:block}@media (max-width:900px){.hw-nav{top:0!important;bottom:0!important;inset-inline-start:0!important;inset-inline-end:auto!important;height:100dvh!important;max-height:100dvh!important;justify-content:flex-start!important;align-content:flex-start!important;padding-top:max(18px,env(safe-area-inset-top))!important;overscroll-behavior:contain;scroll-padding-top:max(18px,env(safe-area-inset-top))}body.admin-bar .hw-nav{top:46px!important;height:calc(100dvh - 46px)!important;max-height:calc(100dvh - 46px)!important}}@media (min-width:783px) and (max-width:900px){body.admin-bar .hw-nav{top:32px!important;height:calc(100dvh - 32px)!important;max-height:calc(100dvh - 32px)!important}}@media (max-width:680px){.hw-google-related-section--responsive .hw-related-responsive-desktop{display:none}.hw-google-related-section--responsive .hw-related-responsive-mobile{display:block}.hw-google-related-section--responsive .hw-related-load-wrap:not([hidden]){display:flex}.hw-byline-google .hw-article-meta-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:12px!important;row-gap:5px!important}.hw-byline-google .hw-article-meta-bar .hw-byline{grid-column:1!important;grid-row:1!important;order:initial!important;min-width:0!important}.hw-byline-google .hw-article-meta-bar .hw-byline-dates{grid-column:1!important;grid-row:2!important;order:initial!important;width:auto!important;margin:0!important;padding:0!important}.hw-google-related-section--responsive .hw-google-related-feed{display:grid;grid-template-columns:1fr;gap:12px}.hw-google-related-section--responsive .hw-google-feed-card{grid-template-columns:minmax(0,1fr) clamp(108px,31vw,132px)!important;grid-template-rows:auto 1fr!important;min-height:142px!important;gap:10px 14px!important;padding:16px!important;border-radius:14px!important}.hw-google-related-section--responsive .hw-google-feed-meta{grid-column:1 / -1!important;font-size:11px!important}.hw-google-related-section--responsive .hw-google-feed-title{grid-column:1!important;grid-row:2!important;align-self:center!important;font-size:17px!important;line-height:1.38!important}.hw-google-related-section--responsive .hw-google-feed-media{grid-column:2!important;grid-row:2!important;align-self:center!important;width:100%!important;min-width:108px!important;max-width:132px!important;aspect-ratio:3/2!important;border-radius:10px!important;overflow:hidden!important}.hw-google-related-section--responsive .hw-google-feed-media .hw-media{display:block!important;width:100%!important;height:auto!important;min-width:0!important;aspect-ratio:3/2!important;border-radius:inherit!important}.hw-google-related-section--responsive .hw-google-feed-media .hw-media>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.hw-google-related-section--responsive .hw-related-load-wrap{margin-top:22px}}.hw-google-related-section--responsive .hw-google-related-feed{display:grid!important}.hw-google-related-section--responsive .hw-google-feed-media .hw-media,.hw-google-related-section--responsive .hw-google-feed-media .hw-media>img{display:block!important}.hw-google-related-section--responsive .hw-google-feed-media{flex:none!important;width:clamp(112px,31vw,136px)!important;min-width:112px!important;max-width:136px!important;aspect-ratio:3/2!important}.hw-google-related-section--responsive .hw-google-feed-media .hw-media,.hw-google-related-section--responsive .hw-google-feed-media img{width:100%!important;height:100%!important;aspect-ratio:3/2!important;object-fit:cover!important}.hw-article-meta-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:nowrap!important;width:100%!important;border:0!important;background:transparent!important}.hw-article-meta-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.hw-byline-google .hw-article-meta-bar{display:flex!important;grid-template-columns:none!important;grid-template-rows:none!important}@media(max-width:680px){.hw-article-meta-bar{align-items:center!important;padding-bottom:16px!important}.hw-article-meta-left{display:grid;grid-template-columns:minmax(0,1fr);gap:3px;min-width:0}.hw-article-meta-left .hw-byline{grid-row:1;min-width:0}.hw-article-meta-left .hw-byline-div{display:none!important}.hw-article-meta-left .hw-byline-dates{grid-row:2;width:auto!important;margin:0!important;padding:0!important}}@media(min-width:901px){.hw-masthead{position:relative}.hw-masthead-top{min-height:70px;padding:10px 32px;flex-wrap:nowrap;gap:10px;position:relative;z-index:3}.hw-masthead-top>[data-hw-mode]{display:none!important}.hw-nav{position:absolute!important;inset:0 auto auto 50%!important;transform:translateX(-50%)!important;width:max-content!important;max-width:min(58vw,760px)!important;min-height:70px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:4!important;background:transparent!important;box-shadow:none!important}.hw-nav ul{justify-content:center!important;gap:clamp(14px,1.6vw,25px)!important;overflow:visible!important}.hw-nav-badge{display:none!important}.hw-masthead-rule{margin-top:0}}@media(min-width:901px){.hw-google-related-track{grid-auto-columns:minmax(max(var(--hw-related-card-min),330px),35%)!important}.hw-google-related-card-title{max-width:28ch}}.hw-movie-google-news{display:grid;gap:18px}.hw-movie-google-news--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hw-movie-google-news--carousel{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(300px,34%);overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 14px;scrollbar-width:none}.hw-movie-google-news--carousel::-webkit-scrollbar{display:none}.hw-movie-google-news--carousel .hw-movie-news-card{scroll-snap-align:start}.hw-movie-google-news--list{grid-template-columns:1fr}.hw-movie-news-card{min-height:360px;border:1px solid var(--hw-related-outline)}.hw-movie-news-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hw-movie-news-rating{display:inline-flex;align-items:center;gap:5px;color:var(--hw-movie-news-rating);font-size:12px;font-weight:800;line-height:1;padding-left:12px;border-left:1px solid color-mix(in srgb,var(--hw-related-outline) 80%,transparent)}.hw-movie-news-rating svg{color:var(--hw-movie-news-star)}.hw-movie-latest-news .hw-cast-nav{display:flex;gap:8px}@media(max-width:900px){.hw-movie-google-news--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.hw-movie-google-news--grid{grid-template-columns:1fr}.hw-movie-google-news--carousel{grid-auto-columns:minmax(270px,84%)}.hw-movie-news-card{min-height:330px}}body.hw-sidebar-social-hover .hw-sidebar-social a{transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}body.hw-sidebar-social-hover .hw-sidebar-social a:hover,body.hw-sidebar-social-hover .hw-sidebar-social a:focus-visible{background:color-mix(in srgb,var(--hw-sidebar-social-hover) 14%,var(--color-surface))!important;color:var(--hw-sidebar-social-hover)!important;border-color:color-mix(in srgb,var(--hw-sidebar-social-hover) 60%,transparent)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--hw-sidebar-social-hover) 18%,transparent)!important;transform:translateY(-2px)}.hw-sidebar .hw-nl-location--sidebar{width:100%;max-width:none}.hw-sidebar .hw-nl-location--sidebar .hw-nl-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;width:100%!important;max-width:none!important;gap:8px!important}.hw-sidebar .hw-nl-location--sidebar .input{width:100%!important;min-width:0!important}.hw-sidebar .hw-nl-location--sidebar .btn{min-width:104px!important;white-space:nowrap!important}@media(max-width:380px){.hw-sidebar .hw-nl-location--sidebar .hw-nl-form{grid-template-columns:1fr!important}.hw-sidebar .hw-nl-location--sidebar .btn{width:100%}}.hw-comments-style--instagram .hw-comment-list{gap:10px}.hw-comments-style--instagram .hw-comment{border:1px solid color-mix(in srgb,var(--color-divider) 85%,transparent)!important;background:color-mix(in srgb,var(--color-surface) 94%,transparent)!important;border-radius:15px!important;padding:12px 14px!important;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hw-comments-style--instagram .hw-comment-top{align-items:center;gap:9px}.hw-comments-style--instagram .hw-comment-avatar img{width:40px!important;height:40px!important}.hw-comments-style--instagram .hw-comment-identity{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px}.hw-comments-style--instagram .hw-comment-author{font-size:13px;font-weight:800}.hw-comments-style--instagram .hw-comment-date{font-size:11px}.hw-comments-style--instagram .hw-comment-body{padding-left:49px;margin-top:-10px}.hw-comments-style--instagram .hw-comment-text{font-size:14px;line-height:1.55}.hw-comments-style--instagram .hw-comment-actions{gap:14px;margin-top:7px;font-size:11px;font-weight:700}.hw-comments-style--instagram .hw-comment-score{margin-inline-start:auto}.hw-comments-style--instagram .children{margin:9px 0 0 30px;padding-left:12px;border-left:2px solid color-mix(in srgb,var(--color-accent) 32%,transparent)}body.hw-comments-colour .hw-comments-style--instagram .hw-comment.has-colour-effect:hover,body.hw-comments-colour .hw-comments-style--instagram .hw-comment.has-colour-effect:focus-within,body.hw-comments-colour .hw-comments-style--instagram .hw-comment.has-colour-effect.is-new,body.hw-comments-colour .hw-comments-style--instagram .hw-comment.has-colour-effect:active{background:var(--hw-comment-palette)!important;border-color:color-mix(in srgb,var(--color-accent) 48%,var(--hw-comment-palette))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--color-accent) 12%,transparent)!important;transform:translateY(-1px)}@media(max-width:560px){.hw-comments-style--instagram .hw-comment{padding:11px 12px!important}.hw-comments-style--instagram .hw-comment-body{padding-left:0;margin-top:8px}.hw-comments-style--instagram .children{margin-left:16px}}.hw-box-office-table-wrap{overflow-x:auto;border:1px solid var(--color-divider);border-radius:16px;background:var(--color-surface)}.hw-box-office-google-table{min-width:680px;margin:0!important;border-collapse:separate!important;border-spacing:0!important}.hw-box-office-google-table thead{background:var(--hw-bo-header-bg)}.hw-box-office-google-table thead th{padding:14px 16px!important;color:var(--hw-bo-header-text)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.09em;text-transform:uppercase;border:0!important}.hw-box-office-google-table tbody td{padding:14px 16px!important;border-top:1px solid var(--color-divider)!important;background:transparent!important}.hw-box-office-google-table tbody tr{transition:background-color .18s ease,box-shadow .18s ease}.hw-box-office-google-table tbody tr:nth-child(6n+1):hover{background:#e8f0fe}.hw-box-office-google-table tbody tr:nth-child(6n+2):hover{background:#e6f4ea}.hw-box-office-google-table tbody tr:nth-child(6n+3):hover{background:#fef7e0}.hw-box-office-google-table tbody tr:nth-child(6n+4):hover{background:#fce8e6}.hw-box-office-google-table tbody tr:nth-child(6n+5):hover{background:#f3e8fd}.hw-box-office-google-table tbody tr:nth-child(6n):hover{background:#e0f2f1}.hw-box-office-google-table .hw-tnum{font-weight:800;color:#1967d2}.hw-bo-trend{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:72px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.hw-bo-trend--positive{color:var(--hw-bo-positive);background:color-mix(in srgb,var(--hw-bo-positive) 12%,var(--color-surface))}.hw-bo-trend--negative{color:var(--hw-bo-negative);background:color-mix(in srgb,var(--hw-bo-negative) 10%,var(--color-surface))}.hw-bo-trend--neutral{color:var(--hw-bo-neutral);background:color-mix(in srgb,var(--hw-bo-neutral) 12%,var(--color-surface))}.wp-block-table.is-style-hw-google-box-office{overflow-x:auto;border:1px solid var(--color-divider);border-radius:16px;background:var(--color-surface)}.wp-block-table.is-style-hw-google-box-office table{min-width:620px;border-collapse:separate;border-spacing:0;margin:0}.wp-block-table.is-style-hw-google-box-office thead{background:var(--hw-bo-header-bg)}.wp-block-table.is-style-hw-google-box-office th{color:var(--hw-bo-header-text);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:13px 15px}.wp-block-table.is-style-hw-google-box-office td{padding:13px 15px;border-top:1px solid var(--color-divider)}.wp-block-table.is-style-hw-google-box-office td.is-positive{color:var(--hw-bo-positive);font-weight:800}.wp-block-table.is-style-hw-google-box-office td.is-negative{color:var(--hw-bo-negative);font-weight:800}.wp-block-table.is-style-hw-google-box-office td.is-neutral{color:var(--hw-bo-neutral);font-weight:800}body.hw-blocks-google [data-hw-gb],body.hw-blocks-google .wp-block-details.is-style-hw-faq,body.hw-blocks-google .wp-block-quote.is-style-hw-prototype-quote{background:color-mix(in srgb,var(--color-surface) 96%,var(--color-bg))!important;border:1px solid var(--color-divider)!important;border-radius:16px!important;box-shadow:none!important;padding:18px 20px!important;color:var(--color-text)}body.hw-blocks-google [data-hw-gb]:hover,body.hw-blocks-google [data-hw-gb]:focus-within{border-color:var(--color-accent)!important;box-shadow:0 6px 20px color-mix(in srgb,var(--color-accent) 12%,transparent)!important}body.hw-blocks-google [data-hw-gb] .hw-block-kicker,body.hw-blocks-google [data-hw-gb] a{color:var(--color-accent)}.hw-google-footer-language{display:none!important}@media(min-width:901px){.hw-masthead-top .hw-search .input{width:clamp(190px,19vw,252px)}}:where(.hw-wrap,.hw-main,.hw-content,.hw-article-shell,.hw-prose,.hw-sidebar,.hw-grid,.hw-home-grid,.hw-related-cards,.hw-related-list,.hw-footer-cols)>*{min-inline-size:0}:where(.hw-card-title,.hw-feature-title,.hw-coverage-title,.hw-google-related-title,.hw-post-title,.hw-entry-title){overflow-wrap:anywhere}.hw-media{max-inline-size:100%}.hw-media>img{display:block;inline-size:100%;block-size:100%;object-fit:cover;object-position:center}:where(input,select,textarea,button){max-inline-size:100%}:where(.hw-table-wrap,.wp-block-table){max-inline-size:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:430px){:root{--hw-mobile-gutter:max(13px,env(safe-area-inset-left))}.hw-wrap{padding-inline:max(13px,env(safe-area-inset-left));padding-right:max(13px,env(safe-area-inset-right))}:where(.hw-google-related-feed-card,.hw-related-list-item){min-inline-size:0}}@media(max-width:375px){:where(.hw-meta-bar,.hw-article-meta){column-gap:10px}}@media(max-width:320px){}.hw-media>.hw-picture,.hw-media>picture{display:block;inline-size:100%;block-size:100%;min-inline-size:0}.hw-media>.hw-picture>img,.hw-media>picture>img,.hw-media>img{display:block;inline-size:100%;block-size:100%;object-fit:cover;object-position:var(--hw-focus-x,50%) var(--hw-focus-y,50%)}.hw-content img[data-hw-attachment]{object-position:var(--hw-focus-x,50%) var(--hw-focus-y,50%)}.hw-search-mark{background:color-mix(in srgb,var(--color-accent) 18%,transparent);color:inherit;border-radius:3px;padding:0 .08em}.hw-sug-t .hw-search-mark{font-weight:750}.hw-search-page{padding-bottom:56px}.hw-search-page-head{max-width:900px}.hw-search-page-form{display:flex;gap:10px;max-width:680px;margin-top:22px}.hw-search-page-form .input{flex:1;min-width:0;height:44px}.hw-search-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--color-divider);margin-top:10px;padding:0 2px}.hw-search-tabs::-webkit-scrollbar{display:none}.hw-search-tab{display:inline-flex;align-items:center;gap:7px;flex:none;padding:12px 14px 11px;border-bottom:2px solid transparent;color:var(--hw-quiet);font-size:13px;font-weight:650;text-decoration:none}.hw-search-tab:hover,.hw-search-tab:focus-visible{color:var(--color-text);background:color-mix(in srgb,var(--color-accent) 7%,transparent)}.hw-search-tab.is-active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.hw-search-tab-count{display:inline-grid;place-items:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface));font:650 10px/1 var(--font-ui)}.hw-search-results-wrap{align-items:start}.hw-search-results{display:grid;gap:0;border-top:1px solid var(--color-divider)}.hw-search-result{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--color-divider);color:inherit;text-decoration:none;transition:background-color .18s ease,transform .18s ease}.hw-search-result:hover,.hw-search-result:focus-visible{background:color-mix(in srgb,var(--color-accent) 5%,transparent);transform:translateY(-1px)}.hw-search-result-media{display:block;width:180px;min-width:180px;aspect-ratio:3/2;border-radius:12px;overflow:hidden;background:var(--color-surface)}.hw-search-result-media.is-poster{width:108px;min-width:108px;aspect-ratio:2/3;justify-self:center}.hw-search-result-media .hw-media{width:100%;height:100%;aspect-ratio:inherit!important}.hw-search-result-media img{width:100%;height:100%;object-fit:cover;display:block}.hw-search-result-copy{display:flex;min-width:0;flex-direction:column;gap:7px}.hw-search-result-topline{display:flex;align-items:center;gap:10px;min-width:0}.hw-search-result-score{display:inline-flex;align-items:center;gap:4px;padding-left:10px;border-left:1px solid var(--color-divider);font:700 11px/1 var(--font-ui);color:#b06000}.hw-search-result-title{display:block;font-size:clamp(19px,2vw,26px);line-height:1.2;font-weight:700;letter-spacing:-.018em}.hw-search-result-excerpt{display:block;max-width:760px;color:var(--hw-quiet);font-size:14px;line-height:1.55}.hw-search-result-meta{display:block;color:var(--hw-quiet);font-size:11.5px}.hw-search-empty-state{padding:36px 0 20px;border-top:1px solid var(--color-divider)}.hw-search-empty-main{max-width:760px;padding:28px;border:1px solid var(--color-divider);border-radius:16px;background:var(--color-surface)}.hw-search-empty-main h2{font-size:28px;margin:0 0 8px}.hw-search-empty-main p{margin:0;color:var(--hw-quiet)}.hw-search-suggestion-line{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:18px;font-size:12px}.hw-search-recovery{display:grid;gap:34px;padding:26px 0 10px}.hw-search-recovery-group h2{font-size:23px;margin:0 0 14px}.hw-search-recovery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hw-search-recovery-card{display:flex;min-width:0;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--color-divider);border-radius:14px;background:var(--color-surface);color:inherit;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.hw-search-recovery-card:hover,.hw-search-recovery-card:focus-visible{background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));border-color:color-mix(in srgb,var(--color-accent) 55%,var(--color-divider));transform:translateY(-2px)}.hw-search-recovery-card .hw-media{width:100%;border-radius:9px;overflow:hidden}.hw-search-recovery-card strong{font-size:14px;line-height:1.35}.hw-sug-chips[hidden],.hw-sug-trend-head[hidden]{display:none!important}@media(max-width:900px){.hw-search-results-wrap{grid-template-columns:1fr}.hw-search-results-wrap>.hw-aside{display:none}.hw-search-recovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hw-search-page-form{align-items:stretch}.hw-search-page-form .btn{padding-inline:15px}.hw-search-tab{padding-inline:11px}.hw-search-result{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:14px 0}.hw-search-result-media{width:112px;min-width:112px;aspect-ratio:3/2}.hw-search-result-media.is-poster{width:78px;min-width:78px;aspect-ratio:2/3;justify-self:center}.hw-search-result-title{font-size:18px}.hw-search-result-excerpt{display:none}.hw-search-result-topline{gap:7px}.hw-search-result-score{padding-left:7px}.hw-search-empty-main{padding:20px}.hw-search-recovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.hw-media>picture{display:block;width:100%;height:100%}.hw-media>picture>img,.hw-media picture img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hw-focus-x,50%) var(--hw-focus-y,50%)}.hw-feature-card-media .hw-media,.hw-news-rich-media .hw-media,.hw-google-related-media .hw-media,.hw-google-feed-media .hw-media,.hw-search-result-media .hw-media{min-height:0}.hw-sidebar-social--rows{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.hw-sidebar-social--rows .hw-sidebar-social-row{--hw-social-network-color:var(--color-accent);display:flex!important;align-items:center;justify-content:flex-start;gap:10px;width:100%!important;min-height:42px;padding:9px 13px!important;border:1px solid var(--color-divider)!important;border-radius:999px!important;background:var(--color-surface)!important;color:var(--color-text)!important;box-shadow:none!important;text-decoration:none}.hw-sidebar-social--rows .hw-sidebar-social-icon{display:inline-grid;place-items:center;flex:0 0 18px;color:var(--hw-social-network-color)}.hw-sidebar-social--rows .hw-sidebar-social-icon img{display:block;width:18px;height:18px;object-fit:contain}.hw-sidebar-social--rows .hw-sidebar-social-label{color:var(--color-text)!important;font-weight:650}body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:hover,body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:focus-visible{background:color-mix(in srgb,var(--hw-sidebar-social-hover,var(--color-accent)) 12%,var(--color-surface))!important;color:var(--color-text)!important;border-color:color-mix(in srgb,var(--hw-sidebar-social-hover,var(--color-accent)) 55%,var(--color-divider))!important}body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:hover .hw-sidebar-social-icon,body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:focus-visible .hw-sidebar-social-icon{color:var(--hw-sidebar-social-hover,var(--color-accent))!important}.hw-cast-actions{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:7px;width:100%;max-width:100%;margin-top:10px;overflow:visible}html[data-hw-polarity="light"] .hw-authorbox,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-bio,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-role{color:#3c4043}html[data-hw-polarity="light"] .hw-authorbox a,html[data-hw-polarity="light"] .hw-authorbox-name a,html[data-hw-polarity="light"] .hw-authorbox-foot a{color:#174ea6!important}html[data-hw-polarity="light"] .hw-authorbox a:hover,html[data-hw-polarity="light"] .hw-authorbox a:focus-visible{color:#0b57d0!important;text-decoration-thickness:2px}html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-meta,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-foot{color:#4f555d}@media(max-width:680px){.hw-features{display:grid;grid-template-columns:1fr;gap:20px}.hw-feature-carousel{display:grid;grid-template-rows:1fr!important;grid-auto-flow:column;grid-auto-columns:min(84vw,320px)!important;height:auto!important;min-height:0!important;overflow-x:auto;overflow-y:hidden;gap:14px;padding:1px 2px 12px}.hw-feature-card{min-height:360px}.hw-feature-card-media .hw-media{aspect-ratio:16/9!important}}.hw-poster-grid,.hw-movie-grid{column-gap:18px!important;row-gap:26px!important}.hw-poster-card,.hw-movie-card{min-width:0;margin:0!important}.hw-poster-card .hw-poster-title,.hw-movie-card .hw-poster-title{display:block;margin-top:9px;line-height:1.28}.hw-poster-card .hw-poster-meta,.hw-movie-card .hw-poster-meta{margin-top:5px;line-height:1.45}.hw-movie-latest-news .hw-movie-google-news{gap:20px!important}.hw-movie-latest-news .hw-movie-news-card{margin:0!important}@media(max-width:680px){.hw-poster-grid,.hw-movie-grid{column-gap:14px!important;row-gap:24px!important}.hw-movie-latest-news .hw-movie-google-news{gap:22px!important}}.hws-custom-icon{display:block;width:1em;height:1em;object-fit:contain}.hw-cast-actions .btn{width:38px;min-width:38px;max-width:38px;padding-inline:0!important}.hw-cast-actions>.btn:not(.btn-icon){width:auto;max-width:100%;padding-inline:12px!important}@media(min-width:701px){}html[data-hw-polarity="light"] .hw-authorbox-name a,html[data-hw-polarity="light"] .hw-authorbox-foot a{color:#0b57d0!important;font-weight:650}html[data-hw-polarity="light"] .hw-authorbox .btn-primary{color:#fff!important;background:#0b57d0!important;border-color:#0b57d0!important}html[data-hw-polarity="light"] .hw-authorbox .tag{color:#3c4043!important;background:#f1f3f4!important;border-color:#c9cdd2!important}html[data-hw-polarity="light"] .hw-authorbox-foot,html[data-hw-polarity="light"] .hw-authorbox-role,html[data-hw-polarity="light"] .hw-authorbox-bio{color:#4d5156!important}.hw-article-lead .hw-media{min-height:0}.hw-article-lead .hw-media>picture,.hw-article-lead .hw-media>picture>img{width:100%;height:100%;object-fit:cover}@media(max-width:680px){.hw-article-lead .hw-media{min-height:0}}.hw-feature-card-media .hw-media,.hw-google-related-media .hw-media,.hw-google-feed-media .hw-media,.hw-news-rich-media .hw-media,.hw-review-card>.lighten .hw-media{width:100%;height:auto!important}.hw-feature-card-media .hw-media>picture,.hw-google-related-media .hw-media>picture,.hw-google-feed-media .hw-media>picture,.hw-news-rich-media .hw-media>picture,.hw-review-card>.lighten .hw-media>picture{position:absolute;inset:0;width:100%;height:100%}@media(max-width:680px){.hw-feature-carousel{width:calc(100vw - 40px);max-width:100%;scroll-snap-type:x mandatory;scroll-padding-inline:2px}.hw-feature-carousel .hw-feature-card{width:auto;scroll-snap-align:start;scroll-snap-stop:always}.hw-feature-card-media .hw-media{aspect-ratio:3/2!important}.hw-feature-card{min-height:330px}}.hw-archive-grid.hw-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px!important}.hw-poster-card .lighten{display:block;width:100%}.hw-poster-sub-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px!important;min-width:0}.hw-poster-sub-row>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-poster-sub-row>.tag{flex:none;white-space:nowrap}.hw-movie-latest-news .hw-google-related-media .hw-media{aspect-ratio:3/2!important}.hw-movie-latest-news .hw-movie-google-news--grid{gap:26px 20px!important}.hw-movie-latest-news .hw-movie-google-news--carousel{gap:20px!important;padding-bottom:16px}@media(max-width:900px){.hw-archive-grid.hw-poster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.hw-archive-grid.hw-poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px!important}.hw-movie-latest-news .hw-movie-google-news--grid{gap:24px!important}.hw-movie-latest-news .hw-movie-google-news--carousel{gap:16px!important}}.hw-sidebar-social--rows .hw-sidebar-social-row,body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row{background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-divider)!important;box-shadow:none!important;transform:none}.hw-sidebar-social--rows .hw-sidebar-social-label{color:var(--color-text)!important}.hw-sidebar-social--rows .hw-sidebar-social-icon{color:var(--hw-social-network-color,var(--color-accent))!important}body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:hover,body.hw-sidebar-social-hover .hw-sidebar-social--rows .hw-sidebar-social-row:focus-visible{background:color-mix(in srgb,var(--hw-sidebar-social-hover,var(--color-accent)) 12%,var(--color-surface))!important;border-color:color-mix(in srgb,var(--hw-sidebar-social-hover,var(--color-accent)) 58%,var(--color-divider))!important;box-shadow:0 8px 22px color-mix(in srgb,var(--hw-sidebar-social-hover,var(--color-accent)) 14%,transparent)!important;transform:translateY(-1px)}@media (forced-colors:active){.btn-primary,.tag-accent{background:Highlight !important;color:HighlightText !important}.skip-link:focus{background:Canvas !important;color:CanvasText !important}}@media print{@page{margin:16mm}*,*::before,*::after{box-shadow:none !important;text-shadow:none !important}html,body{background:#fff !important;color:#000 !important;font-size:11pt}.hw-wrap,.hw-article,.hw-article-main,.hw-content,.hw-prose{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important}a,a:visited{color:#000 !important;text-decoration:underline}img,picture,svg{max-width:100% !important;break-inside:avoid}table,blockquote,figure,.card{break-inside:avoid}}.hw-prose{width:100%;max-width:var(--hw-article-measure);font-size:var(--hw-article-body-size);line-height:var(--hw-article-body-line)}.hw-prose p,.hw-prose li{font-size:inherit;line-height:inherit}.hw-prose h2,.hw-prose h3,.hw-prose h4{font-weight:var(--hw-article-heading-weight);text-wrap:balance}.hw-comments-align--center .hw-comments-section-title,.hw-comments-align--center .hw-comments-summary-main{justify-content:center;text-align:center;width:100%}.hw-comments-align--center .hw-comment-compose{display:flex;flex-direction:column;align-items:center}.hw-comments-align--center .hw-comment-form-card{width:100%;text-align:left}.hw-comments-trigger--bold .hw-comment-compose-trigger{font-weight:700}.hw-movie-actions{align-items:stretch}.hw-movie-actions>.btn{min-height:var(--hw-movie-action-height);display:inline-flex;align-items:center;justify-content:center}.hw-movie-actions-equal .hw-movie-actions>.btn{flex:1 1 0;min-width:0}@media (max-width:680px){.hw-article-meta-bar{align-items:flex-start!important}.hw-article-meta-left{gap:5px!important}.hw-article-meta-left .hw-byline-dates{padding-inline-start:53px!important;margin-top:1px!important;line-height:1.45}.hw-movie-hero>div:first-child{width:100%;max-width:360px;margin-inline:auto}.hw-movie-actions{width:100%;max-width:none;margin-inline:auto;gap:10px}.hw-movie-mobile-center .hw-movie-hero>.hw-min0{text-align:center}.hw-movie-mobile-center .hw-movie-tags,.hw-movie-mobile-center .hw-scores,.hw-movie-mobile-center .hw-score-row{justify-content:center}.hw-movie-mobile-center .hw-movie-facts-line{text-align:center}.hw-movie-mobile-center .hw-scores>div{text-align:center}}.hw-cast-actions{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important;max-width:100%!important}@media(max-width:680px){.hw-byline-google .hw-article-meta-left .hw-byline-dates,.hw-article-meta-left .hw-byline-dates{padding-inline-start:53px!important;margin:4px 0 0!important;line-height:1.45!important}.hw-person-hero{grid-template-columns:1fr!important;gap:24px!important}.hw-person-hero>div:first-child{width:min(100%,436px);margin-inline:auto;text-align:center}.hw-person-hero>.hw-min0{text-align:center!important}.hw-person-hero .hw-movie-tags,.hw-person-hero .hw-cast-actions{justify-content:center!important}.hw-person-title,.hw-person-meta,.hw-person-bio,.hw-person-short-bio{margin-inline:auto!important;text-align:center!important}.hw-person-hero .hw-bio-toggle{margin-inline:auto!important}}.hw-lead-media,.hw-feature-card-media,.hw-tag-story-media,.hw-news-rich-media,.hw-google-feed-media,.hw-rundown-item .hw-thumb,.hw-cat-row .hw-thumb,.hw-news-row .hw-thumb,.hw-result .hw-thumb{overflow:hidden!important;background:var(--color-surface)!important}.hw-lead-media .hw-media{aspect-ratio:3/2!important}.hw-feature-card-media .hw-media,.hw-tag-story-media .hw-media,.hw-news-rich-media .hw-media,.hw-google-feed-media .hw-media{aspect-ratio:3/2!important}.hw-lead-media .hw-media>img,.hw-lead-media .hw-media>picture,.hw-lead-media .hw-media>picture>img,.hw-feature-card-media .hw-media>img,.hw-feature-card-media .hw-media>picture,.hw-feature-card-media .hw-media>picture>img,.hw-tag-story-media .hw-media>img,.hw-tag-story-media .hw-media>picture,.hw-tag-story-media .hw-media>picture>img,.hw-news-rich-media .hw-media>img,.hw-news-rich-media .hw-media>picture,.hw-news-rich-media .hw-media>picture>img,.hw-google-feed-media .hw-media>img,.hw-google-feed-media .hw-media>picture,.hw-google-feed-media .hw-media>picture>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:var(--hw-focus-x,50%) var(--hw-focus-y,50%)!important}@media(max-width:680px){.hw-rundown-item .hw-thumb,.hw-related-list-item .hw-thumb,.hw-result .hw-thumb,.hw-cat-row .hw-thumb,.hw-news-row .hw-thumb{width:100%!important;height:auto!important;aspect-ratio:3/2!important}.hw-rundown-item .hw-thumb img,.hw-related-list-item .hw-thumb img,.hw-result .hw-thumb img,.hw-cat-row .hw-thumb img,.hw-news-row .hw-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}}.hw-article-lead .hw-featured-fit--contain>img,.hw-article-lead .hw-featured-fit--contain>picture>img{object-fit:contain!important;background:var(--color-surface)!important}.hw-article-lead .hw-featured-fit--cover>img,.hw-article-lead .hw-featured-fit--cover>picture>img{object-fit:cover!important}.hw-image-credit{display:block;margin-top:8px;font-size:11px;line-height:1.45;color:var(--hw-quiet)}.hw-comment-list--list .hw-comment>.children{grid-column:1 / -1;width:auto;min-width:0;margin:12px 0 0 calc(var(--hw-comments-list-avatar) + 13px);padding:0 0 0 14px;list-style:none;border-left:2px solid color-mix(in srgb,var(--color-accent) 30%,transparent)}.hw-comment-list--list .hw-comment>.children>.hw-comment{width:100%;min-width:0;grid-template-columns:34px minmax(0,1fr)!important;column-gap:10px!important;padding:10px 0 0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important}.hw-comment-list--list .hw-comment>.children>.hw-comment>.hw-comment-top{grid-column:1 / -1;grid-template-columns:34px minmax(0,1fr) auto!important;gap:7px 9px!important;min-width:0}.hw-comment-list--list .hw-comment>.children>.hw-comment>.hw-comment-body{grid-column:2 / -1!important;min-width:0;padding-left:0!important;margin-top:1px!important}.hw-comment-list--list .children .hw-comment-avatar img{width:34px!important;height:34px!important}.hw-comment-list--list .children .hw-comment-identity{min-width:0}.hw-comment-list--list .children .hw-comment-author,.hw-comment-list--list .children .hw-comment-date{white-space:normal;word-break:normal;overflow-wrap:anywhere}.hw-comments-style--instagram .hw-comment>.children{margin-top:12px!important}@media(max-width:560px){.hw-comment-list--list .hw-comment>.children{margin-left:30px;padding-left:10px}.hw-comment-list--list .hw-comment>.children>.hw-comment{grid-template-columns:32px minmax(0,1fr)!important}.hw-comment-list--list .hw-comment>.children>.hw-comment>.hw-comment-top{grid-template-columns:32px minmax(0,1fr) auto!important}.hw-comment-list--list .children .hw-comment-avatar img{width:32px!important;height:32px!important}.hw-comments-style--instagram .children .hw-comment-identity{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 7px}}@media(max-width:680px){}.hw-author-row-media{width:160px;min-width:160px;flex:none;aspect-ratio:3/2!important;background:var(--color-surface)}.hw-author-row-media>img,.hw-author-row-media>picture,.hw-author-row-media>picture>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:var(--hw-focus-x,50%) var(--hw-focus-y,50%)!important}@media(max-width:620px){.hw-author-row-media{width:100%!important;min-width:0!important;height:auto!important;aspect-ratio:3/2!important}}.hw-cast-actions{overflow:visible!important}.hw-comments-section-bg--off{background:transparent!important}.hw-comments-section-bg--on{background:var(--hw-comments-bg)}.hw-comments-card-bg--off .hw-comment-form-card,.hw-comments-card-bg--off .hw-comment-list--carousel .hw-comment,.hw-comments-card-bg--off.hw-comments-style--instagram .hw-comment{background:transparent!important}.hw-comments-card-bg--on .hw-comment-form-card,.hw-comments-card-bg--on .hw-comment-list--carousel .hw-comment{background:var(--hw-comments-card-bg)}.hw-comments-card-bg--on.hw-comments-style--instagram .hw-comment{background:var(--hw-comments-card-bg)!important}.hw-comments-section-outline--on{border:var(--hw-comments-section-outline) solid var(--hw-comments-border);border-radius:var(--hw-comments-radius)}.hw-comments-section-outline--off{border:0!important}.hw-comments-card-outline--on .hw-comment-form-card,.hw-comments-card-outline--on .hw-comment-list--carousel .hw-comment,.hw-comments-card-outline--on.hw-comments-style--instagram .hw-comment{border-width:var(--hw-comments-card-outline)!important;border-style:solid!important;border-color:var(--hw-comments-border)!important}.hw-comments-card-outline--off .hw-comment-form-card,.hw-comments-card-outline--off .hw-comment-list--carousel .hw-comment,.hw-comments-card-outline--off.hw-comments-style--instagram .hw-comment{border:0!important}.hw-comments-input-outline--on .hw-comment-form input[type="text"],.hw-comments-input-outline--on .hw-comment-form input[type="email"],.hw-comments-input-outline--on .hw-comment-form input[type="url"],.hw-comments-input-outline--on .hw-comment-form textarea{border-width:var(--hw-comments-input-outline)!important;border-style:solid!important;border-color:var(--hw-comments-border)!important}.hw-comments-input-outline--off .hw-comment-form input[type="text"],.hw-comments-input-outline--off .hw-comment-form input[type="email"],.hw-comments-input-outline--off .hw-comment-form input[type="url"],.hw-comments-input-outline--off .hw-comment-form textarea{border:0!important}@media(max-width:680px){}.hw-movie-hub{padding-bottom:64px}.hw-movie-hub-head{max-width:940px;margin:10px auto 30px;text-align:center}.hw-movie-hub-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:var(--section);color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hw-movie-hub-label span{color:var(--accent)}.hw-movie-hub-head h1{margin:0;font-size:clamp(2.2rem,6vw,4.6rem);line-height:.98;letter-spacing:-.045em}.hw-movie-hub-head .hw-article-dek{max-width:800px;margin:18px auto 0}.hw-movie-hub-freshness{display:flex;justify-content:center;flex-wrap:wrap;gap:7px 18px;margin-top:18px;color:var(--muted);font-size:.82rem}.hw-movie-hub-freshness time{font-weight:750;color:var(--text)}.hw-movie-hub-body{max-width:960px;margin:0 auto}.hw-movie-hub-body>.hw-hub-intro{font-size:1.12rem;line-height:1.72}.hw-movie-hub-body>.hwt-movie-ranking{max-width:none}.hw-movie-hub-related{max-width:1100px;margin:56px auto 0;padding-top:30px;border-top:1px solid var(--divider)}.hw-movie-hub-related>h2{margin:10px 0 20px;font-size:clamp(1.55rem,3vw,2.25rem)}.hw-movie-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hw-movie-hub-link{position:relative;display:grid;gap:7px;min-height:148px;padding:20px 45px 20px 20px;border:1px solid var(--divider);border-radius:16px;background:var(--surface);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hw-movie-hub-link:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-md)}.hw-movie-hub-link span{font-size:1.05rem;font-weight:850;line-height:1.2}.hw-movie-hub-link small{color:var(--muted);line-height:1.5}.hw-movie-hub-link b{position:absolute;right:18px;top:20px;color:var(--accent);font-size:1.2rem}@media(max-width:840px){.hw-movie-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hw-movie-hub{padding-bottom:42px}.hw-movie-hub-head{text-align:left;margin-top:4px}.hw-movie-hub-head h1{font-size:clamp(2rem,12vw,3.2rem)}.hw-movie-hub-head .hw-article-dek{margin-left:0}.hw-movie-hub-freshness{justify-content:flex-start}.hw-movie-hub-grid{grid-template-columns:1fr}.hw-movie-hub-link{min-height:126px}}.hw-movie-hub-demo-notice{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:18px 0;padding:12px 16px;border:1px solid rgba(180,83,9,.35);border-radius:12px;background:rgba(245,158,11,.12);font-size:.9rem}.hw-movie-hub-demo-notice strong{color:#92400e}.hw-movie-hub-demo-notice span{color:var(--hw-text-muted,#4b5563)}.hw-authorbox .hw-authorbox-profile-btn,.hw-authorbox .hw-authorbox-profile-btn:visited,.hw-authorbox .hw-authorbox-profile-btn:hover,.hw-authorbox .hw-authorbox-profile-btn:focus-visible,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-profile-btn,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-profile-btn:hover,html[data-hw-polarity="light"] .hw-authorbox .hw-authorbox-profile-btn:focus-visible{color:#fff!important;background:#0b57d0!important;border-color:#0b57d0!important;text-decoration:none!important}.hw-authorbox .hw-authorbox-profile-btn:hover,.hw-authorbox .hw-authorbox-profile-btn:focus-visible{background:#0842a0!important;border-color:#0842a0!important}.hw-comments-reference{padding:28px 30px 24px!important;background:var(--color-surface)!important;border:0!important;border-radius:18px!important;box-shadow:none!important}.hw-comments-reference .hw-comment-reference-composer{margin:0 0 28px}.hw-comments-reference .hw-comment-form-card--reference,.hw-comments-reference .hw-comment-respond,.hw-comments-reference .hw-comment-form--reference{position:relative;margin:0;padding:0;background:transparent!important;border:0!important;box-shadow:none!important}.hw-comments-reference .hw-comment-form--reference{display:flex;flex-wrap:wrap;gap:10px 12px}.hw-comments-reference .hw-comment-form--reference>.logged-in-as{flex:0 0 100%;margin:0 0 4px;font-size:12px;color:var(--hw-comments-meta)}.hw-comments-reference .hw-comment-form--reference>.comment-form-author,.hw-comments-reference .hw-comment-form--reference>.comment-form-email,.hw-comments-reference .hw-comment-form--reference>.comment-form-url{flex:1 1 210px;margin:0}.hw-comments-reference .hw-comment-form--reference>.comment-form-author label,.hw-comments-reference .hw-comment-form--reference>.comment-form-email label,.hw-comments-reference .hw-comment-form--reference>.comment-form-url label{display:block;margin-bottom:5px;font-size:11px;font-weight:700;color:var(--hw-comments-meta)}.hw-comments-reference .hw-comment-form--reference>.comment-form-author input,.hw-comments-reference .hw-comment-form--reference>.comment-form-email input,.hw-comments-reference .hw-comment-form--reference>.comment-form-url input{width:100%;min-height:40px;padding:9px 11px;border:1px solid var(--color-divider)!important;border-radius:10px;background:var(--color-surface);color:var(--color-text)}.hw-comments-reference .hw-comment-reference-editor{position:relative;flex:0 0 100%;min-height:120px;padding:14px 142px 50px 16px;border:0;border-radius:14px;background:color-mix(in srgb,var(--color-surface) 76%,var(--color-bg))}.hw-comments-reference .hw-comment-reference-editor .comment-form-comment{margin:0}.hw-comments-reference .hw-comment-reference-editor textarea{display:block;width:100%;min-height:58px;max-height:220px;margin:0;padding:0!important;resize:vertical;border:0!important;outline:0;border-radius:0;background:transparent!important;box-shadow:none!important;color:var(--color-text);font:inherit;line-height:1.55}.hw-comments-reference .hw-comment-reference-editor textarea::placeholder{color:var(--hw-comments-meta);opacity:1}.hw-comments-reference .hw-comment-reference-toolbar{position:absolute;left:14px;bottom:12px;display:flex;align-items:center;gap:4px}.hw-comments-reference .hw-comment-reference-toolbar button{display:grid;place-items:center;width:29px;height:29px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--hw-comments-meta);font-size:13px;line-height:1;cursor:pointer}.hw-comments-reference .hw-comment-reference-toolbar button:focus-visible{outline:2px solid var(--hw-comments-accent);outline-offset:1px}.hw-comments-reference .hw-comment-toolbar-divider{width:1px;height:20px;margin:0 5px;background:var(--color-divider)}.hw-comments-reference .hw-comment-submit{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;gap:8px;margin:0}.hw-comments-reference .hw-comment-reference-submit{min-width:86px;min-height:34px;padding:7px 18px;border-radius:999px;font-size:12px;font-weight:800}.hw-comments-reference .hw-comment-rules{display:none}.hw-comments-reference .hw-comment-form-status{position:absolute;right:0;top:calc(100% + 8px);width:max-content;max-width:260px;font-size:11px}.hw-comments-reference-divider{height:1px;margin:0 0 28px;background:var(--color-divider)}.hw-comments-reference-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.hw-comments-reference-title{display:flex;align-items:center;gap:8px;margin:0;font-family:var(--font-heading);font-size:18px;font-weight:800;line-height:1.2;color:var(--color-text)}.hw-comments-reference-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 7px;border-radius:999px;background:var(--hw-comments-accent);color:var(--color-accent-contrast,#fff);font-size:10px;font-weight:850}.hw-comments-reference .hw-comments-sort{display:flex;align-items:center;gap:5px;color:var(--hw-comments-meta);font-size:12px}.hw-comments-reference .hw-comments-sort select{appearance:none;padding:5px 18px 5px 2px;border:0;background:linear-gradient(45deg,transparent 50%,currentColor 50%) calc(100% - 5px) 50%/5px 5px no-repeat;color:var(--color-text);font:inherit;cursor:pointer}.hw-comments-reference .hw-comments-sort-icon{font-size:15px}.hw-comments-reference .hw-comments-content{margin:0}.hw-comments-reference .hw-comment-list,.hw-comments-reference .hw-comment-list ol{list-style:none;margin:0}.hw-comments-reference .hw-comment-list{padding:0}.hw-comments-reference .hw-comment-list ol.children{position:relative;margin:4px 0 0 16px;padding:0 0 0 28px;border-left:1px solid var(--color-divider)}.hw-comments-reference .hw-comment-list ol.children>.hw-comment{position:relative}.hw-comments-reference .hw-comment-list ol.children>.hw-comment::before{content:"";position:absolute;left:-29px;top:20px;width:20px;height:16px;border-bottom:1px solid var(--color-divider);border-bottom-left-radius:10px}.hw-comments-reference .hw-comment,.hw-comments-reference .hw-comment:hover,.hw-comments-reference .hw-comment:focus-within,.hw-comments-reference .hw-comment.is-new{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;column-gap:10px!important;padding:13px 0 17px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important;animation:none!important}.hw-comments-reference .hw-comment-top{grid-column:1/-1!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;align-items:center!important;gap:8px 10px!important}.hw-comments-reference .hw-comment-avatar img{display:block;width:34px!important;height:34px!important;object-fit:cover;border-radius:50%}.hw-comments-reference .hw-comment-identity{display:flex!important;align-items:baseline;flex-wrap:wrap;gap:7px}.hw-comments-reference .hw-comment-author{display:inline!important;font-size:13px;font-weight:800;color:var(--color-text)}.hw-comments-reference .hw-comment-date{display:inline!important;font-size:11px;color:var(--hw-comments-meta)}.hw-comments-reference .hw-comment-staff{font-size:9px}.hw-comments-reference .hw-comment-score{font-size:11px}.hw-comments-reference .hw-comment-body{grid-column:2/-1!important;min-width:0;padding:0!important;margin:0!important}.hw-comments-reference .hw-comment-text{font-size:13px;line-height:1.6;color:var(--color-text)}.hw-comments-reference .hw-comment-text p{margin:5px 0 0}.hw-comments-reference .hw-comment-actions{display:flex;align-items:center;gap:12px;margin-top:8px;font-size:11px;font-weight:600;color:var(--hw-comments-meta)}.hw-comments-reference .hw-comment-actions a,.hw-comments-reference .hw-comment-actions a:hover,.hw-comments-reference .hw-comment-actions a:focus-visible{color:inherit!important;text-decoration:none!important;background:transparent!important;box-shadow:none!important;transform:none!important}.hw-comment-like{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:3px 6px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;cursor:pointer;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}.hw-comments-reference .hw-comment-like:hover,.hw-comments-reference .hw-comment-like:focus-visible,.hw-comments-reference .hw-comment-like.is-liked,.hw-comments-reference .hw-comment-like[aria-pressed="true"]{color:var(--hw-comments-accent)!important;background:color-mix(in srgb,var(--hw-comments-accent) 10%,transparent)!important;box-shadow:0 0 14px color-mix(in srgb,var(--hw-comments-accent) 24%,transparent)!important}.hw-comments-reference .hw-comment-like.has-error{color:#b3261e!important}.hw-comments-reference .hw-comments-empty-note{margin:8px 0;font-size:13px;color:var(--hw-comments-meta)}.hw-comments-reference .hw-comment-pagination--reference{margin-top:10px}[data-hw-auto-rail]{scrollbar-width:none!important;overscroll-behavior-inline:contain}[data-hw-auto-rail]::-webkit-scrollbar{display:none!important}[data-hw-auto-item][hidden]{display:none!important}.hw-movie-box-office-table{min-width:780px}.hw-movie-box-office-table thead th{padding:15px 18px!important}.hw-movie-box-office-table tbody td{padding:18px!important;vertical-align:middle;font-size:14px}.hw-movie-box-office-table tbody tr{height:108px}.hw-movie-bo-title-cell{display:flex;align-items:center;gap:13px;min-width:240px}.hw-movie-bo-title-cell img{flex:none;width:58px;height:76px;object-fit:cover;border-radius:8px;background:var(--color-bg)}.hw-movie-bo-title-cell>span{display:grid;gap:6px;min-width:0}.hw-movie-bo-title-cell strong{font-family:var(--font-heading);font-size:16px;line-height:1.25;color:var(--color-text)}.hw-movie-bo-title-cell small{font-size:11px;line-height:1.4;color:var(--hw-meta)}.hw-movie-bo-budget{margin:10px 2px 0;font-size:12px;color:var(--hw-meta)}@media(max-width:680px){.hw-comments-reference{padding:20px 16px 18px!important;border-radius:14px!important}.hw-comments-reference .hw-comment-reference-editor{padding-right:16px;padding-bottom:92px}.hw-comments-reference .hw-comment-reference-toolbar{right:14px;overflow-x:auto;scrollbar-width:none}.hw-comments-reference .hw-comment-submit{left:14px;right:auto;bottom:48px}.hw-comments-reference .hw-comment-form-status{left:0;right:auto;max-width:220px}.hw-comments-reference-head{align-items:flex-start}.hw-comments-reference .hw-comment-list ol.children{margin-left:8px;padding-left:22px}.hw-comments-reference .hw-comment-list ol.children>.hw-comment::before{left:-23px;width:15px}.hw-movie-box-office-table tbody td{padding:14px!important}.hw-movie-box-office-table tbody tr{height:94px}}.hw-lead-card .hw-lead-title{transition:color .16s ease}.hw-lead-card:hover .hw-lead-title,.hw-lead-card:focus-visible .hw-lead-title{color:var(--color-accent-300)}.hw-comments-reference .hw-comment-reference-composer.is-reply-active{margin:0}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply{grid-column:2/-1;width:100%;margin:10px 0 4px!important;padding:0!important}.hw-comments-reference .hw-inline-reply-context{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 7px;font-size:11px;line-height:1.4;color:var(--hw-comments-meta)}.hw-comments-reference .hw-inline-reply-context[hidden]{display:none!important}.hw-comments-reference .hw-inline-reply-context strong{color:var(--color-text);font-weight:750}.hw-comments-reference .hw-inline-reply-context button{padding:0;border:0;background:transparent;color:var(--hw-comments-accent);font:inherit;font-weight:700;cursor:pointer}.hw-comments-reference .hw-inline-reply-context button:hover,.hw-comments-reference .hw-inline-reply-context button:focus-visible{text-decoration:underline}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-reference-editor{min-height:104px;padding-top:12px;padding-bottom:46px}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-reference-editor textarea{min-height:46px}.hw-comments-reference .hw-comment-cancel{display:none!important}.hw-tag-archive-head{padding-bottom:4px}.hw-tag-archive-empty{padding:40px 0}.hw-tag-archive-aside{display:flex;flex-direction:column;gap:28px}.hw-tag-archive-aside>.hw-sidebar{position:static;top:auto}.hw-tag-archive-side-section{min-width:0}.hw-tag-archive-side-section .hw-kicker{margin-bottom:12px}.hw-tag-archive-movies{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hw-tag-archive-movies>a{display:block;min-width:0;color:var(--color-text);text-decoration:none}.hw-tag-archive-movie-poster{display:block;overflow:hidden;border-radius:7px;background:var(--color-surface)}.hw-tag-archive-movie-poster image-slot,.hw-tag-archive-movie-poster picture,.hw-tag-archive-movie-poster img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover}.hw-tag-archive-movie-title{display:block;margin-top:7px;font-size:11.5px;font-weight:600;line-height:1.32;transition:color .16s ease}.hw-tag-archive-movies>a:hover .hw-tag-archive-movie-title,.hw-tag-archive-movies>a:focus-visible .hw-tag-archive-movie-title{color:var(--color-accent-300)}.hw-tag-archive-writers{display:flex;flex-direction:column}.hw-tag-archive-writer{display:flex;align-items:center;gap:11px;padding:11px 0;color:var(--color-text);text-decoration:none}.hw-tag-archive-writer img{display:block;width:38px;height:38px;object-fit:cover}.hw-tag-archive-writer-name{display:block;font-size:13px;font-weight:650;transition:color .16s ease}.hw-tag-archive-writer-count{display:block;margin-top:2px;font-size:11px;color:var(--hw-quiet)}.hw-tag-archive-writer:hover .hw-tag-archive-writer-name,.hw-tag-archive-writer:focus-visible .hw-tag-archive-writer-name{color:var(--color-accent-300)}.hw-related-tag-cloud-section{margin:0 0 52px;padding:24px 0 4px;border-top:1px solid var(--color-divider)}.hw-related-tag-cloud-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.hw-related-tag-cloud-head .hw-kicker{margin-bottom:7px}.hw-related-tag-cloud-head .hw-h2{margin:0}.hw-related-tag-cloud-head>p{max-width:46ch;margin:0;font-size:12.5px;line-height:1.55;text-align:right;color:var(--hw-quiet)}.hw-related-tag-cloud{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;align-items:stretch}.hw-related-tag-pill{display:flex!important;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:9px 12px!important;border-radius:10px!important;text-decoration:none!important;white-space:normal!important}.hw-related-tag-pill>span:first-child{min-width:0;overflow-wrap:anywhere;font-weight:600}.hw-related-tag-count{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:25px;height:22px;padding:0 7px;border-radius:999px;background:color-mix(in srgb,var(--color-text) 8%,transparent);font-size:10.5px;font-variant-numeric:tabular-nums;color:var(--hw-quiet)}.hw-related-tag-pill:hover,.hw-related-tag-pill:focus-visible{color:var(--color-accent-300)!important;border-color:color-mix(in srgb,var(--color-accent) 42%,var(--color-divider))!important}@media(max-width:700px){.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply{grid-column:1/-1;margin-left:44px!important;width:calc(100% - 44px)}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-submit{left:auto;right:12px;bottom:10px}.hw-related-tag-cloud-head{align-items:flex-start;flex-direction:column;gap:8px}.hw-related-tag-cloud-head>p{text-align:left}.hw-related-tag-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply{margin-left:0!important;width:100%}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-reference-editor{padding-right:16px;padding-bottom:92px}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-submit{left:12px;right:12px;bottom:10px}.hw-comments-reference .hw-comment-form-card--reference.is-inline-reply .hw-comment-reference-submit{width:100%}.hw-related-tag-cloud{grid-template-columns:1fr}}.hw-article-meta-bar .hw-byline-names{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.hw-article-meta-bar .hw-byline-names>a{min-width:0}.hw-byline-verified,.hw-author-heading-verified,.hw-person-name-verified{display:inline-flex;align-items:center;flex:none}.hw-byline-verified .hw-verify-pill,.hw-author-heading-verified .hw-verify-pill,.hw-person-name-verified .hw-verify-pill{padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;gap:0!important}.hw-byline-verified .hw-verify-label,.hw-author-heading-verified .hw-verify-label,.hw-person-name-verified .hw-verify-label{display:none!important}.hw-byline-verified .hw-verify-pill svg,.hw-author-heading-verified .hw-verify-pill svg,.hw-person-name-verified .hw-verify-pill svg{width:15px!important;height:15px!important;display:block}.hw-byline-verified .hw-verify-tip,.hw-author-heading-verified .hw-verify-tip,.hw-person-name-verified .hw-verify-tip{width:min(290px,calc(100vw - 32px))}.hw-article-meta-left{gap:10px!important}.hw-author-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 8px}.hw-author-title-row .hw-author-name{margin:0}.hw-person-card-name-row{display:flex;align-items:center;gap:8px;min-width:0}.hw-person-card-name-row .hw-person-card-name{min-width:0}.hw-person-card-top>.hw-min0{flex:1;min-width:0}.hw-authorbox--minimal{display:block!important;padding:20px 22px 0!important;margin-bottom:30px;border-radius:16px;box-shadow:none!important}.hw-authorbox-minimal-main{display:flex;align-items:flex-start;gap:16px;min-width:0}.hw-authorbox-minimal-avatar{display:block;flex:0 0 72px}.hw-authorbox-minimal-avatar img{display:block;width:72px;height:72px;border-radius:50%;object-fit:cover}.hw-authorbox-minimal-copy{flex:1;min-width:0;padding-top:1px}.hw-authorbox-minimal-name-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}.hw-authorbox--minimal .hw-authorbox-name{display:inline-flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.hw-authorbox--minimal .hw-authorbox-name>a{font-size:20px;font-weight:700;line-height:1.2;color:var(--color-accent);text-decoration:none}.hw-authorbox--minimal .hw-authorbox-profile-link{flex:none;font-size:13px;font-weight:700;color:var(--color-accent);text-decoration:none;white-space:nowrap}.hw-authorbox--minimal .hw-authorbox-profile-link:hover,.hw-authorbox--minimal .hw-authorbox-profile-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.hw-authorbox-byline{margin:6px 0 0!important;font-size:14px!important;line-height:1.55!important;color:var(--hw-soft)!important}.hw-authorbox-expertise{display:flex;align-items:flex-start;gap:10px;margin-top:13px;min-width:0}.hw-authorbox-expertise-label{padding-top:4px;flex:none;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--hw-quiet)}.hw-authorbox-expertise-list{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.hw-authorbox--minimal .tag{padding:4px 10px!important;font-size:11.5px!important}.hw-authorbox-minimal-foot{margin:18px -22px 0;padding:13px 22px;border-top:1px solid var(--color-divider);background:color-mix(in srgb,var(--color-text) 2.5%,transparent);border-radius:0 0 16px 16px}.hw-authorbox-minimal-foot a{font-size:12.5px;font-weight:700;color:var(--color-accent);text-decoration:none}.hw-authorbox-minimal-foot a:hover,.hw-authorbox-minimal-foot a:focus-visible{text-decoration:underline;text-underline-offset:3px}.hw-authorbox--detailed .hw-authorbox-identity{flex:1;min-width:0}.hw-authorbox--detailed .hw-authorbox-tags{display:flex;gap:8px;flex-wrap:wrap}.hw-movie-hub.hw-wrap{width:100%;max-width:var(--hw-content-w,1240px);padding-inline:clamp(18px,3vw,32px)}.hw-movie-hub-body{width:100%;max-width:1040px}.hw-movie-hub-body>.hwt-movie-ranking{width:100%}.hw-movie-hub-body .hwt-ranking-list{gap:18px}.hw-movie-hub-body .hwt-ranking-card{overflow:hidden}.hw-movie-hub-body .hwt-ranking-link{display:inline-flex;align-items:center;gap:5px;color:var(--color-accent);text-decoration:none}.hw-movie-hub-body .hwt-ranking-link:hover,.hw-movie-hub-body .hwt-ranking-link:focus-visible{text-decoration:underline;text-underline-offset:3px}body.hw-blocks-google .hw-movie-hub-body details.wp-block-details.is-style-hw-faq,.hw-movie-hub-body details.wp-block-details.is-style-hw-faq{margin:0 0 9px!important;padding:0 16px!important;border:1px solid var(--color-divider)!important;border-radius:13px!important;background:color-mix(in srgb,var(--color-surface) 97%,var(--color-bg))!important;box-shadow:none!important}body.hw-blocks-google .hw-movie-hub-body details.wp-block-details.is-style-hw-faq>summary,.hw-movie-hub-body details.wp-block-details.is-style-hw-faq>summary{min-height:0!important;padding:14px 0!important;font-size:15px!important;line-height:1.35!important;font-weight:650!important}body.hw-blocks-google .hw-movie-hub-body details.wp-block-details.is-style-hw-faq>:not(summary),.hw-movie-hub-body details.wp-block-details.is-style-hw-faq>:not(summary){padding:0 0 14px 24px!important;font-size:14px!important;line-height:1.55!important}.hw-movie-hub-related{position:relative;max-width:1100px;margin:54px auto 0;padding:30px;border:1px solid var(--color-divider);border-radius:22px;background:color-mix(in srgb,var(--color-surface) 96%,var(--color-bg))}.hw-movie-hub-related>.hw-kicker{margin-bottom:7px}.hw-movie-hub-related>h2{margin:0 0 22px;font-size:clamp(1.65rem,3vw,2.35rem)}.hw-movie-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hw-movie-hub-link{isolation:isolate;min-height:132px;padding:20px 58px 20px 22px;border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-divider));border-radius:16px;background:var(--color-surface);box-shadow:0 6px 20px color-mix(in srgb,var(--color-text) 5%,transparent)}.hw-movie-hub-link::before{content:"Guide";display:inline-flex;width:max-content;margin-bottom:2px;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hw-movie-hub-link:nth-child(3n+2)::before{background:color-mix(in srgb,#188038 12%,transparent);color:#188038}.hw-movie-hub-link:nth-child(3n+3)::before{background:color-mix(in srgb,#b06000 13%,transparent);color:#9a4f00}.hw-movie-hub-link span{font-size:1.08rem;font-weight:800;line-height:1.25}.hw-movie-hub-link small{font-size:.88rem;line-height:1.5;color:var(--hw-soft)}.hw-movie-hub-link b{right:18px;top:50%;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent);transform:translateY(-50%)}.hw-movie-hub-link:hover,.hw-movie-hub-link:focus-visible{transform:translateY(-2px);border-color:var(--color-accent);box-shadow:0 10px 26px color-mix(in srgb,var(--color-accent) 13%,transparent)}@media(max-width:700px){.hw-article-meta-left{gap:2px!important}.hw-article-meta-left .hw-byline-dates{padding-inline-start:0!important;margin-top:2px!important;line-height:1.35!important}.hw-authorbox--minimal{padding:17px 16px 0!important}.hw-authorbox-minimal-main{gap:13px}.hw-authorbox-minimal-avatar{flex-basis:58px}.hw-authorbox-minimal-avatar img{width:58px;height:58px}.hw-authorbox-minimal-name-row{align-items:flex-start;flex-direction:column;gap:5px}.hw-authorbox--minimal .hw-authorbox-name>a{font-size:18px}.hw-authorbox--minimal .hw-authorbox-profile-link{font-size:12px}.hw-authorbox-byline{font-size:13px!important;margin-top:4px!important}.hw-authorbox-expertise{display:grid;gap:7px;margin-top:11px}.hw-authorbox-expertise-label{padding-top:0}.hw-authorbox-minimal-foot{margin:16px -16px 0;padding:12px 16px}.hw-movie-hub.hw-wrap{padding-inline:14px!important}.hw-movie-hub .hw-crumbs{padding-left:2px;padding-right:2px}.hw-movie-hub-head{margin:4px 0 24px;text-align:left}.hw-movie-hub-head h1{font-size:clamp(2rem,10vw,2.75rem);line-height:1.04;letter-spacing:-.035em}.hw-movie-hub-head .hw-article-dek{margin:14px 0 0;font-size:18px;line-height:1.55}.hw-movie-hub-freshness{justify-content:flex-start;margin-top:13px;font-size:12px}.hw-movie-hub-body{max-width:none}.hw-movie-hub-body>.hw-hub-intro,.hw-movie-hub-body>p{font-size:16px;line-height:1.65}.hw-movie-hub-body>h2,.hw-movie-hub-body .wp-block-heading{font-size:clamp(1.75rem,8vw,2.2rem);line-height:1.12}.hw-movie-hub-body .hwt-movie-ranking{margin:26px 0 34px}.hw-movie-hub-body .hwt-ranking-list{gap:14px}.hw-movie-hub-body .hwt-ranking-card{display:grid;grid-template-columns:88px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto;gap:8px 13px!important;padding:12px!important;border-radius:15px!important}.hw-movie-hub-body .hwt-ranking-poster{grid-column:1;grid-row:1 / span 2;width:88px;align-self:start;border-radius:11px}.hw-movie-hub-body .hwt-ranking-number{left:6px;top:6px;min-width:32px;height:32px;border-radius:9px;font-size:.92rem}.hw-movie-hub-body .hwt-ranking-copy{display:contents}.hw-movie-hub-body .hwt-ranking-title-row{grid-column:2;grid-row:1;display:grid;align-content:start;justify-content:stretch;gap:7px;min-width:0}.hw-movie-hub-body .hwt-ranking-title-row h3{font-size:1.2rem;line-height:1.17;overflow-wrap:anywhere}.hw-movie-hub-body .hwt-ranking-rating{justify-self:start;padding:6px 8px;border-radius:10px}.hw-movie-hub-body .hwt-ranking-rating b{font-size:1rem}.hw-movie-hub-body .hwt-ranking-meta{grid-column:2;grid-row:2;align-self:start;display:grid;gap:3px;margin:0;font-size:.78rem;line-height:1.35}.hw-movie-hub-body .hwt-ranking-copy>p{grid-column:1/-1;grid-row:3;margin:5px 0 2px!important;font-size:14px!important;line-height:1.58!important}.hw-movie-hub-body .hwt-ranking-link{grid-column:1/-1;grid-row:4;margin-top:2px;font-size:14px}.hw-movie-hub-body .hwt-ranking-method{padding:12px 13px;font-size:12.5px;line-height:1.5}body.hw-blocks-google .hw-movie-hub-body details.wp-block-details.is-style-hw-faq,.hw-movie-hub-body details.wp-block-details.is-style-hw-faq{padding:0 13px!important;border-radius:12px!important;margin-bottom:8px!important}body.hw-blocks-google .hw-movie-hub-body details.wp-block-details.is-style-hw-faq>summary,.hw-movie-hub-body details.wp-block-details.is-style-hw-faq>summary{padding:12px 0!important;font-size:14.5px!important}.hw-movie-hub-related{margin-top:38px;padding:20px 14px;border-radius:18px}.hw-movie-hub-related>h2{font-size:1.8rem;line-height:1.12;margin-bottom:17px}.hw-movie-hub-grid{grid-template-columns:1fr;gap:11px}.hw-movie-hub-link{min-height:0;padding:17px 54px 17px 17px;border-radius:14px}.hw-movie-hub-link span{font-size:1rem}.hw-movie-hub-link small{font-size:.84rem}.hw-movie-hub-link b{right:14px;width:30px;height:30px}}@media(max-width:430px){.hw-authorbox-minimal-main{align-items:flex-start}.hw-authorbox--minimal .hw-verify-pill{padding:2px 7px 2px 5px!important;border-radius:999px!important;background:color-mix(in srgb,var(--color-accent) 16%,transparent)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent) 45%,transparent)!important}.hw-authorbox--minimal .hw-verify-label{display:inline!important}.hw-authorbox--minimal .hw-verify-pill svg{width:13px!important;height:13px!important}}.hw-comments-reference .hw-comment-reference-composer{margin:0 0 18px!important}.hw-comments-reference .hw-comment-compose--reference{margin:0!important}.hw-comments-reference .hw-comment-compose--reference>summary{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;width:auto!important;min-width:0!important;min-height:38px!important;padding:8px 15px!important;border:1px solid color-mix(in srgb,var(--hw-comments-accent) 38%,var(--color-divider))!important;border-radius:999px!important;background:color-mix(in srgb,var(--hw-comments-accent) 9%,var(--color-surface))!important;color:var(--hw-comments-accent)!important;box-shadow:none!important;font-size:12.5px!important;font-weight:800!important;line-height:1!important;list-style:none!important;cursor:pointer}.hw-comments-reference .hw-comment-compose--reference>summary::marker,.hw-comments-reference .hw-comment-compose--reference>summary::-webkit-details-marker{display:none!important;content:""}.hw-comments-reference .hw-comment-compose--reference>summary:hover,.hw-comments-reference .hw-comment-compose--reference>summary:focus-visible{background:color-mix(in srgb,var(--hw-comments-accent) 15%,var(--color-surface))!important;border-color:var(--hw-comments-accent)!important;transform:none!important}.hw-comments-reference .hw-comment-compose--reference[open]>summary{margin-bottom:13px!important}.hw-comments-reference .hw-comment-compose-panel{width:100%;margin:0}.hw-comments-reference .hw-comments-reference-divider{margin-bottom:22px}.hw-comments-reference .hw-comment-load-more{display:flex;align-items:center;justify-content:center;gap:7px;width:max-content;min-width:176px;min-height:40px;margin:20px auto 0!important;padding:9px 17px!important;border:1px solid color-mix(in srgb,var(--hw-comments-accent) 36%,var(--color-divider))!important;border-radius:999px!important;background:color-mix(in srgb,var(--hw-comments-accent) 8%,var(--color-surface))!important;color:var(--hw-comments-accent)!important;box-shadow:none!important;font-size:12.5px!important;font-weight:800!important;cursor:pointer}.hw-comments-reference .hw-comment-load-more:hover,.hw-comments-reference .hw-comment-load-more:focus-visible{border-color:var(--hw-comments-accent)!important;background:color-mix(in srgb,var(--hw-comments-accent) 14%,var(--color-surface))!important;transform:none!important}.hw-comments-reference .hw-comment-load-more[hidden]{display:none!important}.hw-comments-reference .hw-comment-load-more[disabled]{opacity:.62;cursor:wait}.hw-comments-reference .hw-comment-load-status{min-height:1em;margin:7px 0 0;text-align:center;font-size:11px;color:var(--hw-comments-meta)}.hw-trailer-player-home{position:relative;width:min(100%,960px);margin:0 auto 24px;scroll-margin-top:88px}.hw-trailer-player{position:relative;overflow:hidden;width:100%;border:1px solid var(--color-divider);border-radius:16px;background:#0b0d12;box-shadow:0 12px 32px color-mix(in srgb,#000 18%,transparent);z-index:18}.hw-trailer-player[hidden]{display:none!important}.hw-trailer-player-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:7px 9px 7px 13px;background:#151820;color:#fff}.hw-trailer-player-title{display:inline-flex;align-items:center;gap:7px;min-width:0;font-size:12px;font-weight:800;letter-spacing:.025em}.hw-trailer-player-controls{display:flex;align-items:center;gap:5px;flex:none}.hw-trailer-player-control{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.hw-trailer-player-control:hover,.hw-trailer-player-control:focus-visible{background:rgba(255,255,255,.2);outline:0}.hw-trailer-player-restore{display:none}.hw-trailer-player-embed{position:relative;width:100%;aspect-ratio:16/9;background:#000}.hw-trailer-player-embed iframe{display:block;width:100%;height:100%;border:0;background:#000}.hw-trailer-player.is-floating{position:fixed;top:88px;right:18px;width:min(420px,38vw);max-width:calc(100vw - 36px);margin:0;border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.38);z-index:110}.hw-trailer-player.is-floating .hw-trailer-player-head{min-height:38px;padding-block:5px}.hw-trailer-player.is-floating .hw-trailer-player-restore{display:grid}.hw-watch-trailer{gap:7px}@media(max-width:700px){.hw-comments-reference .hw-comment-compose--reference>summary{min-height:36px!important;padding:8px 13px!important}.hw-comments-reference .hw-comment-load-more{width:auto;min-width:164px}.hw-movie-hub.hw-wrap{width:100%!important;max-width:none!important;padding-left:8px!important;padding-right:8px!important}.hw-movie-hub-head,.hw-movie-hub-body,.hw-movie-hub-related{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.hw-movie-hub-body>.hwt-movie-ranking,.hw-movie-hub-body .hwt-ranking-list{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.hw-movie-hub-body .hwt-ranking-card{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;transform:none!important}.hw-trailer-player-home{width:100%;margin-bottom:18px;scroll-margin-top:74px}.hw-trailer-player{border-radius:13px}.hw-trailer-player.is-floating{top:auto;right:8px;bottom:max(10px,env(safe-area-inset-bottom));left:8px;width:auto;max-width:none;border-radius:13px}.hw-trailer-player-title{font-size:11.5px}}.home .hw-home-instance .hw-hero-link:hover h1,.home .hw-home-instance .hw-hero-link:hover h2,.home .hw-home-instance .hw-hero-link:focus-visible h1,.home .hw-home-instance .hw-hero-link:focus-visible h2,.home .hw-home-instance .hw-rundown-item:hover .hw-rundown-title,.home .hw-home-instance .hw-rundown-item:focus-visible .hw-rundown-title,.home .hw-home-instance .hw-wire-item:hover .hw-wire-title,.home .hw-home-instance .hw-wire-item:focus-visible .hw-wire-title,.home .hw-home-instance .hw-poster-card:hover .hw-poster-title,.home .hw-home-instance .hw-poster-card:focus-visible .hw-poster-title,.home .hw-home-instance .hw-review-card:hover .hw-review-title,.home .hw-home-instance .hw-review-card:focus-visible .hw-review-title,.home .hw-home-instance .hw-video-card:hover .hw-video-title,.home .hw-home-instance .hw-video-card:focus-visible .hw-video-title,.home .hw-home-instance .hw-soon-item:hover .hw-soon-title,.home .hw-home-instance .hw-soon-item:focus-visible .hw-soon-title,.home .hw-home-instance .hw-feature-lead:hover .hw-feature-title,.home .hw-home-instance .hw-feature-lead:focus-visible .hw-feature-title,.home .hw-home-instance .hw-feature-card:hover .card-title,.home .hw-home-instance .hw-feature-card:focus-visible .card-title,.home .hw-home-instance .hw-chart-link:hover,.home .hw-home-instance .hw-chart-link:focus-visible{color:var(--color-accent-300)!important}.home .hw-home-instance :is(.hw-hero-link,.hw-rundown-item,.hw-wire-item,.hw-poster-card,.hw-review-card,.hw-video-card,.hw-soon-item,.hw-feature-lead,.hw-feature-card,.hw-chart-link) :is(h1,h2,.hw-rundown-title,.hw-wire-title,.hw-poster-title,.hw-review-title,.hw-video-title,.hw-soon-title,.hw-feature-title,.card-title){transition:color .16s ease}@media(max-width:700px){}.hw-article-head .hw-article-meta-bar,.hw-byline-google .hw-article-meta-bar{display:flex!important;grid-template-columns:none!important;grid-template-rows:none!important;align-items:center!important;gap:12px!important;padding-bottom:0!important}.hw-article-meta-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}@media(max-width:700px){.hw-article-head .hw-article-meta-bar,.hw-byline-google .hw-article-meta-bar{align-items:flex-start!important;gap:5px!important}.hw-article-meta-left{display:grid;grid-template-columns:minmax(0,1fr);gap:2px;width:100%}.hw-article-meta-left .hw-byline{grid-row:1;min-width:0}.hw-article-meta-left .hw-byline-div{display:none!important}.hw-article-meta-left .hw-byline-dates{grid-row:2;width:auto!important;margin:1px 0 0!important;padding-inline-start:53px!important;line-height:1.45}}.hw-movie-actions{display:flex;align-items:center;justify-content:flex-start;gap:9px;width:100%;max-width:100%;overflow:visible}.hw-movie-actions>.hw-watch-trailer{flex:0 1 auto!important;width:auto!important;max-width:min(210px,calc(100% - 52px));min-width:0;min-height:44px;padding-inline:17px;gap:8px;white-space:nowrap;overflow:hidden;transition:width 240ms cubic-bezier(.2,.8,.2,1),max-width 240ms cubic-bezier(.2,.8,.2,1),padding 240ms cubic-bezier(.2,.8,.2,1),gap 240ms cubic-bezier(.2,.8,.2,1),transform 240ms cubic-bezier(.2,.8,.2,1)}.hw-movie-actions-equal .hw-movie-actions>.hw-watch-trailer{flex:1 1 auto!important;max-width:220px}.hw-watch-trailer>svg{flex:0 0 14px;transition:transform 240ms cubic-bezier(.2,.8,.2,1)}.hw-watch-trailer-label{display:block;max-width:145px;opacity:1;overflow:hidden;white-space:nowrap;transition:max-width 210ms cubic-bezier(.2,.8,.2,1),opacity 140ms ease}@media(max-width:680px){.hw-movie-actions{gap:8px!important;justify-content:flex-start!important}.hw-movie-actions>.hw-watch-trailer{min-height:44px;max-width:min(188px,calc(100% - 50px));padding-inline:15px}.hw-movie-actions-equal .hw-movie-actions>.hw-watch-trailer{max-width:200px}}@media(prefers-reduced-motion:reduce){.hw-movie-actions>.hw-watch-trailer,.hw-watch-trailer>svg,.hw-watch-trailer-label{transition-duration:.01ms!important}}.hw-video-byline,.hw-article-video-byline{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:18px;row-gap:10px;width:100%;min-width:0;padding-bottom:18px}.hw-video-byline .hw-video-author,.hw-article-video-byline .hw-video-author{grid-column:1;grid-row:1;min-width:0;margin:0}.hw-video-author-avatar{flex:0 0 auto;display:inline-flex;border-radius:50%;text-decoration:none}.hw-video-author-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;gap:2px}.hw-video-author-name-row{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%}.hw-video-author-name-row .hw-video-author-name,.hw-video-author-name-row .hw-byline-names{display:inline-flex;align-items:center;min-width:0;font-size:14px;font-weight:600;line-height:1.25;color:var(--color-accent-300)}.hw-video-author-name-row .hw-byline-names a{color:var(--color-accent-300);text-decoration:none}.hw-video-author-name-row .hw-byline-verified{display:inline-flex;align-items:center;flex:0 0 auto;margin:0}.hw-video-author-name-row .hw-byline-verified .hw-verify-pill{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.hw-video-author-name-row .hw-byline-verified .hw-verify-label{display:none!important}.hw-video-author-name-row .hw-byline-verified svg{width:16px!important;height:16px!important;display:block}.hw-video-byline .hw-video-author-role,.hw-article-video-byline .hw-video-author-role{font-size:12px;line-height:1.35;color:var(--hw-quiet)}.hw-video-byline .hw-video-date,.hw-article-video-byline .hw-article-video-date{grid-column:2;grid-row:1;align-self:end;justify-self:end;padding-bottom:2px;font-size:12.5px;line-height:1.35;white-space:nowrap;color:var(--hw-quiet)}.hw-movie-actions{justify-content:center!important;width:100%!important;max-width:100%!important;margin:14px auto 0!important;gap:9px!important}.hw-movie-actions>.hw-watch-trailer{max-width:min(190px,calc(100% - 54px))!important;min-height:44px!important;transform:translateX(0);transition:width 240ms cubic-bezier(.22,.78,.18,1),max-width 240ms cubic-bezier(.22,.78,.18,1),padding 240ms cubic-bezier(.22,.78,.18,1),gap 240ms cubic-bezier(.22,.78,.18,1),transform 240ms cubic-bezier(.22,.78,.18,1)!important}.hw-watch-trailer-label{transition:max-width 240ms cubic-bezier(.22,.78,.18,1),opacity 160ms ease!important}@media(max-width:680px){.hw-video-byline,.hw-article-video-byline{grid-template-columns:minmax(0,1fr) auto!important;column-gap:12px!important;row-gap:10px!important;align-items:center!important;padding-bottom:18px!important}.hw-video-byline .hw-video-author,.hw-article-video-byline .hw-video-author{min-width:0!important}.hw-video-byline .hw-video-date,.hw-article-video-byline .hw-article-video-date{align-self:end!important;justify-self:end!important;max-width:42vw;padding-bottom:2px!important;font-size:11.5px!important;text-align:right}.hw-video-author-name-row .hw-video-author-name,.hw-video-author-name-row .hw-byline-names{font-size:13.5px}.hw-video-byline .hw-video-author-role,.hw-article-video-byline .hw-video-author-role{font-size:11.5px}.hw-movie-actions{justify-content:center!important;gap:8px!important}.hw-movie-actions>.hw-watch-trailer{max-width:min(178px,calc(100% - 52px))!important;padding-inline:15px!important}}@media(prefers-reduced-motion:reduce){.hw-movie-actions>.hw-watch-trailer,.hw-watch-trailer-label{transition-duration:.01ms!important}}html[data-hw-polarity="dark"]{color-scheme:dark}html[data-hw-polarity="dark"] body{background:var(--color-bg)!important;color:var(--hw-body-text,var(--color-text))}html[data-hw-polarity="dark"] :where(h1,h2,h3,h4,h5,h6,.hw-title,.hw-card-title,.hw-section-title){color:var(--hw-page-title,var(--color-text))}html[data-hw-polarity="dark"] :where(a:not(.btn):not(.tag)){color:var(--hw-link,var(--color-accent))}html[data-hw-polarity="dark"] :where(a:not(.btn):not(.tag)):hover,html[data-hw-polarity="dark"] :where(a:not(.btn):not(.tag)):focus-visible{color:var(--hw-link-hover,var(--color-accent))}html[data-hw-polarity="dark"] :where( h1,h2,h3,h4,h5,h6,.hw-title,.hw-card-title,.hw-feature-title,.hw-coverage-title,.hw-google-related-title,.hw-post-title,.hw-entry-title,.hw-section-title,.entry-title,.wp-block-post-title,.wp-block-query-title ),html[data-hw-polarity="dark"] :where(h1,h2,h3,h4,h5,h6) :where(a:any-link),html[data-hw-polarity="dark"] :where( a.hw-title,a.hw-card-title,a.hw-feature-title,a.hw-coverage-title,a.hw-google-related-title,a.hw-post-title,a.hw-entry-title,a.hw-section-title,a.entry-title,a.wp-block-post-title,a.wp-block-query-title ){color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] :where(h1,h2,h3,h4,h5,h6) :where(a:any-link):hover,html[data-hw-polarity="dark"] :where(h1,h2,h3,h4,h5,h6) :where(a:any-link):focus-visible,html[data-hw-polarity="dark"] :where( a.hw-title,a.hw-card-title,a.hw-feature-title,a.hw-coverage-title,a.hw-google-related-title,a.hw-post-title,a.hw-entry-title,a.hw-section-title,a.entry-title,a.wp-block-post-title,a.wp-block-query-title ):hover,html[data-hw-polarity="dark"] :where( a.hw-title,a.hw-card-title,a.hw-feature-title,a.hw-coverage-title,a.hw-google-related-title,a.hw-post-title,a.hw-entry-title,a.hw-section-title,a.entry-title,a.wp-block-post-title,a.wp-block-query-title ):focus-visible{color:var(--hw-link-hover,var(--hw-link,var(--color-accent)))!important}html[data-hw-polarity="dark"] :where(.hw-masthead,.hw-header,.hw-mobile-menu,.hw-sug){background:var(--hw-header-bg)!important;color:var(--hw-header-text)!important;border-color:var(--color-divider)}html[data-hw-polarity="dark"] .hw-masthead :where(a,button,svg),html[data-hw-polarity="dark"] .hw-search-compact,html[data-hw-polarity="dark"] .hw-search-icon{color:var(--hw-header-text)!important;fill:currentColor!important}html[data-hw-polarity="dark"] :where(.hw-search .input,.hw-search-inline .input,.hw-search-page-form .input,[type="search"]){background:var(--hw-search-bg)!important;color:var(--hw-search-text)!important;border-color:var(--hw-search-outline)!important;box-shadow:none!important}html[data-hw-polarity="dark"] :where(.hw-search .input,.hw-search-inline .input,.hw-search-page-form .input,[type="search"])::placeholder{color:var(--hw-meta)!important;opacity:1}html[data-hw-polarity="dark"] :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),textarea,select,.input){background:var(--hw-input-bg)!important;color:var(--hw-input-text)!important;border-color:var(--hw-input-outline)!important}html[data-hw-polarity="dark"] :where(input,textarea,select,.input):focus{border-color:var(--hw-link)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--hw-link) 34%,transparent)!important}html[data-hw-polarity="dark"] :where(.btn-primary,.hw-primary-button,.wp-element-button){background:var(--hw-button-bg)!important;border-color:var(--hw-button-bg)!important;color:var(--hw-button-text)!important}html[data-hw-polarity="dark"] :where(.btn-secondary,.btn-ghost){background:transparent!important;border-color:var(--color-divider)!important;color:var(--color-text)!important}html[data-hw-polarity="dark"] :where(.card,.hw-card,.hw-block,.hw-authorbox,.hw-comment-shell,.hw-comment-compose,.hw-comment-item,.hw-faq-item,.hw-verdict,.hw-spoiler,.hw-where,.hw-fact-card,.hw-movie-card,.hw-person-card,.hw-search-empty-main,.hw-search-recovery-card,.hw-google-related-card,.hw-google-feed-card,.hw-ranking-card,.hw-movie-guide-card){background:var(--hw-block-bg)!important;color:var(--hw-body-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.hw-card .card,.hw-block .card,.hw-faq-answer,.hw-comment-reply,.hw-table tbody tr:nth-child(even),.table tbody tr:nth-child(even)){background:var(--hw-block-alt-bg)!important}html[data-hw-polarity="dark"] :where(.hw-aside,.hw-sidebar,.hw-widget,.hw-rail){background-color:var(--hw-sidebar-bg);border-color:var(--color-divider)}html[data-hw-polarity="dark"] :where(.hw-nl,.hw-newsletter,.hw-google-newsletter,.hw-nl-style--google){background:var(--hw-newsletter-bg)!important;color:var(--hw-newsletter-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.hw-nl,.hw-newsletter,.hw-google-newsletter,.hw-nl-style--google) :where(h2,h3,p,label,small){color:inherit!important}html[data-hw-polarity="dark"] :where(.hw-footer,.hw-google-footer,footer.site-footer){background:var(--hw-footer-bg)!important;color:var(--hw-footer-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.hw-footer,.hw-google-footer,footer.site-footer) :where(a,p,span,small,summary){color:var(--hw-footer-text)!important}html[data-hw-polarity="dark"] :where(.hw-google-footer-more-panel,.hw-sug-panel,.hw-menu-panel,.hw-popover,.hw-dialog){background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-divider)!important;box-shadow:var(--shadow-lg)!important}html[data-hw-polarity="dark"] .hw-google-related-media{background:var(--hw-block-alt-bg)!important}html[data-hw-polarity="dark"] .hw-google-related-card.has-colour-effect:active{background:color-mix(in srgb,var(--hw-link) 12%,var(--hw-block-bg))!important}html[data-hw-polarity="dark"] .hw-google-footer-language{background:var(--hw-block-bg)!important;color:var(--hw-footer-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] .hw-google-footer-language:hover{background:var(--hw-block-alt-bg)!important}html[data-hw-polarity="dark"] .hw-byline-google .hw-crumbs span{color:var(--hw-body-text)!important}html[data-hw-polarity="dark"] :where(.table,table,.hw-box-office-table){background:transparent!important;color:var(--hw-body-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.table,table,.hw-box-office-table) :where(th,td){border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.table,table,.hw-box-office-table) thead{background:var(--hw-block-alt-bg)!important;color:var(--hw-page-title)!important}html[data-hw-polarity="dark"] :where(.hw-star,.hw-rating-star,.rating-star,[data-rating-star]){color:var(--hw-rating-star)!important}html[data-hw-polarity="dark"] :where(.is-positive,.trend-up,.hw-positive){color:var(--hw-rating-positive)!important}html[data-hw-polarity="dark"] :where(.is-neutral,.trend-flat,.hw-warning){color:var(--hw-rating-warning)!important}html[data-hw-polarity="dark"] :where(.is-negative,.trend-down,.hw-negative){color:var(--hw-rating-negative)!important}html[data-hw-polarity="dark"] :where(.tag:not(.tag-accent),.chip,.pill){background:var(--hw-block-alt-bg)!important;color:var(--hw-body-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where(.hw-ph,.hw-media-placeholder){background:linear-gradient(135deg,var(--hw-block-alt-bg),var(--hw-block-bg))!important;color:var(--hw-meta)!important}html[data-hw-polarity="dark"] :where(hr,.separator){border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] :where([style*="background:#fff"],[style*="background:#fff"],[style*="background:#ffffff"],[style*="background:#ffffff"]):not(img):not(svg){background:var(--hw-block-bg)!important}html[data-hw-polarity="dark"] :where([style*="color:#202124"],[style*="color:#202124"],[style*="color:#3c4043"],[style*="color:#3c4043"]){color:var(--hw-body-text)!important}html[data-hw-polarity="dark"] .entry-content :where( .wp-block-group,.wp-block-columns,.wp-block-column,.wp-block-media-text,.wp-block-details,.wp-block-table,.wp-block-quote,.wp-block-pullquote,.wp-block-search,.wp-block-latest-posts,.wp-block-categories,.wp-block-archives,.wp-block-comments,.wp-block-post-comments-form,.wp-block-query ):not(.has-background){color:var(--hw-body-text)}html[data-hw-polarity="dark"] :where( .has-white-background-color,.has-base-background-color,.wp-block-group.has-white-background-color,.wp-block-group.has-base-background-color,.wp-block-column.has-white-background-color,.wp-block-column.has-base-background-color ){background-color:var(--hw-block-bg)!important;color:var(--hw-body-text)!important}html[data-hw-polarity="dark"] :where(.has-black-color,.has-contrast-color,.has-base-2-color){color:var(--hw-body-text)!important}html[data-hw-polarity="dark"] .entry-content :where(.wp-block-quote,.wp-block-pullquote,.wp-block-details,.wp-block-table){border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] .entry-content :where(pre,code,.wp-block-code,.wp-block-preformatted){background:var(--hw-block-alt-bg)!important;color:var(--hw-body-text)!important;border-color:var(--color-divider)!important}html[data-hw-polarity="dark"] .entry-content .wp-block-separator{color:var(--color-divider);border-color:var(--color-divider)}html[data-hw-polarity="dark"] .entry-content :where(figcaption,.wp-element-caption,.wp-block-image figcaption,.wp-block-embed figcaption){color:var(--hw-meta)!important}html[data-hw-polarity="dark"] .entry-content :where(.wp-block-button__link,.wp-element-button){background:var(--hw-button-bg);color:var(--hw-button-text)}html[data-hw-polarity="dark"] .entry-content .is-style-outline>.wp-block-button__link{background:transparent!important;color:var(--hw-link)!important;border-color:var(--hw-link)!important}html[data-hw-polarity="dark"] :where(.hw-search-compact,.hw-burger,.btn-icon) svg{color:var(--hw-header-text)!important;fill:currentColor!important}.hw-mode-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:58px;height:36px;padding:5px 8px;border:1px solid var(--color-divider)!important;border-radius:999px!important;background:color-mix(in srgb,var(--color-surface) 92%,transparent)!important;color:var(--color-text)!important;box-shadow:none!important;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.hw-mode-toggle:hover,.hw-mode-toggle:focus-visible{border-color:var(--color-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 18%,transparent)!important}.hw-mode-toggle>[data-hw-icon]{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:none}.hw-mode-toggle>[data-hw-icon][hidden]{display:none!important}.hw-mode-toggle>[data-hw-icon],.hw-mode-toggle-track,.hw-mode-toggle-thumb{pointer-events:none}.hw-mode-toggle-track{position:relative;display:inline-flex;align-items:center;width:32px;height:18px;padding:2px;flex:none;border-radius:999px;background:color-mix(in srgb,var(--color-text) 18%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-text) 14%,transparent);transition:background-color .22s ease,box-shadow .22s ease}.hw-mode-toggle-thumb{display:block;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.32);transform:translateX(0);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.hw-mode-toggle[aria-pressed="true"] .hw-mode-toggle-track{background:var(--color-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 76%,#000)}.hw-mode-toggle[aria-pressed="true"] .hw-mode-toggle-thumb{transform:translateX(14px)}.hw-mode-toggle--header,.hw-nav-mode-row{display:none}html[data-hw-polarity="dark"] .hw-mode-toggle{background:var(--hw-block-alt-bg,var(--color-surface))!important;border-color:var(--color-divider)!important;color:var(--hw-header-text,#fff)!important}html[data-hw-polarity="dark"] .hw-mode-toggle:hover,html[data-hw-polarity="dark"] .hw-mode-toggle:focus-visible{border-color:var(--hw-link,var(--color-accent))!important}@media(min-width:901px){.hw-masthead-top>.hw-mode-toggle--header{display:inline-flex!important;flex:none;z-index:5}}@media(max-width:900px){.hw-masthead-top>.hw-mode-toggle--header{display:none!important}.hw-nav-mode-row{display:flex!important;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:auto;padding:18px 4px max(4px,env(safe-area-inset-bottom));border-top:1px solid var(--color-divider)}.hw-nav-mode-copy{display:flex;flex-direction:column;gap:3px;min-width:0;color:var(--color-text)}.hw-nav-mode-copy strong{font-size:14px;line-height:1.2;font-weight:700}.hw-nav-mode-copy small{font-size:11px;line-height:1.2;color:var(--hw-meta,var(--hw-quiet))}.hw-mode-toggle--mobile{min-width:64px;height:40px;padding-inline:9px;flex:none}.hw-mode-toggle--mobile .hw-mode-toggle-track{width:36px;height:20px}.hw-mode-toggle--mobile .hw-mode-toggle-thumb{width:16px;height:16px}.hw-mode-toggle--mobile[aria-pressed="true"] .hw-mode-toggle-thumb{transform:translateX(16px)}}@media(prefers-reduced-motion:reduce){.hw-mode-toggle,.hw-mode-toggle-track,.hw-mode-toggle-thumb{transition-duration:.01ms!important}}html[data-hw-polarity="dark"] :where( h1,h2,h3,h4,h5,h6,.wp-block-heading,.wp-block-post-title,.wp-block-query-title,.widget-title,[class~="card-title"],[class$="-title"],[class*="-title "],[class$="-heading"],[class*="-heading "],.hwt-ranking-head h2,.hwt-ranking-title-row h3 ){color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] :where( .hw-kicker-text,.hw-sidebar .hw-kicker-text,.hw-aside .hw-kicker-text,.hw-sidebar :where(h2,h3,h4),.hw-aside :where(h2,h3,h4) ){color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] :where(.hw-kicker-rule,.hw-sidebar .hw-kicker-rule,.hw-aside .hw-kicker-rule){background:var(--hw-link,#8ab4f8)!important}html[data-hw-polarity="dark"] :where(a:hover,a:focus-visible) :where( h1,h2,h3,h4,h5,h6,.wp-block-heading,.wp-block-post-title,.wp-block-query-title,[class~="card-title"],[class$="-title"],[class*="-title "],[class$="-heading"],[class*="-heading "],.hwt-ranking-title-row h3 ),html[data-hw-polarity="dark"] :where(a:hover,a:focus-visible):where( .wp-block-post-title,.wp-block-query-title,[class~="card-title"],[class$="-title"],[class*="-title "],[class$="-heading"],[class*="-heading "] ){color:var(--hw-link-hover,#aecbfa)!important}html[data-hw-polarity="dark"] :where( .hw-lead-title,.hw-cat-title,.hw-trend-title,.hw-sb-review-title,.hw-wire-title,.hw-review-title,.hw-video-title,.hw-feature-title,.hw-feature-card .card-title,.hw-soon-title,.hw-poster-title ){color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] :where( .hw-lead-card,.hw-cat-row,.hw-trend-item,.hw-sb-review,.hw-wire-item,.hw-review-card,.hw-video-card,.hw-feature-lead,.hw-feature-card,.hw-soon-item,.hw-poster-card ):is(:hover,:focus-visible) :where( .hw-lead-title,.hw-cat-title,.hw-trend-title,.hw-sb-review-title,.hw-wire-title,.hw-review-title,.hw-video-title,.hw-feature-title,.card-title,.hw-soon-title,.hw-poster-title ){color:var(--hw-link-hover,#aecbfa)!important}html[data-hw-polarity="dark"] :where( .hwt-movie-ranking,.hwt-ranking-list,.hwt-ranking-card,.hwt-hub-stats div,.hwt-ranking-editor ){color:var(--hw-body-text,#f1f3f4)!important}html[data-hw-polarity="dark"] :where(.hwt-ranking-card,.hwt-hub-stats div){background:var(--hw-block-bg,#101010)!important;border-color:var(--color-divider,#303134)!important;box-shadow:0 0 0 1px var(--color-divider,#303134)!important}html[data-hw-polarity="dark"] :where( .hwt-ranking-rating,.hwt-ranking-method,.hwt-ranking-empty,.hwt-ranking-poster,.hwt-hub-stats ){background:var(--hw-block-alt-bg,#171717)!important;border-color:var(--color-divider,#303134)!important}html[data-hw-polarity="dark"] .hwt-ranking-title-row :where(h3,h3 a){color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] .hwt-ranking-title-row h3 a:is(:hover,:focus-visible){color:var(--hw-link-hover,#aecbfa)!important}html[data-hw-polarity="dark"] :where(.hwt-ranking-copy p,.hwt-ranking-head p){color:var(--hw-body-text,#f1f3f4)!important}html[data-hw-polarity="dark"] :where(.hwt-ranking-meta,.hwt-ranking-rating small,.hwt-ranking-method,.hwt-ranking-empty,.hwt-hub-stats span){color:var(--hw-meta,#9aa0a6)!important}html[data-hw-polarity="dark"] .hwt-ranking-link{color:var(--hw-link,#8ab4f8)!important}html[data-hw-polarity="dark"] .hwt-ranking-link:is(:hover,:focus-visible){color:var(--hw-link-hover,#aecbfa)!important}html[data-hw-polarity="dark"] :where( .hw-movie-hub-link,.hw-movie-hub-demo-notice,.hw-movie-hub-related,.hw-movie-guide-card,.hw-ranking-card ){border-color:var(--color-divider,#303134)!important}html[data-hw-polarity="dark"] :where(.hw-movie-hub-link,.hw-movie-guide-card,.hw-ranking-card){background:var(--hw-block-bg,#101010)!important}html[data-hw-polarity="dark"] .hw-movie-hub-link span{color:var(--hw-page-title,#fff)!important}html[data-hw-polarity="dark"] .hw-movie-hub-link:is(:hover,:focus-visible) span{color:var(--hw-link-hover,#aecbfa)!important}@media(min-width:901px){.hw-masthead-top{gap:clamp(12px,1.35vw,20px)!important;padding-bottom:9px!important}.hw-masthead-top>.hw-flex1{min-width:clamp(18px,3vw,52px)}.hw-masthead-top>.hw-search{margin-inline-start:clamp(6px,1vw,14px)}.hw-masthead-top>.hw-mode-toggle--header{margin-inline-start:2px}.hw-nav{padding-top:10px!important}.hw-nav ul{column-gap:clamp(18px,2vw,28px)}}html[data-hw-polarity="light"]{--hw-light-accent-text:color-mix(in srgb,var(--color-accent) 76%,#000 24%);--hw-light-accent-hover:color-mix(in srgb,var(--color-accent) 86%,#000 14%)}html[data-hw-polarity="light"] :where( .hw-kicker-text,.hw-verdict-label,.hw-spoiler-kicker,.hw-comments-kicker,.hw-verify-label,.hw-factcheck-pill span,.hw-day-label,.hw-eyebrow,.hw-sug-title,.hw-sug-tag,.hw-sug-all,.hw-score-label,.hw-rating-label,.hw-comment-form-status.is-success){color:var(--hw-light-accent-text)!important}html[data-hw-polarity="light"] :where( .hw-comment-compose-trigger:hover,.hw-comment-compose-trigger:focus-visible ){color:var(--hw-light-accent-hover)!important}html[data-hw-polarity="light"] :where(.hw-verify-pill,.hw-verify-label){border-color:color-mix(in srgb,var(--hw-light-accent-text) 52%,var(--color-divider))!important}html[data-hw-polarity="light"] :where(.hw-cat-row,.hw-news-row){color:var(--color-text)!important}html[data-hw-polarity="light"] :where(.hw-cat-row .hw-cat-title,.hw-news-row .hw-news-title){color:var(--color-text)!important}html[data-hw-polarity="light"] :where(.hw-cat-row,.hw-news-row):is(:hover,:focus-visible) :where(.hw-cat-title,.hw-news-title){color:var(--hw-light-accent-hover)!important}[data-hw-logo="header"] .hw-logo-img{width:auto;max-height:46px;object-fit:contain}[data-hw-logo="footer"] .hw-logo-img{width:auto;max-height:42px;object-fit:contain}.hw-auto-rail-sentinel{display:block;width:1px;height:1px;min-width:1px;flex:0 0 1px;scroll-snap-align:end;pointer-events:none}.hw-auto-rail-sentinel[hidden]{display:none!important}@media(max-width:900px){html{-webkit-text-size-adjust:100%}:where(.hw-search .input,.hw-search-inline .input,.hw-search-page-form .input,.hw-error-search-field .input,input[type="search"]){font-size:16px!important;transform:none!important;zoom:1!important}}@media(min-width:901px) and (max-width:1399px){.hw-masthead-top{padding-bottom:8px!important}.hw-masthead-top>.hw-search .input{width:clamp(190px,24vw,252px)}.hw-nav{position:static!important;inset:auto!important;transform:none!important;width:min(100%,var(--hw-content-w,1240px))!important;max-width:var(--hw-content-w,1240px)!important;min-height:0!important;margin:0 auto!important;padding:8px 32px 13px!important}.hw-nav>ul{width:100%;justify-content:center;flex-wrap:wrap;row-gap:8px;column-gap:clamp(16px,2.4vw,28px)}.hw-nav-badge{margin-left:0}}@media(min-width:1400px){.hw-masthead-top>.hw-search .input{width:clamp(198px,16vw,242px)}.hw-nav{max-width:var(--hw-content-w,1240px)!important}.hw-nav>ul{justify-content:center;flex-wrap:wrap;row-gap:7px;column-gap:clamp(18px,1.8vw,28px)}}.hw-verify .hw-verify-tip{box-sizing:border-box;max-width:calc(100vw - 24px);overflow-wrap:anywhere;white-space:normal}@media(min-width:701px){.hw-verify .hw-verify-tip{left:50%;right:auto;width:min(320px,calc(100vw - 24px));transform:translateX(-50%)}}@media(max-width:700px){.hw-verify .hw-verify-tip{position:fixed!important;inset:auto 12px max(12px,env(safe-area-inset-bottom)) 12px!important;width:auto!important;max-width:none!important;max-height:min(72dvh,560px);padding:18px!important;border-radius:18px!important;transform:none!important;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:10020!important}}html[data-hw-polarity="dark"] .hw-verify .hw-verify-tip{background:var(--color-surface,#171717);color:var(--color-text,#f1f3f4);border:1px solid var(--color-divider,rgba(255,255,255,.16))}@media(max-width:900px){.hw-nav{border:0!important;outline:0!important;box-shadow:none!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(calc(-100% - 28px))!important;transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease,visibility 0s linear .24s!important;will-change:transform}.hw-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)!important;box-shadow:var(--shadow-lg)!important;transition-delay:0s!important}.hw-nav-scrim[hidden]{display:none!important}.hw-nav-scrim:not([hidden]){display:block!important}body:not(.hw-nav-open) .hw-nav{box-shadow:none!important}}.hw-article-video-byline{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;column-gap:14px!important;row-gap:0!important}.hw-article-video-byline .hw-article-video-author{grid-column:1;grid-row:1;min-width:0}.hw-article-video-byline .hw-video-author-copy{gap:3px}.hw-article-video-byline .hw-video-author-name-row{flex-wrap:wrap;column-gap:6px;row-gap:2px}.hw-article-inline-role{display:inline-flex;align-items:center;min-width:0;font-size:12px;font-weight:500;line-height:1.3;color:var(--hw-quiet)}.hw-article-inline-role-separator{margin-inline-end:1px;color:var(--hw-quiet)}.hw-article-video-byline .hw-article-author-date{display:block;margin:0;padding:0;font-size:12px;line-height:1.35;white-space:nowrap;color:var(--hw-quiet)}@media(max-width:680px){.hw-article-video-byline{column-gap:10px!important}.hw-article-inline-role{font-size:11.5px}.hw-article-video-byline .hw-article-author-date{font-size:11.5px}}@media(min-width:901px){.hw-nav[aria-hidden="true"]{visibility:visible!important;pointer-events:auto!important;opacity:1!important}.hw-nav{pointer-events:auto!important}.hw-nav a{pointer-events:auto!important}}.hw-verify{cursor:pointer;outline:none}.hw-verify:focus-visible .hw-verify-pill{box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px color-mix(in srgb,var(--color-accent) 70%,transparent)!important}.hw-verify .hw-verify-tip,body>.hw-verify-tip{position:fixed!important;inset:auto!important;top:var(--hw-verify-top,0)!important;left:var(--hw-verify-left,0)!important;right:auto!important;bottom:auto!important;box-sizing:border-box!important;width:var(--hw-verify-width,min(320px,calc(100vw - 24px)))!important;max-width:calc(100vw - 24px)!important;max-height:var(--hw-verify-max-height,min(58dvh,480px))!important;padding:14px 15px!important;border:1px solid var(--color-divider)!important;border-radius:14px!important;background:var(--color-surface)!important;box-shadow:var(--shadow-lg)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:10060!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-7px) scale(.95)!important;transform-origin:top right!important;transition:opacity .17s cubic-bezier(.2,.7,.2,1),transform .21s cubic-bezier(.2,.8,.2,1),visibility 0s linear .21s!important}body>.hw-verify-tip[data-hw-verify-side="left"]{transform-origin:top left!important}.hw-verify:hover .hw-verify-tip:not(.is-open),.hw-verify:focus-within .hw-verify-tip:not(.is-open){opacity:0!important;visibility:hidden!important;pointer-events:none!important}body>.hw-verify-tip.is-open,.hw-verify .hw-verify-tip.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;transition-delay:0s!important}body.hw-nav-open>.hw-verify-tip{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:700px){.hw-verify .hw-verify-tip,body>.hw-verify-tip{width:var(--hw-verify-width,min(300px,calc(100vw - 24px)))!important;max-width:calc(100vw - 24px)!important;max-height:var(--hw-verify-max-height,min(55dvh,430px))!important;padding:14px!important;border-radius:14px!important;font-size:11.5px!important}}@media(prefers-reduced-motion:reduce){.hw-verify-tip{transition-duration:.01ms!important}}.hw-movie-hub{--hw-hub-content:1040px;--hw-hub-intro:800px}.hw-movie-hub-body,.hw-hub-summary,.hw-hub-low-data,.hw-hub-entities{width:100%;max-width:var(--hw-hub-content);margin-inline:auto}.hw-movie-hub-body>.hw-hub-intro,.hw-movie-hub-body>.hw-hub-methodology{max-width:var(--hw-hub-intro);margin-inline:auto}.hw-hub-summary{display:flex;align-items:stretch;gap:9px;margin-top:-4px;margin-bottom:28px;padding:4px 1px 8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scroll-snap-type:x proximity}.hw-hub-summary-item{flex:0 0 auto;min-width:126px;display:grid;gap:3px;padding:11px 13px;border:1px solid var(--divider);border-radius:13px;background:var(--surface);color:var(--text);text-decoration:none;scroll-snap-align:start;transition:border-color .18s ease,transform .18s ease,background .18s ease}.hw-hub-summary-item small{font-size:.69rem;font-weight:750;letter-spacing:.035em;text-transform:uppercase;color:var(--muted)}.hw-hub-summary-item strong{font-size:.9rem;line-height:1.25}.hw-hub-summary-item:is(:hover,:focus-visible){border-color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,var(--surface));transform:translateY(-1px)}.hw-hub-low-data{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin-bottom:26px;padding:14px 16px;border:1px dashed color-mix(in srgb,var(--accent) 46%,var(--divider));border-radius:14px;background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.hw-hub-low-data>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent);font-size:1.25rem;font-weight:800}.hw-hub-low-data strong{display:block;font-size:.95rem}.hw-hub-low-data p{margin:3px 0 0;color:var(--muted);font-size:.84rem;line-height:1.45}.hw-hub-low-data a{font-size:.84rem;font-weight:800;color:var(--accent);text-decoration:none;white-space:nowrap}.hw-hub-low-data a:is(:hover,:focus-visible){text-decoration:underline;text-underline-offset:3px}.hw-hub-duplicate-notice a{font-weight:800;color:inherit}.hw-hub-entities{margin-top:50px;padding-top:30px;border-top:1px solid var(--divider)}.hw-hub-entities>h2{margin:9px 0 20px;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.12}.hw-hub-entity-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hw-hub-entity-group{min-width:0;padding:17px;border:1px solid var(--divider);border-radius:16px;background:var(--surface)}.hw-hub-entity-group h3{margin:0 0 11px;font-size:.77rem;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.hw-hub-entity-links{display:flex;flex-wrap:wrap;gap:7px}.hw-hub-entity-links a{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:7px 10px;border-radius:999px;background:var(--section);color:var(--text);font-size:.82rem;font-weight:750;line-height:1.2;text-decoration:none;white-space:normal}.hw-hub-entity-links a span{color:var(--accent)}.hw-hub-entity-links a:is(:hover,:focus-visible){background:color-mix(in srgb,var(--accent) 12%,var(--section));color:var(--accent)}.hw-hub-more-wrap{display:flex;justify-content:center;margin:17px 0 5px}.hw-hub-more{min-width:min(100%,220px);justify-content:center}.hwt-ranking-card.is-hub-revealing{animation:hwHubReveal .34s cubic-bezier(.2,.8,.2,1) both}@keyframes hwHubReveal{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hwt-ranking-card.is-hub-revealing{animation:none}}:is(.hw-movie-hub .hwt-movie-ranking.is-style-compact,.hw-movie-hub.hw-hub-card-style--compact .hwt-movie-ranking) .hwt-ranking-card{grid-template-columns:86px minmax(0,1fr);gap:13px;padding:12px;border-radius:14px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-compact,.hw-movie-hub.hw-hub-card-style--compact .hwt-movie-ranking) .hwt-ranking-copy>p{display:none}:is(.hw-movie-hub .hwt-movie-ranking.is-style-compact,.hw-movie-hub.hw-hub-card-style--compact .hwt-movie-ranking) .hwt-ranking-number{min-width:30px;height:30px;font-size:.86rem}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-list{grid-template-columns:repeat(2,minmax(0,1fr))}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-card{grid-template-columns:104px minmax(0,1fr);gap:14px;padding:13px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-title-row{display:grid;gap:8px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-rating{justify-self:start}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-copy>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:.9rem}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-card{display:flex;flex-direction:column;gap:12px;padding:10px;border-radius:15px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-poster{width:100%}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-title-row{display:grid;gap:7px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-title-row h3{font-size:1rem}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) :is(.hwt-ranking-copy>p,.hwt-ranking-link){display:none}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-meta{display:grid;gap:3px;font-size:.74rem}:is(.hw-movie-hub .hwt-movie-ranking.is-style-editorial,.hw-movie-hub.hw-hub-card-style--editorial .hwt-movie-ranking) .hwt-ranking-card{border-left:4px solid color-mix(in srgb,var(--accent) 75%,transparent)}html[data-hw-polarity="dark"] :is(.hw-hub-summary-item,.hw-hub-entity-group){background:var(--hw-block-bg,#101010);border-color:var(--color-divider,#303134)}html[data-hw-polarity="dark"] .hw-hub-summary-item:is(:hover,:focus-visible){background:color-mix(in srgb,var(--hw-link,#8ab4f8) 12%,var(--hw-block-bg,#101010))}html[data-hw-polarity="dark"] .hw-hub-low-data{background:color-mix(in srgb,var(--hw-link,#8ab4f8) 7%,var(--hw-block-bg,#101010));border-color:color-mix(in srgb,var(--hw-link,#8ab4f8) 44%,var(--color-divider,#303134))}html[data-hw-polarity="dark"] .hw-hub-entity-links a{background:var(--hw-block-alt-bg,#171717);color:var(--hw-body-text,#f1f3f4)}html[data-hw-polarity="dark"] .hw-hub-entity-links a:is(:hover,:focus-visible){color:var(--hw-link-hover,#aecbfa);background:color-mix(in srgb,var(--hw-link,#8ab4f8) 14%,var(--hw-block-alt-bg,#171717))}@media(max-width:900px){:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.hw-hub-summary{margin-bottom:21px;padding-bottom:7px}.hw-hub-summary-item{min-width:116px;padding:10px 11px;border-radius:12px}.hw-hub-low-data{grid-template-columns:auto minmax(0,1fr);padding:13px}.hw-hub-low-data a{grid-column:2;justify-self:start}.hw-hub-entity-groups{grid-template-columns:1fr;gap:10px}.hw-hub-entity-group{padding:14px;border-radius:14px}.hw-hub-entities{margin-top:38px;padding-top:22px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-comparison,.hw-movie-hub.hw-hub-card-style--comparison .hwt-movie-ranking) .hwt-ranking-list{grid-template-columns:1fr}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-card{display:flex!important;grid-template-columns:none!important;padding:8px!important;gap:9px!important}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-title-row h3{font-size:.92rem!important}:is(.hw-movie-hub .hwt-movie-ranking.is-style-poster-grid,.hw-movie-hub.hw-hub-card-style--poster-grid .hwt-movie-ranking) .hwt-ranking-rating{padding:5px 7px}}body:not(.home) .hw-wire-main>:is(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){box-sizing:border-box!important;gap:clamp(14px,1.5vw,22px)!important;margin-block:12px!important;padding:var(--pvox-card-inset)!important;border:1px solid var(--color-divider)!important;border-radius:var(--radius-md,14px)!important;background:var(--color-surface)!important;background-image:none!important;overflow:hidden!important}body:not(.home) .hw-wire-main>:is(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result)>:is(.hw-thumb,.hw-author-row-media){margin:0!important;flex:none;border-radius:calc(var(--radius-md,14px) - 5px)!important;overflow:hidden!important}html[data-hw-polarity="light"] body:not(.home) .hw-wire-main>:is(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){background:#f8f9fa!important;border-color:#dadce0!important}html[data-hw-polarity="dark"] body:not(.home) .hw-wire-main>:is(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){background:#101010!important;border-color:#303134!important}.pvox-contact{padding-bottom:64px}.pvox-contact-hero{max-width:900px;padding:18px 0 36px}.pvox-contact-hero h1{max-width:16ch;margin:12px 0;font-size:clamp(42px,7vw,78px);line-height:.98;letter-spacing:-.045em}.pvox-contact-hero>p{max-width:68ch;margin:0;color:var(--hw-soft);font-size:clamp(17px,2vw,21px);line-height:1.58}.pvox-contact-routes{margin-bottom:42px}.pvox-contact-routes>h2{margin:0 0 16px;font-size:clamp(24px,3vw,34px)}.pvox-contact-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pvox-contact-route{position:relative;min-width:0;padding:22px 56px 22px 22px;border:1px solid var(--color-divider);border-radius:18px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.pvox-contact-route-mark{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface));color:var(--color-accent);font-size:17px}.pvox-contact-route h3{margin:0 0 8px;font-size:19px}.pvox-contact-route p{min-height:3em;margin:0 0 18px;color:var(--hw-soft);font-size:14px;line-height:1.55}.pvox-contact-route a{color:var(--color-accent);font-size:13px;font-weight:750;text-decoration:none;overflow-wrap:anywhere}.pvox-contact-layout{align-items:start}.pvox-contact-main{display:grid;gap:18px;min-width:0}.pvox-contact-form-card,.pvox-contact-facts{box-sizing:border-box;padding:clamp(20px,3vw,34px);border:1px solid var(--color-divider);border-radius:20px;background:var(--color-surface)}.pvox-contact-section-head span{color:var(--color-accent);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.pvox-contact-section-head h2{margin:7px 0 18px;font-size:clamp(28px,4vw,42px)}.pvox-contact-config-note{padding:14px;border:1px dashed var(--color-divider);border-radius:12px;color:var(--hw-soft)}.pvox-contact-privacy{margin:16px 0 0;color:var(--hw-quiet);font-size:12px}.pvox-contact-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;overflow:hidden}.pvox-contact-facts>div{display:grid;gap:7px;padding:20px 22px;border-bottom:1px solid var(--color-divider)}.pvox-contact-facts>div:nth-child(odd){border-right:1px solid var(--color-divider)}.pvox-contact-facts>div:nth-last-child(-n+2){border-bottom:0}.pvox-contact-facts span{color:var(--hw-quiet);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pvox-contact-facts strong{font-size:14px;line-height:1.55}.pvox-contact .wpcf7{margin-top:20px}.pvox-contact .wpcf7 form{display:grid;gap:15px}.pvox-contact .wpcf7 label{display:grid;gap:7px;color:var(--color-text);font-size:13px;font-weight:700}.pvox-contact .wpcf7 :is(input:not([type=submit]):not([type=checkbox]):not([type=radio]),textarea,select){box-sizing:border-box;width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--color-divider);border-radius:12px;background:var(--color-bg);color:var(--color-text);font:inherit}.pvox-contact .wpcf7 textarea{min-height:150px;resize:vertical}.pvox-contact .wpcf7 :is(input,textarea,select):focus{outline:var(--hw-focus-ring-width,2px) solid var(--hw-focus-ring,var(--color-accent));outline-offset:2px;border-color:var(--color-accent)}.pvox-contact .wpcf7 input[type=submit]{min-height:44px;padding:10px 20px;border:1px solid var(--color-accent);border-radius:12px;background:var(--color-accent);color:#fff;font:700 14px/1 var(--font-body);cursor:pointer}.pvox-contact .wpcf7 .wpcf7-not-valid-tip{margin-top:5px;color:var(--hw-semantic-editorial,#c5221f);font-size:12px}.pvox-contact .wpcf7 .wpcf7-response-output{margin:4px 0 0!important;padding:12px 14px!important;border-radius:12px!important}@media(max-width:920px){.pvox-contact-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){body:not(.home) .hw-wire-main>:is(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){padding:11px!important}.pvox-contact{padding-bottom:38px}.pvox-contact-hero{padding-bottom:28px}.pvox-contact-route-grid{grid-template-columns:1fr}.pvox-contact-route p{min-height:0}.pvox-contact-facts{grid-template-columns:1fr}.pvox-contact-facts>div,.pvox-contact-facts>div:nth-child(odd){border-right:0;border-bottom:1px solid var(--color-divider)}.pvox-contact-facts>div:last-child{border-bottom:0}}.hw-movie-hub .hwt-movie-ranking .hwt-ranking-card[hidden]{display:none!important}@media (hover:none),(pointer:coarse){.hw-related-load-btn:hover{background:var(--hw-related-load-bg)!important;border-color:var(--hw-related-outline)!important;box-shadow:none!important}}@media(min-width:901px){.hw-masthead{position:relative}.hw-masthead-top{min-height:70px;flex-wrap:nowrap;align-items:center}.hw-nav{position:absolute!important;inset-block:0 auto!important;inset-inline-start:var(--hw-nav-safe-left,32px)!important;inset-inline-end:var(--hw-nav-safe-right,32px)!important;width:auto!important;max-width:none!important;min-width:0!important;min-height:70px!important;margin:0!important;padding:0!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;pointer-events:none}.hw-nav>ul{width:auto!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:var(--hw-header-menu-link-gap,20px)!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;pointer-events:auto}.hw-nav>ul::-webkit-scrollbar{display:none}.hw-nav a{display:inline-flex;align-items:center;min-height:44px;white-space:nowrap}}@media(min-width:901px) and (max-width:1399px){.hw-nav{position:absolute!important;inset-block:0 auto!important;inset-inline-start:var(--hw-nav-safe-left,32px)!important;inset-inline-end:var(--hw-nav-safe-right,32px)!important;width:auto!important;max-width:none!important;min-height:70px!important;margin:0!important;padding:0!important}.hw-nav>ul{flex-wrap:nowrap!important;row-gap:0!important}}.hw-person-hero .hw-cast-social-links,.hw-person-main .hw-cast-social-links{margin-top:var(--hw-person-social-image-gap,24px)!important;gap:var(--hw-person-social-icon-gap,10px)!important}.hwsi-profiles--cast-inline{gap:var(--hw-person-social-icon-gap,10px)!important}.hw-profession-role,.hw-profession-role:hover,.hw-profession-role:focus-visible,.hw-profession-genres .tag,.hw-performance-genres .tag,.hw-profession-genres .tag:hover,.hw-performance-genres .tag:hover{text-decoration:none!important}.hw-box-office-google-table tbody tr:hover{background:var(--hw-bo-row-hover-bg,#e8f0fe)!important;color:var(--hw-bo-row-hover-text,#202124)!important}.hw-box-office-google-table tbody tr:hover :where(td,small,span){color:inherit}.hw-box-office-google-table tbody tr:hover :where(a,.hw-card-title,.hw-title){color:var(--hw-bo-row-hover-link,#174ea6)!important;text-decoration:none!important}.hw-box-office-google-table .hw-tnum{color:var(--hw-bo-value,#174ea6)!important}html[data-hw-polarity="dark"] .hw-box-office-google-table tbody tr:hover{background:var(--hw-bo-dark-row-hover-bg,#172033)!important;color:var(--hw-bo-dark-row-hover-text,#f1f3f4)!important}html[data-hw-polarity="dark"] .hw-box-office-google-table tbody tr:hover :where(a,.hw-card-title,.hw-title){color:var(--hw-bo-dark-row-hover-link,#8ab4f8)!important}html[data-hw-polarity="dark"] .hw-box-office-google-table .hw-tnum{color:var(--hw-bo-dark-value,#8ab4f8)!important}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google){background:var(--hw-google-newsletter-bg,#101010)!important;color:var(--hw-google-newsletter-text,#f1f3f4)!important}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google) :where(p,.hw-nl-desc,.hw-nl-privacy,small){color:var(--hw-google-newsletter-muted,#bdc1c6)!important}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google) :where(input[type="email"],.input){background:var(--hw-google-newsletter-input,#000)!important;color:var(--hw-google-newsletter-input-text,#f1f3f4)!important;border-color:var(--hw-google-newsletter-input-outline,#5f6368)!important}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google) :where(input[type="email"],.input)::placeholder{color:color-mix(in srgb,var(--hw-google-newsletter-input-text,#f1f3f4) 62%,transparent)!important;opacity:1}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google) :where(.btn,.wp-element-button,button[type="submit"]){background:var(--hw-google-newsletter-button,#1976d2)!important;color:var(--hw-google-newsletter-button-text,#fff)!important;border-color:var(--hw-google-newsletter-button,#1976d2)!important}html[data-hw-polarity="dark"] :where(.hw-newsletter-google,.hw-nl-style--google) :where(.btn,.wp-element-button,button[type="submit"]):is(:hover,:focus-visible){background:color-mix(in srgb,var(--hw-google-newsletter-button,#1976d2) 84%,#000 16%)!important;color:var(--hw-google-newsletter-button-text,#fff)!important}body.hw-gb-hover-outline-off :where( [data-hw-gb],.wp-block-details.is-style-hw-faq,.wp-block-quote.is-style-hw-prototype-quote,.wp-block-table ):hover{outline:none!important;border-color:var(--hw-article-block-outline,var(--color-divider))!important;box-shadow:none!important}body.hw-gb-hover-outline-off.hw-blocks-google [data-hw-gb]:hover{border-color:var(--hw-article-block-outline,var(--color-divider))!important;box-shadow:none!important}body.hw-gb-hover-outline-on :where([data-hw-gb],.wp-block-details.is-style-hw-faq):hover{outline:1px solid var(--hw-gutenberg-hover-outline,#1976d2);outline-offset:2px}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:var(--hw-focus-width,2px) solid var(--hw-focus-ring,var(--color-accent))!important;outline-offset:3px}.hw-touch-targets-on :where( .btn,.hw-burger,.hw-search-compact,.hw-mode-toggle,.hw-lightbox-control,.hw-filter-drawer-close,.hw-archive-filter-toggle,.hw-verify-close,.hw-comment-load-more,.hw-related-load-btn ){min-block-size:var(--hw-touch-target,44px);min-inline-size:var(--hw-touch-target,44px)}.hw-touch-targets-on :where(input[type="checkbox"],input[type="radio"]){min-inline-size:20px;min-block-size:20px}.hw-semantic-colours-on .hw-state-info{--hw-state-bg:var(--hw-semantic-info);--hw-state-text:var(--hw-on-info)}.hw-semantic-colours-on .hw-state-success{--hw-state-bg:var(--hw-semantic-success);--hw-state-text:var(--hw-on-success)}.hw-semantic-colours-on .hw-state-warning{--hw-state-bg:var(--hw-semantic-warning);--hw-state-text:var(--hw-on-warning)}.hw-semantic-colours-on .hw-state-editorial{--hw-state-bg:var(--hw-semantic-editorial);--hw-state-text:var(--hw-on-editorial)}.hw-semantic-colours-on :where(.hw-state-info,.hw-state-success,.hw-state-warning,.hw-state-editorial){background:var(--hw-state-bg);color:var(--hw-state-text)}.hw-semantic-colours-on :where(.hw-state-info,.hw-state-success,.hw-state-warning,.hw-state-editorial) :where(a,button){color:inherit}.hw-reduce-motion-always *,.hw-reduce-motion-always *::before,.hw-reduce-motion-always *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.hw-semantic-colours-on :where(.is-positive,.trend-up,.hw-positive){color:var(--hw-semantic-success)!important}.hw-semantic-colours-on :where(.is-neutral,.trend-flat,.hw-neutral){color:color-mix(in srgb,var(--hw-semantic-warning) 78%,#202124)!important}.hw-semantic-colours-on :where(.is-negative,.trend-down,.hw-negative,.is-error){color:var(--hw-semantic-editorial)!important}.hw-authority-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,132px),1fr));gap:var(--hw-authority-gap,12px);margin:22px 0 0;min-width:0}.hw-authority-facts--person{margin:26px 0 30px;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr))}.hw-authority-fact{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:74px;padding:13px 14px 12px;border:1px solid var(--color-divider);border-radius:var(--hw-authority-radius,14px);background:color-mix(in srgb,var(--color-surface) 92%,var(--color-section));overflow:hidden}.hw-authority-fact::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--color-divider)}.hw-authority-facts.is-google-accented .hw-authority-tone--info::before{background:var(--hw-semantic-info,var(--hw-google-blue))}.hw-authority-facts.is-google-accented .hw-authority-tone--success::before{background:var(--hw-semantic-success,var(--hw-google-green))}.hw-authority-facts.is-google-accented .hw-authority-tone--warning::before{background:var(--hw-semantic-warning,var(--hw-google-yellow))}.hw-authority-facts.is-google-accented .hw-authority-tone--editorial::before{background:var(--hw-semantic-editorial,var(--hw-google-orange))}.hw-authority-fact-label{display:block;margin-bottom:5px;font-size:10.5px;font-weight:750;line-height:1.2;letter-spacing:.075em;text-transform:uppercase;color:var(--hw-meta,var(--color-muted))}.hw-authority-fact-value{display:block;min-width:0;font-size:var(--hw-authority-value-size,16px);font-weight:700;line-height:1.3;color:var(--color-text);overflow-wrap:anywhere}.hw-authority-fact-value a{color:inherit;text-decoration:none}.hw-authority-fact-value a:hover{color:var(--color-accent)}.hw-authority-fact-value a:focus-visible{outline:var(--hw-focus-width,2px) solid var(--hw-focus-ring,var(--color-accent));outline-offset:3px;border-radius:4px}.hw-authority-mentions{margin:38px 0 32px;padding:22px;border:1px solid var(--color-divider);border-radius:calc(var(--hw-authority-radius,14px) + 2px);background:color-mix(in srgb,var(--color-section) 68%,var(--color-surface))}.hw-prose .hw-authority-mentions :where(h2,p){max-width:none}.hw-authority-mentions-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.hw-authority-kicker{display:block;margin:0 0 4px;font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--color-accent)}.hw-authority-mentions-head h2{margin:0;font-size:clamp(22px,2.4vw,30px);line-height:1.15;color:var(--color-text)}.hw-authority-entity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hw-authority-gap,12px)}.hw-authority-entity-card{--hw-authority-marker:var(--color-accent);display:grid;grid-template-columns:58px minmax(0,1fr) 18px;align-items:center;gap:12px;min-width:0;padding:10px;border:1px solid var(--color-divider);border-radius:var(--hw-authority-radius,14px);background:var(--color-surface);color:var(--color-text);text-decoration:none!important;box-shadow:none}.hw-authority-mentions.is-google-accented .hw-authority-entity-card--movie{--hw-authority-marker:var(--hw-semantic-info,var(--hw-google-blue))}.hw-authority-mentions.is-google-accented .hw-authority-entity-card--person{--hw-authority-marker:var(--hw-semantic-success,var(--hw-google-green))}.hw-authority-mentions.is-google-accented .hw-authority-entity-card--company,.hw-authority-mentions.is-google-accented .hw-authority-entity-card--collection{--hw-authority-marker:var(--hw-semantic-warning,var(--hw-google-yellow))}.hw-authority-mentions.is-google-accented .hw-authority-entity-card--award,.hw-authority-mentions.is-google-accented .hw-authority-entity-card--tv_show{--hw-authority-marker:var(--hw-semantic-editorial,var(--hw-google-orange))}.hw-authority-entity-card::before{content:"";position:absolute;width:0;height:0;overflow:hidden}.hw-authority-entity-card:hover{background:color-mix(in srgb,var(--color-surface) 88%,var(--hw-authority-marker) 12%);color:var(--color-text)}.hw-authority-entity-card:focus-visible{outline:var(--hw-focus-width,2px) solid var(--hw-focus-ring,var(--color-accent));outline-offset:3px}.hw-authority-entity-media{display:block;width:58px;aspect-ratio:1;border-radius:max(8px,calc(var(--hw-authority-radius,14px) - 5px));overflow:hidden;background:var(--color-section);box-shadow:inset 3px 0 0 var(--hw-authority-marker)}.hw-authority-entity-media :where(.hw-media,.media,img){width:100%;height:100%;object-fit:cover}.hw-authority-entity-copy{display:flex;flex-direction:column;min-width:0}.hw-authority-entity-copy small{margin-bottom:3px;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--hw-authority-marker)}.hw-authority-entity-copy strong{font-size:14.5px;line-height:1.25;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-authority-entity-copy span{margin-top:3px;font-size:11.5px;line-height:1.3;color:var(--hw-meta,var(--color-muted));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-authority-entity-card>svg{color:var(--hw-authority-marker)}.hw-platform-card,.hw-award-history-item{border-radius:var(--hw-authority-radius,14px)}.hw-platform-card:hover,.hw-award-history-item:hover{transform:none}@media(max-width:760px){.hw-authority-facts,.hw-authority-facts--person{grid-template-columns:repeat(2,minmax(0,1fr));gap:max(8px,var(--hw-authority-gap,12px));margin-top:20px}.hw-authority-fact{min-height:68px;padding:11px 12px}.hw-authority-fact-value{font-size:min(var(--hw-authority-value-size,16px),15px)}.hw-authority-mentions{margin:30px 0 26px;padding:16px}.hw-authority-mentions-head{display:block;margin-bottom:14px}.hw-authority-entity-grid{grid-template-columns:1fr}}@media(max-width:390px){.hw-authority-facts,.hw-authority-facts--person{grid-template-columns:1fr 1fr}.hw-authority-fact{padding-inline:11px}.hw-authority-entity-card{grid-template-columns:52px minmax(0,1fr) 16px;gap:10px}.hw-authority-entity-media{width:52px}}@media(prefers-reduced-motion:reduce){.hw-authority-entity-card{transition:none}}.hw-streaming-section.is-enhanced .hw-platform-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--hw-stream-min,230px)),1fr));gap:12px}.hw-streaming-section.is-enhanced .hw-platform-card{display:flex;flex-direction:column;min-width:0;min-height:132px;padding:15px;border-radius:var(--hw-stream-radius,14px);background:color-mix(in srgb,var(--color-surface) 92%,var(--hw-semantic-info,#1976d2) 8%);border-color:color-mix(in srgb,var(--color-divider) 80%,var(--hw-semantic-info,#1976d2) 20%);box-shadow:none}.hw-streaming-section.is-enhanced .hw-platform-card:hover{transform:none;background:color-mix(in srgb,var(--color-surface) 86%,var(--hw-semantic-info,#1976d2) 14%);color:var(--color-text)}.hw-streaming-section .hw-platform-copy{min-width:0;flex:1}.hw-streaming-section .hw-platform-name{overflow-wrap:anywhere}.hw-platform-price{flex:none;font-family:var(--font-heading);font-size:13px;font-variant-numeric:tabular-nums;color:var(--color-text)}.hw-stream-access{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:color-mix(in srgb,var(--hw-semantic-success,#6ebc6b) 18%,transparent);color:color-mix(in srgb,var(--hw-semantic-success,#6ebc6b) 74%,var(--color-text));font-size:11px;font-weight:750;line-height:1}.hw-platform-date{font-size:11px;white-space:nowrap}.hw-streaming-section.is-enhanced .hw-platform-cta{font-weight:700;white-space:nowrap}.hw-gallery-experience .hw-gallery-mosaic,.hw-gallery-experience .hw-person-photos--mosaic{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--hw-gallery-min,220px)),1fr));grid-auto-flow:dense;gap:var(--hw-gallery-gap,12px)}.hw-gallery-experience .hw-gallery-mosaic>*,.hw-gallery-experience .hw-person-photos--mosaic>*{min-width:0;align-self:stretch}.hw-gallery-experience .hw-gallery-mosaic .hw-lightbox-trigger,.hw-gallery-experience .hw-person-photos--mosaic .hw-lightbox-trigger,.hw-gallery-experience .hw-gallery-mosaic .hw-media,.hw-gallery-experience .hw-person-photos--mosaic .hw-media{height:100%}.hw-gallery-experience .hw-gallery-mosaic .hw-media,.hw-gallery-experience .hw-person-photos--mosaic .hw-media{aspect-ratio:var(--hw-gallery-ratio,16/10)}.hw-gallery-experience .hw-gallery-mosaic .is-landscape,.hw-gallery-experience .hw-person-photos--mosaic .is-landscape{grid-column:span 2}.hw-gallery-experience .hw-gallery-mosaic .is-portrait .hw-media,.hw-gallery-experience .hw-person-photos--mosaic .is-portrait .hw-media{aspect-ratio:var(--hw-gallery-ratio,3/4)}.hw-gallery-experience .hw-lightbox-trigger{overflow:hidden;border-radius:var(--radius-md)}.hw-gallery-experience .hw-lightbox-trigger img{transition:transform 180ms ease}.hw-gallery-experience .hw-lightbox-trigger:hover img{transform:scale(1.015)}.hw-lightbox[data-swipe="1"] .hw-lightbox-stage{touch-action:pan-y pinch-zoom}.hw-box-office-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin:0 0 16px}.hw-box-office-stat{position:relative;display:grid;gap:5px;min-width:0;padding:13px 14px;border:1px solid var(--color-divider);border-radius:12px;background:var(--color-surface);overflow:hidden}.hw-box-office-stat::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--hw-semantic-info,#1976d2)}.hw-box-office-stat.is-budget::before{background:var(--hw-semantic-warning,#ffc107)}.hw-box-office-stat.is-domestic::before{background:var(--hw-semantic-success,#6ebc6b)}.hw-box-office-stat.is-international::before{background:var(--hw-semantic-editorial,#ff571f)}.hw-box-office-stat.is-roi-positive::before{background:var(--hw-semantic-success,#6ebc6b)}.hw-box-office-stat.is-roi-negative::before{background:var(--color-negative,#ea4335)}.hw-box-office-stat span{font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;color:var(--hw-meta,var(--color-muted))}.hw-box-office-stat strong{font-family:var(--font-heading);font-size:clamp(16px,2vw,21px);line-height:1.12;font-variant-numeric:tabular-nums;color:var(--color-text);overflow-wrap:anywhere}.hw-box-office-trend{margin-top:16px;padding:16px;border:1px solid var(--color-divider);border-radius:14px;background:color-mix(in srgb,var(--color-section) 62%,var(--color-surface))}.hw-box-office-trend-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.hw-box-office-trend-head strong{font-size:14px}.hw-box-office-trend-head span{font-size:11px}.hw-box-office-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(34px,1fr));align-items:end;gap:clamp(6px,1vw,12px);height:160px;padding-top:8px;border-bottom:1px solid var(--color-divider)}.hw-box-office-bar-item{display:grid;grid-template-rows:minmax(0,1fr) 22px;align-items:end;gap:6px;height:100%;min-width:0}.hw-box-office-bar{display:block;width:min(100%,34px);height:var(--hw-bar-height,10%);margin-inline:auto;border-radius:7px 7px 2px 2px;background:var(--hw-semantic-info,#1976d2);transform-origin:bottom}.hw-box-office-bar-item:nth-child(4n+2) .hw-box-office-bar{background:var(--hw-semantic-success,#6ebc6b)}.hw-box-office-bar-item:nth-child(4n+3) .hw-box-office-bar{background:var(--hw-semantic-warning,#ffc107)}.hw-box-office-bar-item:nth-child(4n+4) .hw-box-office-bar{background:var(--hw-semantic-editorial,#ff571f)}.hw-box-office-bar-item small{font-size:9.5px;line-height:1.15;text-align:center;color:var(--hw-meta,var(--color-muted));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-coverage-tabs{display:flex;align-items:center;gap:7px;max-width:100%;margin:-4px 0 16px;overflow-x:auto;scrollbar-width:none}.hw-coverage-tabs::-webkit-scrollbar{display:none}.hw-coverage-tab{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid var(--color-divider);border-radius:var(--hw-coverage-tab-radius,999px);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.hw-coverage-tab small{display:grid;place-items:center;min-width:20px;height:20px;padding-inline:5px;border-radius:999px;background:var(--color-section);color:var(--hw-meta,var(--color-muted));font-size:10px;font-variant-numeric:tabular-nums}.hw-coverage-tab.is-active{border-color:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 55%,var(--color-divider));background:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 14%,var(--color-surface));color:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 76%,var(--color-text))}.hw-coverage-tab.is-active small{background:var(--hw-semantic-info,#1976d2);color:var(--hw-semantic-info-fg,#fff)}[data-hw-coverage-type][data-hw-filter-hidden="1"]{display:none !important}@media (max-width:760px){.hw-streaming-section.is-enhanced .hw-platform-grid{grid-template-columns:1fr}.hw-streaming-section.is-enhanced .hw-platform-card{min-height:116px}.hw-gallery-experience .hw-gallery-mosaic,.hw-gallery-experience .hw-person-photos--mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-gallery-experience .hw-gallery-mosaic .is-landscape,.hw-gallery-experience .hw-person-photos--mosaic .is-landscape{grid-column:span 2}.hw-box-office-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-box-office-trend{padding:13px 10px}.hw-box-office-trend-head{display:grid;gap:3px}.hw-box-office-bars{height:132px;gap:5px}.hw-coverage-tabs{margin-bottom:13px}}@media (max-width:390px){.hw-box-office-summary{grid-template-columns:1fr 1fr}.hw-box-office-stat{padding:11px 12px}.hw-box-office-stat strong{font-size:15px}}@media (prefers-reduced-motion:reduce){.hw-gallery-experience .hw-lightbox-trigger img{transition:none}}.hw-sug{width:min(430px,92vw);max-height:min(70vh,620px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--color-divider)}.hw-sug-list,.hw-sug-group{display:block}.hw-sug-group + .hw-sug-group{margin-top:4px;padding-top:4px;border-top:1px solid color-mix(in srgb,var(--color-divider) 78%,transparent)}.hw-sug-group-head{display:flex;align-items:center;min-height:26px;padding:4px 14px 3px;color:var(--hw-meta,var(--hw-quiet));font:700 9.5px/1.2 var(--font-ui);letter-spacing:.09em;text-transform:uppercase}.hw-sug-group .hw-sug-item{min-height:54px}.hw-sug-thumb--person{aspect-ratio:4/5}.hw-sug-thumb--movie,.hw-sug-thumb--tv_show,.hw-sug-thumb--collection{aspect-ratio:2/3;width:46px;justify-self:center}.hw-sug-thumb--company{aspect-ratio:1/1;background:#fff}.hw-sug-thumb--company img{object-fit:contain;padding:5px}.hw-sug-item:focus-visible{position:relative;z-index:1;outline-offset:-2px}.hw-search-filter-shell{display:grid;gap:10px;margin:18px 0 8px}.hw-search-filter-panel{border:1px solid var(--color-divider);border-radius:16px;background:var(--color-surface);overflow:clip}.hw-search-filter-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:12px 15px;cursor:pointer;list-style:none;font-size:13px;font-weight:750}.hw-search-filter-panel>summary::-webkit-details-marker{display:none}.hw-search-filter-panel>summary::after{content:"+";display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--color-section);color:var(--hw-meta,var(--hw-quiet));font-size:17px;font-weight:500}.hw-search-filter-panel[open]>summary::after{content:"−"}.hw-search-filter-count{margin-left:auto;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 12%,var(--color-surface));color:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 80%,var(--color-text));font-size:10px;letter-spacing:.04em;text-transform:uppercase}.hw-search-filter-body{padding:0 15px 15px;border-top:1px solid var(--color-divider)}.hw-search-filter-form{display:grid;grid-template-columns:repeat(5,minmax(125px,1fr)) auto;gap:10px;align-items:end;padding-top:14px}.hw-search-filter-form label{display:grid;gap:6px;min-width:0;color:var(--hw-meta,var(--hw-quiet));font-size:10.5px;font-weight:700}.hw-search-filter-form .input{width:100%;min-width:0;height:40px}.hw-search-filter-actions{display:flex;align-items:center;gap:7px}.hw-search-filter-actions .btn{min-height:40px;white-space:nowrap}.hw-search-filter-note{margin:10px 0 0;color:var(--hw-meta,var(--hw-quiet));font-size:10.5px;line-height:1.45}.hw-search-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.hw-search-active-filters a{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:6px 10px;border:1px solid color-mix(in srgb,var(--hw-semantic-info,#1976d2) 28%,var(--color-divider));border-radius:999px;background:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 8%,var(--color-surface));color:var(--color-text);font-size:11px;font-weight:650;text-decoration:none}.hw-search-active-filters a:hover,.hw-search-active-filters a:focus-visible{background:color-mix(in srgb,var(--hw-semantic-info,#1976d2) 14%,var(--color-surface));color:var(--color-text)}.hw-search-active-filters a span{font-size:15px;line-height:1}.hw-search-result-media.is-square{width:94px;min-width:94px;aspect-ratio:1/1;justify-self:center;background:#fff}.hw-search-result-media.is-square img{object-fit:contain;padding:8px}@media (min-width:761px){.hw-search-filter-panel:not([open])>.hw-search-filter-body{display:block}.hw-search-filter-panel>summary{cursor:default}.hw-search-filter-panel>summary::after{display:none}}@media (max-width:1080px){.hw-search-filter-form{grid-template-columns:repeat(3,minmax(140px,1fr))}.hw-search-filter-actions{align-self:end}}@media (max-width:760px){.hw-sug{position:absolute;top:calc(100% + 6px);right:0;left:0;width:auto;max-height:min(60dvh,480px);border-radius:14px}.hw-sug-head{position:sticky;top:0;z-index:2;padding-top:10px;background:var(--color-surface)}.hw-sug-group-head{position:sticky;top:34px;z-index:1;background:color-mix(in srgb,var(--color-surface) 96%,transparent);backdrop-filter:blur(8px)}.hw-search-filter-panel:not([open])>.hw-search-filter-body{display:none}.hw-search-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-search-filter-actions{grid-column:1 / -1}.hw-search-result-media.is-square{width:72px;min-width:72px}}@media (max-width:440px){.hw-search-filter-form{grid-template-columns:1fr}.hw-search-filter-actions{grid-column:auto}.hw-search-filter-actions .btn{flex:1}}@media (prefers-reduced-motion:reduce){.hw-search-result,.hw-search-recovery-card{transition:none}}.hw-search-recovery-card--company .hw-media{background:#fff}.hw-search-recovery-card--company .hw-media img{object-fit:contain;padding:10px}.hw-review-experience .hw-article-body>:is(.hw-review-verdict,.hw-review-scoreboard,.hw-review-insights,.hw-rate,.hw-review-trust){max-width:var(--hw-article-measure,68ch)}.hw-review-verdict{display:grid;gap:20px;padding:clamp(20px,3vw,30px);border-radius:var(--hw-review-radius);background:linear-gradient(135deg,color-mix(in srgb,var(--hw-semantic-info) 9%,transparent),transparent 52%),var(--color-surface);box-shadow:inset 0 0 0 1px var(--color-divider),var(--shadow-md)}.hw-review-verdict-top,.hw-review-trust-head,.hw-review-breakdown-copy{display:flex;align-items:center;gap:12px}.hw-review-verdict-top{justify-content:space-between;flex-wrap:wrap}.hw-review-verdict .hw-verdict-brand{margin:0}.hw-review-recommendation{display:inline-flex;align-items:center;min-height:34px;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:750;letter-spacing:.02em;background:color-mix(in srgb,var(--hw-semantic-success) 16%,var(--color-surface));color:color-mix(in srgb,var(--hw-semantic-success) 68%,var(--color-text));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hw-semantic-success) 42%,var(--color-divider))}.hw-review-recommendation--mixed{background:color-mix(in srgb,var(--hw-semantic-warning) 17%,var(--color-surface));color:color-mix(in srgb,#8a5a00 72%,var(--color-text));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hw-semantic-warning) 48%,var(--color-divider))}.hw-review-recommendation--skip{background:color-mix(in srgb,var(--hw-semantic-editorial) 14%,var(--color-surface));color:color-mix(in srgb,#b3261e 72%,var(--color-text));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hw-semantic-editorial) 44%,var(--color-divider))}.hw-review-verdict .hw-verdict-score{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(18px,4vw,34px)}.hw-review-score-disc{width:clamp(106px,16vw,132px);aspect-ratio:1;display:grid;place-content:center;text-align:center;border-radius:50%;background:var(--hw-semantic-info);color:var(--hw-on-info);box-shadow:0 14px 34px color-mix(in srgb,var(--hw-semantic-info) 28%,transparent)}.hw-review-score-disc strong{font:800 clamp(30px,5vw,44px)/.95 var(--font-heading);letter-spacing:-.055em}.hw-review-score-disc span{margin-top:5px;font-size:12px;font-weight:700;opacity:.86}.hw-review-score-copy{min-width:0}.hw-review-score-copy .hw-stars{margin-bottom:10px}.hw-review-verdict .hw-verdict-summary{margin:0;max-width:58ch;font-size:clamp(16px,2vw,19px);line-height:1.58;color:var(--hw-strong)}.hw-review-verdict .hw-pros-cons{gap:var(--hw-review-gap)}.hw-review-list-card{padding:16px;border-radius:calc(var(--hw-review-radius) * .75);background:color-mix(in srgb,var(--color-bg) 54%,var(--color-surface));box-shadow:inset 0 0 0 1px var(--color-divider)}.hw-review-list-card--pros{--hw-review-list-accent:var(--hw-semantic-success)}.hw-review-list-card--cons{--hw-review-list-accent:var(--hw-semantic-editorial)}.hw-review-list-card .hw-pros-head{color:color-mix(in srgb,var(--hw-review-list-accent) 74%,var(--color-text))}.hw-review-list-card .hw-pros-list>span{align-items:flex-start}.hw-review-list-card .hw-pros-list svg{fill:var(--hw-review-list-accent)}.hw-review-verdict-foot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hw-review-gap);padding-top:16px;border-top:1px solid var(--color-divider)}.hw-review-verdict-foot>span{min-width:0}.hw-review-verdict-foot small,.hw-review-trust-facts small{display:block;margin-bottom:4px;font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase;color:var(--hw-quiet)}.hw-review-verdict-foot strong{font-size:13px;line-height:1.45}.hw-review-scoreboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:var(--hw-review-gap);margin:0 0 30px}.hw-review-score-card{position:relative;display:grid;gap:8px;min-height:112px;padding:16px;border-radius:var(--hw-review-radius);background:var(--color-surface);box-shadow:inset 0 0 0 1px var(--color-divider);overflow:hidden}.hw-review-score-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--hw-review-score-accent,var(--hw-semantic-info))}.hw-review-score-card--audience,.hw-review-score-card--reader{--hw-review-score-accent:var(--hw-semantic-success)}.hw-review-score-card--rt{--hw-review-score-accent:var(--hw-semantic-editorial)}.hw-review-score-card--imdb{--hw-review-score-accent:var(--hw-semantic-warning)}.hw-review-score-card--tmdb{--hw-review-score-accent:var(--hw-google-lightblue)}.hw-review-score-label{font-size:11px;font-weight:720;color:var(--hw-quiet)}.hw-review-score-value{align-self:end;font:800 clamp(24px,3vw,34px)/1 var(--font-heading);letter-spacing:-.04em;color:var(--color-text)}.hw-review-score-value small{margin-left:3px;font-size:11px;font-weight:700;color:var(--hw-quiet);letter-spacing:0}.hw-review-insights{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--hw-review-gap);margin:0 0 30px}.hw-review-breakdown,.hw-review-highlights{padding:20px;border-radius:var(--hw-review-radius)}.hw-review-breakdown-list{display:grid;gap:14px;margin-top:18px}.hw-review-breakdown-row{display:grid;gap:7px}.hw-review-breakdown-copy{justify-content:space-between;font-size:13px}.hw-review-breakdown-copy span{font-weight:650}.hw-review-breakdown-copy strong{font-variant-numeric:tabular-nums;color:var(--hw-semantic-info)}.hw-review-breakdown-track,.hw-rate-track{display:block;height:var(--hw-review-bar-height);border-radius:999px;background:color-mix(in srgb,var(--color-text) 10%,transparent);overflow:hidden}.hw-review-breakdown-track>span,.hw-rate-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hw-semantic-info),var(--hw-google-lightblue))}.hw-review-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.hw-review-highlight-card{min-width:0;padding:13px;border-radius:calc(var(--hw-review-radius) * .7);background:color-mix(in srgb,var(--hw-highlight-color,var(--hw-semantic-info)) 10%,var(--color-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hw-highlight-color,var(--hw-semantic-info)) 24%,var(--color-divider))}.hw-review-highlight-card:nth-child(4n+2){--hw-highlight-color:var(--hw-semantic-success)}.hw-review-highlight-card:nth-child(4n+3){--hw-highlight-color:var(--hw-semantic-warning)}.hw-review-highlight-card:nth-child(4n+4){--hw-highlight-color:var(--hw-semantic-editorial)}.hw-review-highlight-card span{display:block;margin-bottom:5px;font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:var(--hw-quiet)}.hw-review-highlight-card strong{display:block;overflow-wrap:anywhere;font-size:13px;line-height:1.4}.hw-review-experience .hw-rate{border-radius:var(--hw-review-radius)}.hw-review-experience .hw-rate-fill{background:linear-gradient(90deg,var(--hw-semantic-warning),var(--hw-semantic-editorial))}.hw-review-experience .hw-rate-stars button{min-width:44px;min-height:44px;border-radius:50%}.hw-review-experience .hw-rate-stars button:is(:hover,:focus-visible){background:color-mix(in srgb,var(--hw-semantic-warning) 14%,transparent)}.hw-review-trust{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,2fr) auto;align-items:center;gap:18px;padding:18px 20px;margin:0 0 30px;border-radius:var(--hw-review-radius)}.hw-review-trust-head img{flex:none}.hw-review-trust-head>div{min-width:0;display:grid;gap:2px}.hw-review-trust-label{font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--hw-quiet)}.hw-review-trust-head strong{font-size:14px}.hw-review-trust-head div>span:last-child{font-size:11px;color:var(--hw-quiet)}.hw-review-trust-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:12px}.hw-review-trust-facts strong{font-size:12px;line-height:1.35}.hw-review-policy-link{white-space:nowrap;font-size:12px;font-weight:700;text-decoration:none !important;color:var(--color-accent)}.hw-review-experience .hw-spoiler{border-radius:var(--hw-review-radius);background:color-mix(in srgb,var(--hw-semantic-warning) 8%,var(--color-surface))}.hw-review-experience .hw-spoiler-text{filter:blur(var(--hw-review-spoiler-blur));transform:translateY(-2px) scale(.995);transform-origin:top center;transition:filter .28s ease,opacity .28s ease,transform .28s ease}.hw-review-experience .hw-spoiler.is-open .hw-spoiler-text{filter:none;opacity:1;transform:none}.hw-spoiler-toggle{display:inline-flex;align-items:center;gap:7px}.hw-spoiler-toggle svg{fill:currentColor;transition:transform .25s ease}.hw-spoiler.is-open .hw-spoiler-toggle svg{transform:scaleX(.9)}.hw-review-experience .hw-prose table{display:block;max-width:100%;overflow-x:auto;border:0;border-collapse:separate;border-spacing:0;-webkit-overflow-scrolling:touch}.hw-review-experience .hw-prose table :is(th,td){border:0;border-bottom:1px solid var(--color-divider);padding:12px 14px;text-align:left}.hw-review-experience .hw-prose table tbody tr:nth-child(even){background:color-mix(in srgb,var(--color-text) 3.5%,transparent)}.hw-review-experience .hw-prose table tbody tr:is(:hover,:focus-within){background:color-mix(in srgb,var(--hw-semantic-info) 8%,transparent)}.hw-review-sticky-tables .hw-prose table :is(th,td):first-child{position:sticky;left:0;z-index:1;background:var(--color-surface);box-shadow:1px 0 var(--color-divider)}@media (max-width:760px){.hw-review-verdict{padding:18px}.hw-review-verdict .hw-verdict-score{grid-template-columns:1fr;justify-items:start}.hw-review-score-disc{width:104px}.hw-review-verdict .hw-pros-cons,.hw-review-insights{grid-template-columns:1fr}.hw-review-verdict-foot{grid-template-columns:1fr}.hw-review-scoreboard{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-review-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-review-trust{grid-template-columns:1fr;align-items:start}.hw-review-policy-link{white-space:normal}}@media (max-width:390px){.hw-review-scoreboard,.hw-review-highlight-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hw-review-experience .hw-spoiler-text,.hw-spoiler-toggle svg{transition:none}}.hw-filmography-filters{padding:12px 14px}.hw-filmography-toolbar{display:flex;align-items:center;gap:10px;min-width:0}.hw-filmography-toolbar .hw-filmography-role-filters{flex:1;min-width:0;flex-wrap:nowrap;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hw-filmography-toolbar .hw-filmography-role-filters::-webkit-scrollbar{display:none}.hw-filmography-filter-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:none;min-width:42px;min-height:40px;padding:0 12px;border:1px solid var(--color-divider);border-radius:999px;background:var(--color-surface);color:var(--color-text-primary);font:700 var(--hw-entity-discovery-control,13px)/1 var(--font-body);cursor:pointer;box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.hw-filmography-filter-toggle:hover,.hw-filmography-filter-toggle:focus-visible,.hw-filmography-filter-toggle[aria-expanded="true"]{border-color:var(--hw-semantic-info,var(--color-accent));background:color-mix(in srgb,var(--hw-semantic-info,var(--color-accent)) 10%,var(--color-surface));color:var(--hw-semantic-info,var(--color-accent))}.hw-filmography-filter-toggle:active{transform:scale(.97)}.hw-filmography-filter-badge{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--hw-semantic-info,var(--color-accent));color:var(--hw-on-info,#fff);font-size:10px;line-height:1}.hw-filmography-filter-badge[hidden]{display:none}.hw-filmography-filter-panel{display:grid;grid-template-rows:1fr;opacity:1;visibility:visible;min-width:0}.hw-filmography-filter-panel-inner{min-height:0;overflow:hidden;padding-top:13px}.hw-filmography-filters--compact.is-filter-collapsed .hw-filmography-filter-panel{grid-template-rows:0fr;opacity:0;visibility:hidden}.hw-filmography-filters--compact.is-filter-collapsed .hw-filmography-filter-panel-inner{padding-top:0}.hw-filmography-filters--motion .hw-filmography-filter-panel{transition:grid-template-rows .28s cubic-bezier(.2,0,0,1),opacity .2s ease,visibility 0s linear 0s}.hw-filmography-filters--motion.is-filter-collapsed .hw-filmography-filter-panel{transition:grid-template-rows .24s cubic-bezier(.4,0,.2,1),opacity .16s ease,visibility 0s linear .24s}.hw-filmography-filters--motion .hw-filmography-filter-panel-inner{transition:padding .24s ease}.hw-filmography-filters--no-motion .hw-filmography-filter-panel,.hw-filmography-filters--no-motion .hw-filmography-filter-panel-inner{transition:none!important}@media(max-width:1100px){.hw-article-cols{display:flex;flex-wrap:wrap}.hw-article-body{order:1;width:100%}.hw-article-side{display:contents}.hw-article-side>.hw-sidebar{order:3;width:100%}}@media(max-width:820px){body.single-post:not(.hw-article-mobile-sidebar) .hw-article-cols{display:flex}}@media(max-width:680px){.hw-filmography-filters{padding:10px 11px}.hw-filmography-toolbar{gap:8px}.hw-filmography-toolbar .hw-filmography-role-filters{margin-right:0}.hw-filmography-filter-toggle{width:40px;min-width:40px;height:40px;padding:0}.hw-filmography-filter-toggle-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hw-filmography-filter-badge{position:absolute;transform:translate(13px,-13px);box-shadow:0 0 0 2px var(--color-surface)}.hw-filmography-filter-panel-inner{padding-top:11px}}@media(prefers-reduced-motion:reduce){.hw-filmography-filter-panel,.hw-filmography-filter-panel-inner,.hw-filmography-filter-toggle{transition:none!important}}.hw-authority-facts{display:block;margin:24px 0 0;padding:0;border:1px solid var(--color-divider);border-radius:calc(var(--hw-authority-radius,14px) + 2px);background:linear-gradient(135deg,color-mix(in srgb,var(--color-surface) 96%,var(--color-section)),var(--color-surface));box-shadow:var(--shadow-sm);overflow:hidden}.hw-authority-facts--person{margin:26px 0 30px}.hw-authority-facts-head{display:flex;align-items:center;gap:9px;min-height:42px;padding:0 15px;border-bottom:1px solid var(--color-divider);font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--hw-quiet)}.hw-authority-facts-mark{width:20px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--color-accent),var(--hw-semantic-editorial,#ea4335))}.hw-authority-facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:0;counter-reset:hw-fact}.hw-authority-fact{--hw-fact-tone:var(--color-accent);min-height:78px;margin:0!important;padding:14px 14px 13px 42px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;counter-increment:hw-fact}.hw-authority-fact:not(:nth-child(1)){border-left:1px solid var(--color-divider)!important}.hw-authority-fact::before{content:counter(hw-fact,decimal-leading-zero)!important;inset:15px auto auto 13px!important;display:grid!important;place-items:center;width:21px!important;height:21px!important;border-radius:6px!important;background:color-mix(in srgb,var(--hw-fact-tone) 13%,var(--color-surface))!important;color:var(--hw-fact-tone)!important;font-size:9px;font-weight:800;line-height:1}.hw-authority-tone--success{--hw-fact-tone:var(--hw-semantic-success,#34a853)}.hw-authority-tone--warning{--hw-fact-tone:var(--hw-semantic-warning,#f9ab00)}.hw-authority-tone--editorial{--hw-fact-tone:var(--hw-semantic-editorial,#ea4335)}.hw-authority-fact-label{margin-bottom:5px}.hw-authority-fact-value{font-size:15px;letter-spacing:-.01em}.hw-authority-facts.is-google{background:linear-gradient(135deg,color-mix(in srgb,var(--hw-google-blue,#4285f4) 7%,var(--color-surface)),color-mix(in srgb,var(--hw-google-green,#34a853) 4%,var(--color-surface)) 54%,color-mix(in srgb,var(--hw-google-red,#ea4335) 5%,var(--color-surface)))}.hw-authority-facts.is-google .hw-authority-facts-head{color:var(--hw-google-blue,var(--color-accent))}.hw-authority-facts.is-google .hw-authority-fact:nth-child(4n+1){--hw-fact-tone:var(--hw-google-blue,#4285f4)}.hw-authority-facts.is-google .hw-authority-fact:nth-child(4n+2){--hw-fact-tone:var(--hw-google-red,#ea4335)}.hw-authority-facts.is-google .hw-authority-fact:nth-child(4n+3){--hw-fact-tone:var(--hw-google-yellow,#fbbc04)}.hw-authority-facts.is-google .hw-authority-fact:nth-child(4n){--hw-fact-tone:var(--hw-google-green,#34a853)}.hw-fact-grid{counter-reset:hw-fallback-fact;gap:10px;padding:14px;border:1px solid var(--color-divider);border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--color-section) 46%,var(--color-surface)),var(--color-surface))}.hw-fact-grid>div{position:relative;min-width:0;padding:12px 12px 12px 39px;border:1px solid color-mix(in srgb,var(--color-divider) 84%,var(--color-accent) 16%);border-radius:11px;background:color-mix(in srgb,var(--color-surface) 93%,var(--color-bg));counter-increment:hw-fallback-fact}.hw-fact-grid>div::before{content:counter(hw-fallback-fact,decimal-leading-zero);position:absolute;top:12px;left:11px;color:var(--color-accent);font-size:9px;font-weight:800;letter-spacing:.04em}.hw-fact-label{margin-bottom:5px}.hw-fact-value{font-weight:650}.hw-detail-card{position:relative;border:1px solid color-mix(in srgb,var(--color-divider) 88%,var(--color-accent) 12%);background:linear-gradient(145deg,color-mix(in srgb,var(--color-surface) 97%,var(--color-section)),var(--color-surface));box-shadow:var(--shadow-sm)}.hw-detail-card::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:inherit;background:linear-gradient(to bottom,var(--color-accent),transparent 70%)}.hw-detail-card:nth-child(2)::before{background:linear-gradient(to bottom,var(--hw-semantic-success,#34a853),transparent 70%)}.hw-detail-card:nth-child(3)::before{background:linear-gradient(to bottom,var(--hw-semantic-warning,#f9ab00),transparent 70%)}.hw-archive-filter-panel--primary{margin:2px 0 24px!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.hw-archive-filter-panel--primary>summary{display:flex;align-items:center;justify-content:center;gap:7px;width:42px;min-height:42px;margin-left:auto;padding:0!important;border:1px solid var(--color-divider);border-radius:12px;background:var(--color-surface);color:var(--color-text);cursor:pointer!important;box-shadow:var(--shadow-sm);transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.hw-archive-filter-panel--primary>summary:is(:hover,:focus-visible),.hw-archive-filter-panel--primary[open]>summary{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 9%,var(--color-surface));color:var(--color-accent)}.hw-archive-filter-panel--primary[open]>summary>svg{transform:rotate(90deg)}.hw-archive-filter-panel--primary>summary>svg{transition:transform .18s ease}.hw-archive-filter-panel--primary .hw-archive-filter-label{font-size:12px;font-weight:750}.hw-archive-filter-panel--primary .hw-filter-summary-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--color-bg);font-size:9px}.hw-archive-primary-filter-content{margin-top:10px;padding:4px 15px 15px;border:1px solid var(--color-divider);border-radius:14px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.hw-archive-primary-filter-content .hw-filters{padding:14px 0 10px!important}.hw-archive-filter-advanced{padding-top:10px;border-top:1px solid var(--color-divider)}.hw-archive-filter-advanced-title{display:block;margin:0 0 1px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-quiet)}.hw-archive-filter-advanced .hw-archive-filter-grid{padding-inline:0;padding-bottom:0;border-top:0}@media(min-width:761px){.hw-archive-filter-panel--primary .hw-archive-filter-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}}@media(max-width:760px){.hw-archive-filter-panel--primary>summary{width:auto;min-width:42px;padding-inline:13px!important}.hw-archive-filter-panel--primary>summary .hw-archive-filter-label{position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hw-archive-primary-filter-content{padding-inline:12px}.hw-archive-filter-advanced .hw-archive-filter-grid{padding-inline:0}.hw-archive-filter-panel--primary .hw-filters{align-items:flex-start}.hw-archive-filter-panel--primary .hw-flex1{display:none}}@media(max-width:680px){.hw-authority-facts{margin-top:18px;border-radius:14px}.hw-authority-facts--person{margin-top:20px}.hw-authority-facts-head{min-height:36px;padding-inline:12px;font-size:9.5px}.hw-authority-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-authority-fact{min-height:69px;padding:11px 9px 10px 35px!important}.hw-authority-fact::before{top:11px!important;left:9px!important;width:18px!important;height:18px!important;font-size:8px}.hw-authority-fact-label{font-size:9px}.hw-authority-fact-value{font-size:13.5px}.hw-authority-fact:not(:nth-child(1)){border-left:0!important}.hw-authority-fact:nth-child(even){border-left:1px solid var(--color-divider)!important}.hw-authority-fact:nth-child(n+3){border-top:1px solid var(--color-divider)!important}.hw-fact-grid{grid-template-columns:1fr!important;padding:10px}.hw-fact-grid>div{padding:10px 10px 10px 34px}.hw-fact-grid>div::before{top:10px;left:9px}.hw-detail-cards{gap:12px}.hw-detail-card{padding:15px 16px}.hw-detail-card::before{width:2px}}@media(prefers-reduced-motion:reduce){.hw-archive-filter-panel--primary>summary{transition:none!important}}.home .hw-home-instance :is(.hw-review-card,.hw-video-card,.hw-feature-card){position:relative;isolation:isolate;overflow:hidden;border:var(--hw-home-card-outline-width,1px) solid var(--hw-home-card-outline-color,var(--color-divider))!important;border-radius:var(--hw-home-card-radius,var(--radius-md))!important;background:var(--hw-home-card-background,var(--color-surface));box-shadow:none!important}.home .hw-home-instance :is(.hw-review-card,.hw-video-card,.hw-feature-card) :is(.hw-media,.hw-media img,.hw-media picture,.hw-ph){border-radius:0!important}.home .hw-home-instance :is(.hw-review-card,.hw-video-card,.hw-feature-card):is(:hover,:focus-visible){border-color:color-mix(in srgb,var(--color-accent) 42%,var(--hw-home-card-outline-color,var(--color-divider)))!important}.hw-heat-index .hw-heat-index-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--hw-home-gap,18px)}@media(max-width:1100px){.hw-heat-index .hw-heat-index-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:620px){.hw-heat-index .hw-heat-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.home .hw-hero-link>:is(h1,h2,.hw-hero-dek){text-align:center;margin-inline:auto}.home .hw-hero-meta,.home .hw-hero-byline{justify-content:center;text-align:center}}@media(max-width:760px){.hw-search{position:relative;z-index:120}.hw-search .hw-sug{position:absolute!important;top:calc(100% + 6px)!important;right:0!important;left:0!important;width:auto!important;max-height:min(60dvh,480px)!important;box-shadow:var(--shadow-lg)}}.home .hw-home-instance .hw-video-card{display:flex;flex-direction:column;min-height:100%}.home .hw-home-instance .hw-video-card .hw-video-frame{margin:0;overflow:hidden}.home .hw-home-instance .hw-video-card .hw-video-title{margin:12px 14px 0;line-height:1.32}.home .hw-home-instance .hw-video-card .hw-video-meta{margin:5px 14px 14px;line-height:1.4}@media(max-width:620px){.home .hw-home-instance .hw-video-card .hw-video-title{margin:11px 12px 0}.home .hw-home-instance .hw-video-card .hw-video-meta{margin:5px 12px 13px}}@supports (content-visibility:auto){body.hw-progressive-sections.home .hw-home-instance.is-progressive-section{content-visibility:auto;contain-intrinsic-size:auto 520px}body.hw-progressive-sections.home [data-hw-sec="trending"].is-progressive-section{contain-intrinsic-size:auto 680px}body.hw-progressive-sections.home [data-hw-sec="boxoffice"].is-progressive-section{contain-intrinsic-size:auto 480px}@media(max-width:680px){body.hw-progressive-sections.home .hw-home-instance.is-progressive-section{contain-intrinsic-size:auto 760px}}}.hw-verify-trigger{appearance:none;display:inline-flex;align-items:center;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;cursor:pointer}.hw-verify-trigger:focus-visible .hw-verify-pill{outline:2px solid var(--color-accent);outline-offset:3px}.hw-review-score-disc span{opacity:1;color:var(--hw-on-info,#fff)}html[data-hw-polarity="dark"] :is(.hw-google-related-category,.hw-google-related-card.has-colour-effect:is(:hover,:focus-visible,.is-touch-active) .hw-google-related-category){color:#8ab4f8!important}html[data-hw-polarity="dark"] :is(.hw-google-feed-meta,.hw-google-related-byline){color:#bdc1c6!important}.hw-mode-toggle,.hw-mode-toggle-track{transition:none!important}.hw-google-related-card,.hw-google-feed-card{transition:transform .22s ease,opacity .22s ease!important}.hw-google-related-card.has-colour-effect,.hw-google-feed-card.has-colour-effect{will-change:transform}@media(prefers-reduced-motion:reduce){.hw-google-related-card.has-colour-effect,.hw-google-feed-card.has-colour-effect{will-change:auto}}.pvox-site.single-post .hw-article-side{position:static!important;top:auto!important;transform:none!important}@media(min-width:1101px){body.hw-article-desktop-reader-rail.single-post .hw-article-cols[data-pvox-sidebar-raised="1"] .hw-article-side{margin-top:calc(var(--pvox-sidebar-lead-lift,0px) + var(--pvox-sidebar-caption-lift,0px))}}@media(min-width:901px){.single-post .pvox-related-section .hw-google-related-track{grid-auto-columns:min(var(--hw-related-card-min),calc(100vw - 64px))!important}.single-post .pvox-related-section .hw-google-related-card{min-height:340px}}@media(max-width:1100px){body.single-post .hw-article-side{margin-top:0!important}}.single-post .hw-article-video-byline .hw-article-video-author{display:flex!important;align-items:center;gap:11px}.single-post .pvox-related-movies .pvox-related-movie-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,210px))!important;justify-content:start;align-items:start;gap:18px}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-poster-card{display:block!important;width:100%;max-width:210px;min-width:0}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-poster-card>.lighten{display:block}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-media{width:100%;aspect-ratio:2/3!important}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-media>picture,.single-post .pvox-related-movies .pvox-related-movie-grid .hw-media>img,.single-post .pvox-related-movies .pvox-related-movie-grid .hw-media>picture>img{width:100%;height:100%;object-fit:cover}.pvox-page-cols .pvox-page-side{position:static!important;top:auto!important;transform:none!important}@media(max-width:820px){.pvox-page-cols .pvox-page-side{display:none!important}.pvox-page-cols{display:block}}@media(min-width:701px){.hw-movie-hub-body .hwt-ranking-head,.hw-movie-hub-body .hwt-ranking-list{width:min(100%,920px)!important;max-width:920px!important;margin-left:auto!important;margin-right:auto!important}.hw-movie-hub-body .hwt-ranking-list{padding:0!important}.hw-movie-hub-body .hwt-ranking-card{width:100%;margin:0!important}}.single-post .pvox-related-movies .pvox-related-movie-grid{display:grid!important;inline-size:100%}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-poster-card{display:block!important;inline-size:100%;max-inline-size:210px}html[data-hw-polarity="dark"] .hw-trend-rank{color:#8ab4f8!important}html[data-hw-polarity="dark"] .hw-comments-reference-count{background:#8ab4f8!important;color:#202124!important}:where(.hw-comment-actions a,.hw-authorbox-foot a,.hw-authorbox-profile-link,.hw-authorbox-minimal-foot a,.hw-google-footer-links a,.hw-google-footer-more summary,.hw-google-footer-more-panel a){display:inline-flex;align-items:center;min-block-size:28px}.hw-comment-actions a{padding-inline:2px}.hw-verify-trigger{min-inline-size:28px;min-block-size:28px;justify-content:center}.hw-google-footer-social-link{min-inline-size:44px!important;min-block-size:44px!important}@media(max-width:700px){.single-post .pvox-related-movies .pvox-related-movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px}.single-post .pvox-related-movies .pvox-related-movie-grid .hw-poster-card{max-width:none}.hw-movie-hub-body .hwt-ranking-list{max-width:none!important;padding:0!important}.hw-movie-hub-body .hwt-ranking-card{margin:0!important}}html[data-hw-polarity="dark"] :where( .hw-article-inline-role,.hw-article-inline-role-separator,.hw-article-author-date,.hw-review-score-label,.hw-review-score-value small,.hw-comment-date,.hw-comments-reference .hw-comment-actions,.hw-comments-reference .hw-comment-actions a,.hw-comments-reference .hw-comment-like ){color:var(--hw-meta,#9aa0a6)!important}html[data-hw-polarity="dark"] .hw-comment-compose-trigger--reference{color:var(--color-accent,#8ab4f8)!important;background:var(--color-surface,#101010)!important}html[data-hw-polarity="light"] :where( .hw-article-inline-role,.hw-article-inline-role-separator,.hw-article-author-date,.hw-review-score-label,.hw-review-score-value small,.hw-comment-date,.hw-comments-reference .hw-comment-actions,.hw-comments-reference .hw-comment-actions a,.hw-comments-reference .hw-comment-like ){color:var(--hw-meta,#5f6368)!important}html[data-hw-polarity="dark"] :where( [data-hw-meta],.card-meta,.hw-meta,.hw-post-meta,.hw-card-meta,.hw-wire-meta,.hw-rundown-meta,.hw-video-meta,.hw-review-by,.hw-feature-by,.hw-cat-by,.hw-poster-meta,.hw-poster-sub-row,.hw-coverage-meta,.hw-author-role,.hw-author-dek,.hw-archive-lede,.hw-table-note,figcaption,.wp-element-caption ){color:#bdc1c6!important;opacity:1!important}html[data-hw-polarity="light"] :where( [data-hw-meta],.card-meta,.hw-meta,.hw-post-meta,.hw-card-meta,.hw-wire-meta,.hw-rundown-meta,.hw-video-meta,.hw-review-by,.hw-feature-by,.hw-cat-by,.hw-poster-meta,.hw-poster-sub-row,.hw-coverage-meta,.hw-author-role,.hw-author-dek,.hw-archive-lede,.hw-table-note,figcaption,.wp-element-caption ){color:#4d5156!important;opacity:1!important}html[data-hw-polarity="dark"] :where(input,textarea,select)::placeholder{color:#bdc1c6!important;opacity:1!important}html[data-hw-polarity="light"] :where(input,textarea,select)::placeholder{color:#5f6368!important;opacity:1!important}.home .hw-home-instance :where( .hw-hero-link,.hw-rundown-item,.hw-wire-item,.hw-poster-card,.hw-review-card,.hw-video-card,.hw-soon-item,.hw-feature-lead,.hw-feature-card,.hw-trend-item ){box-sizing:border-box;border:1px solid var(--color-divider);border-radius:var(--radius-md,14px);background:var(--color-surface);box-shadow:0 1px 2px rgba(60,64,67,.08);overflow:hidden}.home .hw-home-instance :where(.hw-rundown-item,.hw-wire-item,.hw-soon-item,.hw-trend-item){padding:12px 14px;margin-block:8px}.home .hw-home-instance :where(.hw-poster-card,.hw-feature-lead){padding:12px}.home .hw-home-instance :where(.hw-poster-card,.hw-feature-lead) :where(.lighten,.hw-media,.hw-ph){border-radius:calc(var(--radius-md,14px) - 4px);overflow:hidden}html[data-hw-polarity="dark"] .home .hw-home-instance :where( .hw-hero-link,.hw-rundown-item,.hw-wire-item,.hw-poster-card,.hw-review-card,.hw-video-card,.hw-soon-item,.hw-feature-lead,.hw-feature-card,.hw-trend-item ){background:#101010!important;border-color:#303134!important;box-shadow:0 1px 2px rgba(0,0,0,.5)}html[data-hw-polarity="light"] .home .hw-home-instance :where( .hw-hero-link,.hw-rundown-item,.hw-wire-item,.hw-poster-card,.hw-review-card,.hw-video-card,.hw-soon-item,.hw-feature-lead,.hw-feature-card,.hw-trend-item ){background:#f8f9fa!important;border-color:#dadce0!important}:where(.category,.archive.author,.author) :where(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){box-sizing:border-box;margin-block:10px;padding:12px;border:1px solid var(--color-divider)!important;border-radius:var(--radius-md,14px);background:var(--color-surface);box-shadow:0 1px 2px rgba(60,64,67,.08);overflow:hidden}html[data-hw-polarity="dark"] :where(.category,.archive.author,.author) :where(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){background:#101010!important;border-color:#303134!important;box-shadow:0 1px 2px rgba(0,0,0,.5)}html[data-hw-polarity="light"] :where(.category,.archive.author,.author) :where(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){background:#f8f9fa!important;border-color:#dadce0!important}.single-post .pvox-related-movies :where(.hw-poster-card,.hw-poster-card:any-link,.hw-poster-title,.hw-poster-meta,.hw-poster-sub-row){text-decoration:none!important;text-decoration-line:none!important}.single-post .pvox-related-movies .hw-poster-card:is(:hover,:focus-visible) :where(.hw-poster-title,.hw-poster-meta,.hw-poster-sub-row){text-decoration:none!important}@media(max-width:700px){.home .hw-home-instance :where(.hw-rundown-item,.hw-wire-item,.hw-soon-item,.hw-trend-item){padding:10px 11px}:where(.category,.archive.author,.author) :where(.hw-cat-row,.hw-news-row,.hw-author-row,.hw-result){padding:10px}}:root{--pvox-card-inset:clamp(12px,1.15vw,18px)}.home .hw-home-instance .hw-hero-link{box-sizing:border-box;padding:var(--pvox-card-inset)}.home .hw-home-instance .hw-hero-link>figure{overflow:hidden;border-radius:calc(var(--radius-md,14px) - 4px)}.home .hw-home-instance .hw-hero-link>:is(h1,h2,.hw-hero-dek,.hw-hero-byline){width:100%;max-width:none}.home .hw-home-instance .hw-review-card,.home .hw-home-instance .hw-video-card,.home .hw-home-instance .hw-feature-card{padding:var(--pvox-card-inset)!important}.home .hw-home-instance .hw-review-card>.lighten,.home .hw-home-instance .hw-video-card .hw-video-frame,.home .hw-home-instance .hw-feature-card .hw-feature-card-media{overflow:hidden;border-radius:calc(var(--radius-md,14px) - 4px)!important}.home .hw-home-instance .hw-review-card .hw-review-body{padding:14px 4px 4px}.home .hw-home-instance .hw-video-card .hw-video-title{margin:12px 2px 0}.home .hw-home-instance .hw-video-card .hw-video-meta{margin:5px 2px 2px}.home .hw-home-instance .hw-feature-card :is(.card-kicker,.card-title,.card-body){margin-inline:2px}.home .hw-home-instance .hw-feature-card .card-meta{margin-inline:2px;margin-bottom:2px}.home .hw-home-instance .hw-rundown{align-self:stretch}:where(.blog,.category) .hw-lead-card{padding:var(--pvox-card-inset)!important}:where(.blog,.category) .hw-lead-card .hw-lead-media{overflow:hidden;border-radius:calc(var(--radius-md,14px) - 4px)}:where(.blog,.category) .hw-lead-card .hw-lead-body{padding:20px 12px 8px 22px}.search-results .hw-result{box-sizing:border-box;margin-block:10px;padding:12px;border:1px solid var(--color-divider);border-radius:var(--radius-md,14px);background:var(--color-surface);overflow:hidden}.single-post .hw-related-cards .hw-review-card{padding:12px!important}.single-post .hw-related-cards .hw-review-card>.lighten{overflow:hidden;border-radius:calc(var(--radius-md,14px) - 4px)}.single-post .hw-related-cards .hw-review-body{padding:13px 4px 4px}.hw-pagination{margin-block-start:clamp(28px,4vw,52px);padding-block:4px clamp(42px,6vw,72px);gap:10px}.hw-pagination .page-numbers{min-width:38px;width:auto;height:38px;padding-inline:11px}.hw-pagination .page-numbers.dots{padding-inline:4px}.pvox-standard-page-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:48px;align-items:start;padding-bottom:52px}.pvox-standard-page-main{min-width:0}.pvox-standard-page-shell .pvox-page-side{position:static!important;top:auto!important;width:340px;transform:none!important}.pvox-rail-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:12px}.pvox-rail-button{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--color-divider);border-radius:12px;background:var(--color-surface);color:var(--color-text);font:500 19px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 1px 2px rgba(60,64,67,.08)}.pvox-rail-button:is(:hover,:focus-visible){border-color:var(--color-accent);color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface))}.pvox-rail-button:disabled{opacity:.42;cursor:default}@media(min-width:761px){.has-pvox-bottom-controls [data-hw-rail-nav]:not(.pvox-rail-controls){display:none!important}}@media(max-width:900px){.pvox-standard-page-shell{grid-template-columns:minmax(0,1fr) 300px;gap:32px}.pvox-standard-page-shell .pvox-page-side{width:300px}}@media(max-width:820px){.pvox-standard-page-shell{display:block;padding-bottom:36px}.pvox-standard-page-shell .pvox-page-side{display:none!important}}@media(max-width:760px){.pvox-rundown-desktop-extra,.pvox-rail-controls,.has-pvox-bottom-controls [data-hw-rail-nav]{display:none!important}:where(.blog,.category) .hw-lead-card .hw-lead-body{padding:16px 4px 4px}.home .hw-home-instance .hw-review-card,.home .hw-home-instance .hw-video-card,.home .hw-home-instance .hw-feature-card{padding:11px!important}}.hw-review-card{padding:var(--pvox-card-inset)!important}.hw-review-card>.lighten{overflow:hidden;border-radius:calc(var(--radius-md,14px) - 4px)}.hw-review-card .hw-review-body{padding:14px 4px 4px}.hw-tag-story-card.card:not(.is-list){padding:12px}.hw-tag-story-card.card:not(.is-list) .hw-tag-story-media{border-radius:calc(var(--hw-tag-card-radius,var(--radius-md,14px)) - 4px)}.hw-tag-story-card.card:not(.is-list) .hw-tag-story-copy{padding:14px 4px 4px}
