:root {
    --primary: #0f766e;
    --primary-dark: #115e59;
    --ink: #18212f;
    --muted: #64748b;
    --surface: #ffffff;
    --page: #f6f8fb;
    --line: #dbe3ee;
}

body {
    background: var(--page);
    color: var(--ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.app-shell {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    min-height: 100vh;
}

.sidebar {
    background: #10202b;
    color: #fff;
    padding: 24px 18px;
}

.brand {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    text-decoration: none;
}

.brand small {
    color: #9fb3c8;
    display: block;
    font-size: 12px;
}

.brand-mark {
    align-items: center;
    background: var(--primary);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.sidebar .nav-link {
    border-radius: 8px;
    color: #dbeafe;
    padding: 10px 12px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.sidebar .nav-link.disabled {
    color: #7f95aa;
}

.main-area {
    min-width: 0;
}

.topbar {
    align-items: center;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    padding: 18px 28px;
}

.topbar h1 {
    font-size: 24px;
    margin: 0;
}

.eyebrow {
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-wrap {
    padding: 28px;
}

.panel,
.metric-card,
.role-card,
.login-card,
.error-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.panel {
    padding: 22px;
}

.panel.narrow {
    max-width: 920px;
}

.panel h2 {
    font-size: 18px;
    margin: 0;
}

.metric-card {
    padding: 20px;
}

.metric-card span {
    color: var(--muted);
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.metric-card strong {
    font-size: 34px;
}

.role-card {
    min-height: 145px;
    padding: 18px;
}

.role-card code {
    display: block;
    margin: 8px 0;
}

.role-card p {
    color: var(--muted);
    margin: 0;
}

.section-title {
    font-size: 20px;
    margin: 0;
}

.plan-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    min-height: 100%;
    padding: 20px;
}

.plan-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.plan-card .price {
    color: var(--primary-dark);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.plan-card p,
.plan-card li {
    color: var(--muted);
}

.plan-card ul {
    margin: 16px 0 0;
    padding-left: 18px;
}

.plan-meta {
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 12px;
}

.capacity-progress {
    height: 8px;
    min-width: 130px;
}

.subscription-type-chip {
    align-items: center;
    background: #F2F7FB;
    border: 1px solid #DCE5EF;
    border-radius: 999px;
    color: #314158;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 28px;
    padding: 5px 10px;
    white-space: nowrap;
}

.subscription-summary-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.subscription-summary-grid > div {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 14px;
    padding: 14px 16px;
}

.subscription-summary-grid span {
    color: #6B7890;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}

.subscription-summary-grid strong {
    color: #0B1931;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 900px) {
    .subscription-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.detail-box {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
}

.detail-box span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.detail-box strong {
    display: block;
}

.nav-tabs .nav-link {
    color: var(--muted);
}

.nav-tabs .nav-link.active {
    color: var(--primary-dark);
    font-weight: 700;
}

.subhead {
    font-size: 16px;
}

.invoice-page {
    background: #eef2f7;
    padding: 24px;
}

.invoice-sheet {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 900px;
    padding: 42px;
}

.invoice-sheet h1 {
    font-size: 30px;
}

.invoice-sheet h2 {
    font-size: 26px;
}

.invoice-sheet h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.event-head {
    background: #eef2f7;
    border-radius: 8px;
    min-height: 180px;
    overflow: hidden;
}

.event-head img {
    display: block;
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.public-event-page {
    background: #f6f8fb;
}

.public-event-hero {
    align-items: center;
    background: linear-gradient(90deg, #10202b, #0f766e);
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 76vh;
    padding: 56px 24px;
}

.public-event-inner {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.public-event-inner h1 {
    font-size: 48px;
    line-height: 1.08;
    margin: 18px 0;
    max-width: 820px;
}

.public-event-inner p {
    font-size: 18px;
    max-width: 720px;
}

.event-logo {
    background: #fff;
    border-radius: 8px;
    max-height: 90px;
    max-width: 180px;
    object-fit: contain;
    padding: 10px;
}

.public-event-content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 36px 24px;
}

.public-event-content h2 {
    font-size: 22px;
    margin: 0 0 12px;
}

.landing-page {
    background: #f6f8fb;
}

.landing-nav {
    align-items: center;
    background: #10202b;
    display: flex;
    justify-content: space-between;
    padding: 18px 28px;
}

.brand-light,
.brand-light:hover {
    color: #fff;
}

.landing-hero {
    align-items: center;
    background: linear-gradient(90deg, rgba(16, 32, 43, .96), rgba(15, 118, 110, .78)), url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=1800&q=80");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 72vh;
    padding: 60px 28px;
}

.landing-hero-inner {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.landing-hero h1 {
    font-size: 56px;
    line-height: 1.05;
    max-width: 820px;
}

.landing-hero p {
    font-size: 19px;
    max-width: 760px;
}

.landing-band {
    margin: 0 auto;
    max-width: 1180px;
    padding: 44px 24px;
}

.landing-grid {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
}

.flow-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flow-list span {
    background: #10202b;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    padding: 14px 16px;
}

.flow-list-light span {
    background: #eef8f7;
    color: var(--primary-dark);
}

.role-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.login-page,
.error-page {
    align-items: center;
    background: linear-gradient(135deg, #e8f5f3 0%, #f7fbff 55%, #eef2f7 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.login-card,
.register-card,
.error-card {
    max-width: 430px;
    padding: 32px;
    width: 100%;
}

.register-card {
    max-width: 780px;
}

.login-card h1,
.error-card h1 {
    font-size: 30px;
}

.error-card span {
    color: var(--primary-dark);
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 900px) {
    .app-shell {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }

    .topbar {
        align-items: flex-start;
        gap: 12px;
        padding: 18px;
    }

    .content-wrap {
        padding: 18px;
    }

    .public-event-inner h1 {
        font-size: 34px;
    }

    .landing-hero h1 {
        font-size: 38px;
    }

    .landing-grid {
        grid-template-columns: 1fr;
    }
}

@media print {
    body.invoice-page {
        background: #fff;
        padding: 0;
    }

    .invoice-sheet {
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        padding: 0;
    }

    .print-actions {
        display: none;
    }
}

/* Modern AdminLTE-inspired IR-Me admin shell */
:root {
    --primary: #2563EB;
    --accent: #2563EB;
    --primary-dark: #1D4ED8;
    --primary-soft: #EFF6FF;
    --ink: #0F172A;
    --muted: #64748B;
    --surface: rgba(255, 255, 255, .92);
    --surface-solid: #FFFFFF;
    --page: #F7F9FC;
    --line: #E2E8F0;
    --border: #E2E8F0;
    --line-strong: #CBD5E1;
    --shadow-card: 0 18px 50px rgba(15, 23, 42, .08);
    --shadow-soft: 0 10px 28px rgba(37, 99, 235, .12);
    --radius-xl: 16px;
    --radius-md: 12px;
    --transition: .2s ease;
}

* {
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .10), transparent 34rem),
        linear-gradient(135deg, #F8FBFF 0%, #F6F8FC 48%, #FFFFFF 100%);
    color: var(--ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
}

.app-shell {
    display: grid;
    gap: 24px;
    grid-template-columns: 292px minmax(0, 1fr);
    min-height: 100vh;
    padding: 24px;
}

.sidebar {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(226, 232, 240, .88);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    color: var(--ink);
    height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 20px;
    position: sticky;
    top: 24px;
}

.brand,
.brand:hover {
    color: var(--ink);
    margin-bottom: 24px;
}

.brand strong {
    font-size: 18px;
    letter-spacing: -.01em;
}

.brand small {
    color: var(--muted);
    font-weight: 500;
}

.brand-mark {
    background: linear-gradient(135deg, var(--primary), #60A5FA);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .28);
    height: 44px;
    width: 44px;
}

.app-logo {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.brand-logo {
    height: 46px;
    width: auto;
}

.landing-brand-logo {
    background: #fff;
    border-radius: 12px;
    height: 46px;
    padding: 6px 9px;
    width: auto;
}

.auth-logo {
    height: 68px;
    margin-bottom: 14px;
    width: auto;
}

.invoice-brand-logo {
    height: 72px;
    width: auto;
}

.sidebar-section {
    color: #94A3B8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 8px 8px 12px;
    text-transform: uppercase;
}

.sidebar .nav-link {
    align-items: center;
    border-radius: 14px;
    color: #334155;
    display: flex;
    font-weight: 650;
    gap: 12px;
    padding: 11px 12px;
    transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.sidebar .nav-link svg,
.btn svg {
    flex: 0 0 auto;
    height: 17px;
    stroke-width: 2.2;
    width: 17px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus,
.sidebar .nav-link.active {
    background: var(--primary);
    box-shadow: var(--shadow-soft);
    color: #fff;
    transform: translateY(-1px);
}

.main-area {
    min-width: 0;
}

.topbar {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    min-height: 92px;
    padding: 22px 24px;
}

.topbar h1 {
    color: var(--ink);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.eyebrow {
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.content-wrap {
    padding: 24px 0 0;
}

.panel,
.metric-card,
.role-card,
.login-card,
.register-card,
.error-card,
.plan-card,
.detail-box,
.invoice-sheet {
    backdrop-filter: blur(16px);
    background: var(--surface);
    border: 1px solid rgba(226, 232, 240, .90);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.panel,
.metric-card,
.role-card,
.plan-card {
    padding: 24px;
}

.panel > .d-flex:first-child {
    gap: 16px;
}

.panel > .d-flex:first-child h2,
.panel .section-title {
    font-size: 18px;
    line-height: 1.25;
}

.panel > .d-flex:first-child p {
    font-size: 13.5px;
}

.panel:hover,
.metric-card:hover,
.plan-card:hover,
.detail-box:hover {
    border-color: rgba(37, 99, 235, .22);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .10);
}

.panel h2,
.section-title {
    color: var(--ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.table .btn,
.panel .table .btn {
    box-shadow: none;
    white-space: nowrap;
}

.table .btn + .btn,
.table form + .btn,
.table a + a {
    margin-left: 4px;
}

.table-actions {
    min-width: 150px;
}

.table-actions .btn,
.table-actions form {
    display: inline-flex;
    margin: 2px;
    vertical-align: middle;
}

.table-actions .btn {
    align-items: center;
    justify-content: center;
}

.action-row {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    white-space: nowrap;
}

.action-row form {
    display: inline-flex;
    margin: 0;
}

.action-link {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--primary);
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.2;
    padding: 2px 0;
    text-decoration: none;
    transition: color var(--transition), opacity var(--transition);
}

.action-link:hover,
.action-link:focus {
    color: var(--primary-dark);
    opacity: .82;
    outline: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.action-muted {
    color: #64748B;
}

.action-muted:hover,
.action-muted:focus {
    color: #334155;
}

.action-danger {
    color: #DC2626;
}

.action-danger:hover,
.action-danger:focus {
    color: #B91C1C;
}

.modal {
    z-index: 2000;
}

.modal-backdrop {
    z-index: 1990;
}

.modal-content {
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-card);
}

.modal-header,
.modal-footer {
    border-color: var(--line);
}

.modal-title {
    color: var(--ink);
    font-weight: 850;
}

.proof-preview-modal .modal-dialog {
    max-width: min(1120px, calc(100vw - 32px));
}

.proof-preview-modal .modal-content {
    overflow: hidden;
}

.proof-preview-modal .modal-body {
    background: #F8FAFC;
    padding: 0;
}

.proof-preview-frame {
    background: #fff;
    border: 0;
    display: block;
    height: min(74vh, 780px);
    width: 100%;
}

.modal-option-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bundle-form {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
}

.bundle-item-list {
    display: grid;
    gap: 6px;
}

.bundle-item-list .form-check {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
    min-height: 28px;
}

.bundle-item-list .form-check-input {
    margin: 0;
}

.bundle-pill {
    background: var(--primary-soft);
    border-radius: 999px;
    color: var(--primary-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    margin: 2px;
    padding: 5px 9px;
}

.bundle-empty-state {
    background: #F8FAFC;
    border: 1px dashed var(--line-strong);
    border-radius: 16px;
    padding: 16px;
}

.bundle-empty-state h3 {
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    margin: 0 0 6px;
}

.bundle-empty-state p,
.bundle-empty-state li {
    color: var(--muted);
    font-size: 12.75px;
    line-height: 1.5;
}

.bundle-empty-state ol {
    margin: 10px 0 14px;
    padding-left: 18px;
}

.rule-helper {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 3px;
    padding: 12px;
}

.rule-helper strong {
    color: var(--ink);
    font-size: 12.75px;
    font-weight: 850;
}

.rule-helper span {
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.45;
}

.conflict-editor-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

.conflict-choice-list,
.conflict-checkbox-list {
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 6px;
    max-height: 280px;
    overflow: auto;
    padding: 8px;
}

.conflict-product-choice {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--ink);
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    text-align: left;
    transition: background var(--transition), border-color var(--transition), box-shadow var(--transition), color var(--transition);
    width: 100%;
}

.conflict-product-choice strong,
.conflict-option strong {
    font-size: 12.75px;
    font-weight: 850;
}

.conflict-product-choice span,
.conflict-option small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.conflict-product-choice:hover,
.conflict-product-choice.active {
    background: var(--primary-soft);
    border-color: rgba(37, 99, 235, .28);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .08);
    color: var(--primary-dark);
}

.conflict-checkbox-list .form-check {
    align-items: flex-start;
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: 18px minmax(0, 1fr);
    margin: 0;
    min-height: 52px;
    padding: 10px 12px;
    transition: background var(--transition);
}

.conflict-option.form-check {
    padding-left: 12px;
}

.conflict-checkbox-list .form-check:hover {
    background: #F8FAFC;
}

.conflict-checkbox-list .form-check-input {
    height: 18px;
    margin: 2px 0 0;
    position: static;
    width: 18px;
}

.conflict-option .form-check-label {
    display: grid;
    gap: 2px;
    line-height: 1.25;
    min-width: 0;
    padding-left: 0;
}

.conflict-option .form-check-label strong,
.conflict-option .form-check-label small {
    overflow-wrap: anywhere;
}

.voucher-scope-box {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
}

.voucher-scope-box strong {
    color: var(--ink);
    display: block;
    font-size: 12.75px;
    font-weight: 850;
}

.voucher-scope-box > span {
    color: var(--muted);
    display: block;
    font-size: 12.25px;
    line-height: 1.4;
    margin-top: 2px;
}

.scope-check-list {
    display: grid;
    gap: 6px;
    max-height: 190px;
    overflow: auto;
}

.scope-check-list .form-check {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
    min-height: 28px;
    padding: 0;
}

.scope-check-list .form-check-input {
    flex: 0 0 auto;
    margin: 0;
    position: static;
}

.admin-page-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.admin-page-head h2 {
    color: var(--ink);
    font-size: 26px;
    font-weight: 850;
    line-height: 1.12;
    margin: 0;
}

.admin-page-head p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 7px 0 0;
    max-width: 760px;
}

.admin-list-panel {
    padding: 0;
    overflow: hidden;
}

.abstract-list-panel {
    padding: 22px 24px 18px;
}

.abstract-list-panel .abstract-reviewer-mode {
    margin-bottom: 22px !important;
}

.abstract-list-panel .hotel-booking-list-head {
    margin-bottom: 16px !important;
}

.abstract-list-panel .abstract-list-filter {
    margin-bottom: 22px !important;
}

.admin-filter-bar {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(260px, 1fr) 190px 190px auto;
    padding: 18px;
}

.filter-search {
    position: relative;
}

.filter-search svg {
    color: #94A3B8;
    height: 18px;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.filter-search .form-control {
    padding-left: 42px;
}

.admin-filter-bar .form-control,
.admin-filter-bar .form-select {
    min-height: 42px;
}

.admin-table-wrap {
    width: 100%;
}

.admin-table {
    margin: 0;
    min-width: 920px;
}

.admin-table thead th {
    background: #F8FAFC;
    border-bottom: 1px solid var(--line);
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    padding: 14px 18px;
    text-transform: uppercase;
}

.admin-table tbody td {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    padding: 17px 18px;
    vertical-align: middle;
}

.admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-table tbody tr:hover td {
    background: #FBFDFF;
}

.admin-table td > strong {
    color: var(--ink);
    display: block;
    font-size: 13.5px;
    font-weight: 850;
}

.admin-table td > span {
    color: var(--muted);
    display: block;
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 3px;
}

.hotel-booking-admin-table {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.hotel-booking-admin-table th,
.hotel-booking-admin-table td {
    padding: 12px 10px;
}

.hotel-booking-admin-table th {
    font-size: 10.5px;
}

.hotel-booking-admin-table td {
    font-size: 12.5px;
}

.hotel-booking-admin-table td > strong {
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.hotel-booking-admin-table td > span {
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.hotel-booking-admin-table .status-chip {
    font-size: 11px;
    padding: 6px 9px;
    white-space: normal;
}

.hotel-status-chip {
    align-items: center;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    line-height: 1;
    min-height: 30px;
    min-width: 38px;
}

.hotel-status-chip svg {
    flex: 0 0 auto;
    height: 13px;
    width: 13px;
}

.hotel-status-chip span {
    display: inline-block;
}

.hotel-status-chip.is-paid {
    border-radius: 999px;
    min-height: 24px;
    min-width: 24px;
    padding: 0;
}

.hotel-status-chip.is-paid svg {
    height: 13px;
    stroke-width: 3;
    width: 13px;
}

.hotel-booking-admin-table .action-row {
    gap: 6px;
}

.hotel-booking-admin-table .action-link {
    font-size: 11.5px;
    white-space: normal;
}

.hotel-booking-admin-table th:nth-child(1) { width: 5%; }
.hotel-booking-admin-table th:nth-child(2) { width: 22%; }
.hotel-booking-admin-table th:nth-child(3) { width: 19%; }
.hotel-booking-admin-table th:nth-child(4) { width: 17%; }
.hotel-booking-admin-table th:nth-child(5) { width: 13%; }
.hotel-booking-admin-table th:nth-child(6) { width: 9%; }
.hotel-booking-admin-table th:nth-child(7) { width: 15%; }

.hotel-booking-admin-table th:nth-child(5),
.hotel-booking-admin-table td:nth-child(5) {
    text-align: right;
}

.hotel-booking-admin-table th:nth-child(6),
.hotel-booking-admin-table td:nth-child(6),
.hotel-booking-admin-table th:nth-child(7),
.hotel-booking-admin-table td:nth-child(7) {
    text-align: center !important;
}

.hotel-booking-list-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.hotel-booking-list-head h2 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 2px;
}

.hotel-booking-list-head p {
    color: var(--muted);
    font-size: 12px;
    margin: 0;
}

.hotel-booking-filter {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1fr) 150px auto auto;
}

.hotel-booking-filter .form-control,
.hotel-booking-filter .form-select,
.hotel-booking-filter .btn {
    font-size: 12.5px;
    min-height: 38px;
}

.hotel-booking-actions {
    align-items: stretch;
    display: grid;
    gap: 5px;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    max-width: 92px;
}

.hotel-booking-actions form {
    margin: 0;
}

.hotel-booking-actions .btn {
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.1;
    min-height: 28px;
    padding: 6px 7px;
    width: 100%;
}

.hotel-booking-pager {
    border-top: 1px solid var(--line);
    margin-top: 12px;
    padding-top: 12px;
}

.hotel-booking-pager .pagination {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}

.hotel-booking-pager .page-link {
    border-radius: 9px;
    font-size: 12px;
    padding: 6px 10px;
}

.abstract-pager {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 14px;
}

.abstract-pager-info {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 12.5px;
    gap: 5px;
}

.abstract-pager-info strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.abstract-pager-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.abstract-page-btn,
.abstract-page-ellipsis {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 32px;
}

.abstract-page-btn {
    background: #FFFFFF;
    border: 1px solid var(--line);
    color: var(--ink);
    gap: 4px;
    justify-content: center;
    min-width: 32px;
    padding: 6px 11px;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.abstract-page-btn:hover {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: var(--primary);
    transform: translateY(-1px);
}

.abstract-page-btn svg {
    height: 15px;
    width: 15px;
}

.abstract-page-btn.is-number {
    padding-left: 0;
    padding-right: 0;
    width: 32px;
}

.abstract-page-btn.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.abstract-page-btn.is-disabled {
    color: #CBD5E1;
    cursor: not-allowed;
    pointer-events: none;
}

.abstract-page-ellipsis {
    color: var(--muted);
    padding: 0 2px;
}

.user-directory-panel {
    overflow: hidden;
}

.user-group-stack {
    display: grid;
    gap: 18px;
}

.user-group-section {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.user-group-head {
    align-items: center;
    background: #F8FAFC;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 16px 18px;
}

.user-group-head h3 {
    color: var(--ink);
    font-size: 17px;
    font-weight: 850;
    margin: 0;
}

.user-group-head p {
    color: var(--muted);
    font-size: 13px;
    margin: 3px 0 0;
}

.user-group-head > span {
    background: #EAF1FF;
    border-radius: 999px;
    color: var(--primary);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 850;
    padding: 7px 11px;
}

.status-pair {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 180px;
}

.status-chip {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    min-height: 24px;
    padding: 6px 9px;
    white-space: nowrap;
}

.status-chip.is-unpaid {
    background: #EFF6FF;
    color: #2563EB;
}

.status-chip.is-waiting {
    background: #FEF3C7;
    color: #A16207;
}

.status-chip.is-paid {
    background: #DCFCE7;
    color: #15803D;
}

.status-chip.is-rejected {
    background: #FEE2E2;
    color: #DC2626;
}

.status-chip.is-refunded {
    background: #F1F5F9;
    color: #475569;
}

.pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 16px 0 0;
}

.pagination .page-item {
    display: inline-flex;
}

.pagination .page-link {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 32px;
    min-width: 32px;
    padding: 6px 11px;
}

.pagination .page-link:hover {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: var(--primary);
}

.pagination .active .page-link,
.pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
    color: #FFFFFF;
}

.pagination .disabled .page-link,
.pagination .page-item.disabled .page-link {
    background: #F8FAFC;
    color: #CBD5E1;
    pointer-events: none;
}

.detail-title-row {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.admin-payment-summary {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.admin-payment-summary div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px;
}

.admin-payment-summary div:last-child {
    border-bottom: 0;
}

.admin-payment-summary span {
    color: var(--muted);
    font-weight: 750;
}

.admin-payment-summary strong {
    color: var(--ink);
    font-weight: 850;
    text-align: right;
}

.admin-payment-summary .total strong {
    color: var(--primary);
    font-size: 22px;
}

.event-action-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.event-action-head h2 {
    margin: 0;
}

.event-action-icon {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--primary);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.event-action-icon:hover,
.event-action-card:hover {
    background: var(--primary-soft);
    border-color: rgba(37, 99, 235, .30);
    color: var(--primary-dark);
    text-decoration: none;
}

.event-action-group {
    margin-bottom: 16px;
}

.event-action-group > span {
    color: #94A3B8;
    display: block;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.event-action-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-action-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: #334155;
    display: flex;
    gap: 9px;
    min-height: 48px;
    padding: 10px 12px;
    text-decoration: none;
    transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}

.event-action-card:hover {
    transform: translateY(-1px);
}

.event-action-card svg {
    color: var(--primary);
    height: 17px;
    width: 17px;
}

.event-action-card strong {
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
}

.event-action-card.is-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.event-action-card.is-primary svg {
    color: #fff;
}

.event-action-row {
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    padding-top: 14px;
}

.event-action-row form {
    margin: 0;
}

.locked-panel {
    background: rgba(248, 250, 252, .82);
}

.locked-panel .form-control:disabled,
.locked-panel .form-select:disabled,
.locked-panel .form-check-input:disabled {
    background-color: #EEF2F7;
    opacity: .75;
}

.abstract-locked-panel form {
    display: none;
}

.abstract-lock-state {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    gap: 12px;
    margin-top: 12px;
    padding: 14px;
}

.abstract-lock-icon {
    align-items: center;
    background: #FFF7D6;
    border-radius: 12px;
    color: #946200;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.abstract-lock-icon svg {
    height: 18px;
    width: 18px;
}

.abstract-lock-state strong,
.abstract-lock-state span {
    display: block;
}

.abstract-lock-state strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 850;
}

.abstract-lock-state span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    margin-top: 2px;
}

.abstract-rule-summary {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
}

.abstract-rule-summary div {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 11px 12px;
}

.abstract-rule-summary span {
    color: #94A3B8;
    display: block;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .06em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.abstract-rule-summary strong {
    color: #334155;
    display: block;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.25;
}

.abstract-settings-panel {
    padding: 24px;
}

.abstract-settings-head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.abstract-settings-head h2 {
    font-size: 20px;
    font-weight: 850;
    letter-spacing: 0;
}

.abstract-settings-head p {
    font-size: 13.5px;
    line-height: 1.45;
}

.abstract-settings-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.abstract-toggle-card,
.abstract-field {
    min-width: 0;
}

.abstract-toggle-card {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-height: 0;
    padding: 0 0 14px;
}

.abstract-toggle-card span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    margin-bottom: 2px;
    text-transform: none;
}

.abstract-toggle-card strong {
    color: var(--ink);
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.abstract-toggle-card .form-check {
    flex: 0 0 auto;
    margin: 0;
    min-height: 0;
    padding-left: 0;
}

.abstract-toggle-card .form-switch .form-check-input {
    float: none;
    height: 22px;
    margin: 0;
    width: 40px;
}

.abstract-field.is-wide {
    grid-column: span 2;
}

.abstract-settings-panel .form-label {
    color: #334155;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.abstract-settings-panel .form-control,
.abstract-settings-panel .form-select {
    border-radius: 12px;
    font-size: 14.5px;
    min-height: 46px;
    padding: 9px 12px;
    width: 100%;
}

.abstract-option-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    grid-column: 1 / -1;
    padding-top: 0;
}

.abstract-option {
    align-items: center;
    color: #334155;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13.5px;
    font-weight: 750;
    gap: 8px;
    line-height: 1.25;
    margin: 0;
    min-height: 22px;
    overflow: visible;
    padding: 0;
    white-space: nowrap;
}

.abstract-option .form-check-input {
    flex: 0 0 auto;
    float: none !important;
    height: 16px;
    margin: 0 9px 0 0 !important;
    position: static !important;
    width: 16px;
}

.abstract-option span {
    display: inline-block;
    min-width: 0;
    overflow: visible;
}

.abstract-settings-actions {
    grid-column: 1 / -1;
    margin-top: 0;
}

.abstract-settings-actions .btn {
    border-radius: 12px;
    min-height: 42px;
    min-width: 190px;
    padding-left: 18px;
    padding-right: 18px;
}

.abstract-billing-card {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr);
    padding: 14px;
}

.abstract-billing-card span {
    color: #94A3B8;
    display: block;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .06em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.abstract-billing-card strong {
    color: var(--ink);
    display: block;
    font-size: 15px;
    font-weight: 850;
}

.abstract-billing-card p,
.abstract-billing-card small {
    color: #475569;
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin: 3px 0 0;
}

.abstract-payment-state {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 14px;
}

.abstract-payment-state strong,
.abstract-payment-state span {
    display: block;
}

.abstract-payment-state strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 850;
}

.abstract-payment-state span {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 2px;
}

.abstract-payment-state.is-waiting {
    background: #FFFBEB;
    border-color: #FDE68A;
}

.abstract-payment-state.is-paid {
    background: #F0FDF4;
    border-color: #BBF7D0;
}

.abstract-payment-state.is-rejected {
    background: #FEF2F2;
    border-color: #FECACA;
}

.abstract-login-link {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
}

.abstract-login-link span,
.abstract-login-link strong {
    display: block;
}

.abstract-login-link span {
    color: #64748B;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.abstract-login-link strong {
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.reviewer-mini-list {
    display: grid;
    gap: 8px;
}

.reviewer-mini-list div {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
}

.reviewer-mini-list strong,
.reviewer-mini-list span {
    display: block;
}

.reviewer-mini-list strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 850;
}

.reviewer-mini-list span {
    color: #64748B;
    font-size: 12px;
    margin-top: 2px;
}

.hotel-room-card {
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-top: 16px;
    padding: 16px;
}

.hotel-room-card-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.hotel-room-card-head strong,
.hotel-room-card-head span {
    display: block;
}

.hotel-room-card-head strong {
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
    text-transform: uppercase;
}

.hotel-room-card-head span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.hotel-room-card-head > span {
    background: #F1F5F9;
    border-radius: 999px;
    color: #475569;
    flex: 0 0 auto;
    font-size: 11.5px;
    font-weight: 800;
    padding: 6px 10px;
}

.hotel-room-list {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.hotel-room-item {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1.25fr 1fr 1fr .7fr;
    padding: 12px 14px;
}

.hotel-room-item + .hotel-room-item {
    border-top: 1px solid var(--line);
}

.hotel-room-item span {
    color: #94A3B8;
    display: block;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .05em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.hotel-room-item strong {
    color: #334155;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.hotel-room-empty {
    background: #F8FAFC;
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 12px;
    padding: 13px 14px;
}

.hotel-room-form {
    align-items: end;
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1.45fr 1fr 1fr .75fr 1fr;
    margin-top: 12px;
    padding: 12px;
}

.hotel-room-form .form-label {
    color: #475569;
    font-size: 11px;
    font-weight: 850;
    margin-bottom: 5px;
}

.hotel-room-form .form-control {
    border-radius: 10px;
    min-height: 38px;
}

.hotel-room-form-action {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .hotel-room-item,
    .hotel-room-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-room-form-action {
        grid-column: 1 / -1;
    }

    .hotel-booking-filter {
        grid-template-columns: 1fr 1fr;
    }

    .hotel-booking-filter .filter-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .hotel-room-card-head {
        display: block;
    }

    .hotel-room-card-head > span {
        display: inline-block;
        margin-top: 8px;
    }

    .hotel-room-item,
    .hotel-room-form {
        grid-template-columns: 1fr;
    }

    .hotel-booking-filter {
        grid-template-columns: 1fr;
    }

    .abstract-pager {
        align-items: flex-start;
        flex-direction: column;
    }

    .abstract-pager-nav {
        justify-content: flex-start;
        width: 100%;
    }
}

.abstract-reviewer-mode {
    align-items: center;
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 10px 12px;
}

.abstract-reviewer-mode span,
.abstract-reviewer-mode strong {
    display: block;
}

.abstract-reviewer-mode span {
    color: #64748B;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.abstract-reviewer-mode strong {
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 850;
    margin-top: 2px;
}

.abstract-reviewer-mode p {
    color: #475569;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    max-width: 560px;
}

.abstract-list-filter {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(280px, 1.5fr) minmax(130px, .7fr) minmax(130px, .7fr) minmax(150px, .8fr) auto auto;
}

.abstract-list-filter .filter-search {
    position: relative;
}

.abstract-list-filter .filter-search i {
    color: #94A3B8;
    height: 18px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.abstract-list-filter .filter-search .form-control {
    padding-left: 44px;
}

.abstract-list-filter .form-control,
.abstract-list-filter .form-select,
.abstract-list-filter .btn {
    border-radius: 12px;
    font-size: 12px;
    min-height: 38px;
}

.abstract-list-filter .btn {
    min-width: 78px;
    padding-left: 14px;
    padding-right: 14px;
}

.abstract-submission-table-wrap {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.abstract-submission-table {
    table-layout: fixed;
    width: 100%;
}

.abstract-submission-table thead th {
    font-size: 10.5px;
    padding: 12px 14px;
}

.abstract-submission-table tbody td {
    border-bottom: 1px solid #EAF0F7;
    font-size: 12px;
    line-height: 1.35;
    padding: 16px 14px;
    vertical-align: middle;
    word-break: normal;
    overflow-wrap: anywhere;
}

.abstract-submission-table td strong {
    font-size: 12.5px;
}

.abstract-submission-table td small {
    font-size: 11px;
}

.abstract-submission-table tbody tr:last-child td {
    border-bottom: 0;
}

.abstract-submission-table th:nth-child(1),
.abstract-submission-table td:nth-child(1) {
    width: 4%;
}

.abstract-submission-table th:nth-child(2),
.abstract-submission-table td:nth-child(2) {
    width: 10%;
}

.abstract-submission-table th:nth-child(3),
.abstract-submission-table td:nth-child(3) {
    width: 15%;
}

.abstract-submission-table th:nth-child(4),
.abstract-submission-table td:nth-child(4) {
    width: 15%;
}

.abstract-submission-table th:nth-child(5),
.abstract-submission-table td:nth-child(5) {
    width: 8%;
}

.abstract-submission-table th:nth-child(6),
.abstract-submission-table td:nth-child(6) {
    width: 9%;
}

.abstract-submission-table th:nth-child(7),
.abstract-submission-table td:nth-child(7) {
    width: 8%;
}

.abstract-submission-table th:nth-child(8),
.abstract-submission-table td:nth-child(8) {
    width: 17%;
}

.abstract-submission-table th:nth-child(9),
.abstract-submission-table td:nth-child(9) {
    width: 14%;
}

.abstract-submission-table .action-row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    justify-content: stretch !important;
    margin-left: auto;
    max-width: 190px;
    white-space: normal;
}

.abstract-submission-table .action-row .form-select,
.abstract-submission-table .action-row .btn,
.reviewer-override-form .form-select,
.reviewer-override-form .btn {
    border-radius: 12px;
    font-size: 11.5px;
    min-height: 32px;
}

.abstract-submission-table td.text-end form.mt-2 {
    margin-top: 12px !important;
    margin-left: auto;
    max-width: 190px;
}

.reviewer-override-box {
    margin-bottom: 8px;
}

.reviewer-override-box span,
.reviewer-override-box strong {
    display: block;
}

.reviewer-override-box span {
    color: #64748B;
    font-size: 11px;
    font-weight: 800;
}

.reviewer-override-box strong {
    color: var(--ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    margin-top: 2px;
}

.reviewer-override-form {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.reviewer-override-form .form-select {
    min-width: 0;
    width: 100%;
}

.reviewer-override-form .btn {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .abstract-list-panel {
        padding: 16px 14px;
    }

    .abstract-settings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abstract-list-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abstract-list-filter .filter-search {
        grid-column: 1 / -1;
    }

    .abstract-submission-table .action-row {
        grid-template-columns: 1fr;
    }

    .abstract-toggle-card {
        grid-column: 1 / -1;
    }

    .abstract-field.is-wide {
        grid-column: span 1;
    }

    .abstract-rule-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abstract-billing-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .abstract-settings-panel {
        padding: 18px;
    }

    .abstract-settings-head {
        align-items: stretch;
        flex-direction: column;
    }

    .abstract-settings-grid {
        grid-template-columns: 1fr;
    }

    .abstract-field.is-wide {
        grid-column: auto;
    }

    .abstract-option {
        width: 100%;
        white-space: normal;
    }

    .abstract-settings-actions .btn {
        width: 100%;
    }
}

/* Elegant SaaS landing refresh */
.landing-v4 {
    background: #f6f8fb;
}

.landing-v4 .landing-v2-nav {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 10px 32px rgba(15, 23, 42, .04);
}

.landing-v4 .landing-brand-logo {
    background: transparent;
    height: 38px;
    max-width: 155px;
    padding: 0;
}

.landing-v4 .landing-v3-nav-link {
    color: #475569;
}

.landing-v4 .landing-v3-nav-link:hover {
    color: #0f172a;
}

.landing-v4 .landing-v2-nav .btn-outline-light {
    border-color: #dbe3ee;
    color: #334155;
}

.landing-v4 .landing-v2-nav .btn-outline-light:hover {
    background: #f8fafc;
    color: #0f172a;
}

.landing-v4 .landing-v2-nav .btn-light {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.landing-v4 .landing-v2-hero {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(246, 248, 251, .96)),
        radial-gradient(circle at 80% 20%, rgba(20, 184, 166, .14), transparent 30%),
        radial-gradient(circle at 15% 15%, rgba(37, 99, 235, .12), transparent 28%);
    color: #0f172a;
    min-height: auto;
    padding: 92px 0 76px;
}

.landing-v4 .landing-v2-hero::after {
    display: none;
}

.landing-v4 .landing-v3-hero-grid {
    gap: 54px;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
}

.landing-v4-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.landing-v4-badge-row span {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    padding: 7px 11px;
}

.landing-v4-badge-row span:first-child {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #075985;
}

.landing-v4 .landing-v2-hero .landing-v2-eyebrow {
    color: #2563eb;
}

.landing-v4 .landing-v2-hero h1 {
    color: #0f172a;
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.02;
    max-width: 650px;
    text-shadow: none;
}

.landing-v4 .landing-v2-lead {
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
    max-width: 680px;
}

.landing-v4 .landing-v2-hero .btn-outline-dark {
    background: #fff;
    border-color: #cbd5e1;
    color: #0f172a;
}

.landing-v4 .landing-v2-hero .btn-outline-dark:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.landing-v4 .landing-v3-product-preview {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
    transform: none;
}

.landing-v4 .landing-v3-window-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.landing-v4 .landing-v3-window-bar b {
    color: #334155;
}

.landing-v4 .landing-v3-preview-head {
    padding: 24px 26px 10px;
}

.landing-v4 .landing-v3-preview-head strong {
    font-size: 24px;
}

.landing-v4 .landing-v3-preview-stats {
    padding: 14px 26px;
}

.landing-v4 .landing-v3-preview-stats div {
    background: #fff;
    border-color: #dbe3ee;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.landing-v4 .landing-v3-preview-stats b {
    color: #0f172a;
    font-size: 30px;
}

.landing-v4 .landing-v3-preview-stats small {
    color: #94a3b8;
    display: block;
    font-size: 11px;
    font-weight: 850;
    margin-top: 3px;
}

.landing-v4 .landing-v3-preview-list {
    padding: 10px 26px 22px;
}

.landing-v4 .landing-v3-preview-list div {
    border-color: #e2e8f0;
    box-shadow: none;
}

.landing-v4 .landing-v3-preview-foot {
    background: #f8fafc;
    border-top-color: #e2e8f0;
}

.landing-v4 .landing-v3-preview-foot span {
    border: 1px solid #dbeafe;
}

.landing-v4 .landing-v2-proof {
    margin-top: 0;
    padding-top: 18px;
}

.landing-v4 .landing-v2-proof-grid {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.landing-v4 .landing-v2-proof-grid div {
    min-height: 94px;
    padding: 20px 22px;
}

.landing-v4 .landing-v2-proof-grid b {
    color: #0f172a;
    font-size: 24px;
}

.landing-v4 .landing-v2-proof-grid span {
    color: #64748b;
}

.landing-v4 .landing-v3-strip {
    margin-top: 34px;
}

.landing-v4 .landing-v2-module-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
    min-height: 260px;
}

.landing-v4 .landing-v2-module-card::before {
    height: 3px;
}

.landing-v4 .landing-v2-module-top b {
    background: #eff6ff;
    color: #2563eb;
}

.landing-v4 .landing-v2-soft {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
}

.landing-v4 .landing-v2-soft .landing-v2-eyebrow {
    color: #2563eb;
}

.landing-v4 .landing-v2-soft h2 {
    color: #0f172a;
}

.landing-v4 .landing-v2-soft p {
    color: #64748b;
}

.landing-v4 .landing-v2-vendor-box {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    box-shadow: none;
}

.landing-v4 .landing-v2-workflow {
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}

.landing-v4 .landing-v2-final {
    background: #0f172a;
    color: #fff;
}

.landing-v4 .landing-v2-final h2 {
    color: #fff;
}

.landing-v4 .landing-v2-final p {
    color: #cbd5e1;
}

.landing-v4 .landing-v2-final .btn-outline-dark {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.landing-v4 .landing-v2-final .btn-outline-dark:hover {
    background: #fff;
    color: #0f172a;
}

@media (max-width: 980px) {
    .landing-v4 .landing-v3-hero-grid {
        grid-template-columns: 1fr;
    }

    .landing-v4 .landing-v2-hero h1 {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .landing-v4 .landing-v2-hero {
        padding: 52px 0 42px;
    }

    .landing-v4 .landing-v2-proof {
        margin-top: 0;
    }

    .landing-v4 .landing-v3-product-preview {
        border-radius: 18px;
    }
}

/* Simple elegant landing reset */
.landing-v5 {
    background: #f7f9fc;
    color: #0f172a;
}

.landing-v5 .landing-v2-nav {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #e5eaf2;
    box-shadow: none;
    padding: 16px 32px;
}

.landing-v5 .landing-v2-actions {
    align-items: center;
}

.landing-v5 .landing-brand-logo {
    background: transparent;
    border-radius: 0;
    height: 38px;
    max-width: 158px;
    padding: 0;
}

.landing-v5 .landing-v3-nav-link {
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.landing-v5 .landing-v3-nav-link:hover {
    color: #0f172a;
}

.landing-v5 .landing-v2-nav .btn {
    border-radius: 999px;
    font-size: 13px;
    min-height: 38px;
    padding: 8px 15px;
}

.landing-v5 .landing-v2-nav .btn-outline-light {
    background: #fff;
    border-color: #d8e1ee;
    color: #334155;
}

.landing-v5 .landing-v2-nav .btn-light {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.landing-v5 .landing-v2-hero {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color: #0f172a;
    min-height: auto;
    overflow: visible;
    padding: 78px 0 56px;
}

.landing-v5 .landing-v2-hero::after {
    display: none;
}

.landing-v5 .landing-v3-hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .94fr) minmax(380px, .76fr);
}

.landing-v5 .landing-v4-badge-row {
    gap: 7px;
    margin-bottom: 20px;
}

.landing-v5 .landing-v4-badge-row span {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 11.5px;
    font-weight: 800;
    padding: 6px 10px;
}

.landing-v5 .landing-v4-badge-row span:first-child {
    background: #eef6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.landing-v5 .landing-v2-hero .landing-v2-eyebrow {
    color: #2563eb;
    font-size: 11px;
    letter-spacing: .12em;
    margin-bottom: 12px;
}

.landing-v5 .landing-v2-hero h1 {
    color: #0f172a;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.04;
    margin: 0 0 18px;
    max-width: 650px;
    text-shadow: none;
}

.landing-v5 .landing-v2-lead {
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
    max-width: 640px;
}

.landing-v5 .landing-v2-cta {
    gap: 10px;
    margin-top: 26px;
}

.landing-v5 .landing-v2-cta .btn {
    border-radius: 999px;
    font-size: 14px;
    min-height: 46px;
    padding: 11px 18px;
}

.landing-v5 .landing-v2-hero .btn-outline-dark {
    background: #fff;
    border-color: #cbd5e1;
    color: #0f172a;
}

.landing-v5-solution-panel {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .075);
    padding: 22px;
}

.landing-v5-panel-head {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 16px;
}

.landing-v5-panel-head span {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 850;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.landing-v5-panel-head strong {
    color: #0f172a;
    display: block;
    font-size: 24px;
    line-height: 1.2;
}

.landing-v5-feature-list {
    display: grid;
    gap: 0;
}

.landing-v5-feature-list div {
    border-bottom: 1px solid #edf2f7;
    padding: 15px 0;
}

.landing-v5-feature-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.landing-v5-feature-list b {
    color: #0f172a;
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.landing-v5-feature-list span {
    color: #64748b;
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 3px;
}

.landing-v5 .landing-v2-proof {
    margin-top: 0;
    padding-top: 0;
}

.landing-v5 .landing-v2-proof-grid {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .045);
}

.landing-v5 .landing-v2-proof-grid div {
    min-height: 88px;
    padding: 18px 20px;
}

.landing-v5 .landing-v2-proof-grid b {
    color: #0f172a;
    font-size: 22px;
}

.landing-v5 .landing-v3-strip {
    background: transparent;
    margin-top: 30px;
}

.landing-v5 .landing-v3-strip p {
    color: #64748b;
}

.landing-v5 .landing-v2-pills span {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 12px;
    box-shadow: none;
}

.landing-v5 .landing-v2-band {
    padding: 54px 0;
}

.landing-v5 .landing-v2-section-head h2,
.landing-v5 .landing-v2-split h2,
.landing-v5 .landing-v2-workflow h2,
.landing-v5 .landing-v2-final h2 {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.14;
}

.landing-v5 .landing-v2-module-grid {
    gap: 14px;
}

.landing-v5 .landing-v2-module-card {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    box-shadow: none;
    min-height: 250px;
    padding: 18px;
}

.landing-v5 .landing-v2-module-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .055);
    transform: none;
}

.landing-v5 .landing-v2-module-card::before {
    display: none;
}

.landing-v5 .landing-v2-module-top {
    margin-bottom: 14px;
}

.landing-v5 .landing-v2-module-top b {
    background: #eff6ff;
    border-radius: 12px;
    color: #2563eb;
    height: 34px;
    width: 34px;
}

.landing-v5 .landing-v2-module-top span {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.landing-v5 .landing-v2-soft {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
}

.landing-v5 .landing-v2-soft h2 {
    color: #0f172a;
}

.landing-v5 .landing-v2-soft p {
    color: #64748b;
}

.landing-v5 .landing-v2-soft .landing-v2-eyebrow {
    color: #2563eb;
}

.landing-v5 .landing-v2-vendor-box {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    box-shadow: none;
}

.landing-v5 .landing-v2-workflow {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: none;
    padding-bottom: 24px;
    padding-top: 24px;
}

.landing-v5 .landing-v2-flow span {
    border-radius: 12px;
}

.landing-v5 .landing-v2-final {
    background: #0f172a;
    color: #fff;
}

.landing-v5 .landing-v2-final h2 {
    color: #fff;
}

.landing-v5 .landing-v2-final p {
    color: #cbd5e1;
}

@media (max-width: 980px) {
    .landing-v5 .landing-v3-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .landing-v5 .landing-v2-nav {
        padding: 14px 16px;
    }

    .landing-v5 .landing-v3-nav-link {
        display: none;
    }

    .landing-v5 .landing-v2-hero {
        padding: 44px 0 34px;
    }

    .landing-v5-solution-panel {
        border-radius: 16px;
        padding: 18px;
    }
}

.billing-box {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
}

.billing-box span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.billing-box strong {
    color: var(--ink);
    display: block;
    font-size: 16px;
}

.billing-box small {
    color: #64748B;
    display: block;
    line-height: 1.5;
    margin-top: 8px;
}

.payment-instruction-box {
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.payment-instruction-box div {
    min-width: 0;
}

.payment-instruction-box span,
.payment-instruction-box strong {
    display: block;
}

.payment-instruction-box span {
    color: #64748B;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.payment-instruction-box strong {
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.hotel-payment-account {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-night-list {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.booking-night-item {
    display: grid;
    gap: 12px;
    grid-template-columns: 1.1fr .8fr 1fr 1fr;
    padding: 14px 16px;
}

.booking-night-item + .booking-night-item {
    border-top: 1px solid var(--line);
}

.booking-night-item span,
.booking-night-item strong {
    display: block;
    min-width: 0;
}

.booking-night-item span {
    color: #94A3B8;
    font-size: 10.5px;
    font-weight: 850;
    letter-spacing: .05em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.booking-night-item strong {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.payment-review-list {
    display: grid;
    gap: 10px;
}

.payment-review-item {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 13px 14px;
}

.payment-review-item strong,
.payment-review-item span {
    display: block;
}

.payment-review-item strong {
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 850;
}

.payment-review-item span {
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 3px;
}

.sponsor-section {
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 14px;
    margin-bottom: 18px;
    padding: 14px;
}

.sponsor-question {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.sponsor-question h3 {
    font-size: 15px;
    margin-bottom: 2px;
}

.sponsor-question p {
    font-size: 12.5px;
    line-height: 1.45;
}

.sponsor-choice {
    background: #F8FAFC;
    border: 1px solid var(--border);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 3px;
    padding: 3px;
}

.sponsor-choice label {
    cursor: pointer;
    margin: 0;
}

.sponsor-choice input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.sponsor-choice span {
    align-items: center;
    border-radius: 999px;
    color: #64748B;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 30px;
    padding: 7px 11px;
    transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}

.sponsor-choice input:checked + span {
    background: var(--primary);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .16);
    color: #FFFFFF;
}

.sponsor-fields {
    border-top: 1px solid var(--border);
    margin-top: 12px !important;
    padding-top: 12px;
}

.sponsor-section .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 10px;
}

.sponsor-section .form-label {
    font-size: 12px;
    margin-bottom: 6px;
}

.registration-form .sponsor-section .form-control {
    font-size: 14px;
    min-height: 42px;
    padding-left: 13px;
    padding-right: 13px;
}

.sponsor-fields.is-hidden {
    display: none;
}

.sponsor-mini-badge {
    background: #EFF6FF;
    border-radius: 999px;
    color: var(--primary-dark) !important;
    display: inline-flex !important;
    font-size: 11.5px !important;
    font-weight: 850;
    margin-top: 7px !important;
    padding: 5px 9px;
    width: fit-content;
}

.sponsor-info-card {
    border: 1px solid var(--border);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.sponsor-info-card div {
    border-bottom: 1px solid var(--border);
    min-width: 0;
    padding: 14px 16px;
}

.sponsor-info-card div:nth-child(odd) {
    border-right: 1px solid var(--border);
}

.sponsor-info-card div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.sponsor-info-card span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}

.sponsor-info-card strong {
    color: var(--ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

@media (max-width: 1200px) {
    .table-actions {
        min-width: 112px;
    }

    .table-actions .btn,
    .table-actions form {
        display: flex;
        margin: 4px 0 0;
        width: 100%;
    }

    .table-actions .btn:first-child,
    .table-actions form:first-child {
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .action-row {
        display: inline-flex;
        justify-content: flex-start !important;
        white-space: normal;
    }

    .action-row form {
        flex: 0 0 auto;
    }

    .modal-option-list {
        grid-template-columns: 1fr;
    }

    .admin-page-head {
        display: block;
    }

    .admin-page-head .action-row {
        margin-top: 12px;
    }

    .admin-filter-bar {
        grid-template-columns: 1fr;
    }

    .payment-review-item {
        grid-template-columns: 1fr;
    }

    .hotel-payment-account {
        grid-template-columns: 1fr;
    }

    .booking-night-item {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sponsor-question {
        display: block;
    }

    .sponsor-choice {
        margin-top: 12px;
        width: 100%;
    }

    .sponsor-choice label {
        flex: 1 1 0;
    }

    .sponsor-choice span {
        justify-content: center;
        width: 100%;
    }

    .sponsor-info-card {
        grid-template-columns: 1fr;
    }

    .sponsor-info-card div,
    .sponsor-info-card div:nth-child(odd),
    .sponsor-info-card div:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--border);
        border-right: 0;
    }

    .sponsor-info-card div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 520px) {
    .booking-night-item {
        grid-template-columns: 1fr;
    }
}

.subhead {
    color: #334155;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
}

.metric-card {
    overflow: hidden;
    position: relative;
}

.metric-card::after {
    background: linear-gradient(135deg, rgba(37, 99, 235, .12), transparent 58%);
    border-radius: 999px;
    content: "";
    height: 120px;
    position: absolute;
    right: -44px;
    top: -44px;
    width: 120px;
}

.metric-card span,
.detail-box span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.metric-card strong {
    color: var(--ink);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -.03em;
}

.detail-box {
    background: rgba(255, 255, 255, .82);
    padding: 16px;
}

.btn {
    border-radius: 14px;
    font-size: 14px;
    font-weight: 750;
    min-height: 38px;
    padding: 8px 14px;
    transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.btn-sm {
    border-radius: 12px;
    font-size: 12.5px;
    line-height: 1.2;
    min-height: 30px;
    padding: 6px 10px;
}

.btn-lg {
    border-radius: 16px;
    font-size: 15px;
    min-height: 44px;
    padding: 10px 18px;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 12px 24px rgba(37, 99, 235, .22);
}

.btn-sm.btn-primary,
.btn-sm.btn-outline-primary,
.btn-sm.btn-outline-secondary,
.btn-sm.btn-outline-danger,
.btn-sm.btn-outline-warning {
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    border-color: rgba(37, 99, 235, .32);
    color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .14);
    color: #fff;
}

.btn-sm.btn-outline-primary:hover,
.btn-sm.btn-outline-primary:focus,
.btn-sm.btn-primary:hover,
.btn-sm.btn-primary:focus {
    box-shadow: 0 6px 14px rgba(37, 99, 235, .12);
}

.btn-outline-secondary,
.btn-outline-danger,
.btn-outline-warning,
.btn-success {
    border-radius: 14px;
}

.form-control,
.form-select {
    background-color: rgba(255, 255, 255, .92);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    min-height: 42px;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

#products-tab .col-lg-4 .form-control,
#products-tab .col-lg-4 .form-select {
    font-size: 13.5px;
    min-height: 38px;
}

#products-tab .col-lg-4 textarea.form-control {
    min-height: auto;
}

#products-tab .col-lg-4 .mb-3 {
    margin-bottom: 12px !important;
}

.form-control:focus,
.form-select:focus {
    background: #fff;
    border-color: rgba(37, 99, 235, .62);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.form-control-sm,
.form-select-sm {
    border-radius: 10px;
    min-height: 36px;
}

.form-label {
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}

.form-text {
    color: var(--muted);
    font-size: 12px;
}

.asset-upload-note {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: #64748b;
    margin-top: 8px;
    padding: 9px 11px;
}

.asset-upload-note strong,
.asset-upload-note span {
    display: block;
}

.asset-upload-note strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
}

.asset-upload-note span {
    font-size: 11.5px;
    line-height: 1.4;
    margin-top: 2px;
}

.option-list {
    display: grid;
    gap: 6px;
}

.option-list .form-check {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 10px;
    display: flex;
    gap: 8px;
    margin: 0;
    min-height: 30px;
    padding: 4px 0;
}

.option-list .form-check-input {
    flex: 0 0 auto;
    margin: 0;
    position: static;
}

.option-list .form-check-label {
    color: #334155;
    font-size: 12.75px;
    font-weight: 650;
    line-height: 1.35;
}

.advanced-options {
    background: rgba(248, 250, 252, .70);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.advanced-options summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    list-style: none;
    padding: 12px 14px;
}

.advanced-options summary::-webkit-details-marker {
    display: none;
}

.advanced-options summary::after {
    color: var(--muted);
    content: "+";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.advanced-options[open] summary {
    border-bottom: 1px solid var(--line);
}

.advanced-options[open] summary::after {
    content: "-";
}

.advanced-options summary span {
    color: var(--ink);
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.advanced-options summary small {
    color: var(--muted);
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    margin-top: 2px;
}

.advanced-options-body {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.form-group-compact {
    display: grid;
    gap: 6px;
}

.table-responsive {
    border-radius: 16px;
}

.table {
    --bs-table-bg: transparent;
    margin-bottom: 0;
}

.table thead th {
    background: #F8FAFC;
    border-bottom: 1px solid var(--line);
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 12px 14px;
    text-transform: uppercase;
}

.table-row-number {
    color: #64748B;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
    white-space: nowrap;
    width: 42px;
}

.table tbody td {
    border-color: #EEF2F7;
    color: #1E293B;
    font-size: 13.5px;
    padding: 12px 14px;
    vertical-align: middle;
}

.table tbody tr {
    transition: background var(--transition), transform var(--transition);
}

.table tbody tr:hover {
    background: rgba(37, 99, 235, .035);
}

.badge {
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 750;
    padding: .32rem .58rem;
}

.text-bg-light {
    background: var(--primary-soft) !important;
    color: var(--primary-dark) !important;
}

.nav-tabs {
    border-bottom: 0;
    gap: 8px;
}

.nav-tabs .nav-link {
    background: rgba(255, 255, 255, .76);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-weight: 800;
    padding: 10px 16px;
    transition: all var(--transition);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: var(--shadow-soft);
    color: #fff;
}

.alert {
    border: 0;
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    font-weight: 650;
}

.alert-success {
    background: #ECFDF5;
    color: #047857;
}

.alert-danger {
    background: #FEF2F2;
    color: #B91C1C;
}

.dropdown-menu {
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    padding: 8px;
}

.dropdown-item {
    border-radius: 10px;
    font-weight: 650;
    transition: background var(--transition), color var(--transition);
}

.dropdown-item:hover {
    background: var(--primary-soft);
    color: var(--primary-dark);
}

.progress {
    background: #E2E8F0;
    border-radius: 999px;
    height: 10px;
}

.progress-bar {
    background: linear-gradient(90deg, var(--primary), #60A5FA);
    border-radius: 999px;
}

.pricing-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.pricing-main,
.pricing-side {
    min-width: 0;
}

.pricing-side {
    position: sticky;
    top: 24px;
}

.product-config-card {
    scroll-margin-top: 120px;
    overflow: hidden;
}

.product-config-head {
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: -2px 0 20px;
    padding-bottom: 18px;
}

.product-config-head h2 {
    font-size: 20px;
}

.pricing-section {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.pricing-section-title h3 {
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    margin: 0 0 4px;
}

.pricing-section-title p {
    color: var(--muted);
    font-size: 12.75px;
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

.pricing-period-list {
    background: rgba(248, 250, 252, .72);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.period-row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(130px, .8fr) minmax(150px, 1fr) minmax(150px, 1fr);
    padding: 10px 12px;
}

.period-row + .period-row {
    border-top: 1px solid #EEF2F7;
}

.period-row-head {
    background: #F8FAFC;
    color: #64748B;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
    padding-bottom: 9px;
    padding-top: 9px;
    text-transform: uppercase;
}

.period-row strong {
    color: #334155;
    font-size: 13.5px;
    font-weight: 800;
}

.category-price-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-price-card {
    background: rgba(255, 255, 255, .86);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 16px;
}

.category-price-header {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.category-price-header strong {
    color: var(--ink);
    display: block;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.2;
}

.category-price-header span {
    color: var(--muted);
    display: block;
    font-size: 11.5px;
    font-weight: 750;
    margin-top: 3px;
    text-transform: uppercase;
}

.switch-line {
    align-items: center;
    color: #334155;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    margin: 0;
}

.switch-line .form-check-input {
    margin: 0;
}

.quota-field {
    display: grid;
    gap: 6px;
}

.quota-field .form-label,
.price-input-grid .form-label {
    font-size: 12px;
    margin: 0 0 5px;
}

.price-input-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-save-bar {
    align-items: center;
    background: #F8FAFC;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 12px;
}

.pricing-save-bar span {
    color: var(--muted);
    font-size: 12.75px;
    font-weight: 650;
}

.pricing-save-bar .btn {
    min-width: 140px;
}

.matrix-toolbar {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.matrix-toolbar > span {
    color: var(--muted);
    flex: 0 0 auto;
    font-size: 12.5px;
    font-weight: 750;
}

.matrix-search {
    max-width: 340px;
    position: relative;
    width: 100%;
}

.matrix-search svg {
    color: #94A3B8;
    height: 16px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    z-index: 1;
}

.matrix-search .form-control {
    padding-left: 36px;
}

.category-price-matrix {
    border: 1px solid var(--line);
    border-radius: 16px;
    max-height: 540px;
    overflow: auto;
}

.category-price-matrix .table {
    margin: 0;
    min-width: 820px;
    table-layout: fixed;
}

.category-price-matrix thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.category-price-matrix th,
.category-price-matrix td {
    padding: 12px 14px;
}

.category-price-matrix thead th {
    font-size: 11px;
    line-height: 1.25;
}

.category-price-matrix tbody td {
    height: 72px;
}

.category-price-matrix .col-category {
    width: 220px;
}

.category-price-matrix .col-active {
    width: 72px;
}

.category-price-matrix .col-quota {
    width: 108px;
}

.category-price-matrix .col-price {
    width: 148px;
}

.category-price-matrix th:first-child,
.category-price-matrix td:first-child {
    left: 0;
    position: sticky;
    z-index: 1;
}

.category-price-matrix th:first-child {
    z-index: 3;
}

.category-price-matrix td:first-child {
    background: rgba(255, 255, 255, .98);
}

.matrix-category-cell {
    min-width: 0;
}

.matrix-category-cell strong {
    color: var(--ink);
    display: block;
    font-size: 13.5px;
    font-weight: 850;
    line-height: 1.25;
}

.matrix-category-cell span {
    color: var(--muted);
    display: block;
    font-size: 11px;
    font-weight: 750;
    margin-top: 3px;
    text-transform: uppercase;
}

.matrix-switch {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.matrix-switch .form-check-input {
    margin: 0;
}

.matrix-switch span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.matrix-number {
    max-width: none;
    width: 100%;
}

.matrix-price {
    max-width: none;
    width: 100%;
}

.category-price-matrix .form-control-sm {
    font-size: 13px;
    min-height: 34px;
    padding: 6px 10px;
}

.utility-panel h2 {
    font-size: 18px;
    margin-bottom: 6px;
}

.utility-panel .form-control,
.utility-panel .form-select {
    min-height: 40px;
}

.empty-state {
    background: #F8FAFC;
    border: 1px dashed var(--line-strong);
    border-radius: 16px;
    color: var(--muted);
    font-weight: 650;
    grid-column: 1 / -1;
    padding: 18px;
}

.event-head {
    border-radius: 18px;
}

.login-page,
.error-page {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .18), transparent 34rem),
        linear-gradient(135deg, #F8FBFF 0%, #FFFFFF 100%);
}

.login-card,
.register-card,
.error-card {
    border-radius: 24px;
}

.soft-hide {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity var(--transition), transform var(--transition);
}

@media (max-width: 1100px) {
    .app-shell {
        gap: 18px;
        grid-template-columns: 240px minmax(0, 1fr);
        padding: 18px;
    }

    .sidebar {
        height: calc(100vh - 36px);
        top: 18px;
    }

    .pricing-layout {
        grid-template-columns: 1fr;
    }

    .pricing-side {
        position: static;
    }
}

@media (max-width: 900px) {
    .app-shell {
        display: block;
        padding: 14px;
    }

    .sidebar {
        height: auto;
        margin-bottom: 14px;
        position: static;
    }

    .sidebar .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .topbar {
        align-items: flex-start;
        border-radius: 20px;
        gap: 12px;
        padding: 18px;
    }

    .topbar h1 {
        font-size: 24px;
    }

    .content-wrap {
        padding-top: 14px;
    }

    .panel,
    .metric-card,
    .role-card,
    .plan-card {
        padding: 18px;
    }

    .category-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sidebar .nav {
        grid-template-columns: 1fr;
    }

    .topbar {
        display: block;
    }

    .topbar > .d-flex {
        justify-content: space-between;
        margin-top: 14px;
    }

    .period-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .period-row-head {
        display: none;
    }

    .price-input-grid {
        grid-template-columns: 1fr;
    }

    .matrix-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .matrix-search {
        max-width: none;
    }

    .pricing-save-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .pricing-save-bar .btn {
        width: 100%;
    }
}

.vendor-auth-card {
    max-width: 760px;
}

.vendor-check-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.vendor-check-item {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 14px;
    color: #111827;
    display: flex;
    font-weight: 800;
    gap: 10px;
    min-height: 46px;
    padding: 10px 13px;
}

.vendor-check-item input {
    height: 17px;
    width: 17px;
}

.vendor-billing-box,
.vendor-invoice-item {
    border: 1px solid var(--border);
    border-radius: 14px;
    margin-top: 10px;
    padding: 13px;
}

.vendor-billing-box span,
.vendor-invoice-item span,
.vendor-card-foot small {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.vendor-billing-box p,
.vendor-invoice-item p {
    margin: 2px 0 0;
}

.vendor-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vendor-tag,
.vendor-tag-static {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 32px;
    padding: 7px 11px;
}

.vendor-tag {
    cursor: pointer;
}

.vendor-search-panel,
.vendor-admin-panel {
    padding: 22px;
}

.vendor-search-head,
.vendor-admin-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.vendor-search-head h2,
.vendor-admin-head h2 {
    font-size: 28px;
    margin: 0;
}

.vendor-search-form {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1.35fr) minmax(160px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) 96px 96px;
}

.vendor-directory-meta,
.vendor-admin-meta {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin: 10px 0 14px;
}

.vendor-directory-meta strong,
.vendor-admin-meta strong {
    color: #0f172a;
    font-weight: 900;
}

.vendor-directory-meta span {
    border-left: 1px solid var(--border);
    margin-left: 10px;
    padding-left: 10px;
}

.vendor-directory-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
}

.vendor-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.vendor-card-head,
.vendor-card-foot {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.vendor-card h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.vendor-card-head p,
.vendor-card-desc {
    color: #64748b;
    font-size: 12.5px;
    margin: 3px 0 0;
}

.vendor-card-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.4;
    min-height: 35px;
    overflow: hidden;
}

.vendor-card .vendor-tag-list {
    gap: 6px;
}

.vendor-card .vendor-tag-static {
    font-size: 11px;
    min-height: 27px;
    padding: 5px 9px;
}

.vendor-service-list {
    display: grid;
    gap: 7px;
}

.vendor-service-list div {
    border-top: 1px solid var(--border);
    padding-top: 7px;
}

.vendor-service-list strong,
.vendor-service-list span {
    display: block;
}

.vendor-service-list span {
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.35;
}

.vendor-service-list strong {
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.vendor-catalog-trigger {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    padding: 7px 10px;
    text-align: center;
}

.vendor-recommendation-badge {
    background: #dcfce7;
    border-radius: 999px;
    color: #15803d;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 7px 10px;
}

.vendor-card-foot {
    border-top: 1px solid var(--border);
    margin-top: auto;
    padding-top: 10px;
}

.vendor-card-foot strong {
    display: block;
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vendor-contact-actions .btn-sm {
    font-size: 12px;
    min-height: 32px;
    padding: 5px 10px;
}

.vendor-catalog-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.vendor-catalog-table-wrap {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
}

.vendor-catalog-table {
    margin: 0;
}

.vendor-catalog-table thead th {
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    padding: 13px 15px;
    text-transform: uppercase;
}

.vendor-catalog-table tbody td {
    font-size: 14px;
    padding: 14px 15px;
    vertical-align: top;
}

.vendor-catalog-table strong,
.vendor-catalog-table span {
    display: block;
}

.vendor-catalog-table span {
    color: #64748b;
    font-size: 12px;
    margin-top: 3px;
}

.vendor-contact-actions {
    display: flex;
    gap: 8px;
}

.vendor-pager {
    margin-top: 16px;
    padding-top: 14px;
}

.vendor-admin-summary {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 16px;
}

.vendor-admin-summary div {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 14px;
}

.vendor-admin-summary span {
    color: #64748b;
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.vendor-admin-summary strong {
    color: #0f172a;
    display: block;
    font-size: 22px;
    line-height: 1.1;
    margin-top: 4px;
}

.vendor-admin-filter {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(220px, 1fr) 170px 96px 96px;
}

.vendor-admin-table-wrap {
    border-radius: 16px;
    overflow: hidden;
}

.vendor-admin-table {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.vendor-admin-table th,
.vendor-admin-table td {
    padding: 12px 10px;
}

.vendor-admin-table th {
    font-size: 10.5px;
}

.vendor-admin-table td {
    font-size: 12.5px;
    line-height: 1.35;
}

.vendor-admin-table td > strong {
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vendor-admin-table td > span {
    font-size: 11.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vendor-admin-table .status-chip {
    font-size: 10.5px;
    max-width: 100%;
    padding: 5px 8px;
    white-space: normal;
}

.vendor-admin-table .btn-sm {
    font-size: 11px;
    min-height: 32px;
    padding: 5px 10px;
}

.vendor-admin-table th:nth-child(1) { width: 25%; }
.vendor-admin-table th:nth-child(2) { width: 17%; }
.vendor-admin-table th:nth-child(3) { width: 28%; }
.vendor-admin-table th:nth-child(4) { width: 18%; }
.vendor-admin-table th:nth-child(5) { width: 12%; }

.vendor-admin-table th:nth-child(5),
.vendor-admin-table td:nth-child(5) {
    text-align: right;
}

.vendor-mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.vendor-mini-tags small {
    background: #eff6ff;
    border-radius: 999px;
    color: #2563eb;
    font-size: 9px;
    font-weight: 900;
    padding: 3px 6px;
    text-transform: uppercase;
}

.vendor-side-panel h2 {
    font-size: 22px;
    margin-bottom: 6px;
}

.vendor-services-panel h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.vendor-service-table-wrap {
    border-radius: 16px;
    overflow: hidden;
}

.vendor-service-table {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.vendor-service-table th,
.vendor-service-table td {
    padding: 12px 10px;
}

.vendor-service-table th {
    font-size: 10.5px;
}

.vendor-service-table td {
    font-size: 12.5px;
    line-height: 1.35;
}

.vendor-service-table td > strong {
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vendor-service-table td > span {
    font-size: 11.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vendor-service-table .btn-sm {
    font-size: 11px;
    min-height: 32px;
    padding: 5px 9px;
}

.vendor-service-table th:nth-child(1) { width: 5%; }
.vendor-service-table th:nth-child(2) { width: 26%; }
.vendor-service-table th:nth-child(3) { width: 14%; }
.vendor-service-table th:nth-child(4) { width: 23%; }
.vendor-service-table th:nth-child(5) { width: 18%; }
.vendor-service-table th:nth-child(6) { width: 14%; }

.vendor-service-table th:nth-child(1),
.vendor-service-table td:nth-child(1),
.vendor-service-table th:nth-child(6),
.vendor-service-table td:nth-child(6) {
    text-align: center;
}

.vendor-service-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.vendor-service-actions form {
    margin: 0;
}

.vendor-service-form {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vendor-service-form .form-control,
.vendor-service-form .form-select {
    font-size: 13px;
    min-height: 42px;
}

.vendor-featured-check {
    border-radius: 12px;
    font-size: 12.5px;
    min-height: 42px;
    padding: 8px 10px;
}

.vendor-featured-check input {
    height: 15px;
    width: 15px;
}

.vendor-service-form .btn {
    font-size: 13px;
    font-weight: 900;
    min-height: 42px;
}

.vendor-service-note-input {
    grid-column: 1 / -1;
}

.vendor-service-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.vendor-service-edit-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vendor-service-edit-grid .form-control,
.vendor-service-edit-grid .form-select {
    font-size: 13px;
    min-height: 42px;
}

.vendor-service-edit-note {
    grid-column: 1 / -1;
}

.vendor-payment-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vendor-payment-summary div {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .04);
    padding: 14px 16px;
}

.vendor-payment-summary span {
    color: #64748b;
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.vendor-payment-summary strong {
    color: #0f172a;
    display: block;
    font-size: 22px;
    line-height: 1.15;
    margin-top: 5px;
}

.vendor-payment-summary .total strong {
    color: #2563eb;
    font-size: 20px;
}

.vendor-payment-filter {
    grid-template-columns: minmax(260px, 1fr) 220px 96px 96px;
}

.vendor-payment-table td {
    font-size: 14px;
    padding-bottom: 16px;
    padding-top: 16px;
}

@media (max-width: 920px) {
    .vendor-search-head,
    .vendor-admin-head {
        display: block;
    }

    .vendor-search-head .btn,
    .vendor-admin-head .btn {
        margin-top: 12px;
    }

    .vendor-search-form,
    .vendor-admin-filter,
    .vendor-admin-summary,
    .vendor-payment-filter,
    .vendor-payment-summary,
    .vendor-service-form,
    .vendor-service-edit-grid {
        grid-template-columns: 1fr;
    }

    .vendor-service-edit-note {
        grid-column: auto;
    }

    .vendor-card-foot {
        display: block;
    }

    .vendor-contact-actions {
        margin-top: 12px;
    }
}

.report-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-summary-grid .detail-box {
    background: rgba(255, 255, 255, .86);
}

.report-table td,
.report-table th {
    vertical-align: top;
}

.report-table-panel {
    padding: 0;
}

.report-table {
    min-width: 1120px;
}

.report-table thead th {
    background: #F9FBFE;
    color: #64748B;
    font-size: 10.5px;
    letter-spacing: .035em;
    padding: 11px 14px;
    white-space: nowrap;
}

.report-table tbody td {
    padding: 13px 14px;
}

.report-table tbody tr:hover td {
    background: #FCFDFF;
}

.report-product-name {
    font-size: 13px !important;
    line-height: 1.25;
}

.report-product-meta {
    color: #718096 !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    max-width: 210px;
}

.report-category-list {
    display: grid;
    gap: 5px;
    min-width: 190px;
}

.report-category-list span {
    background: transparent;
    border: 0;
    border-left: 2px solid #D7E3F4;
    border-radius: 0;
    color: #475569;
    display: block;
    font-size: 11.5px;
    line-height: 1.45;
    padding: 1px 0 1px 8px;
}

.report-category-list strong {
    color: var(--ink);
    display: block;
    font-size: 12px;
}

.report-category-list small {
    color: #64748B;
    display: block;
    font-size: 11.5px;
    line-height: 1.35;
}

.report-count {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 850;
    justify-content: center;
    line-height: 1;
    min-width: 28px;
    padding: 5px 8px;
}

.report-count.is-unpaid {
    background: #F1F7FF;
    color: #2563EB;
}

.report-count.is-waiting {
    background: #FFF7D6;
    color: #946200;
}

.report-count.is-paid {
    background: #E2FBEA;
    color: #118044;
}

.report-count.is-rejected {
    background: #FDECEC;
    color: #D12929;
}

@media (max-width: 1100px) {
    .report-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media print {
    body {
        background: #fff !important;
    }

    .sidebar,
    .topbar,
    .print-hide,
    .report-page-head .action-row {
        display: none !important;
    }

    .app-shell {
        display: block !important;
        max-width: none !important;
        padding: 0 !important;
    }

    .content-wrap {
        padding: 0 !important;
    }

    .panel,
    .detail-box {
        box-shadow: none !important;
    }

    .report-summary-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .report-table {
        font-size: 11px;
    }

    .report-table-panel {
        border: 0 !important;
        padding: 0 !important;
    }
}

/* Wide workspace layout: move the admin menu to the top so dense tables have room. */
@media (min-width: 901px) {
    .app-shell {
        display: block;
        max-width: 1540px;
        margin: 0 auto;
        padding: 14px 22px 26px;
    }

    .sidebar {
        align-items: center;
        display: grid;
        gap: 14px;
        grid-template-columns: auto minmax(0, 1fr);
        height: auto;
        margin-bottom: 14px;
        overflow: visible;
        padding: 10px 14px;
        position: sticky;
        top: 12px;
        z-index: 20;
    }

    .brand,
    .brand:hover {
        margin: 0;
        min-width: 132px;
    }

    .brand-logo {
        height: 34px;
    }

    .sidebar-section {
        display: none;
    }

    .sidebar .nav {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-end;
    }

    .sidebar .nav-link {
        align-items: center;
        flex: 0 0 auto;
        border: 1px solid transparent;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 650;
        gap: 7px;
        min-height: 32px;
        padding: 6px 9px;
        white-space: nowrap;
    }

    .sidebar .nav-link svg {
        height: 14px;
        stroke-width: 2.1;
        width: 14px;
    }

    .sidebar .nav-link:hover,
    .sidebar .nav-link:focus {
        background: #eef4ff;
        box-shadow: none;
        color: #1d4ed8;
        transform: none;
    }

    .sidebar .nav-link.active {
        background: var(--primary);
        box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
        color: #fff;
        transform: none;
    }

    .topbar {
        border-radius: 20px;
        min-height: 74px;
        padding: 16px 20px;
    }

    .content-wrap {
        padding-top: 18px;
    }

    .pricing-layout {
        grid-template-columns: 1fr;
    }

    .pricing-side {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .pricing-side .panel {
        margin-bottom: 0 !important;
    }

    .category-price-matrix {
        max-height: 620px;
    }

    .category-price-matrix .table {
        min-width: 820px;
    }

    .category-price-matrix th,
    .category-price-matrix td {
        white-space: nowrap;
    }

    .category-price-matrix th:nth-child(2),
    .category-price-matrix td:nth-child(2) {
        text-align: center;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .brand,
    .brand:hover {
        min-width: auto;
    }

    .brand small {
        display: none;
    }

    .sidebar {
        grid-template-columns: 1fr;
    }

    .sidebar .nav {
        flex-direction: row !important;
        justify-content: flex-start;
    }
}

.public-registration-wrap {
    max-width: 1220px;
}

.public-panel {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    padding: 26px;
}

.public-panel h1,
.public-panel h2,
.public-panel h3 {
    color: var(--ink);
    font-weight: 800;
    letter-spacing: 0;
}

.public-panel h2 {
    font-size: 21px;
}

.public-panel h3 {
    font-size: 17px;
    margin-bottom: 14px;
}

.public-form-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.public-form-head h2 {
    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.08;
}

.public-form-head p.text-muted {
    font-size: 16px;
    line-height: 1.55;
    max-width: 700px;
}

.public-form-head .eyebrow {
    color: var(--accent);
    font-size: 13px;
    letter-spacing: .08em;
}

.public-form-head.compact h3 {
    margin-bottom: 4px;
}

.public-form-head.compact p {
    font-size: 14px;
    line-height: 1.45;
}

.registration-state {
    align-self: flex-start;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 12px;
    white-space: nowrap;
}

.registration-state.is-open {
    background: #dcfce7;
    color: #15803d;
}

.registration-state.is-closed {
    background: #eff6ff;
    color: var(--accent);
}

.registration-form .form-control,
.registration-form .form-select {
    border-radius: 12px;
    font-size: 15px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.registration-form textarea.form-control {
    min-height: 88px;
    padding-top: 14px;
}

.form-section {
    border-bottom: 1px solid var(--border);
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.hotel-lookup-panel {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 18px;
}

.hotel-lookup-results {
    display: grid;
    gap: 10px;
}

.hotel-lookup-item {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 16px;
}

.hotel-lookup-item strong,
.hotel-lookup-item span {
    display: block;
}

.hotel-lookup-item strong {
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
}

.hotel-lookup-item span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.hotel-lookup-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.registration-form .form-label {
    color: #334155;
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 8px;
}

.registration-form .form-text {
    color: var(--muted);
    font-size: 12.5px;
}

.public-product-list {
    display: grid;
    gap: 12px;
}

.public-product-option {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    cursor: pointer;
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 14px;
    transition: .2s ease;
}

.public-product-option:hover {
    border-color: #bfdbfe;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}

.public-product-option.is-hidden {
    display: none;
}

.public-product-option input {
    height: 18px;
    width: 18px;
}

.public-product-option strong {
    color: var(--ink);
    display: block;
    font-size: 15px;
}

.public-product-option small {
    color: var(--muted);
    display: block;
    font-weight: 600;
    font-size: 12.5px;
    margin-top: 2px;
}

.public-product-option em {
    color: var(--accent);
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
}

.public-total-preview,
.public-invoice-box,
.public-payment-box {
    background: linear-gradient(180deg, #f8fbff, #fff);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
}

.public-total-preview {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.public-total-preview span,
.public-summary-list span,
.public-invoice-box span {
    color: var(--muted);
    font-weight: 700;
}

.public-total-preview strong {
    color: var(--ink);
    font-size: 22px;
}

.public-consent {
    align-items: flex-start;
    background: #f8fbff;
    border: 1px solid var(--border);
    border-radius: 14px;
    color: #475569;
    display: flex;
    gap: 10px;
    font-size: 13.5px;
    line-height: 1.55;
    padding: 13px 14px;
}

.public-consent input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.public-consent button,
.summary-link,
.summary-actions button {
    background: transparent;
    border: 0;
    color: var(--accent);
    font: inherit;
    font-weight: 800;
    padding: 0;
}

.public-consent button:hover,
.summary-link:hover,
.summary-actions button:hover {
    text-decoration: underline;
}

.public-event-summary {
    display: grid;
    gap: 0;
    padding: 24px;
}

.public-event-summary .summary-block {
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
}

.public-event-summary .summary-block:first-child {
    padding-top: 0;
}

.public-event-summary .summary-block:last-of-type {
    border-bottom: 0;
}

.public-event-summary span {
    color: var(--accent);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.public-event-summary h2 {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 8px;
}

.public-event-summary strong {
    color: var(--ink);
    display: block;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 5px;
}

.public-event-summary p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.summary-actions {
    display: grid;
    gap: 8px;
    padding: 12px 0 16px;
}

.summary-actions button {
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    min-height: 40px;
    transition: .2s ease;
}

.summary-actions button:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    text-decoration: none;
}

.public-event-summary .registration-check-block {
    border-top: 2px solid #dbeafe;
    margin-top: 4px;
    padding-top: 18px;
    position: relative;
}

.public-event-summary .registration-check-block::before {
    background: var(--accent);
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 64px;
}

.registration-check-form {
    display: grid;
    gap: 10px;
}

.registration-check-form .form-control {
    border-radius: 12px;
    font-size: 14px;
    min-height: 42px;
}

.registration-check-form .btn {
    min-height: 40px;
}

.registration-check-results {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.abstract-status-check-section {
    background: #F8FAFC;
    border-style: dashed;
    margin-top: 22px;
}

.abstract-status-check-section h3 {
    font-size: 18px;
}

.lookup-empty {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    color: #9a3412;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    padding: 10px 12px;
}

.lookup-result-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px;
}

.lookup-result-card strong,
.lookup-result-card span {
    display: block;
}

.lookup-result-card > div:first-child strong {
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 850;
}

.lookup-result-card > div:first-child span {
    color: var(--muted);
    font-size: 12.5px;
    margin-top: 2px;
}

.lookup-result-card p {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
    margin: 9px 0;
}

.lookup-result-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.lookup-result-meta .payment-badge {
    font-size: 11px;
    padding: 7px 9px;
}

.lookup-result-meta strong {
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 850;
}

.public-copy-modal .modal-content {
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
}

.public-copy-modal .modal-header {
    padding: 20px 24px;
}

.public-copy-modal .modal-title {
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
}

.public-copy-modal .modal-body {
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
    padding: 22px 24px 26px;
}

.registration-result-page {
    max-width: 1220px;
}

.registration-result-shell {
    padding: 28px;
}

.registration-result-head {
    align-items: flex-start;
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.registration-result-head h1 {
    color: var(--ink);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 850;
    line-height: 1;
    margin: 0 0 10px;
}

.registration-result-head p:not(.eyebrow) {
    color: #475569;
    font-size: 16px;
    margin: 0;
}

.payment-badge {
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 13px;
}

.payment-badge.is-unpaid {
    background: #eff6ff;
    color: #2563eb;
}

.payment-badge.is-waiting {
    background: #fef3c7;
    color: #a16207;
}

.payment-badge.is-paid {
    background: #dcfce7;
    color: #15803d;
}

.payment-badge.is-rejected {
    background: #fee2e2;
    color: #dc2626;
}

.payment-badge.is-refunded {
    background: #f1f5f9;
    color: #475569;
}

.result-section {
    margin-bottom: 26px;
}

.result-section-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.result-section-head h2,
.next-step-card h2,
.upload-payment-card h2 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.result-section-head span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.participant-compact-grid {
    border: 1px solid var(--border);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.participant-compact-grid div {
    border-bottom: 1px solid var(--border);
    min-width: 0;
    padding: 14px 16px;
}

.participant-compact-grid div:nth-child(odd) {
    border-right: 1px solid var(--border);
}

.participant-compact-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.participant-compact-grid span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}

.participant-compact-grid strong {
    color: var(--ink);
    display: block;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.result-table {
    font-size: 14px;
}

.result-table th {
    color: #475569;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.payment-action-stack {
    display: grid;
    gap: 16px;
}

.next-step-card,
.upload-payment-card {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px;
}

.next-step-card > span {
    color: var(--accent);
    display: block;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.next-step-card p,
.upload-payment-card p,
.payment-note {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.next-step-card .btn,
.upload-payment-card .btn {
    min-height: 46px;
}

.payment-history {
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
}

.payment-history div {
    border-bottom: 1px solid var(--border);
    padding: 13px 15px;
}

.payment-history div:last-child {
    border-bottom: 0;
}

.payment-history strong,
.payment-history span {
    display: block;
}

.payment-history strong {
    color: var(--ink);
    font-size: 14px;
}

.payment-history span {
    color: var(--muted);
    font-size: 13px;
    margin-top: 3px;
}

.public-invoice-box h2,
.public-payment-box h2 {
    color: var(--ink);
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 14px;
}

.public-summary-list {
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
}

.public-summary-list div,
.public-invoice-box div {
    align-items: center;
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px;
}

.public-summary-list div:last-child,
.public-invoice-box div:last-child {
    border-bottom: 0;
}

.public-summary-list strong {
    color: var(--ink);
    text-align: right;
}

.public-invoice-box .total strong {
    color: var(--accent);
    font-size: 26px;
}

.public-table {
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .public-panel {
        border-radius: 18px;
        padding: 18px;
    }

    .public-product-option {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .public-product-option em {
        grid-column: 2;
        text-align: left;
        white-space: normal;
    }

    .public-form-head {
        display: block;
    }

    .public-form-head h2 {
        font-size: 28px;
    }

    .public-form-head p.text-muted {
        font-size: 15px;
    }

    .registration-state {
        margin-top: 14px;
    }

    .hotel-lookup-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .hotel-lookup-actions {
        width: 100%;
    }

    .hotel-lookup-actions .btn {
        flex: 1 1 0;
    }

    .public-event-summary {
        margin-top: 16px;
    }

    .registration-result-shell {
        padding: 18px;
    }

    .registration-result-head {
        display: block;
    }

    .registration-result-head h1 {
        font-size: 30px;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .payment-badge {
        margin-top: 14px;
    }

    .participant-compact-grid {
        grid-template-columns: 1fr;
    }

    .participant-compact-grid div,
    .participant-compact-grid div:nth-child(odd),
    .participant-compact-grid div:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--border);
        border-right: 0;
    }

    .participant-compact-grid div:last-child {
        border-bottom: 0;
    }
}

/* Compact account menu in the admin topbar */
.topbar {
    overflow: visible;
    position: relative;
    z-index: 30;
}

.topbar-account {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.account-identity {
    line-height: 1.25;
    max-width: 240px;
    text-align: right;
}

.account-identity strong,
.account-identity small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
}

.account-button svg {
    height: 18px;
    width: 18px;
}

.account-dropdown .dropdown-menu {
    border-radius: 14px;
    margin-top: 10px;
    min-width: 190px;
    padding: 7px;
    z-index: 2050;
}

.account-dropdown .dropdown-item {
    align-items: center;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    min-height: 38px;
    padding: 8px 11px;
}

.account-dropdown .dropdown-divider {
    margin: 6px 4px;
}

.account-dropdown form {
    margin: 0;
}

@media (max-width: 560px) {
    .topbar-account {
        margin-top: 14px;
    }

    .account-button {
        width: 100%;
        justify-content: center;
    }
}

/* Landing page marketing */
.landing-v2 {
    background: #f7f9fc;
    color: #0f172a;
}

.landing-v2-nav {
    background: #0f172a;
    gap: 16px;
    position: sticky;
    top: 0;
    z-index: 20;
}

.landing-v2-brand {
    margin: 0;
}

.landing-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.landing-v2-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.landing-v2-hero {
    background:
        radial-gradient(circle at 82% 12%, rgba(37, 99, 235, .15), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 52%, #f8fafc 100%);
    padding: 76px 0 54px;
}

.landing-v2-hero-grid,
.landing-v2-split,
.landing-v2-workflow {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.landing-v2-eyebrow {
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.landing-v2-hero h1,
.landing-v2-section-head h2,
.landing-v2-split h2,
.landing-v2-workflow h2,
.landing-v2-final h2 {
    color: #0f172a;
    font-weight: 900;
    letter-spacing: 0;
}

.landing-v2-hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.02;
    margin-bottom: 18px;
    max-width: 880px;
}

.landing-v2-lead {
    color: #475569;
    font-size: 19px;
    line-height: 1.65;
    max-width: 780px;
}

.landing-v2-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.landing-v2-hero-card,
.landing-v2-vendor-box {
    background: rgba(255, 255, 255, .88);
    border: 1px solid #dbe3ee;
    border-radius: 22px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .08);
    padding: 24px;
}

.landing-v2-hero-card span,
.landing-v2-vendor-box span {
    color: #64748b;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.landing-v2-hero-card > strong,
.landing-v2-vendor-box > strong {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    margin: 8px 0 18px;
}

.landing-v2-metrics {
    display: grid;
    gap: 10px;
}

.landing-v2-metrics div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
}

.landing-v2-metrics b {
    color: #2563eb;
    display: block;
    font-size: 24px;
    line-height: 1;
}

.landing-v2-metrics small {
    color: #64748b;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.landing-v2-strip {
    background: #0f172a;
    color: #fff;
    padding: 20px 0;
}

.landing-v2-strip p {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.landing-v2-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.landing-v2-pills span {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #f8fafc;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
}

.landing-v2-band {
    padding: 58px 0;
}

.landing-v2-soft {
    background: #eef6ff;
}

.landing-v2-section-head {
    margin-bottom: 26px;
    max-width: 760px;
}

.landing-v2-section-head h2,
.landing-v2-split h2,
.landing-v2-workflow h2,
.landing-v2-final h2 {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
}

.landing-v2-section-head p,
.landing-v2-split p,
.landing-v2-final p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.6;
}

.landing-v2-module-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-v2-module-card {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
    min-height: 100%;
    padding: 18px;
}

.landing-v2-module-card h3 {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 12px;
}

.landing-v2-module-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.landing-v2-module-card b {
    color: #0f172a;
}

.landing-v2-flow {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-v2-flow span {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    padding: 13px 14px;
}

.landing-v2-plan {
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}

.landing-v2-final {
    background: #fff;
    padding: 60px 0 72px;
    text-align: center;
}

@media (max-width: 980px) {
    .landing-v2-hero-grid,
    .landing-v2-split,
    .landing-v2-workflow,
    .landing-v2-module-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .landing-v2-nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 18px;
    }

    .landing-v2-actions {
        justify-content: flex-start;
    }

    .landing-v2-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-v2-hero {
        padding: 48px 0 34px;
    }

    .landing-v2-lead,
    .landing-v2-section-head p,
    .landing-v2-split p,
    .landing-v2-final p {
        font-size: 15px;
    }

    .landing-v2-hero-card,
    .landing-v2-vendor-box {
        border-radius: 16px;
        padding: 18px;
    }

    .landing-v2-flow {
        grid-template-columns: 1fr;
    }

    .landing-v2-cta .btn {
        width: 100%;
    }
}

/* Landing visual polish */
.landing-v2 .btn {
    border-radius: 999px;
    font-weight: 850;
}

.landing-v2 .btn-lg {
    font-size: 15px;
    min-height: 48px;
    padding: 12px 20px;
}

.landing-v2-nav {
    background: rgba(15, 23, 42, .9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.landing-v2 .landing-brand-logo {
    border-radius: 10px;
    height: 42px;
    max-width: 170px;
}

.landing-v2-hero {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .88), rgba(15, 23, 42, .58) 58%, rgba(37, 99, 235, .18)),
        url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1800&q=82");
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 640px;
    padding: 118px 0 88px;
}

.landing-v2-hero .landing-v2-shell {
    max-width: 1120px;
}

.landing-v2-hero .landing-v2-eyebrow {
    color: #93c5fd;
}

.landing-v2-hero h1 {
    color: #fff;
    max-width: 930px;
    text-shadow: 0 12px 40px rgba(0, 0, 0, .28);
}

.landing-v2-lead {
    color: #dbeafe;
    max-width: 790px;
}

.landing-v2-hero .btn-outline-dark {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
}

.landing-v2-hero .btn-outline-dark:hover {
    background: #fff;
    border-color: #fff;
    color: #0f172a;
}

.landing-v2-proof {
    margin-top: -46px;
    position: relative;
    z-index: 3;
}

.landing-v2-proof-grid {
    background: rgba(255, 255, 255, .96);
    border: 1px solid #dbe3ee;
    border-radius: 22px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, .12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
}

.landing-v2-proof-grid div {
    min-height: 112px;
    padding: 22px 24px;
}

.landing-v2-proof-grid div + div {
    border-left: 1px solid #e2e8f0;
}

.landing-v2-proof-grid b {
    color: #2563eb;
    display: block;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.landing-v2-proof-grid span {
    color: #475569;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 8px;
}

.landing-v2-strip {
    margin-top: 50px;
}

.landing-v2-module-grid {
    gap: 18px;
}

.landing-v2-module-card {
    border-radius: 22px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.landing-v2-module-card::before {
    background: linear-gradient(90deg, #2563eb, #14b8a6);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.landing-v2-module-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .085);
    transform: translateY(-3px);
}

.landing-v2-module-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.landing-v2-module-top span {
    background: #eff6ff;
    border-radius: 999px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    padding: 6px 10px;
    text-transform: uppercase;
}

.landing-v2-module-top b {
    align-items: center;
    background: #0f172a;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.landing-v2-module-card h3 {
    font-size: 20px;
}

.landing-v2-soft {
    background:
        radial-gradient(circle at 12% 10%, rgba(20, 184, 166, .13), transparent 30%),
        linear-gradient(135deg, #f8fafc, #eef6ff);
}

.landing-v2-vendor-box {
    border-radius: 24px;
}

.landing-v2-final {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(239, 246, 255, .95)),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1600&q=80");
    background-position: center;
    background-size: cover;
}

@media (max-width: 980px) {
    .landing-v2-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-v2-proof-grid div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e2e8f0;
    }

    .landing-v2-proof-grid div:nth-child(4) {
        border-top: 1px solid #e2e8f0;
    }
}

@media (max-width: 640px) {
    .landing-v2-hero {
        min-height: auto;
        padding: 72px 0 86px;
    }

    .landing-v2-proof {
        margin-top: -52px;
    }

    .landing-v2-proof-grid {
        border-radius: 18px;
        grid-template-columns: 1fr;
    }

    .landing-v2-proof-grid div,
    .landing-v2-proof-grid div + div {
        border-left: 0;
        border-top: 1px solid #e2e8f0;
        min-height: 0;
        padding: 16px 18px;
    }

    .landing-v2-proof-grid div:first-child {
        border-top: 0;
    }

    .landing-v2-strip {
        margin-top: 34px;
    }
}

/* Premium landing refresh */
.landing-v3 {
    background: #f4f7fb;
}

.landing-v3 .landing-v2-nav {
    padding: 14px 28px;
}

.landing-v3-nav-link {
    align-items: center;
    color: #cbd5e1;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 32px;
    padding: 0 4px;
    text-decoration: none;
}

.landing-v3-nav-link:hover {
    color: #fff;
}

.landing-v3 .landing-v2-hero {
    background:
        linear-gradient(90deg, rgba(8, 18, 34, .96), rgba(15, 23, 42, .88) 42%, rgba(14, 116, 144, .64)),
        url("https://images.unsplash.com/photo-1587825140708-dfaf72ae4b04?auto=format&fit=crop&w=1800&q=82");
    min-height: 720px;
    overflow: hidden;
    padding: 112px 0 122px;
    position: relative;
}

.landing-v3 .landing-v2-hero::after {
    background: linear-gradient(180deg, transparent, rgba(244, 247, 251, .98));
    bottom: 0;
    content: "";
    height: 140px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.landing-v3-hero-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
    position: relative;
    z-index: 2;
}

.landing-v3 .landing-v2-hero h1 {
    font-size: clamp(42px, 5.8vw, 76px);
    line-height: .98;
    max-width: 760px;
}

.landing-v3 .landing-v2-lead {
    color: #dbeafe;
    font-size: 18px;
    max-width: 720px;
}

.landing-v3-product-preview {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(2, 6, 23, .34);
    overflow: hidden;
    transform: rotate(1.4deg);
}

.landing-v3-window-bar {
    align-items: center;
    background: #0f172a;
    color: #e2e8f0;
    display: flex;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
}

.landing-v3-window-bar span {
    border-radius: 999px;
    display: inline-flex;
    height: 10px;
    width: 10px;
}

.landing-v3-window-bar span:nth-child(1) { background: #fb7185; }
.landing-v3-window-bar span:nth-child(2) { background: #facc15; }
.landing-v3-window-bar span:nth-child(3) { background: #22c55e; }

.landing-v3-window-bar b {
    font-size: 12px;
    margin-left: 8px;
}

.landing-v3-preview-head,
.landing-v3-preview-list div,
.landing-v3-preview-foot {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.landing-v3-preview-head {
    padding: 22px 24px 12px;
}

.landing-v3-preview-head small,
.landing-v3-preview-stats span,
.landing-v3-preview-list span {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 800;
}

.landing-v3-preview-head strong {
    color: #0f172a;
    display: block;
    font-size: 26px;
    line-height: 1.1;
}

.landing-v3-preview-head em {
    background: #dcfce7;
    border-radius: 999px;
    color: #15803d;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 7px 12px;
}

.landing-v3-preview-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 12px 24px;
}

.landing-v3-preview-stats div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px;
}

.landing-v3-preview-stats b {
    color: #2563eb;
    display: block;
    font-size: 28px;
    line-height: 1.1;
    margin-top: 6px;
}

.landing-v3-preview-list {
    display: grid;
    gap: 8px;
    padding: 10px 24px 20px;
}

.landing-v3-preview-list div {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px 14px;
}

.landing-v3-preview-list b {
    color: #0f172a;
    font-size: 13px;
}

.landing-v3-preview-foot {
    background: #eef6ff;
    border-top: 1px solid #dbeafe;
    gap: 8px;
    padding: 14px 24px;
}

.landing-v3-preview-foot span {
    background: #fff;
    border-radius: 999px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 10px;
}

.landing-v3 .landing-v2-proof {
    margin-top: -78px;
}

.landing-v3 .landing-v2-proof-grid {
    border: 0;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .14);
}

.landing-v3-strip {
    background: transparent;
    color: #0f172a;
    margin-top: 44px;
}

.landing-v3-strip p {
    color: #64748b;
}

.landing-v3-strip .landing-v2-pills span {
    background: #fff;
    border-color: #dbe3ee;
    color: #334155;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.landing-v3 .landing-v2-band {
    padding: 64px 0;
}

.landing-v3 .landing-v2-section-head {
    margin-bottom: 30px;
}

.landing-v3 .landing-v2-module-card {
    background: linear-gradient(180deg, #fff, #f8fbff);
    border-color: #d8e4f3;
    min-height: 285px;
}

.landing-v3 .landing-v2-module-card:nth-child(2n)::before {
    background: linear-gradient(90deg, #14b8a6, #22c55e);
}

.landing-v3 .landing-v2-module-card:nth-child(3n)::before {
    background: linear-gradient(90deg, #f59e0b, #2563eb);
}

.landing-v3 .landing-v2-soft {
    background: #0f172a;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.landing-v3 .landing-v2-soft .landing-v2-eyebrow {
    color: #67e8f9;
}

.landing-v3 .landing-v2-soft h2 {
    color: #fff;
}

.landing-v3 .landing-v2-soft p {
    color: #cbd5e1;
}

.landing-v3 .landing-v2-vendor-box {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.landing-v3 .landing-v2-workflow {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 28px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .06);
    padding-bottom: 28px;
    padding-top: 28px;
}

.landing-v3 .landing-v2-flow span {
    border-radius: 999px;
}

.landing-v3 .landing-v2-plan {
    border-color: #d8e4f3;
    transition: transform .18s ease, box-shadow .18s ease;
}

.landing-v3 .landing-v2-plan:hover {
    box-shadow: 0 22px 54px rgba(15, 23, 42, .09);
    transform: translateY(-3px);
}

@media (max-width: 980px) {
    .landing-v3-hero-grid {
        grid-template-columns: 1fr;
    }

    .landing-v3-product-preview {
        transform: none;
    }
}

@media (max-width: 640px) {
    .landing-v3 .landing-v2-nav {
        padding: 14px 16px;
    }

    .landing-v3-nav-link {
        display: none;
    }

    .landing-v3 .landing-v2-hero {
        padding: 64px 0 98px;
    }

    .landing-v3-product-preview {
        border-radius: 20px;
    }

    .landing-v3-preview-stats {
        grid-template-columns: 1fr;
    }

    .landing-v3-preview-head,
    .landing-v3-preview-list div,
    .landing-v3-preview-foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-v3-preview-foot {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Final clean landing override: keep homepage white and elegant */
body.landing-v5.landing-v3.landing-v4 {
    background: #f7f9fc !important;
    color: #0f172a;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-nav {
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid #e5eaf2 !important;
    box-shadow: none !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
    color: #0f172a !important;
    min-height: auto !important;
    overflow: visible !important;
    padding: 76px 0 56px !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-hero::after {
    display: none !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v3-hero-grid {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, .95fr) minmax(380px, .78fr);
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-hero h1 {
    color: #0f172a !important;
    font-size: clamp(38px, 4.8vw, 62px) !important;
    line-height: 1.04 !important;
    max-width: 660px !important;
    text-shadow: none !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-lead {
    color: #475569 !important;
    font-size: 17px;
    line-height: 1.75;
    max-width: 640px;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-eyebrow,
body.landing-v5.landing-v3.landing-v4 .landing-v2-hero .landing-v2-eyebrow {
    color: #2563eb !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v4-badge-row span {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    box-shadow: none !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v4-badge-row span:first-child {
    background: #eef6ff !important;
    border-color: #bfdbfe !important;
    color: #1d4ed8 !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v5-solution-panel {
    background: #fff !important;
    border: 1px solid #dbe3ee !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .07) !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-hero .btn-outline-dark {
    background: #fff !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v3-strip {
    background: transparent !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-soft {
    background: #fff !important;
    color: #0f172a !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-soft h2 {
    color: #0f172a !important;
}

body.landing-v5.landing-v3.landing-v4 .landing-v2-soft p {
    color: #64748b !important;
}

@media (max-width: 980px) {
    body.landing-v5.landing-v3.landing-v4 .landing-v3-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.landing-v5.landing-v3.landing-v4 .landing-v2-hero {
        padding: 44px 0 34px !important;
    }
}

/* IR-Me clean elegant landing */
body.landing-v6 {
    --irme-navy: #082A55;
    --irme-navy-2: #0D3D6F;
    --irme-teal: #18B8B4;
    --irme-teal-dark: #0F9A9A;
    --irme-soft: #F4F8FB;
    --irme-line: #DCE7F1;
    --irme-text: #0F172A;
    --irme-muted: #64748B;
    background: #fff;
    color: var(--irme-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.landing-v6 a {
    text-decoration: none;
}

.landing-v6-nav {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--irme-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 76px;
    padding: 14px 34px;
    position: sticky;
    top: 0;
    z-index: 50;
}

.landing-v6-brand {
    align-items: center;
    display: inline-flex;
}

.landing-v6-brand img {
    display: block;
    height: 42px;
    object-fit: contain;
    width: auto;
}

.landing-v6-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.landing-v6-menu > a:not(.landing-v6-primary):not(.landing-v6-login) {
    color: #334155;
    font-size: 13px;
    font-weight: 750;
    min-height: 34px;
    padding: 7px 6px;
}

.landing-v6-menu > a:not(.landing-v6-primary):not(.landing-v6-login):hover {
    color: var(--irme-navy);
}

.landing-v6-login,
.landing-v6-secondary,
.landing-v6-primary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 38px;
    padding: 8px 15px;
}

.landing-v6-primary {
    background: var(--irme-navy);
    border: 1px solid var(--irme-navy);
    color: #fff;
}

.landing-v6-primary:hover {
    background: var(--irme-navy-2);
    color: #fff;
}

.landing-v6-secondary,
.landing-v6-login {
    background: #fff;
    border: 1px solid var(--irme-line);
    color: var(--irme-navy);
}

.landing-v6-secondary:hover,
.landing-v6-login:hover {
    border-color: #B9CEDF;
    color: var(--irme-navy);
}

.landing-v6-large {
    min-height: 48px;
    padding: 12px 22px;
}

.landing-v6-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.landing-v6-hero {
    background:
        radial-gradient(circle at 8% 18%, rgba(24, 184, 180, .18), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(8, 42, 85, .16), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #F3FBFC 42%, #EEF6FB 100%);
    padding: 86px 0 64px;
    position: relative;
}

.landing-v6-hero::before {
    background: linear-gradient(90deg, rgba(8, 42, 85, .14), rgba(24, 184, 180, .34), rgba(8, 42, 85, .08));
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.landing-v6-hero-grid {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
}

.landing-v6-kicker,
.landing-v6-mini,
.landing-v6-section-head > p {
    color: var(--irme-teal-dark);
    display: block;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.landing-v6-copy h1 {
    color: var(--irme-navy);
    font-size: clamp(36px, 4.15vw, 56px);
    font-weight: 920;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 18px;
    max-width: 690px;
}

.landing-v6-copy h1 span {
    color: var(--irme-teal-dark);
}

.landing-v6-copy p {
    color: #42526B;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

.landing-v6-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.landing-v6-stack {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(8, 42, 85, .08);
    padding: 22px;
}

.landing-v6-stack-head {
    border-bottom: 1px solid var(--irme-line);
    padding-bottom: 16px;
}

.landing-v6-stack-head span {
    color: var(--irme-muted);
    display: block;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.landing-v6-stack-head strong {
    color: var(--irme-navy);
    display: block;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 5px;
}

.landing-v6-stack-list div {
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 15px 0;
}

.landing-v6-stack-list div + div {
    border-top: 1px solid #EDF3F8;
}

.landing-v6-stack-list span {
    align-items: center;
    background: #E7F8F8;
    border-radius: 999px;
    color: var(--irme-teal-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 950;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.landing-v6-stack-list b {
    color: var(--irme-text);
    font-size: 15px;
    line-height: 1.25;
}

.landing-v6-stack-list small {
    color: var(--irme-muted);
    font-size: 12.5px;
    grid-column: 2;
    line-height: 1.4;
}

.landing-v6-proof {
    background: var(--irme-soft);
    padding: 0 0 34px;
}

.landing-v6-proof-grid {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.landing-v6-proof-grid div {
    min-height: 94px;
    padding: 20px;
}

.landing-v6-proof-grid div + div {
    border-left: 1px solid var(--irme-line);
}

.landing-v6-proof-grid b {
    color: var(--irme-navy);
    display: block;
    font-size: 24px;
    line-height: 1;
}

.landing-v6-proof-grid span {
    color: var(--irme-muted);
    display: block;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    margin-top: 8px;
}

.landing-v6-pain {
    background: #fff;
    padding: 34px 0 18px;
}

.landing-v6-pain p {
    color: var(--irme-muted);
    font-size: 13px;
    font-weight: 850;
    margin: 0 0 12px;
}

.landing-v6-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.landing-v6-pills span {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 999px;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
    padding: 8px 12px;
}

.landing-v6-section {
    background: #fff;
    padding: 58px 0;
}

.landing-v6-section-head {
    margin-bottom: 28px;
    max-width: 760px;
}

.landing-v6-section-head h2,
.landing-v6-vendor h2,
.landing-v6-workflow h2,
.landing-v6-final h2 {
    color: var(--irme-navy);
    font-size: clamp(26px, 2.75vw, 38px);
    font-weight: 920;
    line-height: 1.18;
    margin: 0 0 12px;
}

.landing-v6-section-head p:not(:first-child),
.landing-v6-vendor p,
.landing-v6-final p {
    color: var(--irme-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.landing-v6-module-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-v6-module-card {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 16px;
    min-height: 240px;
    padding: 18px;
}

.landing-v6-module-card > span {
    background: #E7F8F8;
    border-radius: 999px;
    color: var(--irme-teal-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 16px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.landing-v6-module-card h3 {
    color: var(--irme-navy);
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 10px;
}

.landing-v6-module-card p {
    color: var(--irme-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 10px;
}

.landing-v6-module-card b {
    color: var(--irme-text);
}

.landing-v6-vendor {
    background: var(--irme-soft);
    border-bottom: 1px solid var(--irme-line);
    border-top: 1px solid var(--irme-line);
}

.landing-v6-vendor-grid,
.landing-v6-workflow {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
}

.landing-v6-vendor-box {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 18px;
    padding: 24px;
}

.landing-v6-vendor-box strong {
    color: var(--irme-navy);
    display: block;
    font-size: 22px;
    line-height: 1.25;
}

.landing-v6-vendor-box span {
    color: var(--irme-muted);
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.landing-v6-workflow {
    background: #fff;
    border: 1px solid var(--irme-line);
    border-radius: 20px;
    padding: 26px;
}

.landing-v6-flow {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-v6-flow span {
    background: var(--irme-soft);
    border: 1px solid var(--irme-line);
    border-radius: 12px;
    color: var(--irme-navy);
    font-size: 13px;
    font-weight: 850;
    padding: 12px 13px;
}

.landing-v6-plan {
    border-color: var(--irme-line);
    border-radius: 16px;
    box-shadow: none;
}

.landing-v6-plan .price {
    color: var(--irme-teal-dark);
}

.landing-v6-plan .landing-v6-primary {
    display: flex;
}

.landing-v6-contact {
    padding-top: 18px;
}

.landing-v6-contact-card {
    align-items: center;
    background:
        radial-gradient(circle at 8% 20%, rgba(24, 184, 180, .18), transparent 28%),
        linear-gradient(135deg, #FFFFFF 0%, #F4FBFC 56%, #EEF7FB 100%);
    border: 1px solid var(--irme-line);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(8, 42, 85, .08);
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 32px;
}

.landing-v6-contact-card h2 {
    color: var(--irme-navy);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.16;
    margin: 0 0 10px;
}

.landing-v6-contact-card p:not(.landing-v6-mini) {
    color: var(--irme-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.landing-v6-contact-actions {
    align-items: stretch;
    display: grid;
    gap: 10px;
    min-width: 230px;
}

.landing-v6-contact-actions a {
    width: 100%;
}

.landing-v6-contact-actions span {
    color: var(--irme-muted);
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}

.landing-v6-final {
    background: linear-gradient(135deg, var(--irme-navy), #0B3A67);
    color: #fff;
    padding: 62px 0;
    text-align: center;
}

.landing-v6-final h2 {
    color: #fff;
}

.landing-v6-final p {
    color: #D9E8F3;
    margin: 0 auto;
    max-width: 720px;
}

.landing-v6-final .landing-v6-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
}

@media (max-width: 980px) {
    .landing-v6-hero-grid,
    .landing-v6-vendor-grid,
    .landing-v6-workflow,
    .landing-v6-contact-card,
    .landing-v6-module-grid {
        grid-template-columns: 1fr;
    }

    .landing-v6-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-v6-proof-grid div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--irme-line);
    }

    .landing-v6-proof-grid div:nth-child(4) {
        border-top: 1px solid var(--irme-line);
    }
}

@media (max-width: 640px) {
    .landing-v6-nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 16px;
    }

    .landing-v6-menu {
        justify-content: flex-start;
    }

    .landing-v6-menu > a:not(.landing-v6-primary):not(.landing-v6-login) {
        display: none;
    }

    .landing-v6-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-v6-hero {
        padding: 48px 0 40px;
    }

    .landing-v6-proof-grid {
        grid-template-columns: 1fr;
    }

    .landing-v6-proof-grid div,
    .landing-v6-proof-grid div + div {
        border-left: 0;
        border-top: 1px solid var(--irme-line);
    }

    .landing-v6-proof-grid div:first-child {
        border-top: 0;
    }

    .landing-v6-flow {
        grid-template-columns: 1fr;
    }
}

/* Final IR-Me gradient guard */
body.landing-v6 .landing-v6-hero {
    background:
        radial-gradient(circle at 8% 18%, rgba(24, 184, 180, .18), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(8, 42, 85, .16), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #F3FBFC 42%, #EEF6FB 100%) !important;
}

body.landing-v6 .landing-v6-menu {
    gap: 8px !important;
}

body.landing-v6 .landing-v6-menu > a:not(.landing-v6-primary):not(.landing-v6-login) {
    font-size: 13px !important;
    font-weight: 750 !important;
    min-height: 34px !important;
    padding: 7px 6px !important;
}

body.landing-v6 .landing-v6-login,
body.landing-v6 .landing-v6-menu .landing-v6-primary {
    font-size: 13px !important;
    font-weight: 800 !important;
    min-height: 38px !important;
    padding: 8px 15px !important;
}

body.landing-v6 .landing-v6-copy h1 {
    font-size: clamp(36px, 4.15vw, 56px) !important;
    line-height: 1.08 !important;
    max-width: 690px !important;
}

body.landing-v6 .landing-v6-copy h1 span {
    color: var(--irme-teal-dark) !important;
}

body.landing-v6 .landing-v6-section-head {
    max-width: 860px !important;
}

body.landing-v6 .landing-v6-section-head h2 {
    font-size: clamp(26px, 2.75vw, 38px) !important;
    line-height: 1.18 !important;
    max-width: 850px !important;
}

body.landing-v6 .landing-v6-section-head p:not(:first-child) {
    color: var(--irme-muted) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.65 !important;
    max-width: 820px !important;
    text-transform: none !important;
}

/* IR-Me Guide Center */
body.guide-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(24, 184, 180, .14), transparent 26%),
        linear-gradient(180deg, #F7FCFD 0%, #FFFFFF 46%, #F5F8FB 100%);
    color: #0B1931;
    overflow-x: hidden;
}

.guide-nav {
    border-bottom: 1px solid rgba(11, 25, 49, .08);
}

.guide-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}

.guide-main {
    padding-bottom: 72px;
}

.guide-hero {
    padding: 54px 0 34px;
}

.guide-hero-grid {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.guide-kicker {
    color: #079B9B;
    display: inline-flex;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.guide-hero h1,
.guide-detail-head h1 {
    color: #082A55;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    max-width: 760px;
}

.guide-hero p,
.guide-detail-head p {
    color: #627187;
    font-size: 17px;
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 760px;
}

.guide-hero-panel {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(8, 42, 85, .12);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(8, 42, 85, .08);
    padding: 24px;
}

.guide-hero-panel strong {
    color: #0B1931;
    display: block;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}

.guide-hero-panel p {
    font-size: 14px;
    margin: 0 0 18px;
}

.guide-hero-panel a,
.guide-card a {
    align-items: center;
    background: #0B5FEA;
    border-radius: 14px;
    color: #FFFFFF;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
}

.guide-section {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(8, 42, 85, .12);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(8, 42, 85, .07);
    padding-bottom: 28px;
    padding-top: 28px;
}

.guide-toolbar {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.guide-toolbar h2,
.guide-related h2 {
    color: #0B1931;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
}

.guide-toolbar p {
    color: #6B7890;
    margin: 8px 0 0;
}

.guide-search span {
    color: #3A4A62;
    display: block;
    font-size: 13px;
    font-weight: 850;
    margin-bottom: 7px;
}

.guide-search input {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 14px;
    color: #0B1931;
    font-size: 15px;
    min-height: 48px;
    padding: 0 16px;
    width: 100%;
}

.guide-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.guide-category-row button {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 999px;
    color: #34435A;
    font-size: 13px;
    font-weight: 850;
    min-height: 36px;
    padding: 8px 13px;
}

.guide-category-row button.is-active {
    background: #082A55;
    border-color: #082A55;
    color: #FFFFFF;
}

.guide-category-row span {
    opacity: .72;
}

.guide-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-card {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 20px;
}

.guide-card[hidden] {
    display: none;
}

.guide-card-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.guide-card-top span {
    background: rgba(24, 184, 180, .12);
    border-radius: 999px;
    color: #087F82;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.guide-card-top small,
.guide-card-meta {
    color: #748197;
    font-size: 12px;
    font-weight: 750;
}

.guide-card h3 {
    color: #0B1931;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 10px;
}

.guide-card p {
    color: #627187;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.guide-card-meta {
    margin-top: auto;
    padding-bottom: 14px;
}

.guide-empty {
    background: #F6FAFD;
    border: 1px dashed #C9D6E6;
    border-radius: 16px;
    color: #627187;
    font-weight: 750;
    padding: 22px;
    text-align: center;
}

.guide-detail-head {
    padding-bottom: 28px;
    padding-top: 44px;
}

.guide-back {
    color: #0B5FEA;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    margin-bottom: 18px;
    text-decoration: none;
}

.guide-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.guide-detail-meta span {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 999px;
    color: #34435A;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.guide-detail-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 260px minmax(0, 1fr);
}

.guide-toc {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 18px;
    padding: 18px;
    position: sticky;
    top: 18px;
}

.guide-toc strong {
    color: #0B1931;
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 12px;
}

.guide-toc a {
    border-radius: 10px;
    color: #52627A;
    display: block;
    font-size: 14px;
    font-weight: 750;
    padding: 9px 10px;
    text-decoration: none;
}

.guide-toc a:hover {
    background: #F2F7FB;
    color: #082A55;
}

.guide-article {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(8, 42, 85, .06);
    min-width: 0;
    padding: 32px;
}

.guide-article section + section {
    border-top: 1px solid #E6EDF5;
    margin-top: 30px;
    padding-top: 30px;
}

.guide-article h2 {
    color: #0B1931;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px;
}

.guide-article p,
.guide-list,
.guide-trouble-list p {
    color: #5F6F86;
    font-size: 15px;
    line-height: 1.75;
}

.guide-step-list {
    display: grid;
    gap: 14px;
}

.guide-step {
    background: #F8FBFE;
    border: 1px solid #E1EAF4;
    border-radius: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
}

.guide-step > span {
    align-items: center;
    background: #082A55;
    border-radius: 12px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.guide-step h3 {
    color: #0B1931;
    font-size: 17px;
    font-weight: 900;
    margin: 0 0 5px;
}

.guide-step p {
    margin: 0;
}

.guide-list {
    margin: 0;
    padding-left: 20px;
}

.guide-list li + li {
    margin-top: 10px;
}

.guide-trouble-list {
    display: grid;
    gap: 12px;
}

.guide-trouble-list div {
    border: 1px solid #E1EAF4;
    border-radius: 14px;
    padding: 16px;
}

.guide-trouble-list strong {
    color: #0B1931;
    display: block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 5px;
}

.guide-trouble-list p {
    margin: 0;
}

.guide-check-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-check-grid span {
    background: rgba(24, 184, 180, .11);
    border: 1px solid rgba(24, 184, 180, .26);
    border-radius: 999px;
    color: #087F82;
    font-size: 13px;
    font-weight: 850;
    padding: 8px 12px;
}

.guide-related {
    margin-top: 26px;
}

.guide-related-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.guide-related-grid a {
    background: #FFFFFF;
    border: 1px solid #DCE5EF;
    border-radius: 16px;
    color: inherit;
    display: grid;
    gap: 6px;
    padding: 18px;
    text-decoration: none;
}

.guide-related-grid span {
    color: #079B9B;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.guide-related-grid strong {
    color: #0B1931;
    font-size: 16px;
    font-weight: 900;
}

.guide-related-grid small {
    color: #627187;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .guide-hero-grid,
    .guide-toolbar,
    .guide-detail-layout {
        grid-template-columns: 1fr;
    }

    .guide-grid,
    .guide-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-toc {
        position: static;
    }
}

@media (max-width: 640px) {
    .guide-shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .guide-hero {
        padding-top: 34px;
    }

    .guide-grid,
    .guide-related-grid {
        grid-template-columns: 1fr;
    }

    .guide-section,
    .guide-article {
        border-radius: 18px;
        padding: 20px;
    }

    .guide-step {
        grid-template-columns: 1fr;
    }
}
