:root {
    color-scheme: dark;
    --bg: #020b1f;
    --bg-deep: #010619;
    --panel: rgba(8, 24, 52, .82);
    --panel-solid: #0b1b38;
    --card: rgba(36, 51, 76, .88);
    --card-hover: rgba(41, 59, 88, .96);
    --line: rgba(148, 163, 184, .25);
    --line-strong: rgba(148, 163, 184, .34);
    --text: #f7f9ff;
    --muted: #aeb9cb;
    --faint: #71819a;
    --blue: #2f87ff;
    --cyan: #16c6ed;
    --green: #27d974;
    --amber: #ff9d00;
    --pink: #ed52ae;
    --violet: #916bf5;
    --danger: #ff7373;
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }

html { min-height: 100%; }

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 62% 8%, rgba(23, 104, 183, .24), transparent 31%),
        radial-gradient(circle at 78% 79%, rgba(146, 54, 134, .21), transparent 32%),
        linear-gradient(135deg, #031426 0%, var(--bg) 48%, #08091f 100%);
}

body::before {
    content: "";
    position: fixed;
    z-index: -1;
    left: -15vw;
    right: -15vw;
    bottom: -28vh;
    height: 88vh;
    opacity: .32;
    transform: perspective(680px) rotateX(56deg);
    transform-origin: center top;
    background-image:
        linear-gradient(rgba(42, 120, 211, .28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42, 120, 211, .28) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 100%);
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; width: 1em; height: 1em; }

.app-shell {
    width: 100%;
    max-width: 1600px;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 274px minmax(0, 1fr);
    gap: 20px;
    margin: 0 auto;
    padding: 14px;
}

.sidebar {
    position: sticky;
    top: 14px;
    height: calc(100vh - 28px);
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--line-strong);
    border-radius: 30px;
    background: rgba(4, 18, 41, .9);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(148, 163, 184, .18);
}

.brand-mark {
    width: 38px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 14px rgba(20, 184, 255, .35));
}

.brand-mark svg { width: 38px; height: 48px; }
.brand-name { min-width: 0; font-size: 18px; font-weight: 800; letter-spacing: .025em; white-space: nowrap; }
.brand-subtitle { margin-top: 3px; color: #8593a9; font-size: 10px; font-weight: 800; letter-spacing: .18em; }

.profile-card, .clock-card {
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 24px;
    background: rgba(35, 51, 75, .75);
}

.profile-card {
    margin-top: 22px;
    padding: 20px;
    text-align: center;
}

.avatar {
    width: 94px;
    height: 94px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border: 3px solid transparent;
    border-radius: 50%;
    color: white;
    font-size: 38px;
    font-weight: 800;
    background:
        linear-gradient(140deg, #113b75 15%, #071128 47%, #792fce 85%) padding-box,
        linear-gradient(135deg, #47a8ff, #7547ea) border-box;
    box-shadow: inset 0 0 20px rgba(255,255,255,.1), 0 0 24px rgba(55, 134, 255, .3);
}

.profile-card small { display: block; color: var(--muted); font-weight: 650; }
.profile-card strong { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 18px; }
.verified { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #347bf5; font-size: 11px; }

.clock-card { margin-top: 22px; padding: 20px 16px; text-align: center; }
.clock-time { font-size: 28px; line-height: 1; font-weight: 800; letter-spacing: -.03em; }
.clock-date { margin-top: 10px; color: var(--muted); font-size: 12px; font-weight: 600; }
.clock-location { margin-top: 9px; color: var(--muted); font-size: 12px; }

.nav-section { margin-top: 26px; }
.nav-label { padding: 0 8px 10px; color: #71819a; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.nav-link, .logout-button {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #c7d0df;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
}
.nav-link svg, .logout-button svg { width: 15px; height: 15px; }
.nav-link:hover { color: white; background: rgba(44, 118, 205, .12); }
.nav-link.active { color: #e7f2ff; border-color: rgba(55, 139, 245, .5); background: rgba(35, 102, 184, .36); box-shadow: inset 0 0 22px rgba(43, 125, 226, .12); }
.logout-form { margin-top: auto; }
.logout-button { border-color: rgba(148, 163, 184, .22); color: #ff8c8c; background: rgba(37, 48, 70, .7); }
.logout-button:hover { border-color: rgba(255, 115, 115, .45); background: rgba(117, 37, 52, .3); }

.main-content { min-width: 0; padding: 0 0 14px; }
.mobile-bar { display: none; }

.hero, .services-panel, .footer-bar, .settings-panel {
    border: 1px solid var(--line-strong);
    background: rgba(6, 20, 47, .72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero {
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 30px;
    border-radius: 30px;
}

.hero h1 { margin: 0; font-size: clamp(32px, 3.3vw, 47px); line-height: 1.05; letter-spacing: -.045em; }
.hero p { margin: 12px 0 0; color: var(--muted); font-size: 15px; font-weight: 550; }
.hero p strong { color: var(--green); }
.hero p strong.attention { color: var(--amber); }

.services-panel, .settings-panel { margin-top: 22px; border-radius: 30px; padding: 24px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.panel-heading h2 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.panel-heading p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }

.search-wrap { position: relative; width: min(350px, 40%); }
.search-wrap svg { position: absolute; top: 50%; left: 16px; width: 16px; height: 16px; color: #7d8ba2; transform: translateY(-50%); }
.search-input, .form-control {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .26);
    color: var(--text);
    background: rgba(39, 51, 75, .83);
    outline: none;
    transition: .2s ease;
}
.search-input { height: 45px; padding: 0 18px 0 44px; border-radius: 999px; font-size: 12px; }
.search-input::placeholder, .form-control::placeholder { color: #8794a8; }
.search-input:focus, .form-control:focus { border-color: rgba(55, 145, 255, .8); box-shadow: 0 0 0 3px rgba(46, 132, 235, .13); }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.service-card {
    position: relative;
    min-width: 0;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 3%, var(--glow, rgba(47,135,255,.17)), transparent 42%),
        var(--card);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.service-card:hover { transform: translateY(-3px); border-color: rgba(148, 163, 184, .46); background-color: var(--card-hover); }
.service-card[hidden] { display: none; }
.service-card.accent-amber { --accent: var(--amber); --accent-soft: rgba(255,157,0,.17); --accent-border: rgba(255,157,0,.34); --glow: rgba(255,157,0,.18); }
.service-card.accent-cyan { --accent: var(--cyan); --accent-soft: rgba(22,198,237,.17); --accent-border: rgba(22,198,237,.34); --glow: rgba(22,198,237,.15); }
.service-card.accent-blue { --accent: var(--blue); --accent-soft: rgba(47,135,255,.17); --accent-border: rgba(47,135,255,.34); --glow: rgba(47,135,255,.15); }
.service-card.accent-pink { --accent: var(--pink); --accent-soft: rgba(237,82,174,.17); --accent-border: rgba(237,82,174,.34); --glow: rgba(237,82,174,.14); }
.service-card.accent-violet { --accent: var(--violet); --accent-soft: rgba(145,107,245,.17); --accent-border: rgba(145,107,245,.34); --glow: rgba(145,107,245,.15); }

.service-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--accent-border); border-radius: 18px; color: var(--accent); background: var(--accent-soft); }
.service-icon svg { width: 27px; height: 27px; }
.card-menu { color: #a3afc0; font-size: 24px; line-height: .7; letter-spacing: 2px; }
.service-card h3 { margin: 20px 0 8px; overflow-wrap: anywhere; font-size: 17px; line-height: 1.2; letter-spacing: -.02em; }
.service-url { overflow: hidden; color: #a8b3c6; font-size: 12px; font-weight: 560; text-overflow: ellipsis; white-space: nowrap; }
.service-description { margin: 14px 0 20px; color: #b8c1d0; font-size: 13px; line-height: 1.42; }
.service-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.status { display: inline-flex; align-items: center; gap: 8px; color: #d2d8e2; font-size: 12px; font-weight: 600; text-transform: capitalize; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.status-offline .status-dot { background: var(--danger); box-shadow: 0 0 12px var(--danger); }
.status-maintenance .status-dot { background: var(--amber); box-shadow: 0 0 12px var(--amber); }
.open-button, .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-weight: 750;
    transition: .18s ease;
}
.open-button { min-width: 84px; height: 37px; padding: 0 13px; border-color: var(--accent-border); border-radius: 13px; background: var(--accent-soft); font-size: 12px; }
.open-button:hover { filter: brightness(1.3); transform: translateX(2px); }

.empty-state { padding: 60px 20px; text-align: center; color: var(--muted); }
.empty-state strong { display: block; margin-bottom: 6px; color: white; font-size: 18px; }
.footer-bar { min-height: 48px; margin-top: 20px; padding: 0 22px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; border-radius: 22px; color: #aeb9ca; font-size: 12px; }

.flash {
    margin: 0 0 18px;
    padding: 13px 16px;
    border: 1px solid rgba(55, 139, 245, .4);
    border-radius: 14px;
    color: #dcecff;
    background: rgba(34, 105, 190, .2);
    font-size: 13px;
}
.flash-success { border-color: rgba(39, 217, 116, .42); color: #c6f8da; background: rgba(25, 139, 75, .2); }
.flash-error { border-color: rgba(255, 115, 115, .42); color: #ffd1d1; background: rgba(151, 47, 61, .2); }

/* Settings */
.settings-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.5fr); gap: 20px; }
.settings-card { padding: 22px; border: 1px solid rgba(148,163,184,.23); border-radius: 22px; background: rgba(29, 44, 69, .7); }
.settings-card + .settings-card { margin-top: 18px; }
.settings-card h3 { margin: 0 0 18px; font-size: 17px; }
.form-group { margin-bottom: 16px; }
.form-group:last-child { margin-bottom: 0; }
.form-label { display: block; margin-bottom: 7px; color: #c8d1de; font-size: 12px; font-weight: 700; }
.form-control { min-height: 44px; padding: 10px 13px; border-radius: 12px; font-size: 13px; }
textarea.form-control { min-height: 88px; resize: vertical; }
.form-hint { margin-top: 6px; color: #7f8ca1; font-size: 11px; line-height: 1.4; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.button { min-height: 42px; padding: 0 17px; border-color: rgba(55, 139, 245, .65); border-radius: 12px; background: rgba(37, 113, 205, .68); font-size: 13px; }
.button:hover { filter: brightness(1.18); transform: translateY(-1px); }
.button-secondary { border-color: rgba(148,163,184,.3); background: rgba(56, 69, 93, .65); }
.button-danger { border-color: rgba(255,115,115,.4); color: #ffb1b1; background: rgba(153, 48, 63, .25); }
.button-small { min-height: 34px; padding: 0 11px; font-size: 12px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.settings-services { display: grid; gap: 10px; }
.settings-service { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid rgba(148,163,184,.2); border-radius: 15px; background: rgba(12, 28, 54, .65); }
.settings-service-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: rgba(47,135,255,.15); }
.settings-service-icon svg { width: 19px; height: 19px; }
.settings-service-copy { min-width: 0; }
.settings-service-copy strong { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.settings-service-copy small { display: block; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.inline-form { display: inline; }
.database-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.database-heading h3 { margin: 0; }
.database-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: #9cf2bd; background: rgba(39,217,116,.12); font-size: 10px; font-weight: 750; white-space: nowrap; }
.database-status .status-dot { width: 7px; height: 7px; }
.database-status.has-error { color: #ffb2b2; background: rgba(255,115,115,.12); }
.database-status.has-error .status-dot { background: var(--danger); box-shadow: 0 0 10px var(--danger); }
.database-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 16px; }
.database-meta > div { min-width: 0; padding: 10px 11px; border: 1px solid rgba(148,163,184,.16); border-radius: 11px; background: rgba(8,23,48,.52); }
.database-meta small, .database-meta strong { display: block; }
.database-meta small { margin-bottom: 4px; color: var(--faint); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.database-meta strong { overflow: hidden; color: #dbe6f6; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.database-target { grid-column: 1 / -1; }
.database-checks { display: grid; gap: 7px; margin-bottom: 16px; }
.database-check { display: grid; grid-template-columns: 23px minmax(0, 1fr); gap: 9px; align-items: start; }
.database-check > span:last-child { min-width: 0; }
.database-check strong, .database-check small { display: block; }
.database-check strong { color: #dce5f2; font-size: 11px; }
.database-check small { margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
.check-indicator { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 850; }
.check-indicator.pass { color: #8cf0b3; background: rgba(39,217,116,.14); }
.check-indicator.fail { color: #ffabab; background: rgba(255,115,115,.14); }
.check-indicator.pending { color: #aab5c7; background: rgba(148,163,184,.12); }
.database-card form { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.database-checked { color: var(--faint); font-size: 10px; }

/* Installer and sign-in */
.auth-page, .setup-page { display: grid; min-height: 100vh; place-items: center; padding: 28px 18px; }
.auth-shell { width: min(100%, 430px); }
.setup-shell { width: min(100%, 880px); }
.auth-brand { justify-content: center; margin-bottom: 20px; border: 0; padding: 0; }
.auth-card, .setup-card { border: 1px solid var(--line-strong); border-radius: 28px; background: rgba(7, 22, 48, .9); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.auth-card { padding: 32px; }
.auth-card h1, .setup-card h1 { margin: 0; letter-spacing: -.035em; }
.auth-card h1 { text-align: center; font-size: 28px; }
.auth-card > p { margin: 9px 0 25px; color: var(--muted); text-align: center; font-size: 13px; line-height: 1.5; }
.auth-submit { width: 100%; margin-top: 6px; }
.auth-footer { margin: 18px 0 0; color: #71819a; text-align: center; font-size: 11px; }
.password-wrap { position: relative; }
.password-wrap .form-control { padding-right: 46px; }
.password-toggle { position: absolute; top: 50%; right: 9px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 8px; color: var(--muted); background: transparent; transform: translateY(-50%); cursor: pointer; }
.password-toggle:hover { color: white; background: rgba(255,255,255,.06); }

.setup-card { overflow: hidden; }
.setup-header { padding: 28px 30px 24px; border-bottom: 1px solid rgba(148,163,184,.18); }
.setup-header-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.setup-header h1 { font-size: 30px; }
.setup-header p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.setup-step-label { color: #77aef7; font-size: 12px; font-weight: 750; white-space: nowrap; }
.progress-track { height: 5px; margin-top: 22px; overflow: hidden; border-radius: 99px; background: rgba(148,163,184,.15); }
.progress-value { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); box-shadow: 0 0 14px rgba(47,135,255,.5); }
.progress-33 { width: 33%; }
.progress-66 { width: 66%; }
.progress-100 { width: 100%; }
.setup-body { padding: 28px 30px 30px; }
.setup-body h2 { margin: 0 0 7px; font-size: 20px; }
.setup-intro { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.requirement-list { display: grid; gap: 10px; }
.requirement { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid rgba(148,163,184,.2); border-radius: 14px; background: rgba(34,48,72,.6); }
.requirement strong { font-size: 13px; }
.requirement small { color: var(--muted); font-size: 11px; }
.check-badge { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; color: #8cf0b3; background: rgba(39,217,116,.13); font-size: 11px; font-weight: 750; }
.check-badge.fail { color: #ffaaa9; background: rgba(255,115,115,.13); }
.setup-actions { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.setup-actions .button:last-child { margin-left: auto; }
.database-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.database-option input { position: absolute; opacity: 0; pointer-events: none; }
.database-option span { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 1px solid rgba(148,163,184,.25); border-radius: 15px; color: var(--muted); background: rgba(34,48,72,.55); cursor: pointer; }
.database-option strong { margin-bottom: 4px; color: white; font-size: 14px; }
.database-option small { font-size: 11px; line-height: 1.35; }
.database-option input:checked + span { border-color: rgba(55,139,245,.75); background: rgba(32,100,184,.26); box-shadow: inset 0 0 20px rgba(47,135,255,.08); }
.mysql-fields[hidden] { display: none; }
.setup-error { margin-bottom: 18px; }
.success-panel { padding: 28px; border: 1px solid rgba(39,217,116,.35); border-radius: 20px; text-align: center; background: rgba(25,139,75,.12); }
.success-icon { width: 58px; height: 58px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; color: #a3f5c3; background: rgba(39,217,116,.2); font-size: 28px; }

@media (max-width: 1240px) {
    .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .settings-layout { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
    .app-shell { grid-template-columns: 224px minmax(0, 1fr); gap: 14px; }
    .sidebar { padding: 18px; }
    .brand-name { font-size: 15px; }
    .avatar { width: 76px; height: 76px; font-size: 31px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .app-shell { display: block; padding: 10px; }
    .sidebar { position: fixed; z-index: 50; inset: 0 auto 0 0; width: min(86vw, 290px); height: 100vh; border-radius: 0 25px 25px 0; transform: translateX(-110%); transition: transform .23s ease; }
    body.menu-open { overflow: hidden; }
    body.menu-open .sidebar { transform: translateX(0); }
    body.menu-open::after { content: ""; position: fixed; z-index: 40; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(3px); }
    .mobile-bar { min-height: 56px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,22,48,.88); }
    .mobile-brand { font-size: 14px; font-weight: 800; }
    .mobile-menu { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: white; background: rgba(44,61,88,.7); cursor: pointer; }
    .mobile-menu svg { width: 20px; height: 20px; }
    .hero { min-height: 126px; padding: 24px 21px; border-radius: 23px; }
    .hero h1 { font-size: 31px; }
    .hero p { line-height: 1.5; }
    .services-panel, .settings-panel { margin-top: 13px; padding: 17px; border-radius: 23px; }
    .panel-heading { align-items: stretch; flex-direction: column; }
    .search-wrap { width: 100%; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 245px; }
    .footer-bar { min-height: 48px; padding: 12px 18px; line-height: 1.4; }
    .settings-layout, .form-row, .database-options { grid-template-columns: 1fr; }
    .setup-header, .setup-body, .auth-card { padding: 23px 20px; }
    .setup-header-top { flex-direction: column; gap: 8px; }
    .setup-actions { align-items: stretch; flex-direction: column-reverse; }
    .setup-actions .button { width: 100%; }
    .setup-actions .button:last-child { margin-left: 0; }
    .settings-service { grid-template-columns: auto minmax(0,1fr); }
    .settings-service .button-row { grid-column: 1 / -1; }
}
