.meeting-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14142873;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999;overflow:hidden}.meeting-modal{width:min(92vw,480px);max-height:min(85dvh,700px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000002e;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:20px 16px 24px;box-sizing:border-box}.meeting-modal::-webkit-scrollbar{width:6px}.meeting-modal::-webkit-scrollbar-track{background:transparent}.meeting-modal::-webkit-scrollbar-thumb{background:#c8aa644d;border-radius:3px}.meeting-modal::-webkit-scrollbar-thumb:hover{background:#c8aa6480}.meeting-modal input,.meeting-modal textarea,.meeting-modal select{width:100%;box-sizing:border-box}@media(max-width:768px){.meeting-modal-overlay{align-items:flex-start;padding-top:20px;padding-bottom:20px}.meeting-modal{width:100%;max-width:100%;max-height:calc(100dvh - 40px);border-radius:18px;padding:16px 14px 20px}}
