.agenda-filter{display:none!important;background:linear-gradient(135deg,#000000f2,#0a0520f2);backdrop-filter:blur(12px);border:1px solid rgba(0,217,255,.3);border-radius:10px;padding:.75rem 1.25rem;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 4px 20px #00000080,0 0 40px #00d9ff1a}.filter-grid{display:flex;align-items:center;gap:1.25rem;flex-wrap:nowrap}.filter-title-section{display:flex;align-items:center;gap:.5rem;color:#00d9ff}.filter-title{font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:1px;white-space:nowrap}.filter-icon{stroke-width:2}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-label-compact{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;color:#00d9ff;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.search-input-wrapper{position:relative}.filter-input{width:200px;background:#0a0520cc;border:1px solid rgba(0,217,255,.4);border-radius:6px;padding:.5rem 2rem .5rem .75rem;font-family:Roboto,sans-serif;font-size:.8rem;color:#fff;transition:all .3s ease}.filter-input::placeholder{color:#fff6;font-size:.75rem}.filter-input:focus{outline:none;background:#0a0520f2;border-color:#00d9ff;box-shadow:0 0 0 2px #00d9ff33,0 0 20px #00d9ff26}.clear-input-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:#00d9ff1a;border:none;border-radius:3px;padding:.2rem;cursor:pointer;color:#00d9ff99;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.clear-input-button:hover{background:#00d9ff33;color:#00d9ff}.filter-select{min-width:160px;background:#0a0520cc;border:1px solid rgba(0,217,255,.4);border-radius:6px;padding:.5rem 2rem .5rem .75rem;font-family:Roboto,sans-serif;font-size:.8rem;color:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300D9FF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-select:hover{border-color:#00d9ff}.filter-select:focus{outline:none;background-color:#0a0520f2;border-color:#00d9ff;box-shadow:0 0 0 2px #00d9ff33,0 0 20px #00d9ff26}.live-toggle-button{background:#ffffff0d;border:1px solid rgba(0,217,255,.3);color:#fffc;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;padding:.5rem .9rem;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.live-toggle-button:hover{background:#00d9ff1a;border-color:#00d9ff}.live-toggle-button.active{background:linear-gradient(135deg,#00d9ff,#00b8d9);border-color:transparent;color:#0a0520;box-shadow:0 0 16px #00d9ff66}.live-indicator{width:6px;height:6px;background:#00d9ff80;border-radius:50%;transition:all .3s ease}.live-toggle-button.active .live-indicator{background:#0a0520}.live-indicator.pulsing{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #00d9ffb3}50%{box-shadow:0 0 0 6px #00d9ff00}}.clear-all-button{background:#ff47571a;border:1px solid rgba(255,71,87,.3);color:#ff4757e6;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:600;padding:.5rem .8rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;white-space:nowrap}.clear-all-button:hover{background:#ff475733;border-color:#ff475799}.clear-group{margin-left:auto}@media (max-width: 1200px){.filter-grid{flex-wrap:wrap}.clear-group{margin-left:0}}@media (max-width: 768px){.agenda-filter{padding:.75rem}.filter-grid{flex-direction:column;align-items:stretch;gap:.75rem}.filter-group{width:100%;justify-content:space-between}.filter-input,.filter-select{flex:1;width:auto}.live-toggle-button{width:100%;justify-content:center}}.agenda-table-wrapper{width:100%}.agenda-table{background:#ffffff08;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 24px #0000004d}.agenda-table-header{display:grid;grid-template-columns:140px 200px 1fr 200px;gap:1.5rem;background:#00d9ff26;padding:1.5rem 2rem 1.5rem 2.5rem;border-bottom:2px solid rgba(0,217,255,.3)}.header-date,.header-host,.header-topic,.header-presenters{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#00d9ff;text-transform:uppercase;letter-spacing:1px;text-align:left!important}.header-date{padding-left:20px}.header-presenters{padding-right:10px}.pad-left{padding-left:20px}.header-host{padding-left:30px}.header-topic{padding-left:clamp(150px,2vw,40px)}.header-presenters{text-align:center!important}.agenda-table-body{background:#0003}@media (max-width: 1024px){.agenda-table-header{grid-template-columns:120px 180px 1fr 180px;gap:1.25rem}}@media (max-width: 768px){.agenda-table-header{grid-template-columns:1fr;padding:1rem 1.5rem;gap:.5rem}.header-date,.header-host,.header-topic,.header-presenters{display:none}.agenda-table{border-radius:8px}}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:300px}.no-results-icon{stroke-width:1.5;color:#00d9ff66;margin-bottom:1.5rem;animation:fadeIn .5s ease}.no-results-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#ffffffe6;margin:0 0 .75rem;animation:fadeIn .5s ease .1s both}.no-results-text{font-family:Roboto,sans-serif;font-size:1rem;color:#fff9;margin:0;animation:fadeIn .5s ease .2s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cybersymposiums-hosts-section{background:transparent;padding:10px 1rem 1rem;max-width:1680px;margin:0 auto}.cybersymposiums-hosts-container{max-width:1200px;margin:0 auto}.cybersymposiums-hosts-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 1.25rem;text-align:center;text-transform:uppercase;letter-spacing:-.5px;position:relative;padding-bottom:.2rem}.cybersymposiums-hosts-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:2px;background:linear-gradient(90deg,#00d9ff,#8a2be2);border-radius:2px}.cybersymposiums-hosts-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.cybersymposiums-host-item{display:flex;flex-direction:column;align-items:center;text-align:center}.cybersymposiums-host-image-container{width:120px;height:120px;position:relative;overflow:hidden;border-radius:50%;border:2px solid rgba(180,175,175,.5);margin-bottom:.5rem}.cybersymposiums-host-image-container img{width:100%;height:100%;object-fit:cover;display:block}.cybersymposiums-host-info{display:flex;align-items:center;gap:.5rem;justify-content:center}.cybersymposiums-host-linkedin-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.cybersymposiums-host-linkedin-icon:hover{transform:scale(1.1)}.cybersymposiums-host-linkedin-icon svg{display:block}.cybersymposiums-host-name{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#fff;margin:0;line-height:1.2}@media (max-width: 1200px){.cybersymposiums-hosts-grid{gap:2.5rem}}@media (max-width: 768px){.cybersymposiums-hosts-section{padding:2rem 1.5rem}.cybersymposiums-hosts-title{font-size:1.75rem;margin-bottom:2rem}.cybersymposiums-hosts-grid{gap:2rem}.cybersymposiums-host-image-container{width:100px;height:100px}.cybersymposiums-host-name{font-size:.875rem}}@media (max-width: 480px){.cybersymposiums-hosts-section{padding:1.5rem 1rem}.cybersymposiums-hosts-title{font-size:1.5rem;margin-bottom:1.5rem}.cybersymposiums-hosts-grid{gap:1.5rem}}
