.gwh-messaging-container,.gwh-messages-container{max-width:1150px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.gwh-messaging-header,.gwh-messages-header{margin-bottom:30px;text-align:center}.gwh-messaging-header h2,.gwh-messages-header h2{color:#273f91;margin-bottom:10px;font-size:2em}.gwh-messages-actions{margin-top:20px}.gwh-messages-actions .gwh-btn{margin:0 10px}.gwh-messaging-tabs{max-width:900px;margin:0 auto}.gwh-tabs-nav{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:30px}.gwh-tab-btn{background:0 0;border:none;padding:15px 25px;font-size:16px;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.gwh-tab-btn:hover{color:#273f91;background:#f8f9fa}.gwh-tab-btn.active{color:#273f91;border-bottom-color:#273f91;background:#f8f9fa}.gwh-tab-panel{display:none}.gwh-tab-panel.active{display:block}.gwh-send-message-form{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);padding:40px;border:1px solid #e5e7eb}.gwh-form-group{margin-bottom:24px}.gwh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gwh-label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:15px}.required{color:#ef4444;margin-left:3px}.gwh-input,.gwh-select,.gwh-textarea{width:100%;padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .2s ease;box-sizing:border-box;background:#fff;color:#374151;font-family:inherit}.gwh-input:focus,.gwh-select:focus,.gwh-textarea:focus{outline:none;border-color:#273f91;box-shadow:0 0 0 3px rgba(39,63,145,.1);transform:translateY(-1px)}.gwh-textarea{min-height:120px;resize:vertical}.gwh-form-actions{text-align:center;margin-top:40px}.gwh-btn{background:linear-gradient(135deg,#273f91 0%,#5c6995 100%);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;min-width:140px;box-shadow:0 4px 14px rgba(39,63,145,.3);font-family:inherit;text-decoration:none;display:inline-block}.gwh-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca 0%,#6d28d9 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(39,63,145,.4)}.gwh-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.gwh-btn-secondary{background:#6b7280}.gwh-btn-secondary:hover:not(:disabled){background:#4b5563}.gwh-btn-danger{background:#ef4444}.gwh-btn-danger:hover:not(:disabled){background:#dc2626}.gwh-btn-sm{padding:8px 16px;font-size:14px;min-width:auto}.gwh-form-messages{margin-top:24px}.gwh-success{padding:16px 20px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:16px;border-left:4px solid #10b981;font-weight:500}.gwh-error{padding:16px 20px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:12px;margin-bottom:16px;border-left:4px solid #ef4444;font-weight:500}.gwh-field-error{color:#ef4444;font-size:14px;margin-top:6px;font-weight:500}.gwh-messages-list{display:grid;gap:20px}.gwh-message-item{background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08);padding:24px;border:1px solid #e5e7eb;transition:all .3s ease;position:relative}.gwh-message-item:hover{box-shadow:0 8px 35px rgba(0,0,0,.12);transform:translateY(-2px)}.gwh-message-item.unread{border-left:4px solid #273f91;background:#f8f9ff}.gwh-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.gwh-message-type{display:flex;align-items:center;gap:8px}.gwh-type-icon{font-size:20px}.gwh-type-name{font-weight:600;color:#374151}.gwh-message-status{margin-left:auto}.gwh-status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.gwh-status-badge.unread{background:#dbeafe;color:#1e40af}.gwh-status-badge.read{background:#d1fae5;color:#065f46}.gwh-message-content{margin-bottom:16px}.gwh-message-subject{color:#111827;margin-bottom:8px;font-size:18px;font-weight:600}.gwh-message-preview{color:#6b7280;line-height:1.5}.gwh-message-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;color:#6b7280}.gwh-message-priority{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.gwh-message-priority.priority-high{background:#fef2f2;color:#dc2626}.gwh-message-priority.priority-urgent{background:#fef2f2;color:#dc2626;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.gwh-message-actions{display:flex;gap:10px;flex-wrap:wrap}.gwh-empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.08)}.gwh-empty-icon{font-size:4em;margin-bottom:20px}.gwh-empty-state h3{color:#374151;margin-bottom:10px}.gwh-empty-state p{color:#6b7280;margin-bottom:30px}.gwh-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:9999;display:flex;align-items:center;justify-content:center}.gwh-modal-content{background:#fff;border-radius:16px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.gwh-admin-modal{max-width:900px}.gwh-modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border-radius:16px 16px 0 0}.gwh-modal-header h3{margin:0;color:#111827;font-weight:600}.gwh-modal-close{background:0 0;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.gwh-modal-close:hover{background:#e5e7eb;color:#374151}.gwh-modal-body{padding:24px}.gwh-message-full-content{background:#f8f9fa;padding:20px;border-radius:12px;line-height:1.6;color:#374151;white-space:pre-wrap}.gwh-reply-section{margin-top:30px;padding-top:30px;border-top:1px solid #e5e7eb}.gwh-reply-section h4{color:#273f91;margin-bottom:20px}.gwh-admin-messages,.gwh-admin-message-types,.gwh-admin-settings{max-width:1200px}.gwh-admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:12px}.gwh-admin-messages-list,.gwh-message-types-list{display:grid;gap:20px}.gwh-admin-message-item,.gwh-message-type-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease}.gwh-admin-message-item:hover,.gwh-message-type-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px);border-color:#273f91}.gwh-sender-info{margin-bottom:10px}.gwh-type-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.gwh-type-info{display:flex;align-items:center;gap:12px}.gwh-type-name{margin:0;color:#111827;font-size:20px;font-weight:600}.gwh-type-description{color:#6b7280;margin-bottom:16px;line-height:1.5}.gwh-type-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;color:#6b7280}.gwh-color-preview{display:inline-block;width:20px;height:20px;border-radius:4px;margin-right:8px;vertical-align:middle;border:1px solid #e5e7eb}.gwh-type-actions,.gwh-message-actions{display:flex;gap:10px;flex-wrap:wrap}.gwh-settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.gwh-settings-section h2{color:#273f91;margin-top:0;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e5e7eb}.gwh-template-editor{margin-top:20px}.gwh-template-variables{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.gwh-template-variables h4{margin-top:0;color:#273f91}.gwh-template-variables ul{margin:10px 0;padding-left:20px}.gwh-template-variables code{background:#e5e7eb;padding:2px 6px;border-radius:4px;font-family:monospace}.gwh-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.gwh-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease}.gwh-stat-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.gwh-stat-icon{font-size:2.5em;margin-bottom:16px}.gwh-stat-number{font-size:2em;font-weight:700;color:#273f91;margin-bottom:8px}.gwh-stat-label{color:#6b7280;font-weight:500}.gwh-messages-by-type{display:grid;gap:15px}.gwh-type-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px}.gwh-type-count{margin-left:auto;font-weight:600;color:#273f91}@media (max-width:768px){.gwh-messaging-container,.gwh-messages-container{padding:16px}.gwh-send-message-form{padding:24px}.gwh-form-row{grid-template-columns:1fr;gap:16px}.gwh-tabs-nav{flex-direction:column}.gwh-tab-btn{text-align:center;border-bottom:none;border-right:3px solid transparent}.gwh-tab-btn.active{border-bottom:none;border-right-color:#273f91}.gwh-message-actions{flex-direction:column}.gwh-message-actions .gwh-btn{width:100%;margin:5px 0}.gwh-modal-content{width:95%;margin:20px;border-radius:12px}.gwh-admin-header{flex-direction:column;gap:20px;text-align:center}.gwh-stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.gwh-messaging-container,.gwh-messages-container{padding:12px}.gwh-send-message-form{padding:20px}.gwh-message-item,.gwh-admin-message-item,.gwh-message-type-item{padding:20px}.gwh-message-subject{font-size:16px}.gwh-modal-content{width:100%;height:100%;border-radius:0;max-height:none}}.custom-form-description{margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:12px;border-left:4px solid #273f91;color:#374151;font-size:16px;line-height:1.6}.custom-form-container .custom-form{background:#fff !important;border-radius:16px !important;box-shadow:0 4px 25px rgba(0,0,0,.08) !important;padding:40px !important;border:1px solid #e5e7eb !important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif !important}.custom-form *{box-sizing:border-box !important}.custom-form input,.custom-form textarea,.custom-form select{margin:0 !important;line-height:normal !important}.custom-form-fields{display:grid;gap:24px}.custom-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.custom-form-field{margin-bottom:0}.custom-form-field-full{grid-column:1/-1}.custom-form .custom-form-label,.custom-form label.custom-form-label{display:block !important;margin-bottom:8px !important;font-weight:600 !important;color:#374151 !important;font-size:15px !important;letter-spacing:-.025em !important;font-family:inherit !important}.custom-form-required{color:#ef4444;margin-left:3px}.custom-form-input-wrapper{position:relative}.custom-form .custom-form-input,.custom-form input.custom-form-input,.custom-form textarea.custom-form-input,.custom-form select.custom-form-input{width:100% !important;padding:16px 18px !important;border:2px solid #e5e7eb !important;border-radius:12px !important;font-size:16px !important;transition:all .2s ease !important;box-sizing:border-box !important;background:#fff !important;color:#374151 !important;font-family:inherit !important;outline:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important}.custom-form .custom-form-input::placeholder,.custom-form input.custom-form-input::placeholder,.custom-form textarea.custom-form-input::placeholder{color:#9ca3af !important}.custom-form .custom-form-input:focus,.custom-form input.custom-form-input:focus,.custom-form textarea.custom-form-input:focus,.custom-form select.custom-form-input:focus{outline:none !important;border-color:#273f91 !important;box-shadow:0 0 0 3px rgba(27,63,147,.1) !important;transform:translateY(-1px) !important}.custom-form .custom-form-input:hover:not(:focus),.custom-form input.custom-form-input:hover:not(:focus),.custom-form textarea.custom-form-input:hover:not(:focus),.custom-form select.custom-form-input:hover:not(:focus){border-color:#d1d5db !important}.custom-form .custom-form-input.error,.custom-form input.custom-form-input.error,.custom-form textarea.custom-form-input.error,.custom-form select.custom-form-input.error{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,.1) !important}.custom-form .custom-form-input-textarea,.custom-form textarea.custom-form-input,.custom-form-field-textarea .custom-form-input{min-height:120px !important;resize:vertical !important;font-family:inherit !important}.custom-form .custom-form-input-email,.custom-form input.custom-form-input-email{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3e%3cpath d='M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z'/%3e%3cpath d='M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z'/%3e%3c/svg%3e") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;background-size:20px !important;padding-right:50px !important}.custom-form .custom-form-input-tel,.custom-form input.custom-form-input-tel{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3e%3cpath d='M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z'/%3e%3c/svg%3e") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;background-size:20px !important;padding-right:50px !important}.custom-form .custom-form-input-select,.custom-form select.custom-form-input-select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;background-size:20px !important;padding-right:50px !important;cursor:pointer !important}.custom-form .custom-form-input-file,.custom-form input.custom-form-input-file{padding:12px 16px !important;background:#f9fafb !important;border:2px dashed #d1d5db !important;border-radius:12px !important;cursor:pointer !important;transition:all .2s ease !important}.custom-form .custom-form-input-file:hover,.custom-form input.custom-form-input-file:hover{border-color:#273f91 !important;background:#f3f4f6 !important}.custom-form .custom-form-input-file:focus,.custom-form input.custom-form-input-file:focus{border-color:#273f91 !important;border-style:solid !important;background:#fff !important}.custom-form-field-checkbox{margin-top:24px}.custom-form-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;margin-bottom:0;font-weight:400;color:#6b7280;font-size:15px;line-height:1.5}.custom-form-checkbox-label input{margin-right:12px;margin-top:2px;width:18px;height:18px;accent-color:#4f46e5;cursor:pointer}.custom-form-submit{text-align:left;margin-top:40px}.custom-form-submit-btn{background:linear-gradient(135deg,#273f91 0%,#5c6995 100%);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;min-width:140px;box-shadow:0 4px 14px rgba(79,70,229,.3);font-family:inherit;letter-spacing:-.025em}.custom-form-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca 0%,#6d28d9 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(79,70,229,.4)}.custom-form-submit-btn:active{transform:translateY(0)}.custom-form-submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.custom-form-messages{margin-top:24px}.custom-form-success{padding:16px 20px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:16px;border-left:4px solid #10b981;font-weight:500}.custom-form-error{padding:16px 20px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:12px;margin-bottom:16px;border-left:4px solid #ef4444;font-weight:500}.custom-form-field-error{color:#ef4444;font-size:14px;margin-top:6px;font-weight:500}.custom-form-admin .postbox{border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:8px}.custom-form-admin .postbox-header{border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:8px 8px 0 0}.field-item{border:1px solid #e5e7eb;margin-bottom:16px;padding:20px;background:#fff;border-radius:12px;transition:all .2s ease}.field-item:hover{background:#f9fafb;border-color:#4f46e5;box-shadow:0 2px 8px rgba(79,70,229,.1)}.field-item h4{margin:0 0 8px;color:#111827;font-size:16px;font-weight:600}.field-item p{margin:4px 0;color:#6b7280;font-size:14px}.field-actions{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}.field-actions .button{margin-right:8px;border-radius:6px}.field-required{color:#ef4444;font-weight:600}#field-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:9999;display:flex;align-items:center;justify-content:center}.field-modal-content{background:#fff;padding:0;border-radius:16px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border-radius:16px 16px 0 0}.modal-header h2{margin:0;color:#111827;font-weight:600}.modal-body{padding:24px}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;text-align:right;background:#f9fafb;border-radius:0 0 16px 16px}.custom-form-list{max-width:800px;margin:0 auto}.custom-form-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease}.custom-form-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px);border-color:#4f46e5}.custom-form-title{margin-top:0;color:#111827;font-size:24px;font-weight:700}@media (max-width:768px){.custom-form-container{padding:20px 16px}.custom-form{padding:24px;border-radius:12px}.custom-form-row{grid-template-columns:1fr;gap:16px}.custom-form-submit-btn{width:100%;padding:18px 24px}.field-modal-content{width:95%;margin:20px;border-radius:12px}.custom-form-item{padding:20px}}@media (max-width:480px){.custom-form-container{padding:16px 12px}.custom-form{padding:20px}.custom-form-label{font-size:16px}.custom-form-title{font-size:20px}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.submit-loading:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite;margin-right:8px}@media print{.custom-form-submit,.custom-form-messages{display:none}.custom-form{box-shadow:none;border:1px solid #000}}