.custom-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:flex;align-items:center;justify-content:center}.custom-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;animation:fadeIn .2s ease-out}.custom-modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:90%;width:400px;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out}.custom-modal-header{padding:1.5rem;border-bottom:2px solid #f3f4f6;background:linear-gradient(135deg,#6366f1,#4f46e5)}.custom-modal-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#fff}.custom-modal-body{padding:1.5rem}.custom-modal-body p{margin:0 0 1rem;color:#6b7280;font-size:.95rem;line-height:1.5}.custom-modal-body input,.custom-modal-body textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:Noto Sans KR,sans-serif;transition:all .2s;min-height:48px;box-sizing:border-box}.custom-modal-body input:focus,.custom-modal-body textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.custom-modal-body textarea{min-height:120px;resize:vertical}.custom-modal-footer{padding:1rem 1.5rem;border-top:2px solid #f3f4f6;display:flex;gap:.75rem;justify-content:flex-end}.custom-modal-footer button{min-width:100px;min-height:48px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}@media(max-width:768px){.custom-modal-content{max-width:95%;width:100%;margin:1rem}.custom-modal-footer{flex-direction:column-reverse}.custom-modal-footer button{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
