:root {
    color-scheme: dark;
    --bg: #090d14;
    --panel: #111827;
    --panel-soft: #172033;
    --panel-hover: #1d2940;
    --text: #f5f8ff;
    --muted: #9aa8bd;
    --line: #25324a;
    --accent: #4a9eff;
    --accent-strong: #7bb8ff;
    --danger: #ff6878;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

#notifications { position: fixed; right: 20px; bottom: 20px; z-index: 100; display: grid; gap: 10px; width: min(380px, calc(100vw - 40px)); max-height: 80vh; overflow-y: auto; }
.transfer-toast { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 18px; background: #172033; border: 1px solid #365477; border-radius: 14px; box-shadow: var(--shadow); animation: toast-enter 250ms ease-out; transition: opacity 250ms, transform 250ms; }
.transfer-toast strong { overflow-wrap: anywhere; align-self: center; font-size: 14px; }
.transfer-toast small, .transfer-toast progress { grid-column: 1 / -1; }
.transfer-toast small { color: var(--muted); }
.transfer-toast progress { width: 100%; height: 5px; accent-color: var(--accent); }
.transfer-toast.error { border-color: var(--danger); }
.transfer-toast.warning { border-color: #f5b84b; }
.transfer-toast.upload { border-color: #45dc94; }
.transfer-toast.leaving { opacity: 0; transform: translateX(110%); }
@keyframes toast-enter { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } }
.file-list { display: grid; gap: 8px; max-height: 280px; overflow-y: auto; font-size: 13px; color: var(--muted); }
.file-row { display: flex; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: rgba(9,13,20,.65); }
.file-row span { overflow-wrap: anywhere; min-width: 0; }
.file-row small { flex-shrink: 0; align-self: center; }
.file-list.files-updated { animation: files-refresh 260ms ease-out; }
@keyframes files-refresh { from { opacity: .55; transform: translateY(2px); } to { opacity: 1; transform: translateY(0); } }
.appearance-controls { display: grid; gap: 10px; }
.appearance-controls input[type="range"] { padding: 0; accent-color: var(--accent); }
.image-cut .widget-hero::before, .image-cut .widget-hero::after { display: none; }
.image-cut .widget-hero { min-height: 120px; }
.image-cut.status-stripe .widget-hero { border-bottom: 4px solid var(--muted); }
.image-cut.status-stripe.is-online .widget-hero { border-color: #45dc94; }
.image-cut.status-stripe.is-offline .widget-hero { border-color: var(--danger); }
.image-full .widget-hero { position: absolute; inset: 0; align-items: flex-start; padding: 16px; }
.image-full .widget-hero::after { background: linear-gradient(180deg, rgba(9,13,20,.4), rgba(9,13,20,.94)); }
.image-full .widget-body { position: relative; margin-top: 65px; }
.image-full .widget-hero span { align-self: flex-start; }
.appearance-preview .file-list { display: none; }

[hidden] { display: none !important; }

.wizard { order: 0; }
.settings-card { order: 2; }
.users-card { order: 3; }

.wizard-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    padding: 0 0 18px;
    margin: 0 0 4px;
    border-bottom: 1px solid var(--line);
    gap: 8px;
}

.wizard-progress li {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}

.wizard-progress span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.wizard-progress [aria-current="step"] { color: var(--text); }
.wizard-progress [aria-current="step"] span,
.wizard-progress .complete span {
    background: rgba(74, 158, 255, 0.15);
    border-color: var(--accent);
    color: var(--accent-strong);
}

.wizard-step, .settings-body {
    display: grid;
    gap: 12px;
    min-width: 0;
    animation: panel-enter 240ms ease-out backwards;
}

.wizard-step { min-height: 260px; align-content: start; }
.settings-body { margin-top: 20px; }
.settings-body > button { background: var(--accent); color: #07111f; }

.type-choices { display: grid; gap: 10px; }
.type-choice {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 5px 10px;
    padding: 14px;
    text-align: left;
    border: 1px solid var(--line);
    background: var(--panel-soft);
    color: var(--text);
}
.type-choice small { grid-column: 2; color: var(--muted); font-weight: 400; line-height: 1.5; }
.choice-symbol { grid-row: span 2; align-self: center; font-size: 24px; color: var(--accent-strong); }
.type-choice[aria-pressed="true"] { border-color: var(--accent); background: rgba(74, 158, 255, 0.12); }
.wizard-footer { display: flex; gap: 12px; align-items: center; border-top: 1px solid var(--line); padding-top: 18px; }
.wizard-footer .widget-button { width: auto; margin-left: auto; height: 42px; padding: 0 16px; }
.wizard-counter { color: var(--muted); font-size: 12px; white-space: nowrap; }
.wizard-preview { margin-top: 12px; pointer-events: none; }
.wizard-preview .widget-card { box-shadow: none; }
summary { cursor: pointer; color: var(--text); font-size: 14px; font-weight: 700; padding: 8px 0; }
details > label { display: block; margin: 12px 0 8px; }
details .field-help { margin-top: 10px; }
meter { width: 100%; height: 6px; border: 0; border-radius: 99px; background: var(--line); }
meter::-webkit-meter-bar { background: var(--line); border: 0; }
meter::-webkit-meter-optimum-value { background: var(--accent); }
meter::-moz-meter-bar { background: var(--accent); }

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 16% 14%, rgba(74, 158, 255, 0.16), transparent 28%),
        linear-gradient(135deg, #090d14 0%, #101827 52%, #0b1018 100%);
    color: var(--text);
    font-family: "Inter", Arial, sans-serif;
}

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

button,
a,
label {
    -webkit-tap-highlight-color: transparent;
}

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

.login-page {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 32px 18px;
}

.login-panel,
.admin-card,
.widget-card,
.empty-state {
    border: 1px solid rgba(154, 168, 189, 0.16);
    background: rgba(17, 24, 39, 0.92);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.login-panel {
    width: min(100%, 430px);
    padding: 32px;
    border-radius: 18px;
}

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

.login-panel .brand {
    margin-bottom: 34px;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(123, 184, 255, 0.34);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(74, 158, 255, 0.25), rgba(74, 158, 255, 0.06));
    color: var(--accent-strong);
    font-weight: 800;
}

.brand-name {
    color: var(--text);
    font-size: 15px;
    font-weight: 800;
}

.login-header {
    margin-bottom: 28px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--accent-strong);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
    color: var(--text);
    font-size: 34px;
    line-height: 1.1;
}

h2 {
    margin-bottom: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1.25;
}

.login-header p:not(.eyebrow),
.widget-body p,
.empty-state p,
.server-address {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.login-header p:not(.eyebrow) {
    margin: 12px 0 0;
    font-size: 15px;
}

.login-form,
.admin-card {
    display: grid;
    gap: 12px;
}

body.modal-open { overflow: hidden; }

.widget-editor-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(4, 8, 15, 0.66);
    backdrop-filter: blur(12px);
    animation: modal-backdrop-enter 180ms ease-out;
}

.widget-editor-modal {
    width: min(760px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    border-color: rgba(123, 184, 255, 0.34);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.7);
    animation: modal-enter 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes modal-backdrop-enter { from { opacity: 0; } }
@keyframes modal-enter { from { opacity: 0; transform: translateY(18px) scale(.98); } }

.login-form label,
.admin-card label,
legend {
    color: #dce6f5;
    font-size: 13px;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    outline: none;
    background: var(--panel-soft);
    color: var(--text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input,
select {
    height: 48px;
    padding: 0 15px;
}

textarea {
    min-height: 92px;
    padding: 13px 15px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #687892;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--accent);
    background: #1c2940;
    box-shadow: 0 0 0 4px rgba(74, 158, 255, 0.13);
}

.form-error {
    margin: 0;
    color: var(--danger);
    font-size: 13px;
    font-weight: 700;
}

button,
.widget-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.login-form button,
.admin-card > button,
.widget-button {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #07111f;
}

button:hover,
.widget-button:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.login-form button:hover,
.admin-card > button:hover,
.widget-button:hover {
    box-shadow: 0 14px 34px rgba(74, 158, 255, 0.22);
}

.hub-shell {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

.sidebar {
    display: flex;
    position: sticky;
    top: 0;
    height: 100vh;
    flex-direction: column;
    gap: 28px;
    padding: 26px;
    border-right: 1px solid rgba(154, 168, 189, 0.12);
    background: rgba(9, 13, 20, 0.78);
    backdrop-filter: blur(16px);
}

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

.nav-item,
.ghost-button,
.icon-button {
    border: 1px solid transparent;
    background: transparent;
    color: var(--muted);
}

.nav-item {
    justify-content: flex-start;
    width: 100%;
    padding: 0 14px;
}

.nav-item:hover,
.nav-item.active {
    border-color: rgba(123, 184, 255, 0.2);
    background: rgba(74, 158, 255, 0.1);
    color: var(--text);
}

.user-box {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding: 14px;
    border: 1px solid rgba(154, 168, 189, 0.12);
    border-radius: 12px;
    background: rgba(23, 32, 51, 0.62);
}

.user-box span {
    font-weight: 800;
}

.user-box small {
    color: var(--muted);
}

.content {
    min-width: 0;
    padding: 32px;
}

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

.ghost-button {
    min-height: 42px;
    padding: 0 15px;
    border-color: rgba(154, 168, 189, 0.18);
    background: rgba(23, 32, 51, 0.7);
}

.ghost-button:hover {
    background: var(--panel-hover);
    color: var(--text);
}

.ghost-button.compact {
    min-height: 36px;
}

.widget-grid,
.admin-widget-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 320px));
    gap: 18px;
    align-items: start;
    justify-content: start;
}

.layout-grid .widget-card.size-small { max-width: 240px; }
.layout-grid .widget-card.size-wide { grid-column: span 2; max-width: 658px; }
.layout-grid .widget-card.size-tall { min-height: 440px; }

.layout-desktop {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 64px;
    gap: 12px;
    min-height: 620px;
    padding: 16px;
    border: 1px dashed rgba(123, 184, 255, 0.2);
    border-radius: 16px;
    background-image: radial-gradient(circle, rgba(123, 184, 255, 0.16) 1px, transparent 1px);
    background-size: calc((100% - 22px) / 12) 76px;
    align-items: stretch;
}

.layout-desktop .widget-card {
    width: 100%;
    height: 100%;
    min-width: 0;
}

.layout-mode-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 8px;
}

.layout-mode.active {
    border-color: rgba(123, 184, 255, 0.6);
    background: rgba(74, 158, 255, 0.14);
    color: var(--text);
}

.widget-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.widget-card:hover {
    border-color: rgba(123, 184, 255, 0.38);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3), 0 0 24px rgba(74, 158, 255, 0.06);
}

.widget-card[draggable="true"] {
    cursor: grab;
}

.widget-card.dragging {
    opacity: 0.58;
}

.widget-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    min-height: 92px;
    align-items: flex-end;
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(74, 158, 255, 0.26), rgba(123, 184, 255, 0.04)),
        #101827;
    background-position: center;
    background-size: cover;
}

.widget-hero.upload {
    background:
        linear-gradient(135deg, rgba(123, 184, 255, 0.28), rgba(74, 158, 255, 0.08)),
        #101827;
}

.widget-hero.minecraft {
    background:
        linear-gradient(135deg, rgba(74, 158, 255, 0.22), rgba(27, 41, 64, 0.88)),
        #101827;
}

.widget-hero span {
    position: relative;
    z-index: 2;
    padding: 7px 10px;
    border: 1px solid rgba(245, 248, 255, 0.14);
    border-radius: 999px;
    background: rgba(9, 13, 20, 0.55);
    color: #d9e9ff;
    font-size: 12px;
    font-weight: 800;
}

.widget-body {
    display: grid;
    gap: 16px;
    padding: 18px;
}

.widget-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.widget-title-row p {
    margin: 7px 0 0;
}

.widget-actions {
    display: flex;
    gap: 8px;
}

.icon-button {
    min-height: 34px;
    padding: 0 10px;
    border-color: rgba(154, 168, 189, 0.18);
    border-radius: 8px;
    font-size: 12px;
}

.icon-button:hover {
    background: var(--panel-hover);
    color: var(--text);
}

.icon-button.danger {
    color: #ff9aa5;
}

.server-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.server-stats div {
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(154, 168, 189, 0.12);
    border-radius: 12px;
    background: rgba(23, 32, 51, 0.68);
}

.server-stats span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.server-stats strong {
    color: var(--text);
    font-size: 14px;
}

.server-address {
    margin: -6px 0 0;
    word-break: break-word;
}

.upload-box {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px dashed rgba(123, 184, 255, 0.38);
    border-radius: 12px;
    background: rgba(74, 158, 255, 0.07);
    color: var(--text);
    cursor: pointer;
}

.upload-box input {
    display: none;
}

.upload-box span {
    font-weight: 800;
}

.upload-box small {
    color: var(--muted);
    line-height: 1.5;
}

.empty-state {
    padding: 34px;
    border-radius: 16px;
}

.empty-state p {
    margin-bottom: 0;
}

.admin-layout {
    display: grid;
    grid-template-columns: minmax(320px, 430px) 1fr;
    gap: 20px;
    align-items: start;
}

.admin-card {
    padding: 22px;
    border-radius: 16px;
}

.settings-card {
    grid-column: 1 / -1;
}

.layout-card {
    grid-column: 1 / -1;
}

.users-card {
    grid-column: 1 / -1;
}

.field-help {
    margin: -4px 0 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.type-field {
    display: grid;
    gap: 8px;
}

.type-field[hidden] {
    display: none;
}

input[type="color"] {
    min-height: 48px;
    padding: 6px;
    cursor: pointer;
}

.fetch-button {
    width: 100%;
}

.admin-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
}

.split-fields {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 12px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    margin-bottom: 10px;
}

.user-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.check-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(154, 168, 189, 0.14);
    border-radius: 999px;
    background: rgba(23, 32, 51, 0.7);
    color: var(--muted);
    cursor: pointer;
}

.check-pill input {
    width: 15px;
    height: 15px;
    accent-color: var(--accent);
}

.user-form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.user-form button {
    height: 48px;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #07111f;
}

.user-list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.user-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(154, 168, 189, 0.12);
    border-radius: 12px;
    background: rgba(23, 32, 51, 0.62);
}

.user-row div {
    display: grid;
    gap: 4px;
}

.user-row span {
    color: var(--muted);
    font-size: 13px;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    transform: none;
}

.widget-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 15%, rgba(17, 24, 39, 0.4) 55%, #111827 100%);
    pointer-events: none;
}

.widget-hero::before {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    z-index: -1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    mask-image: linear-gradient(transparent, black);
    pointer-events: none;
}

.widget-hero.server {
    background: radial-gradient(ellipse at top right, rgba(74, 158, 255, 0.35), #101827 80%);
}

.is-online .widget-hero span::before,
.is-offline .widget-hero span::before,
.is-unknown .widget-hero span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--muted);
}

.is-online .widget-hero span::before {
    background: #45dc94;
    box-shadow: 0 0 10px rgba(69, 220, 148, 0.55);
}

.is-offline .widget-hero span::before {
    background: var(--danger);
    box-shadow: 0 0 10px rgba(255, 104, 120, 0.4);
}

.path-box {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(23, 32, 51, 0.68);
    overflow-wrap: anywhere;
}

.path-box span {
    color: var(--muted);
    font-size: 12px;
}

.path-box strong {
    font-size: 13px;
    font-weight: 500;
}

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

.server-stats strong {
    overflow-wrap: anywhere;
}

.login-panel,
.topbar,
.admin-card,
.empty-state {
    animation: panel-enter 420ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.sidebar {
    animation: sidebar-enter 420ms ease-out backwards;
}

.widget-card {
    animation: panel-enter 460ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.widget-card:nth-child(2) { animation-delay: 50ms; }
.widget-card:nth-child(3) { animation-delay: 100ms; }
.widget-card:nth-child(4) { animation-delay: 150ms; }
.widget-card:nth-child(n+5) { animation-delay: 200ms; }

.type-field:not([hidden]) {
    animation: panel-enter 240ms ease-out backwards;
}

button:active:not(:disabled),
.widget-button:active {
    transform: translateY(1px) scale(0.98);
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 4px;
}

.upload-box {
    transition: border-color 180ms ease, background 180ms ease;
}

.upload-box:hover {
    border-color: var(--accent-strong);
    background: rgba(74, 158, 255, 0.13);
}

.toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    z-index: 10;
    width: max-content;
    max-width: calc(100vw - 32px);
    padding: 14px 20px;
    border: 1px solid rgba(123, 184, 255, 0.35);
    border-radius: 12px;
    background: #172033;
    color: var(--text);
    box-shadow: var(--shadow);
    font-size: 14px;
    opacity: 0;
    transform: translate(-50%, 16px);
    transition: opacity 200ms ease, transform 200ms ease;
    pointer-events: none;
}

.toast.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@keyframes panel-enter {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sidebar-enter {
    from { opacity: 0; transform: translateX(-12px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

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

    .sidebar {
        position: static;
        height: auto;
        padding: 18px;
    }

    .content {
        padding: 22px 18px 28px;
    }
}

@media (max-width: 560px) {
    .login-panel {
        padding: 26px 22px;
        border-radius: 14px;
    }

    h1 {
        font-size: 30px;
    }

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

    .widget-grid,
    .admin-widget-list {
        grid-template-columns: 1fr;
    }

    .layout-grid .widget-card.size-small,
    .layout-grid .widget-card.size-wide {
        grid-column: auto;
        max-width: none;
    }

    .layout-desktop {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        min-height: 0;
        padding: 0;
        border: 0;
        background: none;
    }

    .layout-desktop .widget-card {
        grid-column: auto !important;
        grid-row: auto !important;
        height: auto;
    }

    .server-stats,
    .split-fields,
    .user-form {
        grid-template-columns: 1fr;
    }
}
