body { font-family: Arial, sans-serif; background:#f2f2f2; color:#333; margin:0; padding:0; }
a { color: inherit; }
.btn { display:inline-block; padding:8px 14px; background:#27ae60; color:#fff; border:none; border-radius:6px; text-decoration:none; cursor:pointer; }
.btn-secondary { background:#555; color:#fff; }
.btn-orange { background:#ff8800; color:#fff; }
.btn-red { background:#d9534f; color:#fff; }
.container { background:#fff; }
.table { width:100%; border-collapse:collapse; }
.table th, .table td { padding:8px; border-bottom:1px solid #eee; }
.status-label { padding:2px 6px; border-radius:4px; color:#fff; font-weight:600; }
.site-footer { background:linear-gradient(135deg, #1e1e1e 0%, #121212 100%); color:#fff; padding:28px 18px; margin-top:40px; border-top:4px solid #ff8800; display:flex; justify-content:center; }
.site-footer .footer-content { width:100%; max-width:960px; text-align:center; display:flex; flex-direction:column; gap:8px; align-items:center; }
.site-footer .footer-brand { font-size:1.1em; font-weight:700; letter-spacing:0.5px; margin:0; }
.site-footer .footer-contact { margin:0; line-height:1.6; color:#e7e7e7; }
.site-footer a { color:#8ad4ff; text-decoration:none; font-weight:600; }
.site-footer a:hover { text-decoration:underline; }
