html, body.whr-app-body, body.whr-login-body {
    margin: 0;
    min-height: 100%;
    background: #f5ead8;
}
body.whr-app-body {
    overflow-x: hidden;
    color: #1f251d;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: #254b32; }
.whr-app-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    background:
        radial-gradient(circle at 80% 0%, rgba(160, 132, 80, .13), transparent 30%),
        linear-gradient(135deg, #173421 0%, #254b32 28%, #f7efe2 28%, #f7efe2 100%);
}
.whr-main-sidebar {
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: start;
    color: #f8ead0;
    padding: 28px 14px 18px;
    background:
        linear-gradient(180deg, rgba(14, 38, 23, .96), rgba(24, 52, 32, .94)),
        radial-gradient(circle at 50% 100%, rgba(190, 139, 57, .3), transparent 42%);
    box-shadow: inset -1px 0 0 rgba(255,255,255,.08);
}
.whr-brand {
    text-align: center;
    padding: 10px 6px 24px;
    border-bottom: 1px solid rgba(245,234,216,.15);
    margin-bottom: 20px;
}
.whr-brand-fish {
    font-size: 54px;
    line-height: 1;
    color: #d6aa58;
    filter: drop-shadow(0 7px 14px rgba(0,0,0,.35));
}
.whr-brand-title {
    margin-top: 8px;
    font-size: 27px;
    letter-spacing: .03em;
    font-weight: 900;
    color: #e4bd6b;
}
.whr-brand-subtitle {
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 800;
    color: #fff1ce;
}
.whr-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff7df;
    text-decoration: none;
    padding: 13px 15px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.04);
    font-weight: 700;
}
.whr-nav a span {
    width: 24px;
    text-align: center;
    color: #f1d49a;
}
.whr-nav a:hover,
.whr-nav a.active {
    background: linear-gradient(135deg, rgba(232,210,163,.28), rgba(111,127,69,.35));
    border-color: rgba(232,210,163,.25);
    color: #fff;
}
.whr-sidebar-footer {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    opacity: .72;
}
.whr-main-panel {
    min-width: 0;
    background: #f7efe2;
    min-height: 100vh;
}
.whr-header {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 34px;
    background: rgba(255, 250, 241, .84);
    border-bottom: 1px solid rgba(107, 79, 50, .14);
    box-shadow: 0 8px 28px rgba(54, 40, 22, .05);
}
.whr-header h1 {
    margin: 0;
    font-weight: 900;
    color: #22251e;
    letter-spacing: -.02em;
}
.whr-header-date {
    color: #6b4f32;
    font-weight: 650;
    margin-top: 4px;
}
.whr-userbar {
    display: flex;
    align-items: center;
    gap: 13px;
    white-space: nowrap;
}
.whr-userbar a {
    display: block;
    color: #6b4f32;
    text-decoration: none;
    font-size: 13px;
}
.whr-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #254b32;
    color: #fff;
}
.whr-notification-link {
    position: relative;
    font-size: 22px !important;
    color: #203f2d !important;
    text-decoration: none;
    margin-right: 8px;
}
.whr-notification-link span {
    position: absolute;
    top: -9px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #c99428;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}
.whr-content {
    padding: 28px 34px 42px;
}
.whr-stats-row {
    margin-bottom: 18px;
}
.whr-stat-card {
    min-height: 138px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 250, 241, .84);
    border: 1px solid rgba(107, 79, 50, .16);
    box-shadow: 0 12px 28px rgba(54,40,22,.07);
}
.whr-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #254b32;
    color: #fff;
    font-size: 22px;
    flex: 0 0 auto;
}
.whr-stat-label {
    font-weight: 800;
    color: #2a2a22;
    margin-bottom: 12px;
}
.whr-stat-value {
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    color: #223a25;
}
.whr-stat-value strong {
    font-size: 30px;
    color: #111;
}
.whr-stat-hint {
    color: #19612d;
    font-weight: 700;
    margin-top: 8px;
}
.whr-panel,
.whr-detail-panel,
.whr-settings-teaser,
.card {
    border: 1px solid rgba(107, 79, 50, .16) !important;
    border-radius: 18px !important;
    background: rgba(255,250,241,.84) !important;
    box-shadow: 0 14px 32px rgba(54,40,22,.07) !important;
}
.whr-panel {
    overflow: hidden;
}
.whr-panel-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(107,79,50,.12);
}
.whr-side-tabs,
.whr-filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.whr-side-tabs a,
.whr-filter-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #2a2a22;
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(107,79,50,.17);
    font-weight: 750;
}
.whr-side-tabs a.active,
.whr-filter-tabs a.active {
    background: #254b32;
    color: #fff;
    border-color: #254b32;
}
.whr-search {
    margin-left: auto;
    width: min(320px, 100%);
}
.whr-search .form-control {
    border-radius: 10px;
    border-color: rgba(107,79,50,.19);
    min-height: 40px;
}
.whr-stands-table-wrap {
    margin: 0;
}
.whr-stands-table {
    margin: 0;
    --bs-table-bg: transparent;
}
.whr-stands-table thead th {
    background: #254b32;
    color: #fff;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 14px 16px;
}
.whr-stands-table tbody td {
    border-color: rgba(107,79,50,.13);
    padding: 13px 16px;
}
.whr-stands-table tbody tr.selected,
.whr-stands-table tbody tr:hover {
    background: rgba(111,127,69,.12);
}
.whr-stand-link {
    font-size: 20px;
    color: #111;
    text-decoration: none;
    font-weight: 900;
}
.whr-row-arrow {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    background: rgba(37,75,50,.08);
    font-size: 25px;
}
.whr-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
}
.whr-status-pill:before,
.whr-status-dot:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 999px;
    display: inline-block;
    background: #58a75b;
}
.whr-status-empty { color: #24723a; }
.whr-status-empty:before { background: #58a75b; }
.whr-status-occupied { color: #b8422c; }
.whr-status-occupied:before { background: #c74731; }
.whr-status-multiple { color: #a56400; }
.whr-status-multiple:before { background: #d79a18; }
.whr-status-locked { color: #7a251d; }
.whr-status-locked:before { background: #7a251d; }
.whr-status-dot {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 4px;
}
.whr-detail-panel {
    overflow: hidden;
    position: sticky;
    top: 18px;
}
.whr-detail-head {
    padding: 22px;
    background: linear-gradient(135deg, #254b32, #173421);
    color: #fff;
}
.whr-detail-head h2 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 900;
}
.whr-side-badge {
    float: right;
    border: 1px solid rgba(232,210,163,.4);
    color: #e7c273;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: 12px;
}
.whr-detail-body {
    padding: 22px;
}
.whr-detail-body h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 14px;
}
.whr-angler-card {
    background: #fffaf1;
    border: 1px solid rgba(107,79,50,.16);
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 1.2fr .9fr 1fr;
    gap: 10px;
}
.whr-angler-card small {
    display: block;
    color: #806747;
}
.whr-mini-list {
    border: 1px solid rgba(107,79,50,.13);
    border-radius: 12px;
    overflow: hidden;
}
.whr-mini-list > div {
    display: grid;
    grid-template-columns: 52px 1fr 75px 32px;
    gap: 8px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(107,79,50,.11);
    font-size: 13px;
}
.whr-mini-list > div:last-child { border-bottom: 0; }
.whr-note-box {
    background: #fffaf1;
    border: 1px solid rgba(107,79,50,.13);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
}
.whr-settings-teaser {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.whr-settings-teaser h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 900;
}
.whr-settings-teaser p { margin: 0; color: #6b4f32; }
.btn-success {
    background: #254b32 !important;
    border-color: #254b32 !important;
}
.btn-success:hover {
    background: #173421 !important;
    border-color: #173421 !important;
}
.btn-outline-success {
    color: #254b32 !important;
    border-color: #254b32 !important;
}
.btn-outline-success:hover {
    background: #254b32 !important;
    color: #fff !important;
}
.table { --bs-table-bg: transparent; }
.form-control,
.form-select,
.input-group-text {
    border-color: rgba(107,79,50,.18) !important;
}
.whr-mobilebar {
    padding: 12px 16px;
    background: #173421;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whr-mobile-offcanvas {
    background: #173421 !important;
    color: #fff;
}
.whr-mobile-offcanvas .btn-close { filter: invert(1); }
.whr-mobile-offcanvas .whr-nav a { margin-bottom: 10px; }
.whr-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at 20% 15%, rgba(232,189,111,.18), transparent 24%),
        linear-gradient(135deg, #13291d 0%, #254b32 55%, #6f7f45 100%);
}
.whr-login-card {
    width: 100%;
    max-width: 460px;
    background: #fffaf1;
    border: 1px solid rgba(232,210,163,.22);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.whr-login-logo {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: #254b32;
    margin-bottom: 22px;
    text-align: left;
}
.whr-login-logo strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #254b32;
}
.whr-login-logo span {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    font-weight: 800;
    color: #8a6a31;
}
.whr-login-fish {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #254b32;
    color: #e4bd6b;
    font-size: 30px;
}
@media (max-width: 1199px) {
    .whr-app-layout { grid-template-columns: 1fr; }
    .whr-main-sidebar { display: none; }
    .whr-header { height: auto; padding: 22px 18px; align-items: flex-start; }
    .whr-content { padding: 18px; }
    .whr-detail-panel { position: static; }
}
@media (max-width: 768px) {
    .whr-header { flex-direction: column; }
    .whr-userbar { width: 100%; justify-content: space-between; }
    .whr-stat-card { min-height: auto; }
    .whr-panel-toolbar { align-items: stretch; }
    .whr-side-tabs, .whr-filter-tabs, .whr-search { width: 100%; }
    .whr-side-tabs a, .whr-filter-tabs a { flex: 1; justify-content: center; padding-left: 8px; padding-right: 8px; }
    .whr-settings-teaser { flex-direction: column; align-items: flex-start; }
    .whr-angler-card { grid-template-columns: 1fr; }
}

/* 1.4.0 – letisztultabb dashboard, kisebb stat kártyák, görgethető menü */
.whr-app-layout {
    grid-template-columns: 270px minmax(0, 1fr);
}
.whr-main-sidebar {
    height: 100vh;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 64px;
}
.whr-sidebar-scroll {
    height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
}
.whr-sidebar-scroll::-webkit-scrollbar { width: 6px; }
.whr-sidebar-scroll::-webkit-scrollbar-thumb { background: rgba(232,210,163,.35); border-radius: 999px; }
.whr-brand-mark {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(232,210,163,.22), rgba(111,127,69,.24));
    border: 1px solid rgba(232,210,163,.38);
    color: #e4bd6b;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: .04em;
}
.whr-brand-fish,
.whr-login-fish { display: none !important; }
.whr-nav a span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(232,210,163,.13);
    color: #f1d49a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
}
.whr-header {
    height: 76px;
    padding: 0 34px;
}
.whr-header h1 {
    font-size: 34px;
}
.whr-bell-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
}
.whr-notification-link {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid !important;
    place-items: center;
    color: #254b32 !important;
    background: rgba(37,75,50,.08);
    border: 1px solid rgba(37,75,50,.12);
    margin-right: 2px;
}
.whr-avatar {
    width: 42px;
    height: 42px;
    font-weight: 900;
    background: #254b32;
}
.whr-content {
    padding-top: 22px;
}
.whr-stats-row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
}
.whr-stat-card {
    min-height: 92px !important;
    padding: 16px 18px !important;
    gap: 12px !important;
    border-radius: 16px !important;
    align-items: center !important;
}
.whr-stat-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: .02em;
}
.whr-stat-label {
    font-size: 13px;
    margin-bottom: 5px !important;
    line-height: 1.2;
}
.whr-stat-value {
    font-size: 25px !important;
    line-height: 1.05;
}
.whr-stat-value strong {
    font-size: 22px !important;
}
.whr-stat-hint {
    font-size: 12px;
    margin-top: 4px !important;
}
.whr-duty-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    margin: 0 0 18px;
    align-items: stretch;
}
.whr-duty-card,
.whr-duty-link {
    border: 1px solid rgba(107,79,50,.16);
    background: rgba(255,250,241,.84);
    border-radius: 16px;
    padding: 13px 16px;
    box-shadow: 0 10px 24px rgba(54,40,22,.05);
}
.whr-duty-card span {
    display: block;
    color: #806747;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.whr-duty-card strong {
    display: block;
    color: #223a25;
    font-size: 18px;
    margin-top: 2px;
}
.whr-duty-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    color: #254b32;
    min-width: 170px;
}
.whr-photo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #254b32;
    text-decoration: none;
}
.whr-warden-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(107,79,50,.11);
}
.whr-warden-row:last-child { border-bottom: 0; }
.whr-shift-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}
.whr-calendar-day {
    min-height: 124px;
    border: 1px solid rgba(107,79,50,.14);
    border-radius: 14px;
    background: #fffaf1;
    padding: 10px;
}
.whr-calendar-date {
    font-weight: 900;
    color: #254b32;
    margin-bottom: 8px;
}
.whr-shift-line {
    border-top: 1px solid rgba(107,79,50,.1);
    padding-top: 7px;
    margin-top: 7px;
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 6px;
    align-items: center;
    font-size: 12px;
}
.whr-shift-line span { color: #806747; font-weight: 800; }
.whr-shift-line strong { color: #1f251d; font-size: 12px; }
.whr-shift-line form { margin: 0; }
.whr-shift-delete {
    border: 0;
    background: rgba(184,66,44,.08);
    color: #b8422c;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    line-height: 1;
    font-weight: 900;
}
@media (max-width: 1399px) {
    .whr-stat-card { min-height: 86px !important; padding: 14px !important; }
    .whr-stat-value { font-size: 23px !important; }
}
@media (max-width: 1199px) {
    .whr-main-sidebar { display: none; }
    .whr-duty-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .whr-stat-card { min-height: auto !important; }
    .whr-shift-calendar { grid-template-columns: 1fr; }
}


/* 1.5.0 – letisztult menü, kompakt vezérlőpult, állásnapló és javított beosztás nézet */
.whr-main-sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 24px 14px 14px !important;
}
.whr-brand {
    flex: 0 0 auto;
    padding: 8px 6px 20px !important;
    margin-bottom: 14px !important;
}
.whr-brand-mark { display: none !important; }
.whr-brand-title { margin-top: 0 !important; }
.whr-sidebar-scroll {
    flex: 1 1 auto;
    height: auto !important;
    min-height: 0;
    overflow-y: auto;
    padding-right: 4px;
    padding-bottom: 10px;
}
.whr-sidebar-footer {
    position: static !important;
    flex: 0 0 auto;
    text-align: center;
    padding: 10px 4px 0;
    margin-top: 8px;
    border-top: 1px solid rgba(245,234,216,.12);
    font-size: 12px;
    color: rgba(255,247,223,.72);
    line-height: 1.45;
}
.whr-nav a {
    gap: 0 !important;
    padding: 13px 16px !important;
}
.whr-nav a span { display: none !important; }
.whr-login-logo { text-align: center !important; }
.whr-login-logo .whr-brand-mark { display:none !important; }
.whr-header { min-height: 72px !important; }
.whr-content { padding-top: 18px !important; }
.whr-duty-row {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto !important;
    margin-bottom: 12px !important;
}
.whr-duty-card,
.whr-duty-link {
    padding: 10px 14px !important;
    border-radius: 14px !important;
}
.whr-duty-card strong { font-size: 16px !important; }
.whr-stats-row { margin-bottom: 12px !important; }
.whr-stat-card {
    min-height: 72px !important;
    padding: 11px 13px !important;
    border-radius: 14px !important;
    gap: 10px !important;
}
.whr-stat-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
}
.whr-stat-label { font-size: 12px !important; margin-bottom: 3px !important; }
.whr-stat-value { font-size: 21px !important; }
.whr-stat-value strong { font-size: 19px !important; }
.whr-stat-hint { font-size: 11px !important; }
.whr-stands-table-wrap {
    max-height: 520px;
    overflow: auto !important;
}
.whr-stands-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 11px 12px !important;
}
.whr-stands-table tbody td { padding: 10px 12px !important; }
.whr-stand-link { font-size: 18px !important; }
.whr-detail-panel { position: sticky; top: 16px; max-height: calc(100vh - 110px); overflow-y: auto; }
.whr-detail-head { padding: 18px !important; }
.whr-detail-head h2 { font-size: 22px !important; }
.whr-detail-body { padding: 18px !important; }
.whr-stand-statgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}
.whr-stand-statgrid > div,
.whr-small-stat {
    background: #fffaf1;
    border: 1px solid rgba(107,79,50,.14);
    border-radius: 13px;
    padding: 12px;
}
.whr-stand-statgrid span,
.whr-small-stat span {
    display: block;
    font-size: 11px;
    color: #806747;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.whr-stand-statgrid strong,
.whr-small-stat strong {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    color: #223a25;
}
.whr-mini-list > div { grid-template-columns: 72px 1fr 76px 32px !important; }
.whr-mini-list strong small { display: block; font-weight: 650; color: #806747; margin-top: 2px; }
.whr-shift-calendar {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
}
.whr-calendar-day { min-height: 0 !important; }
.whr-shift-line {
    grid-template-columns: 60px minmax(0,1fr) auto !important;
    align-items: start !important;
}
.whr-shift-line strong {
    white-space: normal !important;
    line-height: 1.25;
}
@media (min-width: 1200px) {
    .whr-main-panel .row > .col-xl-8 { width: 67%; }
    .whr-main-panel .row > .col-xl-4 { width: 33%; }
}
@media (max-width: 1199px) {
    .whr-main-sidebar { display: none !important; }
    .whr-duty-row { grid-template-columns: 1fr !important; }
    .whr-detail-panel { position: static; max-height: none; }
}
@media (max-width: 768px) {
    .whr-stand-statgrid { grid-template-columns: 1fr; }
    .whr-shift-calendar { grid-template-columns: 1fr !important; }
}


/* 1.6.0 – statisztikai kártyák tisztítása, beosztás blokk, állás részletek rendezése */
.whr-stat-icon { display: none !important; }
.whr-stat-card-clean {
    min-height: 66px !important;
    padding: 12px 15px !important;
    align-items: center !important;
}
.whr-stat-card-clean .whr-stat-label {
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #58472e !important;
}
.whr-stat-card-clean .whr-stat-value {
    font-size: 23px !important;
    color: #203f2d !important;
}
.whr-stat-card-clean .whr-stat-value strong {
    font-size: 20px !important;
}
.whr-duty-row-clean {
    grid-template-columns: 1.15fr 1fr 1fr auto !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}
.whr-duty-title {
    border: 1px solid rgba(107,79,50,.16);
    background: linear-gradient(135deg, rgba(37,75,50,.96), rgba(23,52,33,.96));
    border-radius: 14px;
    padding: 10px 14px;
    color: #fff7df;
    box-shadow: 0 10px 24px rgba(54,40,22,.05);
}
.whr-duty-title span,
.whr-duty-card span {
    display: block;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 900;
}
.whr-duty-title strong,
.whr-duty-card strong {
    display: block;
    font-size: 16px !important;
    margin-top: 2px;
    line-height: 1.2;
}
.whr-detail-section {
    border: 1px solid rgba(107,79,50,.13);
    background: #fffaf1;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 14px;
}
.whr-detail-section:last-child { margin-bottom: 0; }
.whr-stand-statgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.whr-stand-stat-row .whr-small-stat {
    min-height: 98px;
}
.whr-active-session-box {
    border: 1px solid rgba(107,79,50,.14);
    border-radius: 14px;
    padding: 14px;
    background: #fffaf1;
    height: 100%;
}
.whr-active-session-box strong { display: block; font-size: 17px; }
.whr-active-session-box span { display: block; color: #806747; font-size: 13px; margin-top: 3px; }
.whr-mini-list-log > div {
    grid-template-columns: 74px minmax(0, 1fr) 78px 96px !important;
    align-items: center;
}
.whr-big-catch-row {
    --bs-table-bg: rgba(215,154,24,.08);
}
.whr-photo-modal .modal-body {
    background: #fffaf1;
}
.whr-photo-modal-img {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}
@media (max-width: 1199px) {
    .whr-duty-row-clean { grid-template-columns: 1fr 1fr !important; }
    .whr-duty-link { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .whr-duty-row-clean { grid-template-columns: 1fr !important; }
    .whr-stand-statgrid { grid-template-columns: 1fr !important; }
    .whr-mini-list-log > div { grid-template-columns: 1fr !important; }
}


/* 1.7.0 – Vezérlőpult egyszerűsítés és aktuális adatlogika */
.whr-dashboard-stat-row > .col-12 { flex: 1 1 170px; max-width: none; }
.whr-dashboard-stat-row .whr-stat-card-clean { min-height: 64px !important; }
.whr-dashboard-stands-panel { width: 100%; }
.whr-dashboard-stands-scroll { max-height: 430px !important; overflow: auto !important; }
.whr-dashboard-stands-scroll .whr-stands-table { min-width: 860px; }
.whr-stand-name-link { color: #2a2a22; text-decoration: none; font-weight: 700; }
.whr-stand-link:hover,
.whr-stand-name-link:hover { color: #0f5b2f; text-decoration: underline; }
.whr-duty-row-dashboard { display: grid; grid-template-columns: minmax(210px,1.15fr) minmax(170px,1fr) minmax(170px,1fr) auto; align-items: stretch; }
.whr-duty-row-dashboard .whr-duty-card strong { color: #203f2d; }
.whr-row-arrow { display: none !important; }
@media (max-width: 1199px) {
    .whr-dashboard-stands-scroll { max-height: 520px !important; }
    .whr-duty-row-dashboard { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 768px) {
    .whr-dashboard-stat-row > .col-12 { flex-basis: 100%; }
    .whr-duty-row-dashboard { grid-template-columns: 1fr !important; }
}
