.video-theater{background:linear-gradient(180deg,#0a1628 0,#0b1a2e 60%,#101d30 100%);padding:var(--space-lg) 0 var(--space-md);color:#fff}.video-theater-inner{max-width:1200px;margin:0 auto;padding:0 var(--space-md);display:grid;grid-template-columns:1fr 320px;gap:var(--space-lg);align-items:start}.video-theater-main{min-width:0}.video-theater-player{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.4);background:#000;aspect-ratio:16/9}.video-theater-player .video-embed{position:relative;width:100%;height:100%;padding-bottom:0;background:0 0;border-radius:0;box-shadow:none;cursor:pointer}.video-theater-thumb{width:100%;height:100%;object-fit:cover;display:block}.video-theater-player .video-embed.video-loaded .video-duration,.video-theater-player .video-embed.video-loaded .video-theater-play,.video-theater-player .video-embed.video-loaded .video-theater-thumb{display:none}.video-theater-player .video-embed.video-loaded iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-theater-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.15);border:none;cursor:pointer;transition:background .2s;padding:0}.video-theater-play:focus-visible,.video-theater-play:hover{background:rgba(0,0,0,.3)}.video-theater-play svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:transform .2s}.video-theater-play:hover svg{transform:scale(1.08)}.video-duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.85);color:#fff;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.02em;pointer-events:none}.video-theater-info{padding:var(--space-md) 0 0}.video-theater-category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#7eb8e6;margin-bottom:.35rem}.video-theater-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;color:#fff}.video-theater-desc{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.75);margin-bottom:var(--space-sm)}.video-theater-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:var(--space-sm)}.video-theater-action{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#7eb8e6;text-decoration:none;padding:.3rem 0;border-bottom:1px solid transparent;transition:border-color .2s}.video-theater-action:hover{border-bottom-color:#7eb8e6}.video-theater-help{font-size:.85rem;color:rgba(255,255,255,.5);margin-top:var(--space-xs)}.video-theater-phone{color:#7eb8e6;text-decoration:none;font-weight:600}.video-theater-phone:hover{text-decoration:underline}.video-theater-sidebar{min-width:0}.video-sidebar-heading{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.6);margin-bottom:var(--space-sm)}.video-sidebar-list{display:flex;flex-direction:column;gap:.75rem;max-height:520px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.2) transparent}.video-sidebar-item{display:flex;gap:.75rem;align-items:flex-start;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.5rem;cursor:pointer;transition:background .2s,border-color .2s;text-align:left;color:#fff;width:100%;font-family:inherit;font-size:inherit}.video-sidebar-item:focus-visible,.video-sidebar-item:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15)}.video-sidebar-item:focus-visible{outline:2px solid #7eb8e6;outline-offset:2px}.video-sidebar-item.active{background:rgba(126,184,230,.12);border-color:rgba(126,184,230,.3)}.video-sidebar-thumb{flex-shrink:0;width:120px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;position:relative}.video-sidebar-thumb img{width:100%;height:100%;object-fit:cover}.video-duration-sm{position:absolute;bottom:3px;right:3px;background:rgba(0,0,0,.85);color:#fff;padding:1px 5px;border-radius:3px;font-size:.7rem;font-variant-numeric:tabular-nums}.video-sidebar-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.video-sidebar-title{font-size:.85rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-sidebar-cat{font-size:.7rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.03em}.video-autoplay-overlay{position:absolute;inset:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.video-autoplay-content{text-align:center;padding:var(--space-md)}.video-autoplay-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.6);margin-bottom:.25rem}.video-autoplay-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:var(--space-sm);max-width:400px}.video-autoplay-countdown{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.video-autoplay-ring{transform:rotate(-90deg)}.video-autoplay-ring-progress{transition:stroke-dashoffset 1s linear}@media (prefers-reduced-motion:reduce){.video-autoplay-ring-progress{transition:none}}.video-autoplay-seconds{position:absolute;font-size:1.2rem;font-weight:700;color:#fff}.video-autoplay-cancel{display:inline-block;background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:.5rem 1.5rem;font-size:.9rem;cursor:pointer;transition:background .2s;font-family:inherit}.video-autoplay-cancel:hover{background:rgba(255,255,255,.25)}.video-filters{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;padding:var(--space-sm) 0}.video-filter-bar{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.25rem 0}.video-filter-bar::-webkit-scrollbar{display:none}.video-filter-pill{flex-shrink:0;padding:.45rem 1rem;border:1px solid var(--border);border-radius:100px;background:#fff;color:var(--text);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.video-filter-pill:hover{border-color:var(--primary);color:var(--primary)}.video-filter-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.video-filter-pill:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.video-library-section{padding:var(--space-xl) 0}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-md)}.video-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.video-card-published:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.video-card-planned{opacity:.55}.video-card-planned:hover{opacity:.65}.video-card[hidden]{display:none}.video-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;cursor:pointer;background:#0a1628}.video-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.video-card-published:hover .video-card-thumb img{transform:scale(1.04)}.video-card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.15);transition:background .2s}.video-card-published:hover .video-card-play{background:rgba(0,0,0,.3)}.video-card-play svg{transition:transform .2s}.video-card-published:hover .video-card-play svg{transform:scale(1.1)}.video-card-thumb-planned{cursor:default;display:flex;align-items:center;justify-content:center;background:var(--bg-alt);border-bottom:1px solid var(--border)}.video-planned-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.video-card-body{padding:var(--space-sm) var(--space-md) var(--space-md)}.video-card-category{display:inline-block;font-size:.7rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.video-card-body h3{font-size:1rem;font-weight:600;margin-bottom:.3rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card-body h3 a{color:var(--text);text-decoration:none}.video-card-body h3 a:hover{color:var(--primary)}.video-card-body p{font-size:.85rem;color:var(--text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.video-card-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.video-card-links a{font-size:.8rem;color:var(--primary);text-decoration:none}.video-card-links a:hover{text-decoration:underline}.video-roadmap{margin-top:var(--space-md)}.video-roadmap-group{margin-bottom:var(--space-lg)}.video-roadmap-group h3{font-size:1.1rem;margin-bottom:var(--space-sm);padding-bottom:.5rem;border-bottom:2px solid var(--primary-light)}.video-roadmap-count{font-weight:400;color:var(--text-muted);font-size:.9rem}.video-roadmap-list{list-style:none;padding:0;margin:0}.video-roadmap-list li{padding:var(--space-sm) 0;border-bottom:1px solid var(--border)}.video-roadmap-list li:last-child{border-bottom:none}.video-roadmap-list li strong{display:block;font-size:.95rem;margin-bottom:.2rem}.video-roadmap-list li span{font-size:.85rem;color:var(--text-light);line-height:1.5}.video-shorts-carousel{display:flex;gap:var(--space-md);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:var(--space-sm) 0}.video-shorts-carousel::-webkit-scrollbar{display:none}.video-short-card{flex-shrink:0;width:200px;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:#000;scroll-snap-align:start;position:relative;cursor:pointer}.video-short-card img{width:100%;height:100%;object-fit:cover}.video-short-title{position:absolute;bottom:0;left:0;right:0;padding:var(--space-sm);background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;font-size:.85rem;font-weight:600;line-height:1.3}.video-post-cta{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:var(--space-sm) var(--space-md);margin-top:var(--space-sm);text-align:center;display:none}.video-post-cta.visible{display:block}.video-post-cta p{font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:.5rem}.video-post-cta a{color:#7eb8e6;font-weight:600;text-decoration:none}.video-post-cta a:hover{text-decoration:underline}.vw-theater{padding:var(--space-lg) 0 var(--space-md)}.vw-theater-inner{max-width:900px;margin:0 auto;padding:0 var(--space-md)}.vw-info{padding:var(--space-md) 0 0}.vw-title{font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;color:#fff}.vw-desc{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.75);margin-bottom:var(--space-sm)}.vw-meta{display:flex;gap:var(--space-md);font-size:.8rem;color:rgba(255,255,255,.45);margin-bottom:var(--space-sm)}.vw-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:var(--space-sm)}.vw-transcript-preview{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:var(--space-md) var(--space-lg);line-height:1.8;font-size:.95rem}.vw-transcript-preview p{margin-bottom:.75rem}.vw-transcript-preview p:last-child{margin-bottom:0}.vw-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--space-md)}.vw-tool-card{display:block;background:#fff;border:1px solid var(--border);border-radius:12px;padding:var(--space-md);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.vw-tool-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--primary)}.vw-tool-icon{width:48px;height:48px;background:var(--primary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.vw-tool-card h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.vw-tool-card p{font-size:.85rem;color:var(--text-light);line-height:1.5}.vw-resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-md)}.vw-resources-grid-3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.vw-resource-card{display:block;background:#fff;border:1px solid var(--border);border-radius:10px;padding:var(--space-md);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.vw-resource-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--primary)}.vw-resource-card h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.vw-resource-card p{font-size:.85rem;color:var(--text-light);line-height:1.5}.vw-coming-soon-list{max-width:700px;margin:0 auto}.vw-coming-soon-item{padding:var(--space-sm) 0;border-bottom:1px solid var(--border)}.vw-coming-soon-item:last-child{border-bottom:none}.vw-coming-soon-item strong{display:block;font-size:.95rem;margin-bottom:.15rem}.vw-coming-soon-item span{font-size:.85rem;color:var(--text-light);line-height:1.5}.video-card-thumb:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.video-sidebar-item:focus-visible{outline:2px solid #7eb8e6;outline-offset:2px}@media (max-width:1024px){.video-theater-inner{grid-template-columns:1fr;gap:var(--space-md)}.video-theater-sidebar{order:2}.video-sidebar-list{max-height:none;flex-direction:row;overflow-x:auto;gap:var(--space-sm);padding-bottom:var(--space-xs)}.video-sidebar-item{flex-shrink:0;width:260px;flex-direction:column}.video-sidebar-thumb{width:100%}}@media (max-width:768px){.video-theater{padding:var(--space-sm) 0}.video-theater-inner{padding:0 var(--space-sm)}.video-theater-player{border-radius:8px}.video-theater-title{font-size:1.2rem}.video-theater-desc{font-size:.9rem}.video-grid{grid-template-columns:1fr;gap:var(--space-sm)}.video-filter-bar{padding:0 var(--space-sm)}.video-filters{padding:.5rem 0}.video-card{border-radius:8px}.video-sidebar-item{width:240px}.vw-theater-inner{padding:0 var(--space-sm)}.vw-title{font-size:1.25rem}.vw-meta{flex-direction:column;gap:.25rem}.vw-tools-grid{grid-template-columns:1fr}.vw-resources-grid,.vw-resources-grid-3{grid-template-columns:1fr}.vw-transcript-preview{padding:var(--space-sm) var(--space-md)}}@media (max-width:480px){.video-theater-play svg{width:56px;height:56px}.video-theater-info{padding:var(--space-sm) 0 0}.video-theater-title{font-size:1.1rem}.video-card-body{padding:var(--space-sm)}.video-autoplay-title{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.video-card,.video-card-play svg,.video-card-thumb img,.video-sidebar-item,.video-theater-play svg{transition:none}.video-card-published:hover{transform:none}.video-card-published:hover .video-card-thumb img{transform:none}}