/* Shared Evidence Lab presentation. Data, scoring and workflows live in the app. */
:root {
  --bg:#f8f7f2;
  --paper:#fffefa;
  --ink:#29352f;
  --muted:#6b736b;
  --line:#dcdfd4;
  --teal:#285747;
  --soft:#eaf0e5;
  --amber:#8b6837;
  --sand:#f4eddf;
  --blue:#52758a;
  --radius:9px;
  --english:"Helvetica Neue",Arial,sans-serif;
}
body {
  font-family:
    "Hiragino Sans",
    "Noto Sans JP",
    system-ui,
    sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #d7e5d7;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: #987644;
}
[lang=en] {
  font-family: var(--english);
}
.layout {
  grid-template-columns: 228px minmax(0, 1fr);
}
.sidebar {
  background: #f0f1e8;
  padding: 32px 22px;
  border-color: #d8ddcf;
}
.brand {
  font-family: var(--english);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.8px;
  gap: 10px;
}
.brandmark {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: transparent;
  flex-shrink: 0;
}
.brandmark img {
  width: 35px;
  height: 35px;
}
.brand small {
  font-size: 7px;
  letter-spacing: 1.7px;
  margin-top: 3px;
  color: #6f7c68;
}
.nav {
  margin-top: 51px;
  gap: 9px;
}
.nav button {
  font-size: 13px;
  padding: 13px 15px;
  border-radius: 5px;
  gap: 15px;
  min-height: 49px;
  position: relative;
}
.nav button.active {
  background: #e1e8d9;
  font-weight: 600;
  color: var(--teal);
}
.nav button.active:before {
  content: "";
  width: 3px;
  height: 18px;
  background: var(--teal);
  position: absolute;
  left: -22px;
  top: 15px;
}
.nav button:not(.active):hover {
  background: #e9ecdf;
}
.nav svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.5;
}
.sidebar-foot {
  font-size: 11px;
  line-height: 2;
  color: #77816e;
}
.sidebar-foot > p {
  margin: 0;
}
.sidebar-motif {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
}
.sidebar-motif i {
  width: 32px;
  height: 2px;
  background: #8c9e81;
}
.sidebar-motif i:nth-child(2) {
  width: 23px;
}
.sidebar-motif i:nth-child(3) {
  width: 14px;
}
.sidebar-motif i:nth-child(4) {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.profile {
  gap: 10px;
  margin-top: 25px;
  padding-top: 22px;
  font-size: 10px;
}
.profile strong {
  font-size: 12px;
  font-weight: 500;
}
.avatar {
  width: 33px;
  height: 33px;
  border-radius: 6px;
  background: #dce3d2;
  color: var(--teal);
  font-family: var(--english);
  font-weight: 500;
}
.topbar {
  height: 75px;
  padding-inline: 40px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.crumb {
  font-size: 11px;
  letter-spacing: .5px;
}
.sample {
  font-size: 9px;
  border-color: #d3d9c9;
  border-radius: 3px;
  padding: 3px 7px;
  color: var(--muted);
}
.cloud-entry {
  font-size: 11px;
}
.content {
  max-width: 1320px;
  padding: 40px 40px 65px;
}
.pagehead {
  align-items: flex-end;
  margin-bottom: 30px;
  gap: 20px;
}
.eyebrow {
  font: 500 9px/1.5 var(--english);
  letter-spacing: 1.7px;
  color: #6e8266;
  margin-bottom: 14px;
}
h1 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.6;
  margin-bottom: 9px;
}
h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.4px;
  line-height: 1.7;
}
h3 {
  font-weight: 550;
  line-height: 1.65;
}
.pagehead p {
  font-size: 12px;
}
.pagehead .eyebrow h1 {
  margin-top: 15px;
  letter-spacing: -1.2px;
  color: var(--ink);
}
.pagehead .eyebrow p {
  font-size: 12px !important;
  line-height: 1.8;
}
.seg {
  background: transparent;
  border-radius: 5px;
  padding: 3px;
}
.seg button {
  white-space: nowrap;
  min-width: 66px;
  border-radius: 3px;
  font-size: 11px;
  min-height: 34px;
  padding: 5px 13px;
}
.seg button.active {
  background: #e0e7d8;
  color: var(--teal);
}
.grid {
  gap: 23px;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 1fr);
}
.stack {
  gap: 23px;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  animation: none;
}
.cardhead {
  margin-bottom: 22px;
}
.cardhead p {
  font-size: 11px;
  margin-top: 5px;
}
.small {
  font-size: 12px;
}
.textbtn {
  font-size: 12px;
  min-height: 42px;
}
.metrics {
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 0;
  margin-bottom: 29px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  overflow: hidden;
}
.metric {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 22px 25px;
  background: transparent;
}
.metric:last-child {
  border-right: 0;
}
.metric.evidence-primary {
  background: #eaf0e4;
}
.metric label {
  font-size: 11px;
}
.metric .number {
  font: 400 40px/1.2 var(--english);
  letter-spacing: -1.5px;
  margin: 14px 0 8px;
}
.number small {
  font-size: 13px;
  color: var(--muted);
  margin-left: 6px;
}
.metric.evidence-primary .number {
  color: var(--teal);
}
.metric.metric-time .number {
  font-size: 30px;
  line-height: 1.6;
  color: var(--muted);
}
.delta {
  font-size: 11px;
  color: var(--teal);
}
.metric-note {
  font-size: 9px;
  margin-top: 4px;
}
.metric-time .delta {
  color: var(--muted);
}
.focuscard {
  background: #294d40;
  border-color: #294d40;
  border-radius: 8px;
  color: #f7f7ee;
}
.focuscard .eyebrow {
  color: #b4c8ad;
  font-size: 8px;
  letter-spacing: 1.6px;
}
.focuscard h2 {
  font-size: 25px;
  line-height: 1.75;
  font-weight: 500;
  margin: 17px 0;
}
.focuscard p {
  font-size: 12px;
  line-height: 2;
  color: #d3ddcb;
}
.focuscard .pill {
  background: #42604e;
  color: #dce5d4;
  font-size: 10px;
}
.focuscard .btn {
  background: #f3f5e9;
  color: #2c503d;
  margin-top: 20px;
}
.focuscard .btn:hover {
  background: #e4eacd;
}
.focus-sentence {
  font: 400 28px/1.35 var(--english);
  letter-spacing: -.5px;
  color: #d0dfbe;
  border-block: 1px solid #58745c;
  padding: 20px 0;
  margin: 24px 0;
}
.btn {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  min-height: 46px;
  padding: 11px 17px;
  gap: 15px;
}
.btn:hover {
  filter: brightness(.96);
}
.btn.secondary {
  background: #ecefe4;
  color: #47543f;
}
.btn.outline {
  background: var(--paper);
  color: var(--teal);
  border-color: #c5cfb9;
}
.pill {
  border-radius: 3px;
  background: #e9f0e2;
  color: var(--teal);
  font-size: 10px;
  letter-spacing: .1px;
  padding: 3px 7px;
}
.pill.amber {
  background: #eaf0f3;
  color: #4d7088;
}
.pill.gray {
  background: #eeeee7;
  color: #737868;
}
.pill.blue {
  background: #e8eee7;
  color: #486949;
}
.maprow {
  padding: 22px 0;
}
.maprow strong {
  font-size: 14px;
  font-weight: 500;
}
.bar {
  height: 6px;
  border-radius: 2px;
  margin: 16px 0 11px;
  background: #e7e9e0;
  gap: 4px;
}
.independent {
  background: #638360;
}
.supported {
  background: #a0b8c7;
}
.missing {
  background: #deded4;
}
.rowmeta {
  font-size: 10px;
  color: var(--muted);
}
.legend {
  font-size: 10px;
  gap: 19px;
}
.dot {
  width: 7px;
  height: 7px;
}
.callout {
  background: #f0f1e9;
  border-radius: 4px;
  border-left: 2px solid #b1bea2;
  font-size: 11px;
  line-height: 1.9;
  padding: 13px 15px;
  margin-top: 19px;
}
.chart {
  height: 150px;
  gap: 25px;
}
.chartbar {
  max-width: 46px;
  border-radius: 2px 2px 0 0;
}
.chartcol b,
.chartcol label {
  font-size: 10px;
}
.chartcaption {
  font-size: 10px;
  line-height: 1.9;
}
.day {
  background: #eff0e8;
  border-radius: 3px;
  color: #75806c;
  height: 32px;
  font-size: 10px;
}
.day.l1 {
  background: #dce4d2;
}
.day.l2 {
  background: #a7bc98;
  color: #2e4c30;
}
.day.l3 {
  background: #5e7e52;
}
.day.today {
  outline: 1px solid #657d54;
  outline-offset: 2px;
}
.days {
  font-size: 10px;
}
.calendar {
  gap: 6px;
}
.event {
  gap: 18px;
  padding: 19px 0;
}
.event time {
  font: 11px/2 var(--english);
  color: #81906e;
}
.event strong {
  font-weight: 500;
  font-size: 13px;
}
.event p {
  font-size: 12px;
}
.event .textbtn {
  font-size: 11px;
}
.table-card {
  margin-top: 26px;
}
.table-card .cardhead {
  margin-bottom: 12px;
}
.table-card h2 {
  font-size: 19px;
}
table {
  font-size: 12px;
}
th {
  font-size: 10px;
}
td,
th {
  padding: 18px 12px;
}
td strong {
  font-weight: 500;
}
td .small {
  font-size: 10px;
  margin-top: 4px;
}
tbody tr:hover {
  background: #f5f6ee;
}
select {
  border-color: #ccd3c1;
  border-radius: 5px;
  background: var(--paper);
  font-size: 12px;
  padding: 9px 28px 9px 10px;
}
.footer-note {
  font-size: 10px;
  line-height: 2;
  margin-top: 23px;
}
.footer-note .textbtn {
  font-size: 10px;
}
.two {
  gap: 22px;
}
.two .card {
  padding: 28px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.two .card .eyebrow {
  font-size: 9px;
  color: #768768;
}
.two .card h2 {
  font-size: 23px;
  letter-spacing: -.7px;
}
.two .card > p {
  font-size: 12px;
  min-height: 46px;
}
.scenario-question {
  font: 400 25px/1.4 var(--english);
  letter-spacing: -.5px;
  color: #617b65;
  margin: 26px 0;
  padding: 21px 0;
  border-block: 1px solid var(--line);
  width: 100%;
  min-height: 113px;
}
.two .card > .btn {
  margin-top: auto;
}
.two .card:last-child {
  background: #eef0e6;
  border-style: dashed;
}
.wide {
  max-width: 900px;
}
.wide > h2 {
  font-size: 19px;
  margin: 2px 0 14px;
}
.wide > label {
  font-size: 12px;
}
.wide label[for=context] {
  display: block;
  margin-top: 22px;
}
.wide select {
  min-height: 45px;
}
.wide > h2:not(:first-child) {
  padding-top: 22px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
textarea,
input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #bbc9b0;
  background: #fffefa;
  border-radius: 5px;
  padding: 16px;
  color: var(--ink);
  font-size: 16px;
}
textarea {
  min-height: 150px;
  line-height: 1.9;
}
textarea::placeholder {
  color: #899080;
  font-size: 13px;
}
textarea:focus {
  border-color: var(--teal);
}
input[type=checkbox] {
  accent-color: var(--teal);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.upload {
  border-color: #bec9b2;
  background: #f1f3e9;
  border-radius: 5px;
  padding: 23px;
  margin-top: 20px;
}
.upload strong {
  font-weight: 500;
  font-size: 12px;
}
.upload input {
  font-size: 11px;
}
.upload input::file-selector-button {
  border: 1px solid #c2ccb7;
  padding: 8px 10px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px;
  cursor: pointer;
  margin-right: 12px;
}
.actions {
  gap: 10px;
  margin-top: 24px;
}
.presentation-trail {
  display: flex;
  gap: 0;
  margin: 0 0 28px;
  list-style: none;
  padding: 16px 0;
  border-block: 1px solid var(--line);
}
.presentation-trail li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: var(--muted);
}
.presentation-trail li:not(:last-child):after {
  content: "\2192";
  margin-left: auto;
  margin-right: 18px;
  color: #a9b19d;
}
.presentation-trail span {
  font: 10px var(--english);
  color: #819271;
}
.presentation-trail li:last-child {
  color: var(--teal);
}
dialog {
  background: var(--paper);
  border: 1px solid #ced6c4;
  border-radius: 10px;
  box-shadow: 0 25px 90px #1c32242a;
}
dialog::backdrop {
  background: #203b2d80;
  backdrop-filter: blur(4px);
}
.modalhead {
  background: var(--paper);
  padding: 21px 28px;
}
.modalhead h2 {
  font-size: 19px;
}
.modalbody {
  padding: 28px;
}
.modalbody > .eyebrow {
  font-size: 9px;
}
.modalbody p {
  font-size: 13px;
  line-height: 1.9;
}
.modalbody > .btn {
  margin-top: 16px;
}
.close {
  border-radius: 5px;
  background: transparent;
  border-color: var(--line);
  font-size: 24px;
  font-weight: 300;
  width: 39px;
  height: 39px;
}
.quote {
  font: 400 24px/1.6 var(--english);
  letter-spacing: -.4px;
  background: #f0f3e9;
  border-left: 2px solid #79976b;
  padding: 23px;
  margin-block: 23px;
  overflow-wrap: anywhere;
}
.quote[lang=ja] {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0;
}
.facts {
  gap: 10px;
  font-size: 12px;
}
.facts > div {
  background: #f0f1e8;
  border-radius: 4px;
  padding: 13px;
}
.facts small {
  font-size: 10px;
  margin-bottom: 5px;
}
.choice {
  background: var(--paper);
  border-color: #d4dbc9;
  border-radius: 5px;
  padding: 17px;
  font-size: 13px;
  min-height: 58px;
}
.choice:hover {
  background: #f0f3e8;
  border-color: #8ca47b;
}
.stepnum {
  border-radius: 4px;
  font: 12px var(--english);
  background: #e8eedf;
}
.step {
  padding: 20px 0;
}
.step strong {
  font-weight: 500;
}
.step p {
  font-size: 12px;
}
.toast {
  border-radius: 5px;
  background: #294d40;
  font-size: 12px;
  box-shadow: 0 7px 30px #1c322422;
}
button.danger {
  color: #a65f49;
}
.mobile-brand {
  font-family: var(--english);
}
@media (min-width: 1500px) {
  .content {
    padding-top: 46px;
  }
  .grid {
    grid-template-columns: minmax(0, 1.8fr) minmax(300px, 1fr);
  }
}
@media (max-width: 1150px) {
  .layout {
    grid-template-columns: 192px minmax(0, 1fr);
  }
  .sidebar {
    padding: 29px 16px;
  }
  .brand {
    font-size: 17px;
  }
  .brandmark,
  .brandmark img {
    width: 30px;
    height: 30px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1.2px;
  }
  .nav button.active:before {
    left: -16px;
  }
  .topbar {
    padding-inline: 26px;
  }
  .content {
    padding: 31px 26px 60px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .stack.right {
    grid-template-columns: 1fr 1fr;
  }
  .right .focuscard {
    grid-column: 1/-1;
  }
  .right .focuscard h2 br {
    display: none;
  }
  .metric {
    padding: 20px;
  }
  .focuscard .btn {
    width: auto;
    min-width: 200px;
  }
  .card {
    padding: 24px;
  }
  .pagehead h1 {
    font-size: 28px;
  }
  .presentation-trail {
    margin-bottom: 23px;
  }
  .presentation-trail li:not(:last-child):after {
    margin-right: 12px;
  }
  .presentation-trail li {
    font-size: 9px;
  }
  .two .card {
    padding: 25px;
  }
  .scenario-question {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .layout {
    grid-template-columns: 171px minmax(0, 1fr);
  }
  .sidebar {
    padding-inline: 14px;
  }
  .brand {
    font-size: 15px;
    gap: 7px;
  }
  .brandmark,
  .brandmark img {
    width: 27px;
    height: 27px;
  }
  .brand small {
    font-size: 5px;
  }
  .nav button {
    font-size: 12px;
    gap: 11px;
    padding-inline: 12px;
  }
  .nav button.active:before {
    left: -14px;
  }
  .content {
    padding: 27px 21px 60px;
  }
  .topbar {
    padding-inline: 21px;
  }
  .topbar > div {
    gap: 10px !important;
  }
  .topbar .sample {
    display: none;
  }
  .topbar .crumb {
    font-size: 10px;
  }
  .topbar a,
  .cloud-entry {
    font-size: 10px !important;
  }
  .pagehead {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .metrics {
    grid-template-columns: 1.15fr 1fr .9fr;
  }
  .metric {
    padding: 18px 14px;
  }
  .metric .number {
    font-size: 33px;
  }
  .metric.metric-time .number {
    font-size: 25px;
  }
  .metric label,
  .delta {
    font-size: 10px;
  }
  .metric-note {
    font-size: 8px;
  }
  .two {
    grid-template-columns: 1fr;
  }
  .two .card > p {
    min-height: 0;
  }
  .scenario-question {
    min-height: 0;
    font-size: 25px;
  }
  .presentation-trail {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .presentation-trail li {
    flex: 0 0 50%;
  }
  .presentation-trail li:nth-child(2):after {
    content: none;
  }
  .stack.right {
    grid-template-columns: 1fr;
  }
  .right .focuscard {
    grid-column: auto;
  }
}
@media (max-width: 650px) {
  .layout {
    display: block;
  }
  .sidebar {
    padding: 0 0 env(safe-area-inset-bottom);
    background: #f7f8f0fa;
    border-color: #cdd7c1;
  }
  .sidebar .brand,
  .sidebar-foot {
    display: none;
  }
  .nav {
    margin: 0;
    gap: 0;
  }
  .nav button {
    padding: 10px 3px 8px;
    min-height: 66px;
    font-size: 10px;
    gap: 4px;
    border-radius: 0;
  }
  .nav button.active {
    background: transparent;
  }
  .nav button.active:before {
    width: 22px;
    height: 2px;
    left: calc(50% - 11px);
    top: 0;
  }
  .nav button.active svg {
    background: #dfe8d4;
    border-radius: 4px;
  }
  .nav svg {
    width: 20px;
    height: 20px;
  }
  .topbar {
    padding: 11px 18px;
    min-height: 67px;
    height: auto;
    row-gap: 2px;
  }
  .topbar > div {
    gap: 14px !important;
    flex-wrap: wrap;
  }
  .mobile-brand {
    font-size: 18px;
    font-weight: 550;
    letter-spacing: -.6px;
    line-height: 1.6;
  }
  .topbar a,
  .cloud-entry {
    font-size: 10px !important;
  }
  .cloud-entry {
    padding: 5px 0;
    min-height: 32px;
  }
  .content {
    padding: 28px 19px 106px;
  }
  .pagehead {
    gap: 17px;
    margin-bottom: 23px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 13px;
  }
  .pagehead .eyebrow {
    margin-bottom: 0;
  }
  .pagehead h1 {
    font-size: 25px;
    line-height: 1.65;
    letter-spacing: -1px;
  }
  .pagehead p {
    font-size: 11px;
  }
  .pagehead .eyebrow p {
    font-size: 10px !important;
  }
  .pagehead .eyebrow h1 {
    margin-top: 11px;
  }
  .seg {
    width: auto;
  }
  .seg button {
    padding: 5px 15px;
    font-size: 10px;
    min-height: 32px;
  }
  .metrics {
    grid-template-columns: 1.15fr 1fr .85fr;
    margin-bottom: 22px;
    gap: 0;
    border-radius: 6px;
  }
  .metric {
    padding: 15px 10px;
    border-radius: 0;
  }
  .metric label {
    font-size: 9px;
  }
  .metric .number {
    font-size: 30px;
    margin-top: 12px;
  }
  .number small {
    font-size: 10px;
    margin-left: 3px;
  }
  .metric.metric-time .number {
    font-size: 23px;
    line-height: 1.55;
  }
  .delta {
    font-size: 9px;
    line-height: 1.6;
  }
  .metric-note {
    display: none;
  }
  .card {
    padding: 22px 18px;
    border-radius: 7px;
  }
  .cardhead {
    margin-bottom: 19px;
    align-items: flex-start;
  }
  .cardhead h2 {
    font-size: 17px;
  }
  .cardhead p {
    font-size: 10px;
  }
  .cardhead select {
    font-size: 10px;
    padding: 8px 23px 8px 8px;
  }
  .grid,
  .stack {
    gap: 19px;
  }
  .maprow {
    padding: 21px 0;
  }
  .maprow strong {
    font-size: 13px;
  }
  .rowtop {
    flex-wrap: wrap;
    gap: 7px;
  }
  .rowmeta {
    font-size: 9px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .pill {
    font-size: 9px;
  }
  .bar {
    height: 6px;
    margin: 14px 0 10px;
  }
  .legend {
    font-size: 9px;
    gap: 13px;
  }
  .callout {
    font-size: 10px;
    padding: 12px;
  }
  .focuscard h2 {
    font-size: 25px;
    margin-block: 16px;
  }
  .right .focuscard h2 br {
    display: block;
  }
  .focuscard .btn {
    width: 100%;
    min-width: 0;
  }
  .focuscard p {
    font-size: 12px;
  }
  .focus-sentence {
    font-size: 30px;
  }
  .chart {
    gap: 18px;
    height: 140px;
  }
  .chartcaption {
    font-size: 10px;
  }
  .table-card {
    margin-top: 21px;
  }
  .table-card .cardhead {
    align-items: center;
    gap: 10px;
  }
  .table-card .cardhead h2 {
    font-size: 17px;
  }
  .table-card .cardhead select {
    max-width: 140px;
    font-size: 10px;
  }
  .table-card td {
    min-width: 105px;
    padding-block: 18px;
  }
  th {
    font-size: 9px;
  }
  table {
    font-size: 11px;
  }
  .table-card .textbtn {
    font-size: 10px;
  }
  .tablewrap {
    overscroll-behavior-x: contain;
  }
  .two {
    gap: 17px;
  }
  .two .card {
    padding: 24px;
  }
  .two .card h2 {
    font-size: 23px;
  }
  .two .card > p {
    font-size: 12px;
  }
  .scenario-question {
    font-size: 27px;
    padding-block: 22px;
    margin-block: 21px;
  }
  .presentation-trail {
    padding-block: 15px;
    margin-bottom: 23px;
  }
  .presentation-trail li {
    font-size: 9px;
    gap: 8px;
  }
  .presentation-trail li:not(:last-child):after {
    margin-right: 14px;
  }
  .wide > h2 {
    font-size: 18px;
  }
  .wide p {
    font-size: 11px;
  }
  .wide label[for=context] {
    margin-top: 22px;
  }
  .upload {
    padding: 18px;
  }
  .wide .actions {
    align-items: stretch;
  }
  .wide .actions .btn {
    font-size: 11px;
  }
  .wide > label[style] {
    font-size: 11px !important;
  }
  .btn {
    min-height: 45px;
    font-size: 12px;
  }
  textarea {
    min-height: 170px;
    font-size: 16px;
    padding: 14px;
  }
  textarea::placeholder {
    font-size: 12px;
  }
  .quote {
    font-size: 23px;
    line-height: 1.55;
    padding: 20px;
    margin-block: 22px;
  }
  .modalhead {
    padding: 17px 21px;
  }
  .modalhead h2 {
    font-size: 17px;
  }
  .modalbody {
    padding: 23px 21px;
  }
  .modalbody p {
    font-size: 12px;
  }
  .modalbody .actions {
    align-items: stretch;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    font-size: 11px;
  }
  .facts > div {
    padding: 11px;
  }
  .facts small {
    font-size: 9px;
  }
  .choice {
    font-size: 12px;
    padding: 16px;
  }
  .close {
    width: 38px;
    height: 38px;
  }
  .event strong {
    font-size: 12px;
  }
  .event p {
    font-size: 11px;
  }
  .footer-note {
    font-size: 9px;
  }
  .toast {
    bottom: calc(85px + env(safe-area-inset-bottom));
    font-size: 11px;
    padding: 12px 16px;
  }
  dialog {
    max-height: 85dvh;
  }
  dialog .actions .btn {
    font-size: 11px;
  }
  .content > .footer-note {
    margin-top: 23px;
  }
}
@media (max-width: 360px) {
  .pagehead h1 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
#cloudLogin label {
  display: block;
  font-size: 12px;
  margin: 20px 0 8px;
}
#cloudLogin .btn {
  min-width: 130px;
}
