#vt-module-form-modal-portal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;pointer-events:none}.vt-module-form-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin:0;box-sizing:border-box;pointer-events:auto}.vt-module-form-modal-overlay .vt-module-form-modal-content{width:90%;max-width:600px;background:#fff;box-shadow:0 25px 50px rgba(0,0,0,.5);border-radius:16px;max-height:90vh;overflow-y:auto;border:1px solid #e1e5e9;transform:scale(.9);animation:vtModuleFormModalAppear .3s ease-out forwards;position:relative;z-index:10002;pointer-events:auto}@keyframes vtModuleFormModalAppear{to{transform:scale(1)}}.module-form-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;width:90%;max-width:600px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.3);border-radius:12px;max-height:85vh;overflow-y:auto;border:1px solid #e1e5e9}.module-form-content{padding:24px;background:#fff;border-radius:12px}.module-form-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f1f3f4;padding-bottom:.5rem}.module-form-header h3{margin:0;font-size:1.4rem;font-weight:600;color:#2c3e50}.module-form-close-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:4px;transition:all .2s ease}.module-form-close-btn:hover{background-color:#f5f5f5;color:#333}.module-form-error{color:#c0392b;background:#fdf2f2;border:2px solid #f5b7b1;padding:16px;border-radius:8px;margin-bottom:20px;font-size:.95rem;font-weight:500;line-height:1.4}.module-form-group{margin:.5rem 0}.module-form-label{font-weight:600;display:block;margin-bottom:8px;color:#2c3e50;font-size:.95rem;letter-spacing:.3px}.module-form-input,.module-form-select{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background-color:#fff;color:#2c3e50;transition:all .2s ease;box-sizing:border-box}.module-form-input:focus,.module-form-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1);background-color:#fdfdfd}.module-form-help-text{color:#6c757d;font-size:.85rem;margin-top:6px;display:block;line-height:1.4;font-style:italic}.module-form-info-display{padding:12px 16px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#495057;font-size:.95rem;font-weight:500}.module-form-cover-preview{max-width:200px;max-height:200px;display:block;margin-bottom:10px;border-radius:4px;border:1px solid #ddd}.module-form-file-input{display:none}.module-form-upload-btn{display:inline-block;background:#3498db;color:#fff;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;border:none;box-shadow:0 2px 4px rgba(52,152,219,.2)}.module-form-upload-btn:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 8px rgba(52,152,219,.3)}.module-form-current-cover{margin-top:15px}.module-form-current-cover-image{max-width:100px;max-height:100px;border-radius:4px;border:1px solid #ddd}.module-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:2px solid #f1f3f4}.module-form-submit-btn{background:#27ae60;color:#fff;border:none;padding:14px 24px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px rgba(39,174,96,.2);min-width:120px}.module-form-submit-btn:hover{background:#219a52;transform:translateY(-1px);box-shadow:0 4px 8px rgba(39,174,96,.3)}.module-form-submit-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.module-form-cancel-btn{background:#ecf0f1;color:#2c3e50;border:2px solid #bdc3c7;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;min-width:120px}.module-form-cancel-btn:hover{background:#d5dbdb;border-color:#95a5a6;transform:translateY(-1px)}:root.dark-mode .vt-module-form-modal-overlay .vt-module-form-modal-content{background:#2c3e50;color:#ecf0f1;box-shadow:0 25px 50px rgba(0,0,0,.8);border-color:#34495e}:root.dark-mode .module-form-modal{background:#2c3e50;color:#ecf0f1;box-shadow:0 10px 30px rgba(0,0,0,.8);border-color:#34495e}:root.dark-mode .module-form-content{background:#2c3e50}:root.dark-mode .module-form-header{border-bottom-color:#34495e}:root.dark-mode .module-form-header h3{color:#ecf0f1}:root.dark-mode .module-form-close-btn{color:#bdc3c7}:root.dark-mode .module-form-close-btn:hover{background-color:#34495e;color:#ecf0f1}:root.dark-mode .module-form-label{color:#ecf0f1}:root.dark-mode .module-form-input,:root.dark-mode .module-form-select{background:#34495e;border-color:#4a5f7a;color:#ecf0f1}:root.dark-mode .module-form-input:focus,:root.dark-mode .module-form-select:focus{border-color:#3498db;background-color:#3c4e62}:root.dark-mode .module-form-error{background:#4a2c2a;border-color:#7b3f3c;color:#f1c40f}:root.dark-mode .module-form-help-text{color:#95a5a6}:root.dark-mode .module-form-info-display{background-color:#34495e;border-color:#4a5f7a;color:#bdc3c7}:root.dark-mode .module-form-cancel-btn{background:#34495e;color:#ecf0f1;border-color:#4a5f7a}:root.dark-mode .module-form-cancel-btn:hover{background:#4a5f7a;border-color:#5d6d7e}:root.dark-mode .module-form-actions{border-top-color:#34495e}.module-form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #bdc3c7;border-radius:3px;background-color:#fff;cursor:pointer;position:relative;top:2px;transition:all .2s ease}.module-form-checkbox:checked{background-color:#3498db;border-color:#3498db}.module-form-checkbox:checked:after{content:"✓";position:absolute;top:-2px;left:2px;color:#fff;font-size:12px;font-weight:700}.module-form-checkbox:focus{outline:none;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.module-form-checkbox-label{display:flex;align-items:baseline;gap:8px;cursor:pointer;font-weight:500}.module-form-checkbox-label:hover .module-form-checkbox{border-color:#3498db}:root.dark-mode .module-form-checkbox{background-color:#34495e;border-color:#4a5f7a}:root.dark-mode .module-form-checkbox:checked{background-color:#3498db;border-color:#3498db}:root.dark-mode .module-form-checkbox-label{color:#ecf0f1}@media (max-width:768px){.module-form-modal{width:95%;max-height:95vh}.module-form-content{padding:15px}.module-form-actions{flex-direction:column}.module-form-cancel-btn,.module-form-submit-btn{width:100%}}