:root {
    color-scheme: light;
    --page: #f4f7ff;
    --panel: #ffffff;
    --ink: #172033;
    --muted: #667085;
    --line: #dbe3f5;
    --primary: #3954d8;
    --primary-dark: #263aa6;
    --accent: #7c3aed;
    --soft: #eef2ff;
    --danger: #b42318;
    --success: #067647;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--page);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--primary);
    text-decoration: none;
}

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

.auth-card,
.panel,
.menu-card,
.placeholder-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 45, 92, 0.08);
}

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

.auth-brand,
.page-kicker {
    margin: 0 0 10px;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0;
    letter-spacing: 0;
}

.auth-card h1 {
    font-size: 28px;
    line-height: 1.15;
}

.auth-copy,
.page-copy {
    margin: 12px 0 22px;
    color: var(--muted);
    line-height: 1.6;
}

.field {
    margin-bottom: 16px;
}

.field label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.field input,
.field textarea,
.field select,
.mobile-status-filters input,
.mobile-status-filters select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 11px 13px;
    color: var(--ink);
    font-size: 16px;
    outline: none;
}

.field textarea {
    min-height: 132px;
    resize: vertical;
    line-height: 1.5;
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.mobile-status-filters input:focus,
.mobile-status-filters select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(57, 84, 216, 0.12);
}

.desktop-helpdesk-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.desktop-helpdesk-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    padding: 8px 10px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.desktop-helpdesk-nav a:hover {
    background: var(--soft);
    color: var(--primary-dark);
}

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

.password-wrap {
    position: relative;
}

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

.password-toggle {
    position: absolute;
    right: 8px;
    top: 8px;
    min-width: 58px;
    min-height: 30px;
    border: 0;
    border-radius: 6px;
    background: var(--soft);
    color: var(--primary-dark);
    cursor: pointer;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 11px 16px;
    background: var(--primary);
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.btn:hover {
    background: var(--primary-dark);
}

.btn.secondary {
    background: var(--soft);
    color: var(--primary-dark);
}

.btn.danger {
    background: var(--danger);
    color: #ffffff;
}

.btn.danger:hover {
    background: #8f1c13;
}

.btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.full-width {
    width: 100%;
}

.auth-links,
.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 18px;
    font-size: 14px;
}

.auth-page {
    background:
        radial-gradient(circle at top left, rgba(57, 84, 216, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.16), transparent 32%),
        var(--page);
}

.auth-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.auth-logo img {
    max-width: 152px;
    height: auto;
}

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

.auth-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.desktop-login-shell {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
}

.desktop-login-brand {
    padding: 36px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #263aa6, #7c3aed);
    box-shadow: 0 24px 70px rgba(38, 58, 166, 0.22);
}

.desktop-login-brand img {
    width: 168px;
    max-width: 100%;
    margin-bottom: 26px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
}

.desktop-login-brand .auth-brand,
.desktop-login-brand p {
    color: rgba(255, 255, 255, 0.86);
}

.desktop-login-brand h1 {
    max-width: 420px;
    font-size: 42px;
    line-height: 1.08;
}

.desktop-login-brand p:last-child {
    max-width: 420px;
    margin: 16px 0 0;
    line-height: 1.7;
}

.desktop-login-card h2 {
    font-size: 28px;
}

.mobile-login-page .auth-wrap {
    align-items: stretch;
    padding: 18px;
}

.mobile-login-card {
    width: 100%;
    max-width: 520px;
    margin: auto;
    align-self: center;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
    padding: 26px 20px;
    box-shadow: 0 22px 60px rgba(31, 45, 92, 0.12);
}

.mobile-login-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.mobile-login-logo img {
    width: 112px;
    max-width: 70%;
}

.mobile-login-logo span {
    border-radius: 999px;
    background: var(--soft);
    color: var(--primary-dark);
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
}

.mobile-login-card h1 {
    font-size: 32px;
}

.mobile-login-btn {
    min-height: 52px;
    font-size: 17px;
}

.mobile-auth-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
}

.alert {
    margin: 0 0 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.alert.error {
    background: #fef3f2;
    border-color: #fecdca;
    color: var(--danger);
}

.alert.success {
    background: #ecfdf3;
    border-color: #abefc6;
    color: var(--success);
}

.alert.warning {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.alert.info {
    background: #eef4ff;
    border-color: #c7d7fe;
    color: var(--primary-dark);
}

.helpdesk-shell {
    min-height: 100vh;
    padding: 18px;
    padding-bottom: 86px;
}

.app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 1120px;
    margin: 0 auto 18px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
}

.brand-mark img {
    width: 112px;
    max-height: 34px;
    object-fit: contain;
}

.layout-mobile .helpdesk-shell {
    min-height: 100vh;
    padding: 12px;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, #eef4ff 0%, #f8faff 42%, #ffffff 100%);
}

.layout-mobile .app-header {
    position: sticky;
    top: 0;
    z-index: 12;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px 11px;
    box-shadow: 0 14px 32px rgba(31, 45, 92, 0.12);
    backdrop-filter: blur(14px);
}

.layout-mobile .brand-mark img {
    width: 82px;
}

.layout-mobile .brand-mark span {
    font-size: 13px;
}

.user-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--panel);
    padding: 6px 10px 6px 6px;
}

.user-chip img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.user-chip span {
    max-width: 140px;
    overflow: hidden;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-mobile .user-chip {
    max-width: 136px;
    padding: 5px 8px 5px 5px;
    font-size: 12px;
}

.layout-mobile .user-chip img {
    width: 30px;
    height: 30px;
}

.layout-mobile .user-chip span {
    max-width: 84px;
}

.app-main {
    max-width: 1120px;
    margin: 0 auto;
}

.hero-panel {
    padding: 24px;
    background: linear-gradient(135deg, #3954d8 0%, #7c3aed 100%);
    border-radius: 8px;
    color: #ffffff;
}

.dashboard-hero {
    display: grid;
    gap: 18px;
    align-items: center;
}

.desktop-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 14px 36px rgba(31, 45, 92, 0.08);
}

.desktop-dashboard-head h1 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

.hero-action {
    width: fit-content;
    background: #ffffff;
    color: var(--primary-dark);
}

.hero-action:hover {
    background: #f8faff;
}

.hero-panel .page-kicker,
.hero-panel .page-copy {
    color: rgba(255, 255, 255, 0.86);
}

.hero-panel h1 {
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.12;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
}

.menu-card {
    display: block;
    min-height: 132px;
    padding: 20px;
    color: var(--ink);
}

.menu-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.menu-card span {
    display: block;
    color: var(--muted);
    line-height: 1.5;
}

.menu-card:hover {
    border-color: rgba(57, 84, 216, 0.45);
    transform: translateY(-1px);
}

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

.dashboard-alert {
    margin-top: 16px;
}

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

.desktop-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.latest-panel,
.status-panel,
.ticket-detail-panel {
    margin-top: 18px;
}

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

.panel-title-row {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.panel-title-row h2 {
    font-size: 22px;
}

.ticket-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.ticket-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.ticket-table th,
.ticket-table td {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 14px;
}

.ticket-table th {
    color: var(--muted);
    background: #f8faff;
    font-size: 12px;
    text-transform: uppercase;
}

.table-link {
    font-weight: 800;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 5px 10px;
    background: #eef2ff;
    color: var(--primary-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.status-pending { background: #fff7ed; color: #9a3412; }
.status-assigned { background: #ecfeff; color: #0e7490; }
.status-ongoing { background: #eef2ff; color: #3730a3; }
.status-solved { background: #ecfdf3; color: #067647; }
.status-closed { background: #f1f5f9; color: #475569; }
.status-cancelled { background: #fef2f2; color: #b42318; }

.status-filters {
    display: grid;
    grid-template-columns: 180px 180px 1fr auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
}

.detail-grid,
.mobile-detail-meta {
    display: grid;
    gap: 12px;
}

.detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.detail-grid div,
.mobile-detail-meta div {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8faff;
    padding: 13px;
}

.detail-grid span,
.mobile-detail-meta span,
.description-box span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.detail-grid strong,
.mobile-detail-meta strong {
    display: block;
    margin-top: 6px;
    overflow-wrap: anywhere;
}

.description-box {
    margin-top: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    padding: 15px;
}

.description-box p {
    margin: 8px 0 0;
    line-height: 1.6;
}

.timeline {
    margin-top: 20px;
}

.timeline h3 {
    margin: 0 0 12px;
}

.timeline-item {
    position: relative;
    margin-left: 10px;
    padding: 0 0 16px 20px;
    border-left: 2px solid var(--line);
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.timeline-item strong,
.timeline-item span,
.timeline-item p {
    display: block;
}

.timeline-item span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}

.timeline-item p {
    margin: 7px 0 0;
    color: var(--ink);
}

.mobile-welcome {
    border-radius: 20px;
    background: linear-gradient(135deg, #3954d8, #7c3aed);
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 20px 42px rgba(57, 84, 216, 0.22);
}

.mobile-welcome .page-kicker,
.mobile-welcome p {
    color: rgba(255, 255, 255, 0.86);
}

.mobile-welcome h1 {
    font-size: 28px;
    line-height: 1.1;
}

.mobile-action-stack,
.mobile-ticket-list {
    display: grid;
    gap: 12px;
}

.mobile-action-stack {
    margin-top: 14px;
}

.mobile-action-card,
.mobile-ticket-card,
.mobile-detail-card,
.mobile-section {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(31, 45, 92, 0.08);
}

.mobile-action-card {
    min-height: 92px;
    display: grid;
    align-content: center;
    padding: 17px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
}

.mobile-action-card span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.mobile-action-card.primary-action {
    background: linear-gradient(135deg, #eef4ff, #f4f0ff);
    border-color: rgba(57, 84, 216, 0.28);
    color: var(--primary-dark);
}

.mobile-summary-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.mobile-summary-chips div {
    min-height: 78px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 8px 22px rgba(31, 45, 92, 0.06);
}

.mobile-summary-chips span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.mobile-summary-chips strong {
    display: block;
    margin-top: 7px;
    color: var(--primary-dark);
    font-size: 26px;
}

.mobile-section {
    margin-top: 14px;
    padding: 15px;
}

.mobile-section-head {
    margin-bottom: 12px;
}

.mobile-section-head h2 {
    font-size: 18px;
}

.mobile-ticket-card {
    position: relative;
    display: grid;
    gap: 7px;
    min-height: 96px;
    padding: 15px;
    color: var(--ink);
}

.mobile-ticket-card > span,
.mobile-ticket-card small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.mobile-ticket-card strong {
    padding-right: 92px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.mobile-ticket-card .status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
}

.mobile-detail-card {
    margin-top: 14px;
    padding: 17px;
}

.mobile-detail-head > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.mobile-detail-card h2 {
    margin-top: 12px;
    font-size: 22px;
}

.mobile-detail-card p {
    color: var(--muted);
    line-height: 1.6;
}

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

.mobile-status-filters {
    display: grid;
    gap: 10px;
}

.summary-card {
    min-height: 98px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 12px 28px rgba(31, 45, 92, 0.07);
}

.summary-card span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.summary-card strong {
    display: block;
    margin-top: 10px;
    color: var(--primary-dark);
    font-size: 30px;
    line-height: 1;
}

.ticket-form-panel {
    max-width: 860px;
}

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

.issue-card {
    position: relative;
    display: block;
    min-height: 132px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 17px 17px 17px 52px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.issue-card input {
    position: absolute;
    left: 17px;
    top: 20px;
    width: 20px;
    height: 20px;
    accent-color: var(--primary);
}

.issue-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 18px;
}

.issue-card span {
    display: block;
    color: var(--muted);
    line-height: 1.5;
}

.issue-card:hover,
.issue-card.is-selected {
    border-color: rgba(57, 84, 216, 0.65);
    box-shadow: 0 0 0 4px rgba(57, 84, 216, 0.1);
    transform: translateY(-1px);
}

.optional-text {
    color: var(--muted);
    font-weight: 400;
}

.success-card {
    max-width: 760px;
    margin-bottom: 16px;
    padding: 24px;
    border: 1px solid #b7ebcf;
    border-radius: 8px;
    background: #f0fdf4;
    box-shadow: 0 14px 34px rgba(6, 118, 71, 0.08);
}

.success-card h2 {
    color: var(--success);
}

.ticket-success-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 18px 0;
}

.ticket-success-grid div {
    padding: 14px;
    border: 1px solid #b7ebcf;
    border-radius: 8px;
    background: #ffffff;
}

.ticket-success-grid span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.ticket-success-grid strong {
    display: block;
    margin-top: 6px;
    color: var(--ink);
    font-size: 20px;
}

.panel,
.placeholder-card {
    padding: 22px;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.mobile-bottom-nav,
.bottom-nav {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    max-width: 560px;
    margin: 0 auto;
    border: 1px solid rgba(219, 227, 245, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    padding: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 18px 45px rgba(31, 45, 92, 0.22);
    backdrop-filter: blur(18px);
}

.mobile-bottom-nav-item,
.bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 62px;
    border-radius: 18px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.mobile-bottom-nav-item:hover,
.bottom-nav a:hover {
    background: var(--soft);
}

.mobile-bottom-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.mobile-bottom-nav-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-bottom-nav-label {
    display: block;
    max-width: 72px;
}

.mobile-bottom-nav-item.active,
.bottom-nav a.active {
    background: var(--soft);
    color: var(--primary-dark);
    box-shadow: inset 0 0 0 1px rgba(57, 84, 216, 0.14);
}

.mobile-bottom-nav-item.danger {
    color: var(--danger);
}

.mobile-bottom-nav-item.danger:hover {
    background: #fef3f2;
}

.helpdesk-confirm-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(16, 24, 40, 0.5);
}

.helpdesk-confirm-backdrop[hidden] {
    display: none;
}

.helpdesk-confirm-dialog {
    width: min(360px, 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(16, 24, 40, 0.26);
    padding: 24px;
    text-align: center;
}

.helpdesk-confirm-dialog h2 {
    margin: 0;
    font-size: 24px;
}

.helpdesk-confirm-dialog p {
    margin: 10px 0 22px;
    color: var(--muted);
    line-height: 1.5;
}

.helpdesk-confirm-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 760px) {
    .auth-card {
        padding: 34px;
    }

    .helpdesk-shell {
        padding: 28px;
        padding-bottom: 110px;
    }

    .menu-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 20px;
    }

    .dashboard-hero {
        grid-template-columns: 1fr auto;
    }

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

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

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

    .hero-panel,
    .panel,
    .placeholder-card {
        padding: 32px;
    }
}

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

    .desktop-login-brand {
        display: none;
    }

    .desktop-action-grid,
    .status-filters,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .desktop-helpdesk-nav {
        display: none;
    }
}
