.modal-wrapper{align-items:center;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-wrapper[aria-hidden=false]{display:flex}.modal-overlay{backdrop-filter:blur(2px);background-color:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;width:100%}.modal{animation:modal-fade-in .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;max-height:90vh;position:relative}.modal--small{max-width:400px;width:90%}.modal--medium{max-width:600px;width:90%}.modal--large{max-width:900px;width:90%}.modal--fullscreen{height:95%;max-height:none;max-width:none;width:95%}.modal__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;justify-content:space-between;padding:1.5rem}.modal__title{color:var(--gd-color-text-default);font-size:1.25rem;font-weight:600;line-height:1.4;margin:0}.modal__close{background:none;border:none;border-radius:4px;color:#000;cursor:pointer;flex-shrink:0;font-size:1.5rem;line-height:1;margin:-.5rem;padding:.5rem;transition:background-color .2s,color .2s}.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{flex:1;overflow-y:auto;padding:1.5rem}.modal__body--no-padding{padding:0}.modal__body--scrollable{max-height:60vh}.modal__footer{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;padding:1.5rem}.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--large,.modal--medium,.modal--small{max-width:none;width:95%}.modal__body,.modal__footer,.modal__header{padding:1rem}.modal__title{font-size:1.125rem}}@media print{.modal-wrapper{display:none!important}}