.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;align-items:center;justify-content:center}.modal-wrapper[aria-hidden=false]{display:flex}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{position:relative;background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:90vh;display:flex;flex-direction:column;animation:modal-fade-in .3s ease-out}.modal--small{width:90%;max-width:400px}.modal--medium{width:90%;max-width:600px}.modal--large{width:90%;max-width:900px}.modal--fullscreen{width:95%;height:95%;max-width:none;max-height:none}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;gap:10px}.modal__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--gd-color-text-default);line-height:1.4}.modal__close{background:none;border:none;font-size:1.5rem;line-height:1;color:#000;cursor:pointer;padding:.5rem;margin:-.5rem;border-radius:4px;transition:background-color .2s,color .2s;flex-shrink:0}.modal__close:hover{background-color:#f3f4f6;color:#111827}.modal__close:focus{outline:2px solid var(--gd-color-primary);outline-offset:1px}.modal__close:active{background-color:#e5e7eb}.modal__body{padding:1.5rem;overflow-y:auto;flex:1}.modal__body--no-padding{padding:0}.modal__body--scrollable{max-height:60vh}.modal__footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.modal__footer--centered{justify-content:center}.modal__footer--space-between{justify-content:space-between}.modal__footer--start{justify-content:flex-start}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}body.modal-open{overflow:hidden}@media (max-width: 640px){.modal--small,.modal--medium,.modal--large{width:95%;max-width:none}.modal__header,.modal__body,.modal__footer{padding:1rem}.modal__title{font-size:1.125rem}}@media print{.modal-wrapper{display:none!important}}
/*$vite$:1*/