.custom-modal{z-index:99999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.custom-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.7);position:absolute;top:0;bottom:0;left:0;right:0}.custom-modal-content{z-index:2;background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;margin:0 auto;animation:.4s cubic-bezier(.16,1,.3,1) modalFade;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.custom-modal-content::-webkit-scrollbar{width:8px}.custom-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 16px 16px 0}.custom-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.custom-modal-content::-webkit-scrollbar-thumb:hover{background:#aaa}.modal-body{padding:40px}.modal-title{color:#111;margin-bottom:20px;padding-right:40px;font-size:28px;font-weight:700;line-height:1.3}.modal-meta{color:#555;border-bottom:1px solid #eee;flex-wrap:wrap;gap:20px;margin-bottom:25px;padding-bottom:20px;padding-left:0;font-weight:500;list-style:none;display:flex}.modal-meta li{align-items:center;gap:8px;display:flex}.modal-meta li i{color:var(--primary-color,#ff9800)}.modal-speaker{border-left:4px solid var(--primary-color,#ff9800);background:#f8f9fa;border-radius:12px;margin-bottom:25px;padding:20px}.modal-speaker-name{color:#222;margin-bottom:5px;font-size:18px;font-weight:600}.modal-speaker-title{color:#666;font-size:14px}.modal-desc{color:#444;font-size:16px;line-height:1.7}.modal-desc p{margin-bottom:15px}.modal-desc ul{margin-bottom:15px;padding-left:20px;list-style-type:disc}.modal-close{color:#333;cursor:pointer;z-index:10;background:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{color:#fff;background:#222;transform:rotate(90deg)}@keyframes modalFade{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.modal-body{padding:25px}.modal-title{font-size:22px}.modal-close{width:35px;height:35px;font-size:16px;top:15px;right:15px}.modal-meta{flex-direction:column;gap:10px}}
