/* PH License Admin — compact portal styling */
* { box-sizing: border-box; }
body { font-family: "Segoe UI", Roboto, Arial, sans-serif; background: #f4f6f9; margin: 0; color: #2c3e50; }

.sidebar {
    position: fixed; top: 0; left: 0; bottom: 0; width: 230px;
    background: #2c3e50; color: #ecf0f1; display: flex; flex-direction: column;
}
.sidebar-brand { padding: 18px 16px; font-size: 16px; font-weight: 700; background: #1f2c39; }
.sidebar-brand i { color: #f1c40f; margin-right: 6px; }
.sidebar-user { padding: 12px 16px; font-size: 13px; border-bottom: 1px solid #3b4d5e; color: #bdc3c7; }
.sidebar-nav { flex: 1; padding-top: 8px; overflow-y: auto; }
.sidebar-nav a { display: block; padding: 11px 16px; color: #ecf0f1; text-decoration: none; font-size: 14px; }
.sidebar-nav a:hover { background: #34495e; }
.sidebar-nav a i { width: 20px; margin-right: 8px; color: #95a5a6; }
.sidebar-footer { padding: 12px; }
.btn-logout { background: #e74c3c; color: #fff; border: none; }
.btn-logout:hover { background: #c0392b; color: #fff; }

.main-panel { margin-left: 230px; }
.topbar { background: #fff; padding: 14px 22px; font-size: 18px; font-weight: 600; border-bottom: 1px solid #e1e5ea; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.main-content { padding: 22px; }

.card-surface { background: #fff; border: 1px solid #e1e5ea; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,.04); margin-bottom: 20px; }
.card-surface .card-head { padding: 14px 18px; border-bottom: 1px solid #eef1f4; font-weight: 600; }
.card-surface .card-body { padding: 18px; }

.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.page-header h1 { font-size: 20px; margin: 0; }

table.table thead th { background: #f8fafb; border-bottom: 2px solid #e1e5ea; font-size: 12px; text-transform: uppercase; color: #7b8a99; }

.pill { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.pill-active { background: #e8f8f0; color: #1e8a54; }
.pill-warn { background: #fff5e6; color: #b9770e; }
.pill-bad { background: #fdeaea; color: #c0392b; }
.pill-muted { background: #eef1f4; color: #7b8a99; }

.code { font-family: "Courier New", monospace; background: #f4f6f9; padding: 2px 6px; border-radius: 4px; }

/* Login */
.login-wrap { max-width: 380px; margin: 8% auto 0; }
.login-card { background: #fff; border-radius: 8px; box-shadow: 0 6px 24px rgba(0,0,0,.1); padding: 32px; }
.login-card h2 { margin-top: 0; text-align: center; }
.login-card .brand { text-align: center; font-size: 30px; color: #f1c40f; margin-bottom: 8px; }
.login-body { margin-left: 0 !important; }
