.fuec-portal { max-width: 640px; margin: 0 auto; font-family: inherit; }
.fuec-card { background:#fff; border:1px solid #ddd; border-radius:8px; padding:20px; margin-bottom:16px; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.fuec-subcard { background:#f9f9f9; border:1px solid #eee; border-radius:6px; padding:16px; margin:12px 0; }
.fuec-subcard h3 { font-size:15px; margin:16px 0 8px; border-top:1px solid #e2e2e2; padding-top:12px; }
.fuec-subcard h3:first-child { margin-top:0; border-top:none; padding-top:0; }
.fuec-portal label { display:block; margin-bottom:12px; font-weight:600; font-size:14px; }
.fuec-portal input, .fuec-portal select { width:100%; padding:10px; margin-top:4px; border:1px solid #ccc; border-radius:5px; font-size:16px; }
.fuec-btn { background:#1f8a3b; color:#fff; border:none; padding:12px 18px; border-radius:6px; font-size:15px; cursor:pointer; width:100%; }
.fuec-btn:active { background:#166b2d; }
.fuec-btn-link { background:none; border:none; color:#1f8a3b; cursor:pointer; text-decoration:underline; padding:0; }
.fuec-dashboard-header { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px; }
.fuec-error { color:#b91c1c; font-size:13px; }
.fuec-ok { color:#15803d; font-size:13px; font-weight:600; }
.fuec-table { width:100%; border-collapse:collapse; margin-top:16px; font-size:13px; }
.fuec-table th, .fuec-table td { border:1px solid #e2e2e2; padding:8px; text-align:left; }
@media (max-width: 480px) {
	.fuec-table, .fuec-table thead, .fuec-table tbody, .fuec-table th, .fuec-table td, .fuec-table tr { display:block; }
	.fuec-table thead { display:none; }
	.fuec-table tr { margin-bottom:10px; border:1px solid #ddd; border-radius:6px; padding:6px; }
	.fuec-table td { border:none; padding:4px 8px; }
}
