/* =========================================================
   VBS SRRU — Modern UI v2 final layer
   Updated: 2026-07-24
   Loaded after app.css and ui-refresh.css.
   Scope: body.ui-modern.vbs-v2
   ========================================================= */

:root {
    --v2-bg: #f4f7fb;
    --v2-bg-accent: #edf4ff;
    --v2-surface: #ffffff;
    --v2-surface-soft: #f8fafc;
    --v2-surface-strong: #eef4fb;
    --v2-text: #172033;
    --v2-text-strong: #0b1424;
    --v2-muted: #66758a;
    --v2-primary: #155cb6;
    --v2-primary-dark: #0c478e;
    --v2-primary-soft: #eaf3ff;
    --v2-teal: #0f766e;
    --v2-success: #15803d;
    --v2-warning: #b86608;
    --v2-danger: #c73535;
    --v2-info: #146da8;
    --v2-border: #dce5ef;
    --v2-border-strong: #c6d2df;
    --v2-sidebar: #132238;
    --v2-sidebar-deep: #0d192b;
    --v2-radius-sm: 10px;
    --v2-radius: 14px;
    --v2-radius-lg: 20px;
    --v2-radius-xl: 26px;
    --v2-shadow-xs: 0 2px 8px rgba(15, 23, 42, .04);
    --v2-shadow-sm: 0 10px 28px rgba(15, 23, 42, .065);
    --v2-shadow: 0 18px 48px rgba(15, 23, 42, .09);
    --v2-content: 1720px;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body.ui-modern.vbs-v2 {
    min-width: 320px;
    min-height: 100dvh;
    color: var(--v2-text);
    background:
        radial-gradient(circle at 82% 0%, rgba(21, 92, 182, .08), transparent 31rem),
        linear-gradient(180deg, #fbfdff 0, var(--v2-bg) 23rem) !important;
    font-size: 15px;
    line-height: 1.58;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.ui-modern.vbs-v2 *,
body.ui-modern.vbs-v2 *::before,
body.ui-modern.vbs-v2 *::after {
    box-sizing: border-box;
}

body.ui-modern.vbs-v2 a {
    text-underline-offset: 3px;
}

body.ui-modern.vbs-v2 :focus-visible {
    outline: 3px solid rgba(21, 92, 182, .24) !important;
    outline-offset: 3px;
}

body.ui-modern.vbs-v2 img {
    height: auto;
}

body.ui-modern.vbs-v2 .muted {
    color: var(--v2-muted) !important;
}

body.ui-modern.vbs-v2 .small {
    font-size: .84rem;
    line-height: 1.55;
}

body.ui-modern.vbs-v2 .app-shell {
    min-height: 100dvh;
    background: transparent;
}

body.ui-modern.vbs-v2.has-sidebar .main-content,
body.ui-modern.vbs-v2.no-sidebar .main-content {
    width: min(100%, var(--v2-content));
    max-width: var(--v2-content);
    min-width: 0;
    margin-inline: auto;
    padding: clamp(14px, 1.65vw, 28px) !important;
}

body.ui-modern.vbs-v2.no-sidebar .main-content {
    width: min(100%, 1480px);
    max-width: 1480px;
}

/* Sidebar */
body.ui-modern.vbs-v2 .sidebar {
    width: 276px;
    flex-basis: 276px;
    padding: 14px 12px;
    background:
        radial-gradient(circle at 15% 3%, rgba(65, 151, 255, .18), transparent 18rem),
        linear-gradient(180deg, var(--v2-sidebar) 0%, var(--v2-sidebar-deep) 100%) !important;
    border-right: 1px solid rgba(255,255,255,.07);
    box-shadow: 12px 0 38px rgba(15,23,42,.09);
}

body.ui-modern.vbs-v2 .sidebar-head {
    min-height: 68px;
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 17px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(16px);
}

body.ui-modern.vbs-v2 .sidebar-head-toggle,
body.ui-modern.vbs-v2 .sidebar-close {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px;
    background: rgba(255,255,255,.07);
    box-shadow: none;
}

body.ui-modern.vbs-v2 .sidebar-head-toggle:hover,
body.ui-modern.vbs-v2 .sidebar-close:hover {
    background: rgba(255,255,255,.14);
}

body.ui-modern.vbs-v2 .brand-app-logo {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: linear-gradient(145deg, #fff, #e7f1ff);
    color: var(--v2-primary);
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
}

body.ui-modern.vbs-v2 .brand-title {
    font-size: 1rem;
    font-weight: 700;
}

body.ui-modern.vbs-v2 .brand-subtitle {
    color: rgba(255,255,255,.58);
    font-size: .8rem;
}

body.ui-modern.vbs-v2 .sidebar-menu {
    display: grid;
    gap: 9px;
    padding: 0 0 10px;
}

body.ui-modern.vbs-v2 .nav-group {
    padding: 8px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 15px;
    background: rgba(255,255,255,.025);
}

body.ui-modern.vbs-v2 .nav-group-active {
    border-color: rgba(125, 211, 252, .17);
    background: rgba(255,255,255,.055);
}

body.ui-modern.vbs-v2 .sidebar-nav-title {
    margin: 0 7px 7px;
    color: rgba(255,255,255,.43);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .055em !important;
}

body.ui-modern.vbs-v2 .nav-link {
    min-height: 43px;
    gap: 9px;
    padding: 7px 9px;
    border-radius: 11px;
    color: rgba(255,255,255,.78);
    font-size: .93rem;
    font-weight: 500;
}

body.ui-modern.vbs-v2 .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
    transform: none;
}

body.ui-modern.vbs-v2 .nav-link-active,
body.ui-modern.vbs-v2 .nav-link[aria-current="page"] {
    color: #fff;
    background: linear-gradient(90deg, rgba(49,133,238,.42), rgba(49,133,238,.16));
    box-shadow: inset 3px 0 0 #7dd3fc;
}

body.ui-modern.vbs-v2 .nav-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    background: rgba(255,255,255,.075);
}

body.ui-modern.vbs-v2 .sidebar-footer {
    padding: 11px 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.04);
}

/* Topbar */
body.ui-modern.vbs-v2 .topbar {
    position: sticky;
    top: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    min-height: 88px;
    margin: 0 0 18px !important;
    padding: 13px 15px;
    border: 1px solid rgba(200, 212, 226, .9);
    border-radius: 18px !important;
    background: rgba(255,255,255,.92);
    box-shadow: var(--v2-shadow-sm);
    backdrop-filter: blur(20px) saturate(150%);
    transition: min-height .18s ease, box-shadow .18s ease, background .18s ease;
}

body.ui-modern.vbs-v2.is-scrolled .topbar {
    min-height: 76px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 12px 34px rgba(15,23,42,.105);
}

body.ui-modern.vbs-v2 .topbar-left {
    gap: 12px;
    min-width: 0;
}

body.ui-modern.vbs-v2 .topbar-copy {
    min-width: 0;
}

body.ui-modern.vbs-v2 .topbar-university-logo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 5px;
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--v2-shadow-xs);
}

body.ui-modern.vbs-v2 .topbar-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin: 0 0 3px;
    padding: 3px 9px;
    border: 1px solid #d7e7fb;
    border-radius: 999px;
    background: var(--v2-primary-soft);
    color: var(--v2-primary-dark);
    font-size: .71rem;
    font-weight: 650;
    letter-spacing: .015em;
}

body.ui-modern.vbs-v2 .topbar h1 {
    margin: 0;
    color: var(--v2-text-strong);
    font-size: clamp(1.18rem, 1.45vw, 1.58rem);
    font-weight: 700;
    line-height: 1.25;
}

body.ui-modern.vbs-v2 .topbar p {
    margin: 2px 0 0;
    overflow: hidden;
    font-size: .86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ui-modern.vbs-v2 .topbar-actions {
    min-width: 0;
    gap: 10px;
}

body.ui-modern.vbs-v2 .topbar-quick-nav {
    gap: 5px;
    padding: 4px;
    border: 1px solid var(--v2-border);
    border-radius: 13px;
    background: #f7f9fc;
}

body.ui-modern.vbs-v2 .topbar-quick-link {
    min-height: 40px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #4f5f73;
    font-size: .84rem;
    font-weight: 600;
}

body.ui-modern.vbs-v2 .topbar-quick-link:hover {
    color: var(--v2-primary-dark);
    background: #fff;
}

body.ui-modern.vbs-v2 .topbar-quick-link.is-active,
body.ui-modern.vbs-v2 .topbar-quick-link[aria-current="page"],
body.ui-modern.vbs-v2 .topbar-quick-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--v2-primary), var(--v2-primary-dark));
    box-shadow: 0 6px 16px rgba(21,92,182,.19);
}

body.ui-modern.vbs-v2 .topbar-user {
    min-height: 48px;
    padding: 5px 8px 5px 6px;
    border: 1px solid var(--v2-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

body.ui-modern.vbs-v2 .topbar-user:hover {
    border-color: #b8c9dc;
    background: #fbfdff;
    transform: none;
}

body.ui-modern.vbs-v2 .avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--v2-primary), var(--v2-primary-dark));
}

/* Surfaces and layout */
body.ui-modern.vbs-v2 .grid {
    gap: clamp(12px, 1.25vw, 18px);
}

body.ui-modern.vbs-v2 .card,
body.ui-modern.vbs-v2 .hero-card {
    min-width: 0;
    border: 1px solid var(--v2-border) !important;
    border-radius: var(--v2-radius-lg) !important;
    background: var(--v2-surface);
    box-shadow: var(--v2-shadow-xs) !important;
}

body.ui-modern.vbs-v2 .card {
    padding: clamp(16px, 1.45vw, 22px);
}

body.ui-modern.vbs-v2 .card:hover {
    transform: none;
    border-color: #ced9e5 !important;
    box-shadow: var(--v2-shadow-sm) !important;
}

body.ui-modern.vbs-v2 .section-gap,
body.ui-modern.vbs-v2 [style*="margin-top:18px"] {
    margin-top: 18px !important;
}

body.ui-modern.vbs-v2 .section-head,
body.ui-modern.vbs-v2 .results-head {
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

body.ui-modern.vbs-v2 .section-title {
    margin: 0;
    color: var(--v2-text-strong);
    font-size: clamp(1.02rem, 1.15vw, 1.22rem);
    font-weight: 700;
    line-height: 1.35;
}

body.ui-modern.vbs-v2 .empty {
    padding: 24px 18px;
    border: 1px dashed #cad7e5;
    border-radius: var(--v2-radius);
    background: #f9fbfd;
    color: var(--v2-muted);
}

body.ui-modern.vbs-v2 .soft-panel,
body.ui-modern.vbs-v2 .operation-side-card,
body.ui-modern.vbs-v2 .choice-box,
body.ui-modern.vbs-v2 .line-status-box,
body.ui-modern.vbs-v2 .cancel-summary,
body.ui-modern.vbs-v2 .evaluation-intro {
    border-color: var(--v2-border) !important;
    border-radius: var(--v2-radius) !important;
    background: var(--v2-surface-soft) !important;
}

/* Dashboard */
body.ui-modern.vbs-v2 .dashboard-hero.card {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    min-height: 158px;
    padding: clamp(20px, 2vw, 30px);
    border-color: #cfe0f3 !important;
    background:
        radial-gradient(circle at 92% 10%, rgba(21,92,182,.10), transparent 18rem),
        linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
}

body.ui-modern.vbs-v2 .dashboard-hero.card::after {
    content: '';
    position: absolute;
    right: -42px;
    bottom: -72px;
    width: 230px;
    height: 230px;
    border: 36px solid rgba(21,92,182,.045);
    border-radius: 50%;
    pointer-events: none;
}

body.ui-modern.vbs-v2 .dashboard-hero h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 4px 0 6px;
    color: var(--v2-text-strong);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 750;
    line-height: 1.25;
}

body.ui-modern.vbs-v2 .dashboard-context {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 10px;
}

body.ui-modern.vbs-v2 .dashboard-context span {
    padding: 4px 9px;
    border: 1px solid #d9e6f4;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #596a7e;
    font-size: .76rem;
}

body.ui-modern.vbs-v2 .quick-actions {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.ui-modern.vbs-v2 .dashboard-stats,
body.ui-modern.vbs-v2 .monthly-snapshot,
body.ui-modern.vbs-v2 .dashboard-admin-panels,
body.ui-modern.vbs-v2 .dashboard-main-grid {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
}

body.ui-modern.vbs-v2 .stat-card {
    position: relative;
    overflow: hidden;
    min-height: 154px;
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 18px;
}

body.ui-modern.vbs-v2 .stat-card::after {
    content: '';
    position: absolute;
    inset: auto -28px -42px auto;
    width: 118px;
    height: 118px;
    border: 24px solid rgba(21,92,182,.04);
    border-radius: 50%;
}

body.ui-modern.vbs-v2 .stat-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: var(--v2-primary-soft);
    color: var(--v2-primary);
}

body.ui-modern.vbs-v2 .stat-warning .stat-icon {
    background: #fff5df;
    color: var(--v2-warning);
}

body.ui-modern.vbs-v2 .stat-info .stat-icon {
    background: #e9f6ff;
    color: var(--v2-info);
}

body.ui-modern.vbs-v2 .stat-success .stat-icon {
    background: #eaf8ef;
    color: var(--v2-success);
}

body.ui-modern.vbs-v2 .stat-label {
    color: #607087;
    font-size: .82rem;
    font-weight: 600;
}

body.ui-modern.vbs-v2 .stat-value {
    color: var(--v2-text-strong);
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.035em;
}

body.ui-modern.vbs-v2 .stat-note {
    margin-top: 3px;
    color: var(--v2-muted);
    font-size: .78rem;
}

body.ui-modern.vbs-v2 .mini-stat {
    min-height: 118px;
    padding: 16px 18px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

body.ui-modern.vbs-v2 .mini-stat .stat-value {
    margin: 4px 0;
    font-size: clamp(1.55rem, 2vw, 2rem);
}

body.ui-modern.vbs-v2 .metric-list {
    gap: 8px;
}

body.ui-modern.vbs-v2 .metric-list > div {
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #e3eaf2;
    border-radius: 10px;
    background: #fff;
}

body.ui-modern.vbs-v2 .timeline-rich {
    gap: 9px;
}

body.ui-modern.vbs-v2 .timeline-card {
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    background: #fff;
}

body.ui-modern.vbs-v2 .timeline-card:hover {
    border-color: #bcd1e8;
    background: #f7fbff;
}

/* Buttons */
body.ui-modern.vbs-v2 .btn,
body.ui-modern.vbs-v2 a.btn,
body.ui-modern.vbs-v2 button.btn {
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: 11px !important;
    background: linear-gradient(135deg, var(--v2-primary), var(--v2-primary-dark));
    color: #fff !important;
    box-shadow: 0 6px 15px rgba(21,92,182,.14) !important;
    font-size: .91rem;
    font-weight: 650;
    line-height: 1.2;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

body.ui-modern.vbs-v2 .btn:hover,
body.ui-modern.vbs-v2 a.btn:hover,
body.ui-modern.vbs-v2 button.btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #1767c9, var(--v2-primary-dark));
    box-shadow: 0 9px 22px rgba(21,92,182,.19) !important;
}

body.ui-modern.vbs-v2 .btn:active {
    transform: translateY(0);
}

body.ui-modern.vbs-v2 .btn-outline,
body.ui-modern.vbs-v2 a.btn-outline,
body.ui-modern.vbs-v2 button.btn-outline {
    border-color: var(--v2-border-strong) !important;
    background: #fff !important;
    color: #34465b !important;
    box-shadow: none !important;
}

body.ui-modern.vbs-v2 .btn-outline:hover,
body.ui-modern.vbs-v2 a.btn-outline:hover,
body.ui-modern.vbs-v2 button.btn-outline:hover {
    border-color: #9fb7d0 !important;
    background: #f5f9fd !important;
    color: var(--v2-primary-dark) !important;
}

body.ui-modern.vbs-v2 .btn-success {
    background: linear-gradient(135deg, #19904a, #116d36) !important;
}

body.ui-modern.vbs-v2 .btn-warning {
    background: linear-gradient(135deg, #f0b548, #d69624) !important;
    color: #392500 !important;
}

body.ui-modern.vbs-v2 .btn-danger {
    background: linear-gradient(135deg, #d34545, #a92929) !important;
}

body.ui-modern.vbs-v2 .btn-muted {
    background: linear-gradient(135deg, #64748b, #475569) !important;
}

body.ui-modern.vbs-v2 .btn[disabled],
body.ui-modern.vbs-v2 .btn.disabled,
body.ui-modern.vbs-v2 .btn[aria-disabled="true"] {
    opacity: .52;
    box-shadow: none !important;
    transform: none !important;
}

body.ui-modern.vbs-v2 .actions {
    gap: 8px;
}

/* Forms */
body.ui-modern.vbs-v2 label {
    color: #304158;
    font-size: .9rem;
    font-weight: 650;
}

body.ui-modern.vbs-v2 input,
body.ui-modern.vbs-v2 select,
body.ui-modern.vbs-v2 textarea {
    min-height: 46px;
    border: 1px solid var(--v2-border-strong);
    border-radius: 11px;
    background: #fff;
    color: var(--v2-text);
    box-shadow: inset 0 1px 1px rgba(15,23,42,.015);
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body.ui-modern.vbs-v2 textarea {
    min-height: 112px;
    resize: vertical;
}

body.ui-modern.vbs-v2 input:hover,
body.ui-modern.vbs-v2 select:hover,
body.ui-modern.vbs-v2 textarea:hover {
    border-color: #aebed0;
}

body.ui-modern.vbs-v2 input:focus,
body.ui-modern.vbs-v2 select:focus,
body.ui-modern.vbs-v2 textarea:focus {
    outline: 0;
    border-color: var(--v2-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(21,92,182,.11);
}

body.ui-modern.vbs-v2 input::placeholder,
body.ui-modern.vbs-v2 textarea::placeholder {
    color: #98a4b4;
}

body.ui-modern.vbs-v2 .field-has-value > label,
body.ui-modern.vbs-v2 label.field-has-value {
    color: var(--v2-primary-dark);
}

body.ui-modern.vbs-v2 .form-grid {
    gap: 15px 16px;
}

body.ui-modern.vbs-v2 .request-form-card {
    display: grid;
    gap: 16px;
}

body.ui-modern.vbs-v2 .request-form-head,
body.ui-modern.vbs-v2 .form-section {
    border: 1px solid var(--v2-border) !important;
    border-radius: var(--v2-radius-lg) !important;
    background: #fff !important;
    box-shadow: var(--v2-shadow-xs) !important;
}

body.ui-modern.vbs-v2 .request-form-head {
    background: linear-gradient(135deg, #fff 0%, #f3f8ff 100%) !important;
}

body.ui-modern.vbs-v2 .request-step {
    min-height: 72px;
    border: 1px solid var(--v2-border);
    border-radius: 13px !important;
    background: #fff;
}

body.ui-modern.vbs-v2 .request-step.is-active {
    border-color: #b9d3ef;
    background: #f3f8ff;
}

body.ui-modern.vbs-v2 .form-section-icon {
    border-radius: 11px;
    background: var(--v2-primary-soft);
    color: var(--v2-primary);
}

body.ui-modern.vbs-v2 .helper-text {
    margin-top: 6px;
    color: var(--v2-muted);
}

body.ui-modern.vbs-v2 input[type="file"] {
    padding: 6px;
    background: var(--v2-surface-soft);
}

body.ui-modern.vbs-v2 input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 10px;
    padding: 6px 11px;
    border: 1px solid var(--v2-border-strong);
    border-radius: 8px;
    background: #fff;
    color: #34465b;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

/* Alerts and badges */
body.ui-modern.vbs-v2 .alert {
    position: relative;
    padding: 13px 46px 13px 14px;
    border-radius: 12px;
    box-shadow: var(--v2-shadow-xs);
}

body.ui-modern.vbs-v2 .alert-success {
    border-color: #b8dfc5;
    background: #effaf3;
    color: #176438;
}

body.ui-modern.vbs-v2 .alert-danger {
    border-color: #efc3c3;
    background: #fff1f1;
    color: #982b2b;
}

body.ui-modern.vbs-v2 .alert-warning {
    border-color: #ead4a6;
    background: #fff9eb;
    color: #785108;
}

body.ui-modern.vbs-v2 .badge,
body.ui-modern.vbs-v2 .chip,
body.ui-modern.vbs-v2 .filter-chip,
body.ui-modern.vbs-v2 .count-pill {
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 650;
}

/* Tables */
body.ui-modern.vbs-v2 .table-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: visible;
    border: 1px solid var(--v2-border);
    border-radius: 15px !important;
    background: #fff;
    box-shadow: none;
    scrollbar-gutter: stable;
}

body.ui-modern.vbs-v2 .table-wrap::after {
    content: '';
    position: sticky;
    right: 0;
    display: block;
    width: 20px;
    height: 0;
    margin-left: auto;
    pointer-events: none;
}

body.ui-modern.vbs-v2 .table-wrap.has-scroll-right {
    box-shadow: inset -16px 0 16px -18px rgba(15,23,42,.38);
}

body.ui-modern.vbs-v2 table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
}

body.ui-modern.vbs-v2 th,
body.ui-modern.vbs-v2 td {
    padding: 11px 12px;
    border-color: #e7edf4;
    vertical-align: top;
}

body.ui-modern.vbs-v2 thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f7f9fc;
    color: #506076;
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
}

body.ui-modern.vbs-v2 tbody tr:nth-child(even) td {
    background: #fcfdff;
}

body.ui-modern.vbs-v2 tbody tr:hover td {
    background: #f3f8fd;
}

body.ui-modern.vbs-v2 .table-link {
    color: var(--v2-primary-dark);
    font-weight: 700;
}

body.ui-modern.vbs-v2 .table-wrap td:last-child .actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 0;
}

body.ui-modern.vbs-v2 .table-wrap td:last-child .actions .btn,
body.ui-modern.vbs-v2 .table-wrap td:last-child .actions button.btn {
    min-height: 36px;
    padding: 7px 10px;
    font-size: .82rem;
}

/* Filters and pagination */
body.ui-modern.vbs-v2 .page-toolbar,
body.ui-modern.vbs-v2 .bookings-toolbar {
    gap: 14px;
}

body.ui-modern.vbs-v2 .bookings-searchbar {
    gap: 10px;
}

body.ui-modern.vbs-v2 .filter-field {
    gap: 4px;
}

body.ui-modern.vbs-v2 .filter-field > span {
    color: #65748a;
    font-size: .76rem;
    font-weight: 650;
}

body.ui-modern.vbs-v2 .searchbar-actions {
    gap: 7px;
}

body.ui-modern.vbs-v2 .filter-chips {
    gap: 6px;
}

body.ui-modern.vbs-v2 .pagination {
    gap: 6px;
    margin-top: 16px;
}

body.ui-modern.vbs-v2 .pagination-link {
    min-width: 38px;
    min-height: 38px;
    border: 1px solid var(--v2-border);
    border-radius: 10px;
    background: #fff;
    color: #42546a;
}

body.ui-modern.vbs-v2 .pagination-link:hover {
    border-color: #aac0d8;
    background: #f5f9fd;
}

body.ui-modern.vbs-v2 .pagination-link.is-current {
    border-color: var(--v2-primary);
    background: var(--v2-primary);
    color: #fff;
}

/* Map */
body.ui-modern.vbs-v2 .map-panel {
    overflow: hidden;
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-lg) !important;
    background: #fff;
    box-shadow: var(--v2-shadow-xs);
}

body.ui-modern.vbs-v2 .map-panel-header {
    gap: 14px;
    padding: 17px;
    border-bottom: 1px solid var(--v2-border);
    background: linear-gradient(180deg, #fff, #fbfdff);
}

body.ui-modern.vbs-v2 .map-place-picker,
body.ui-modern.vbs-v2 .map-route-points,
body.ui-modern.vbs-v2 .map-hint,
body.ui-modern.vbs-v2 .map-summary {
    margin-inline: 16px;
}

body.ui-modern.vbs-v2 .map-place-picker {
    border: 1px solid #cfe0f2;
    border-radius: 14px;
    background: #f7fbff;
}

body.ui-modern.vbs-v2 .map-canvas {
    min-height: clamp(340px, 43vw, 530px);
    border-radius: 0 !important;
    background: #eaf0f6;
}

body.ui-modern.vbs-v2 #booking-map-canvas .gm-style img {
    max-width: none !important;
}

body.ui-modern.vbs-v2 .request-submit-bar {
    position: sticky;
    bottom: 12px;
    z-index: 20;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(201,214,229,.94);
    border-radius: 15px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 14px 36px rgba(15,23,42,.13);
    backdrop-filter: blur(18px);
}

body.ui-modern.vbs-v2 .destination-required-status {
    border-radius: 11px;
}

/* Login */
body.ui-modern.vbs-v2[data-page="login.php"] .topbar {
    display: none;
}

body.ui-modern.vbs-v2[data-page="login.php"] .main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100dvh;
    padding-block: clamp(18px, 3vw, 42px) !important;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-shell-login {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    width: min(100%, 1160px);
    min-height: 650px;
    margin: auto;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(196,210,225,.9);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15,23,42,.14);
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-login,
body.ui-modern.vbs-v2[data-page="login.php"] .auth-login-panel {
    min-width: 0;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-login {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 58px);
    background:
        radial-gradient(circle at 92% 10%, rgba(125,211,252,.22), transparent 18rem),
        radial-gradient(circle at 15% 88%, rgba(59,130,246,.20), transparent 20rem),
        linear-gradient(145deg, #10243e 0%, #153d70 58%, #155cb6 100%) !important;
    color: #fff;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-login::after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border: 54px solid rgba(255,255,255,.055);
    border-radius: 50%;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-badge {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.9);
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-brand-lockup {
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 16px;
    margin: 30px 0 20px;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-brand-logo {
    width: 88px;
    height: 88px;
    padding: 10px;
    border-radius: 23px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-eyebrow {
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: .02em;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-desc {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 1.02rem;
    line-height: 1.75;
}

body.ui-modern.vbs-v2 .auth-capabilities {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 24px;
}

body.ui-modern.vbs-v2 .auth-capability {
    min-width: 0;
    padding: 11px 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(12px);
}

body.ui-modern.vbs-v2 .auth-capability strong,
body.ui-modern.vbs-v2 .auth-capability span {
    display: block;
}

body.ui-modern.vbs-v2 .auth-capability strong {
    color: #fff;
    font-size: .86rem;
}

body.ui-modern.vbs-v2 .auth-capability span {
    margin-top: 2px;
    color: rgba(255,255,255,.62);
    font-size: .74rem;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-login-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 54px);
    background: #fff;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-form-kicker {
    color: var(--v2-primary);
    font-weight: 700;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-form-head .section-title {
    margin-top: 5px;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
}

body.ui-modern.vbs-v2[data-page="login.php"] a.google-signin-button.auth-google-btn {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 58px;
    margin-top: 22px;
    padding: 6px 13px 6px 7px;
    border: 1px solid #cbd5e1 !important;
    border-radius: 13px !important;
    background: #fff !important;
    color: #25364a !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.07) !important;
}

body.ui-modern.vbs-v2[data-page="login.php"] a.google-signin-button.auth-google-btn::after {
    content: '›';
    color: #7b8796;
    font-size: 1.5rem;
    line-height: 1;
}

body.ui-modern.vbs-v2[data-page="login.php"] a.google-signin-button.auth-google-btn:hover {
    border-color: #9fb3c8 !important;
    background: #f9fbfd !important;
    transform: translateY(-1px);
}

body.ui-modern.vbs-v2[data-page="login.php"] .google-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e1e7ee;
    border-radius: 10px;
    background: #fff;
}

body.ui-modern.vbs-v2[data-page="login.php"] .google-mark svg {
    width: 20px;
    height: 20px;
}

body.ui-modern.vbs-v2[data-page="login.php"] .google-signin-copy {
    font-size: .94rem;
    font-weight: 650;
    text-align: left;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-support-grid {
    margin-top: 18px;
}

body.ui-modern.vbs-v2[data-page="login.php"] .auth-support-card {
    padding: 13px 14px;
    border: 1px solid var(--v2-border);
    border-radius: 12px;
    background: var(--v2-surface-soft);
}

body.ui-modern.vbs-v2[data-page="login.php"] .footer {
    width: min(100%, 1160px);
    margin: 18px auto 0;
}

/* Footer and mobile navigation */
body.ui-modern.vbs-v2 .footer {
    gap: 16px;
    margin-top: 20px;
    padding: 15px 4px 8px;
    border-top: 1px solid rgba(205,216,228,.72);
}

body.ui-modern.vbs-v2 .mobile-tabbar {
    border: 1px solid rgba(201,213,226,.92);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 30px rgba(15,23,42,.10);
    backdrop-filter: blur(18px);
}

body.ui-modern.vbs-v2 .mobile-tabbar-link {
    color: #607087;
}

body.ui-modern.vbs-v2 .mobile-tabbar-link.is-active {
    color: var(--v2-primary);
}

body.ui-modern.vbs-v2 .mobile-tabbar-primary {
    color: #fff !important;
    background: linear-gradient(145deg, var(--v2-primary), var(--v2-primary-dark));
    box-shadow: 0 8px 20px rgba(21,92,182,.24);
}

/* Responsive */
@media (min-width: 1025px) {
    body.ui-modern.vbs-v2.sidebar-collapsed .sidebar {
        width: 82px;
        flex-basis: 82px;
        padding-inline: 9px;
    }

    body.ui-modern.vbs-v2.sidebar-collapsed .sidebar-head {
        padding-inline: 7px;
    }
}

@media (max-width: 1280px) {
    body.ui-modern.vbs-v2 .topbar-quick-link span:last-child {
        display: none;
    }

    body.ui-modern.vbs-v2 .topbar-quick-link {
        width: 40px;
        padding-inline: 7px;
        justify-content: center;
    }

    body.ui-modern.vbs-v2 .dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    body.ui-modern.vbs-v2 .bookings-searchbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ui-modern.vbs-v2 .bookings-searchbar > input[type="search"],
    body.ui-modern.vbs-v2 .bookings-searchbar .searchbar-actions {
        grid-column: 1 / -1;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early thead,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early tbody,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early tr,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early th,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    body.ui-modern.vbs-v2 .table-wrap:has(table.table-card-early) {
        overflow: visible !important;
        border: 0;
        background: transparent;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early {
        min-width: 0;
        border: 0;
        background: transparent;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early tbody {
        display: grid;
        gap: 12px;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early tr {
        overflow: hidden;
        border: 1px solid var(--v2-border);
        border-radius: 15px;
        background: #fff;
        box-shadow: var(--v2-shadow-xs);
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td {
        display: grid;
        grid-template-columns: minmax(118px, .72fr) minmax(0, 1.28fr);
        gap: 12px;
        align-items: start;
        padding: 10px 13px;
        border: 0;
        border-bottom: 1px solid #e9eef4;
        background: transparent !important;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td[data-label]::before {
        content: attr(data-label);
        color: #69778a;
        font-size: .77rem;
        font-weight: 700;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td:last-child {
        display: block;
        border-bottom: 0;
        background: #fafcff !important;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td:last-child .actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td:last-child .actions > *,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td:last-child .actions .btn {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    body.ui-modern.vbs-v2.has-sidebar .main-content {
        width: 100%;
        max-width: none;
    }

    body.ui-modern.vbs-v2 .sidebar {
        width: min(88vw, 310px);
        flex-basis: auto;
        box-shadow: 22px 0 60px rgba(15,23,42,.28);
    }

    body.ui-modern.vbs-v2 .topbar {
        top: 8px;
        min-height: 80px;
    }

    body.ui-modern.vbs-v2 .topbar-actions {
        display: none;
    }

    body.ui-modern.vbs-v2 .dashboard-main-grid,
    body.ui-modern.vbs-v2 .dashboard-admin-panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body.ui-modern.vbs-v2.has-sidebar .main-content,
    body.ui-modern.vbs-v2.no-sidebar .main-content {
        padding: 12px 12px calc(var(--vbs-mobile-nav-height, 70px) + 24px) !important;
    }

    body.ui-modern.vbs-v2 .topbar {
        grid-template-columns: minmax(0, 1fr);
        min-height: 76px;
        padding: 10px 11px;
        border-radius: 15px !important;
    }

    body.ui-modern.vbs-v2 .topbar-university-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    body.ui-modern.vbs-v2 .topbar h1 {
        font-size: 1.12rem;
    }

    body.ui-modern.vbs-v2 .topbar p {
        font-size: .78rem;
    }

    body.ui-modern.vbs-v2 .dashboard-hero.card {
        display: grid;
        min-height: auto;
        padding: 18px;
    }

    body.ui-modern.vbs-v2 .quick-actions {
        justify-content: flex-start;
    }

    body.ui-modern.vbs-v2 .dashboard-stats,
    body.ui-modern.vbs-v2 .monthly-snapshot {
        grid-template-columns: 1fr 1fr;
    }

    body.ui-modern.vbs-v2 .stat-card {
        min-height: 140px;
    }

    /* Every regular table becomes a readable card list on small screens. */
    body.ui-modern.vbs-v2 .table-wrap,
    body.ui-modern.vbs-v2 .table-wrap:has(table) {
        overflow: visible !important;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.ui-modern.vbs-v2 .table-wrap table,
    body.ui-modern.vbs-v2 .table-wrap thead,
    body.ui-modern.vbs-v2 .table-wrap tbody,
    body.ui-modern.vbs-v2 .table-wrap tr,
    body.ui-modern.vbs-v2 .table-wrap th,
    body.ui-modern.vbs-v2 .table-wrap td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    body.ui-modern.vbs-v2 .table-wrap table {
        border: 0;
        background: transparent;
    }

    body.ui-modern.vbs-v2 .table-wrap thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    body.ui-modern.vbs-v2 .table-wrap tbody {
        display: grid;
        gap: 12px;
    }

    body.ui-modern.vbs-v2 .table-wrap tr {
        overflow: hidden;
        border: 1px solid var(--v2-border);
        border-radius: 15px;
        background: #fff;
        box-shadow: var(--v2-shadow-xs);
    }

    body.ui-modern.vbs-v2 .table-wrap td {
        display: grid;
        grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        padding: 10px 12px;
        border: 0;
        border-bottom: 1px solid #e9eef4;
        background: transparent !important;
        text-align: left !important;
        overflow-wrap: anywhere;
    }

    body.ui-modern.vbs-v2 .table-wrap td[data-label]::before {
        content: attr(data-label);
        color: #69778a;
        font-size: .76rem;
        font-weight: 700;
    }

    body.ui-modern.vbs-v2 .table-wrap td:last-child {
        display: block;
        border-bottom: 0;
        background: #fafcff !important;
    }

    body.ui-modern.vbs-v2 .table-wrap td:last-child .actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.ui-modern.vbs-v2 .table-wrap td:last-child .actions > *,
    body.ui-modern.vbs-v2 .table-wrap td:last-child .actions .btn,
    body.ui-modern.vbs-v2 .table-wrap td:last-child .actions button.btn {
        width: 100%;
        min-width: 0;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .main-content {
        padding: 12px !important;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-shell-login {
        grid-template-columns: 1fr;
        width: min(100%, 640px);
        min-height: auto;
        border-radius: 22px;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-login {
        min-height: 300px;
        padding: 28px;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-login-panel {
        padding: 28px;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .footer {
        padding-bottom: 8px;
    }
}

@media (max-width: 640px) {
    body.ui-modern.vbs-v2 .card {
        padding: 14px;
        border-radius: 16px !important;
    }

    body.ui-modern.vbs-v2 .dashboard-stats,
    body.ui-modern.vbs-v2 .monthly-snapshot {
        grid-template-columns: 1fr;
    }

    body.ui-modern.vbs-v2 .stat-card {
        min-height: 126px;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            'icon label'
            'icon value'
            'note note';
        column-gap: 12px;
        align-items: center;
    }

    body.ui-modern.vbs-v2 .stat-icon { grid-area: icon; margin: 0; }
    body.ui-modern.vbs-v2 .stat-label { grid-area: label; align-self: end; }
    body.ui-modern.vbs-v2 .stat-value { grid-area: value; align-self: start; }
    body.ui-modern.vbs-v2 .stat-note { grid-area: note; }

    body.ui-modern.vbs-v2 .form-grid,
    body.ui-modern.vbs-v2 .bookings-searchbar {
        grid-template-columns: 1fr;
    }

    body.ui-modern.vbs-v2 .bookings-searchbar > input[type="search"],
    body.ui-modern.vbs-v2 .bookings-searchbar .searchbar-actions {
        grid-column: auto;
    }

    body.ui-modern.vbs-v2 .actions,
    body.ui-modern.vbs-v2 .quick-actions,
    body.ui-modern.vbs-v2 .searchbar-actions,
    body.ui-modern.vbs-v2 .map-actions-inline {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.ui-modern.vbs-v2 .actions > *,
    body.ui-modern.vbs-v2 .actions .btn,
    body.ui-modern.vbs-v2 .quick-actions .btn,
    body.ui-modern.vbs-v2 .searchbar-actions .btn,
    body.ui-modern.vbs-v2 .map-actions-inline .btn {
        width: 100%;
    }

    body.ui-modern.vbs-v2 .table-wrap td,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body.ui-modern.vbs-v2 .table-wrap td:last-child .actions,
    body.ui-modern.vbs-v2 .table-wrap table.table-card-early td:last-child .actions {
        grid-template-columns: 1fr;
    }

    body.ui-modern.vbs-v2 .request-submit-bar {
        bottom: calc(var(--vbs-mobile-nav-height, 70px) + 12px);
        display: grid;
        grid-template-columns: 1fr;
        padding: 8px;
    }

    body.ui-modern.vbs-v2 .map-panel-header {
        padding: 14px;
    }

    body.ui-modern.vbs-v2 .map-place-picker,
    body.ui-modern.vbs-v2 .map-route-points,
    body.ui-modern.vbs-v2 .map-hint,
    body.ui-modern.vbs-v2 .map-summary {
        margin-inline: 12px;
    }

    body.ui-modern.vbs-v2 .map-canvas {
        min-height: 390px;
    }

    body.ui-modern.vbs-v2 .auth-capabilities {
        grid-template-columns: 1fr;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-hero-login,
    body.ui-modern.vbs-v2[data-page="login.php"] .auth-login-panel {
        padding: 22px;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-brand-lockup {
        margin-block: 20px 14px;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] .auth-brand-logo {
        width: 70px;
        height: 70px;
        border-radius: 19px;
    }

    body.ui-modern.vbs-v2 .footer {
        display: grid;
        gap: 7px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    body.ui-modern.vbs-v2 .topbar-kicker {
        display: none;
    }

    body.ui-modern.vbs-v2 .topbar h1 {
        font-size: 1.02rem;
    }

    body.ui-modern.vbs-v2 .topbar p {
        display: -webkit-box;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    body.ui-modern.vbs-v2[data-page="login.php"] a.google-signin-button.auth-google-btn {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.ui-modern.vbs-v2[data-page="login.php"] a.google-signin-button.auth-google-btn::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    body.ui-modern.vbs-v2 *,
    body.ui-modern.vbs-v2 *::before,
    body.ui-modern.vbs-v2 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media print {
    body.ui-modern.vbs-v2 {
        background: #fff !important;
    }

    body.ui-modern.vbs-v2 .topbar,
    body.ui-modern.vbs-v2 .sidebar,
    body.ui-modern.vbs-v2 .mobile-tabbar,
    body.ui-modern.vbs-v2 .footer,
    body.ui-modern.vbs-v2 .request-submit-bar {
        display: none !important;
    }

    body.ui-modern.vbs-v2 .main-content {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    body.ui-modern.vbs-v2 .card {
        break-inside: avoid;
        box-shadow: none !important;
    }
}
