.login-page{background-color:#1a1a1a;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;color:#fff}.login-container{background-color:#252525;padding:40px;border-radius:8px;width:100%;max-width:400px;text-align:center}.login-title{font-size:32px;margin-bottom:20px;color:red}.login-form{display:flex;flex-direction:column;text-align:left}.login-form label{margin-bottom:8px;font-weight:700}.login-form input{padding:10px;margin-bottom:20px;border:1px solid #444;border-radius:4px;background-color:#2a2a2a;color:#fff}.login-button{padding:12px;background-color:red;border:none;border-radius:4px;color:#0e0e0e;font-size:16px;font-weight:700;cursor:pointer;margin-bottom:10px}.login-button:hover{background-color:red}.login-divider{margin:20px 0;color:#999;font-size:14px}.google-login-button{padding:12px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#0e0e0e;border:none;border-radius:4px;font-size:16px;cursor:pointer;font-weight:700;margin-top:10px;width:100%;gap:10px}.google-icon{font-size:20px}.google-info-text{margin-top:5px;font-size:12px;color:#aaa}.google-login-button:hover{background-color:#f1f1f1}.signup-button{padding:12px;background-color:transparent;color:red;border:2px solid red;border-radius:4px;font-size:16px;cursor:pointer;font-weight:700;margin-top:10px}.signup-button:hover{background-color:red;color:#0e0e0e}@media (max-width: 480px){.login-title{font-size:24px}.login-container{padding:20px}}.search-wrapper{position:relative;max-width:400px;transition:all .3s ease}.search-wrapper.expanded{position:fixed;top:40px;left:50%;transform:translate(-50%);width:80%;max-width:800px;z-index:30}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:15;opacity:0;transition:opacity .3s ease}.search-overlay.open{opacity:1}.search-popup{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0 auto;background:#2a2a2ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;max-width:400px;z-index:20;animation:fadeSlide .2s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.search-options{display:flex;gap:8px;margin-bottom:8px}.search-options button{flex:1;background:none;border:1px solid rgba(255,255,255,.2);padding:6px;color:#fff;cursor:pointer;border-radius:4px;font-size:14px}.search-options button.active{background-color:red}.search-results{max-height:200px;overflow-y:auto;list-style:none;padding:0;margin:0}.search-results li{padding:6px;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer}.no-results{padding:6px;color:#ccc}@media (max-width: 768px){.search-wrapper.expanded{width:92%;top:20px}.search-popup{max-width:100%}.search-options{flex-wrap:wrap}.search-options button{font-size:12px;padding:5px}}.hamburger-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:22px;margin-right:20px;position:relative;top:auto;left:auto;z-index:1}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1100}.sidebar-overlay.open{opacity:1;pointer-events:auto}.sidebar-overlay.open .sidebar{left:0}.close-btn{align-self:flex-end;background:none;border:none;color:#fff;cursor:pointer;margin-bottom:30px}.sidebar{position:fixed;top:0;left:-240px;width:240px;height:100%;background:#111;color:#fff;padding:20px;transition:left .3s ease;display:flex;flex-direction:column}.sidebar-links{display:flex;flex-direction:column;gap:45px;margin-top:60px}.sidebar-links a{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:12px;transition:all .25s ease}.sidebar-links a:hover{color:#e74c3c;transform:translate(8px)}.navbar{display:flex;align-items:center;justify-content:space-between;height:140px;padding:0 40px;position:sticky;top:0;z-index:10;background:linear-gradient(135deg,#252525,#2a2a2a);border:1px solid rgba(255,0,0,.15);box-shadow:0 0 5px #ff000026,inset 0 0 5px #ff00001a}.navbar:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:radial-gradient(circle at 10% 10%,rgba(255,0,0,.1),transparent 60%);opacity:.3;transition:transform .5s ease;z-index:-1}.left-nav{display:flex;align-items:center;gap:20px;flex:1}.search-wrapper{max-width:400px;flex:1;display:flex;justify-content:flex-start}.navbar:hover:before{transform:scale(1.05)}.logo-link{display:flex;align-items:center;justify-content:center;height:100%;position:absolute;left:50%;transform:translate(-50%)}.logo{height:180px;max-height:200%;width:auto;object-fit:contain;transition:transform .2s ease-in-out;position:absolute;top:5%}.logo:hover{transform:scale(1.1)}.nav-links{display:flex;align-items:center;gap:20px;margin-left:60px}.nav-links a{color:#fff;text-decoration:none;font-size:18px;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;transition:color .3s}.nav-links a:before{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:red;transition:.3s;transform:translate(-50%)}.nav-links a:hover{color:red;text-shadow:none}.nav-links a:hover:before{width:100%}.search-bar{display:flex;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#2a2a2a66;border:1px solid rgba(255,255,255,.2);border-radius:8px;width:100%;padding:10px;box-shadow:inset 0 0 5px #f003;transition:background-color .3s}.search-bar input{border:none;background-color:transparent;color:#fff;outline:none;flex:1;font-size:16px;padding:5px}.search-bar input::placeholder{color:#888}.profile-section{display:flex;align-items:center}.profile-toggle{display:flex;align-items:center;cursor:pointer;background-color:transparent;border:none;position:relative;transition:text-shadow .3s}.profile-toggle:hover{text-shadow:none}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:8px;transition:box-shadow .3s}.profile-toggle:hover .avatar{box-shadow:0 0 5px red}.profile-name{font-size:16px;margin-right:6px;color:#fff}.arrow-down{font-size:10px;color:#ccc}.profile-card{position:absolute;top:60px;right:0;padding:12px;width:220px;z-index:999;background:#2a2a2a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:0 0 10px #00000080,0 0 12px #f003;animation:slideDown .3s ease forwards}.profile-card-header{display:flex;align-items:center;margin-bottom:8px}.avatar-large{width:60px;height:60px;border-radius:50%;margin-right:12px;transition:box-shadow .3s}.profile-card-header h4{margin:0 0 4px;color:#fff;font-size:16px}.profile-card-header p{margin:0;color:#bbb;font-size:14px}.profile-card button{display:flex;align-items:center;background:none;border:none;color:#fff;width:100%;text-align:left;padding:8px 0;cursor:pointer;font-size:15px;transition:color .3s,text-shadow .3s;gap:8px}.profile-card button:hover{color:red;text-shadow:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.navbar{flex-direction:row;flex-wrap:nowrap;align-items:center;height:auto;min-height:60px;padding:8px 12px;gap:8px;overflow:visible}.left-nav{flex:1;min-width:0;gap:8px}.search-wrapper{max-width:none;flex:1;min-width:0}.logo-link{position:static;transform:none;flex-shrink:0}.logo{position:static;height:50px;max-height:50px}.profile-section{flex-shrink:0}.profile-name,.arrow-down{display:none}.profile-card{right:-10px;top:50px}.nav-links{display:none}}.footer{background-color:#252525;padding:20px 40px;text-align:center}.footer p{color:#999;font-size:14px;margin-bottom:5px}.footer a{color:red;text-decoration:none;margin:0 5px;font-size:14px}.footer a:hover{text-decoration:underline}.profile-page{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;background:#111;color:#fff;padding:40px 20px}.profile-page-card{background:#1c1c1c;border-radius:12px;padding:40px 30px;text-align:center;max-width:400px;width:100%;box-shadow:0 6px 20px #00000080}.profile-avatar{width:120px;height:120px;border-radius:50%;margin-bottom:20px;object-fit:cover;border:3px solid #e74c3c}.profile-page-card h2{font-size:1.8rem;margin:10px 0}.profile-page-card .email{font-size:1rem;color:#bbb;margin-bottom:25px}.edit-btn{background:#e74c3c;border:none;padding:10px 20px;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:background .3s}.edit-btn:hover{background:#c0392b}.loading{color:#aaa}.topics-page{width:100%;max-width:1100px;margin:0 auto;padding:5rem 1rem 4rem}.topics-title{text-align:center;font-size:1.8rem;color:red;margin-bottom:.4rem}.topics-meta{text-align:center;font-size:.9rem;color:#bbb;margin-bottom:2.5rem}.topics-content{background:#202020;border:1px solid #333;border-radius:8px;padding:1.5rem 2rem;max-height:70vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#555 #1a1a1a}.topics-content::-webkit-scrollbar{width:6px}.topics-content::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 20px;background:linear-gradient(to bottom right,#121212,#1f1f1f),url(/logo.png);background-size:cover;background-position:center;min-height:400px}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.hero *{position:relative;z-index:1}.hero-content{max-width:600px;margin:0 auto;text-align:center}.hero h1{font-size:52px;margin-bottom:16px;color:#fff}.hero p{font-size:20px;color:#ddd;margin:0 auto 24px;max-width:600px}.cta-button{background:linear-gradient(135deg,#ff5a5a,red);color:#fff;padding:14px 32px;border:none;border-radius:30px;font-size:18px;font-weight:700;display:inline-block;text-decoration:none;box-shadow:0 4px 12px #0000004d;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0006}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;padding:60px 20px;max-width:1200px;margin:40px auto}.feature-card{background-color:#252525;padding:30px 20px;border-radius:10px;text-align:center;transition:transform .3s,box-shadow .3s;text-decoration:none;color:#fff;border:1px solid #333;box-shadow:0 2px 8px #0003}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000080}.feature-card svg{font-size:48px;color:red;margin-bottom:16px}.feature-card h3{margin-bottom:10px;color:#fff;font-size:20px}.feature-card p{color:#ccc;font-size:15px}.so-one-section{padding:80px 0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);position:relative}.so-one-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:60px;color:#fff;text-transform:uppercase;letter-spacing:2px}.so-one-title .highlight{background:linear-gradient(45deg,#ff4757,#ff6b7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.so-one-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px;max-width:1200px;margin-left:auto;margin-right:auto}.so-one-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px 30px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.so-one-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff4757,#ff6b7a);opacity:0;transition:opacity .3s ease}.so-one-card:hover{transform:translateY(-10px);border-color:#ff47574d;box-shadow:0 20px 40px #ff47571a}.so-one-card:hover:before{opacity:1}.so-one-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.so-one-card p{color:#ccc;line-height:1.6;font-size:1rem}.so-one-commitments{max-width:1200px;margin:0 auto;text-align:center}.so-one-section .so-one-end{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;margin-top:2rem;padding-right:2rem}.commitment-text{color:#fff;font-size:1.1rem;line-height:1.8;margin-bottom:30px;padding:0 20px;font-weight:400}.commitment-text:last-child{margin-bottom:0}@media (max-width: 768px){.hero{padding:60px 16px;min-height:300px}.hero h1{font-size:28px;word-break:break-word}.hero p{font-size:16px}.cta-button{padding:12px 24px;font-size:16px}.features{grid-template-columns:1fr;padding:30px 16px;gap:16px}.feature-card{padding:24px 16px}.feature-card svg{font-size:36px}.so-one-title{font-size:1.6rem;margin-bottom:30px;padding:0 16px}.so-one-cards{grid-template-columns:1fr;gap:16px;margin-bottom:30px;padding:0 16px}.so-one-card{padding:24px 16px}.commitment-text{font-size:.95rem;margin-bottom:20px;padding:0 16px}.so-one-section{padding:40px 0}.soone-row{flex-direction:column;gap:16px}.intro-logo{height:140px}}.intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#000 30%,#111);z-index:1000}.intro-content{display:flex;flex-direction:column;align-items:center;gap:30px}.intro-text{font-family:Poppins,sans-serif;letter-spacing:1px;filter:drop-shadow(0 0 5px #ffffff40)}.intro-logo{height:220px;width:auto;will-change:transform,opacity}.soone-row{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:24px}.intro-logo.alexandria{filter:drop-shadow(0 0 10px #ff4757)}.text-primary{color:#ae0909}.text-secondary{color:gray}.intro-logo.soone{height:64px;filter:drop-shadow(0 0 10px #ffffff)}.so-one-logo{height:50px;width:auto;object-fit:contain}.so-one-text{text-align:right;font-size:1.5rem;font-weight:700}@keyframes breathe{0%{transform:scale(1)}to{transform:scale(1.03)}}.congress-section{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1rem 4rem;animation:fadeInSection 1s ease-in-out}@keyframes fadeInSection{0%{opacity:0}to{opacity:1}}.section-title{text-align:center;font-size:2rem;color:#fff;margin-bottom:1.25rem}.section-divider{width:60%;max-width:600px;height:1px;background:linear-gradient(to right,#888,#444);margin:0 auto;border:none}.section-divider.large-gap{margin:0 auto 2.75rem}.congress-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding-top:.5rem}.congress-card{background-color:#2a2a2a;border-radius:8px;transition:transform .3s,box-shadow .3s;cursor:pointer;padding:1.25rem;display:flex;flex-direction:column;height:100%}.congress-card:hover{transform:scale(1.03);box-shadow:0 8px 16px #0009}.card-body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.congress-card h3{font-size:18px;color:red;margin-bottom:.35rem}.meta{font-size:14px;color:#ccc}.sessions{font-size:12px;color:#888;margin-top:.5rem}.watch-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#141414;color:#f0f0f0;padding:2rem 1rem;font-family:system-ui,Arial,sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}.watch-header{width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem}.glass{background:#2828288c;border:1px solid rgba(255,0,0,.15);box-shadow:0 0 8px #ff000026,inset 0 0 6px #ff00001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:14px}.watch-logo{height:64px;cursor:pointer;transition:transform .25s}.watch-logo:hover{transform:scale(1.1)}.session-title{font-size:1.6rem;font-weight:700;letter-spacing:.5px}.neon{color:#ff2b2b;padding-bottom:1rem}.watch-layout{width:100%;max-width:1400px;display:grid;grid-template-columns:280px 1fr;gap:2rem;justify-content:center;align-items:start}.orator-sidebar{position:sticky;top:2rem}.main-video-container{position:relative;width:100%;min-width:0}.right-pane{min-width:0;width:100%}.video-player{width:100%;height:100%;border-radius:12px;border:1px solid #333;background:#000;box-shadow:0 0 12px #ff000040;object-fit:contain;cursor:pointer}.audio-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #333;box-shadow:0 0 12px #ff000040}.audio-message{color:#ff2b2b;font-size:1.5rem;font-weight:600;text-align:center;text-shadow:0 0 10px rgba(255,43,43,.5);padding:2rem;letter-spacing:.5px}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0009,#0000 25%,#0000 75%,#000000b3);opacity:0;transition:opacity .3s ease;pointer-events:none;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;box-sizing:border-box}.video-overlay .overlay-ctrl,.video-overlay .progress-container,.video-overlay .volume-container{pointer-events:auto}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;min-width:0;overflow:hidden;border-radius:12px}.video-wrapper:hover .video-overlay{opacity:1}.overlay-top{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;width:100%;box-sizing:border-box}.video-title-overlay{color:#fff;font-size:1.4rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8);padding-left:1rem}.slide-counter{background:#000c;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;color:#ff2b2b;border:1px solid rgba(255,43,43,.3);margin-left:1rem}.overlay-bottom{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;width:100%;box-sizing:border-box}.progress-container{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.progress-bar{--pct: 0%;width:100%;height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden;cursor:pointer;transition:height .2s ease;margin:0}.progress-fill{width:var(--pct);height:100%;background:linear-gradient(90deg,red,#ff5757);transition:width .1s ease}.preview-tooltip{position:absolute;transform:translate(-50%) translateY(-100%);background:#000c;border-radius:6px;padding:4px;text-align:center;pointer-events:none;z-index:20}.preview-img{width:160px;height:auto;border-radius:4px;display:block;margin-bottom:4px}.preview-time{font-size:.8rem;color:#fff;margin-top:2px}.preview-placeholder{width:160px;height:90px;background:#333;border-radius:4px}.controls-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 1.5rem;box-sizing:border-box}.left-pane{display:flex;flex-direction:column;height:100%;padding:1rem}.left-controls,.right-controls{display:flex;align-items:center;gap:1rem}.overlay-ctrl{width:40px;height:40px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.1rem;cursor:pointer;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.overlay-ctrl:hover:not(:disabled){background:#f00c;transform:scale(1.1)}.overlay-ctrl:disabled{opacity:.4;cursor:default;background:#ffffff14;color:#fff6}.play-pause-btn{width:50px;height:50px;font-size:1.3rem}.time-display{color:#fff;font-size:.9rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.8);min-width:100px}.volume-container{display:flex;align-items:center;gap:.5rem}.volume-overlay{width:80px;accent-color:#ff0000;background:transparent;cursor:pointer}.video-wrapper.hide-cursor .video-player,.video-wrapper.hide-cursor .video-overlay{cursor:inherit!important}.hide-cursor{cursor:none!important}.card{background:#1c1c1c;border:3px solid #550000;border-radius:12px;padding:1.25rem;box-shadow:0 0 10px #ff00001f;width:100%;text-align:center}.orator-img{width:100%;border-radius:50%;object-fit:cover;margin-bottom:.6rem;aspect-ratio:1 / 1}.orator-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.orator-location{color:#ccc;font-size:.9rem}.so-one-end{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto}.so-one-logo{height:50px;width:auto}.so-one-text{font-size:1.2rem;font-weight:700}.alexandria-logo{display:block;margin:1rem auto 0;height:80px;width:auto;object-fit:contain}.suggestions{width:100%;margin-top:2rem;grid-column:1 / -1}.suggestion-row{display:flex;flex-wrap:wrap;gap:1rem}.suggest-card{width:200px;cursor:pointer;background:#111;border:1px solid #a00;border-radius:8px;overflow:hidden;box-shadow:0 0 10px #a00;transition:box-shadow .2s}.suggest-card:hover{box-shadow:0 0 15px #f22}.suggest-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.suggest-card .title{padding:.5rem;font-size:.9rem;color:#eee;text-align:center}.suggest-card .topic{font-size:.75rem;color:#999;margin-top:-.4rem;text-align:center}.watch-topbar{width:100%;max-width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;margin-bottom:1.2rem;box-sizing:border-box}.back-btn{display:flex;align-items:center;gap:.4rem;background:#2b2b2b;border:1px solid #550000;border-radius:8px;padding:.4rem .8rem;color:#eee;font-weight:600;cursor:pointer;transition:background .25s,transform .25s}.back-btn:hover{background:red;transform:translateY(-1px)}.suggestions .topic{margin-top:-.4rem;font-size:.75rem;opacity:.7}.thumb-wrapper.active .thumb{outline:3px solid #ff2b2b;box-shadow:0 0 12px #f009}.grid-toggle,.fullscreen-btn{display:none}.video-wrapper:fullscreen,.video-wrapper:-webkit-full-screen{width:100vw;height:100vh;border-radius:0;background:#000}.video-wrapper:fullscreen .video-player,.video-wrapper:-webkit-full-screen .video-player{width:100%;height:100%;object-fit:contain;border-radius:0}@media (hover: none){.video-wrapper:hover .video-overlay{opacity:0}.overlay-ctrl:hover:not(:disabled){background:#ffffff26;transform:none}.overlay-ctrl:active:not(:disabled){background:#f00c;transform:scale(.95)}.suggest-card:hover{transform:none}.thumb-wrapper:hover .thumb{transform:none;box-shadow:0 0 8px #0006}.back-btn:hover{background:#2b2b2b;transform:none}.back-btn:active{background:red}}@media (max-width: 720px){.watch-page{padding:0;overflow-x:hidden;width:100vw}.watch-topbar{padding:.4rem .75rem;gap:.5rem;border-radius:0;margin-bottom:0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.watch-topbar .session-title{display:block;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;flex:1;padding-bottom:0}.watch-logo{height:36px;flex-shrink:0}.back-btn{padding:.3rem .5rem;font-size:.85rem;flex-shrink:0}.back-btn span{display:none}.watch-layout{display:flex!important;flex-direction:column;gap:0;width:100%;max-width:100vw;padding:0}.right-pane{min-width:0;width:100%;order:1}.video-wrapper{border-radius:0;width:100%}.video-player{border-radius:0}.video-overlay{border-radius:0;background:linear-gradient(to bottom,#0006,#0000 20%,#0000 70%,#000000b3);pointer-events:auto}.audio-message{font-size:1rem;padding:1rem}.overlay-top{padding:.4rem 0}.overlay-bottom{gap:.4rem;padding:.4rem 0}.overlay-ctrl{width:34px;height:34px;font-size:.9rem}.fullscreen-btn{display:flex}.play-pause-btn{width:42px;height:42px;font-size:1.1rem}.left-controls,.right-controls{gap:.4rem}.time-display{font-size:.75rem;min-width:auto}.volume-container{display:flex;gap:.3rem}.volume-overlay{width:50px}.progress-container,.controls-row{padding:0 .75rem}.slide-counter{font-size:.75rem;padding:.25rem .6rem;margin-left:.75rem}.preview-tooltip{display:none}.left-pane{order:2;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem 1rem;text-align:left;border-radius:0;border-left:none;border-right:none;border-top:1px solid #330000;border-bottom:1px solid #330000}.card{border-radius:0;border:none;border-top:1px solid #330000;border-bottom:1px solid #330000;box-shadow:none}.orator-img{width:48px;height:48px;margin-bottom:0;flex-shrink:0}.orator-name{font-size:.95rem;margin-bottom:.1rem}.orator-location{font-size:.8rem}.so-one-end{display:none}.video-info-bar{order:3;padding:.6rem 1rem;font-size:.85rem;letter-spacing:0;border-radius:0;margin:0}.video-info-bar:before{width:8px;border-radius:0}.frame-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-top:.75rem;padding:0 .75rem}.neon.sub{font-size:1rem;text-align:center;padding:.75rem 0 0}.suggestions{order:4;margin-top:0;padding:.75rem}.suggestions h3{font-size:1rem;margin-bottom:.6rem}.suggestion-row{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:.75rem;scroll-snap-type:x mandatory;scrollbar-width:none}.suggestion-row::-webkit-scrollbar{display:none}.suggest-card{width:44vw;min-width:44vw;max-width:200px;flex-shrink:0;scroll-snap-align:start;border-radius:10px}.suggest-card .title{font-size:.8rem;padding:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-card .topic{font-size:.7rem;padding-bottom:.3rem}}.video-info-bar{width:100%;display:flex;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:1.2rem;font-size:1rem;font-weight:700;color:#fff;background:#a00;border-radius:8px;box-shadow:0 4px 18px #ff000040;padding:1.1rem 2rem;letter-spacing:1px;position:relative;overflow:hidden;grid-column:1 / -1}.video-info-bar:before{content:"";position:absolute;left:0;top:0;bottom:0;width:20px;background:#fff;opacity:.8;border-radius:8px 0 0 8px}.placeholder{aspect-ratio:16 / 9;border-radius:8px;background:#444;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.glow{box-shadow:0 0 12px #ff000040}.frame-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:2rem}.thumb-wrapper{list-style:none;cursor:pointer}.thumb{width:100%;border-radius:8px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 8px #0006}.thumb-wrapper:hover .thumb{transform:scale(1.04);box-shadow:0 0 12px #ff00004d}.detail-page{width:100%;max-width:1100px;margin:0 auto;padding:5rem 1rem 4rem}.detail-title{text-align:center;font-size:1.8rem;color:red;margin-bottom:.4rem}.detail-meta{text-align:center;font-size:.9rem;color:#bbb;margin-bottom:2.5rem}.cat-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.cat-card{background:#2a2a2a;padding:2rem 3rem;border-radius:8px;cursor:pointer;transition:box-shadow .3s}.cat-card h3{color:#fff;font-size:1.2rem}.cat-card:hover{box-shadow:0 0 12px #ff00004d}.cat-card.active{box-shadow:0 0 12px #f009;transform:scale(1.02)}.cat-content{background:#202020;border:1px solid #333;border-radius:8px;padding:1.5rem 2rem;max-height:65vh;overflow-y:auto;transition:all .3s ease;scrollbar-width:thin;scrollbar-color:#555 #1a1a1a}.cat-content::-webkit-scrollbar{width:6px}.cat-content::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.cat-content ul{list-style:none}.cat-content li{margin:.35rem 0;color:#eee;font-size:.95rem}.session-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.session-item{list-style:none}.session-box{padding:1rem 1.2rem;background-color:#1c1c1c;border-radius:10px;border:1px solid #333;transition:transform .2s ease,background-color .2s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:center}.session-box:hover{transform:scale(1.02);background-color:#2a2a2a}.session-title{color:#ff4d4d;font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.speaker-name{color:#ff4d4d;font-size:1.05rem;font-weight:700}.speaker-name{font-size:.9rem;color:#aaa;margin:0}.session-button{background:none;border:none;color:red;font-size:1rem;cursor:pointer;padding:0;text-align:left;transition:all .2s ease}.session-button:hover{color:#fff;transform:scale(1.02);text-decoration:underline}.speaker-box{position:relative;overflow:hidden;border:1px solid #550000;background-color:#1c1c1c;border-radius:10px;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;padding:1rem 1.2rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;height:100%}.speaker-info{display:flex;align-items:center;justify-content:space-between}.speaker-label{color:#ff4d4d;font-size:1rem;font-weight:700;z-index:2}.speaker-image{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-left:1rem;opacity:0;transform:scale(.9);transition:opacity .25s ease,transform .25s ease}.speaker-box:hover{transform:scale(1.02);background-color:#2a2a2a;border-color:red;box-shadow:0 0 10px #ff00004d}.speaker-box:hover .speaker-image{opacity:1;transform:scale(1)}.back-button{background-color:transparent;border:1px solid #ff0000;color:#ff4d4d;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-weight:700;margin-bottom:1rem;transition:background .2s ease,color .2s ease}.back-button:hover{background-color:#ff4d4d;color:#fff}.speaker-details{display:flex;flex-direction:column;gap:.25rem}.speaker-location{font-size:.85rem;color:#bbb}.speakers-page{padding:40px 20px;text-align:center}.page-title{font-size:2rem;margin-bottom:30px;font-weight:700}.speakers-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.speaker-card{background:#111;padding:20px;border-radius:12px;text-decoration:none;color:#fff;transition:transform .2s ease}.speaker-card:hover{transform:translateY(-4px)}.speaker-img-wrapper{width:100%;padding-top:100%;position:relative;margin-bottom:10px}.speaker-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%}.speaker-name{font-size:1.1rem;margin:10px 0 4px;font-weight:600}.speaker-meta{font-size:.9rem;color:#bbb}.history-page{padding:40px;background:#111;color:#fff;min-height:calc(100vh - 140px)}.history-page h1{font-size:2rem;margin-bottom:30px;text-align:center}.history-list{list-style:none;padding:0;max-width:800px;margin:0 auto}.history-item{background:#1c1c1c;border-radius:8px;padding:15px 20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0006;cursor:pointer;transition:background .2s}.history-item:hover{background:#222}.history-title{font-weight:700;margin:0 0 5px}.history-date{font-size:.9rem;color:#bbb}.delete-btn{background:transparent;border:none;color:#e74c3c;font-size:1.2rem;cursor:pointer;transition:transform .2s}.delete-btn:hover{transform:scale(1.2);color:#ff4d4d}*{margin:0;padding:0;box-sizing:border-box}#root{flex:1;display:flex;flex-direction:column}html,body{height:100%;display:flex;flex-direction:column}body{background-color:#1a1a1a;color:#f0f0f0;font-family:Arial,sans-serif;width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}.page-container{flex:1;display:flex;flex-direction:column}
