.nvgt-badge{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.1);border-radius:4px;backdrop-filter:blur(12px);text-decoration:none;transition:all .2s ease;font-size:.7rem}.nvgt-badge:hover{background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.2);transform:translateY(-1px)}.badge-text{font-family:var(--font-inter);color:rgba(255,255,255,.4);letter-spacing:0;font-weight:400}.badge-brand{font-family:var(--font-ibm-plex-mono);font-weight:500;color:rgba(255,255,255,.9);letter-spacing:.05em}@media (max-width:768px){.nvgt-badge{bottom:1rem;right:1rem;font-size:.6rem;padding:.3rem .5rem}}.video-trigger-container{position:fixed;bottom:2rem;left:2rem;z-index:100;width:280px;transform-style:preserve-3d;transition:transform .1s cubic-bezier(.4,0,.2,1);will-change:transform}.video-trigger{background:transparent;border:none;padding:0;cursor:pointer;width:100%;display:block}.video-trigger-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.7),0 4px 12px rgba(0,0,0,.5);transform-style:preserve-3d}.video-trigger-preview{width:100%;height:100%;object-fit:cover}.video-trigger-play,.video-trigger-preview{position:absolute;inset:0;pointer-events:none}.video-trigger-play{display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.play-glass-bg{position:absolute;width:90px;height:90px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%;filter:blur(20px);transform:translateZ(40px)}.play-button-liquid,.play-glass-bg{transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.play-button-liquid{position:relative;width:64px;height:64px;transform:translateZ(60px);pointer-events:auto}.video-trigger:hover .play-button-liquid{transform:translateZ(60px) scale(1.1)}.liquid-blob{position:absolute;top:50%;left:50%;width:100px;height:100px;transform:translate(-50%,-50%);opacity:.3;animation:blobMorph 8s ease-in-out infinite;filter:blur(1px)}@keyframes blobMorph{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0deg)}33%{transform:translate(-50%,-50%) scale(1.1) rotate(120deg)}66%{transform:translate(-50%,-50%) scale(.95) rotate(240deg)}}.blob-shape{animation:blobShapeChange 12s ease-in-out infinite}@keyframes blobShapeChange{0%,to{d:path("M47.1,-57.4C60.3,-48.5,69.7,-33.3,73.8,-16.3C77.9,0.7,76.7,19.5,68.9,35.1C61.1,50.7,46.7,63.1,30.5,68.9C14.3,74.7,-3.7,73.9,-20.5,68.5C-37.3,63.1,-52.9,53.1,-62.3,39.1C-71.7,25.1,-74.9,7.1,-72.3,-9.9C-69.7,-26.9,-61.3,-42.9,-48.7,-52C-36.1,-61.1,-18.1,-63.3,-0.5,-62.7C17.1,-62.1,34.0,-66.3,47.1,-57.4Z")}50%{d:path("M44.3,-54.9C56.8,-45.5,65.3,-31.1,68.5,-15.6C71.7,-0.1,69.6,16.5,62.3,30.5C55,44.5,42.5,55.9,28.1,61.8C13.7,67.7,-2.6,68.1,-18.1,63.5C-33.6,58.9,-48.3,49.3,-57.4,35.3C-66.5,21.3,-70,3,-67.2,-14.3C-64.4,-31.6,-55.3,-47.9,-42.3,-57.1C-29.3,-66.3,-12.3,-68.4,2.5,-71.5C17.3,-74.6,31.8,-64.3,44.3,-54.9Z")}}.play-glass-container{position:absolute;top:50%;left:50%;width:64px;height:64px;transform:translate(-50%,-50%);background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.2) 50%,rgba(255,255,255,.15));backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border-radius:50%;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.video-trigger:hover .play-glass-container{background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,255,255,.28) 50%,rgba(255,255,255,.2));border-color:rgba(255,255,255,.6);box-shadow:0 12px 48px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.7),inset 0 -1px 0 rgba(255,255,255,.3)}.play-glow-ring{position:absolute;inset:-10px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.4) 0,rgba(255,255,255,.1) 30%,transparent 60%);opacity:0;transition:opacity .4s ease;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}.video-trigger:hover .play-glow-ring{opacity:1}.play-icon-glass{position:relative;z-index:2;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:transform .3s cubic-bezier(.4,0,.2,1)}.video-trigger:hover .play-icon-glass{transform:scale(1.05) translateX(2px)}.play-shimmer{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);animation:shimmerMove 3s ease-in-out infinite;pointer-events:none}@keyframes shimmerMove{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.play-particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;filter:blur(1px);opacity:0;animation:particleFloat 4s ease-in-out infinite}.play-particle-1{top:20%;left:10%;animation-delay:0s}.play-particle-2{top:70%;right:15%;animation-delay:1.3s}.play-particle-3{bottom:25%;left:20%;animation-delay:2.6s}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(0) scale(.5)}50%{opacity:.8;transform:translateY(-30px) scale(1)}}.video-trigger:hover .play-particle{animation-play-state:running}.play-icon{opacity:.4;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.video-trigger:hover .play-icon{transform:scale(1.1);opacity:.6}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;backdrop-filter:blur(8px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:1200px;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-modal-close{position:absolute;top:-3rem;right:0;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:white;transition:all .2s ease;backdrop-filter:blur(10px)}.video-modal-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.video-container{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.video-player{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.video-shine{position:absolute;inset:0;opacity:0;pointer-events:none;mix-blend-mode:overlay;transition:opacity .15s ease;will-change:opacity,background}@media (max-width:768px){.video-trigger-container{bottom:1rem;left:1rem;width:160px}.play-button-liquid,.play-glass-container{width:48px;height:48px}.play-icon-glass{width:24px;height:24px}.liquid-blob{width:72px;height:72px}}@media (max-width:1024px) and (min-width:769px){.video-trigger-container{bottom:1.5rem;left:1.5rem;width:240px}}.speaker-companies-strip{padding:8vh 5%;border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden}.speaker-companies-eyebrow{font-family:var(--mono);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.4);text-align:center;margin-bottom:3rem}.speaker-companies-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.company-logo{object-fit:contain;color:rgba(255,255,255,.4);transition:color .3s}.company-logo-meta{width:164px;height:33.04px}.company-logo-contra{width:184px;height:34.81px}.company-logo-adobe{width:144.08px;height:52px}.company-logo-notion{width:150px;height:55.81px}.company-logo-figma{width:121px;height:61.79px}.company-logo:hover{color:rgba(255,255,255,.7)}@media (max-width:768px){.speaker-companies-content{gap:2rem}.company-logo-meta{width:98.4px;height:19.82px}.company-logo-contra{width:110.4px;height:20.89px}.company-logo-adobe{width:86.45px;height:31.2px}.company-logo-notion{width:90px;height:33.49px}.company-logo-figma{width:72.6px;height:37.07px}}@media (max-width:480px){.speaker-companies-content{gap:1.25rem}.company-logo-meta{width:80px;height:auto}.company-logo-contra{width:90px;height:auto}.company-logo-adobe{width:70px;height:auto}.company-logo-notion{width:72px;height:auto}.company-logo-figma{width:60px;height:auto}}