:root {
    --whr-green: #254b32;
    --whr-green-2: #386641;
    --whr-olive: #6f7f45;
    --whr-beige: #f5ead8;
    --whr-brown: #6b4f32;
    --whr-cream: #fffaf1;
}
#wpcontent { background: #f3eadb; }
.whr-admin-wrap { margin: 0 0 0 -20px; }
.whr-shell { min-height: 100vh; background: linear-gradient(135deg, #203f2d 0%, #6f7f45 100%); color: #1b1b1b; }
.whr-topbar { padding: 28px 32px; color: #fff; display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.whr-topbar h1 { color:#fff; font-weight:800; margin:0; }
.whr-topbar p { color: rgba(255,255,255,.82); margin:.4rem 0 0; }
.whr-kicker { letter-spacing:.08em; text-transform:uppercase; font-size:.75rem; opacity:.78; font-weight:800; }
.whr-layout { display:grid; grid-template-columns: 245px 1fr; gap:0; align-items:start; }
.whr-sidebar { padding: 0 16px 24px 24px; position:sticky; top:32px; }
.whr-sidebar a { display:block; color:#fff; text-decoration:none; padding:12px 14px; border-radius:14px; margin-bottom:8px; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.08); }
.whr-sidebar a:hover, .whr-sidebar a.active { background: var(--whr-beige); color: var(--whr-green); }
.whr-content { background:#f7efe2; min-height: calc(100vh - 110px); border-radius: 28px 0 0 0; padding: 26px; }
.whr-stat-card { border:0; border-radius:22px; box-shadow:0 10px 26px rgba(54,40,22,.08); }
.whr-stand-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap:14px; }
.whr-stand-card { display:block; text-decoration:none; color:#1d251f; padding:16px; border-radius:18px; background:#fff; border:1px solid rgba(37,75,50,.1); box-shadow:0 6px 18px rgba(54,40,22,.06); min-height:95px; }
.whr-stand-card:hover { transform: translateY(-1px); color:#1d251f; box-shadow:0 10px 28px rgba(54,40,22,.12); }
.whr-status-empty { border-left:6px solid #b8b8b8; }
.whr-status-occupied { border-left:6px solid #198754; }
.whr-status-multiple { border-left:6px solid #d19822; }
.whr-status-locked { border-left:6px solid #b02a37; background:#fff7f7; }
.whr-badge { background: rgba(37,75,50,.08); color:#254b32; }
.card { border-radius:18px; border:1px solid rgba(37,75,50,.08); box-shadow:0 8px 22px rgba(54,40,22,.06); }
.btn-success { background:#386641; border-color:#386641; }
.btn-success:hover { background:#254b32; border-color:#254b32; }
.nav-pills .nav-link { color:#254b32; }
.nav-pills .nav-link.active { background:#386641; }
.table { --bs-table-bg: transparent; }
@media (max-width: 960px) {
    .whr-layout { grid-template-columns: 1fr; }
    .whr-sidebar { position:static; display:flex; overflow:auto; padding:0 16px 16px; }
    .whr-sidebar a { white-space:nowrap; margin-right:8px; }
    .whr-content { border-radius:22px 22px 0 0; padding:16px; }
    .whr-topbar { padding:20px 16px; }
    .whr-admin-wrap { margin-left:-10px; }
}
