@import url("/parchment-bg.css?v=5");
html,body{
  background-image:none !important;
  background-color:#f3ead8 !important;
}
html[data-theme="dark"],html[data-theme="dark"] body{
  background-color:#16110c !important;
  color:#f3efe6;
}
.chrome-top{display:flex;align-items:center;gap:1.25rem;width:min(46rem,calc(100% - 1.5rem));margin:0 auto;padding:1.1rem 0;border-bottom:1px solid rgba(192,110,12,.35)}
.chrome-brand{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;min-width:6.6rem}
.chrome-brand img{width:3.1rem;height:3.1rem;object-fit:cover;border-radius:8px;border:2px solid #C06E0C}
.chrome-brand small{margin-top:.35rem;font-family:Palatino,"Times New Roman",serif;font-weight:700;font-size:.9rem;color:#C06E0C;-webkit-text-stroke:1.2px #C06E0C;paint-order:stroke fill}
.chrome-page{font-family:Palatino,"Times New Roman",serif;font-size:1.3rem;font-weight:700;flex:1;color:#C06E0C;-webkit-text-stroke:1.2px #C06E0C;paint-order:stroke fill}
.chrome-theme{margin-left:auto;background:transparent;border:1px solid rgba(192,110,12,.55);color:#3a2a08;border-radius:999px;padding:.4rem .85rem;font:inherit;cursor:pointer}
html[data-theme="dark"] .chrome-theme{
  color:#f3efe6 !important;
  border:1.5px solid #F4E19A !important;
  background:rgba(22,17,12,.35);
}
html[data-theme="dark"] .chrome-page,
html[data-theme="dark"] .chrome-brand small{
  color:#F4E19A;
  -webkit-text-stroke:1.4px #C06E0C;
  paint-order:stroke fill;
}
html[data-theme="dark"] .chrome-foot,
html[data-theme="dark"] .chrome-foot a,
html[data-theme="dark"] .chrome-foot p,
html[data-theme="dark"] .chrome-foot li,
html[data-theme="dark"] .chrome-foot h3,
html[data-theme="dark"] .chrome-foot summary{
  color:#f3efe6;
}
.chrome-foot{width:min(46rem,calc(100% - 1.5rem));margin:1.5rem auto 0;padding:1.4rem 0 2.2rem;border-top:1px solid rgba(192,110,12,.35);font-size:.95rem}
.chrome-map{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem}
.chrome-map ul{list-style:none;margin:0;padding:0}
