:root {
    --vm-primary: #ff4f75;
    --vm-primary-hover: #d9355a;
    --vm-blue: #0b63ff;
    --vm-blue-hover: #084fd0;
    --vm-navy: #08152f;
    --vm-text: #12233a;
    --vm-text-secondary: #516076;
    --vm-text-muted: #64748b;
    --vm-background: #f5f8fc;
    --vm-surface: #ffffff;
    --vm-border: #dbe5f2;
    --vm-border-subtle: #e8edf5;
    --vm-space-1: 4px;
    --vm-space-2: 8px;
    --vm-space-3: 12px;
    --vm-space-4: 16px;
    --vm-space-5: 24px;
    --vm-space-6: 32px;
    --vm-space-7: 40px;
    --vm-space-8: 48px;
    --vm-space-9: 64px;
    --vm-radius-sm: 8px;
    --vm-radius-control: 12px;
    --vm-radius-card: 20px;
    --vm-radius-container: 22px;
    --vm-radius-pill: 999px;
    --vm-shadow-none: none;
    --vm-shadow-subtle: 0 6px 18px rgba(8, 21, 47, .04);
    --vm-shadow-card: 0 10px 24px rgba(14, 28, 48, .075);
    --vm-shadow-elevated: 0 14px 34px rgba(8, 21, 47, .10);
    --vm-container-max: 1180px;
    --vm-h1-size: clamp(1.55rem, 2.4vw, 2.35rem);
    --vm-h2-size: 1.22rem;
    --vm-h3-size: .86rem;
    --vm-body-size: 1rem;
    --vm-body-sm-size: .9rem;
    --vm-caption-size: .78rem;
    --vm-eyebrow-size: .78rem;
    --vm-link-size: .86rem;
    --vm-card-title-size: .95rem;
    --vm-card-title-weight: 800;
    --vm-stat-value-size: clamp(1.55rem, 2.2vw, 2rem);
    --vm-stat-value-weight: 850;
    --vm-icon-listings: #2367ff;
    --vm-icon-listings-bg: #edf4ff;
    --vm-icon-messages: #1fb34f;
    --vm-icon-messages-bg: #eaf9ee;
    --vm-icon-bookings: #ff9f1a;
    --vm-icon-bookings-bg: #fff5e6;
    --vm-icon-favorites: #8555ee;
    --vm-icon-favorites-bg: #f3eafe;
    --vm-focus-border: #b9ceff;
    --vm-focus-ring: rgba(35, 103, 255, .12);
    --vm-warning: #b45309;
    --vm-warning-bg: #fffdf9;
    --vm-warning-border: #ffd4a8;
    --vm-success-bg: #f7fff9;
    --vm-success-border: #bdebcf;
    --vm-info-bg: #f7faff;
    --vm-info-border: #bdd3ff;
    --vm-category-card-ratio: 4 / 3;
    --vm-compact-listing-ratio: 4 / 3;
    --vm-standard-listing-ratio: 4 / 3;
    --vm-market-thumb-size: 48px;
    --vm-action-rail-width: 42px;
    --vm-action-rail-width-sm: 40px;
    --vm-action-rail-chevron-size: 20px;
    --vm-nav-h: 58px;
    --vm-brand-mark-size: 24px;
    --vm-brand-gap: 8px;
    --vm-brand-wordmark-size: 18px;
    --vm-brand-mark-y: 1px;
    --vm-brand-wordmark-y: 1px;
    --vm-nav-action-gap: 24px;
}

.navbar.vm-topnav {
    height: var(--vm-nav-h) !important;
    min-height: var(--vm-nav-h) !important;
    max-height: var(--vm-nav-h) !important;
    padding-inline: 20px !important;
    border-bottom: 1px solid var(--vm-border-subtle) !important;
    box-shadow: none !important;
}

.navbar.vm-topnav .navbar-brand.vm-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: var(--vm-brand-gap);
    height: var(--vm-nav-h);
    min-height: var(--vm-nav-h);
    max-height: var(--vm-nav-h);
    padding: 0;
    margin: 0;
    line-height: 1;
}

.navbar.vm-topnav .vm-brand-mark-img {
    width: var(--vm-brand-mark-size) !important;
    height: var(--vm-brand-mark-size) !important;
    flex: 0 0 var(--vm-brand-mark-size) !important;
    transform: translateY(var(--vm-brand-mark-y));
}

.navbar.vm-topnav .vm-brand-wordmark {
    font-size: var(--vm-brand-wordmark-size);
    font-weight: 600;
    line-height: 1;
    transform: translateY(var(--vm-brand-wordmark-y));
}

.navbar.vm-topnav .vm-brand-wordmark-venue,
.navbar.vm-topnav .vm-brand-wordmark-magnet {
    font-weight: 600;
}

.navbar.vm-topnav .vm-brand-wordmark-venue {
    color: #111827;
}

.navbar.vm-topnav .vm-brand-wordmark-magnet {
    color: #D92D2A;
}

.navbar.vm-topnav .vm-topnav-actions {
    display: flex !important;
    align-items: center !important;
    gap: var(--vm-nav-action-gap) !important;
    height: var(--vm-nav-h);
}

.navbar.vm-topnav .vm-nav-search-btn svg {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
}

.navbar.vm-topnav .navbar-toggler:hover,
.navbar.vm-topnav .navbar-toggler:focus-visible,
.navbar.vm-topnav .vm-nav-search-btn:hover,
.navbar.vm-topnav .vm-nav-search-btn:focus-visible {
    background: rgba(15, 23, 42, .06) !important;
    box-shadow: none !important;
    color: #111827;
    outline: none;
}

.vm-page-shell {
    width: min(var(--vm-container-max), calc(100% - 32px));
    margin-inline: auto;
}

.vm-page-header {
    margin: 0 0 var(--vm-space-5);
}

.vm-page-header--center {
    text-align: center;
}

.vm-page-header--center .vm-page-description {
    margin-inline: auto;
}

.vm-eyebrow {
    display: inline-block;
    margin-bottom: var(--vm-space-2);
    color: var(--vm-primary);
    font-size: var(--vm-eyebrow-size);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vm-page-title {
    margin: 0;
    color: var(--vm-navy);
    font-size: var(--vm-h1-size);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.vm-page-description {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--vm-text-secondary);
    font-size: var(--vm-body-size);
    line-height: 1.55;
}

.vm-section-title {
    margin: 0;
    color: var(--vm-navy);
    font-size: var(--vm-h2-size);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.vm-section-description {
    margin: var(--vm-space-1) 0 0;
    color: var(--vm-text-secondary);
    font-size: var(--vm-body-sm-size);
    line-height: 1.4;
}

.vm-page-card {
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-container);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-card);
}

.vm-count {
    color: var(--vm-primary);
    font-size: var(--vm-caption-size);
    font-weight: 800;
    white-space: nowrap;
}

.vm-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--vm-primary);
    font-size: var(--vm-link-size);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.vm-arrow-link::after {
    content: "\2192";
    line-height: 1;
    transition: transform .16s ease;
}

.vm-arrow-link:hover,
.vm-arrow-link:focus-visible {
    color: var(--vm-primary-hover);
    text-decoration: underline;
}

.vm-arrow-link--secondary {
    color: var(--vm-blue);
    font-weight: 750;
}

.vm-arrow-link--secondary:hover,
.vm-arrow-link--secondary:focus-visible {
    color: var(--vm-primary);
}

.vm-arrow-link:hover::after,
.vm-arrow-link:focus-visible::after {
    transform: translateX(2px);
}

.vm-action-rail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: var(--vm-action-rail-width);
    min-height: 100%;
    border-left: 1px solid var(--vm-border-subtle);
    background: var(--vm-surface);
    color: var(--vm-text-muted);
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.vm-action-rail::before {
    content: "\203A";
    font-size: var(--vm-action-rail-chevron-size);
    font-weight: 950;
    line-height: .8;
    transition: transform .16s ease;
}

a:hover .vm-action-rail,
a:focus-visible .vm-action-rail,
.vm-action-rail--hover {
    border-left-color: var(--vm-primary);
    background: var(--vm-primary);
    color: #fff;
}

a:hover .vm-action-rail::before,
a:focus-visible .vm-action-rail::before,
.vm-action-rail--hover::before {
    transform: translateX(2px);
}

.vm-breadcrumbs {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 var(--vm-space-4);
    color: var(--vm-text-muted);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
}

.vm-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vm-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.vm-breadcrumbs li + li::before {
    color: #a7b3c4;
    content: "/";
}

.vm-breadcrumbs a {
    color: var(--vm-blue);
    text-decoration: none;
}

.vm-breadcrumbs a:hover,
.vm-breadcrumbs a:focus-visible {
    color: var(--vm-primary);
    text-decoration: underline;
}

.vm-breadcrumbs [aria-current="page"] {
    color: var(--vm-text-muted);
}

.vm-card-surface {
    border: 1px solid var(--vm-border-subtle);
    border-radius: var(--vm-radius-card);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-card);
}

.vm-card-surface:hover,
.vm-card-surface:focus-visible {
    border-color: rgba(255, 79, 117, .26);
    box-shadow: var(--vm-shadow-elevated);
}

.vm-hub-search {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(170px, 1fr) minmax(190px, 1.1fr) auto;
    align-items: end;
    gap: var(--vm-space-3);
    max-width: 980px;
    margin: 0 0 var(--vm-space-6);
    padding: 14px;
    border: 1px solid var(--vm-border);
    border-radius: 18px;
    background: var(--vm-surface);
    box-shadow: 0 10px 28px rgba(8, 21, 47, .06);
}

.vm-hub-search-field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.vm-hub-search-label {
    color: var(--vm-text-secondary);
    font-size: var(--vm-caption-size);
    font-weight: 800;
}

.vm-hub-search-control {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-pill);
    background: #f8fbff;
    color: var(--vm-blue);
}

.vm-hub-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--vm-navy);
    font-size: .96rem;
    font-weight: 700;
}

.vm-hub-search-input::placeholder {
    color: #7b8798;
    font-weight: 600;
}

.vm-hub-search-select {
    cursor: pointer;
    appearance: none;
    padding-right: 18px;
}

.vm-hub-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--vm-space-2);
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: var(--vm-radius-pill);
    background: var(--vm-blue);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(11, 99, 255, .2);
}

.vm-hub-search-submit:hover,
.vm-hub-search-submit:focus-visible {
    background: var(--vm-blue-hover);
}

.vm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--vm-space-2);
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: var(--vm-radius-pill);
    font-size: .94rem;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.vm-btn:hover,
.vm-btn:focus-visible {
    text-decoration: none;
    transform: translateY(-1px);
}

.vm-btn-primary {
    background: var(--vm-blue);
    color: #fff;
    box-shadow: 0 8px 18px rgba(11, 99, 255, .2);
}

.vm-btn-primary:hover,
.vm-btn-primary:focus-visible {
    background: var(--vm-blue-hover);
    color: #fff;
}

.vm-btn-danger {
    background: var(--vm-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 79, 117, .18);
}

.vm-btn-danger:hover,
.vm-btn-danger:focus-visible {
    background: var(--vm-primary-hover);
    color: #fff;
}

.vm-btn-secondary {
    border: 1px solid var(--vm-border);
    background: var(--vm-surface);
    color: var(--vm-blue);
    box-shadow: none;
}

.vm-btn-secondary:hover,
.vm-btn-secondary:focus-visible {
    border-color: var(--vm-blue);
    color: var(--vm-blue-hover);
}

.vm-btn-outline-primary {
    border: 1px solid #b8d3ff;
    background: var(--vm-surface);
    color: var(--vm-blue);
    box-shadow: none;
}

.vm-btn-outline-primary:hover,
.vm-btn-outline-primary:focus-visible {
    border-color: var(--vm-blue);
    background: #eff6ff;
    color: var(--vm-blue-hover);
}

.vm-account-card,
.vm-profile-summary-card,
.vm-member-listings-panel,
.vm-member-reviews-panel {
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-container);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-card);
}

.vm-account-card {
    max-width: 700px;
    margin-inline: auto;
}

.vm-edit-page {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: var(--vm-space-5) 0 var(--vm-space-7);
}

.vm-edit-page--wide {
    width: min(1040px, calc(100% - 32px));
}

.vm-edit-card {
    padding: var(--vm-space-5);
}

.vm-edit-card .vm-page-header {
    margin-bottom: var(--vm-space-5);
}

.vm-edit-card .vm-page-title,
.vm-edit-page .vm-page-title {
    text-align: left;
}

.vm-edit-kicker {
    margin: var(--vm-space-2) 0 0;
    color: var(--vm-text-secondary);
    font-size: var(--vm-body-sm-size);
    line-height: 1.45;
}

.vm-edit-page .form-label {
    color: var(--vm-navy);
    font-weight: 800;
}

.vm-edit-page .form-control,
.vm-edit-page .form-select {
    min-height: 44px;
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-control);
    background-color: #f8fbff;
    color: var(--vm-text);
    font-weight: 650;
    box-shadow: none;
}

.vm-edit-page .form-control:focus,
.vm-edit-page .form-select:focus {
    border-color: var(--vm-focus-border);
    box-shadow: 0 0 0 4px var(--vm-focus-ring);
}

.vm-edit-page .form-select.bg-secondary,
.vm-edit-page .form-select:disabled {
    border-color: var(--vm-border-subtle) !important;
    background-color: #eef3f8 !important;
    color: var(--vm-text-muted) !important;
    opacity: 1;
}

.vm-edit-page .form-check-input {
    width: 1.18em;
    height: 1.18em;
    border-color: #94a3b8;
}

.vm-edit-page .form-check-input:checked {
    border-color: var(--vm-blue);
    background-color: var(--vm-blue);
}

.vm-edit-actions {
    display: flex;
    justify-content: flex-end;
    gap: var(--vm-space-3);
    margin-top: var(--vm-space-5);
}

.vm-edit-actions .vm-btn {
    min-width: 180px;
}

.vm-edit-page .vm-sec {
    padding: .15rem 0;
}

.vm-edit-page .vm-sec-title {
    margin: 0 0 .65rem;
    color: var(--vm-navy);
    font-size: var(--vm-h2-size);
    font-weight: 800;
    line-height: 1.15;
}

.vm-edit-page .vm-hr {
    margin: 1.05rem 0;
    border-color: var(--vm-border-subtle);
    opacity: 1;
}

.vm-edit-page .vm-tile {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: .62rem .72rem;
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-control);
    background: #f8fbff;
    cursor: pointer;
    touch-action: manipulation;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.vm-edit-page .vm-tile.form-check {
    padding-left: .72rem !important;
    margin: 0;
}

.vm-edit-page .vm-tile:hover,
.vm-edit-page .vm-tile:focus-within {
    border-color: var(--vm-focus-border);
    background: var(--vm-surface);
    box-shadow: 0 0 0 4px var(--vm-focus-ring);
}

.vm-edit-page .vm-tile .form-check-input {
    flex: 0 0 auto;
    margin: 0 !important;
    cursor: pointer;
}

.vm-edit-page .vm-tile .form-check-label {
    flex: 1 1 auto;
    margin: 0 !important;
    color: var(--vm-text);
    font-size: .96rem;
    font-weight: 750;
    line-height: 1.18;
    cursor: pointer;
    user-select: none;
}

.vm-profile-summary-card {
    padding: 24px 16px;
    text-align: center;
}

.browse-category-card {
    margin-top: 18px;
    padding: 22px 14px 16px;
    border-radius: var(--vm-radius-container);
    background: var(--vm-surface);
}

.browse-category-head {
    margin: 0 0 14px;
}

.browse-category-head h2 {
    margin: 0 0 5px;
    color: var(--vm-navy);
    font-size: 22px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.browse-category-head p {
    margin: 0;
    color: var(--vm-text-secondary);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.browse-category-list {
    display: grid;
    gap: 8px;
}

.browse-category-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) var(--vm-action-rail-width-sm);
    align-items: center;
    gap: 11px;
    min-height: 76px;
    padding: 8px 0 8px 10px;
    overflow: hidden;
    color: var(--vm-navy);
    text-decoration: none;
    background: var(--vm-surface);
    border: 1px solid var(--vm-border-subtle);
    border-radius: var(--vm-radius-card);
    box-shadow: var(--vm-shadow-card);
}

.browse-category-row:hover,
.browse-category-row:focus-visible {
    color: var(--vm-navy);
    border-color: rgba(255, 90, 95, .26);
    box-shadow: var(--vm-shadow-elevated);
    outline: none;
    transform: translateY(-1px);
}

.browse-category-row img {
    display: block;
    width: 74px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
    background: var(--vm-background);
}

.browse-category-row .vm-action-rail {
    grid-column: 3;
    width: var(--vm-action-rail-width-sm);
    height: 100%;
}

.browse-category-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.browse-category-copy strong {
    overflow: hidden;
    color: var(--vm-navy);
    font-size: 14.5px;
    line-height: 1.16;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.browse-category-copy span {
    color: var(--vm-text-secondary);
    font-size: 12px;
    line-height: 1.22;
    font-weight: 500;
    white-space: normal;
}

.browse-category-arrow {
    display: none;
}

/* Dashboard patterns */
.vm-stat-value {
    color: var(--vm-navy);
    font-size: var(--vm-stat-value-size);
    font-weight: var(--vm-stat-value-weight);
    line-height: 1;
    letter-spacing: 0;
}

.vm-dashboard-page {
    width: min(var(--vm-container-max), calc(100% - 32px));
    margin-inline: auto;
    padding-top: var(--vm-space-6);
    padding-bottom: var(--vm-space-7);
    background: var(--vm-surface);
}

.vm-dashboard-shell {
    display: grid;
    gap: var(--vm-space-4);
    width: 100%;
    margin: 0 auto;
}

.vm-dashboard-eyebrow {
    margin: 0;
    padding-left: 2px;
    color: var(--vm-blue);
    font-size: var(--vm-eyebrow-size);
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
}

.vm-dashboard-profile-card,
.vm-dashboard-card,
.vm-dashboard-notice {
    border: 1px solid var(--vm-border-subtle);
    border-radius: var(--vm-radius-card);
    background: var(--vm-surface);
    box-shadow: var(--vm-shadow-card);
}

.vm-dashboard-profile-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--vm-space-4);
    padding: var(--vm-space-4) var(--vm-space-5);
}

.vm-dashboard-profile-card--warning {
    border-color: var(--vm-warning-border);
    background: var(--vm-warning-bg);
}

.vm-dashboard-profile-main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: var(--vm-space-4);
    min-width: 0;
}

.vm-dashboard-avatar {
    display: inline-flex;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid var(--vm-border);
    border-radius: 50%;
    background: var(--vm-surface);
    color: inherit;
    box-shadow: var(--vm-shadow-subtle);
}

.vm-dashboard-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vm-dashboard-avatar:hover,
.vm-dashboard-avatar:focus-visible,
.vm-dashboard-outline-action:hover,
.vm-dashboard-outline-action:focus-visible,
.vm-dashboard-card:hover,
.vm-dashboard-card:focus-visible,
.vm-dashboard-notice a:hover,
.vm-dashboard-notice a:focus-visible {
    border-color: var(--vm-focus-border);
    box-shadow: 0 0 0 3px var(--vm-focus-ring), var(--vm-shadow-card);
    text-decoration: none;
}

.vm-dashboard-profile-copy {
    min-width: 0;
}

.vm-dashboard-profile-copy h1 {
    margin: 0;
    color: var(--vm-navy);
    font-size: var(--vm-card-title-size);
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: 0;
}

.vm-dashboard-profile-copy p {
    margin: 4px 0 0;
    color: var(--vm-text-muted);
    font-size: var(--vm-body-sm-size);
    font-weight: 500;
    line-height: 1.25;
}

.vm-dashboard-profile-note {
    display: inline-flex;
    margin-top: 5px;
    color: var(--vm-warning);
    font-size: var(--vm-caption-size);
    font-weight: 800;
    line-height: 1.15;
}

.vm-dashboard-profile-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--vm-space-3);
}

.vm-dashboard-outline-action {
    display: grid;
    grid-template-columns: auto minmax(0, auto);
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--vm-border);
    border-radius: var(--vm-radius-control);
    background: var(--vm-surface);
    color: var(--vm-blue);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.vm-dashboard-outline-action .vm-arrow-link {
    color: inherit;
}

.vm-dashboard-action-icon,
.vm-dashboard-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.vm-dashboard-action-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vm-dashboard-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--vm-space-4);
}

.vm-dashboard-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 56px;
    align-items: center;
    gap: var(--vm-space-3);
    min-height: 132px;
    overflow: hidden;
    padding: 0 0 0 var(--vm-space-5);
    color: inherit;
    text-decoration: none;
}

.vm-dashboard-card--attention {
    border-color: var(--vm-focus-border);
}

.vm-dashboard-card-icon {
    grid-column: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.vm-dashboard-card-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vm-dashboard-card-icon--blue {
    background: var(--vm-icon-listings-bg);
    color: var(--vm-icon-listings);
}

.vm-dashboard-card-icon--green {
    background: var(--vm-icon-messages-bg);
    color: var(--vm-icon-messages);
}

.vm-dashboard-card-icon--orange {
    background: var(--vm-icon-bookings-bg);
    color: var(--vm-icon-bookings);
}

.vm-dashboard-card-icon--purple {
    background: var(--vm-icon-favorites-bg);
    color: var(--vm-icon-favorites);
}

.vm-dashboard-card-copy {
    grid-column: 2;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.vm-dashboard-card .vm-action-rail {
    grid-column: 3;
    align-self: stretch;
    height: 100%;
}

.vm-dashboard-card-stat {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
}

.vm-dashboard-card-title {
    order: 1;
    overflow: hidden;
    color: var(--vm-navy);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vm-dashboard-card .vm-stat-value {
    color: var(--vm-navy);
    font-size: .94rem;
    font-weight: 850;
    line-height: 1.2;
}

.vm-dashboard-card-meta {
    overflow: hidden;
    color: var(--vm-text-muted);
    font-size: var(--vm-body-sm-size);
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vm-dashboard-card-warning {
    color: var(--vm-warning);
    font-weight: 800;
}

.vm-dashboard-card-action {
    order: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--vm-text-secondary);
    font-size: .8rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.vm-dashboard-card:hover .vm-dashboard-card-action,
.vm-dashboard-card:focus-visible .vm-dashboard-card-action {
    color: var(--vm-primary);
}

.vm-dashboard-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 13px 14px;
    border-color: var(--vm-success-border);
    background: var(--vm-success-bg);
}

.vm-dashboard-notice--blue {
    border-color: var(--vm-info-border);
    background: var(--vm-info-bg);
}

.vm-dashboard-notice h2 {
    margin: 0;
    color: var(--vm-navy);
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: 0;
}

.vm-dashboard-notice p {
    margin: 3px 0 0;
    color: var(--vm-text-muted);
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.25;
}

.vm-dashboard-notice a {
    color: var(--vm-blue);
    font-size: .82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .vm-dashboard-page {
        width: min(100% - 28px, 460px);
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .vm-dashboard-shell {
        gap: 17px;
    }

    .vm-dashboard-profile-card {
        display: block;
        padding: 14px;
    }

    .vm-dashboard-profile-main {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 15px;
        margin-bottom: 14px;
    }

    .vm-dashboard-avatar {
        width: 64px;
        height: 64px;
    }

    .vm-dashboard-profile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .vm-dashboard-card-list {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .vm-dashboard-card {
        grid-template-columns: 56px minmax(0, 1fr) var(--vm-action-rail-width);
        grid-template-rows: auto;
        align-items: center;
        gap: 14px;
        overflow: hidden;
        min-height: 82px;
        padding: 0 0 0 14px;
    }

    .vm-dashboard-card-copy {
        display: grid;
        grid-column: 2;
        gap: 2px;
        min-width: 0;
    }

    .vm-dashboard-card-title {
        grid-column: auto;
        grid-row: auto;
        white-space: nowrap;
    }

    .vm-dashboard-card-stat {
        grid-column: auto;
        grid-row: auto;
    }

    .vm-dashboard-card-stat {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 4px;
    }

    .vm-dashboard-card-action {
        display: none;
    }

    .vm-dashboard-card-action::after {
        content: none;
    }

    .vm-dashboard-card:hover .vm-dashboard-card-action::after,
    .vm-dashboard-card:focus-visible .vm-dashboard-card-action::after {
        color: var(--vm-primary);
    }

    .vm-dashboard-card .vm-action-rail {
        display: inline-flex;
        grid-column: 3;
        width: var(--vm-action-rail-width);
        height: 100%;
    }
}

@media (min-width: 768px) {
    .browse-category-card {
        padding: 26px 24px 24px;
    }

    .browse-category-list {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 14px;
    }

    .browse-category-row {
        grid-template-columns: minmax(0, 1fr) var(--vm-action-rail-width);
        grid-template-rows: auto 1fr;
        align-items: start;
        min-height: 224px;
        padding: 0;
        overflow: hidden;
        border-radius: var(--vm-radius-card);
        box-shadow: var(--vm-shadow-card);
    }

    .browse-category-row img {
        grid-column: 1 / -1;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 0;
    }

    .browse-category-copy {
        padding: 12px 0 14px 14px;
    }

    .browse-category-copy strong {
        font-size: 15px;
    }

    .browse-category-copy span {
        font-size: 12.5px;
        line-height: 1.28;
    }

    .browse-category-arrow {
        display: none;
    }

    .browse-category-row .vm-action-rail {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        width: var(--vm-action-rail-width);
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    .vm-page-shell {
        width: min(100% - 24px, 460px);
    }

    .vm-hub-search {
        grid-template-columns: 1fr;
        padding: var(--vm-space-3);
        border-radius: var(--vm-space-4);
    }

    .vm-hub-search-submit {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .vm-dashboard-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .vm-dashboard-profile-card {
        padding: 14px;
    }

    .vm-dashboard-profile-actions {
        gap: 8px;
    }

    .vm-dashboard-outline-action {
        gap: 6px;
        padding: 0 8px;
        font-size: .8rem;
    }

    .vm-dashboard-card {
        grid-template-columns: 50px minmax(0, 1fr) var(--vm-action-rail-width-sm);
        gap: 12px;
        min-height: 80px;
        padding: 0 0 0 14px;
    }

    .vm-dashboard-card-icon {
        width: 50px;
        height: 50px;
    }

    .vm-dashboard-card-action {
        display: none;
    }

    .vm-dashboard-card .vm-action-rail {
        width: var(--vm-action-rail-width-sm);
    }

    .vm-dashboard-card-title {
        white-space: nowrap;
    }

    .vm-dashboard-card-meta {
        white-space: nowrap;
    }

    .vm-dashboard-notice {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .vm-edit-page {
        width: min(100% - 24px, 760px);
        padding-top: var(--vm-space-4);
    }

    .vm-edit-card {
        padding: var(--vm-space-4);
    }

    .vm-edit-actions {
        justify-content: stretch;
    }

    .vm-edit-actions .vm-btn {
        width: 100%;
        min-width: 0;
    }
}
