:root {
    --app-green: #2BA2A8;
    --app-green-dark: #1D7F84;
    --app-green-deep: #131e24;
    --app-gold: #f7e841;
    --app-gold-soft: #fff9b8;
    --app-ink: #131e24;
    --app-muted: #7a7a7a;
    --app-secondary: #54595f;
    --app-border: #dce7e7;
    --app-bg: #f4f8f8;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top left, rgba(43, 162, 168, 0.13), transparent 30%),
        linear-gradient(180deg, #f7faf8, var(--app-bg));
    color: var(--app-ink);
}

main {
    flex: 1;
}

.app-navbar {
    background: linear-gradient(90deg, var(--app-green-dark), var(--app-green));
}

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

.app-sidebar {
    position: sticky;
    top: 22px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 44px);
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
        #fff;
    border: 1px solid rgba(217, 227, 223, 0.9);
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(19, 30, 36, 0.12);
}

.app-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 8px 8px 18px;
    color: var(--app-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--app-border);
}

.app-sidebar-brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--app-border);
    background: #fff;
    padding: 4px;
}

.app-sidebar-brand strong,
.app-sidebar-brand small {
    display: block;
    line-height: 1.05;
}

.app-sidebar-brand strong {
    font-size: 20px;
}

.app-sidebar-brand small {
    color: var(--app-muted);
    font-size: 13px;
    margin-top: 3px;
}

.app-sidebar-nav {
    display: grid;
    gap: 8px;
    padding: 18px 0;
}

.app-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 10px 12px;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 650;
}

.app-sidebar-link i {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #e6f6f6;
    color: var(--app-green);
}

.app-sidebar-link:hover,
.app-sidebar-link.active {
    color: var(--app-green-dark);
    background: #e6f6f6;
}

.app-sidebar-link.active i {
    color: #fff;
    background: var(--app-green);
}

.app-sidebar-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--app-border);
}

.app-user-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    background: #f5fbfb;
    border: 1px solid var(--app-border);
}

.app-user-chip i {
    color: var(--app-green);
    font-size: 24px;
}

.app-user-chip strong,
.app-user-chip small {
    display: block;
    line-height: 1.1;
}

.app-user-chip small {
    color: var(--app-muted);
    margin-top: 3px;
    text-transform: capitalize;
}

.app-logout {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 12px;
    color: #b42318;
    text-decoration: none;
    border-radius: 8px;
    background: #fff7f6;
}

.app-logout:hover {
    color: #7a271a;
    background: #fee4e2;
}

.app-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.app-content {
    width: 100%;
    max-width: 1440px;
    flex: 1;
    padding: 8px 4px 22px;
}

.navbar-brand img {
    border-radius: 8px;
    background: #fff;
    object-fit: cover;
}

.app-footer {
    padding: 18px 0;
    color: var(--app-muted);
    border-top: 0;
    background: transparent;
    font-size: 14px;
}

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

.page-title {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}

.panel {
    background: #fff;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(19, 30, 36, 0.07);
}

.dashboard-hero {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 22px;
    margin-bottom: 18px;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(43, 162, 168, 0.96), rgba(19, 30, 36, 0.98)),
        var(--app-green-dark);
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(43, 162, 168, 0.18);
}

.dashboard-eyebrow {
    color: var(--app-gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.dashboard-hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
}

.dashboard-hero p {
    max-width: 720px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
}

.dashboard-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dashboard-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 120px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--app-border);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(19, 30, 36, 0.08);
}

.stat-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #e6f6f6;
    color: var(--app-green);
    font-size: 22px;
}

.stat-icon-success {
    background: #dcfce7;
    color: #15803d;
}

.stat-icon-danger {
    background: #fee2e2;
    color: #b91c1c;
}

.stat-icon-warning {
    background: #fef3c7;
    color: #b45309;
}

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

.dashboard-table-panel,
.dashboard-side-panel {
    padding: 20px;
}

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

.panel-heading h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.panel-heading p {
    margin: 5px 0 0;
    color: var(--app-muted);
}

.app-table thead th {
    color: var(--app-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom-color: var(--app-border);
}

.date-pill {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-weight: 700;
    font-size: 13px;
}

.quick-action-list {
    display: grid;
    gap: 10px;
}

.quick-action-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px;
    color: var(--app-ink);
    text-decoration: none;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    background: #fbfdfc;
    font-weight: 650;
}

.quick-action-list a:hover {
    color: var(--app-green-dark);
    border-color: rgba(43, 162, 168, 0.35);
    background: #e6f6f6;
}

.quick-action-list i {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #fff;
    background: var(--app-green);
}

.stat {
    padding: 18px;
    min-height: 116px;
}

.stat-label {
    color: var(--app-muted);
    font-size: 14px;
    margin-bottom: 6px;
}

.stat-value {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

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

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

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.login-page main.container {
    max-width: none;
    display: grid;
    place-items: center;
    padding: 48px 16px;
}

.login-box {
    width: min(460px, 100%);
    overflow: hidden;
}

.login-topbar {
    height: 8px;
    background: linear-gradient(90deg, var(--app-green), var(--app-gold));
}

@media (max-width: 767px) {
    .page-header {
        display: block;
    }

    .page-header .btn,
    .page-header .btn-group {
        margin-top: 12px;
        width: 100%;
    }
}

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

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

    .app-sidebar-nav {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .app-sidebar-link {
        flex: 0 0 auto;
    }

    .app-sidebar-footer {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .app-user-chip {
        flex: 1;
    }

    .app-logout {
        margin-top: 0;
    }

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

    .dashboard-table-panel {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .app-shell {
        padding: 10px;
    }

    .app-sidebar {
        padding: 12px;
    }

    .app-sidebar-brand {
        padding-bottom: 12px;
    }

    .app-sidebar-footer {
        display: block;
    }

    .app-logout {
        margin-top: 10px;
    }

    .app-content {
        padding: 0 0 18px;
    }

    .dashboard-hero {
        display: block;
        padding: 22px;
    }

    .dashboard-hero h1 {
        font-size: 32px;
    }

    .dashboard-actions {
        margin-top: 18px;
    }

    .dashboard-actions .btn {
        width: 100%;
    }

    .dashboard-stat-grid,
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-table-panel {
        grid-column: auto;
    }

    .stat-card {
        min-height: 98px;
    }

    .panel-heading {
        display: block;
    }

    .panel-heading .btn {
        margin-top: 12px;
    }
}

.gf-public-body {
    background:
        linear-gradient(180deg, rgba(43, 162, 168, 0.09), rgba(247, 232, 65, 0.08) 38%, rgba(244, 248, 248, 1) 74%),
        var(--app-bg);
}

.gf-public-body main.container {
    max-width: 1120px;
}

.gf-public-body .app-footer {
    background: var(--app-green-deep);
    border-top: 4px solid var(--app-gold);
    color: rgba(255, 255, 255, 0.78);
}

.gf-public-page {
    display: grid;
    gap: 18px;
    max-width: 1040px;
    margin: 0 auto;
}

.gf-hero {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(43, 162, 168, 0.96), rgba(19, 30, 36, 0.98)), var(--app-green-deep);
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 22px 55px rgba(43, 162, 168, 0.22);
}

.gf-error-hero {
    max-width: 760px;
    margin: 48px auto;
}

.gf-hero-bar {
    height: 9px;
    background: linear-gradient(90deg, var(--app-gold), var(--app-gold-soft), var(--app-green));
}

.gf-brand-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px 26px 0;
}

.gf-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gf-brand img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.gf-brand-name {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.1;
}

.gf-brand-subtitle {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.gf-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

.gf-status-success {
    background: rgba(220, 252, 231, 0.95);
    color: #14532d;
}

.gf-status-warning {
    background: rgba(254, 243, 199, 0.98);
    color: #7c4a03;
}

.gf-status-danger {
    background: rgba(254, 226, 226, 0.98);
    color: #991b1b;
}

.gf-title-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 22px;
    padding: 42px 26px 30px;
}

.gf-kicker {
    color: var(--app-gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.gf-title-row h1 {
    margin: 0;
    font-size: 56px;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
}

.gf-title-row p {
    max-width: 720px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.35;
}

.gf-id-card {
    min-width: 150px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    text-align: right;
}

.gf-id-card span,
.gf-quick-grid span,
.gf-maintenance-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.gf-id-card strong {
    display: block;
    margin-top: 4px;
    font-size: 24px;
    line-height: 1;
}

.gf-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.13);
}

.gf-quick-grid > div {
    min-height: 96px;
    padding: 18px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.gf-quick-grid > div:last-child {
    border-right: 0;
}

.gf-quick-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.25;
}

.gf-technician-action {
    display: flex;
    justify-content: flex-end;
    padding: 18px 26px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gf-technician-action a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 16px;
    color: var(--app-green-deep);
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.gf-technician-action a:hover {
    color: var(--app-green-dark);
    background: var(--app-gold-soft);
}

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

.gf-panel {
    background: #fff;
    border: 1px solid var(--app-border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(19, 30, 36, 0.07);
    padding: 22px;
}

.gf-panel-primary {
    border-top: 5px solid var(--app-green);
}

.gf-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.gf-section-heading i {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e6f6f6;
    color: var(--app-green);
    font-size: 18px;
}

.gf-section-heading h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.gf-data-list {
    display: grid;
    grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
    gap: 10px 16px;
    margin: 0;
}

.gf-data-list dt {
    color: var(--app-muted);
    font-size: 13px;
    font-weight: 700;
}

.gf-data-list dd {
    margin: 0;
    min-width: 0;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.gf-maintenance-card {
    grid-column: span 2;
    background: linear-gradient(180deg, #fff, #f8fbf9);
}

.gf-maintenance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.gf-maintenance-grid > div {
    min-height: 116px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid var(--app-border);
    background: #fff;
}

.gf-maintenance-grid span {
    color: var(--app-muted);
}

.gf-maintenance-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 26px;
    line-height: 1;
    color: var(--app-green-dark);
}

.gf-maintenance-grid p {
    margin: 10px 0 0;
    color: var(--app-muted);
}


.qr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 14px;
}

.qr-label {
    display: grid;
    grid-template-columns: 172px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 206px;
    padding: 12px 16px;
    background:
        linear-gradient(90deg, rgba(43, 162, 168, 0.08), transparent 38%),
        #fff;
    border: 1px solid #2BA2A8;
    border-radius: 8px;
    break-inside: avoid;
    box-shadow: 0 12px 28px rgba(19, 30, 36, 0.08);
    position: relative;
    overflow: hidden;
}

.qr-label::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, #2BA2A8, var(--app-gold));
}

.qr-code-box {
    position: relative;
    width: 172px;
    height: 172px;
    background: #fff;
    border: 6px solid #fff;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(19, 30, 36, 0.12);
}

.qr-code {
    width: 172px;
    height: 172px;
}

.qr-code canvas,
.qr-code img {
    border-radius: 6px;
}

.qr-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(19, 30, 36, 0.18);
}

.qr-logo img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.qr-brand {
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--app-border);
}

.qr-brand strong {
    display: block;
    color: #2BA2A8;
    width: max-content;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 28px;
    font-stretch: condensed;
    font-weight: 700;
    letter-spacing: -0.035em;
    text-transform: none;
    transform: scaleX(0.9);
    transform-origin: left center;
    line-height: 1;
}

.qr-brand span {
    display: block;
    margin-top: 2px;
    color: var(--app-secondary);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

.qr-info h2 {
    margin: 0 0 3px;
    color: var(--app-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}

.qr-info p {
    margin: 0 0 6px;
    color: var(--app-green-dark);
    font-weight: 700;
}

.qr-info dl {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 2px 8px;
    margin: 0;
    font-size: 13px;
}

.qr-info dt {
    color: var(--app-muted);
    font-weight: 700;
}

.qr-info dd {
    margin: 0;
    color: var(--app-ink);
    font-weight: 600;
}

.qr-url {
    display: none;
}

@media print {
    @page {
        size: A4;
        margin: 8mm;
    }

    .no-print,
    .app-navbar,
    .app-sidebar,
    .app-footer {
        display: none !important;
    }

    html,
    body {
        width: 210mm;
        min-height: auto;
        background: #fff;
        color: #000;
    }

    .app-shell,
    .app-main,
    .app-content {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    main.container,
    main.app-content {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .qr-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 92mm);
        justify-content: center;
        align-items: start;
        gap: 6mm;
        width: 100%;
    }

    .qr-label {
        width: 92mm;
        height: 50mm;
        min-height: 0;
        display: grid !important;
        grid-template-columns: 34mm 1fr;
        gap: 4mm;
        align-items: center;
        padding: 2.5mm 4mm 2.5mm 5mm;
        background: #fff !important;
        border: 0.35mm solid #2BA2A8;
        box-shadow: none;
        border-radius: 2mm;
        overflow: hidden;
        break-inside: avoid;
        page-break-inside: avoid;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .qr-label::before {
        width: 2mm;
    }

    .qr-code-box {
        width: 34mm;
        height: 34mm;
        border: 1.5mm solid #fff;
        border-radius: 1.5mm;
        box-shadow: none;
    }

    .qr-code,
    .qr-code canvas,
    .qr-code img {
        width: 34mm !important;
        height: 34mm !important;
    }

    .qr-logo {
        width: 9mm;
        height: 9mm;
        border-radius: 1.5mm;
        border-width: 0.8mm;
        box-shadow: none;
    }

    .qr-logo img {
        width: 7mm;
        height: 7mm;
    }

    .qr-info {
        min-width: 0;
    }

    .qr-brand {
        margin-bottom: 0.6mm;
        padding-bottom: 0.5mm;
    }

    .qr-brand strong {
        width: max-content;
        font-family: "Times New Roman", Times, serif !important;
        font-size: 17pt;
        letter-spacing: -0.035em;
        text-transform: none;
        transform: scaleX(0.9);
        transform-origin: left center;
    }

    .qr-brand span {
        font-size: 6.5pt;
        margin-top: 0;
        line-height: 1.05;
    }

    .qr-info h2 {
        display: -webkit-box;
        margin-bottom: 0.5mm;
        color: #131e24 !important;
        font-size: 10pt;
        line-height: 1.12;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .qr-info p {
        margin-bottom: 1mm;
        color: #1D7F84 !important;
        font-size: 8pt;
        line-height: 1.1;
    }

    .qr-info dl {
        grid-template-columns: 17mm 1fr;
        gap: 0.5mm 1.5mm;
        font-size: 6.7pt;
        line-height: 1.15;
    }

    .qr-info dt,
    .qr-info dd {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .gf-public-body main.container {
        padding: 12px !important;
    }

    .gf-brand-row,
    .gf-title-row {
        display: block;
        padding-left: 18px;
        padding-right: 18px;
    }

    .gf-status {
        margin-top: 16px;
    }

    .gf-title-row h1 {
        font-size: 42px;
    }

    .gf-title-row p {
        font-size: 17px;
    }

    .gf-id-card {
        margin-top: 18px;
        text-align: left;
    }

    .gf-quick-grid,
    .gf-content-grid,
    .gf-maintenance-grid {
        grid-template-columns: 1fr;
    }

    .gf-quick-grid > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .gf-maintenance-card {
        grid-column: auto;
    }

    .gf-data-list {
        grid-template-columns: 1fr;
        gap: 3px 0;
    }

    .gf-data-list dd {
        margin-bottom: 10px;
    }
}
