:root {
  --ink: #071d17;
  --green: #0c392d;
  --lime: #d8ff58;
  --paper: #f7f5ef;
  --white: #fff;
  --muted: #6e7773;
  --line: #deded6;
  --orange: #ff784f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-header { height: 76px; padding: 0 clamp(22px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; border-bottom: 1px solid #ffffff1c; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; letter-spacing: 1px; font-weight: 800; }
.brand b { color: var(--lime); }
.brand-ball { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; transform: rotate(-8deg); }
nav { align-self: stretch; display: flex; align-items: center; gap: 34px; }
nav a { height: 100%; display: grid; place-items: center; color: #9aaba5; border-bottom: 2px solid transparent; font-size: 12px; font-weight: 700; }
nav a.active, nav a:hover { color: white; border-color: var(--lime); }
.admin-link { padding-left: 22px; border-left: 1px solid #ffffff20; }
.hero { min-height: 420px; padding: 70px max(24px, calc((100vw - 1160px) / 2)); color: white; display: flex; align-items: center; justify-content: space-between; background: radial-gradient(circle at 75% 30%, #1c5945 0, var(--green) 25%, var(--ink) 70%); position: relative; overflow: hidden; }
.hero::after { content: "⚽"; position: absolute; right: 10%; font-size: 280px; filter: grayscale(1); opacity: .055; transform: rotate(-15deg); }
.kicker { margin: 0 0 16px; color: var(--lime); font-size: 10px; letter-spacing: 2.3px; font-weight: 900; }
.kicker.dark { color: #4c7165; }
h1, h2, h3 { font-family: "Arial Black", Inter, sans-serif; letter-spacing: -1.5px; }
h1 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .95; letter-spacing: -4px; }
h1 em { color: var(--lime); font-style: normal; }
.hero-text { max-width: 500px; margin: 24px 0 0; color: #b2c0bb; line-height: 1.65; }
.hero-score { z-index: 1; min-width: 220px; aspect-ratio: 1; border: 1px solid #d8ff584a; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #ffffff06; }
.hero-score span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 1.8px; }
.hero-score strong { font: 900 64px "Arial Black"; }
.hero-score small { max-width: 150px; text-align: center; color: #92a29c; font-size: 9px; line-height: 1.4; }
.hero-score .sync-meta { max-width: 185px; margin-top: 8px; color: white; font-weight: 800; }
.stage-strip { max-width: 1160px; margin: -1px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); background: white; border: 1px solid var(--line); position: relative; z-index: 2; }
.stage-strip:empty { display: none; }
.stage-strip > div { min-height: 95px; padding: 22px; border-right: 1px solid var(--line); display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; align-items: center; }
.stage-strip > div:last-child { border: 0; }
.stage-strip span { grid-row: 1 / 3; color: #c0c6c2; font: 900 16px "Arial Black"; }
.stage-strip strong { font-size: 12px; }
.stage-strip small { color: var(--muted); font-size: 9px; }
.content, .evaluation { padding: 75px max(24px, calc((100vw - 1160px) / 2)); }
.section-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.section-title > div { display: flex; align-items: baseline; gap: 15px; }
.section-title h2 { margin: 0; font-size: 29px; }
.section-number { color: #a2aaa6; font-size: 10px; font-weight: 900; }
.search { width: 250px; border-bottom: 1px solid #b9bdb9; display: flex; gap: 8px; align-items: center; }
.search input { border: 0; outline: none; background: transparent; padding: 10px 0; width: 100%; font-size: 12px; }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.podium:empty { display: none; }
.podium-person { border: 0; background: white; padding: 25px; display: grid; grid-template-columns: 40px 50px 1fr; grid-template-rows: 1fr 1fr; text-align: left; align-items: center; cursor: pointer; border-top: 3px solid var(--line); }
.podium-person:hover { transform: translateY(-2px); box-shadow: 0 10px 30px #071d1710; }
.podium-person.place-1 { border-color: #ddba41; }
.podium-person.place-2 { border-color: #a9b2b5; }
.podium-person.place-3 { border-color: #c6865e; }
.medal { grid-row: 1 / 3; font: 900 22px "Arial Black"; }
.large-avatar { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-weight: 900; font-size: 10px; }
.podium-person strong { font-size: 13px; }
.podium-person small { color: var(--muted); font-size: 10px; }
.ranking-card { background: white; border: 1px solid var(--line); }
.ranking-head, .ranking-row { display: grid; grid-template-columns: 70px minmax(180px, 1fr) minmax(220px, 1fr) 80px; align-items: center; }
.ranking-head { min-height: 45px; padding: 0 24px; color: #89918d; background: #f0efe9; font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.ranking-row { width: 100%; min-height: 70px; padding: 0 24px; border: 0; border-bottom: 1px solid var(--line); background: white; text-align: left; cursor: pointer; }
.ranking-row:last-child { border-bottom: 0; }
.ranking-row:hover { background: #f8f9f2; }
.rank { font: 900 17px "Arial Black"; color: #7b8580; }
.person { display: flex; align-items: center; gap: 13px; }
.person i { width: 34px; height: 34px; border-radius: 50%; background: #e9eee9; display: grid; place-items: center; font-size: 9px; font-style: normal; font-weight: 900; }
.person strong { font-size: 12px; }
.stage-heads, .stage-scores { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; text-align: center; }
.stage-scores i { color: #68726d; font-size: 11px; font-style: normal; }
.total { text-align: right; font: 900 19px "Arial Black"; }
.empty { padding: 55px; text-align: center; background: white; border: 1px dashed #bdc3bf; margin-bottom: 20px; }
.empty p { color: var(--muted); font-size: 12px; }
.tip-matrix-section { padding: 0 max(24px, calc((100vw - 1160px) / 2)) 75px; }
.section-intro { max-width: 650px; margin: -15px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.stage-tabs { display: flex; gap: 7px; margin-bottom: 12px; overflow-x: auto; }
.stage-tabs button { min-height: 39px; padding: 0 17px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.stage-tabs button.active { border-color: var(--ink); background: var(--ink); color: white; }
.swipe-hint { display: none; margin: -3px 0 13px; color: #7b8580; font-size: 10px; }
.matrix-card { width: 100%; overflow-x: auto; background: white; border: 1px solid var(--line); }
.tip-matrix { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 10px; }
.tip-matrix th { height: 42px; padding: 0 10px; color: #818b86; background: #efeee8; border-bottom: 1px solid var(--line); text-align: center; font-size: 8px; letter-spacing: .7px; text-transform: uppercase; }
.tip-matrix th:nth-child(2) { min-width: 180px; text-align: left; }
.tip-matrix td { height: 48px; padding: 6px 8px; border-bottom: 1px solid #ebeae4; text-align: center; white-space: nowrap; }
.tip-matrix tbody tr:last-child td { border-bottom: 0; }
.tip-matrix tbody tr:hover { background: #fafbef; }
.tip-matrix td:nth-child(1) { color: #7b8580; }
.tip-matrix td:nth-child(2) { position: sticky; left: 0; z-index: 1; background: white; text-align: left; }
.tip-matrix tbody tr:hover td:nth-child(2) { background: #fafbef; }
.tip-matrix td button { border: 0; padding: 0; background: transparent; font-weight: 700; cursor: pointer; }
.tip-matrix .team-badge { min-width: 52px; grid-template-columns: 23px auto; padding-right: 7px; }
.tip-matrix .team-badge > i { width: 23px; height: 23px; font-size: 15px; }
.tip-matrix .team-badge > small { display: none; }
.tip-matrix td strong { font-size: 12px; }
.match-summary { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 14px 14px 56px; }
.match-summary.compact { max-width: 230px; padding: 7px 0 0; gap: 4px; }
.match-chip { display: inline-flex; align-items: center; gap: 4px; min-height: 21px; padding: 0 7px; border-radius: 999px; background: #f3f2ec; color: #55615c; font-size: 8px; font-weight: 900; white-space: nowrap; }
.match-chip b { color: var(--ink); font-size: 8px; }
.match-chip i { color: #9aa39e; font-style: normal; }
.match-chip em { margin-left: 2px; color: #6f7b76; font-style: normal; }
.match-chip.live { background: #ffe4df; color: #661f18; }
.match-chip.live em { color: #661f18; }
.tip-matrix .match-chip { min-height: 18px; padding: 0 5px; font-size: 7px; }
.tip-matrix .match-chip b { font-size: 7px; }
.result-cards .match-summary { padding: 4px 0 0; }
.match-summary.dark .match-chip { background: #ffffff12; color: #c6d0cc; border: 1px solid #ffffff14; }
.match-summary.dark .match-chip b { color: #fff; }
.match-summary.dark .match-chip i, .match-summary.dark .match-chip em { color: #a9b7b1; }
.match-summary.dark .match-chip.live { background: #ff784f26; border-color: #ff784f66; }
.match-summary.dark .match-chip.live em { color: #ffd0c3; }
.score-outlook { display: inline-flex; align-items: center; min-height: 25px; padding: 0 8px; border-radius: 5px; background: #ecece6; color: var(--muted); font-weight: 900; }
.score-outlook.win { background: var(--lime); color: var(--ink); }
.score-outlook.top4 { background: #fff0b8; color: #604b00; }
.score-outlook.out { background: #ffe4df; color: #661f18; }
.mobile-tip-list { display: none; }
.mobile-tip-card { background: white; border: 1px solid var(--line); border-bottom: 0; }
.mobile-tip-card:last-child { border-bottom: 1px solid var(--line); }
.mobile-tip-card > button { width: 100%; min-height: 54px; display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; border: 0; padding: 0 14px; background: white; text-align: left; cursor: pointer; }
.mobile-rank { color: #7b8580; font-weight: 900; }
.mobile-tip-card strong { font-size: 12px; }
.mobile-tip-card b { font-size: 11px; justify-self: end; }
.outlook-pill { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border-radius: 999px; background: #ecece6; color: var(--muted); font-size: 9px; font-weight: 900; white-space: nowrap; }
.outlook-pill.win { background: var(--lime); color: var(--ink); }
.outlook-pill.top4 { background: #fff0b8; color: #604b00; }
.outlook-pill.out { background: #ffe4df; color: #661f18; }
.mobile-outlook { margin: -4px 14px 10px 56px; }
.mobile-picks { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 14px 56px; }
.mobile-picks i { color: var(--muted); font-size: 11px; }
.evaluation { background: var(--ink); color: white; }
.section-title.light .section-number { color: var(--lime); }
.result-sync-meta { margin: -18px 0 28px; color: #92a29c; font-size: 11px; font-weight: 800; letter-spacing: .2px; }
.result-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.result-cards article { min-height: 170px; padding: 24px; background: #ffffff08; border: 1px solid #ffffff16; }
.result-cards article > div { display: flex; align-items: center; gap: 11px; }
.result-cards article span { color: var(--lime); font-size: 10px; }
.result-cards h3 { margin: 0; font-size: 15px; }
.result-cards p { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.result-cards i { color: #72817b; font-size: 11px; }
footer { min-height: 70px; padding: 0 max(24px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; color: #85908c; background: #04120e; font-size: 9px; letter-spacing: 1px; }
dialog { width: min(700px, calc(100% - 30px)); max-height: 85vh; border: 0; padding: 34px; color: var(--ink); }
dialog::backdrop { background: #071d17d9; backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 15px; right: 17px; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
dialog h2 { font-size: 30px; margin: 0 0 25px; }
.dialog-stage { border-top: 1px solid var(--line); padding: 17px 0; }
.dialog-stage > div { display: flex; justify-content: space-between; align-items: center; }
.dialog-stage h3 { margin: 0; font-size: 13px; }
.dialog-stage > div span { color: var(--muted); font-size: 9px; }
.dialog-stage p { display: flex; flex-wrap: wrap; gap: 6px; }
.team-badge { position: relative; min-height: 31px; padding: 3px 9px 3px 5px; display: inline-grid; grid-template-columns: 25px auto; grid-template-rows: auto auto; align-items: center; column-gap: 6px; border-radius: 3px; background: #ecece6; vertical-align: middle; white-space: nowrap; }
.team-badge > i { grid-row: 1 / 3; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px #0001; font-size: 16px; font-style: normal; overflow: hidden; }
.team-badge > i svg { width: 100%; height: 100%; display: block; }
.team-badge > i img { width: 100%; height: 100%; display: block; object-fit: cover; }
.team-badge .flag-fallback { display: grid; place-items: center; width: 100%; height: 100%; }
.team-badge > b { align-self: end; font-size: 9px; line-height: 1; }
.team-badge > small { align-self: start; color: #77807c; font-size: 7px; line-height: 1.2; }
.team-badge.correct { background: var(--lime); }
.team-badge.eliminated { background: #ffe4df; color: #661f18; opacity: .9; }
.team-badge.eliminated::after { content: "×"; position: absolute; right: -5px; top: -7px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #cf2f24; color: white; font-size: 13px; font-weight: 900; line-height: 1; box-shadow: 0 1px 4px #0002; }
.team-badge.empty-team { display: inline-flex; justify-content: center; color: #9ca39f; }
.result-cards .team-badge { color: var(--ink); background: #f7f7f0; }

.admin-body { background: #eeece5; }
.admin-main { max-width: 1160px; margin: auto; padding: 65px 24px; }
.login-panel { max-width: 520px; margin: 20px auto; padding: 45px; background: white; border-top: 4px solid var(--lime); box-shadow: 0 20px 60px #071d1710; }
.login-panel h1, .admin-heading h1 { color: var(--ink); font-size: 44px; letter-spacing: -3px; }
.login-panel > p { color: var(--muted); line-height: 1.6; font-size: 13px; }
.login-panel label { display: flex; flex-direction: column; gap: 8px; margin: 28px 0 18px; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.login-panel input { height: 48px; border: 1px solid var(--line); padding: 0 13px; outline: none; }
.login-panel input:focus { border-color: var(--green); }
.button { min-height: 48px; padding: 0 19px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 11px; font-weight: 900; cursor: pointer; }
.button.small-button { min-height: 40px; gap: 12px; white-space: nowrap; }
.button.primary { background: var(--lime); color: var(--ink); }
.button.dark-button { background: var(--ink); color: white; }
.button:disabled { opacity: .4; cursor: not-allowed; }
.form-error, .error-text { color: #bd3e2c; font-size: 11px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.admin-heading h1 { margin: 0; }
.text-button { border: 0; background: transparent; text-decoration: underline; color: var(--muted); cursor: pointer; font-size: 11px; }
.admin-grid { display: grid; grid-template-columns: 360px 1fr; gap: 20px; align-items: start; }
.admin-card { padding: 30px; background: white; border: 1px solid var(--line); }
.admin-card h2 { margin: 8px 0; font-size: 21px; }
.admin-card > p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.visitor-card { margin-bottom: 20px; }
.visitor-stats > span, .visitor-stats > p { color: var(--muted); font-size: 11px; }
.api-card { margin-top: 20px; }
.table-scroll { width: 100%; overflow-x: auto; }
.api-table { min-width: 1050px; }
.api-table td small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.visitor-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 16px 0; }
.visitor-kpis div { padding: 14px; background: #f8f7f2; border: 1px solid var(--line); }
.visitor-kpis strong { display: block; font-size: 25px; line-height: 1; }
.visitor-kpis span { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.visitor-table { width: 100%; border-collapse: collapse; font-size: 10px; }
.visitor-table th, .visitor-table td { padding: 9px 8px; border-top: 1px solid var(--line); text-align: left; }
.visitor-table th { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .8px; }
.visitor-subtitle { margin: 22px 0 8px; font-size: 14px; }
.visitor-table-wide { display: block; overflow-x: auto; white-space: nowrap; }
.visitor-map { height: 390px; margin-top: 14px; border: 1px solid var(--line); background: #f8f7f2; z-index: 0; }
.map-fallback { height: 100%; display: grid; place-items: center; padding: 20px; color: var(--muted); font-size: 12px; text-align: center; }
.map-actions { display: flex; justify-content: flex-end; margin-top: 14px; }
.location-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-top: 14px; }
.location-list.compact { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.location-item { padding: 14px; border: 1px solid var(--line); background: #f8f7f2; }
.location-item strong, .location-item span, .location-item small, .location-item a { display: block; }
.location-item strong { font-size: 13px; }
.location-item span { margin-top: 6px; color: var(--muted); font-size: 10px; }
.location-item small { margin-top: 4px; color: #7b8580; font-size: 9px; }
.location-item a { margin-top: 9px; color: var(--green); font-size: 10px; font-weight: 900; }
.card-index { color: #8f9994; font: 900 10px "Arial Black"; }
.file-drop { min-height: 140px; margin: 22px 0 14px; border: 1px dashed #a8b0ac; background: #f8f7f2; display: flex; align-items: center; justify-content: center; flex-direction: column; cursor: pointer; text-align: center; }
.file-drop:hover { border-color: var(--green); }
.file-drop strong { font-size: 12px; }
.file-drop span { color: var(--muted); margin-top: 5px; font-size: 9px; }
.file-drop input { display: none; }
.import-preview { display: flex; flex-direction: column; gap: 4px; min-height: 45px; font-size: 10px; }
.import-preview span { color: var(--muted); line-height: 1.5; }
.sync-box { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 18px 0 8px; padding: 14px; border: 1px solid var(--line); background: #f8f7f2; }
.sync-box div { display: flex; flex-direction: column; gap: 4px; }
.sync-box strong { font-size: 11px; }
.sync-box span { color: var(--muted); font-size: 9px; line-height: 1.5; }
.switch-line { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 10px; border: 1px solid var(--line); background: white; white-space: nowrap; cursor: pointer; }
.switch-line input { width: 18px; height: 18px; accent-color: var(--green); }
.switch-line span { color: var(--ink); font-size: 10px; font-weight: 900; }
.result-inputs fieldset { border: 0; border-top: 1px solid var(--line); padding: 20px 0; margin: 0; }
.result-inputs legend { width: 100%; display: flex; justify-content: space-between; padding-top: 20px; }
.result-inputs legend strong { font-size: 13px; }
.result-inputs legend span { color: var(--muted); font-size: 9px; }
.result-inputs fieldset > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; }
.team-choice { min-height: 44px; padding: 0 11px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: #f7f6f1; cursor: pointer; transition: .15s; }
.team-choice:hover { border-color: #7b9189; }
.team-choice:has(input:checked) { border-color: var(--green); background: #efffc0; }
.team-choice input { position: absolute; opacity: 0; pointer-events: none; }
.team-choice .checkmark { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #adb5b1; color: transparent; font-size: 11px; }
.team-choice input:checked + .checkmark { color: white; border-color: var(--green); background: var(--green); }
.team-choice > .team-badge { flex: 1; background: transparent; padding-left: 0; }
.team-choice > .team-badge > small { font-size: 8px; }
.selection-count { color: var(--ink); }
.empty.compact { padding: 25px; }
.admin-status { position: fixed; right: 25px; bottom: 25px; padding: 15px 20px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; transform: translateY(90px); opacity: 0; transition: .3s; box-shadow: 0 8px 30px #0003; }
.admin-status.show { transform: translateY(0); opacity: 1; }
.admin-status.error { color: white; background: #b73d2e; }

@media (max-width: 850px) {
  .hero-score { display: none; }
  .stage-strip { margin: 0; }
  .podium { grid-template-columns: 1fr; }
  .ranking-head, .ranking-row { grid-template-columns: 45px 1fr 70px; }
  .stage-heads, .stage-scores { display: none; }
  .admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  nav a:not(.admin-link) { display: none; }
  .admin-link { border: 0; padding: 0; }
  .hero { min-height: 390px; padding-top: 55px; }
  .hero-text { font-size: 13px; }
  .content, .evaluation { padding-top: 50px; padding-bottom: 50px; }
  .tip-matrix-section { padding: 0 12px 50px; }
  .section-title { align-items: stretch; flex-direction: column; gap: 20px; }
  .search { width: 100%; }
  .matrix-card { display: none; }
  .mobile-tip-list { display: block; }
  .mobile-tip-list .team-badge { min-width: 60px; grid-template-columns: 24px auto; padding-right: 8px; background: #f7f7f0; }
  .mobile-tip-list .team-badge.correct { background: var(--lime); }
  .mobile-tip-list .team-badge.eliminated { background: #ffe4df; }
  .mobile-tip-list .team-badge > i { width: 24px; height: 24px; font-size: 15px; }
  .mobile-tip-list .team-badge > small { display: none; }
  .swipe-hint { display: block; }
  .stage-strip { overflow-x: auto; grid-template-columns: repeat(5, 180px); }
  .admin-main { padding: 35px 12px; }
  .login-panel { padding: 28px; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-heading h1 { font-size: 35px; }
  .admin-card { padding: 22px; }
  .visitor-kpis { grid-template-columns: repeat(2, 1fr); }
  .sync-box { align-items: stretch; flex-direction: column; }
  .result-inputs fieldset > div { grid-template-columns: repeat(2, 1fr); }
}
