:root {
    --muno-ink: #101114;
    --muno-cream: #f3f0e8;
    --muno-bg: #f6f5f1;
    --muno-paper: #ffffff;
    --muno-line: rgba(16, 17, 20, 0.085);
    --muno-line-strong: rgba(16, 17, 20, 0.14);
    --muno-muted: #77746e;
    --muno-petrol: #143b43;
    --muno-green: #356650;
    --muno-mustard: #b0863a;
    --muno-wine: #8f3154;
    --muno-coral: #c95b3d;
    --muno-shadow: 0 1px 2px rgba(16, 17, 20, 0.035), 0 16px 40px -32px rgba(16, 17, 20, 0.28);
    --muno-radius: 16px;
    --muno-radius-lg: 22px;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    background: var(--muno-bg);
}

body,
button,
input,
select,
textarea {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
    margin: 0;
    background: var(--muno-bg);
    color: var(--muno-ink);
    font-size: 14px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
input[type="file"] {
    cursor: pointer;
}

a {
    color: inherit;
}

svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eyebrow,
.nav-label {
    display: block;
    color: #77736c;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.eyebrow-light {
    color: rgba(247, 244, 236, 0.55);
}

.sr-only,
.hp-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Login */

.login-page {
    min-height: 100vh;
}

.login-shell {
    display: grid;
    grid-template-columns: minmax(360px, 42%) 1fr;
    min-height: 100vh;
}

.login-aside {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 42px 50px;
    background: #111111;
    color: #f7f4ec;
}

.login-aside::after {
    position: absolute;
    right: -205px;
    bottom: -205px;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(247, 244, 236, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 65px rgba(247, 244, 236, 0.018),
        0 0 0 130px rgba(247, 244, 236, 0.012);
    content: "";
}

.login-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    width: max-content;
}

.login-brand-mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: var(--muno-cream);
}

.login-brand-mark img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.login-brand-text strong {
    display: block;
    font-size: 13px;
    font-weight: 680;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.login-brand-text small {
    display: block;
    margin-top: 5px;
    color: rgba(247, 244, 236, 0.42);
    font-size: 10px;
}

.login-copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: auto 0;
}

.login-copy h1 {
    margin: 18px 0 20px;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 620;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.login-copy p {
    max-width: 440px;
    margin: 0;
    color: rgba(247, 244, 236, 0.54);
    font-size: 14px;
    line-height: 1.7;
}

.login-flow {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
}

.login-flow span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(247, 244, 236, 0.48);
    font-size: 9.5px;
}

.login-flow i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(247, 244, 236, 0.18);
    border-radius: 50%;
    font-size: 8.5px;
    font-style: normal;
}

.login-main {
    display: grid;
    padding: 48px;
    place-items: center;
}

.login-card {
    width: min(430px, 100%);
    padding: 36px;
    border: 1px solid var(--muno-line);
    border-radius: var(--muno-radius-lg);
    background: var(--muno-paper);
    box-shadow: var(--muno-shadow);
}

.login-card h2 {
    margin: 11px 0 8px;
    font-size: 29px;
    font-weight: 660;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.login-intro {
    margin: 0;
    color: var(--muno-muted);
    font-size: 12px;
    line-height: 1.6;
}

.login-form {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.login-legal {
    margin: 23px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--muno-line);
    color: #99958d;
    font-size: 9px;
    line-height: 1.55;
    text-align: center;
}

/* Portal shell */

.portal-shell {
    min-height: 100vh;
}

.portal-sidebar {
    position: fixed;
    z-index: 20;
    inset: 0 auto 0 0;
    display: flex;
    width: 224px;
    flex-direction: column;
    padding: 24px 16px 18px;
    background: #111111;
    color: #f7f4ec;
}

.side-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 8px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.side-brand-mark {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: var(--muno-cream);
}

.side-brand-mark img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.side-brand strong {
    display: block;
    font-size: 14px;
    font-weight: 680;
    letter-spacing: 0.15em;
    line-height: 1;
    text-transform: uppercase;
}

.side-brand small {
    display: block;
    margin-top: 5px;
    color: rgba(247, 244, 236, 0.43);
    font-size: 10.5px;
}

.side-nav {
    padding-top: 28px;
}

.side-nav .nav-label,
.side-flow .nav-label {
    margin-bottom: 10px;
    padding: 0 10px;
    color: rgba(247, 244, 236, 0.38);
}

.side-nav-item {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 0 11px;
    border-radius: 12px;
    background: var(--muno-cream);
    color: #121212;
    font-size: 12.5px;
    font-weight: 620;
}

.side-flow {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    color: rgba(247, 244, 236, 0.5);
}

.flow-step:not(:last-child)::after {
    position: absolute;
    top: 37px;
    left: 22px;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.12);
    content: "";
}

.flow-step i {
    display: grid;
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(247, 244, 236, 0.2);
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
}

.flow-step.is-active i {
    border-color: var(--muno-cream);
    background: var(--muno-cream);
    color: #111111;
}

.flow-step strong {
    display: block;
    color: rgba(247, 244, 236, 0.86);
    font-size: 11.5px;
    font-weight: 620;
}

.flow-step small {
    display: block;
    margin-top: 2px;
    color: rgba(247, 244, 236, 0.38);
    font-size: 9.5px;
}

.side-footer {
    margin-top: auto;
    padding: 18px 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.side-footer form {
    margin: 0 0 18px;
}

.side-logout {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(247, 244, 236, 0.66);
    font-size: 11.5px;
}

.side-footer > small {
    color: rgba(247, 244, 236, 0.32);
    font-size: 9.5px;
}

.portal-main {
    min-height: 100vh;
    margin-left: 224px;
}

.topbar {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    height: 68px;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    border-bottom: 1px solid var(--muno-line);
    background: rgba(246, 245, 241, 0.92);
    backdrop-filter: blur(10px);
}

.topbar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.breadcrumb {
    color: #8b8780;
}

.topbar-title strong {
    font-weight: 650;
}

.user-chip {
    display: flex;
    align-items: center;
    gap: 9px;
}

.user-avatar {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #171717;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.user-chip strong,
.user-chip small {
    display: block;
}

.user-chip strong {
    max-width: 190px;
    overflow: hidden;
    font-size: 11.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-chip small {
    margin-top: 2px;
    color: #8b8780;
    font-size: 9.5px;
}

.page-content {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 34px 72px;
}

.page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.page-heading h1 {
    margin: 9px 0 10px;
    font-size: 34px;
    font-weight: 660;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.page-heading p {
    max-width: 690px;
    margin: 0;
    color: #69655e;
    font-size: 13.5px;
    line-height: 1.6;
}

.status-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--muno-line);
    border-radius: 999px;
    background: #ffffff;
    color: #4e4b45;
    font-size: 10.5px;
    font-weight: 650;
}

.status-pill i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--muno-green);
    box-shadow: 0 0 0 4px rgba(53, 102, 80, 0.1);
}

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

.portal-form {
    display: grid;
    gap: 14px;
}

.section-card,
.summary-card {
    border: 1px solid var(--muno-line);
    border-radius: 18px;
    background: var(--muno-paper);
    box-shadow: var(--muno-shadow);
}

.section-card {
    padding: 22px;
}

.section-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 19px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--muno-line);
}

.section-index {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 9px;
    background: #f3f2ed;
    color: #4f4b44;
    font-size: 9.5px;
    font-weight: 750;
    letter-spacing: 0.05em;
}

.section-heading h2 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -0.015em;
    line-height: 1.2;
}

.section-heading p {
    margin: 0;
    color: #77736c;
    font-size: 11.5px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 14px;
}

.field {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #656159;
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.field-wide {
    grid-column: 1 / -1;
}

.field-meta {
    float: right;
    color: #9a968e;
    font-size: 8.5px;
    font-weight: 650;
    letter-spacing: 0.04em;
}

.input,
.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 43px;
    padding: 0 12px;
    border: 1px solid var(--muno-line-strong);
    border-radius: 11px;
    outline: 0;
    background: #ffffff;
    color: #1d1b18;
    font-size: 12.5px;
    font-weight: 430;
    letter-spacing: 0;
    text-transform: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: #55524b;
    box-shadow: 0 0 0 3px rgba(16, 17, 20, 0.06);
}

.input::placeholder,
.field input::placeholder {
    color: #aaa6a0;
}

.field input[type="file"] {
    padding: 7px;
    color: #77736c;
    font-size: 10px;
}

.field input[type="file"]::file-selector-button {
    height: 28px;
    margin-right: 10px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: #f3f2ed;
    color: #2a2824;
    font-size: 10px;
    font-weight: 650;
}

.password-wrap {
    position: relative;
}

.password-wrap .input {
    padding-right: 72px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 5px;
    border: 0;
    background: transparent;
    color: #77736c;
    font-size: 9.5px;
    font-weight: 650;
    transform: translateY(-50%);
}

.hint {
    margin: 0;
    color: var(--muno-muted);
    font-size: 10px;
    font-weight: 430;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
}

.inline-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 11px;
    background: #f4f5f3;
    color: #46534c;
    font-size: 10.5px;
    line-height: 1.5;
}

.inline-note svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    margin-top: 1px;
}

.coupon-family {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 15px;
}

.coupon-preview {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--muno-line);
    border-top-width: 3px;
    border-radius: 13px;
    background: #fafaf8;
}

.coupon-preview:nth-child(1) {
    border-top-color: var(--muno-green);
}

.coupon-preview:nth-child(2) {
    border-top-color: var(--muno-mustard);
}

.coupon-preview:nth-child(3) {
    border-top-color: var(--muno-wine);
}

.coupon-preview > span {
    display: block;
    color: #77736c;
    font-size: 8.5px;
    font-weight: 740;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.coupon-preview strong {
    display: block;
    overflow: hidden;
    margin: 7px 0 6px;
    font-size: 11.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon-preview small {
    color: #77736c;
    font-size: 9.5px;
    line-height: 1.45;
}

.review-section {
    border-color: rgba(176, 134, 58, 0.25);
}

.review-intro {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 13px;
    border: 1px solid rgba(176, 134, 58, 0.18);
    border-radius: 12px;
    background: #fcf8ef;
    color: #5d4a28;
    font-size: 11px;
    line-height: 1.55;
}

.review-intro svg {
    flex: 0 0 auto;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.review-card {
    padding: 15px;
    border: 1px solid var(--muno-line);
    border-radius: 14px;
    background: #fafaf8;
}

.review-card h3 {
    margin: 0 0 8px;
    font-size: 12.5px;
}

.review-meta {
    margin: 0 0 13px;
    color: #77736c;
    font-size: 10.5px;
    line-height: 1.6;
}

.review-meta strong {
    color: #2f2c28;
}

.checkbox-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 9px;
    border: 1px solid var(--muno-line);
    border-radius: 9px;
    background: #ffffff;
    color: #4f4b44;
    font-size: 10px;
}

.checkbox-item input {
    width: 14px;
    height: 14px;
    accent-color: var(--muno-ink);
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px 15px 19px;
    border: 1px solid var(--muno-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--muno-shadow);
}

.form-actions strong,
.form-actions small {
    display: block;
}

.form-actions strong {
    font-size: 11.5px;
}

.form-actions small {
    margin-top: 3px;
    color: #8b8780;
    font-size: 9.5px;
}

.primary-button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    border: 0;
    border-radius: 11px;
    background: #111111;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 680;
    transition: background 0.18s ease, transform 0.18s ease;
}

.primary-button:hover {
    background: #2a2a28;
    transform: translateY(-1px);
}

.primary-button svg {
    width: 15px;
}

.summary-column {
    position: sticky;
    top: 84px;
    display: grid;
    gap: 14px;
}

.summary-card {
    padding: 19px;
}

.summary-card-dark {
    border-color: #171717;
    background: #171717;
    color: #ffffff;
}

.summary-card h2 {
    margin: 10px 0 7px;
    font-size: 27px;
    font-weight: 680;
    letter-spacing: -0.04em;
}

.summary-lead {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 11.5px;
    line-height: 1.55;
}

.system-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 10.5px;
}

.system-row span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.65);
}

.system-row svg {
    width: 15px;
}

.system-row strong {
    font-size: 10px;
    text-align: right;
}

.process-list {
    display: grid;
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.process-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #504d47;
    font-size: 10.5px;
}

.process-list i {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: #f3f2ed;
    font-size: 9px;
    font-style: normal;
    font-weight: 720;
}

.security-note {
    display: flex;
    gap: 10px;
    padding: 15px;
    border: 1px solid rgba(20, 59, 67, 0.08);
    border-radius: 15px;
    background: #f0f2f2;
    color: #263b40;
}

.security-note svg {
    width: 16px;
    flex: 0 0 auto;
}

.security-note strong {
    font-size: 10.5px;
}

.security-note p {
    margin: 4px 0 0;
    color: #627074;
    font-size: 9.5px;
    line-height: 1.45;
}

/* Feedback and result states */

.notice {
    padding: 12px 13px;
    border: 1px solid var(--muno-line);
    border-radius: 12px;
    background: #fafaf8;
    color: #4f4b44;
    font-size: 11px;
    line-height: 1.55;
}

.page-notice {
    margin-bottom: 16px;
}

.notice-spaced {
    margin-top: 20px;
}

.notice-error {
    border-color: rgba(201, 91, 61, 0.22);
    background: #fff8f5;
    color: #8f3e28;
}

.notice-info {
    border-color: rgba(20, 59, 67, 0.13);
    background: #f0f2f2;
    color: #263b40;
}

.notice-success {
    border-color: rgba(53, 102, 80, 0.18);
    background: #f2f7f3;
    color: #28523d;
}

.notice-warning {
    border-color: rgba(176, 134, 58, 0.22);
    background: #fcf8ef;
    color: #72551c;
}

.result-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -0.015em;
}

.result-group {
    margin-top: 17px;
}

.result-group-title {
    display: block;
    margin-bottom: 8px;
    color: #77736c;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

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

.coupon-item {
    padding: 12px;
    border: 1px solid var(--muno-line);
    border-radius: 12px;
    background: #fafaf8;
}

.coupon-item .notice {
    margin-top: 10px;
}

.coupon-code {
    display: block;
    margin-bottom: 5px;
    color: #191919;
    font-size: 12px;
    font-weight: 680;
    overflow-wrap: anywhere;
}

.coupon-meta {
    margin: 0;
    color: #77736c;
    font-size: 10px;
    line-height: 1.55;
}

.coupon-meta strong {
    color: #36332e;
}

.result-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 7px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f2ed;
    color: #4f4b44;
    font-size: 8.5px;
    font-weight: 720;
    text-transform: uppercase;
}

.result-status.is-success {
    background: #eaf3ed;
    color: #28523d;
}

.result-status.is-error {
    background: #faebe6;
    color: #8f3e28;
}

.debug-details {
    margin-top: 14px;
    border: 1px solid var(--muno-line);
    border-radius: 12px;
    background: #fafaf8;
}

.debug-details summary {
    padding: 11px 12px;
    color: #5f5b53;
    font-size: 10px;
    font-weight: 650;
}

.debug-details pre {
    max-height: 280px;
    overflow: auto;
    margin: 0;
    padding: 0 12px 12px;
    color: #4f4b44;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 9px;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 1080px) {
    .workspace-grid {
        grid-template-columns: 1fr;
    }

    .summary-column {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .security-note {
        grid-column: 1 / -1;
    }

    .coupon-family {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 780px) {
    .portal-sidebar {
        position: static;
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        padding: 12px 14px;
    }

    .side-brand {
        padding: 0;
        border: 0;
    }

    .side-brand-mark {
        width: 34px;
        height: 34px;
    }

    .side-brand small,
    .side-flow,
    .side-footer,
    .side-nav .nav-label {
        display: none;
    }

    .side-nav {
        margin-left: auto;
        padding: 0;
    }

    .side-nav-item {
        min-height: 36px;
    }

    .portal-main {
        margin-left: 0;
    }

    .topbar {
        height: 60px;
        padding: 0 18px;
    }

    .breadcrumb {
        display: none;
    }

    .page-content {
        padding: 28px 16px 54px;
    }

    .page-heading {
        align-items: flex-start;
    }

    .page-heading h1 {
        font-size: 29px;
    }

    .summary-column {
        grid-template-columns: 1fr;
    }

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

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

    .form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .primary-button {
        width: 100%;
    }

    .login-shell {
        grid-template-columns: 1fr;
    }

    .login-aside {
        min-height: 300px;
        padding: 26px;
    }

    .login-copy {
        margin: 64px 0 0;
    }

    .login-copy h1 {
        font-size: 34px;
    }

    .login-flow {
        display: none;
    }

    .login-main {
        padding: 46px 18px;
    }
}

@media (max-width: 520px) {
    .user-chip > div,
    .status-pill {
        display: none;
    }

    .page-heading {
        margin-bottom: 20px;
    }

    .section-card {
        padding: 18px;
    }

    .section-heading {
        padding-bottom: 15px;
    }

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

    .login-card {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .login-aside {
        min-height: 270px;
    }

    .login-copy {
        margin-top: 48px;
    }

    .login-copy h1 {
        font-size: 30px;
    }
}
