:root {
    --bg: #f7f2ec;
    --surface: #fffdfa;
    --surface-alt: #f0e4d7;
    --border: rgba(66, 48, 31, 0.12);
    --text: #2e2118;
    --muted: #7f6a58;
    --primary: #ce8d54;
    --primary-dark: #a76831;
    --success: #2f7d4a;
    --warning: #c67d27;
    --danger: #c44b42;
    --shadow: 0 16px 40px rgba(62, 39, 18, 0.08);
    --radius: 18px;
}

/* Private sales catalogue */
.sale-page { min-height: 100vh; color: #f1e9dc; background: radial-gradient(circle at 50% -10%, rgba(206,141,84,.2), transparent 35%), radial-gradient(circle at 15% 40%, rgba(72,111,105,.14), transparent 30%), linear-gradient(145deg, #0c1112, #14201d 48%, #0a0e0f); overflow-x: hidden; }
.sale-page::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .23; background-image: radial-gradient(rgba(236,221,193,.32) .7px, transparent .8px); background-size: 7px 7px; mix-blend-mode: soft-light; }
.sale-aurora { position: fixed; inset: auto -20vw -35vw; height: 70vw; border-radius: 50%; background: radial-gradient(ellipse, rgba(183,211,190,.12), transparent 62%); filter: blur(12px); pointer-events: none; }
.sale-shell { position: relative; z-index: 1; width: min(1240px, calc(100% - 40px)); min-height: 100vh; margin: 0 auto; padding: 54px 0; }
.moria-door { width: min(700px, 100%); margin: 4vh auto; text-align: center; }
.moria-rune { color: rgba(236,221,193,.85); font-family: 'Cinzel', serif; font-size: 1.4rem; letter-spacing: .5em; }
.moria-arch { position: relative; overflow: hidden; margin: 22px 0 16px; padding: 66px clamp(25px, 7vw, 76px) 54px; border: 1px solid rgba(232,220,193,.55); border-bottom: 2px solid rgba(206,141,84,.7); border-radius: 340px 340px 22px 22px; background: linear-gradient(135deg, rgba(239,230,208,.09), transparent 38%), linear-gradient(180deg, rgba(19,34,31,.88), rgba(8,15,16,.94)); box-shadow: inset 0 0 80px rgba(203,224,204,.05), 0 24px 75px rgba(0,0,0,.45); }
.moria-arch::before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(225,213,191,.2); border-radius: 320px 320px 12px 12px; pointer-events: none; }
.moria-emblem { position: relative; z-index: 1; display: grid; justify-items: center; gap: 2px; margin: 0 auto 28px; color: rgba(238,229,209,.92); font-family: 'Cinzel', serif; }
.moria-mountain { font-size: 4.4rem; line-height: .7; transform: scaleX(1.8); }
.moria-stars { padding-left: .65em; font-size: .9rem; letter-spacing: .65em; }
.moria-kicker { margin: 0 0 10px; color: #d7b188; font-size: .69rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.moria-arch h1, .sale-header h1 { margin: 0; font-family: 'Cinzel', Georgia, serif; font-weight: 600; letter-spacing: .035em; }
.moria-arch h1 { font-size: clamp(1.85rem, 5vw, 3.1rem); }
.moria-quote { position: relative; z-index: 1; margin: 22px 0 8px; color: #f6eee0; font-family: 'Cinzel', Georgia, serif; font-size: 1.02rem; }
.moria-copy { position: relative; z-index: 1; max-width: 390px; margin: 0 auto 28px; color: rgba(241,233,220,.66); font-size: .91rem; line-height: 1.65; }
.moria-footnote { margin: 0; color: rgba(241,233,220,.43); font-size: .76rem; }
.moria-form { position: relative; z-index: 1; display: grid; max-width: 330px; margin: 0 auto; gap: 9px; text-align: left; }
.moria-form label { color: rgba(241,233,220,.68); font-size: .78rem; font-weight: 600; }
.moria-form input { width: 100%; padding: 13px 15px; border: 1px solid rgba(238,225,202,.3); border-radius: 8px; outline: none; color: #fff8ed; background: rgba(3,8,9,.48); }
.moria-form input:focus { border-color: #d7b188; box-shadow: 0 0 0 3px rgba(206,141,84,.16); }
.moria-form button { margin-top: 7px; padding: 13px 17px; border: 1px solid rgba(238,225,202,.5); border-radius: 8px; color: #fff8ed; background: linear-gradient(135deg, #a96d3d, #ce8d54); font-weight: 700; cursor: pointer; }
.sale-error { position: relative; z-index: 1; max-width: 330px; margin: 0 auto 17px; padding: 10px 12px; border: 1px solid rgba(222,110,92,.52); border-radius: 8px; color: #ffd8d0; background: rgba(116,35,28,.35); font-size: .82rem; }
.sale-catalogue { padding: 8px 0 36px; }
.sale-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 0 4px 34px; }
.sale-header h1 { font-size: clamp(1.85rem, 4vw, 3.05rem); }
.sale-header p:not(.moria-kicker) { max-width: 580px; margin: 13px 0 0; color: rgba(241,233,220,.67); line-height: 1.6; }
.sale-exit { padding: 10px 13px; border: 1px solid rgba(240,229,207,.28); border-radius: 8px; color: rgba(241,233,220,.8); background: rgba(255,255,255,.04); cursor: pointer; white-space: nowrap; }
.sale-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.sale-stats article { padding: 23px; border: 1px solid rgba(232,220,193,.17); border-radius: 14px; background: linear-gradient(145deg, rgba(241,232,214,.08), rgba(22,37,35,.7)); }
.sale-stats strong { display: block; color: #f7e5ca; font-family: 'Cinzel', Georgia, serif; font-size: 2rem; font-weight: 600; }
.sale-stats span { display: block; margin-top: 4px; color: rgba(241,233,220,.6); font-size: .8rem; }
.sale-table-card { overflow: hidden; border: 1px solid rgba(232,220,193,.24); border-radius: 16px; background: rgba(9,17,18,.7); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.sale-table-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 24px; border-bottom: 1px solid rgba(232,220,193,.16); background: linear-gradient(90deg, rgba(206,141,84,.12), transparent 55%); }
.sale-table-toolbar h2 { margin: 0; font-family: 'Cinzel', Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.sale-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.sale-filters input, .sale-filters select { height: 39px; padding: 0 11px; border: 1px solid rgba(232,220,193,.23); border-radius: 7px; outline: none; color: #eee5d7; background: rgba(1,7,8,.44); font-size: .79rem; }
.sale-filters input { min-width: 190px; }
.sale-filters input::placeholder { color: rgba(238,229,215,.45); }
.sale-filters select option { color: #1d2523; background: #f6f0e6; }
.sale-table-wrap { overflow-x: auto; }
.sale-table { width: 100%; min-width: 940px; border-collapse: collapse; text-align: left; }
.sale-table th { padding: 13px 15px; color: rgba(241,233,220,.52); border-bottom: 1px solid rgba(232,220,193,.15); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.sale-table td { padding: 14px 15px; border-bottom: 1px solid rgba(232,220,193,.09); color: rgba(244,237,226,.84); font-size: .79rem; white-space: nowrap; }
.sale-table tbody tr:hover { background: rgba(206,141,84,.09); }
.sale-table tbody tr:last-child td { border-bottom: 0; }
.sale-domain { display: inline-flex; align-items: center; gap: 7px; color: #f6d5af; font-weight: 700; }
.sale-domain:hover { color: #fff2dc; text-decoration: underline; text-underline-offset: 3px; }
.sale-theme-tag { display: inline-block; padding: 5px 8px; border-radius: 99px; color: #b9d6c5; background: rgba(124,177,151,.12); font-size: .7rem; }
.sale-status { display: inline-block; padding: 5px 8px; border: 1px solid rgba(112,192,142,.26); border-radius: 99px; color: #a7e5bb; background: rgba(75,154,100,.12); font-size: .7rem; font-weight: 700; }
.sale-empty { margin: 0; padding: 22px 24px; color: rgba(241,233,220,.66); font-size: .85rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 760px) {
    .sale-shell { width: min(100% - 24px, 1240px); padding: 26px 0; }
    .moria-door { margin: 1vh auto; }
    .moria-arch { padding: 54px 24px 40px; border-radius: 170px 170px 16px 16px; }
    .sale-header, .sale-table-toolbar { display: grid; }
    .sale-header { padding-bottom: 24px; }
    .sale-exit { width: 100%; }
    .sale-stats { grid-template-columns: 1fr; gap: 8px; }
    .sale-stats article { display: flex; align-items: baseline; gap: 10px; padding: 16px; }
    .sale-stats span { margin: 0; }
    .sale-table-toolbar { padding: 18px; }
    .sale-filters { justify-content: stretch; }
    .sale-filters input, .sale-filters select { flex: 1 1 100%; min-width: 0; }
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(206, 141, 84, 0.16), transparent 30%),
        linear-gradient(180deg, #fbf7f2 0%, #f4ede4 100%);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.app-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 100vh;
    transition: grid-template-columns 180ms ease;
}

.sidebar {
    background: #2f2218;
    color: #fff6eb;
    padding: 32px 22px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    transition: padding 180ms ease;
}

.brand-wrap {
    display: grid;
    gap: 8px;
}

.brand {
    font-size: 1.35rem;
    font-weight: 700;
}

.brand-subtitle {
    color: rgba(255, 246, 235, 0.7);
    font-size: 0.92rem;
    margin-top: 8px;
}

.nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    color: rgba(255, 246, 235, 0.82);
}

.nav-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.nav-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.nav-text {
    white-space: nowrap;
}

.nav-link.active,
.nav-link:hover {
    background: rgba(206, 141, 84, 0.2);
    color: #ffffff;
}

.sidebar-toggle {
    margin-top: auto;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: rgba(206, 141, 84, 0.18);
    color: #fff6eb;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle:hover {
    background: rgba(206, 141, 84, 0.28);
}

.sidebar-toggle-icon {
    font-size: 1.1rem;
    transition: transform 180ms ease;
}

.app-shell.sidebar-compact {
    grid-template-columns: 88px 1fr;
}

.app-shell.sidebar-compact .sidebar {
    padding: 24px 16px;
}

.app-shell.sidebar-compact .brand-wrap {
    display: none;
}

.app-shell.sidebar-compact .nav-link {
    justify-content: center;
    padding: 12px;
}

.app-shell.sidebar-compact .nav-text {
    display: none;
}

.app-shell.sidebar-compact .sidebar-toggle {
    align-self: center;
}

.app-shell.sidebar-compact .sidebar-toggle-icon {
    transform: rotate(0deg);
}

.app-shell:not(.sidebar-compact) .sidebar-toggle-icon {
    transform: rotate(180deg);
}

.app-shell.sidebar-compact .nav-link::after {
    content: attr(data-label);
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: #2f2218;
    color: #fff6eb;
    padding: 8px 10px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 246, 235, 0.08);
    transition: opacity 140ms ease;
    z-index: 20;
}

.app-shell.sidebar-compact .nav-link:hover::after {
    opacity: 1;
}

.main {
    padding: 28px;
}

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

.topbar h1 {
    margin: 0 0 8px;
    font-size: 2rem;
}

.muted {
    color: var(--muted);
}

.topbar-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.user-pill {
    background: rgba(206, 141, 84, 0.14);
    color: var(--primary-dark);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
}

.panel, .stat-card, .auth-card {
    background: rgba(255, 253, 250, 0.92);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}

.panel {
    padding: 24px;
    margin-bottom: 24px;
}

.bulk-import-card {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(206, 141, 84, 0.08), rgba(255, 253, 250, 0.96));
    border-radius: 16px;
    padding: 20px;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-bottom: 18px;
}

.panel-header h2 {
    margin: 4px 0 0;
    font-size: 1.3rem;
}

.panel-kicker {
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
}

.stats-grid,
.grid-two,
.quick-links,
.form-grid,
.form-row,
.search-row,
.stats-inline,
.bulk-toolbar {
    display: grid;
    gap: 18px;
}

.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

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

.stat-card {
    padding: 22px;
}

.stat-label {
    display: block;
    color: var(--muted);
    margin-bottom: 14px;
}

.stat-card strong {
    font-size: 2rem;
}

.quick-links {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.quick-link {
    border: 1px solid var(--border);
    background: var(--surface-alt);
    border-radius: 16px;
    padding: 18px;
    font-weight: 600;
}

.table-wrap {
    overflow-x: auto;
}

.table-wrap-compact {
    margin-inline: -4px;
    padding-bottom: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 14px 12px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: top;
}

thead th {
    color: var(--muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.table-compact {
    min-width: 860px;
}

.table-compact th,
.table-compact td {
    padding: 8px 6px;
    font-size: 0.82rem;
    line-height: 1.28;
}

.table-compact thead th {
    font-size: 0.66rem;
    letter-spacing: 0.03em;
}

.table-compact a {
    color: var(--primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cell-tight {
    white-space: nowrap;
}

.cell-medium {
    max-width: 140px;
    word-break: break-word;
}

.cell-url {
    max-width: 180px;
    word-break: break-word;
}

.cell-error {
    max-width: 190px;
    word-break: break-word;
}

.button, .icon-button {
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
}

.button:hover, .icon-button:hover {
    background: var(--primary-dark);
}

.button-secondary {
    background: rgba(206, 141, 84, 0.14);
    color: var(--primary-dark);
}

.button-secondary:hover {
    background: rgba(206, 141, 84, 0.24);
}

.alert {
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 18px;
}

.alert-success {
    background: rgba(47, 125, 74, 0.12);
    color: var(--success);
}

.alert-error {
    background: rgba(196, 75, 66, 0.12);
    color: var(--danger);
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.badge-success { background: rgba(47, 125, 74, 0.12); color: var(--success); }
.badge-warning { background: rgba(198, 125, 39, 0.12); color: var(--warning); }
.badge-danger { background: rgba(196, 75, 66, 0.12); color: var(--danger); }
.badge-muted { background: rgba(72, 55, 37, 0.08); color: var(--muted); }

.auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.auth-card {
    width: min(460px, 100%);
    padding: 32px;
}

.auth-card h1 {
    margin: 10px 0;
}

.stack, .stack-lg {
    display: grid;
    gap: 14px;
}

.stack-lg {
    gap: 22px;
}

label {
    display: grid;
    gap: 8px;
    font-weight: 600;
}

input, textarea, select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    padding: 12px 14px;
    color: var(--text);
}

input:focus, textarea:focus, select:focus {
    outline: 2px solid rgba(206, 141, 84, 0.3);
    border-color: var(--primary);
}

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

.campaign-settings-grid {
    grid-template-columns: minmax(260px, 1.6fr) minmax(220px, 1fr) minmax(180px, 0.7fr);
    align-items: end;
}

.form-row {
    grid-template-columns: 2fr 1fr;
    align-items: end;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox input {
    width: 18px;
    height: 18px;
}

.full-width {
    grid-column: 1 / -1;
}

.search-row {
    grid-template-columns: 1fr auto;
    margin-bottom: 18px;
}

.stats-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-inline > div {
    display: grid;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
}

.stats-inline strong {
    font-size: 1.4rem;
}

.activity-list {
    display: grid;
    gap: 14px;
}

.activity-item {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
}

.sheet-toolbar {
    display: flex;
    gap: 12px;
}

.bulk-toolbar {
    grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
    align-items: end;
}

.bulk-grid {
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.bulk-grid .bulk-cell-error {
    background: rgba(196, 75, 66, 0.12) !important;
    box-shadow: inset 0 0 0 2px rgba(196, 75, 66, 0.45);
}

.bulk-grid .tabulator {
    border: 0;
    background: transparent;
    font-family: "Montserrat", sans-serif;
}

.bulk-grid .tabulator-header {
    background: linear-gradient(180deg, rgba(206, 141, 84, 0.18), rgba(206, 141, 84, 0.08));
    border-bottom: 1px solid var(--border);
}

.bulk-grid .tabulator-col {
    background: transparent !important;
    border-right: 1px solid rgba(66, 48, 31, 0.08);
}

.bulk-grid .tabulator-col-title {
    color: var(--primary-dark);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.bulk-grid .tabulator-row {
    background: rgba(255, 253, 250, 0.96);
}

.bulk-grid .tabulator-row:nth-child(even) {
    background: rgba(247, 242, 236, 0.88);
}

.bulk-grid .tabulator-row.tabulator-selected {
    background: rgba(206, 141, 84, 0.18) !important;
}

.bulk-grid .tabulator-cell {
    padding: 10px 12px;
    border-right: 1px solid rgba(66, 48, 31, 0.06);
}

.bulk-grid .tabulator-cell input,
.bulk-grid .tabulator-cell select {
    min-height: 42px;
}

.bulk-site-select {
    width: 100%;
    border: 1px solid rgba(66, 48, 31, 0.12);
    border-radius: 10px;
    background: #fff;
    padding: 9px 12px;
    color: var(--text);
}

.bulk-delete-row {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(196, 75, 66, 0.14);
    color: var(--danger);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.bulk-delete-row:hover {
    background: rgba(196, 75, 66, 0.22);
}

.button-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.status-cell {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.retry-inline-form {
    margin: 0;
}

.retry-icon-button {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(206, 141, 84, 0.16);
    color: var(--primary-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0;
}

.retry-icon-button:hover {
    background: rgba(206, 141, 84, 0.28);
}

.actions-cell {
    display: flex;
    gap: 8px;
    align-items: center;
}

.small-code {
    display: inline-block;
    max-width: 360px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.82rem;
    color: var(--muted);
}

@media (max-width: 1100px) {
    .app-shell,
    .stats-grid,
    .grid-two,
    .form-grid,
    .form-row,
    .stats-inline {
        grid-template-columns: 1fr;
    }

    .sidebar {
        display: none;
    }

    .main {
        padding: 18px;
    }

    .topbar {
        flex-direction: column;
    }

    .panel {
        padding: 18px;
    }

    .panel-header {
        flex-direction: column;
        align-items: stretch;
    }

    .button-group {
        flex-wrap: wrap;
    }

    .table-compact {
        min-width: 760px;
    }

    .table-compact th,
    .table-compact td {
        padding: 8px 6px;
        font-size: 0.76rem;
    }

    .table-compact thead th {
        font-size: 0.62rem;
    }

    .cell-medium {
        max-width: 120px;
    }

    .cell-url,
    .cell-error,
    .small-code {
        max-width: 140px;
    }
}

@media (max-width: 760px) {
    .campaign-detail-table {
        min-width: 100%;
    }

    .campaign-detail-table thead {
        display: none;
    }

    .campaign-detail-table,
    .campaign-detail-table tbody,
    .campaign-detail-table tr,
    .campaign-detail-table td {
        display: block;
        width: 100%;
    }

    .campaign-detail-table tr {
        margin-bottom: 14px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: rgba(255, 253, 250, 0.96);
        overflow: hidden;
    }

    .campaign-detail-table td {
        border-bottom: 1px solid rgba(66, 48, 31, 0.08);
        padding: 10px 12px 10px 132px;
        position: relative;
        min-height: 42px;
        white-space: normal;
        max-width: none;
        word-break: break-word;
    }

    .campaign-detail-table td:last-child {
        border-bottom: 0;
    }

    .campaign-detail-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        top: 10px;
        width: 108px;
        color: var(--muted);
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .campaign-detail-table .cell-tight,
    .campaign-detail-table .cell-medium,
    .campaign-detail-table .cell-url,
    .campaign-detail-table .cell-error {
        max-width: none;
    }

    .campaign-detail-table .badge {
        font-size: 0.76rem;
    }
}
