/*! Styles for svg figures on nedbatchelder.com !*/@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap");body{--bg-color: white;--thick-border-color: #999;--sidebar-bg-color: #eee;--blockquote-bg-color: #f0f0f0;--fg-color: black;--footer-fg-color: #333;--inside-link-color: red;--info-text-color: #595959;--link-color: #00a;--link-hover-color: #00f;--green-bg: #e8ffe8;--red-bg: #fcc;--alert-bg: #ffc;--light-edge: #ccc;--dark-edge: #999;--tint-border: #00000080;color-scheme:light dark}@media (prefers-color-scheme: dark){html.othermode body{--bg-color: white;--thick-border-color: #999;--sidebar-bg-color: #eee;--blockquote-bg-color: #f0f0f0;--fg-color: black;--footer-fg-color: #333;--inside-link-color: red;--info-text-color: #595959;--link-color: #00a;--link-hover-color: #00f;--green-bg: #e8ffe8;--red-bg: #fcc;--alert-bg: #ffc;--light-edge: #ccc;--dark-edge: #999;--tint-border: #00000080}}@media (prefers-color-scheme: dark){body{--bg-color: #1F1F1F;--thick-border-color: #080808;--sidebar-bg-color: #101010;--blockquote-bg-color: #2C2C2C;--fg-color: #eeeeee;--footer-fg-color: var(--fg-color);--inside-link-color: #f88;--info-text-color: #aaa;--link-color: #fff2aa;--link-hover-color: #eee;--green-bg: #325541;--red-bg: #844;--alert-bg: #880;--light-edge: #666;--dark-edge: #000;--tint-border: #ffffff66}}@media (prefers-color-scheme: light){html.othermode body{--bg-color: #1F1F1F;--thick-border-color: #080808;--sidebar-bg-color: #101010;--blockquote-bg-color: #2C2C2C;--fg-color: #eeeeee;--footer-fg-color: var(--fg-color);--inside-link-color: #f88;--info-text-color: #aaa;--link-color: #fff2aa;--link-hover-color: #eee;--green-bg: #325541;--red-bg: #844;--alert-bg: #880;--light-edge: #666;--dark-edge: #000;--tint-border: #ffffff66}}*{box-sizing:border-box}p,h1,h2,h3,h4,h5,h6{padding:0;margin:1em 0}img{border:none}.dn{display:none !important}svg{height:100%;stroke:var(--fg-color);fill:var(--bg-color);--name-fill: #ddd;--frame-stroke: #666;--highlight: #f00}@media (prefers-color-scheme: dark){html.othermode svg{--name-fill: #ddd;--frame-stroke: #666;--highlight: #f00}}@media (prefers-color-scheme: dark){svg{--name-fill: #444;--frame-stroke: #aaa;--highlight: #f88}}@media (prefers-color-scheme: light){html.othermode svg{--name-fill: #444;--frame-stroke: #aaa;--highlight: #f88}}svg .normal{stroke:var(--fg-color);fill:var(--bg-color)}svg text{stroke:none;fill:var(--fg-color)}svg text.top_code{font-family:monospace}svg .arrow{fill:none;stroke:var(--fg-color);stroke-width:1}svg .arrowend{fill:var(--fg-color);stroke:none}svg .highlight{stroke-width:5;stroke:var(--highlight);fill:none;opacity:0.5}svg .grid{stroke:#8ff;stroke-width:1;fill:none}svg .grid .half{stroke-dasharray:12.5 12.5;stroke-dashoffset:6.25;stroke-dasharray:2 2;stroke-dashoffset:1}svg .grid .tiny{stroke-dasharray:1 2;stroke:#cff}svg .grid .number{font-size:.5em;stroke:none;fill:#0cc}svg .framenum{font-size:.75em;stroke:none;fill:#f00}svg .name{stroke:var(--fg-color);stroke-width:1.66;fill:var(--name-fill)}svg .value,svg .list{stroke:var(--fg-color);stroke-width:1;fill:var(--bg-color)}svg .frame{stroke-width:3;stroke:var(--frame-stroke);stroke-dasharray:10 10;fill:none}svg text.framelabel{font-size:90%;font-family:monospace}svg text.modulelabel{font-size:90%;font-family:monospace}svg .tint{stroke:var(--fg-color)}svg .tint.red{fill:#fdd}svg .tint.blue{fill:#ddf}svg .tint.green{fill:#cfc}svg .tint.yellow{fill:#ffc}@media (prefers-color-scheme: dark){html.othermode svg .tint.red{fill:#fdd}html.othermode svg .tint.blue{fill:#ddf}html.othermode svg .tint.green{fill:#cfc}html.othermode svg .tint.yellow{fill:#ffc}}@media (prefers-color-scheme: dark){svg .tint.red{fill:#633}svg .tint.blue{fill:#336}svg .tint.green{fill:#363}svg .tint.yellow{fill:#663}}@media (prefers-color-scheme: light){html.othermode svg .tint.red{fill:#633}html.othermode svg .tint.blue{fill:#336}html.othermode svg .tint.green{fill:#363}html.othermode svg .tint.yellow{fill:#663}}
