.soc-room{background:linear-gradient(145deg,#0d0d1f,#141428);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.soc-room-header{display:flex;align-items:center;gap:1.25rem}.soc-room-logo-wrap{flex-shrink:0;width:160px;height:160px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;overflow:hidden}.soc-room-logo{width:100%;height:100%;object-fit:contain}.soc-room-header-text{display:flex;flex-direction:column;gap:.3rem;min-width:0}.soc-room-topic{font-family:Inter,-apple-system,sans-serif;font-size:1.15rem;font-weight:700;color:#fff;margin:0;line-height:1.35}.soc-room-company{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#00d9ff;letter-spacing:.3px}.soc-room-videos-section{display:flex;flex-direction:column;gap:.5rem}.soc-videos-nav{display:flex;gap:.4rem;justify-content:flex-end}.soc-videos-nav-btn{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.soc-videos-nav-btn:hover:not(.disabled){background:#ffffff1f;border-color:#00d9ff66}.soc-videos-nav-btn.disabled{opacity:.25;cursor:default}.soc-videos-nav-btn svg{width:16px;height:16px;color:#fff}.soc-room-videos{display:flex;gap:1rem;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.soc-room-videos::-webkit-scrollbar{display:none}.soc-video-card{flex-shrink:0;width:280px;cursor:pointer;border-radius:12px;overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:border-color .25s ease,box-shadow .25s ease}.soc-video-card:hover{border-color:#00d9ff33;box-shadow:0 8px 24px #0000004d}.soc-video-thumb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#0a0a1a}.soc-video-thumb img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .4s ease,filter .3s ease}.soc-video-card:hover .soc-video-thumb img{transform:scale(1.05);filter:grayscale(1) brightness(.75)}.soc-video-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.soc-video-card:hover .soc-video-play-overlay{opacity:1}.soc-video-play-circle{width:52px;height:52px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d}.soc-video-play-circle svg{width:22px;height:22px;color:#1a1a2e;margin-left:3px}.soc-video-meta{padding:.75rem;display:flex;flex-direction:column;gap:.35rem}.soc-video-title{font-family:Inter,-apple-system,sans-serif;font-size:.82rem;font-weight:600;color:#ffffffe6;line-height:1.35}.soc-video-desc{font-family:Inter,sans-serif;font-size:.72rem;color:#fff6;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.soc-video-desc *{margin:0;padding:0}.soc-video-desc ul,.soc-video-desc ol{display:none}.soc-video-presenters{display:flex;flex-direction:column;gap:.1rem;margin-top:.2rem}.soc-video-presenter{font-family:Inter,sans-serif;font-size:.68rem;color:#00d9ff99}.soc-room-description{display:flex;flex-direction:column;gap:.5rem}.soc-room-panel-title{font-family:Inter,sans-serif;font-size:.85rem;color:#ffffffb3;line-height:1.55;margin:0}.soc-room-body{font-family:Inter,sans-serif;font-size:.82rem;color:#ffffff80;line-height:1.6;max-height:60px;overflow:hidden;transition:max-height .4s ease}.soc-room-body.expanded{max-height:600px}.soc-room-body p{margin:0 0 .5rem}.soc-room-readmore{align-self:flex-start;background:none;border:none;color:#ff4801;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.soc-room-readmore:hover{color:#ff6b33}.soc-room-presenters{display:flex;flex-direction:column;gap:.6rem}.soc-room-presenters-label{font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;color:#ffffff4d;text-transform:uppercase;letter-spacing:1px}.soc-room-presenters-grid{display:flex;flex-wrap:wrap;gap:.75rem}.soc-presenter-card{display:flex;align-items:center;gap:.6rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:.6rem .85rem;min-width:180px;max-width:260px}.soc-presenter-info{display:flex;flex-direction:column;gap:.05rem;min-width:0}.soc-presenter-name{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soc-presenter-title{font-family:Inter,sans-serif;font-size:.65rem;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soc-presenter-company{font-family:Inter,sans-serif;font-size:.62rem;color:#00d9ff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soc-presenter-linkedin{flex-shrink:0;width:20px;height:20px;color:#ffffff4d;transition:color .2s ease,transform .2s ease;margin-left:auto}.soc-presenter-linkedin:hover{color:#0a66c2;transform:scale(1.15)}.soc-presenter-linkedin svg{width:100%;height:100%}.soc-room-actions{display:flex;gap:.75rem;flex-wrap:wrap}.soc-room-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;font-family:Inter,-apple-system,sans-serif;font-size:.75rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.soc-room-btn svg{width:14px;height:14px}.soc-room-btn--primary{background:#ff4801;color:#fff;border:none}.soc-room-btn--primary:hover{background:#e63e00;box-shadow:0 4px 16px #ff48014d}.soc-room-btn--secondary{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.12)}.soc-room-btn--secondary:hover{color:#fff;border-color:#ffffff40;background:#ffffff0d}@media (max-width: 768px){.soc-room{padding:1.25rem;border-radius:12px;gap:1.25rem}.soc-room-header{flex-direction:column;align-items:flex-start;gap:.75rem}.soc-room-logo-wrap{width:110px;height:110px;border-radius:10px;padding:10px}.soc-room-topic{font-size:1rem}.soc-video-card{width:240px}.soc-room-presenters-grid{gap:.5rem}.soc-presenter-card{min-width:160px}.soc-room-actions{flex-direction:column}.soc-room-btn{justify-content:center}}@media (max-width: 480px){.soc-room{padding:1rem}.soc-video-card{width:220px}.soc-presenter-card{min-width:100%;max-width:100%}}.soc-page[data-astro-cid-ul5zcwq2]{background:#0e0a24;min-height:100vh}.soc-rooms-section[data-astro-cid-ul5zcwq2]{padding:2rem 2rem 4rem}.soc-rooms-inner[data-astro-cid-ul5zcwq2]{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.soc-room-wrapper[data-astro-cid-ul5zcwq2]{position:relative}.soc-back-top[data-astro-cid-ul5zcwq2]{text-align:center;padding:0 2rem 3rem}.soc-back-top-link[data-astro-cid-ul5zcwq2]{display:inline-flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;color:#ffffff59;text-decoration:none;transition:color .2s ease}.soc-back-top-link[data-astro-cid-ul5zcwq2]:hover{color:#ffffffb3}.soc-back-top-link[data-astro-cid-ul5zcwq2] svg[data-astro-cid-ul5zcwq2]{width:16px;height:16px}@media (max-width: 768px){.soc-rooms-section[data-astro-cid-ul5zcwq2]{padding:1.5rem 1rem 3rem}.soc-rooms-inner[data-astro-cid-ul5zcwq2]{gap:1.5rem}}
