:root{color-scheme:dark;--app-bg:var(--gmt-ink,#071413);--app-surface:var(--gmt-surface-raised,#101b19);--app-inset:#16211f;--app-deep:var(--gmt-deep,#204644);--app-line:var(--gmt-line-dark,#1e2a28);--app-line-strong:#2b3a37;--app-heading:var(--gmt-heading,#ffffff);--app-body:var(--gmt-body,#c9cdcd);--app-muted:var(--gmt-muted,#889998);--app-link:var(--gmt-link,#fafbfb);--app-accent:var(--gmt-mint,#6ceae2);--app-on-accent:var(--gmt-ink,#071413);--app-accent-wash:rgba(108,234,226,0.1);--app-accent-line:rgba(108,234,226,0.32);--app-ok:#7fd8a8;--app-ok-wash:rgba(127,216,168,0.1);--app-ok-line:rgba(127,216,168,0.3);--app-warn:#e8c87a;--app-warn-wash:rgba(232,200,122,0.1);--app-warn-line:rgba(232,200,122,0.3);--app-bad:#f0938a;--app-bad-wash:rgba(240,147,138,0.1);--app-bad-line:rgba(240,147,138,0.32);--app-info:#8fbee0;--app-info-wash:rgba(143,190,224,0.1);--app-info-line:rgba(143,190,224,0.3);--app-radius:var(--gmt-radius,12px);--app-radius-lg:var(--gmt-radius-lg,18px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--gmt-font,system-ui,-apple-system,sans-serif);line-height:1.5;padding:2rem;background:var(--app-bg);color:var(--app-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--app-heading)}a{color:var(--app-link)}button,input,select,textarea{font-family:inherit}::placeholder{color:var(--app-muted);opacity:1}::selection{background:var(--app-accent);color:var(--app-on-accent)}:focus-visible{outline:2px solid var(--app-accent);outline-offset:2px}