:root{--htcv-blue:#087f79;--htcv-blue-dark:#0b3153;--htcv-green:#0aa79d;--htcv-green-dark:#087f79;--htcv-ink:#102c46;--htcv-muted:#60778b;--htcv-surface:#f3faf9;--htcv-white:#fff;--htcv-radius:18px;--htcv-shadow:0 10px 30px rgba(11,49,83,.1)}
.htcv{max-width:1240px;margin:0 auto;padding:clamp(32px,4vw,58px) 20px clamp(60px,7vw,92px);color:var(--htcv-ink);font-family:inherit}
.htcv *{box-sizing:border-box}.htcv-library{position:relative}.htcv-hero{text-align:center;max-width:820px;margin:0 auto clamp(34px,4vw,52px)}.htcv-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--htcv-green);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px}.htcv-kicker::before,.htcv-kicker::after{content:"";width:24px;height:1px;background:currentColor;opacity:.55}.htcv h1{font-size:clamp(2.15rem,4.2vw,3.55rem);line-height:1.08;color:var(--htcv-blue-dark);margin:0 0 16px;letter-spacing:-.025em}.htcv-hero>p,.htcv-page-header>div{font-size:clamp(1rem,1.6vw,1.16rem);line-height:1.7;color:var(--htcv-muted);margin-bottom:0}
.htcv-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.htcv-category-card,.htcv-video-card{background:var(--htcv-white);border:1px solid #dce9ed;border-radius:var(--htcv-radius);box-shadow:0 8px 28px rgba(11,49,83,.08);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.htcv-category-card{position:relative;min-height:288px;display:flex;flex-direction:column}.htcv-category-card:not(.is-empty):hover,.htcv-video-card:hover{transform:translateY(-5px);border-color:#b9ddd9;box-shadow:0 18px 42px rgba(11,49,83,.15)}.htcv-category-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:#dcecf2}.htcv-category-image::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(5,40,67,.45))}.htcv-category-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.htcv-category-card:not(.is-empty):hover .htcv-category-image img{transform:scale(1.045)}.htcv-card-number{position:absolute;z-index:1;top:14px;right:14px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(11,49,83,.82);color:#fff;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(5px);font-weight:800;font-size:.72rem;letter-spacing:.06em}.htcv-category-content{padding:19px 21px 21px;display:flex;flex:1;flex-direction:column}.htcv-category-card h2{font-size:1.08rem;line-height:1.38;margin:0 0 16px;color:var(--htcv-ink)}.htcv-category-card h2 a{color:inherit;text-decoration:none}.htcv-category-card h2 a::after{content:"";position:absolute;inset:0;z-index:1}.htcv-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.htcv-category-card p{color:var(--htcv-muted);font-size:.84rem;line-height:1.25;margin:0}.htcv-link{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:var(--htcv-green);color:#fff;font-size:.8rem;font-weight:750;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,transform .2s ease}.htcv-link span{transition:transform .2s ease}.htcv-link:hover,.htcv-link:focus-visible{background:var(--htcv-green-dark);color:#fff}.htcv-link:hover span{transform:translateX(3px)}.htcv-coming-soon{padding:7px 10px;border-radius:999px;background:#eef4f4;color:#738997;font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.htcv-category-card.is-empty{background:#fbfcfd;box-shadow:none}.htcv-category-card.is-empty .htcv-category-image img{filter:saturate(.55);opacity:.76}
.htcv-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:.9rem;color:var(--htcv-muted);margin-bottom:32px}.htcv-breadcrumb a{color:var(--htcv-green-dark);font-weight:650;text-decoration:none}.htcv-breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.htcv-page-header{max-width:850px;margin-bottom:40px}.htcv-page-header h1{font-size:clamp(2rem,4vw,3rem)}.htcv-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.htcv-thumb{position:relative;display:block;width:100%;padding:0;border:0;background:#0b1822;aspect-ratio:16/9;cursor:pointer;overflow:hidden}.htcv-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.htcv-thumb:hover img{transform:scale(1.04);opacity:.88}.htcv-play-icon{position:absolute;left:50%;top:50%;translate:-50% -50%;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;padding-left:4px;background:rgba(255,255,255,.95);color:var(--htcv-green-dark);box-shadow:0 6px 24px rgba(0,0,0,.25)}.htcv-featured{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:20px;background:var(--htcv-green);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase}.htcv-card-body{padding:22px}.htcv-card-body h2{font-size:1.2rem;line-height:1.4;margin:0 0 9px}.htcv-card-body h2 a{color:var(--htcv-ink);text-decoration:none}.htcv-card-body h2 a:hover{color:var(--htcv-green-dark)}.htcv-country{color:var(--htcv-green-dark);font-weight:700;font-size:.9rem}.htcv-description{color:var(--htcv-muted);line-height:1.6;margin:12px 0 20px}.htcv-button{appearance:none;border:0;border-radius:999px;background:var(--htcv-green);color:#fff;font-weight:750;padding:11px 18px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.htcv-button:hover,.htcv-button:focus-visible{background:var(--htcv-green-dark);color:#fff;transform:translateY(-1px)}.htcv :focus-visible{outline:3px solid rgba(10,167,157,.28);outline-offset:3px}
.htcv-modal{width:min(960px,94vw);padding:0;border:0;border-radius:16px;background:#000;box-shadow:0 24px 80px rgba(0,0,0,.5);overflow:visible}.htcv-modal::backdrop{background:rgba(3,19,31,.82);backdrop-filter:blur(4px)}.htcv-player{aspect-ratio:16/9}.htcv-player iframe,.htcv-embed iframe{width:100%;height:100%;border:0}.htcv-close{position:absolute;right:0;top:-46px;border:0;background:transparent;color:#fff;font-size:2.3rem;cursor:pointer}.htcv-embed{width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--htcv-radius);overflow:hidden;box-shadow:var(--htcv-shadow)}.htcv-video-page{max-width:1000px}.htcv-copy{max-width:800px;font-size:1.08rem;line-height:1.8;margin-top:34px}.htcv-empty{text-align:center;background:var(--htcv-surface);padding:50px 20px;border-radius:var(--htcv-radius)}
@media(max-width:960px){.htcv-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.htcv-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.htcv{padding:30px 14px 54px}.htcv-hero{margin-bottom:30px}.htcv-kicker::before,.htcv-kicker::after{width:14px}.htcv-category-grid{grid-template-columns:1fr;gap:14px}.htcv-category-card{min-height:0}.htcv-category-content{padding:18px}.htcv-video-grid{grid-template-columns:1fr}.htcv-modal{width:96vw}.htcv-card-body{padding:18px}}
@media(prefers-reduced-motion:reduce){.htcv-category-card,.htcv-category-card::before,.htcv-video-card,.htcv-thumb img{transition:none}}
