:root {
  --ink: #14231f;
  --muted: #6b7773;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --white: #fff;
  --green-950: #082f28;
  --green-900: #0d3b33;
  --green-800: #155247;
  --green-600: #258878;
  --mint: #dff2e8;
  --lime: #d8f24a;
  --orange: #ed7f4c;
  --red: #b8423b;
  --blue: #436f83;
  --line: #dedfd8;
  --shadow: 0 18px 50px rgba(22, 45, 38, .09);
  --radius: 18px;
  --sidebar: 242px;
}

* { box-sizing: border-box; }
html { background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { min-width: 320px; margin: 0; min-height: 100vh; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.is-hidden { display: none !important; }
.muted { color: var(--muted); }

.loading-screen { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 16px; background: var(--green-950); color: white; }
.loading-screen p { margin: 0; color: #abc7bd; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.loading-mark, .brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 800 16px/1 Georgia, serif; letter-spacing: -.08em; }
.loading-mark { color: var(--lime); }

.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); }
.login-story { min-height: 720px; padding: 48px clamp(36px, 6vw, 96px); color: white; background: radial-gradient(circle at 78% 23%, rgba(216,242,74,.22), transparent 24%), linear-gradient(145deg, #0d3b33 0%, #082c26 63%, #145849 100%); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.login-story::after { content: ""; position: absolute; right: -110px; bottom: -210px; width: 510px; height: 510px; border: 1px solid rgba(255,255,255,.13); border-radius: 48% 52% 64% 36%; box-shadow: 0 0 0 62px rgba(255,255,255,.025), 0 0 0 124px rgba(255,255,255,.018); transform: rotate(-23deg); }
.brand-lockup { display: flex; align-items: center; gap: 12px; color: var(--green-900); }
.brand-lockup--light { color: white; }
.brand-lockup .brand-mark { width: 42px; height: 42px; color: var(--lime); border-color: currentColor; }
.brand-lockup > span:last-child { display: grid; gap: 2px; }
.brand-lockup strong { font-family: Georgia, serif; font-size: 15px; letter-spacing: .13em; }
.brand-lockup small { font-size: 9px; font-weight: 700; letter-spacing: .22em; opacity: .65; }
.login-copy { margin: auto 0; max-width: 760px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 10px; font-size: 10px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; color: var(--green-600); }
.login-copy .eyebrow { color: var(--lime); }
.login-copy h1 { margin: 0; max-width: 700px; font: 400 clamp(48px, 6.2vw, 84px)/.96 Georgia, serif; letter-spacing: -.045em; }
.login-copy > p:last-child { max-width: 610px; margin: 30px 0 0; color: #c8d8d3; font-size: 17px; line-height: 1.65; }
.login-proof { display: flex; position: relative; z-index: 1; }
.login-proof div { display: grid; gap: 5px; min-width: 156px; padding: 0 32px; border-left: 1px solid rgba(255,255,255,.18); }
.login-proof div:first-child { padding-left: 0; border: 0; }
.login-proof strong { font: 400 24px Georgia, serif; }
.login-proof span { color: #9ebcb2; font-size: 11px; }
.login-panel { background: var(--paper); display: grid; place-content: center; padding: 36px; position: relative; }
.login-card { width: min(380px, 100%); }
.login-kicker { display: block; margin-bottom: 32px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.login-card h2 { margin: 0; font: 400 46px/1 Georgia, serif; letter-spacing: -.035em; }
.login-card > p { color: var(--muted); line-height: 1.6; }
.google-button { width: 100%; height: 54px; margin: 22px 0 10px; border: 0; border-radius: 12px; background: var(--green-900); color: white; display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 750; box-shadow: 0 8px 22px rgba(13,59,51,.16); }
.google-button:hover { background: var(--green-800); transform: translateY(-1px); }
.google-g { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: white; color: #4285f4; font-weight: 900; }
.login-card .login-note { margin-top: 18px; font-size: 11px; line-height: 1.55; }
.legal-note { position: absolute; bottom: 25px; color: #9ca49f; font-size: 10px; letter-spacing: .12em; }
.inline-alert { margin-top: 18px; padding: 12px 14px; border-radius: 10px; color: #8f302d; background: #fae7e4; font-size: 12px; line-height: 1.5; }

.uid-box { display: flex; align-items: center; gap: 12px; margin: 24px 0 10px; padding: 12px 12px 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.uid-box code { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; text-align: left; }
.uid-box button { border: 0; border-radius: 8px; background: var(--mint); color: var(--green-900); padding: 8px 12px; font-weight: 750; }

.app-shell { min-height: 100vh; background: var(--cream); }
.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar); z-index: 20; padding: 26px 20px 22px; background: var(--paper); border-right: 1px solid var(--line); display: flex; flex-direction: column; overflow-y: auto; }
.primary-nav { display: grid; gap: 3px; margin-top: 28px; }
.nav-item { width: 100%; border: 0; border-radius: 10px; padding: 10px 12px; background: transparent; color: #5f6e69; text-align: left; display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 650; }
.nav-item span { width: 20px; color: #8a9692; text-align: center; font-size: 16px; }
.nav-item:hover { background: #eeeee8; color: var(--ink); }
.nav-item.is-active { background: var(--green-900); color: white; box-shadow: 0 7px 16px rgba(13,59,51,.12); }
.nav-item.is-active span { color: var(--lime); }
.sidebar-bottom { margin-top: auto; display: grid; gap: 12px; }
.sync-state { display: flex; align-items: center; gap: 8px; padding: 11px 13px; border-top: 1px solid var(--line); color: #7b8984; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.sync-state i { width: 7px; height: 7px; border-radius: 50%; background: #4ea774; box-shadow: 0 0 0 4px rgba(78,167,116,.13); }
.workspace { min-height: 100vh; margin-left: var(--sidebar); }
.topbar { min-height: 104px; padding: 26px clamp(24px, 4vw, 54px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(244,241,233,.9); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 15; }
.topbar h1 { margin: 0; font: 400 31px/1 Georgia, serif; letter-spacing: -.025em; }
.topbar-actions { display: flex; align-items: center; gap: 10px; position: relative; }
.date-chip { padding: 9px 12px; border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.button { min-height: 40px; padding: 9px 15px; border: 1px solid transparent; border-radius: 9px; font-size: 12px; font-weight: 750; transition: .16s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: white; background: var(--green-900); }
.button--primary span { color: var(--lime); }
.button--secondary { color: var(--ink); background: white; border-color: var(--line); }
.button--danger { color: #a53732; background: #fae4e2; }
.profile-button { min-height: 42px; padding: 4px 7px; border: 0; border-radius: 10px; background: transparent; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.profile-button:hover { background: rgba(255,255,255,.6); }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 11px; font-weight: 850; }
.profile-copy { display: grid; text-align: left; }
.profile-copy strong { font-size: 11px; }
.profile-copy small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.profile-menu { position: absolute; top: 52px; right: 0; width: 240px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.profile-menu span { display: block; padding: 11px; color: var(--muted); font-size: 11px; word-break: break-all; }
.profile-menu button { width: 100%; padding: 10px; border: 0; border-radius: 8px; background: #f4f2ed; text-align: left; font-weight: 700; }
.page-content { padding: 32px clamp(22px, 4vw, 54px) 70px; }

.ownership-alert { margin: 18px clamp(22px, 4vw, 54px) 0; padding: 12px 16px; border: 1px solid #e4c887; border-radius: 11px; background: #fff5d9; color: #795b16; font-size: 12px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font: 400 22px Georgia, serif; }
.section-heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.section-heading-actions { display: flex; gap: 8px; }
.text-button { border: 0; padding: 4px; color: var(--green-800); background: transparent; font-size: 11px; font-weight: 800; }

.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.metric-card { min-height: 145px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); position: relative; overflow: hidden; }
.metric-card--dark { color: white; background: var(--green-900); border-color: var(--green-900); }
.metric-card--dark::after { content: ""; position: absolute; width: 110px; height: 110px; right: -46px; bottom: -56px; border: 18px solid rgba(216,242,74,.13); border-radius: 50%; }
.metric-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.metric-card--dark .metric-label { color: #a8c7bd; }
.metric-value { display: block; margin-top: 17px; font: 400 30px/1 Georgia, serif; letter-spacing: -.025em; }
.metric-foot { position: absolute; bottom: 17px; left: 21px; color: var(--muted); font-size: 10px; }
.metric-card--dark .metric-foot { color: #bdd3cc; }
.metric-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--orange); }

.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr); gap: 16px; margin-top: 16px; }
.dashboard-column { display: grid; gap: 16px; align-content: start; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.panel-body { padding: 22px; }
.panel-header { padding: 19px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-header h3 { margin: 0; font: 400 18px Georgia, serif; }
.panel-header p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.panel-header .badge { white-space: nowrap; }
.cash-chart { height: 190px; padding: 22px 22px 16px; display: flex; align-items: end; gap: 14px; }
.chart-group { min-width: 32px; flex: 1; height: 100%; display: flex; align-items: end; justify-content: center; gap: 4px; position: relative; }
.chart-bar { width: min(16px, 42%); min-height: 3px; border-radius: 5px 5px 1px 1px; background: var(--green-800); }
.chart-bar--out { background: var(--orange); opacity: .78; }
.chart-label { position: absolute; bottom: -17px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.chart-legend { padding: 4px 22px 20px; display: flex; justify-content: flex-end; gap: 16px; color: var(--muted); font-size: 9px; }
.chart-legend i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 2px; background: var(--green-800); }
.chart-legend span:last-child i { background: var(--orange); }

.progress-list { display: grid; gap: 18px; }
.progress-row { display: grid; gap: 7px; }
.progress-meta { display: flex; justify-content: space-between; font-size: 11px; }
.progress-meta span:last-child { color: var(--muted); }
.progress-track { height: 7px; overflow: hidden; border-radius: 20px; background: #e9e9e2; }
.progress-fill { height: 100%; border-radius: inherit; background: var(--green-600); }
.progress-fill--orange { background: var(--orange); }
.progress-fill--lime { background: #9eb828; }

.activity-list, .task-list, .batch-list { display: grid; }
.activity-row, .task-row, .batch-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e8e7e0; }
.activity-row:last-child, .task-row:last-child, .batch-row:last-child { border-bottom: 0; }
.activity-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--green-800); background: var(--mint); font-size: 12px; font-weight: 800; }
.activity-row strong, .task-row strong, .batch-row strong { display: block; font-size: 11px; }
.activity-row small, .task-row small, .batch-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.activity-row time, .task-row time { color: var(--muted); font-size: 9px; }

.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--paper); font-size: 10px; font-weight: 750; }
.filter-button.is-active { color: white; background: var(--green-900); border-color: var(--green-900); }
.search-box { width: min(270px, 100%); display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }

.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.data-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.data-table th { padding: 13px 16px; border-bottom: 1px solid var(--line); color: #84908c; background: #f7f6f1; text-align: left; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.data-table td { padding: 15px 16px; border-bottom: 1px solid #e8e7e0; font-size: 11px; vertical-align: middle; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table tbody tr { cursor: pointer; }
.data-table tbody tr:hover { background: #f7f7f2; }
.data-table strong { display: block; font-size: 11px; }
.data-table small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.amount { font-variant-numeric: tabular-nums; font-weight: 800; }
.amount--positive { color: var(--green-600); }
.amount--negative { color: var(--red); }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 20px; color: var(--green-800); background: var(--mint); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.badge--orange { color: #a74b27; background: #fbe6da; }
.badge--red { color: #a43b36; background: #f9e1df; }
.badge--gray { color: #6d7773; background: #e9ebe8; }
.badge--blue { color: #355f72; background: #dfebef; }
.status-pill { display: inline-flex; padding: 6px 9px; border-radius: 20px; color: var(--green-800); background: var(--mint); font-size: 9px; font-weight: 850; letter-spacing: .07em; }
.status-pill--warning { color: #895f06; background: #f9ebbd; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.record-card { min-height: 198px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); cursor: pointer; transition: .16s ease; }
.record-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.record-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.record-card h3 { margin: 18px 0 6px; font: 400 19px Georgia, serif; }
.record-card p { color: var(--muted); font-size: 10px; line-height: 1.55; }
.record-card-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 20px; }
.record-card-stats div { padding-top: 10px; border-top: 1px solid var(--line); }
.record-card-stats span { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.record-card-stats strong { display: block; margin-top: 4px; font-size: 11px; }

.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.report-line { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid #e8e7e0; font-size: 11px; }
.report-line:last-child { border: 0; }
.report-line--total { margin-top: 6px; padding-top: 16px; border-top: 2px solid var(--ink); border-bottom: 0; font-weight: 850; }
.owner-split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.owner-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.owner-card h3 { margin: 10px 0 18px; font: 400 22px Georgia, serif; }
.owner-card .ownership-number { color: var(--green-600); font: 400 38px Georgia, serif; }

.empty-state { padding: 52px 24px; text-align: center; }
.empty-state-icon { width: 48px; height: 48px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--mint); font: 400 22px Georgia, serif; }
.empty-state h3 { margin: 0 0 7px; font: 400 20px Georgia, serif; }
.empty-state p { max-width: 420px; margin: 0 auto 18px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.settings-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 16px; }
.settings-block { padding: 23px; }
.settings-block h3 { margin: 0 0 6px; font: 400 19px Georgia, serif; }
.settings-block > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.data-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.data-action strong { display: block; font-size: 11px; }
.data-action small { color: var(--muted); font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; display: grid; place-items: center; background: rgba(5,27,23,.64); backdrop-filter: blur(5px); }
.modal { width: min(780px, 100%); max-height: calc(100vh - 40px); overflow: auto; border-radius: 20px; background: var(--paper); box-shadow: 0 30px 80px rgba(4,25,21,.28); }
.modal-header { position: sticky; top: 0; z-index: 2; padding: 22px 25px; border-bottom: 1px solid var(--line); background: rgba(251,250,246,.96); display: flex; align-items: center; justify-content: space-between; }
.modal-header h2 { margin: 0; font: 400 26px Georgia, serif; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 20px; }
.form-grid { padding: 24px 25px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: #64716c; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid #d7d9d2; border-radius: 9px; outline: 0; color: var(--ink); background: white; font-size: 12px; }
.field textarea { min-height: 88px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(37,136,120,.1); }
.field input[readonly] { color: #7c8783; background: #efefe9; cursor: not-allowed; }
.field small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.check-field { display: flex; align-items: center; gap: 9px; align-self: end; min-height: 43px; }
.check-field input { width: 17px; height: 17px; accent-color: var(--green-800); }
.check-field label { font-size: 11px; font-weight: 650; }
.modal-footer { position: sticky; bottom: 0; z-index: 2; padding: 16px 25px; border-top: 1px solid var(--line); background: rgba(251,250,246,.96); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.modal-footer-right { display: flex; gap: 8px; margin-left: auto; }
.confirm-dialog { width: min(420px, 100%); padding: 32px; border-radius: 20px; background: var(--paper); text-align: center; }
.confirm-icon { width: 44px; height: 44px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: #f9e1df; font-weight: 900; }
.confirm-dialog h2 { margin: 0; font: 400 25px Georgia, serif; }
.confirm-dialog p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.confirm-dialog > div { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.toast-region { position: fixed; z-index: 200; right: 22px; bottom: 22px; display: grid; gap: 8px; }
.toast { min-width: 260px; max-width: 380px; padding: 13px 16px; border-radius: 11px; color: white; background: var(--green-900); box-shadow: var(--shadow); font-size: 11px; animation: toast-in .2s ease both; }
.toast--error { background: #963c37; }
@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } }

@media (max-width: 1080px) {
  :root { --sidebar: 205px; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .date-chip, .profile-copy { display: none; }
}

@media (max-width: 800px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-story { min-height: 440px; padding: 30px; }
  .login-copy h1 { font-size: 48px; }
  .login-proof { display: none; }
  .login-panel { min-height: 480px; }
  .sidebar { position: sticky; top: 0; width: 100%; height: auto; padding: 12px 16px; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; align-items: center; overflow-x: auto; }
  .sidebar .brand-lockup { flex: 0 0 auto; }
  .brand-lockup > span:last-child, .sidebar-bottom { display: none; }
  .primary-nav { display: flex; margin: 0 0 0 18px; gap: 4px; }
  .nav-item { width: auto; flex: 0 0 auto; padding: 9px 11px; }
  .nav-item span { display: none; }
  .workspace { margin-left: 0; }
  .topbar { position: static; min-height: 84px; padding: 18px 22px; }
  .dashboard-grid, .settings-grid, .report-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .topbar h1 { font-size: 25px; }
  .topbar-actions .button { width: 42px; padding: 0; font-size: 0; }
  .topbar-actions .button span { font-size: 18px; }
  .profile-button > span:last-child { display: none; }
  .metrics-grid, .card-grid, .owner-split { grid-template-columns: 1fr; }
  .toolbar { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .modal-backdrop { padding: 0; align-items: end; }
  .modal { max-height: 94vh; border-radius: 20px 20px 0 0; }
}
