.accept-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.accept-modal.show{display:flex;align-items:center;justify-content:center}.accept-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.accept-modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.accept-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0 24px;border-bottom:1px solid #e5e5e5;padding-bottom:16px}.accept-modal-title{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.accept-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.accept-modal-close:hover{background-color:#f5f5f5;color:#333}.accept-modal-body{padding:24px;line-height:1.6;color:#4a4a4a}.accept-modal-body p{margin:0 0 16px 0;font-size:16px}.accept-modal-body ul{margin:0;padding-left:20px}.accept-modal-body li{margin-bottom:8px;font-size:14px}.accept-modal-footer{display:flex;gap:12px;padding:0 24px 24px 24px;justify-content:flex-end}.accept-modal-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.accept-modal-btn-primary{background-color:#000;color:#fff}.accept-modal-btn-primary:hover{background-color:#333;transform:translateY(-1px)}.accept-modal-btn-secondary{background-color:#f8f8f8;color:#666;border:1px solid #e5e5e5}.accept-modal-btn-secondary:hover{background-color:#f0f0f0;color:#333}@media(max-width: 768px){.accept-modal-content{width:95%;margin:20px}.accept-modal-header,.accept-modal-body,.accept-modal-footer{padding-left:20px;padding-right:20px}.accept-modal-footer{flex-direction:column}.accept-modal-btn{width:100%}}/*# sourceMappingURL=modal.css.map */