/* node_modules/@fontsource-variable/archivo/wdth.css */
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url("./media/archivo-vietnamese-wdth-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url("./media/archivo-latin-ext-wdth-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Archivo Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url("./media/archivo-latin-wdth-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* node_modules/@fontsource-variable/asap/wght.css */
@font-face {
  font-family: "Asap Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./media/asap-vietnamese-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Asap Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./media/asap-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Asap Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./media/asap-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* src/styles.css */
:root {
  color-scheme: light;
  --brand: #2e7d32;
  --brand-dark: #1b5e20;
  --brand-soft: #e3f2e4;
  --on-brand: #ffffff;
  --brand-deep: #0e3a18;
  --on-deep: #eaf3ec;
  --accent: #ff9800;
  --accent-ink: #4a2c00;
  --accent-soft: #fff3e0;
  --accent-strong: #9a5b00;
  --tech: #0288d1;
  --tech-ink: #01608f;
  --tech-soft: #e1f1fa;
  --ink: #14241b;
  --ink-soft: #55665c;
  --line: #dee7e0;
  --bg: #f6f8f5;
  --surface: #ffffff;
  --surface-2: #edf2ee;
  --danger: #b3261e;
  --danger-soft: #fdeae8;
  --ok: #1e7a34;
  --ok-soft: #e1f3e4;
  --warn: var(--accent-strong);
  --warn-soft: var(--accent-soft);
  --info: var(--tech-ink);
  --info-soft: var(--tech-soft);
  --font:
    "Asap Variable",
    "Segoe UI",
    system-ui,
    -apple-system,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  --font-display:
    "Archivo Variable",
    "Asap Variable",
    "Segoe UI",
    system-ui,
    sans-serif;
  --font-mono:
    "Cascadia Code",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace;
  --fs-2xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-sm: 0.8125rem;
  --fs-md: 0.875rem;
  --fs-base: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.375rem;
  --fs-2xl: 1.75rem;
  --fs-3xl: 2.25rem;
  --lh-tight: 1.12;
  --lh-snug: 1.3;
  --lh-base: 1.55;
  --tracking-label: 0.09em;
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --radius: var(--radius-md);
  --e1: 0 1px 2px rgba(20, 36, 27, 0.06);
  --e2: 0 2px 6px rgba(20, 36, 27, 0.07), 0 12px 28px -16px rgba(20, 36, 27, 0.3);
  --e3: 0 4px 10px rgba(20, 36, 27, 0.08), 0 28px 56px -24px rgba(14, 58, 24, 0.4);
  --shadow: var(--e1);
  --focus-ring: 0 0 0 3px color-mix(in srgb, var(--brand) 30%, transparent);
}
:root[data-theme=dark] {
  color-scheme: dark;
  --brand: #66bb6a;
  --brand-dark: #a5d6a7;
  --brand-soft: #1b3d22;
  --on-brand: #06210c;
  --brand-deep: #0a2a12;
  --on-deep: #d7e8db;
  --accent: #ffb74d;
  --accent-ink: #2a1800;
  --accent-soft: #3a2a0e;
  --accent-strong: #ffc46b;
  --tech: #4fc3f7;
  --tech-ink: #b3e5fc;
  --tech-soft: #10323f;
  --ink: #e7eee8;
  --ink-soft: #97a79c;
  --line: #27342c;
  --bg: #0d1310;
  --surface: #141c17;
  --surface-2: #1d2822;
  --danger: #f2857c;
  --danger-soft: #3a1714;
  --ok: #7bd68a;
  --ok-soft: #16331d;
  --e1: 0 1px 2px rgba(0, 0, 0, 0.4);
  --e2: 0 2px 6px rgba(0, 0, 0, 0.45), 0 12px 28px -16px rgba(0, 0, 0, 0.7);
  --e3: 0 4px 10px rgba(0, 0, 0, 0.5), 0 28px 56px -24px rgba(0, 0, 0, 0.8);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font);
  font-size: var(--fs-base);
  color: var(--ink);
  background: var(--bg);
  line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--brand-dark);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  font-stretch: 104%;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: var(--lh-tight);
  text-wrap: balance;
  color: var(--ink);
}
h1 {
  font-size: var(--fs-3xl);
}
h2 {
  font-size: var(--fs-2xl);
}
h3 {
  font-size: var(--fs-xl);
  font-weight: 700;
  line-height: var(--lh-snug);
}
code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--surface-2);
  padding: 0.1em 0.35em;
  border-radius: var(--radius-xs);
}
.container {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: var(--sp-5);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font: inherit;
  font-family: var(--font-display);
  font-weight: 700;
  padding: var(--sp-3) var(--sp-5);
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}
.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn-primary {
  background: var(--brand);
  color: var(--on-brand);
  box-shadow: var(--e1);
}
.btn-primary:hover:not(:disabled) {
  background: var(--brand-dark);
  color: var(--on-brand);
  text-decoration: none;
}
.btn-ghost {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
.btn-ghost:hover:not(:disabled) {
  border-color: var(--brand);
  text-decoration: none;
}
.btn-danger {
  background: var(--danger-soft);
  color: var(--danger);
  border-color: color-mix(in srgb, var(--danger) 35%, transparent);
}
.btn-sm {
  padding: var(--sp-2) var(--sp-3);
  font-size: var(--fs-md);
  border-radius: var(--radius-xs);
}
.link-btn {
  background: none;
  border: 0;
  font: inherit;
  color: var(--brand-dark);
  cursor: pointer;
  padding: 0;
}
.link-btn:hover {
  text-decoration: underline;
}
.field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  margin-bottom: var(--sp-3);
}
.field label {
  font-weight: 600;
  font-size: var(--fs-md);
}
.field input,
.field select,
.field textarea {
  font: inherit;
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
  width: 100%;
  min-width: 0;
}
.field textarea {
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: var(--focus-ring);
}
.field .hint {
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}
.field .error {
  font-size: var(--fs-sm);
  color: var(--danger);
}
.card {
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow: var(--e2);
  padding: var(--sp-5);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--ink-soft);
}
.stat-valor {
  font-size: 1.5rem;
  font-weight: 700;
}
.stat-valor.ok {
  color: var(--ok);
}
.stat-valor.perigo {
  color: var(--danger);
}
.stat-valor.destaque {
  color: var(--brand-dark);
}
.alert {
  border-radius: var(--radius-sm);
  padding: var(--sp-3) var(--sp-4);
  font-size: var(--fs-md);
  margin-bottom: var(--sp-4);
  border: 1px solid transparent;
}
.alert-error {
  background: var(--danger-soft);
  color: var(--danger);
  border-color: color-mix(in srgb, var(--danger) 35%, transparent);
}
.alert-ok {
  background: var(--ok-soft);
  color: var(--ok);
  border-color: color-mix(in srgb, var(--ok) 35%, transparent);
}
.alert-warn {
  background: var(--warn-soft);
  color: var(--warn);
  border-color: color-mix(in srgb, var(--warn) 35%, transparent);
}
.muted {
  color: var(--ink-soft);
}
.cat-row {
  display: flex;
  gap: var(--sp-2);
  padding-block: var(--sp-3);
  overflow-x: auto;
  scrollbar-width: thin;
}
.cat-chip {
  flex: none;
  font: inherit;
  font-family: var(--font-display);
  font-size: var(--fs-md);
  font-weight: 600;
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--ink);
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}
.cat-chip:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}
.cat-chip:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
.cat-chip.on {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: var(--on-brand);
}
:root[data-theme=dark] .cat-chip.on {
  color: var(--bg);
}
.esq,
.esq-linha {
  background:
    linear-gradient(
      90deg,
      var(--surface-2) 25%,
      color-mix(in srgb, var(--ink) 8%, var(--surface-2)) 37%,
      var(--surface-2) 63%);
  background-size: 400% 100%;
  animation: esq-brilho 1.4s ease infinite;
}
.esq-linha {
  display: block;
  height: 0.75rem;
  border-radius: var(--radius-xs);
}
.esq-linha-titulo {
  height: 1.1rem;
  width: 78%;
}
.esq-linha-media {
  width: 55%;
}
.esq-linha-curta {
  width: 38%;
}
@keyframes esq-brilho {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.estado-vazio {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  text-align: center;
  padding: var(--sp-10) var(--sp-5);
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  color: var(--ink-soft);
}
.estado-vazio > app-icon {
  color: color-mix(in srgb, var(--ink-soft) 65%, transparent);
}
.estado-vazio p {
  margin: 0;
  max-width: 46ch;
}
.estado-vazio-titulo {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--ink);
}
.estado-vazio .btn {
  margin-top: var(--sp-2);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.estab-logo {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface-2);
  padding: var(--sp-1);
}
.filtros-painel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.filtros-painel summary {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-md);
  cursor: pointer;
  list-style: none;
  color: var(--ink);
}
.filtros-painel summary::-webkit-details-marker {
  display: none;
}
.filtros-painel .filtros-chevron {
  margin-left: auto;
  transition: transform 0.15s ease;
  color: var(--ink-soft);
}
.filtros-painel[open] .filtros-chevron {
  transform: rotate(180deg);
}
.filtros-painel > form,
.filtros-painel > .filtros-corpo {
  padding: 0 var(--sp-4) var(--sp-4);
  border-top: 1px solid var(--line);
  padding-top: var(--sp-4);
}
.badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--fs-2xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  padding: var(--sp-1) var(--sp-2);
  border-radius: var(--radius-pill);
  background: var(--brand-soft);
  color: var(--brand-dark);
}
.badge-destaque {
  background: var(--accent);
  color: var(--accent-ink);
}
.badge-alerta {
  background: var(--warn-soft);
  color: var(--warn);
}
.periodo-horarios + .periodo-horarios {
  margin-top: var(--sp-4);
}
.periodo-horarios > h4 {
  margin: 0 0 var(--sp-2);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.horarios-grade {
  display: grid;
  gap: var(--sp-2);
  grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
}
.horario-chip {
  padding: var(--sp-2) var(--sp-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.horario-chip:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
}
.horario-chip:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}
.horario-chip.escolhido {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--on-brand);
}
.tabela-scroll {
  overflow: auto;
  max-height: min(70vh, 44rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
@media (max-width: 820px) {
  .tabela-scroll {
    max-height: none;
  }
}
.tabela {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-md);
  background: var(--surface);
}
.tabela th,
.tabela td {
  padding: var(--sp-2) var(--sp-3);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.tabela td[colspan] {
  white-space: normal;
  background: var(--surface-2);
  padding: var(--sp-3) var(--sp-4);
}
.tabela th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-family: var(--font-display);
  font-size: var(--fs-2xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  color: var(--ink-soft);
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.tabela tbody tr:nth-child(even) {
  background: color-mix(in srgb, var(--ink) 3.5%, transparent);
}
.tabela tbody tr:hover {
  background: var(--surface-2);
}
.tabela td.col-principal {
  font-weight: 600;
  color: var(--ink);
  white-space: normal;
}
.tabela td.wrap {
  white-space: normal;
}
.tabela td.col-num,
.tabela th.col-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.tabela th.col-acoes {
  text-align: right;
}
.tabela td:has(.acoes) {
  white-space: normal;
}
.tabela .acoes {
  display: flex;
  gap: var(--sp-1);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.tabela td:has(.acoes-icones) {
  white-space: normal;
}
.acoes-icones {
  display: flex;
  gap: var(--sp-1);
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (hover: hover) {
  .tabela tbody tr .btn-acao {
    opacity: 0.55;
    transition: opacity 0.12s ease;
  }
  .tabela tbody tr:hover .btn-acao,
  .tabela tbody tr:focus-within .btn-acao {
    opacity: 1;
  }
}
.btn-acao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  background: var(--surface);
  color: var(--ink-soft);
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}
.btn-acao:hover:not(:disabled) {
  border-color: var(--brand);
  color: var(--brand-dark);
  background: var(--brand-soft);
}
.btn-acao:focus-visible {
  outline: none;
  border-color: var(--brand);
  box-shadow: var(--focus-ring);
}
.btn-acao:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-acao.ativo {
  border-color: var(--brand);
  color: var(--brand-dark);
  background: var(--brand-soft);
}
.btn-acao.perigo:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--danger) 45%, transparent);
  color: var(--danger);
  background: var(--danger-soft);
}
.panel-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: var(--sp-8);
  align-items: start;
}
.panel-side {
  position: sticky;
  top: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.panel-side-title {
  font-family: var(--font-display);
  font-size: var(--fs-2xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  color: var(--ink-soft);
  margin: 0 0 var(--sp-2);
  padding-inline: var(--sp-3);
}
.panel-side a,
.panel-side button {
  font: inherit;
  font-family: var(--font-display);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  width: 100%;
  text-align: left;
  font-size: var(--fs-md);
  font-weight: 600;
  padding: var(--sp-2) var(--sp-3);
  border-radius: 0 var(--radius-xs) var(--radius-xs) 0;
  border: 0;
  border-left: 3px solid transparent;
  background: none;
  color: var(--ink-soft);
  cursor: pointer;
}
.panel-side a:hover,
.panel-side button:hover {
  text-decoration: none;
  background: var(--surface-2);
  color: var(--ink);
}
.panel-side a.on,
.panel-side button.on {
  background: var(--surface-2);
  border-left-color: var(--brand);
  color: var(--brand-dark);
}
.panel-side a.on app-icon,
.panel-side button.on app-icon {
  color: var(--brand);
}
.panel-main {
  min-width: 0;
}
@media (max-width: 820px) {
  .panel-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
  }
  .panel-side {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--sp-1);
  }
  .panel-side-title {
    flex-basis: 100%;
    padding-inline: 0;
    margin-bottom: 0;
  }
  .panel-side a,
  .panel-side button {
    width: auto;
    border-left: 0;
    border-bottom: 2px solid transparent;
    border-radius: var(--radius-xs) var(--radius-xs) 0 0;
  }
  .panel-side a.on,
  .panel-side button.on {
    border-bottom-color: var(--brand);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  :root,
  :root[data-theme=dark] {
    color-scheme: light;
    --brand: #2e7d32;
    --brand-dark: #1b5e20;
    --brand-soft: #e3f2e4;
    --on-brand: #ffffff;
    --brand-deep: #0e3a18;
    --accent: #ff9800;
    --accent-ink: #4a2c00;
    --accent-soft: #fff3e0;
    --accent-strong: #9a5b00;
    --tech: #0288d1;
    --tech-ink: #01608f;
    --tech-soft: #e1f1fa;
    --ink: #14241b;
    --ink-soft: #55665c;
    --line: #dee7e0;
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-2: #edf2ee;
    --danger: #b3261e;
    --ok: #1e7a34;
    --e1: none;
    --e2: none;
    --e3: none;
    --shadow: none;
  }
  .site-header,
  .site-footer {
    display: none !important;
  }
  .site-main {
    padding: 0 !important;
  }
  body {
    background: #fff;
    color: var(--ink);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
