.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:9999}.modal-content{background:#181617;border:1px solid #2e2e33;border-radius:8px;width:100%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.4)}.cropper-area{position:relative;flex:1 1;background:#111;min-height:300px}.cropper-buttons{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;border-top:1px solid #2e2e33;background:#181617}.form-button{padding:.5rem 1rem;font-size:1rem;font-family:Crimson Text,serif;background:#111;color:#c8a8da;border:1px solid #2e2e33;border-radius:4px;cursor:pointer}.form-button:hover{background:#c8a8da;color:#111}@media (max-width:600px){.modal-content{max-width:100%;height:90vh;max-height:90vh;padding:0;border-radius:0}.cropper-area{width:100%;height:100%;max-height:100%}.cropper-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem}}