@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--paper:#F6F3EE;--surface:#FFFFFE;--ink:#1B1A18;--ink-soft:#3A3835;--quiet:#78756E;--rule:#E4E1DB;--rule-soft:#EFECE6;--faint:#F0EDE7;--marigold:#F2B01E;--flame:#E8901E;--coal:#DE6A1E;--fire:#C93E1B;--ember:#9A2E12;--char:#7A1A0E;--ramp:linear-gradient(90deg,#F2B01E,#E8901E 24%,#DE6A1E 46%,#C93E1B 68%,#A82715 86%,#7A1A0E);--link:#0C5CCA;--font-display:"Schibsted Grotesk",system-ui,sans-serif;--font-body:"Manrope",system-ui,-apple-system,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--paper:#100F0E;--surface:#1A1918;--ink:#F4F2EF;--ink-soft:#CFCBC4;--quiet:#8B8883;--rule:#2E2B28;--rule-soft:#242220;--faint:#242220;--ember:#E4794F;--link:#6FA0FF}}:root[data-theme=dark]{--paper:#100F0E;--surface:#1A1918;--ink:#F4F2EF;--ink-soft:#CFCBC4;--quiet:#8B8883;--rule:#2E2B28;--rule-soft:#242220;--faint:#242220;--ember:#E4794F;--link:#6FA0FF}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0}a{color:var(--link);text-decoration:underline}.shell{width:95%;max-width:760px;margin:0 auto;padding:0 20px}@media (max-width:640px){.shell{padding:0 12px}}header.top{padding:32px 0 20px}.nav{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.wm,h1.wmwrap{margin:0;line-height:.95}.wm{font-family:var(--font-display);font-weight:800;letter-spacing:-.038em;font-size:clamp(38px,7vw,54px);background-image:linear-gradient(90deg,#F2B01E,#E8901E 12%,#DE6A1E 23%,#C93E1B 34%,#A82715 43%,#7A1A0E 50%,#A82715 57%,#C93E1B 66%,#DE6A1E 77%,#E8901E 88%,#F2B01E);background-size:200% 100%;background-position:0 50%;-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;text-decoration:none;transform-origin:left center;transition:transform .26s cubic-bezier(.2,.8,.3,1);will-change:transform,background-position}.wm:focus-visible,.wm:hover{transform:scale(1.05)}.wm:focus-visible{outline:2px solid var(--link);outline-offset:6px}.wm:focus-visible,.wm:hover{animation:burn 2.6s ease-in-out infinite alternate,flare .42s cubic-bezier(.2,.9,.3,1) 1}@keyframes burn{0%{background-position:0 50%;filter:saturate(1) brightness(1)}18%{background-position:22% 50%;filter:saturate(1.14) brightness(1.05)}41%{background-position:44% 50%;filter:saturate(1.02) brightness(.98)}63%{background-position:66% 50%;filter:saturate(1.18) brightness(1.07)}82%{background-position:86% 50%;filter:saturate(1.05) brightness(1.01)}to{background-position:100% 50%;filter:saturate(1.12) brightness(1.04)}}@keyframes flare{0%{filter:saturate(1) brightness(1)}35%{filter:saturate(1.5) brightness(1.22)}70%{filter:saturate(1.1) brightness(.99)}to{filter:saturate(1) brightness(1)}}@media (prefers-reduced-motion:reduce){.wm{transition:none}.wm:focus-visible,.wm:hover{animation:none;transform:none}}.controls{gap:6px}.controls,.sq{display:inline-flex;align-items:center}.sq{justify-content:center;width:30px;height:30px;border-radius:0;border:1px solid var(--rule);padding:0;cursor:pointer;background:var(--surface);color:var(--quiet);line-height:0;transition:border-color .12s ease,background .12s ease,color .12s ease}.sq svg{width:16px;height:16px;display:block}.sq:focus-visible,.sq:hover{color:var(--ember);border-color:var(--ember)}.cta{display:inline-flex;align-items:center;height:30px;padding:0 13px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);font-family:var(--font-display);font-weight:600;font-size:12px;text-decoration:none;white-space:nowrap;cursor:pointer}.cta:hover{background:var(--ember);border-color:var(--ember);color:#FAF8F5}.compose{border:1px solid var(--rule);background:var(--surface);padding:16px 18px 14px;margin:22px 0 0}.compose input{width:100%;border:0;border-bottom:1px solid var(--rule);background:none;color:var(--ink);font-family:var(--font-body);font-size:16.5px;padding:4px 0 11px;outline:none}.compose input::placeholder{color:var(--quiet)}.compose input:focus{border-bottom-color:var(--ember)}.compose .row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;flex-wrap:wrap}.compose .kinds{display:inline-flex;gap:5px;flex-wrap:wrap}.filters{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:22px 0 18px;font-family:var(--font-display);font-size:11.5px;color:var(--ink-soft)}.filters b{color:var(--ink);font-weight:700}.sorts{display:inline-flex;gap:3px;flex-wrap:wrap}.sorts a,.sorts button{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.04em;padding:5px 12px;cursor:pointer;border:1px solid var(--rule);border-radius:0;background:var(--surface);color:var(--quiet);text-decoration:none;display:inline-block;line-height:1.45;transition:border-color .12s ease,background .12s ease,color .12s ease}.sorts a:hover,.sorts button:hover{color:var(--ember);border-color:var(--ember)}.sorts a[aria-current=true],.sorts button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.facets{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding:0 0 20px;margin-top:-6px}.facets a{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.03em;padding:5px 13px;border-radius:999px;border:1px solid var(--rule);background:var(--surface);color:var(--quiet);text-decoration:none;line-height:1.45;transition:border-color .12s ease,background .12s ease,color .12s ease}.facets a:hover,.facets a[aria-current=true]{color:var(--ember);border-color:var(--ember)}.facets a[aria-current=true]{background:var(--faint)}.facets .dot{width:7px;height:7px;border-radius:999px;display:inline-block;margin-right:7px;vertical-align:-1px}.facets .none{font-size:11.5px}.compose .kinds label,.facets .none{color:var(--quiet);font-family:var(--font-display)}.compose .kinds label{font-size:11px;font-weight:600;letter-spacing:.03em;padding:4px 11px;border-radius:999px;border:1px solid var(--rule);background:var(--paper);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .12s ease,color .12s ease,background .12s ease}.compose .kinds input{position:absolute;opacity:0;pointer-events:none}.compose .kinds input:checked+label,.compose .kinds label:hover{color:var(--ember);border-color:var(--ember)}.compose .kinds input:checked+label{background:var(--faint)}.compose .kinds input:focus-visible+label{outline:2px solid var(--ember);outline-offset:2px}.compose .more{display:grid;grid-gap:9px;gap:9px;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.compose .more>div{overflow:hidden;display:grid;grid-gap:9px;gap:9px}.compose:has(.kinds input:checked:not([value=text])) .more{grid-template-rows:1fr;padding-top:4px}.compose .more input{font-size:14.5px;width:100%;border:1px solid var(--rule);background:var(--paper);color:var(--ink);padding:9px 11px;font-family:var(--font-body);outline:none}.compose .more input:focus{border-color:var(--ember);background:var(--surface)}.compose .more .f{display:none;gap:9px;grid-template-columns:1fr 1fr}.compose .more .f-rec{grid-template-columns:1.4fr 1fr 1fr}.compose .more .f-link,.compose .more .f-pic{grid-template-columns:1fr 1fr}.compose:has(input[value=link]:checked) .f-link{display:grid}.compose:has(input[value=music]:checked) .f-music{display:grid}.compose:has(input[value=recommendation]:checked) .f-rec{display:grid}.compose:has(input[value=photo]:checked) .f-pic{display:grid}.compose:has(input[value=gallery]:checked) .f-pic{display:grid}.compose .more input[type=file]{border:1px dashed var(--rule);background:none;padding:8px 10px;font-family:var(--font-display);font-size:11.5px;color:var(--quiet)}.compose .who{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap}.compose .who select{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.03em;padding:6px 10px;border:1px solid var(--rule);border-radius:999px;background:var(--paper);color:var(--quiet);cursor:pointer;outline:none}.compose .who select:focus,.compose .who select:hover{border-color:var(--ember);color:var(--ember)}.facets .find{flex:1 1 220px;min-width:180px;padding:7px 13px;border-radius:999px;border:1px solid var(--rule);background:var(--surface);color:var(--ink);font-family:var(--font-body);font-size:14.5px;outline:none}.facets .find:focus{border-color:var(--ember)}.facets .cta{padding:7px 16px}main{display:flex;flex-direction:column;gap:14px;padding-bottom:8px}.post{background:var(--surface);border:1px solid var(--rule);border-bottom:3px solid var(--tk,var(--marigold));padding:18px 20px 14px}.post:hover{border-color:#D9D4CC;border-bottom-color:var(--tk,var(--marigold))}.who{display:flex;gap:9px;margin:0 0 11px;flex-wrap:wrap}.who,.who .meta{align-items:center}.who .meta{font-family:var(--font-display);font-size:12px;font-weight:500;color:var(--quiet);display:inline-flex;gap:7px}.who .meta i{font-style:normal;color:#CFCAC2}.who .kindlbl{margin-left:auto;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--tk,var(--marigold))}.face,.who .kindlbl{font-family:var(--font-display);font-weight:800}.face{width:22px;height:22px;flex:none;border-radius:0;display:inline-flex;align-items:center;justify-content:center;font-size:8.5px;color:#FAF8F5;line-height:1}.who .name{font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.post h2{font-size:1.08rem;font-weight:700;line-height:1.28;margin:0 0 5px;text-wrap:balance}.post h2 a{color:var(--ink);text-decoration:none}.post:hover h2 a{color:var(--ember)}.say{margin:0;font-size:15px;color:var(--ink-soft);max-width:60ch}.foot{display:flex;gap:4px;flex-wrap:wrap;margin-top:14px;margin-left:-7px}.bub,.foot{align-items:center}.bub{position:relative;width:30px;height:30px;flex:none;border:0;border-radius:999px;padding:0;cursor:pointer;background:none;color:#BEB9B0;display:inline-flex;justify-content:center;font-family:var(--font-display);font-size:11px;font-weight:700;transition:background .13s ease,color .13s ease}.bub svg{width:16px;height:16px;display:block}.post:hover .bub{color:var(--quiet)}.bub:hover{background:var(--faint);color:var(--ember)}.bub:focus-visible{outline:2px solid var(--link);outline-offset:1px}.bub[aria-pressed=true]{color:var(--ember)}.bub.count{width:auto;padding:0 9px 0 5px;gap:5px;border-radius:999px}.pop{position:absolute;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%) translateY(3px);background:var(--ink);color:var(--paper);font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.01em;line-height:1;padding:6px 9px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:6}.bub:focus-visible .pop,.bub:hover .pop{opacity:1;transform:translateX(-50%) translateY(0)}.shot{display:block;width:100%}.gal,.shot{margin-top:12px}.gal{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.gal>*{display:block;width:100%}.gal .more{display:flex;align-items:center;justify-content:center;background:var(--faint);aspect-ratio:1/1;font-family:var(--font-display);font-size:11.5px;color:var(--quiet)}.card{border:1px solid var(--rule);background:var(--paper);padding:12px 14px;margin-top:12px}.card .lbl{font-family:var(--font-display);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--quiet);margin:0 0 7px}.card h3{font-size:.98rem;font-weight:700;line-height:1.3;margin:0 0 3px}.card p{margin:0;font-size:13.5px;color:var(--ink-soft)}.track{display:flex;align-items:center;gap:12px}.track .sleeve{width:42px;height:42px;flex:none}.track b{display:block;font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:-.015em}.track span{display:block;font-size:13px;color:var(--quiet)}.plate{position:relative;overflow:hidden;height:158px;background:var(--paper);border:1px solid var(--rule);margin-top:12px}.plate .grid{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent 0 21px,rgba(27,26,24,.05) 21px 22px),repeating-linear-gradient(90deg,transparent 0 21px,rgba(27,26,24,.04) 21px 22px)}.plate .pin{width:24px;height:33px;transform:translate(-50%,-100%)}.plate .pin,.plate .ring{position:absolute;left:50%;top:50%}.plate .ring{width:38px;height:16px;transform:translate(-50%,-50%);border:1.5px dashed rgba(154,46,18,.32);border-radius:50%}.addr{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:8px 0 0;font-size:13.5px;color:var(--ink-soft)}.addr b{font-family:var(--font-display);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--quiet)}.addr .gap{flex:1 1 auto}.moreholder{margin:22px 0 4px}.morestories{font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:11px 20px;border:1px solid var(--rule);background:var(--surface);color:var(--ink-soft);cursor:pointer;border-radius:0}.morestories:hover{background:var(--ink);border-color:var(--ink);color:var(--paper)}.mocknote{font-family:var(--font-display);font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--quiet);padding:0 0 30px;margin:0}.footwrap{padding:28px 0 20px;border-top:1px solid var(--rule);margin-top:26px}.foot-oh{display:flex;gap:14px 22px;justify-content:space-between;font-size:14px;color:var(--quiet)}.colophon,.foot-oh{flex-wrap:wrap;align-items:center}.colophon{margin:0;max-width:none;display:inline-flex;gap:6px}.colophon strong{color:var(--ink);font-weight:700}.ohhi-link{color:inherit;text-decoration:none;border:0}.ohhi-link:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.wig{display:inline-block;transform-origin:50% 75%}.wig:hover{animation:ohhi-wiggle .5s ease-in-out}@keyframes ohhi-wiggle{0%,to{transform:rotate(0deg)}18%{transform:rotate(-4deg)}38%{transform:rotate(3.2deg)}58%{transform:rotate(-2.2deg)}78%{transform:rotate(1.4deg)}}@media (prefers-reduced-motion:reduce){.wig:hover{animation:none}}@media (max-width:560px){.foot-oh{flex-direction:column;align-items:flex-start;gap:16px}}.tflag{display:block;flex:none;border-radius:50%}.tflag [class^=tf-]{transition:fill .18s ease}.tf-navy{fill:#8B8884}.tf-gold{fill:#B7B3AE}.tf-red{fill:#9C9995}.tf-cream{fill:#EFEDEA}.tf-star{fill:var(--surface)}.tulsa{display:inline-flex;align-items:center;gap:8px}.tulsa:hover .tf-navy{fill:#12243F}.tulsa:hover .tf-gold{fill:#E0B24A}.tulsa:hover .tf-red{fill:#AE2F32}.tulsa:hover .tf-cream,.tulsa:hover .tf-star{fill:#F8EDD6}@media (prefers-reduced-motion:reduce){.tflag [class^=tf-]{transition:none}}.dog{display:block;flex:none;color:#A5A19B;transition:color .18s ease}.dog-item{display:inline-flex;align-items:center;gap:8px}.dog-item:hover .dog--a{color:#9A2E12}.dog-item:hover .dog--b{color:#C8891C}@media (prefers-reduced-motion:reduce){.dog{transition:none}}html[data-pat=sparks] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g fill='%239A2E12' fill-opacity='0.085'><circle cx='46' cy='58' r='1.8'/><circle cx='232' cy='128' r='1.5'/><circle cx='118' cy='246' r='1.7'/><circle cx='288' cy='214' r='1.3'/></g><g fill='%23C93E1B' fill-opacity='0.085'><path d='M186 34c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M64 176c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M262 268c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/></g></svg>")}html[data-pat=smoke] body,html[data-pat=sparks] body{background-repeat:repeat;background-attachment:scroll;background-position:0 0;background-size:auto}html[data-pat=smoke] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='300' viewBox='0 0 280 300'><g stroke='%239A2E12' stroke-opacity='0.081' stroke-width='1.5' fill='none' stroke-linecap='round'><path d='M64 0c7 19-7 28 0 47s-7 28 0 47-7 28 0 47-7 28 0 47-7 28 0 37 7 19 0 38'/><path d='M198 0c-6 17 6 26 0 43s6 26 0 43-6 26 0 43 6 26 0 43-6 26 0 43 6 22 0 45'/></g></svg>")}html[data-pat=kindling] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g stroke='%239A2E12' stroke-opacity='0.149' stroke-width='2.5' stroke-linecap='round' fill='none'><path d='M32 58l34-18M36 40l32 20'/><path d='M168 180l34-18M172 162l32 20'/><path d='M196 52l28 15'/></g></svg>")}html[data-pat=kindling] body,html[data-pat=woodpile] body{background-repeat:repeat;background-attachment:scroll;background-position:0 0;background-size:auto}html[data-pat=woodpile] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'><g stroke='%239A2E12' stroke-opacity='0.166' stroke-width='2.3' fill='none'><circle cx='54' cy='58' r='24'/><circle cx='54' cy='58' r='13.9'/><circle cx='54' cy='58' r='4.8'/><circle cx='180' cy='118' r='19'/><circle cx='180' cy='118' r='11.0'/><circle cx='180' cy='118' r='3.8'/><circle cx='96' cy='194' r='22'/><circle cx='96' cy='194' r='12.8'/><circle cx='96' cy='194' r='4.4'/></g></svg>")}html[data-pat=pines] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270'><g fill='%239A2E12' fill-opacity='0.157'><g transform='translate(48,34) scale(1)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(196,132) scale(0.85)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(110,194) scale(0.95)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g></g></svg>")}html[data-pat=pines] body,html[data-pat=stars] body{background-repeat:repeat;background-attachment:scroll;background-position:0 0;background-size:auto}html[data-pat=stars] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%239A2E12' fill-opacity='0.085'><path transform='translate(74,66) scale(1)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><path transform='translate(224,240) scale(0.75)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><circle cx='36' cy='148' r='1.5'/><circle cx='150' cy='58' r='1.5'/><circle cx='238' cy='196' r='1.5'/><circle cx='96' cy='254' r='1.5'/><circle cx='268' cy='84' r='1.5'/><circle cx='180' cy='132' r='1.5'/></g></svg>")}html[data-pat=smores] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g transform='translate(26,68) rotate(-8)'><path d='M0 0h58' stroke='%239A2E12' stroke-opacity='0.174' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%239A2E12' stroke-opacity='0.174' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23C93E1B' stroke-opacity='0.174' stroke-width='2.2' stroke-linecap='round' fill='none'/></g><g transform='translate(168,214) rotate(6)'><path d='M0 0h58' stroke='%239A2E12' stroke-opacity='0.174' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%239A2E12' stroke-opacity='0.174' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23C93E1B' stroke-opacity='0.174' stroke-width='2.2' stroke-linecap='round' fill='none'/></g></svg>")}html[data-pat=ash] body,html[data-pat=smores] body{background-repeat:repeat;background-attachment:scroll;background-position:0 0;background-size:auto}html[data-pat=ash] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g fill='%239A2E12' fill-opacity='0.068'><circle cx='24' cy='38' r='1.3'/><circle cx='96' cy='18' r='1.3'/><circle cx='158' cy='64' r='1.3'/><circle cx='212' cy='30' r='1.3'/><circle cx='52' cy='102' r='1.3'/><circle cx='130' cy='120' r='1.3'/><circle cx='196' cy='148' r='1.3'/><circle cx='38' cy='168' r='1.3'/><circle cx='108' cy='196' r='1.3'/><circle cx='174' cy='214' r='1.3'/><circle cx='216' cy='96' r='1.3'/><circle cx='72' cy='232' r='1.3'/><circle cx='148' cy='252' r='1.3'/><circle cx='20' cy='124' r='1.3'/><circle cx='230' cy='190' r='1.3'/></g></svg>")}html[data-pat=coals] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%239A2E12' fill-opacity='0.072'><rect x='9' y='26' width='62' height='40' rx='12.0' transform='rotate(-12 40 46)'/><rect x='90' y='15' width='44' height='30' rx='9.0' transform='rotate(7 112 30)'/><rect x='158' y='34' width='56' height='36' rx='10.8' transform='rotate(-5 186 52)'/><rect x='236' y='14' width='40' height='28' rx='8.4' transform='rotate(14 256 28)'/><rect x='-5' y='102' width='46' height='32' rx='9.6' transform='rotate(9 18 118)'/><rect x='57' y='85' width='58' height='38' rx='11.4' transform='rotate(-8 86 104)'/><rect x='137' y='107' width='42' height='30' rx='9.0' transform='rotate(12 158 122)'/><rect x='200' y='91' width='52' height='34' rx='10.2' transform='rotate(-6 226 108)'/><rect x='267' y='119' width='38' height='26' rx='7.8' transform='rotate(8 286 132)'/><rect x='19' y='168' width='54' height='36' rx='10.8' transform='rotate(-9 46 186)'/><rect x='97' y='182' width='46' height='32' rx='9.6' transform='rotate(11 120 198)'/><rect x='160' y='161' width='60' height='38' rx='11.4' transform='rotate(-4 190 180)'/><rect x='241' y='181' width='42' height='30' rx='9.0' transform='rotate(6 262 196)'/><rect x='-2' y='246' width='48' height='32' rx='9.6' transform='rotate(8 22 262)'/><rect x='70' y='257' width='52' height='34' rx='10.2' transform='rotate(-11 96 274)'/><rect x='150' y='243' width='44' height='30' rx='9.0' transform='rotate(5 172 258)'/><rect x='216' y='254' width='56' height='36' rx='10.8' transform='rotate(-13 244 272)'/></g><g fill='%23C93E1B' fill-opacity='0.072'><rect x='103' y='24.5' width='18' height='11' rx='4.6' transform='rotate(7 112 30)'/><rect x='74' y='97.5' width='24' height='13' rx='5.5' transform='rotate(-8 86 104)'/><rect x='177' y='173.5' width='26' height='13' rx='5.5' transform='rotate(-4 190 180)'/><rect x='111' y='192.5' width='18' height='11' rx='4.6' transform='rotate(11 120 198)'/><rect x='233' y='266' width='22' height='12' rx='5.0' transform='rotate(-13 244 272)'/></g></svg>");background-repeat:repeat;background-attachment:scroll;background-position:0 0;background-size:auto}@media (prefers-color-scheme:dark){html:not([data-theme=light])[data-pat=sparks] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g fill='%23E4794F' fill-opacity='0.105'><circle cx='46' cy='58' r='1.8'/><circle cx='232' cy='128' r='1.5'/><circle cx='118' cy='246' r='1.7'/><circle cx='288' cy='214' r='1.3'/></g><g fill='%23F2B01E' fill-opacity='0.105'><path d='M186 34c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M64 176c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M262 268c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/></g></svg>")}html:not([data-theme=light])[data-pat=smoke] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='300' viewBox='0 0 280 300'><g stroke='%23E4794F' stroke-opacity='0.100' stroke-width='1.5' fill='none' stroke-linecap='round'><path d='M64 0c7 19-7 28 0 47s-7 28 0 47-7 28 0 47-7 28 0 47-7 28 0 37 7 19 0 38'/><path d='M198 0c-6 17 6 26 0 43s6 26 0 43-6 26 0 43 6 26 0 43-6 26 0 43 6 22 0 45'/></g></svg>")}html:not([data-theme=light])[data-pat=kindling] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g stroke='%23E4794F' stroke-opacity='0.184' stroke-width='2.5' stroke-linecap='round' fill='none'><path d='M32 58l34-18M36 40l32 20'/><path d='M168 180l34-18M172 162l32 20'/><path d='M196 52l28 15'/></g></svg>")}html:not([data-theme=light])[data-pat=woodpile] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'><g stroke='%23E4794F' stroke-opacity='0.205' stroke-width='2.3' fill='none'><circle cx='54' cy='58' r='24'/><circle cx='54' cy='58' r='13.9'/><circle cx='54' cy='58' r='4.8'/><circle cx='180' cy='118' r='19'/><circle cx='180' cy='118' r='11.0'/><circle cx='180' cy='118' r='3.8'/><circle cx='96' cy='194' r='22'/><circle cx='96' cy='194' r='12.8'/><circle cx='96' cy='194' r='4.4'/></g></svg>")}html:not([data-theme=light])[data-pat=pines] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270'><g fill='%23E4794F' fill-opacity='0.194'><g transform='translate(48,34) scale(1)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(196,132) scale(0.85)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(110,194) scale(0.95)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g></g></svg>")}html:not([data-theme=light])[data-pat=stars] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%23E4794F' fill-opacity='0.105'><path transform='translate(74,66) scale(1)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><path transform='translate(224,240) scale(0.75)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><circle cx='36' cy='148' r='1.5'/><circle cx='150' cy='58' r='1.5'/><circle cx='238' cy='196' r='1.5'/><circle cx='96' cy='254' r='1.5'/><circle cx='268' cy='84' r='1.5'/><circle cx='180' cy='132' r='1.5'/></g></svg>")}html:not([data-theme=light])[data-pat=smores] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g transform='translate(26,68) rotate(-8)'><path d='M0 0h58' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23F2B01E' stroke-opacity='0.215' stroke-width='2.2' stroke-linecap='round' fill='none'/></g><g transform='translate(168,214) rotate(6)'><path d='M0 0h58' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23F2B01E' stroke-opacity='0.215' stroke-width='2.2' stroke-linecap='round' fill='none'/></g></svg>")}html:not([data-theme=light])[data-pat=ash] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g fill='%23E4794F' fill-opacity='0.084'><circle cx='24' cy='38' r='1.3'/><circle cx='96' cy='18' r='1.3'/><circle cx='158' cy='64' r='1.3'/><circle cx='212' cy='30' r='1.3'/><circle cx='52' cy='102' r='1.3'/><circle cx='130' cy='120' r='1.3'/><circle cx='196' cy='148' r='1.3'/><circle cx='38' cy='168' r='1.3'/><circle cx='108' cy='196' r='1.3'/><circle cx='174' cy='214' r='1.3'/><circle cx='216' cy='96' r='1.3'/><circle cx='72' cy='232' r='1.3'/><circle cx='148' cy='252' r='1.3'/><circle cx='20' cy='124' r='1.3'/><circle cx='230' cy='190' r='1.3'/></g></svg>")}html:not([data-theme=light])[data-pat=coals] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%23E4794F' fill-opacity='0.090'><rect x='9' y='26' width='62' height='40' rx='12.0' transform='rotate(-12 40 46)'/><rect x='90' y='15' width='44' height='30' rx='9.0' transform='rotate(7 112 30)'/><rect x='158' y='34' width='56' height='36' rx='10.8' transform='rotate(-5 186 52)'/><rect x='236' y='14' width='40' height='28' rx='8.4' transform='rotate(14 256 28)'/><rect x='-5' y='102' width='46' height='32' rx='9.6' transform='rotate(9 18 118)'/><rect x='57' y='85' width='58' height='38' rx='11.4' transform='rotate(-8 86 104)'/><rect x='137' y='107' width='42' height='30' rx='9.0' transform='rotate(12 158 122)'/><rect x='200' y='91' width='52' height='34' rx='10.2' transform='rotate(-6 226 108)'/><rect x='267' y='119' width='38' height='26' rx='7.8' transform='rotate(8 286 132)'/><rect x='19' y='168' width='54' height='36' rx='10.8' transform='rotate(-9 46 186)'/><rect x='97' y='182' width='46' height='32' rx='9.6' transform='rotate(11 120 198)'/><rect x='160' y='161' width='60' height='38' rx='11.4' transform='rotate(-4 190 180)'/><rect x='241' y='181' width='42' height='30' rx='9.0' transform='rotate(6 262 196)'/><rect x='-2' y='246' width='48' height='32' rx='9.6' transform='rotate(8 22 262)'/><rect x='70' y='257' width='52' height='34' rx='10.2' transform='rotate(-11 96 274)'/><rect x='150' y='243' width='44' height='30' rx='9.0' transform='rotate(5 172 258)'/><rect x='216' y='254' width='56' height='36' rx='10.8' transform='rotate(-13 244 272)'/></g><g fill='%23F2B01E' fill-opacity='0.090'><rect x='103' y='24.5' width='18' height='11' rx='4.6' transform='rotate(7 112 30)'/><rect x='74' y='97.5' width='24' height='13' rx='5.5' transform='rotate(-8 86 104)'/><rect x='177' y='173.5' width='26' height='13' rx='5.5' transform='rotate(-4 190 180)'/><rect x='111' y='192.5' width='18' height='11' rx='4.6' transform='rotate(11 120 198)'/><rect x='233' y='266' width='22' height='12' rx='5.0' transform='rotate(-13 244 272)'/></g></svg>")}}html[data-theme=dark][data-pat=sparks] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g fill='%23E4794F' fill-opacity='0.105'><circle cx='46' cy='58' r='1.8'/><circle cx='232' cy='128' r='1.5'/><circle cx='118' cy='246' r='1.7'/><circle cx='288' cy='214' r='1.3'/></g><g fill='%23F2B01E' fill-opacity='0.105'><path d='M186 34c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M64 176c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M262 268c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/></g></svg>")}html[data-theme=dark][data-pat=smoke] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='300' viewBox='0 0 280 300'><g stroke='%23E4794F' stroke-opacity='0.100' stroke-width='1.5' fill='none' stroke-linecap='round'><path d='M64 0c7 19-7 28 0 47s-7 28 0 47-7 28 0 47-7 28 0 47-7 28 0 37 7 19 0 38'/><path d='M198 0c-6 17 6 26 0 43s6 26 0 43-6 26 0 43 6 26 0 43-6 26 0 43 6 22 0 45'/></g></svg>")}html[data-theme=dark][data-pat=kindling] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g stroke='%23E4794F' stroke-opacity='0.184' stroke-width='2.5' stroke-linecap='round' fill='none'><path d='M32 58l34-18M36 40l32 20'/><path d='M168 180l34-18M172 162l32 20'/><path d='M196 52l28 15'/></g></svg>")}html[data-theme=dark][data-pat=woodpile] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'><g stroke='%23E4794F' stroke-opacity='0.205' stroke-width='2.3' fill='none'><circle cx='54' cy='58' r='24'/><circle cx='54' cy='58' r='13.9'/><circle cx='54' cy='58' r='4.8'/><circle cx='180' cy='118' r='19'/><circle cx='180' cy='118' r='11.0'/><circle cx='180' cy='118' r='3.8'/><circle cx='96' cy='194' r='22'/><circle cx='96' cy='194' r='12.8'/><circle cx='96' cy='194' r='4.4'/></g></svg>")}html[data-theme=dark][data-pat=pines] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270'><g fill='%23E4794F' fill-opacity='0.194'><g transform='translate(48,34) scale(1)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(196,132) scale(0.85)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(110,194) scale(0.95)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g></g></svg>")}html[data-theme=dark][data-pat=stars] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%23E4794F' fill-opacity='0.105'><path transform='translate(74,66) scale(1)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><path transform='translate(224,240) scale(0.75)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><circle cx='36' cy='148' r='1.5'/><circle cx='150' cy='58' r='1.5'/><circle cx='238' cy='196' r='1.5'/><circle cx='96' cy='254' r='1.5'/><circle cx='268' cy='84' r='1.5'/><circle cx='180' cy='132' r='1.5'/></g></svg>")}html[data-theme=dark][data-pat=smores] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g transform='translate(26,68) rotate(-8)'><path d='M0 0h58' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23F2B01E' stroke-opacity='0.215' stroke-width='2.2' stroke-linecap='round' fill='none'/></g><g transform='translate(168,214) rotate(6)'><path d='M0 0h58' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%23E4794F' stroke-opacity='0.215' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23F2B01E' stroke-opacity='0.215' stroke-width='2.2' stroke-linecap='round' fill='none'/></g></svg>")}html[data-theme=dark][data-pat=ash] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g fill='%23E4794F' fill-opacity='0.084'><circle cx='24' cy='38' r='1.3'/><circle cx='96' cy='18' r='1.3'/><circle cx='158' cy='64' r='1.3'/><circle cx='212' cy='30' r='1.3'/><circle cx='52' cy='102' r='1.3'/><circle cx='130' cy='120' r='1.3'/><circle cx='196' cy='148' r='1.3'/><circle cx='38' cy='168' r='1.3'/><circle cx='108' cy='196' r='1.3'/><circle cx='174' cy='214' r='1.3'/><circle cx='216' cy='96' r='1.3'/><circle cx='72' cy='232' r='1.3'/><circle cx='148' cy='252' r='1.3'/><circle cx='20' cy='124' r='1.3'/><circle cx='230' cy='190' r='1.3'/></g></svg>")}html[data-theme=dark][data-pat=coals] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%23E4794F' fill-opacity='0.090'><rect x='9' y='26' width='62' height='40' rx='12.0' transform='rotate(-12 40 46)'/><rect x='90' y='15' width='44' height='30' rx='9.0' transform='rotate(7 112 30)'/><rect x='158' y='34' width='56' height='36' rx='10.8' transform='rotate(-5 186 52)'/><rect x='236' y='14' width='40' height='28' rx='8.4' transform='rotate(14 256 28)'/><rect x='-5' y='102' width='46' height='32' rx='9.6' transform='rotate(9 18 118)'/><rect x='57' y='85' width='58' height='38' rx='11.4' transform='rotate(-8 86 104)'/><rect x='137' y='107' width='42' height='30' rx='9.0' transform='rotate(12 158 122)'/><rect x='200' y='91' width='52' height='34' rx='10.2' transform='rotate(-6 226 108)'/><rect x='267' y='119' width='38' height='26' rx='7.8' transform='rotate(8 286 132)'/><rect x='19' y='168' width='54' height='36' rx='10.8' transform='rotate(-9 46 186)'/><rect x='97' y='182' width='46' height='32' rx='9.6' transform='rotate(11 120 198)'/><rect x='160' y='161' width='60' height='38' rx='11.4' transform='rotate(-4 190 180)'/><rect x='241' y='181' width='42' height='30' rx='9.0' transform='rotate(6 262 196)'/><rect x='-2' y='246' width='48' height='32' rx='9.6' transform='rotate(8 22 262)'/><rect x='70' y='257' width='52' height='34' rx='10.2' transform='rotate(-11 96 274)'/><rect x='150' y='243' width='44' height='30' rx='9.0' transform='rotate(5 172 258)'/><rect x='216' y='254' width='56' height='36' rx='10.8' transform='rotate(-13 244 272)'/></g><g fill='%23F2B01E' fill-opacity='0.090'><rect x='103' y='24.5' width='18' height='11' rx='4.6' transform='rotate(7 112 30)'/><rect x='74' y='97.5' width='24' height='13' rx='5.5' transform='rotate(-8 86 104)'/><rect x='177' y='173.5' width='26' height='13' rx='5.5' transform='rotate(-4 190 180)'/><rect x='111' y='192.5' width='18' height='11' rx='4.6' transform='rotate(11 120 198)'/><rect x='233' y='266' width='22' height='12' rx='5.0' transform='rotate(-13 244 272)'/></g></svg>")}.sw[data-p=sparks] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g fill='%239A2E12' fill-opacity='0.620'><circle cx='46' cy='58' r='1.8'/><circle cx='232' cy='128' r='1.5'/><circle cx='118' cy='246' r='1.7'/><circle cx='288' cy='214' r='1.3'/></g><g fill='%23C93E1B' fill-opacity='0.620'><path d='M186 34c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M64 176c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/><path d='M262 268c2.1 2.5 3 4 3 5.4 0 1.9-1.4 3.2-3 3.2s-3-1.3-3-3.2c0-1.4.9-2.9 3-5.4Z'/></g></svg>")}.sw[data-p=smoke] i,.sw[data-p=sparks] i{background-size:118px;background-position:50%}.sw[data-p=smoke] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='300' viewBox='0 0 280 300'><g stroke='%239A2E12' stroke-opacity='0.589' stroke-width='1.5' fill='none' stroke-linecap='round'><path d='M64 0c7 19-7 28 0 47s-7 28 0 47-7 28 0 47-7 28 0 47-7 28 0 37 7 19 0 38'/><path d='M198 0c-6 17 6 26 0 43s6 26 0 43-6 26 0 43 6 26 0 43-6 26 0 43 6 22 0 45'/></g></svg>")}.sw[data-p=kindling] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g stroke='%239A2E12' stroke-opacity='1.085' stroke-width='2.5' stroke-linecap='round' fill='none'><path d='M32 58l34-18M36 40l32 20'/><path d='M168 180l34-18M172 162l32 20'/><path d='M196 52l28 15'/></g></svg>");background-size:118px;background-position:50%}.sw[data-p=woodpile] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 250 250'><g stroke='%239A2E12' stroke-opacity='1.209' stroke-width='2.3' fill='none'><circle cx='54' cy='58' r='24'/><circle cx='54' cy='58' r='13.9'/><circle cx='54' cy='58' r='4.8'/><circle cx='180' cy='118' r='19'/><circle cx='180' cy='118' r='11.0'/><circle cx='180' cy='118' r='3.8'/><circle cx='96' cy='194' r='22'/><circle cx='96' cy='194' r='12.8'/><circle cx='96' cy='194' r='4.4'/></g></svg>")}.sw[data-p=pines] i,.sw[data-p=woodpile] i{background-size:118px;background-position:50%}.sw[data-p=pines] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='270' height='270' viewBox='0 0 270 270'><g fill='%239A2E12' fill-opacity='1.147'><g transform='translate(48,34) scale(1)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(196,132) scale(0.85)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g><g transform='translate(110,194) scale(0.95)'><path d='M0 0 L13 22 H-13 Z'/><path d='M0 14 L18 40 H-18 Z'/><rect x='-3' y='39' width='6' height='12'/></g></g></svg>")}.sw[data-p=stars] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%239A2E12' fill-opacity='0.620'><path transform='translate(74,66) scale(1)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><path transform='translate(224,240) scale(0.75)' d='M0 -9 Q1.5 -1.5 9 0 Q1.5 1.5 0 9 Q-1.5 1.5 -9 0 Q-1.5 -1.5 0 -9 Z'/><circle cx='36' cy='148' r='1.5'/><circle cx='150' cy='58' r='1.5'/><circle cx='238' cy='196' r='1.5'/><circle cx='96' cy='254' r='1.5'/><circle cx='268' cy='84' r='1.5'/><circle cx='180' cy='132' r='1.5'/></g></svg>")}.sw[data-p=smores] i,.sw[data-p=stars] i{background-size:118px;background-position:50%}.sw[data-p=smores] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g transform='translate(26,68) rotate(-8)'><path d='M0 0h58' stroke='%239A2E12' stroke-opacity='1.271' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%239A2E12' stroke-opacity='1.271' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23C93E1B' stroke-opacity='1.271' stroke-width='2.2' stroke-linecap='round' fill='none'/></g><g transform='translate(168,214) rotate(6)'><path d='M0 0h58' stroke='%239A2E12' stroke-opacity='1.271' stroke-width='2.4' stroke-linecap='round' fill='none'/><rect x='52' y='-13' width='34' height='26' rx='11' fill='none' stroke='%239A2E12' stroke-opacity='1.271' stroke-width='2.4'/><path d='M60 -5.5c3.8 1.8 7.4 1.4 11 .1' stroke='%23C93E1B' stroke-opacity='1.271' stroke-width='2.2' stroke-linecap='round' fill='none'/></g></svg>")}.sw[data-p=ash] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g fill='%239A2E12' fill-opacity='0.496'><circle cx='24' cy='38' r='1.3'/><circle cx='96' cy='18' r='1.3'/><circle cx='158' cy='64' r='1.3'/><circle cx='212' cy='30' r='1.3'/><circle cx='52' cy='102' r='1.3'/><circle cx='130' cy='120' r='1.3'/><circle cx='196' cy='148' r='1.3'/><circle cx='38' cy='168' r='1.3'/><circle cx='108' cy='196' r='1.3'/><circle cx='174' cy='214' r='1.3'/><circle cx='216' cy='96' r='1.3'/><circle cx='72' cy='232' r='1.3'/><circle cx='148' cy='252' r='1.3'/><circle cx='20' cy='124' r='1.3'/><circle cx='230' cy='190' r='1.3'/></g></svg>")}.sw[data-p=ash] i,.sw[data-p=coals] i{background-size:118px;background-position:50%}.sw[data-p=coals] i{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='%239A2E12' fill-opacity='0.520'><rect x='9' y='26' width='62' height='40' rx='12.0' transform='rotate(-12 40 46)'/><rect x='90' y='15' width='44' height='30' rx='9.0' transform='rotate(7 112 30)'/><rect x='158' y='34' width='56' height='36' rx='10.8' transform='rotate(-5 186 52)'/><rect x='236' y='14' width='40' height='28' rx='8.4' transform='rotate(14 256 28)'/><rect x='-5' y='102' width='46' height='32' rx='9.6' transform='rotate(9 18 118)'/><rect x='57' y='85' width='58' height='38' rx='11.4' transform='rotate(-8 86 104)'/><rect x='137' y='107' width='42' height='30' rx='9.0' transform='rotate(12 158 122)'/><rect x='200' y='91' width='52' height='34' rx='10.2' transform='rotate(-6 226 108)'/><rect x='267' y='119' width='38' height='26' rx='7.8' transform='rotate(8 286 132)'/><rect x='19' y='168' width='54' height='36' rx='10.8' transform='rotate(-9 46 186)'/><rect x='97' y='182' width='46' height='32' rx='9.6' transform='rotate(11 120 198)'/><rect x='160' y='161' width='60' height='38' rx='11.4' transform='rotate(-4 190 180)'/><rect x='241' y='181' width='42' height='30' rx='9.0' transform='rotate(6 262 196)'/><rect x='-2' y='246' width='48' height='32' rx='9.6' transform='rotate(8 22 262)'/><rect x='70' y='257' width='52' height='34' rx='10.2' transform='rotate(-11 96 274)'/><rect x='150' y='243' width='44' height='30' rx='9.0' transform='rotate(5 172 258)'/><rect x='216' y='254' width='56' height='36' rx='10.8' transform='rotate(-13 244 272)'/></g><g fill='%23C93E1B' fill-opacity='0.520'><rect x='103' y='24.5' width='18' height='11' rx='4.6' transform='rotate(7 112 30)'/><rect x='74' y='97.5' width='24' height='13' rx='5.5' transform='rotate(-8 86 104)'/><rect x='177' y='173.5' width='26' height='13' rx='5.5' transform='rotate(-4 190 180)'/><rect x='111' y='192.5' width='18' height='11' rx='4.6' transform='rotate(11 120 198)'/><rect x='233' y='266' width='22' height='12' rx='5.0' transform='rotate(-13 244 272)'/></g></svg>")}.patwrap{position:relative;display:inline-flex}.patpop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:296px;padding:12px;background:var(--surface);border:1px solid var(--rule)}.patpop h4{font-family:var(--font-display);font-size:9.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--quiet);margin:0 0 10px}.swgrid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px}.sw{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0;border:0;background:none;cursor:pointer}.sw i{display:block;width:100%;aspect-ratio:1/1;background-color:var(--paper);box-shadow:inset 0 0 0 1px var(--rule);background-repeat:repeat}.sw[data-p=none] i{background-image:none}.sw span{font-family:var(--font-display);font-size:8.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--quiet);line-height:1.1;text-align:center}.sw:hover i{box-shadow:inset 0 0 0 1px var(--ember)}.sw:hover span{color:var(--ink)}.sw:focus-visible{outline:2px solid var(--link);outline-offset:2px}.sw[aria-pressed=true] i{box-shadow:inset 0 0 0 2px var(--ink)}.sw[aria-pressed=true] span{color:var(--ink)}@media (max-width:560px){.patpop{right:auto;left:50%;transform:translateX(-50%);width:min(296px,92vw)}}.edit,.read{display:grid;transition:grid-template-rows .28s cubic-bezier(.2,.8,.3,1),opacity .2s ease}.read{grid-template-rows:1fr;opacity:1}.edit{grid-template-rows:0fr;opacity:0}.edit>.clip,.read>.clip{min-height:0;overflow:hidden}.post.editing .read{grid-template-rows:0fr;opacity:0}.post.editing .edit{grid-template-rows:1fr;opacity:1}.fields{gap:13px;padding:2px 0 0}.field,.fields{display:flex;flex-direction:column}.field{gap:5px}.field.pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}@media (max-width:520px){.field.pair{grid-template-columns:1fr}}.field label{font-family:var(--font-display);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--quiet)}.field input,.field textarea{width:100%;border:0;border-bottom:1px solid var(--rule);background:none;color:var(--ink);font-family:var(--font-body);font-size:15.5px;padding:3px 0 8px;outline:none;border-radius:0;resize:vertical}.field textarea{min-height:62px;line-height:1.5}.field input:focus,.field textarea:focus{border-bottom-color:var(--ember)}.formrow{display:flex;align-items:center;gap:8px;padding:4px 0 2px}.formrow .gap{flex:1 1 auto}.btn{font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.04em;padding:7px 15px;cursor:pointer;border-radius:0;border:1px solid var(--rule);background:var(--surface);color:var(--quiet);transition:border-color .12s ease,background .12s ease,color .12s ease}.btn:hover{color:var(--ember);border-color:var(--ember)}.btn.save{background:var(--ink);border-color:var(--ink);color:var(--paper)}.btn.save:hover{background:var(--ember);border-color:var(--ember);color:#FAF8F5}.mebtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--rule);background:var(--surface);font-family:var(--font-display);font-size:10px;font-weight:800;color:var(--ink-soft);cursor:pointer;text-decoration:none}.mebtn:hover{border-color:var(--ember);color:var(--ember)}@media (prefers-reduced-motion:reduce){.edit,.read{transition:none}}.shots{display:grid;grid-gap:6px;gap:6px;margin:14px 0 0}.shots.n2{grid-template-columns:1fr 1fr}.shots.n3{grid-template-columns:2fr 1fr}.shots.n3 img:first-child{grid-row:span 2}.shots.nm{grid-template-columns:repeat(3,1fr)}.shots img{display:block;width:100%;height:100%;object-fit:cover;border:1px solid var(--rule);background:var(--faint);aspect-ratio:4/3}.shots.n1 img{aspect-ratio:auto;max-height:520px;object-fit:contain}.mapp{margin:14px 0 0}.mapp-plate{position:relative;overflow:hidden;border-radius:0;border:1px solid var(--rule);background:var(--paper)}.mapp-paper{background-image:repeating-linear-gradient(0deg,transparent 0 23px,rgba(27,26,24,.045) 23px 24px),repeating-linear-gradient(90deg,transparent 0 23px,rgba(27,26,24,.035) 23px 24px)}.mapp-paper,.mapp-tiles{position:absolute;inset:0}.mapp-tile{position:absolute;display:block;width:256px;height:256px;filter:sepia(.26) saturate(.8) hue-rotate(-8deg) contrast(1.06);mix-blend-mode:multiply}.mapp-fade{inset:0;background:radial-gradient(124% 104% at 50% 50%,transparent 66%,var(--paper) 100%),linear-gradient(to bottom,color-mix(in oklab,var(--paper) 42%,transparent) 0,transparent 12%,transparent 88%,color-mix(in oklab,var(--paper) 42%,transparent) 100%)}.mapp-fade,.mapp-pin{position:absolute;pointer-events:none}.mapp-pin{width:32px;height:44px;transform:translate(-50%,-100%);z-index:3;filter:drop-shadow(0 3px 5px rgba(27,26,24,.28))}.mapp-pin svg{display:block;width:32px;height:44px}.mapp-shadow{fill:rgba(27,26,24,.22)}.mapp-drop{fill:var(--fire);stroke:var(--char);stroke-width:1.4}.mapp-eye{fill:#FAF8F5}.mapp-ring{position:absolute;width:46px;height:20px;border-radius:50%;transform:translate(-50%,-50%);border:1.5px dashed color-mix(in oklab,var(--fire) 55%,transparent);pointer-events:none;z-index:2}.mapp-zoom{position:absolute;right:10px;bottom:10px;z-index:4;display:inline-flex;align-items:center;gap:2px;padding:3px;background:color-mix(in oklab,var(--surface) 88%,transparent);border:1px solid var(--rule);border-radius:999px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mapp-zoom button{min-width:30px;height:24px;border:0;border-radius:999px;cursor:pointer;background:none;color:var(--quiet);font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.08em;transition:background .12s ease,color .12s ease}.mapp-zoom button:hover{background:var(--faint);color:var(--ember)}.mapp-zoom button.is-on{background:var(--ink);color:var(--paper)}.mapp-foot{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding:9px 1px 0;font-family:var(--font-body);font-size:13.5px;color:var(--ink-soft)}.mapp-where b{font-family:var(--font-display);font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--fire);margin-right:7px}.mapp-gap{flex:1 1 auto}.mapp-coords{font-family:var(--font-display);font-size:11px;letter-spacing:.05em;color:var(--quiet)}.mapp-out{font-weight:700;font-size:13px;text-decoration:none;color:var(--ember)}.mapp-out:hover{text-decoration:underline;text-underline-offset:3px}.mapp-credit{margin:6px 1px 0;font-family:var(--font-display);font-size:10.5px;letter-spacing:.05em;color:var(--quiet)}.mapp-credit a{color:inherit}.mapp-plate.is-blank .mapp-fade{background:radial-gradient(120% 96% at 50% 50%,transparent 58%,var(--paper) 98%)}.talk{margin:22px 0 0}.talk h2{font-family:var(--font-display);font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--quiet);margin:0 0 14px;padding:0 2px}.said{display:flex;gap:12px;padding:14px 2px;border-top:1px solid var(--rule-soft)}.said:first-of-type{border-top:0}.said .face{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--faint);font-family:var(--font-display);font-size:10px;font-weight:800;letter-spacing:.04em}.said .face,.said p{color:var(--ink-soft)}.said p{margin:0;font-size:15px;line-height:1.62}.said .byline{font-family:var(--font-display);font-size:11.5px;color:var(--quiet);margin-bottom:4px;letter-spacing:.02em}.said .byline b{color:var(--ink);font-weight:700}.said .byline i{font-style:normal;opacity:.5;margin:0 5px}.sayit{margin-top:16px;border-top:1px solid var(--rule-soft);padding-top:16px}.sayit textarea{width:100%;border:1px solid var(--rule);background:var(--surface);color:var(--ink);font-family:var(--font-body);font-size:15px;line-height:1.6;padding:11px 13px;outline:none;resize:vertical}.sayit textarea:focus{border-color:var(--ember)}.sayit div{display:flex;justify-content:flex-end;margin-top:10px}.member{align-items:center;gap:4px;font-family:var(--font-display);font-size:11.5px;font-weight:600;letter-spacing:.03em;padding:5px 8px 5px 13px;border-radius:999px;border:1px solid var(--rule);background:var(--surface);color:var(--ink-soft)}.member,.member form{display:inline-flex}.member button{border:0;background:none;cursor:pointer;color:var(--quiet);font-size:14px;line-height:1;padding:0 3px}.member button:hover{color:var(--ember)}.gforms{display:grid;grid-gap:9px;gap:9px}.gforms form{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.gforms input[type=text]{flex:1 1 200px;min-width:0;padding:7px 11px;border:1px solid var(--rule);background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:14.5px;outline:none}.gforms input[type=text]:focus{border-color:var(--ember);background:var(--surface)}.gforms select{flex:1 1 200px;padding:7px 11px;border-radius:999px;border:1px solid var(--rule);background:var(--paper);color:var(--ink-soft);font-family:var(--font-display);font-size:11.5px;font-weight:600;cursor:pointer;outline:none}.gforms select:focus,.gforms select:hover{border-color:var(--ember)}