:root {
    --forest-950: #0f1a15;
    --forest-900: #18261d;
    --forest-800: #24372b;
    --forest-700: #31503a;
    --forest-600: #456546;
    --sage-500: #a5b382;
    --sage-400: #c3cea0;
    --sage-300: #d7e0bb;
    --moss-500: #7b8251;
    --stone-100: #f7f3eb;
    --stone-200: #eee7db;
    --stone-300: #ddd4c6;
    --charcoal-900: #1f241f;
    --charcoal-700: #4e564c;
    --charcoal-500: #758070;
    --white: #ffffff;
    --danger: #a3483d;
    --success: #2d6a4f;
    --shadow: 0 28px 80px rgba(17, 28, 22, 0.18);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    max-width: 100%;
    overflow-x: clip;
    font-family: "Manrope", sans-serif;
    color: var(--charcoal-900);
    background:
        radial-gradient(circle at top left, rgba(199, 214, 164, 0.9), transparent 34%),
        radial-gradient(circle at bottom right, rgba(45, 70, 44, 0.18), transparent 30%),
        linear-gradient(180deg, #eef1e6 0%, #f8f4ee 38%, #f3efe7 100%);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

.page-shell {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 32px 22px 42px;
}

.ambient {
    position: fixed;
    inset: auto;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
    opacity: 0.45;
}

.ambient-one {
    top: -80px;
    right: -40px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(120, 143, 97, 0.26), transparent 68%);
}

.ambient-two {
    bottom: -100px;
    left: -60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(30, 54, 33, 0.22), transparent 68%);
}

.layout-grid {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 1.02fr) minmax(360px, 0.98fr);
    gap: 24px;
    align-items: stretch;
}

.hero-panel,
.card-shell,
.metric-card,
.admin-topbar {
    border: 1px solid rgba(83, 99, 76, 0.12);
    box-shadow: var(--shadow);
}

.hero-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 780px;
    padding: 34px;
    background-color: #16251d;
    background:
        linear-gradient(180deg, rgba(9, 19, 14, 0.16), rgba(9, 19, 14, 0.54)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 15% 18%, rgba(214, 226, 183, 0.55), transparent 36%),
        linear-gradient(145deg, #16251d 0%, #244233 44%, #101d17 100%);
    border-radius: var(--radius-xl);
    overflow: hidden;
    color: var(--stone-100);
}

.hero-panel::before,
.hero-panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.hero-panel::before {
    bottom: 148px;
    height: 230px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.12) 100%);
    clip-path: polygon(0 100%, 0 54%, 11% 66%, 18% 43%, 28% 61%, 40% 18%, 55% 63%, 68% 30%, 81% 62%, 92% 36%, 100% 57%, 100% 100%);
    opacity: 0.9;
}

.hero-panel::after {
    bottom: -18px;
    height: 190px;
    background:
        linear-gradient(180deg, rgba(14, 25, 19, 0), rgba(14, 25, 19, 0.5)),
        linear-gradient(90deg, rgba(198, 207, 150, 0.7), rgba(45, 63, 32, 0.92));
    clip-path: polygon(0 100%, 0 70%, 18% 72%, 33% 78%, 48% 90%, 64% 94%, 84% 82%, 100% 64%, 100% 100%);
}

.hero-panel-compact {
    min-height: 620px;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
    text-align: center;
}

.eyebrow,
.section-kicker,
.mini-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
}

.eyebrow {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(240, 246, 228, 0.12);
    border: 1px solid rgba(240, 246, 228, 0.16);
    color: #edf4dd;
}

.hero-copy h1,
.card-header h2,
.form-stage h3,
.admin-topbar h1 {
    margin: 16px 0 12px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: -0.03em;
    line-height: 0.98;
}

.hero-copy h1 {
    font-size: clamp(3.3rem, 6vw, 5.8rem);
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
}

.hero-copy p,
.lede,
.summary-card span,
.status-banner p,
.admin-subcopy,
.field-note {
    color: rgba(247, 243, 235, 0.85);
}

.hero-copy p {
    max-width: 50ch;
    margin: 0 auto;
    font-size: 1.04rem;
    line-height: 1.8;
}

.hero-brand-stage {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 680px;
    justify-items: center;
}

.hero-logo-wrap,
.brand-lockup {
    position: relative;
    z-index: 2;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    place-items: center;
    width: 100%;
    height: 320px;
    padding: 24px;
    border-radius: 26px;
    background: #fdfcf8;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 24px 54px rgba(14, 24, 18, 0.18);
}

.hero-logo-wrap::before,
.brand-lockup::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 236, 228, 0.92)),
        radial-gradient(circle at top left, rgba(214, 220, 198, 0.38), transparent 38%);
}

.hero-logo-main {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.brand-secondary-logo {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.content-panel {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.card-shell {
    position: relative;
    width: 100%;
    min-width: 0;
    scroll-margin-top: 16px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 237, 0.95)),
        radial-gradient(circle at top right, rgba(199, 211, 156, 0.22), transparent 38%);
    overflow: hidden;
}

.card-shell::after {
    content: "";
    position: absolute;
    inset: auto -60px -120px auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(130, 151, 106, 0.12), transparent 70%);
    pointer-events: none;
}

.card-header,
.admin-topbar {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

.card-header > div,
.admin-topbar > div {
    min-width: 0;
}

.card-header {
    position: relative;
    z-index: 1;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(75, 91, 67, 0.12);
}

.section-kicker,
.mini-label {
    color: var(--charcoal-500);
}

.card-header h2,
.form-stage h3,
.admin-topbar h1 {
    font-size: clamp(2.1rem, 3vw, 3rem);
    color: var(--charcoal-900);
    max-width: 100%;
}

.step-indicator {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-indicator li {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(76, 95, 69, 0.16);
    background: rgba(205, 214, 183, 0.18);
    color: var(--charcoal-500);
    font-weight: 800;
}

.step-indicator li.is-current {
    background: linear-gradient(135deg, var(--forest-700), var(--forest-900));
    color: var(--stone-100);
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(20, 40, 26, 0.22);
}

.form-stage {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding-top: 24px;
}

.form-stage.is-active {
    animation: stage-in 0.28s ease;
}

.is-hidden {
    display: none !important;
}

.step-chip {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(208, 218, 183, 0.34);
    color: var(--forest-900);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lede {
    margin: 0 0 24px;
    color: var(--charcoal-700);
    font-size: 1rem;
    line-height: 1.8;
}

.stack-form {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.choice-grid {
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.choice-grid legend {
    margin-bottom: 14px;
    font-weight: 800;
    color: var(--charcoal-700);
}

.choice-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 18px;
    border-radius: 22px;
    background: #f7f4ed;
    border: 1px solid rgba(83, 98, 73, 0.14);
    color: var(--charcoal-700);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.choice-card:hover {
    transform: translateY(-2px);
    border-color: rgba(53, 86, 56, 0.28);
}

.choice-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.choice-card.is-selected,
.choice-card:has(input:checked) {
    background: linear-gradient(135deg, rgba(29, 49, 31, 0.94), rgba(62, 90, 54, 0.94));
    color: var(--stone-100);
    border-color: transparent;
    box-shadow: 0 18px 34px rgba(32, 52, 35, 0.22);
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
}

.field-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 220px));
}

.field {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.field-control {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.field-control-date {
    overflow: hidden;
    border-radius: 18px;
    max-width: 100%;
    min-width: 0;
    contain: inline-size;
}

.field span {
    font-size: 0.93rem;
    font-weight: 800;
    color: var(--charcoal-700);
}

input,
select,
button {
    font: inherit;
}

input,
select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(76, 95, 69, 0.16);
    background: rgba(255, 255, 255, 0.88);
    color: var(--charcoal-900);
    padding: 0 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

input[type="date"],
input[type="text"],
input[type="email"] {
    inline-size: 100%;
}

.field-control-date > input[type="date"] {
    box-sizing: border-box;
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0;
    -webkit-appearance: none;
    appearance: none;
}

.field-control-date > input[type="date"]::-webkit-date-and-time-value {
    min-width: 0;
    text-align: left;
}

.field-control-date > input[type="date"]::-webkit-datetime-edit,
.field-control-date > input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    min-width: 0;
    max-width: 100%;
    padding: 0;
}

.field-control-date > input[type="date"]::-webkit-calendar-picker-indicator {
    margin: 0;
    flex-shrink: 0;
}

input:focus,
select:focus {
    outline: none;
    border-color: rgba(42, 78, 48, 0.6);
    box-shadow: 0 0 0 5px rgba(164, 183, 130, 0.18);
}

input.has-error,
select.has-error {
    border-color: rgba(163, 73, 61, 0.5);
}

.status-banner,
.metric-card,
.summary-card,
.admin-topbar {
    border-radius: 24px;
}
.summary-card strong,
.metric-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.empty-edit-state p,
.status-banner p,
.feedback,
.field-note,
.summary-card span,
.empty-state {
    margin: 0;
    line-height: 1.65;
    color: var(--charcoal-700);
}

.field-note {
    font-size: 0.88rem;
}

.completion-note {
    margin: 0 0 22px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--charcoal-700);
}

.is-disabled {
    opacity: 0.55;
}

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

.hero-start-wrap {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

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

.btn:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--forest-700), var(--forest-900));
    color: var(--stone-100);
    box-shadow: 0 18px 34px rgba(24, 39, 25, 0.22);
}

.btn-secondary {
    background: rgba(245, 241, 232, 0.86);
    color: var(--charcoal-900);
    border: 1px solid rgba(78, 94, 70, 0.14);
}

.btn-hero-start {
    min-width: 220px;
    color: var(--stone-100);
    background: linear-gradient(135deg, rgba(214, 226, 183, 0.22), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(240, 246, 228, 0.22);
    box-shadow:
        0 18px 30px rgba(12, 25, 18, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    animation: hero-start-pulse 2.8s ease-in-out infinite;
}

.feedback {
    font-size: 0.92rem;
    font-weight: 700;
}

.field-error {
    display: block;
    margin-top: 8px;
}

.feedback-error {
    color: var(--danger);
}

.feedback-success {
    color: var(--success);
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.summary-card {
    padding: 20px;
    background: #fbfaf6;
    border: 1px solid rgba(83, 98, 73, 0.12);
}

.summary-card span {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.status-banner {
    padding: 18px 20px;
    margin-bottom: 22px;
    border: 1px solid rgba(83, 98, 73, 0.12);
    background: #f7f4ed;
}

.status-banner span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.status-banner strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.06rem;
}

.is-accepted {
    background: rgba(38, 95, 63, 0.1);
    color: #215039;
}

.is-declined {
    background: rgba(163, 73, 61, 0.1);
    color: #8a3f35;
}

.is-sent {
    background: rgba(45, 106, 79, 0.1);
    color: #22533d;
}

.is-failed {
    background: rgba(163, 73, 61, 0.12);
    color: #8a3f35;
}

.is-skipped {
    background: rgba(118, 128, 112, 0.12);
    color: #5b6556;
}

.is-pending {
    background: rgba(133, 112, 64, 0.12);
    color: #6a5930;
}

.admin-body {
    background:
        radial-gradient(circle at top right, rgba(193, 208, 156, 0.7), transparent 28%),
        linear-gradient(180deg, #eef0e7 0%, #f7f2ea 100%);
}

.admin-login-shell {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(340px, 0.92fr);
    gap: 24px;
}

.login-secondary-logo {
    max-width: 100%;
}

.admin-layout {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.admin-topbar {
    padding: 26px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 241, 234, 0.92));
}

.admin-subcopy {
    margin: 6px 0 0;
    color: var(--charcoal-700);
}

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

.metric-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.92);
}

.metric-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--charcoal-500);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.metric-card strong {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-family: "Cormorant Garamond", serif;
    color: var(--charcoal-900);
}

.admin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.92fr);
    gap: 24px;
}

.admin-table-card,
.admin-edit-card {
    min-width: 0;
}

.table-wrap {
    overflow: auto;
    padding-top: 24px;
}

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

.data-table th,
.data-table td {
    padding: 16px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(85, 99, 77, 0.1);
    vertical-align: top;
    font-size: 0.94rem;
}

.data-table th {
    color: var(--charcoal-500);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

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

.table-link,
.danger-link {
    font-weight: 800;
    color: var(--forest-700);
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.danger-link {
    color: var(--danger);
}

.inline-form {
    display: inline;
    margin-left: 12px;
}

.empty-state,
.empty-edit-state {
    padding: 24px 0 4px;
    color: var(--charcoal-700);
}

.admin-flash {
    padding: 0 4px;
}

@keyframes stage-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-start-pulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow:
            0 18px 30px rgba(12, 25, 18, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    50% {
        transform: translateY(-2px);
        box-shadow:
            0 24px 38px rgba(12, 25, 18, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

@media (max-width: 1180px) {
    .layout-grid,
    .admin-grid,
    .admin-login-shell {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: 0;
    }

    .hero-panel::before {
        display: none;
    }

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

@media (max-width: 860px) {
    .page-shell {
        padding: 16px 12px 24px;
    }

    .layout-grid {
        gap: 16px;
    }

    .hero-panel,
    .card-shell,
    .admin-topbar {
        padding: 20px;
        border-radius: 28px;
    }

    .hero-panel {
        min-height: calc(100svh - 32px);
        justify-content: center;
        gap: 16px;
        align-items: stretch;
    }

    .hero-copy h1 {
        font-size: clamp(2.3rem, 9vw, 3.3rem);
        max-width: 8ch;
    }

    .hero-copy p {
        max-width: 22ch;
        margin: 0 auto;
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .hero-brand-stage {
        gap: 12px;
        margin-top: 4px;
    }

    .hero-logo-wrap,
    .brand-lockup {
        height: 178px;
        padding: 14px;
    }

    .hero-logo-main,
    .brand-secondary-logo {
        max-width: 82%;
        max-height: 74%;
    }

    .hero-start-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 4px;
    }

    .field-grid,
    .summary-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

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

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

    .card-header,
    .admin-topbar {
        flex-direction: column;
        align-items: stretch;
    }

    .card-header {
        gap: 8px;
        padding-bottom: 12px;
    }

    .card-header h2 {
        font-size: clamp(1.45rem, 5.8vw, 1.8rem);
        line-height: 1.04;
    }

    .section-kicker {
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }

    .step-indicator {
        display: none;
    }

    .form-stage {
        padding-top: 18px;
    }

    .form-stage h3 {
        font-size: clamp(2rem, 8vw, 2.35rem);
    }
}

@media (max-width: 640px) {
    .page-shell {
        padding: 10px 10px 20px;
    }

    .layout-grid {
        gap: 12px;
    }

    .hero-panel,
    .card-shell,
    .admin-topbar {
        padding: 16px;
        border-radius: 24px;
    }

    .hero-panel {
        min-height: calc(100svh - 20px);
        gap: 12px;
    }

    .hero-copy h1 {
        font-size: clamp(2.1rem, 9vw, 2.75rem);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .form-actions,
    .topbar-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-logo-wrap,
    .brand-lockup {
        padding: 12px;
        height: 156px;
        border-radius: 20px;
    }

    .hero-logo-main {
        max-width: 78%;
        max-height: 66%;
    }

    .brand-secondary-logo {
        max-width: 78%;
        max-height: 70%;
    }

    .hero-copy p {
        max-width: 20ch;
        margin: 0 auto;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .card-header {
        gap: 6px;
        padding-bottom: 10px;
    }

    .card-header h2 {
        font-size: clamp(1.28rem, 5vw, 1.55rem);
        line-height: 1.04;
    }

    .step-chip {
        margin-bottom: 8px;
        padding: 7px 10px;
    }

    .btn-hero-start {
        min-width: 0;
        width: min(100%, 240px);
    }

    .form-stage h3 {
        font-size: clamp(1.8rem, 8vw, 2.05rem);
    }

    .data-table th:nth-child(3),
    .data-table td:nth-child(3),
    .data-table th:nth-child(6),
    .data-table td:nth-child(6),
    .data-table th:nth-child(7),
    .data-table td:nth-child(7) {
        display: none;
    }
}
