/* Gudang CCR Depok — kerangka membulat, sidebar putih ber-ikon, satu warna aksen hijau tua. */
:root {
    --accent: #0d3b33;
    --accent-dark: #0a2e28;
    --accent-mid: #12493f;
    --accent-soft: #e8f1ee;
    --mint: #7fd1b5;
    --line: #e6ebe9;
    --muted: #6b7b77;
    --ink: #10231f;
    --bg: #eef1f0;
    --surface: #f7f9f8;
    --sidebar-w: 248px;
    --radius: 18px;
    --bs-body-font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-body-font-size: .875rem;
    --bs-body-color: var(--ink);
    --bs-primary: var(--accent);
    --bs-primary-rgb: 13, 59, 51;
    --bs-link-color: #0f6b5c;
    --bs-link-color-rgb: 15, 107, 92;
    --bs-link-hover-color: var(--accent);
}

body { background: var(--bg); color: var(--ink); }

.btn { border-radius: 10px; font-weight: 600; }
.btn-sm { border-radius: 9px; }
.btn-primary {
    --bs-btn-bg: var(--accent); --bs-btn-border-color: var(--accent);
    --bs-btn-hover-bg: var(--accent-mid); --bs-btn-hover-border-color: var(--accent-mid);
    --bs-btn-active-bg: var(--accent-dark); --bs-btn-active-border-color: var(--accent-dark);
    --bs-btn-disabled-bg: var(--accent); --bs-btn-disabled-border-color: var(--accent);
}
.btn-outline-primary {
    --bs-btn-color: var(--accent); --bs-btn-border-color: #b9ccc6;
    --bs-btn-hover-bg: var(--accent); --bs-btn-hover-border-color: var(--accent);
    --bs-btn-active-bg: var(--accent-dark); --bs-btn-active-border-color: var(--accent-dark);
}
.btn-light { --bs-btn-bg: #fff; --bs-btn-border-color: var(--line); --bs-btn-hover-bg: var(--surface); --bs-btn-hover-border-color: #d6dedb; }
.text-bg-primary { background-color: var(--accent) !important; }
.pagination { --bs-pagination-active-bg: var(--accent); --bs-pagination-active-border-color: var(--accent); --bs-pagination-color: var(--accent); }
.form-control, .form-select { border-radius: 10px; border-color: #dfe6e3; }
.form-control-sm, .form-select-sm { border-radius: 8px; }
.form-control:focus, .form-select:focus { border-color: #0f766e; box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .12); }
.form-check-input:checked { background-color: var(--accent); border-color: var(--accent); }
.dropdown-menu { border-radius: 12px; border-color: var(--line); box-shadow: 0 10px 30px rgba(13, 59, 51, .10); font-size: .875rem; }

/* ---------- Kerangka ---------- */
.app {
    display: flex; margin: 16px; min-height: calc(100vh - 32px);
    background: var(--surface); border-radius: 26px; overflow: clip;
    box-shadow: 0 1px 0 rgba(13, 59, 51, .04), 0 12px 40px rgba(13, 59, 51, .06);
}
.app-sidebar {
    width: var(--sidebar-w); flex: 0 0 var(--sidebar-w);
    background: #fff; border-right: 1px solid var(--line);
    position: sticky; top: 16px; height: calc(100vh - 32px);
    display: flex; flex-direction: column; padding: 22px 16px 16px;
}
.app-sidebar .brand { display: flex; align-items: center; gap: 11px; padding: 2px 8px 18px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 11px; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .72rem; letter-spacing: .05em; }
.brand-text { display: block; font-weight: 800; font-size: 1rem; line-height: 1.2; }
.brand-sub { display: block; font-size: .72rem; color: var(--muted); }

.side-nav { flex: 1; overflow-y: auto; margin: 0 -6px; padding: 0 6px; scrollbar-width: thin; }
.nav-group { padding: 16px 12px 6px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #8a9894; }
.nav-item {
    display: flex; align-items: center; gap: 12px; padding: 9px 14px; margin-bottom: 2px;
    color: #2b3f3a; text-decoration: none; border-radius: 12px; font-weight: 500; font-size: .875rem;
}
.nav-item svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: #5f716c; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-item:hover { background: var(--surface); color: var(--ink); }
.nav-item.active { background: var(--accent); color: #fff; font-weight: 600; box-shadow: 0 6px 16px rgba(13, 59, 51, .18); }
.nav-item.active svg { stroke: #fff; }

.side-help { margin-top: 14px; border-radius: 16px; padding: 14px; color: #cfe3dd; background: linear-gradient(160deg, #0d3b33, #0a2e28); }
.side-help-tag { display: flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 600; }
.side-help-tag svg { width: 22px; height: 22px; padding: 3px; border-radius: 6px; background: rgba(127, 209, 181, .15); fill: none; stroke: var(--mint); stroke-width: 1.8; }
.side-help-title { color: #fff; font-weight: 700; font-size: .85rem; margin-top: 10px; }
.side-help p { font-size: .72rem; line-height: 1.5; margin: 4px 0 12px; color: #a9c4bc; }
.side-help-btn { display: block; text-align: center; padding: 8px; border-radius: 999px; font-weight: 700; font-size: .78rem; color: #fff; text-decoration: none; background: rgba(255, 255, 255, .08); border: 1px solid rgba(127, 209, 181, .35); }
.side-help-btn:hover { background: rgba(255, 255, 255, .15); color: #fff; }

.app-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.app-content { padding: 30px 32px 40px; }
.app-content::after { content: ""; display: block; clear: both; }

/* Kartu user: desktop melayang kanan atas (sejajar judul halaman) */
.app-top { float: right; margin: 0 0 12px 20px; }
.menu-btn { display: none; }
.user-chip > button { display: flex; align-items: center; gap: 11px; border: 0; background: none; padding: 4px; border-radius: 14px; text-align: left; }
.user-chip > button:hover { background: #fff; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 700; }
.user-meta b { display: block; font-size: .85rem; font-weight: 800; color: var(--ink); line-height: 1.2; }
.user-meta small { display: block; font-size: .72rem; color: var(--muted); }
.app-backdrop { display: none; }

@media (max-width: 991.98px) {
    .app { margin: 0; border-radius: 0; min-height: 100vh; box-shadow: none; }
    .app-sidebar { position: fixed; left: 0; top: 0; height: 100vh; z-index: 1040; transform: translateX(-100%); transition: transform .2s; box-shadow: 0 10px 40px rgba(0, 0, 0, .15); }
    body.sidebar-open .app-sidebar { transform: none; }
    body.sidebar-open .app-backdrop { display: block; position: fixed; inset: 0; background: rgba(10, 30, 26, .35); z-index: 1030; }
    .app-content { padding: 0 14px 28px; }
    .app-top { float: none; margin: 0 -14px 16px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
    .menu-btn { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; border-radius: 11px; }
    .menu-btn svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
    .avatar { width: 36px; height: 36px; }
}

/* ---------- Komponen ---------- */
.page-head { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: 1.1rem; min-height: 52px; }
.page-head h1 { font-size: 1.55rem; font-weight: 800; letter-spacing: -.015em; margin: 0; }
.page-head .page-sub { flex-basis: 100%; margin: -.35rem 0 0; color: var(--muted); font-size: .9rem; }
.page-head .actions { margin-left: auto; display: flex; flex-wrap: wrap; gap: .4rem; }
.page-head ~ * { clear: both; } /* konten di bawah judul tidak mengalir di samping kartu user */
@media (max-width: 991.98px) { .page-head h1 { font-size: 1.25rem; } }

.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 1.1rem; overflow: clip; }
/* daftar autocomplete tidak boleh terpotong oleh panel / tabel */
.panel:has(.ac-wrap), .panel:has([data-line-editor]) { overflow: visible; }
@media (min-width: 768px) { .table-wrap:has(.line-table) { overflow: visible; } }
.panel-head { display: flex; align-items: center; gap: .5rem; padding: .85rem 1.1rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.panel-head .actions { margin-left: auto; font-weight: normal; }
.panel-body { padding: 1rem 1.1rem; }

/* Kepala panel bergaya kartu: judul + subjudul + tombol pil */
.card-head { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem 1.4rem .9rem; }
.card-head h2 { font-size: 1.02rem; font-weight: 800; margin: 0; }
.card-head p { font-size: .78rem; color: var(--muted); margin: 2px 0 0; }
.card-head .pill-btn { margin-left: auto; }
.pill-btn { display: inline-flex; align-items: center; white-space: nowrap; font-size: .75rem; font-weight: 700; color: var(--ink); text-decoration: none; border: 1.5px solid var(--ink); border-radius: 999px; padding: 4px 12px; }
.pill-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.empty-state { text-align: center; color: var(--muted); padding: 2.2rem 1rem 2.6rem; }

.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; align-items: end; padding: .8rem 1.1rem; border-bottom: 1px solid var(--line); background: #fbfcfc; }
.filter-bar .form-label { font-size: .72rem; font-weight: 600; color: var(--muted); margin-bottom: .15rem; }
.filter-bar .form-control, .filter-bar .form-select { min-width: 8rem; }

.table { --bs-table-hover-bg: #f3f8f7; margin-bottom: 0; font-size: .84rem; }
.table > thead th { background: var(--surface); font-weight: 700; font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; color: #5f716c; white-space: nowrap; border-bottom-width: 1px; }
.table > :not(caption) > * > * { border-bottom-color: #eef2f0; }
.table td, .table th { vertical-align: middle; }
.table-sm > :not(caption) > * > * { padding: .3rem .5rem; }
.table tfoot td, .table tfoot th { font-weight: 600; background: #f6f7f9; }
.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .8rem; }
.nowrap { white-space: nowrap; }
.minus { color: #b42318; }
.plus { color: #067647; }
.muted { color: var(--muted); }
.table-wrap { overflow-x: auto; }

/* Kartu KPI dashboard (kartu pertama gelap) */
.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 1.4rem; clear: both; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; min-height: 150px; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(13, 59, 51, .03); }
.kpi .label { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #6f807b; }
.kpi .value { margin-top: auto; padding-top: 18px; font-size: 1.9rem; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.kpi .value small { font-size: .95rem; font-weight: 500; color: #7c8b87; letter-spacing: 0; margin-left: 4px; }
.kpi .sub { font-size: .72rem; color: #7c8b87; margin-top: 8px; }
.kpi.dark { background: linear-gradient(160deg, #0d3b33, #0a2e28); border-color: #0d3b33; color: #fff; box-shadow: 0 10px 24px rgba(13, 59, 51, .22); }
.kpi.dark .label { color: var(--mint); }
.kpi.dark .sub { color: #a9c4bc; }
.kpi .value.warn { color: #b42318; }
a.kpi { text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
a.kpi:hover { border-color: #c7d6d1; transform: translateY(-1px); }
@media (max-width: 1199.98px) { .kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .kpi-grid { grid-template-columns: 1fr; gap: 10px; } .kpi { min-height: 0; } .kpi .value { font-size: 1.5rem; } }

.form-label { font-size: .8rem; font-weight: 500; margin-bottom: .2rem; }
.form-text { font-size: .75rem; }
dl.info { display: grid; grid-template-columns: max-content 1fr; gap: .2rem 1rem; margin: 0; }
dl.info dt { font-weight: 500; color: var(--muted); }
dl.info dd { margin: 0; }

/* ---------- Input baris (barang masuk / keluar) ---------- */
.line-table td { padding: .25rem .35rem !important; }
.line-table .form-control, .line-table .form-select { padding: .2rem .4rem; font-size: .84rem; }
.line-table .col-no { width: 2.2rem; text-align: center; color: var(--muted); }
.line-table .col-qty { width: 7rem; }
.line-table .col-harga { width: 9rem; }
.line-table .col-exp { width: 9.5rem; }
.line-table .col-aksi { width: 2.2rem; }
.line-table tr.stok-kurang td { background: #fff4f2; }
.line-table .is-warning { border-color: #d97706; background: #fffbeb; }

/* Kolom scan barcode */
.scan-bar { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; padding: .7rem 1.1rem; border-bottom: 1px solid var(--line); background: var(--accent-soft); }
.scan-label { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.scan-input { max-width: 22rem; flex: 1 1 14rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; border-color: #b9ccc6; }
.scan-input:focus { border-color: var(--accent); box-shadow: 0 0 0 .2rem rgba(13, 59, 51, .15); }
.scan-mode { width: auto; }
.scan-status { font-weight: 600; }

/* Autocomplete */
.ac-wrap { position: relative; }
.ac-list {
    position: absolute; left: 0; right: 0; top: 100%; z-index: 1050; max-height: 280px; overflow-y: auto;
    background: #fff; border: 1px solid #cbd2d9; border-radius: 4px; box-shadow: 0 6px 16px rgba(0,0,0,.12); display: none;
}
.ac-list.show { display: block; }
.ac-item { padding: .3rem .5rem; cursor: pointer; display: flex; gap: .5rem; align-items: baseline; border-bottom: 1px solid #f1f3f5; }
.ac-item:last-child { border-bottom: 0; }
.ac-item.active, .ac-item:hover { background: var(--accent-soft); }
.ac-item .kode { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .78rem; color: var(--accent-dark); min-width: 4.2rem; }
.ac-item .nama { flex: 1; }
.ac-item .stok { font-size: .75rem; color: var(--muted); white-space: nowrap; }
.ac-empty { padding: .4rem .5rem; color: var(--muted); font-size: .8rem; }

/* Stok opname di tablet */
.so-table .form-control { padding: .25rem .4rem; font-size: .9rem; }
.so-table .col-fisik { width: 7rem; }
.so-table .col-rekon { width: 6rem; }
.so-table tr.terisi td:first-child { box-shadow: inset 3px 0 0 var(--accent); }
.so-table tr.ada-selisih td { background: #fffaf0; }
.so-kategori td { background: #eef1f4 !important; font-weight: 600; }
.sticky-save { position: sticky; bottom: 0; background: #fff; border-top: 1px solid var(--line); padding: .5rem .85rem; display: flex; gap: .5rem; align-items: center; z-index: 5; }

/* ---------- Login ---------- */
.login-page {
    --lg-dark: #0d3b33; --lg-dark-2: #0a2e28; --lg-mint: #7fd1b5;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background: #eef1f0; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px;
}
.lg-shell {
    width: 100%; max-width: 1180px; min-height: 680px; display: grid; grid-template-columns: 42% 58%;
    background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 50px rgba(13, 59, 51, .10);
}
.lg-side {
    position: relative; overflow: hidden; color: #e6f0ed; padding: 40px 40px 28px; display: flex; flex-direction: column;
    background: radial-gradient(120% 90% at 20% 110%, #134a40 0%, transparent 55%), linear-gradient(160deg, var(--lg-dark) 0%, var(--lg-dark-2) 100%);
}
.lg-rings { position: absolute; width: 420px; right: -120px; top: -120px; fill: none; stroke: rgba(127, 209, 181, .12); stroke-width: 1.2; pointer-events: none; }
.lg-brand { display: flex; align-items: center; gap: 14px; position: relative; }
.lg-logo { width: 46px; height: 46px; border-radius: 12px; background: #fff; color: var(--lg-dark); display: grid; place-items: center; font-weight: 800; font-size: 13px; letter-spacing: .04em; }
.lg-brand-name { font-weight: 700; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
.lg-brand-sub { font-size: 12.5px; color: #9fbfb6; }
.lg-pill { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; color: var(--lg-mint); border: 1px solid rgba(127, 209, 181, .45); background: rgba(127, 209, 181, .12); border-radius: 999px; padding: 2px 8px; }

.lg-hero { position: relative; margin-top: 44px; }
.lg-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: #cfe3dd; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; padding: 5px 12px; }
.lg-chip i, .lg-side-foot i, .lg-foot i { width: 7px; height: 7px; border-radius: 50%; background: var(--lg-mint); display: inline-block; }
.lg-hero h1 { font-size: 34px; line-height: 1.15; font-weight: 800; color: #fff; margin: 16px 0 12px; letter-spacing: -.01em; }
.lg-hero p { font-size: 14.5px; line-height: 1.6; color: #b8d0c9; max-width: 400px; margin: 0; }

.lg-card { margin-top: 30px; border-radius: 16px; padding: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(127, 209, 181, .22); }
.lg-card-head { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: #fff; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.lg-card-ico { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: rgba(127, 209, 181, .15); border: 1px solid rgba(127, 209, 181, .3); }
.lg-card-ico svg { width: 16px; height: 16px; fill: none; stroke: var(--lg-mint); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lg-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.lg-card-grid div { background: rgba(0, 0, 0, .22); border-radius: 12px; padding: 12px 14px; }
.lg-card-grid span { display: block; font-size: 11.5px; color: #9fbfb6; margin-bottom: 4px; }
.lg-card-grid b { font-size: 14.5px; color: #fff; font-weight: 700; }

.lg-side-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; color: #b8d0c9; }
.lg-side-foot span { display: inline-flex; align-items: center; gap: 8px; }

.lg-main { display: flex; flex-direction: column; padding: 56px 56px 26px; }
.lg-form-wrap { width: 100%; max-width: 560px; margin: auto 0; }
.lg-greet { display: inline-block; font-size: 13px; font-weight: 600; color: #26443d; background: #f3f6f5; border: 1px solid #e3e9e7; border-radius: 999px; padding: 6px 14px; }
.lg-main h2 { font-size: 30px; font-weight: 800; color: #10231f; margin: 16px 0 8px; letter-spacing: -.01em; }
.lg-lead { font-size: 14.5px; color: #6b7b77; line-height: 1.6; margin-bottom: 26px; }
.lg-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #1f3a34; margin: 18px 0 8px; }
.lg-input { position: relative; display: flex; align-items: center; }
.lg-input > svg { position: absolute; left: 15px; width: 18px; height: 18px; fill: none; stroke: #7c8b87; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.lg-input input {
    width: 100%; height: 48px; padding: 0 46px 0 44px; font: inherit; font-size: 14.5px; color: #10231f;
    background: #f7f9f8; border: 1.5px solid #e1e7e5; border-radius: 12px; outline: none; transition: border-color .15s, box-shadow .15s, background .15s;
}
.lg-input input::placeholder { color: #a3afac; }
.lg-input input:focus { background: #fff; border-color: #0f766e; box-shadow: 0 0 0 4px rgba(15, 118, 110, .12); }
.lg-eye { position: absolute; right: 8px; width: 34px; height: 34px; border: 0; background: none; border-radius: 8px; display: grid; place-items: center; cursor: pointer; }
.lg-eye svg { width: 19px; height: 19px; fill: none; stroke: #7c8b87; stroke-width: 1.8; }
.lg-eye.on svg { stroke: #0f766e; }
.lg-eye:hover { background: #eef2f1; }
.lg-submit {
    margin-top: 28px; width: 100%; height: 52px; border: 0; border-radius: 14px; background: var(--lg-dark); color: #fff;
    font: inherit; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 0 8px 20px rgba(13, 59, 51, .22); transition: background .15s, transform .05s;
}
.lg-submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lg-submit:hover { background: #12493f; }
.lg-submit:active { transform: translateY(1px); }
.lg-submit:disabled { opacity: .7; }
.lg-help { font-size: 13px; color: #7c8b87; margin: 16px 0 0; }
.login-page .alert { border-radius: 12px; }

.lg-foot { max-width: 560px; margin-top: 30px; padding-top: 18px; border-top: 1px solid #e8edeb; display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; color: #6b7b77; }
.lg-foot span { display: inline-flex; align-items: center; gap: 8px; }

@media (max-width: 900px) {
    .lg-shell { grid-template-columns: 1fr; min-height: 0; max-width: 520px; }
    .lg-side { padding: 26px 26px 22px; }
    .lg-hero { margin-top: 24px; }
    .lg-hero h1 { font-size: 26px; }
    .lg-card, .lg-side-foot, .lg-hero p { display: none; }
    .lg-main { padding: 30px 26px 22px; }
    .lg-main h2 { font-size: 24px; }
}
@media (max-width: 480px) {
    .login-page { padding: 0; align-items: stretch; }
    .lg-shell { border-radius: 0; box-shadow: none; }
    .lg-foot { flex-direction: column; }
}

canvas { max-width: 100%; }
