:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172e29; background: #f3f6f4; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #0c7054; text-underline-offset: 3px; }
button, .file-button, .download { font: inherit; font-size: 13px; font-weight: 600; border: 1px solid #ccd9d2; border-radius: 7px; padding: 10px 14px; background: #fff; color: #24443a; cursor: pointer; text-decoration: none; }
button:hover, .download:hover { background: #edf5f0; border-color: #89ad9b; }
button:focus-visible, a:focus-visible, summary:focus-visible, .file-button:focus-within { outline: 3px solid #41a783; outline-offset: 3px; }
.site-header { max-width: 1184px; padding: 24px 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.brand { display: flex; align-items: center; gap: 10px; color: #24443a; font-weight: 700; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: #fff; background: #0d7054; font-size: 27px; }
main { max-width: 1080px; margin: 0 auto; padding: 24px 32px 40px; }
.intro { margin-bottom: 32px; }
.eyebrow { color: #0d7054; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; }
h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 650; letter-spacing: -1.5px; margin: 12px 0; }
.lede { font-size: 18px; margin: 0 0 8px; }
.subtle { font-size: 13px; line-height: 1.6; color: #65776f; }
.intro .subtle { margin: 0; }
.workspace { background: white; border: 1px solid #d5e0d9; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px #173c2810; }
.workspace.dragging { outline: 3px solid #0d7054; }
.open-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 24px; background: #fafcfb; border-bottom: 1px solid #e1e9e4; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.file-button { position: relative; overflow: hidden; background: #0d7054; color: white; border-color: #0d7054; }
.file-button:hover { background: #095b44; }
.file-button input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
#status { font-size: 13px; line-height: 1.6; padding: 12px 24px; color: #49685a; border-bottom: 1px solid #eaf0ec; overflow-wrap: anywhere; }
#status.error { background: #fff1ee; color: #9b2a1c; }
#sample { padding: 24px; }
.sample-header { display: flex; justify-content: space-between; align-items: start; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
h2 { margin: 0 0 6px; font-size: 17px; font-weight: 650; }
#view-path { margin: 0; overflow-wrap: anywhere; }
.monospace, code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
#view { border: 1px solid #e4ebe6; border-radius: 8px; overflow: hidden; }
.tag-heading { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 24px; }
h3 { margin: 0; font-size: 13px; }
.table-scroll { overflow-x: auto; }
table { width: 100%; text-align: left; border-collapse: collapse; font-size: 12px; margin: 10px 0 24px; }
th { font-weight: 500; color: #65776f; background: #f7faf8; }
th, td { padding: 10px 12px; border-bottom: 1px solid #e4ebe6; }
td:first-child { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
td[data-value="true"] { color: #087347; font-weight: 600; }
td[data-value="false"] { color: #b52d22; font-weight: 600; }
details { padding-top: 16px; border-top: 1px solid #e4ebe6; font-size: 13px; line-height: 1.7; }
summary { cursor: pointer; color: #24443a; font-weight: 600; }
#view-hash { overflow-wrap: anywhere; }
footer { margin-top: 24px; font-size: 13px; line-height: 1.7; }
footer p { margin: 8px 0; }
[hidden] { display: none !important; }
@media (max-width: 600px) {
  .site-header { padding: 16px; font-size: 11px; }
  main { padding: 16px 12px 28px; }
  .intro { padding: 0 4px; }
  .lede { font-size: 16px; }
  .open-bar, #sample { padding: 16px; }
  #status { padding: 12px 16px; }
  .tag-heading .subtle { font-size: 11px; }
}
