/* IBEW Master Report Builder — front-end styles (enqueued as a real stylesheet so host
   optimizers like LiteSpeed don't strip it, and !important so themes can't override it). */

.ibew-mrb-frontend{max-width:620px !important;margin:2.5em auto !important;text-align:center !important;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;}
.ibew-mrb-frontend *{box-sizing:border-box !important;}

/* Dark panel (card + gate box) */
.ibew-mrb-frontend .ibew-mrb-card,.ibew-mrb-frontend .ibew-mrb-gatebox{
	background:#0f1115 !important;border:1px solid #2a2d34 !important;border-radius:18px !important;
	padding:44px 46px 48px !important;box-shadow:0 10px 34px rgba(0,0,0,.35) !important;text-align:left !important;}
.ibew-mrb-frontend .ibew-mrb-title{margin:0 0 10px !important;font-size:27px !important;font-weight:700 !important;
	color:#ffffff !important;text-align:center !important;letter-spacing:.2px !important;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;}
.ibew-mrb-frontend .ibew-mrb-sub{margin:0 0 34px !important;color:#a9adb6 !important;font-size:15px !important;
	line-height:1.5 !important;text-align:center !important;}

/* White upload boxes that stand out on the dark panel */
.ibew-mrb-frontend .ibew-mrb-field{border:1px solid #ffffff !important;border-radius:14px !important;
	padding:24px 26px !important;margin:0 0 24px !important;background:#ffffff !important;
	box-shadow:0 3px 12px rgba(0,0,0,.25) !important;transition:box-shadow .15s,transform .12s !important;}
.ibew-mrb-frontend .ibew-mrb-field:hover{box-shadow:0 0 0 3px rgba(34,113,177,.55) !important;transform:translateY(-1px) !important;}
.ibew-mrb-frontend .ibew-mrb-label{display:block !important;font-weight:600 !important;font-size:16px !important;
	color:#1d2327 !important;margin:0 0 14px !important;}
.ibew-mrb-frontend .ibew-mrb-hint{font-weight:400 !important;color:#8c8f94 !important;font-size:13px !important;}

/* Native file input -> styled "Choose File" button via ::file-selector-button */
.ibew-mrb-frontend .ibew-mrb-field input[type=file]{width:100% !important;font-size:14px !important;color:#50575e !important;cursor:pointer !important;}
.ibew-mrb-frontend .ibew-mrb-field input[type=file]::file-selector-button{
	background:#2271b1 !important;color:#fff !important;border:0 !important;border-radius:9px !important;
	padding:11px 18px !important;margin-right:14px !important;font-size:14px !important;font-weight:600 !important;cursor:pointer !important;}
.ibew-mrb-frontend .ibew-mrb-field input[type=file]::-webkit-file-upload-button{
	background:#2271b1 !important;color:#fff !important;border:0 !important;border-radius:9px !important;
	padding:11px 18px !important;margin-right:14px !important;font-size:14px !important;font-weight:600 !important;cursor:pointer !important;}

/* Buttons */
.ibew-mrb-frontend .ibew-mrb-actions{text-align:center !important;margin-top:34px !important;}
.ibew-mrb-frontend .ibew-mrb-button{background:#2271b1 !important;color:#fff !important;border:0 !important;
	border-radius:10px !important;padding:15px 40px !important;font-size:17px !important;font-weight:600 !important;
	cursor:pointer !important;line-height:1.2 !important;width:auto !important;box-shadow:0 4px 14px rgba(34,113,177,.4) !important;}
.ibew-mrb-frontend .ibew-mrb-button:hover{background:#2f86cf !important;}
.ibew-mrb-frontend .ibew-mrb-button[disabled]{opacity:.5 !important;cursor:not-allowed !important;}

/* Gate (password) */
.ibew-mrb-frontend .ibew-mrb-gatebox{max-width:460px !important;margin:0 auto !important;text-align:center !important;}
.ibew-mrb-frontend .ibew-mrb-gatebox h3{margin:0 0 22px !important;font-size:22px !important;color:#ffffff !important;text-align:center !important;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;}
.ibew-mrb-frontend .ibew-mrb-gatebox input[type=password]{padding:13px 16px !important;font-size:15px !important;
	border:1px solid #ffffff !important;border-radius:10px !important;min-width:230px !important;margin:0 10px 12px 0 !important;background:#fff !important;color:#1d2327 !important;}

/* Result panel + lock link */
.ibew-mrb-frontend .ibew-mrb-result .notice{background:#ffffff !important;border:1px solid #ffffff !important;
	border-radius:14px !important;padding:20px 22px !important;margin:0 0 24px !important;text-align:left !important;color:#1d2327 !important;}
.ibew-mrb-frontend a.button-primary{display:inline-block !important;background:#2271b1 !important;color:#fff !important;
	padding:12px 24px !important;border-radius:10px !important;text-decoration:none !important;font-weight:600 !important;}
.ibew-mrb-frontend a.button-primary:hover{background:#2f86cf !important;}
.ibew-mrb-frontend .ibew-mrb-lock{margin-top:20px !important;font-size:13px !important;text-align:center !important;}
.ibew-mrb-frontend .ibew-mrb-lock a{color:#a9adb6 !important;}

/* Error */
.ibew-mrb-frontend .ibew-mrb-error{background:#3a1414 !important;border:1px solid #7a2a2a !important;color:#ffd7d5 !important;
	padding:14px 18px !important;border-radius:12px !important;margin:0 0 20px !important;text-align:center !important;}

@media (max-width:600px){
	.ibew-mrb-frontend{margin:1.5em auto !important;}
	.ibew-mrb-frontend .ibew-mrb-card,.ibew-mrb-frontend .ibew-mrb-gatebox{padding:30px 22px 34px !important;}
	.ibew-mrb-frontend .ibew-mrb-field{padding:20px 20px !important;}
}
