:root{--home-primary:#c1121f;--home-dark:#1f2933;--home-muted:#6b7280;--home-border:#e5e7eb;--home-soft:#f8f9fc;--home-surface:#ffffff}.navbar-nav .nav-link,.navbar-nav .nav-link:hover{color:#111827}.khc-footer{background-color:#f3f4f6;background-image:none;border-top:1px solid #e5e7eb;text-align:center;margin-inline:clamp(1rem,4vw,3rem)}.khc-footer__top{display:flex;flex-direction:column;align-items:center;gap:1.75rem;margin-bottom:2.5rem}.khc-footer__brand{display:inline-flex;align-items:center;align-self:flex-start}.khc-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin:0;font-weight:600;letter-spacing:0;text-transform:none}.khc-footer__link{color:#a30013;font-size:.95rem;transition:color .2s ease}.khc-footer__link:focus,.khc-footer__link:hover{color:#c1121f;text-decoration:none}.khc-footer__social{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.khc-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(193,18,31,.35);color:#c1121f;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.khc-footer__social-link:focus,.khc-footer__social-link:hover{background-color:#c1121f;border-color:#c1121f;color:#ffffff;text-decoration:none}.khc-footer__copy{color:#6c757d;font-size:.875rem;margin:0}@media (min-width:768px){.khc-footer__top{align-items:center}.khc-footer__links{justify-content:center;gap:1.5rem}}@media (max-width:575.98px){.khc-footer__social{justify-content:center}}.card-title{font-size:1rem}.card-text{font-size:.875rem}.media-body h5{font-size:1rem}.media-body p{font-size:.875rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--home-dark)}.court-section-title{color:var(--home-primary)}.court-dropdown{position:relative}.court-dropdown-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:0;border:none;background-color:transparent;color:#c1121f;font-size:1.25rem;font-weight:700;cursor:pointer;transition:color .2s ease}.court-dropdown-toggle:focus,.court-dropdown-toggle:hover{color:#9b0e19;outline:none}.court-dropdown-toggle:disabled{color:#6c757d;cursor:not-allowed}.court-dropdown-toggle .dropdown-icon{color:#c1121f;transition:transform .2s ease}.court-dropdown-toggle:disabled .dropdown-icon{color:#6c757d}.court-dropdown-toggle .dropdown-icon.open{transform:rotate(-180deg)}.court-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;z-index:20;min-width:220px;background-color:#ffffff;border:1px solid #f3b8be;border-radius:.75rem;padding:.5rem 0;box-shadow:0 12px 30px rgba(31,41,55,.15);list-style:none;margin:0}.court-dropdown-item{width:100%;padding:.5rem 1rem;background:transparent;border:none;text-align:left;color:#1f2933;font-weight:500;transition:background-color .2s ease,color .2s ease}.court-dropdown-item:focus,.court-dropdown-item:hover{background-color:#ffe3e3;color:#c1121f;outline:none}.court-dropdown-item.active{background-color:#c1121f;color:#ffffff}.court-dropdown-item:disabled{color:#9ca3af;cursor:not-allowed;background-color:transparent}@media (max-width:576px){.court-dropdown-menu,.court-dropdown-toggle{width:100%}.court-dropdown-menu{min-width:0}}.breadcrumb{background-color:transparent;padding:0;margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item:before{content:">"}.breadcrumb-item a{color:#6c757d}.breadcrumb-item a:hover{color:#343a40}.top-story-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;padding:2rem;background:linear-gradient(180deg,rgba(15,23,42,0) 10%,rgba(15,23,42,.75))}.card-img-top{object-fit:cover;width:100%}.home-main{padding-top:2.5rem!important;padding-bottom:4rem!important}.home-card-img{max-width:100%;width:100%;height:100%;object-fit:cover;border-radius:14px}.home-article-card{display:flex;flex-direction:column;border:1px solid var(--home-border);border-radius:18px;overflow:hidden;background:var(--home-surface);box-shadow:0 14px 32px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.home-article-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,23,42,.12)}.home-article-card__image-wrapper{position:relative;padding-top:56.25%;background:#f4f6fb;overflow:hidden;border-radius:16px;max-width:100%}.home-article-card__image-wrapper img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;object-fit:cover}@media (max-width:575.98px){.article-card-img,.home-article-card__image-wrapper img,.home-card-img{object-fit:contain}}.home-article-card__body{padding:1.75rem 1.5rem 1.5rem;display:flex!important;flex-direction:column;gap:.85rem}.home-article-card__section{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--home-primary);background:rgba(193,18,31,.1);border-radius:999px;padding:.25rem .75rem;width:-moz-fit-content;width:fit-content}.home-article-card__title{font-size:1.2rem;line-height:1.45;color:var(--home-dark);margin-bottom:0}.home-article-card__excerpt{color:#4b5563;font-size:.95rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.home-article-card__meta{margin-top:auto;display:flex;align-items:center;gap:.65rem;font-size:.85rem;font-weight:500;color:var(--home-muted);flex-wrap:wrap}.home-article-card__meta .home-article-card__court{color:var(--home-primary)}.home-article-card__divider{width:4px;height:4px;border-radius:50%;background-color:var(--home-border);display:inline-flex}.author-article-card__link{color:inherit;display:block}.author-article-card{display:flex;flex-direction:column;border:1px solid var(--home-border);border-radius:18px;background:var(--home-surface);overflow:hidden;box-shadow:0 14px 32px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease;height:100%}.author-article-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,23,42,.12)}.author-article-card__image-wrapper{position:relative;width:100%;padding-top:62%;background-color:#f4f6fb;overflow:hidden}.author-article-card__image{object-fit:cover;border-top-left-radius:18px;border-top-right-radius:18px}.author-article-card__body{padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1 1}.author-article-card__title{font-size:1.1rem;line-height:1.45;color:var(--home-dark);margin:0}.author-article-card__excerpt{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.author-article-card__meta{display:flex;flex-wrap:wrap;gap:.75rem;padding:0 1.5rem 1.5rem;color:var(--home-muted);font-size:.85rem;font-weight:500}.author-article-card__meta-item{display:inline-flex;align-items:center;gap:.35rem}@media (max-width:575.98px){.author-article-card__body{padding:1.25rem 1.1rem 1rem}.author-article-card__meta{padding:0 1.1rem 1.1rem}}.court-section-grid{display:grid;grid-gap:1.875rem;gap:1.875rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:767.98px){.court-section-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:1200px){.court-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.court-section-card{display:block;text-decoration:none;color:inherit}.court-section-card article{background:transparent;border-radius:0;overflow:hidden;box-shadow:none;transition:color .3s ease;height:100%;display:flex;flex-direction:column}.court-section-card--video{cursor:pointer}.court-section-card--video:focus-visible{outline:2px solid rgba(193,18,31,.55);outline-offset:4px}.court-section-card--video article{height:100%}.court-section-card__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.court-section-card__overlay--play{background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.45))}.court-section-card__play-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(193,18,31,.92);color:#fff;font-size:1.1rem;box-shadow:0 10px 25px rgba(193,18,31,.35)}.court-section-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.court-section-card__tag{display:inline-flex;align-items:center;border-radius:999px;background:rgba(17,24,39,.08);color:var(--home-dark);font-weight:600;font-size:.75rem;padding:.25rem .75rem;border:none}.court-section-card__tag--button{cursor:pointer;background:rgba(17,24,39,.12)}.court-section-card__tag--button:hover{background:rgba(17,24,39,.18)}.court-section-card__tag--button:focus-visible{outline:2px solid rgba(193,18,31,.55);outline-offset:2px}.court-section-card:hover article{transform:none;box-shadow:none}.court-section-card__image{position:relative;width:100%;height:260px;aspect-ratio:16/9;overflow:hidden;background:#f3f4f6;border-radius:18px}@supports (aspect-ratio:1){.court-section-card__image{height:auto}}@media (max-width:575.98px){.court-section-card__image{aspect-ratio:4/3}}@supports not (aspect-ratio:1){@media (max-width:575.98px){.court-section-card__image{height:220px}}}.court-section-card__image img{object-fit:cover;transition:transform .35s ease}@media (max-width:575.98px){.court-section-card__image img{object-fit:contain}}.court-section-card:hover .court-section-card__image img{transform:scale(1.03)}.court-section-card__content{padding:1.5rem 0 0;display:flex;flex-direction:column;gap:1rem}.court-section-card__title{font-size:1.25rem;line-height:1.4;color:#1a1a1a;margin:0;height:calc(1.4em * 2)}.court-section-card__excerpt,.court-section-card__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.court-section-card__excerpt{color:#555;font-size:.95rem;line-height:1.6;height:calc(1.6em * 2)}.court-section-card__excerpt p{margin:0}.court-section-card__meta{margin-top:auto;display:flex;align-items:center;gap:12px;font-size:.9rem;color:#7c7c7c;flex-wrap:wrap}.court-section-card__court{color:#8b1538;font-weight:500}.court-section-card__separator{color:#d0d0d0}.court-section-card__date{color:#7c7c7c}.court-section-empty{grid-column:1/-1;text-align:center;color:#6b7280;font-weight:500}.article-card-img{max-width:100%;object-fit:cover;width:100%;height:100%;border-radius:14px}.left-panel{background-color:#f8d7da;display:flex;flex-direction:column;align-items:center;justify-content:center}.left-panel h1{font-size:3rem;font-weight:700;color:#000}.left-panel p{font-size:1.25rem;color:#000}.right-panel{padding:2rem}.right-panel h2{font-size:1.75rem;font-weight:700}.right-panel p{margin-bottom:1.5rem}.btn-apple,.btn-google{border:1px solid #dc3545;color:#dc3545;margin-bottom:1rem;font-weight:700}.btn-apple i,.btn-google i{margin-right:.5rem}.form-label{margin-bottom:.5rem;font-weight:700}.form-control{margin-bottom:1rem}.forgot-password,.signup-link{color:#dc3545;font-weight:700}.nav-link{position:relative;color:#111827;text-decoration:none;padding:.5rem 1rem;border-bottom:2px solid transparent;transition:all .3s ease}.nav-link.active,.nav-link:hover{color:#111827;border-bottom:2px solid #ff0000}.input-group .form-control{height:48px;border-radius:4px 0 0 4px}.input-group .btn{height:48px;border-radius:0 4px 4px 0}.input-group .btn i{font-size:1.1rem}.dropdown-toggle:after{display:none}.dropdown .dropdown-arrow{transition:all .2s ease}.dropdown.show .dropdown-arrow{transform:rotate(180deg)}.home-crumb{background:#f3f4f6;border-bottom:1px solid #e5e7eb}.home-crumb .breadcrumb{margin-bottom:0;padding:.75rem 0;font-weight:600;color:var(--home-dark)}.home-crumb .breadcrumb-item+.breadcrumb-item:before{color:rgba(17,24,39,.45)}.home-crumb .breadcrumb-item.active,.home-crumb .breadcrumb-item.active:last-child{color:var(--home-dark)}.top-story-section{position:relative}.top-story-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:992px){.top-story-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,1.35fr);align-items:stretch}}.top-story-featured{min-height:100%;display:flex;flex-direction:column}.top-story-featured>.top-story-carousel{flex:1 1 auto}.top-story-carousel{display:flex;flex-direction:column;height:100%}.top-story-carousel__viewport{position:relative;border-radius:0;overflow:hidden;min-height:480px;background:#111827;box-shadow:none;flex:1 1 auto}.top-story-carousel__slider .carousel-item{height:100%}.top-story-slide{position:relative;display:block;height:100%;min-height:480px;color:#ffffff;text-decoration:none}.top-story-slide__media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.top-story-slide__image{object-fit:contain}.top-story-slide__gradient{display:none}.top-story-slide__content{position:absolute;left:2.25rem;right:auto;bottom:2.75rem;padding:1.85rem 2.25rem 2.15rem;display:flex;flex-direction:column;gap:1.1rem;color:#ffffff;width:-moz-fit-content;width:fit-content;max-width:720px;background:linear-gradient(135deg,rgba(15,23,42,.72),rgba(15,23,42,.58));border-radius:1.25rem;box-shadow:0 24px 48px rgba(15,23,42,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@supports (max-width:min(720px,calc(100% - 4.5rem))){.top-story-slide__content{max-width:min(720px,calc(100% - 4.5rem))}}.top-story-slide__title{font-size:2.25rem;line-height:1.3;font-weight:700;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.45)}.top-story-slide__meta{display:inline-flex;align-items:center;gap:1.5rem;font-size:.95rem;font-weight:600}.top-story-slide__source{color:#f28c94;letter-spacing:.02em;text-transform:uppercase}.top-story-slide__date{color:rgba(255,255,255,.78);font-weight:500}.top-story-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:none;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);color:#ffffff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(15,23,42,.35);opacity:0;transition:opacity .25s ease,transform .25s ease,background .25s ease;cursor:pointer}.top-story-carousel__nav:focus,.top-story-carousel__nav:hover{background:rgba(255,255,255,.28);outline:none}.top-story-carousel__nav--prev{left:1.75rem}.top-story-carousel__nav--next{right:1.75rem}.top-story-carousel:hover .top-story-carousel__nav,.top-story-carousel__nav:focus-visible{opacity:1}@media (max-width:575.98px){.top-story-carousel__nav{display:none}}.top-story-carousel__dots{position:static;margin-top:1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.top-story-carousel__dot{width:10px;height:10px;border-radius:999px;border:1px solid transparent;background:var(--home-muted);transition:all .3s ease;padding:0}.top-story-carousel__dot.is-active{width:28px;background:var(--home-primary);border-color:transparent}.top-story-placeholder{min-height:480px;border-radius:24px;border:1px dashed rgba(193,18,31,.35);background:rgba(193,18,31,.06);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.1rem;padding:2.4rem}.top-story-placeholder__title{font-size:2rem;font-weight:700;color:var(--home-dark);margin-bottom:0}.top-story-placeholder__copy{max-width:440px;color:var(--home-muted);font-size:1rem;line-height:1.65}.top-story-sidebar{display:flex;flex-direction:column;gap:1.25rem}.top-story-sidebar__card{display:flex;gap:1.25rem;align-items:stretch;background:transparent;border-radius:0;padding:0;box-shadow:none;text-decoration:none;color:var(--home-dark);transition:color .25s ease}.top-story-sidebar__card:hover{transform:none;box-shadow:none}.top-story-sidebar__media{position:relative;flex-shrink:0;width:260px;height:160px;border-radius:0;overflow:hidden;background:#f4f6fb}.top-story-sidebar__image{object-fit:contain;transition:transform .4s ease;background-color:#ffffff}.top-story-sidebar__card:hover .top-story-sidebar__image{transform:none}.top-story-sidebar__content{flex:1 1;display:flex;flex-direction:column;gap:.55rem}.top-story-sidebar__title{font-size:1rem;font-weight:700;color:var(--home-dark);margin-bottom:0;line-height:1.4}.top-story-sidebar__excerpt{font-size:.9rem;color:var(--home-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.top-story-sidebar__meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;font-size:.85rem;width:100%}.top-story-sidebar__source{color:var(--home-primary);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.top-story-sidebar__date{color:var(--home-muted);font-weight:500}.top-story-sidebar__empty{color:var(--home-muted);font-size:.95rem}@media (max-width:1199.98px){.top-story-slide__content{padding:1.75rem 2rem 2rem}.top-story-slide__title{font-size:2rem}.top-story-slide__meta{gap:1.1rem}}@media (max-width:991.98px){.top-story-carousel__viewport,.top-story-slide{min-height:420px}.top-story-slide__content{left:2rem;bottom:2.5rem}.top-story-carousel__nav{opacity:1}.top-story-sidebar__card{padding:1rem}}@media (max-width:767.98px){.top-story-grid{gap:1.75rem}.top-story-carousel__viewport,.top-story-slide{min-height:380px}.top-story-slide__content{left:1.5rem;bottom:2rem;padding:1.6rem 1.5rem 1.85rem;width:calc(100% - 3rem);max-width:none}.top-story-slide__title{font-size:1.75rem}.top-story-slide__meta{flex-direction:column;align-items:flex-start;gap:.5rem}.top-story-sidebar__card{flex-direction:column}.top-story-sidebar__media{width:100%;height:200px}}@media (max-width:575.98px){.top-story-carousel__viewport,.top-story-slide{min-height:320px}.top-story-slide__content{left:1.25rem;bottom:1.6rem;padding:1.5rem 1.25rem 1.7rem;width:calc(100% - 2.5rem)}.top-story-slide__title{font-size:1.5rem}}.home-section{display:flex;flex-direction:column;gap:1.75rem;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.home-section__header{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;border-bottom:none;padding-bottom:0}.home-section__header>:first-child{min-width:0}.home-section__title{font-size:1.6rem;font-weight:700;color:var(--home-primary)}.home-section__link{font-weight:600;color:var(--home-primary);display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}.home-section__link:hover{color:#9b0e19}.home-section .row.g-4>[class*=col-]{display:flex}.home-section .row.g-4>[class*=col-]>*{width:100%}.reading-line-height{line-height:1.7}.article-page{padding-top:1.75rem;padding-bottom:2.25rem}@media (max-width:991.98px){.article-page{padding-top:1.5rem;padding-bottom:2rem}}@media (max-width:575.98px){.article-page{padding-top:1.25rem;padding-bottom:1.75rem}}.article-layout{max-width:980px;margin:0 auto;padding:0 1rem 2.75rem}@media (max-width:991.98px){.article-layout{padding:0 .75rem 2.25rem}}@media (max-width:575.98px){.article-layout{padding:0 .75rem 2rem}}.article-header{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.article-header__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin-bottom:1.25rem}.article-title{font-size:clamp(2rem,2.5vw + 1.2rem,2.75rem);font-weight:700;line-height:1.3;color:#0f172a;margin:0}.article-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media (max-width:575.98px){.article-header__top{flex-direction:column}.article-actions{justify-content:flex-start}}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.75rem;font-size:.98rem}.article-lead{font-size:1.2rem;line-height:1.9;color:#1f2937;margin:0 0 1.85rem}.article-figure{margin:1.75rem 0}.article-figure .figure-img{border-radius:18px;width:100%;box-shadow:0 16px 36px rgba(15,23,42,.12)}.article-share{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin:1.25rem 0 2rem}.article-share__label{font-weight:600;color:#0f172a}.article-share__buttons{display:flex;align-items:center;gap:.75rem}.article-share__buttons .btn{width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.article-content{font-size:1.1rem;line-height:1.95;color:var(--home-dark);word-break:break-word;letter-spacing:.01em;margin:0 0 2.25rem}.article-content p{margin-bottom:1.5rem}.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{font-weight:700;color:#0f172a;margin-top:2rem;margin-bottom:1rem;line-height:1.35}.article-content h2{font-size:1.85rem}.article-content h3{font-size:1.5rem}.article-content ol,.article-content ul{padding-left:1.6rem;margin-bottom:1.5rem}.article-content ol li,.article-content ul li{margin-bottom:.75rem}.article-content blockquote{border-left:4px solid rgba(193,18,31,.6);background:rgba(193,18,31,.06);padding:1.5rem 2rem;margin:2rem 0;font-style:italic;color:#1f2937;line-height:1.85}.article-content pre{background:#0f172a;color:#f8fafc;border-radius:12px;padding:1.5rem 1.75rem;overflow-x:auto;margin:2rem 0;font-size:.95rem;line-height:1.7}.article-content code{background:rgba(15,23,42,.08);padding:.2rem .45rem;border-radius:6px;font-size:.9rem}.article-content img{max-width:100%;height:auto;border-radius:14px;margin:1.5rem 0;display:block}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0}.article-content table td,.article-content table th{border:1px solid #d1d5db;padding:.85rem 1.1rem}.article-content a{color:var(--home-primary);text-decoration:underline}.ql-snow{border:none!important;background:transparent}.ql-editor{line-height:1.95}.ql-editor p{margin:0 0 1.8rem}.ql-editor p:last-child{margin-bottom:0}.ql-snow .article-content{border:none!important;padding:0;background:transparent}.additional-images .row{margin-right:-10px;margin-left:-10px}.additional-images .col-6,.additional-images .col-md-4{padding:10px}.additional-images img{transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.1)}.additional-images img:hover{transform:scale(1.03);box-shadow:0 8px 16px rgba(0,0,0,.2)}@media (max-width:768px){.additional-images .col-md-4{padding:5px}.additional-images .row{margin-right:-5px;margin-left:-5px}}.video-page__layout{align-items:flex-start}.video-page__player{border-radius:1rem;overflow:hidden;background:#0f172a}.video-page__player iframe{width:100%;height:100%;border:0}.video-page__details{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.video-page__title{font-size:1.75rem;font-weight:700;color:var(--home-primary)}.video-page__meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#64748b}.video-page__meta-pill{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .75rem;border-radius:999px;background:rgba(193,18,31,.12);color:var(--home-primary);font-weight:600}.video-page__meta-separator{color:#94a3b8}.video-page__description{color:#475569;line-height:1.75;margin-bottom:0}.video-page__tags{display:flex;flex-wrap:wrap;gap:.5rem}.video-page__tag{border:1px solid #e2e8f0;border-radius:999px;background:#fff;padding:.35rem .9rem;font-size:.85rem;color:#0f172a;font-weight:500;cursor:pointer;transition:all .2s ease}.video-page__tag:focus-visible,.video-page__tag:hover{border-color:var(--home-primary);color:var(--home-primary);outline:none;box-shadow:0 0 0 3px rgba(193,18,31,.15)}.video-page__sidebar-title{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem}.video-page__up-next-list{display:flex;flex-direction:column;gap:1rem}.video-page__up-next-item{display:flex;gap:.85rem;align-items:stretch;width:100%;border:1px solid #e2e8f0;border-radius:1rem;background:#ffffff;padding:.75rem;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.video-page__up-next-item:focus-visible,.video-page__up-next-item:hover{transform:translateY(-2px);border-color:rgba(193,18,31,.4);box-shadow:0 12px 30px rgba(15,23,42,.08);outline:none}.video-page__up-next-item.is-active{border-color:var(--home-primary);box-shadow:0 16px 35px rgba(193,18,31,.15)}.video-page__up-next-thumb{position:relative;flex:0 0 40%;aspect-ratio:16/9;border-radius:.85rem;overflow:hidden;background:#0f172a}.video-page__up-next-thumb img{object-fit:cover}.video-page__thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.55));opacity:0;transition:opacity .2s ease}.video-page__up-next-item.is-active .video-page__thumb-overlay,.video-page__up-next-item:hover .video-page__thumb-overlay{opacity:1}.video-page__up-next-details{display:flex;flex-direction:column;gap:.4rem;justify-content:center}.video-page__up-next-title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:0}.video-page__up-next-description{font-size:.85rem;color:#64748b;margin-bottom:0;line-height:1.5}.video-page__up-next-date{font-size:.8rem;color:#94a3b8}.video-page__empty{color:#64748b;margin-bottom:0}@media (max-width:991.98px){.video-page__up-next-item{flex-direction:row}.video-page__up-next-thumb{flex:0 0 45%}}@media (max-width:575.98px){.video-page__title{font-size:1.45rem}.video-page__up-next-item{padding:.65rem}}.next-stories{border-top:1px solid #e2e8f0;padding-top:1.75rem}.next-stories__grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.next-stories__card{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;background:#ffffff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-height:100%}.next-stories__card:focus-visible,.next-stories__card:hover{transform:translateY(-4px);border-color:rgba(193,18,31,.45);box-shadow:0 16px 40px rgba(15,23,42,.12);outline:none}.next-stories__image{position:relative;aspect-ratio:16/9;background:#f1f5f9}.next-stories__image img{object-fit:cover}.next-stories__content{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto}.next-stories__title{font-size:1.05rem;font-weight:600;color:#0f172a;margin-bottom:0;line-height:1.5}.next-stories__meta{font-size:.85rem;color:#64748b}