.hm-form{display:flex;flex-direction:column;gap:var(--space-4)}.hm-form-group{display:flex;flex-direction:column;gap:var(--space-2)}.hm-form-group--inline{flex-direction:row;align-items:center}.hm-label,label{display:block;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--hm-text)}.hm-label--required:after{content:' *';color:var(--hm-danger)}.hm-input,input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=datetime-local]{width:100%;padding:var(--space-2-5) var(--space-3);font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;color:var(--hm-text);background:var(--hm-bg-elevated);border:1px solid var(--hm-border);border-radius:var(--radius-md);transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);font-size:max(16px, var(--text-base))}.hm-input:hover,input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=search]:hover{border-color:var(--hm-border-strong)}.hm-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus{outline:none;border-color:var(--hm-primary);box-shadow:var(--shadow-glow)}.hm-input::placeholder,input::placeholder{color:var(--hm-text-muted)}.hm-textarea,textarea{width:100%;min-height:120px;padding:var(--space-3);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--hm-text);background:var(--hm-bg-elevated);border:1px solid var(--hm-border);border-radius:var(--radius-md);resize:vertical;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);font-size:max(16px, var(--text-base))}.hm-textarea:focus,textarea:focus{outline:none;border-color:var(--hm-primary);box-shadow:var(--shadow-glow)}.hm-select,select{width:100%;padding:var(--space-2-5) var(--space-3);padding-right:var(--space-8);font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;color:var(--hm-text);background:var(--hm-bg-elevated);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2357534E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;background-size:12px;border:1px solid var(--hm-border);border-radius:var(--radius-md);appearance:none;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.hm-select:focus,select:focus{outline:none;border-color:var(--hm-primary);box-shadow:var(--shadow-glow)}.hm-checkbox,.hm-radio{display:flex;align-items:flex-start;gap:var(--space-2);cursor:pointer}.hm-checkbox input,.hm-radio input{flex-shrink:0;width:18px;height:18px;margin:2px 0 0;accent-color:var(--hm-primary);cursor:pointer}.hm-checkbox span,.hm-radio span{font-size:var(--text-sm);color:var(--hm-text-secondary);line-height:1.4}input[type=checkbox]{width:18px;height:18px;accent-color:var(--hm-primary);cursor:pointer}input[type=radio]{width:18px;height:18px;accent-color:var(--hm-primary);cursor:pointer}.hm-input-group{display:flex;align-items:stretch}.hm-input-group .hm-input,.hm-input-group input{border-radius:var(--radius-md) 0 0 var(--radius-md)}.hm-input-group .hm-btn,.hm-input-group button{border-radius:0 var(--radius-md) var(--radius-md) 0;border-left:none}.hm-input-icon{position:relative}.hm-input-icon .hm-input,.hm-input-icon input{padding-left:var(--space-10)}.hm-input-icon__icon{position:absolute;left:var(--space-3);top:50%;transform:translateY(-50%);color:var(--hm-text-muted);pointer-events:none}.hm-input--error,.has-error input,.has-error textarea,.has-error select{border-color:var(--hm-danger)}.hm-input--error:focus,.has-error input:focus,.has-error textarea:focus{box-shadow:var(--shadow-glow-danger)}.hm-error-message{font-size:var(--text-sm);color:var(--hm-danger);margin-top:var(--space-1)}.hm-input--success{border-color:var(--hm-success)}.hm-input:disabled,input:disabled,textarea:disabled,select:disabled{background:var(--hm-bg-muted);color:var(--hm-text-muted);cursor:not-allowed;opacity:.7}.hm-help-text{font-size:var(--text-xs);color:var(--hm-text-muted);margin-top:var(--space-1)}.hm-search-form{display:flex;gap:var(--space-2)}.hm-search-form .hm-input,.hm-search-form input[type=search]{flex:1;border-radius:var(--radius-full);padding-left:var(--space-4)}.hm-search-form .hm-btn{border-radius:var(--radius-full)}.search-form{display:flex;gap:var(--space-2)}.search-form .search-field{flex:1}.hm-file-input{display:flex;flex-direction:column;gap:var(--space-2)}.hm-file-input input[type=file]{font-size:var(--text-sm);color:var(--hm-text-secondary)}.hm-file-input input[type=file]::file-selector-button{padding:var(--space-2) var(--space-4);margin-right:var(--space-3);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--hm-text);background:var(--hm-bg-subtle);border:1px solid var(--hm-border);border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.hm-file-input input[type=file]::file-selector-button:hover{background:var(--hm-bg-muted)}@media (max-width:767px){.hm-input,input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],.hm-textarea,textarea,.hm-select,select{min-height:48px;padding:var(--space-3)}.hm-checkbox input,.hm-radio input,input[type=checkbox],input[type=radio]{width:22px;height:22px}}.wpcf7-form-control{width:100%}.wpcf7-submit{min-width:150px}#buddypress input[type=text],#buddypress input[type=email],#buddypress input[type=password],#buddypress textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--hm-border);border-radius:var(--radius-md)}#buddypress input[type=text]:focus,#buddypress input[type=email]:focus,#buddypress input[type=password]:focus,#buddypress textarea:focus{border-color:var(--hm-primary);box-shadow:var(--shadow-glow);outline:none}.hm-gov-form{max-width:700px;margin:0 auto;padding:0;background:#fffef5;border:2px solid #1e3a5f;border-radius:2px;box-shadow:0 0 0 4px #fffef5,0 0 0 6px #1e3a5f,8px 8px 0 rgba(30,58,95,.15);font-family:"Courier New",Courier,monospace;position:relative;overflow:hidden}.hm-gov-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 24px,rgba(0,0,0,.02) 24px,rgba(0,0,0,.02) 25px);pointer-events:none;z-index:0}.hm-gov-form>*{position:relative;z-index:1}.hm-gov-form-header{background:linear-gradient(180deg,#1e3a5f 0%,#2d4a6f 100%);color:#fff;padding:20px 25px;margin-bottom:0;border-bottom:4px solid #c9a227;text-align:center}.hm-gov-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:12px;border-bottom:1px dashed rgba(255,255,255,.3)}.hm-gov-eagle{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hm-gov-badge{background:#c9a227;color:#1e3a5f;padding:4px 12px;font-size:10px;font-weight:700;letter-spacing:.15em;border-radius:2px;font-family:"Sometype Mono",monospace}.hm-gov-barcode{font-family:"Libre Barcode 39",monospace;font-size:28px;letter-spacing:-2px;color:rgba(255,255,255,.85)}.hm-gov-form-header strong{display:block;font-size:18px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hm-gov-subtitle{display:block;font-size:12px;line-height:1.5;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;max-width:500px;margin:0 auto 12px}.hm-gov-microprint{display:block;font-size:7px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-top:10px}.hm-gov-form .hm-field{padding:15px 25px;border-bottom:1px dashed #ccc}.hm-gov-form .hm-field:last-of-type{border-bottom:none}.hm-gov-form .hm-field label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e3a5f;margin-bottom:8px}.hm-gov-form input[type=text],.hm-gov-form input[type=email],.hm-gov-form textarea,.hm-gov-form select{width:100%;padding:12px 15px;font-family:"Courier New",Courier,monospace;font-size:14px;border:2px solid #d4d4d4;border-radius:0;background:#fff;transition:all .2s ease}.hm-gov-form input:focus,.hm-gov-form textarea:focus,.hm-gov-form select:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px rgba(30,58,95,.1)}.hm-gov-form textarea{min-height:120px;resize:vertical}.hm-gov-form select{cursor:pointer}.hm-gov-form input[type=submit]{display:block;width:calc(100% - 50px);margin:25px auto;padding:16px 30px;background:linear-gradient(180deg,#c9a227 0%,#b8941f 100%);color:#1e3a5f;border:none;font-family:"Sometype Mono",monospace;font-size:14px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(201,162,39,.3)}.hm-gov-form input[type=submit]:hover{background:linear-gradient(180deg,#d4ac2d 0%,#c9a227 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(201,162,39,.4)}.hm-gov-form .small-text{text-align:center;font-size:10px;color:#666;padding:15px 25px;background:#f5f5f0;border-top:1px solid #ddd;margin:0}.hm-newsroom-form{max-width:700px;margin:0 auto;padding:0;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05),0 10px 40px rgba(30,64,175,.1);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.hm-newsroom-header{background:linear-gradient(135deg,var(--mn-primary,#1e40af) 0%,var(--mn-primary-dark,#1e3a8a) 100%);color:#fff;padding:25px 30px;position:relative;overflow:hidden}.hm-newsroom-header:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.hm-newsroom-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.hm-newsroom-tag{background:var(--mn-accent,#f59e0b);color:#000;padding:5px 14px;font-size:10px;font-weight:800;letter-spacing:.15em;border-radius:20px;font-family:"Sometype Mono",monospace}.hm-newsroom-edition{font-size:12px;color:rgba(255,255,255,.9);font-family:"Sometype Mono",monospace;letter-spacing:.05em}.hm-newsroom-header strong{display:block;font-size:22px;font-weight:700;margin-bottom:8px}.hm-newsroom-subtitle{display:block;font-size:14px;line-height:1.5;color:#fff}.hm-newsroom-form>br{display:none}.hm-newsroom-form>*:not(.hm-newsroom-header):not(.small-text):not(input[type=submit]):not(.wpcf7-response-output){padding:0 30px}.hm-newsroom-form br+br{display:block;content:"";margin:20px 0}.hm-newsroom-form input[type=text],.hm-newsroom-form input[type=email],.hm-newsroom-form textarea,.hm-newsroom-form select{width:100%;padding:14px 18px;font-size:15px;border:2px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:all .2s ease;margin-top:6px;margin-bottom:20px}.hm-newsroom-form input:focus,.hm-newsroom-form textarea:focus,.hm-newsroom-form select:focus{outline:none;border-color:var(--mn-primary,#1e40af);background:#fff;box-shadow:0 0 0 4px rgba(30,64,175,.1)}.hm-newsroom-form textarea{min-height:120px;resize:vertical}.hm-newsroom-form .wpcf7-radio{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;margin-bottom:20px}.hm-newsroom-form .wpcf7-list-item{margin:0 !important}.hm-newsroom-form .wpcf7-list-item label{display:flex;align-items:center;padding:10px 16px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px}.hm-newsroom-form .wpcf7-list-item label:hover{border-color:var(--mn-primary,#1e40af);background:#eff6ff}.hm-newsroom-form .wpcf7-list-item input:checked+span{color:var(--mn-primary,#1e40af);font-weight:600}.hm-newsroom-form .wpcf7-checkbox{margin:20px 0}.hm-newsroom-form .wpcf7-checkbox label{display:flex;align-items:flex-start;gap:12px;padding:15px;background:#fef3c7;border:2px solid var(--mn-accent,#f59e0b);border-radius:8px;cursor:pointer;font-size:13px;line-height:1.5}.hm-newsroom-form input[type=submit]{display:block;width:calc(100% - 60px);margin:25px 30px 30px;padding:16px 30px;background:linear-gradient(135deg,var(--mn-primary,#1e40af) 0%,var(--mn-primary-dark,#1e3a8a) 100%);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(30,64,175,.3)}.hm-newsroom-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,64,175,.4)}.hm-newsroom-form input[type=file],.hm-gov-form input[type=file]{padding:12px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;width:100%;margin-top:6px;margin-bottom:20px}.hm-newsroom-form input[type=file]:hover,.hm-gov-form input[type=file]:hover{border-color:var(--mn-primary,#1e40af);background:#eff6ff}.hm-newsroom-form .small-text{text-align:center;font-size:12px;color:#6b7280;padding:20px 30px;background:#f9fafb;border-top:1px solid #e5e7eb;margin:0}.hm-report-form{max-width:700px;margin:0 auto;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.hm-report-header{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);color:#fff;padding:24px 28px;border-radius:12px 12px 0 0;text-align:center;margin-bottom:0}.hm-report-icon{font-size:36px;margin-bottom:8px}.hm-report-header strong{display:block;font-size:20px;font-weight:800;letter-spacing:.05em;margin-bottom:10px}.hm-report-subtitle{display:block;font-size:14px;opacity:.9;line-height:1.5;max-width:500px;margin:0 auto}.hm-report-form .wpcf7-form{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;padding:28px;box-shadow:0 8px 30px rgba(185,28,28,.1)}.hm-report-form .hm-field{margin-bottom:20px}.hm-report-form .hm-field label{display:block;font-weight:600;font-size:14px;color:#1f2937;margin-bottom:6px}.hm-report-form .hm-field input[type=text],.hm-report-form .hm-field input[type=email],.hm-report-form .hm-field input[type=url],.hm-report-form .hm-field textarea,.hm-report-form .hm-field select{width:100%;padding:12px 14px;font-size:15px;border:2px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:border-color .2s,box-shadow .2s;font-family:inherit}.hm-report-form .hm-field input:focus,.hm-report-form .hm-field textarea:focus,.hm-report-form .hm-field select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1);background:#fff}.hm-report-form .hm-field textarea{min-height:120px;resize:vertical}.hm-report-form .hm-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.hm-report-form .hm-field-hint{display:block;font-size:12px;color:#6b7280;margin-top:4px}.hm-report-form .hm-field input[type=file]{padding:10px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;width:100%}.hm-report-form .hm-field input[type=file]:hover{border-color:#dc2626;background:#fef2f2}.hm-report-form input[type=submit]{display:block;width:100%;padding:14px 24px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;text-transform:uppercase;letter-spacing:.05em;margin-top:10px}.hm-report-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(185,28,28,.3)}.hm-report-form input[type=submit]:active{transform:translateY(0)}.hm-report-note{margin-top:20px;padding:14px 16px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;font-size:13px;color:#92400e;text-align:center}.hm-report-note a{color:#b45309;text-decoration:underline}.hm-report-note a:hover{color:#92400e}.hm-report-form .wpcf7-response-output{margin:20px 0 0 !important;padding:14px 16px !important;border-radius:8px !important;font-size:14px}.hm-report-form .wpcf7-mail-sent-ok{background:#d1fae5 !important;border-color:#10b981 !important;color:#065f46 !important}.hm-report-form .wpcf7-validation-errors,.hm-report-form .wpcf7-acceptance-missing{background:#fee2e2 !important;border-color:#ef4444 !important;color:#991b1b !important}.hm-report-form .wpcf7-not-valid{border-color:#ef4444 !important}.hm-report-form .wpcf7-not-valid-tip{color:#dc2626;font-size:12px;margin-top:4px}.hm-report-form .wpcf7-spinner{margin:10px auto;display:block}@media (max-width:640px){.hm-gov-form,.hm-newsroom-form{margin:0 15px;border-radius:8px}.hm-gov-form-header,.hm-newsroom-header{padding:20px}.hm-gov-header-top{flex-direction:column;gap:10px}.hm-gov-barcode{display:none}.hm-gov-form .hm-field,.hm-newsroom-form>*:not(.hm-newsroom-header):not(.small-text){padding:12px 20px}.hm-newsroom-form input[type=submit]{width:calc(100% - 40px);margin:20px 20px 25px}.hm-newsroom-form .wpcf7-radio{flex-direction:column}.hm-report-header{padding:20px}.hm-report-header strong{font-size:18px}.hm-report-form .wpcf7-form{padding:20px}}@media (prefers-reduced-motion:reduce){.hm-gov-form input[type=submit],.hm-newsroom-form input[type=submit],.hm-report-form input[type=submit]{transition:none}.hm-gov-form input[type=submit]:hover,.hm-newsroom-form input[type=submit]:hover,.hm-report-form input[type=submit]:hover{transform:none}}