*{box-sizing:border-box;margin:0}:root{--grid:8px;--mono:"IBM Plex Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;--serif-pixel:"Silkscreen", "VT323", monospace;--r1:color-mix(in oklab, var(--A), white 90%);--r2:color-mix(in oklab, var(--A), white 78%);--r3:color-mix(in oklab, var(--A), white 62%);--r4:color-mix(in oklab, var(--A), white 42%);--r5:var(--A);--r6:color-mix(in oklab, var(--A), black 16%);--r7:color-mix(in oklab, var(--A), black 32%);--r8:color-mix(in oklab, var(--A), black 50%);--r9:color-mix(in oklab, var(--A), black 68%);--r10:color-mix(in oklab, var(--A), black 84%)}:root,[data-theme=amber]{--A:#ffb000;--spin-a:#ffc63d;--spin-b:#ff7300}[data-theme=phosphor]{--A:#35d97a;--spin-a:#6bf0a4;--spin-b:#12a05a}[data-theme=nocturne]{--A:#8f96ff;--spin-a:#aab0ff;--spin-b:#5a63e8}[data-theme=contrast]{--A:#ffd60a;--spin-a:#ffe66b;--spin-b:#c9a800}[data-theme=paper]{--A:#a86a00;--spin-a:#c98a1a;--spin-b:#7a4d00}:root,[data-theme=amber],[data-theme=phosphor],[data-theme=nocturne],[data-theme=contrast]{--bg:var(--r10);--panel:var(--r9);--raise:var(--r8);--line:var(--r7);--fg:var(--r3);--fg-faint:color-mix(in srgb, var(--r4) 72%, transparent);--accent:var(--r4);--on-accent:var(--r10);--danger:#ff5a52;--bubble-self:var(--r5);--bubble-self-fg:var(--r10);--bubble-other-bg:transparent;--bubble-other-line:var(--r7)}[data-theme=contrast]{--bg:#000;--panel:#0a0a0a;--raise:#141414;--line:#fff;--fg:#fff;--fg-faint:#ffffffbf;--accent:#ffd60a;--on-accent:#000}[data-theme=paper]{--bg:var(--r1);--panel:color-mix(in oklab, var(--r1), white 45%);--raise:var(--r2);--line:var(--r3);--fg:var(--r8);--fg-faint:color-mix(in srgb, var(--r7) 78%, transparent);--accent:var(--r6);--on-accent:#fff;--bubble-self:var(--r6);--bubble-self-fg:#fff;--bubble-other-bg:var(--panel);--bubble-other-line:var(--line)}body{background:var(--bg);color:var(--fg);font-family:var(--mono);font-size:14px;font-weight:500;line-height:calc(var(--grid) * 2.5);padding:calc(var(--grid) * 2) calc(var(--grid) * 2) calc(var(--grid) * 11);max-width:44rem;min-height:100dvh;margin-inline:auto;transition:background .16s,color .16s}h1,h2,h3{font-family:var(--serif-pixel);letter-spacing:.04em;font-weight:400}h1{margin-block:calc(var(--grid) * 4);font-size:28px}.logo{font-family:var(--serif-pixel);letter-spacing:.02em;margin-block:calc(var(--grid) * 3);color:var(--A);text-shadow:0 0 1px var(--A), 0 0 3px color-mix(in srgb, var(--A) 90%, transparent), 0 0 9px color-mix(in srgb, var(--A) 50%, transparent), 0 0 20px color-mix(in srgb, var(--A) 20%, transparent), 0 0 40px color-mix(in srgb, var(--A) 8%, transparent);font-size:clamp(26px,5vw,36px);line-height:1;transform:scaleY(1.04)}[data-theme=paper] .logo{color:var(--A);text-shadow:0 0 1px color-mix(in srgb, var(--A) 60%, transparent), 0 0 6px color-mix(in srgb, var(--A) 25%, transparent), 0 0 14px color-mix(in srgb, var(--A) 10%, transparent)}[data-theme=contrast] .logo{color:#ffd60a;text-shadow:0 0 1px #ffd60a,0 0 4px #ffd60a99,0 0 12px #ffd60a33}@media (prefers-reduced-motion:reduce){.logo{text-shadow:none;transform:none}}h2{margin-block:calc(var(--grid) * 3);font-size:18px}p{margin-block:calc(var(--grid) * 2)}.screen{border:2px solid var(--line);padding:calc(var(--grid) * 3);background:var(--panel);display:none}.screen:target,#home{display:block}body:has(.screen:target:not(#home)) #home{display:none}.quiet{color:var(--fg-faint);font-size:13px}.center{text-align:center}.empty{color:var(--fg-faint)}.notice{border:2px solid var(--line);padding:var(--grid) calc(var(--grid) * 2)}pre.hexwall{border:1px dashed var(--line);color:var(--fg-faint);padding:calc(var(--grid) * 2);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;font-size:12px;line-height:1.45}.hexwall.mini{margin-block:var(--grid);font-size:11px}.log{white-space:pre-wrap;max-block-size:40vh;overflow-y:auto}input[type=text],input[type=number]{font:inherit;color:var(--fg);background:var(--bg);border:none;border-block-end:2px solid var(--line);padding:var(--grid);inline-size:min(48ch,100%)}.row input{flex:12ch;min-inline-size:0}button,.btn{font:inherit;color:var(--accent);border:2px solid var(--accent);padding:var(--grid) calc(var(--grid) * 2);cursor:pointer;align-items:center;gap:var(--grid);background:0 0;justify-content:center;font-weight:600;text-decoration:none;display:inline-flex}button:hover,.btn:hover{background:var(--accent);color:var(--on-accent)}button:disabled{opacity:.4;cursor:not-allowed}:is(button,.btn,a,summary,input):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cursor:after{content:"█";animation:1.06s step-end infinite blink}@keyframes blink{50%{opacity:0}}.topbar{z-index:30;padding:var(--grid) 0;background:linear-gradient(to bottom, var(--bg) 78%, transparent);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar .spacer{inline-size:calc(var(--grid) * 5)}.iconbtn{inline-size:calc(var(--grid) * 5);block-size:calc(var(--grid) * 5);border:2px solid var(--line);color:var(--fg);cursor:pointer;background:0 0;place-items:center;font-size:18px;text-decoration:none;display:inline-grid}.iconbtn:hover{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.iconbtn:disabled{opacity:.35;cursor:not-allowed}.iconbtn.danger:hover{background:var(--danger);border-color:var(--danger);color:#fff}.tabbar{z-index:30;inset-inline:0;padding:var(--grid) var(--grid) calc(var(--grid) + env(safe-area-inset-bottom));background:linear-gradient(to top, var(--bg) 70%, transparent);pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0}.tabbar .drawer{pointer-events:auto;gap:var(--grid);border:2px solid var(--line);background:var(--panel);padding:var(--grid);display:flex;box-shadow:0 4px 24px #00000059}.tabbar a{inline-size:calc(var(--grid) * 8);block-size:calc(var(--grid) * 7);color:var(--fg-faint);border:2px solid #0000;place-items:center;gap:2px;font-size:18px;text-decoration:none;display:grid}.tabbar a span.lbl{letter-spacing:.08em;font-size:10px}.tabbar a[aria-current=page]{color:var(--on-accent);background:var(--accent);border-color:var(--accent)}.tabbar a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card{border:2px solid var(--line);background:var(--raise);padding:calc(var(--grid) * 2);margin-block:var(--grid);color:inherit;width:100%;font:inherit;cursor:pointer;justify-content:space-between;align-items:center;text-decoration:none;display:flex}.card:hover{border-color:var(--accent)}.card b{font-size:16px}table.tiles{border-collapse:collapse;inline-size:100%;margin-block:var(--grid)}table.tiles td{border:2px solid var(--line);padding:calc(var(--grid) * 2);text-align:center}table.tiles td b{font-size:20px;display:block}.stickers{gap:var(--grid);margin-block:var(--grid);grid-template-columns:repeat(8,1fr);display:grid}.stickers span{aspect-ratio:1;border:1px solid var(--line);place-items:center;font-size:18px;display:grid}.stickers span:hover{background:var(--accent);color:var(--on-accent)}.swatches{border:1px solid var(--line);padding:var(--grid);gap:var(--grid);align-items:center;margin-block-end:var(--grid);display:flex}.swatches legend{padding-inline:6px}.swatch{inline-size:calc(var(--grid) * 4);block-size:calc(var(--grid) * 4);border:2px solid var(--line);cursor:pointer}.swatch[data-set-theme=amber]{background:#ffb000}.swatch[data-set-theme=phosphor]{background:#35d97a}.swatch[data-set-theme=paper]{background:#f4efe2}.swatch[data-set-theme=nocturne]{background:#8f96ff}.swatch[data-set-theme=contrast]{background:#ffd60a}.swatch:hover{outline:2px solid var(--fg)}details>summary{cursor:pointer;margin-block:var(--grid);list-style:none}details>summary::-webkit-details-marker{display:none}.chips{gap:var(--grid);margin-block:var(--grid);display:flex}.chip{inline-size:calc(var(--grid) * 5);block-size:calc(var(--grid) * 5);border:2px solid var(--line);color:var(--fg);cursor:pointer;background:0 0;place-items:center;font-weight:700;display:grid}.chip[aria-pressed=true]{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.dot{background:currentColor;block-size:8px;inline-size:8px;display:inline-block}.dot.off{opacity:.3}.dots{color:var(--accent);gap:6px;display:inline-flex}.lockline{gap:var(--grid);color:var(--fg-faint);align-items:center;display:inline-flex}.chat-head{margin-block-end:var(--grid)}.peer{align-items:center;gap:var(--grid);font-weight:600;display:inline-flex}.messages{gap:calc(var(--grid) * 2);block-size:48vh;padding:var(--grid);border:2px solid var(--line);background:var(--bg);flex-direction:column;display:flex;overflow-y:auto}.msg{flex-direction:column;max-inline-size:80%;display:flex}.msg.other{align-self:flex-start}.msg.self{align-self:flex-end;align-items:flex-end}.msg.system{color:var(--fg-faint);align-self:center;font-size:11px}.msg .who{color:var(--fg-faint);align-items:center;gap:6px;margin-block-end:4px;font-size:11px;display:inline-flex}.msg .bubble{padding:var(--grid) calc(var(--grid) * 2);overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px}.msg.self .bubble{background:var(--bubble-self);color:var(--bubble-self-fg);border:2px solid var(--bubble-self)}.msg.other .bubble{background:var(--bubble-other-bg);color:var(--fg);border:2px solid var(--bubble-other-line)}.composer{margin-block-start:var(--grid)}.add-peer summary{cursor:pointer;list-style:none}.avatar{--cell:6px;grid-template-columns:repeat(5, var(--cell));grid-auto-rows:var(--cell);background:var(--bg);border:1px solid var(--line);color:var(--accent);gap:1px;padding:2px;display:grid}.avatar i.on{background:currentColor}.avatar.tiny{--cell:4px}.peer .avatar.tiny,.msg .who .avatar.tiny{color:var(--fg)}.handle-row{border:2px solid var(--line);padding:var(--grid);align-items:center;display:flex}.handle-row .at{color:var(--fg-faint);padding-inline:6px;font-size:18px}.handle-row input{color:var(--fg);font:inherit;background:0 0;border:none;inline-size:16ch;padding:6px;font-size:18px}.handle-row input:focus{outline:none}.micro-error{min-block-size:1.2em;color:var(--danger);font-size:12px}#username-avatar{--cell:9px;margin-block:var(--grid);color:var(--accent)}.linklike{color:var(--fg-faint);font:inherit;cursor:pointer;background:0 0;border:none;text-decoration:underline}.linklike:hover{color:var(--fg)}.provider{justify-content:center;align-items:center;gap:var(--grid);inline-size:min(320px,82vw);font:inherit;color:var(--accent);border:2px solid var(--accent);padding:var(--grid) calc(var(--grid) * 2);cursor:pointer;background:0 0;font-weight:600;display:inline-flex}.provider:hover{background:var(--accent);color:var(--on-accent)}.provider:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.spinwall{letter-spacing:2px;background:0 0;border:none;padding:0;font-size:15px}.loading-text{letter-spacing:2px;font-size:11px}#splash,#signin,#username-gate,#passkey-gate{place-content:center;justify-items:center;gap:calc(var(--grid) * 3);text-align:center;min-block-size:78dvh;display:none}body[data-auth=splash] #splash,body[data-auth=out] #signin,body[data-auth=username] #username-gate,body[data-auth=passkey] #passkey-gate{display:grid}body:not([data-auth=in]) .topbar,body:not([data-auth=in]) .tabbar,body:not([data-auth=in]) main{display:none}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}#signin>*,#username-gate>*,#passkey-gate>*{opacity:0;animation:.48s cubic-bezier(.2,.7,.2,1) forwards rise;animation-delay:calc(var(--i,0) * 90ms + 60ms)}#signin>:first-child,#username-gate>:first-child,#passkey-gate>:first-child{--i:0}#signin>:nth-child(2),#username-gate>:nth-child(2),#passkey-gate>:nth-child(2){--i:1}#signin>:nth-child(3),#username-gate>:nth-child(3),#passkey-gate>:nth-child(3){--i:2}#signin>:nth-child(4),#username-gate>:nth-child(4),#passkey-gate>:nth-child(4){--i:3}#signin>:nth-child(5),#username-gate>:nth-child(5),#passkey-gate>:nth-child(5){--i:4}#passkey-gate>:nth-child(6){--i:5}@media (prefers-reduced-motion:reduce){#signin>*,#username-gate>*,#passkey-gate>*{opacity:1;animation:none;transform:none}body{text-shadow:none}.crt-layer{display:none}}#toast{border:2px solid var(--line);background:var(--raise);inline-size:fit-content;color:var(--fg);padding:var(--grid) calc(var(--grid) * 2);opacity:0;pointer-events:none;z-index:50;margin-inline:auto;transition:opacity .2s;position:fixed;inset-block-end:calc(var(--grid) * 14);inset-inline:0}#toast.show{opacity:1}footer{color:var(--fg-faint);margin-block:calc(var(--grid) * 4);font-size:11px}@media (width<=640px){body{padding-inline:var(--grid);font-size:13px}table.tiles{white-space:nowrap;display:block;overflow-x:auto}.messages{block-size:52dvh}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@font-face{font-family:iconfont;src:url(/assets/iconfont-J8fIOGnN.eot?a39ec1eff0e45e5d724d24255ba47ade#iefix)format("embedded-opentype"),url(/assets/iconfont-DdA2I5Eq.woff2?a39ec1eff0e45e5d724d24255ba47ade)format("woff2"),url(/assets/iconfont-BNtZMQuo.woff?a39ec1eff0e45e5d724d24255ba47ade)format("woff"),url(/assets/iconfont-CZx8uOGU.ttf?a39ec1eff0e45e5d724d24255ba47ade)format("truetype"),url(/assets/iconfont-B-q1fVf7.svg?a39ec1eff0e45e5d724d24255ba47ade#iconfont)format("svg")}.hn{line-height:1}.hn:before{vertical-align:top;font-style:normal;font-family:iconfont!important;font-weight:400!important}.hn-algolia:before{content:""}.hn-android:before{content:""}.hn-angellist:before{content:""}.hn-anthropic:before{content:""}.hn-apple:before{content:""}.hn-arweave:before{content:""}.hn-behance:before{content:""}.hn-bitcoin:before{content:""}.hn-bloomberg:before{content:""}.hn-bluesky:before{content:""}.hn-cloudflare:before{content:""}.hn-creative-commons:before{content:""}.hn-crunchbase:before{content:""}.hn-digg:before{content:""}.hn-discord:before{content:""}.hn-discourse:before{content:""}.hn-ethereum:before{content:""}.hn-facebook-round:before{content:""}.hn-facebook-square:before{content:""}.hn-figma:before{content:""}.hn-giphy:before{content:""}.hn-github:before{content:""}.hn-gitlab:before{content:""}.hn-golden:before{content:""}.hn-google-news:before{content:""}.hn-google:before{content:""}.hn-hackernoon:before{content:""}.hn-huggingface:before{content:""}.hn-imgur:before{content:""}.hn-instagram:before{content:""}.hn-ios:before{content:""}.hn-kaggle:before{content:""}.hn-linkedin:before{content:""}.hn-mastodon:before{content:""}.hn-minds:before{content:""}.hn-mistral:before{content:""}.hn-newsbreak:before{content:""}.hn-notion:before{content:""}.hn-npm:before{content:""}.hn-open-ai:before{content:""}.hn-perplexity:before{content:""}.hn-pinterest:before{content:""}.hn-podcasts:before{content:""}.hn-product-hunt:before{content:""}.hn-reddit:before{content:""}.hn-rss:before{content:""}.hn-sia:before{content:""}.hn-slack:before{content:""}.hn-steam:before{content:""}.hn-telegram:before{content:""}.hn-threads:before{content:""}.hn-tiktok:before{content:""}.hn-twitch:before{content:""}.hn-twitter:before{content:""}.hn-unsplash:before{content:""}.hn-viewblocks:before{content:""}.hn-wikipedia:before{content:""}.hn-x:before{content:""}.hn-youtube:before{content:""}.hn-business:before{content:""}.hn-cloud:before{content:""}.hn-cybersecurity:before{content:""}.hn-data-science:before{content:""}.hn-finance:before{content:""}.hn-futurism:before{content:""}.hn-gaming:before{content:""}.hn-hackernoon-purcat:before{content:""}.hn-life-hacking:before{content:""}.hn-machine-learning:before{content:""}.hn-management:before{content:""}.hn-media:before{content:""}.hn-product-management:before{content:""}.hn-programming:before{content:""}.hn-remote:before{content:""}.hn-science:before{content:""}.hn-society:before{content:""}.hn-startups:before{content:""}.hn-tech-companies:before{content:""}.hn-tech-stories:before{content:""}.hn-technology:before{content:""}.hn-web3:before{content:""}.hn-writing:before{content:""}.hn-ad:before{content:""}.hn-align-center:before{content:""}.hn-align-justify:before{content:""}.hn-align-left:before{content:""}.hn-align-right:before{content:""}.hn-analytics:before{content:""}.hn-angle-down:before{content:""}.hn-angle-left:before{content:""}.hn-angle-right:before{content:""}.hn-angle-up:before{content:""}.hn-archive:before{content:""}.hn-arrow-alt-circle-down:before{content:""}.hn-arrow-alt-circle-left:before{content:""}.hn-arrow-alt-circle-right:before{content:""}.hn-arrow-alt-circle-up:before{content:""}.hn-arrow-circle-down:before{content:""}.hn-arrow-circle-left:before{content:""}.hn-arrow-circle-right:before{content:""}.hn-arrow-circle-up:before{content:""}.hn-arrow-down:before{content:""}.hn-arrow-left:before{content:""}.hn-arrow-right:before{content:""}.hn-arrow-up:before{content:""}.hn-at:before{content:""}.hn-badge-check:before{content:""}.hn-bank:before{content:""}.hn-bars:before{content:""}.hn-bell-exclaimation:before{content:""}.hn-bell-mute:before{content:""}.hn-bell:before{content:""}.hn-bold:before{content:""}.hn-bolt:before{content:""}.hn-book-bookmark:before{content:""}.hn-book-heart:before{content:""}.hn-book:before{content:""}.hn-bookmark:before{content:""}.hn-box-heart:before{content:""}.hn-box-usd:before{content:""}.hn-bracket-curly:before{content:""}.hn-bracket-round:before{content:""}.hn-bracket-square:before{content:""}.hn-branch:before{content:""}.hn-briefcase:before{content:""}.hn-brightness-high:before{content:""}.hn-brightness-low:before{content:""}.hn-broom:before{content:""}.hn-bug:before{content:""}.hn-bullet-list:before{content:""}.hn-bullhorn:before{content:""}.hn-calendar-alt:before{content:""}.hn-calender:before{content:""}.hn-camera:before{content:""}.hn-cart-add:before{content:""}.hn-cart-minus:before{content:""}.hn-cassette-tape:before{content:""}.hn-cc:before{content:""}.hn-chart-line:before{content:""}.hn-chart-network:before{content:""}.hn-check-box:before{content:""}.hn-check-circle:before{content:""}.hn-check-list:before{content:""}.hn-check:before{content:""}.hn-chevron-down:before{content:""}.hn-chevron-up:before{content:""}.hn-circle-notch:before{content:""}.hn-clipboard:before{content:""}.hn-clock:before{content:""}.hn-cloud-download-alt:before{content:""}.hn-cloud-fog:before{content:""}.hn-cloud-rain:before{content:""}.hn-cloud-upload:before{content:""}.hn-code-block:before{content:""}.hn-code:before{content:""}.hn-cog:before{content:""}.hn-coin:before{content:""}.hn-coins:before{content:""}.hn-collapse:before{content:""}.hn-command:before{content:""}.hn-comment-dots:before{content:""}.hn-comment-quote:before{content:""}.hn-comment:before{content:""}.hn-comments:before{content:""}.hn-copy:before{content:""}.hn-credit-card:before{content:""}.hn-crown:before{content:""}.hn-disc:before{content:""}.hn-divider:before{content:""}.hn-dollar:before{content:""}.hn-door-closed:before{content:""}.hn-door-open:before{content:""}.hn-download-alt:before{content:""}.hn-download:before{content:""}.hn-edit:before{content:""}.hn-ellipses-horizontal-circle:before{content:""}.hn-ellipses-horizontal:before{content:""}.hn-ellipses-vertical-circle:before{content:""}.hn-ellipses-vertical:before{content:""}.hn-envelope:before{content:""}.hn-exclaimation:before{content:""}.hn-exclamation-triangle:before{content:""}.hn-expand:before{content:""}.hn-external-link:before{content:""}.hn-eye-cross:before{content:""}.hn-eye-snake:before{content:""}.hn-eye:before{content:""}.hn-face-angry:before{content:""}.hn-face-grin:before{content:""}.hn-face-heart-eyes:before{content:""}.hn-face-laugh-squint:before{content:""}.hn-face-sad:before{content:""}.hn-face-thinking:before{content:""}.hn-file-import:before{content:""}.hn-filter-alt-circle:before{content:""}.hn-filter:before{content:""}.hn-fire:before{content:""}.hn-flag-checkered:before{content:""}.hn-flag:before{content:""}.hn-folder-open:before{content:""}.hn-folder:before{content:""}.hn-fork:before{content:""}.hn-glasses:before{content:""}.hn-globe-americas:before{content:""}.hn-globe:before{content:""}.hn-graduation-cap:before{content:""}.hn-grid:before{content:""}.hn-h1:before{content:""}.hn-h2:before{content:""}.hn-h3:before{content:""}.hn-handshake:before{content:""}.hn-hashtag:before{content:""}.hn-headphones:before{content:""}.hn-heart:before{content:""}.hn-highlight:before{content:""}.hn-hockey-mask:before{content:""}.hn-home:before{content:""}.hn-image:before{content:""}.hn-indent:before{content:""}.hn-info-circle:before{content:""}.hn-italics:before{content:""}.hn-laptop-code:before{content:""}.hn-laptop:before{content:""}.hn-lightbulb:before{content:""}.hn-line-height:before{content:""}.hn-link:before{content:""}.hn-location-pin:before{content:""}.hn-lock-alt:before{content:""}.hn-lock-open:before{content:""}.hn-lock:before{content:""}.hn-login:before{content:""}.hn-logout:before{content:""}.hn-medical-house:before{content:""}.hn-merge:before{content:""}.hn-message-dots:before{content:""}.hn-message:before{content:""}.hn-minus:before{content:""}.hn-moon:before{content:""}.hn-music:before{content:""}.hn-newspaper:before{content:""}.hn-notebook:before{content:""}.hn-numbered-list:before{content:""}.hn-octagon-check:before{content:""}.hn-octagon-times:before{content:""}.hn-outdent:before{content:""}.hn-page-break:before{content:""}.hn-paint-brush:before{content:""}.hn-paperclip:before{content:""}.hn-paragraph:before{content:""}.hn-pause:before{content:""}.hn-pc:before{content:""}.hn-pen-nib:before{content:""}.hn-pen:before{content:""}.hn-pencil-ruler:before{content:""}.hn-pencil:before{content:""}.hn-people-carry:before{content:""}.hn-phone-ringing-high:before{content:""}.hn-phone-ringing-low:before{content:""}.hn-plane-departure:before{content:""}.hn-plane:before{content:""}.hn-play:before{content:""}.hn-playlist:before{content:""}.hn-plus:before{content:""}.hn-print:before{content:""}.hn-pro:before{content:""}.hn-pull-request:before{content:""}.hn-question-circle:before{content:""}.hn-question:before{content:""}.hn-quote-left:before{content:""}.hn-quote-right:before{content:""}.hn-receipt:before{content:""}.hn-refresh:before{content:""}.hn-retro-camera:before{content:""}.hn-retro-pc:before{content:""}.hn-robot:before{content:""}.hn-save:before{content:""}.hn-search:before{content:""}.hn-seedlings:before{content:""}.hn-shapes:before{content:""}.hn-share-alt:before{content:""}.hn-share:before{content:""}.hn-shop:before{content:""}.hn-shopping-cart:before{content:""}.hn-shuffle:before{content:""}.hn-side-nav-collapse:before{content:""}.hn-side-nav-expand:before{content:""}.hn-sitemap:before{content:""}.hn-sort:before{content:""}.hn-sound-mute:before{content:""}.hn-sound-on:before{content:""}.hn-sparkles:before{content:""}.hn-spinner-third:before{content:""}.hn-spinner:before{content:""}.hn-star-crescent:before{content:""}.hn-star:before{content:""}.hn-strike-through:before{content:""}.hn-sun:before{content:""}.hn-table:before{content:""}.hn-tag:before{content:""}.hn-text-slash:before{content:""}.hn-themes:before{content:""}.hn-thumbsdown:before{content:""}.hn-thumbsup:before{content:""}.hn-thumbtack:before{content:""}.hn-times-circle:before{content:""}.hn-times-square:before{content:""}.hn-times:before{content:""}.hn-translate:before{content:""}.hn-trash-alt:before{content:""}.hn-trash:before{content:""}.hn-trending:before{content:""}.hn-trophy:before{content:""}.hn-underline:before{content:""}.hn-unlock-alt:before{content:""}.hn-unlock:before{content:""}.hn-upload-alt:before{content:""}.hn-upload:before{content:""}.hn-user-check:before{content:""}.hn-user-headset:before{content:""}.hn-user-minus:before{content:""}.hn-user-plus:before{content:""}.hn-user:before{content:""}.hn-users-crown:before{content:""}.hn-users:before{content:""}.hn-video-camera:before{content:""}.hn-vote-yeah:before{content:""}.hn-wallet:before{content:""}.hn-wifi:before{content:""}.hn-window-close:before{content:""}.hn-window-restore:before{content:""}.hn-ad-solid:before{content:""}.hn-align-center-solid:before{content:""}.hn-align-justify-solid:before{content:""}.hn-align-left-solid:before{content:""}.hn-align-right-solid:before{content:""}.hn-analytics-solid:before{content:""}.hn-angle-down-solid:before{content:""}.hn-angle-left-solid:before{content:""}.hn-angle-right-solid:before{content:""}.hn-angle-up-solid:before{content:""}.hn-archive-solid:before{content:""}.hn-arrow-alt-circle-down-solid:before{content:""}.hn-arrow-alt-circle-left-solid:before{content:""}.hn-arrow-alt-circle-right-solid:before{content:""}.hn-arrow-alt-circle-up-solid:before{content:""}.hn-arrow-circle-down-solid:before{content:""}.hn-arrow-circle-left-solid:before{content:""}.hn-arrow-circle-right-solid:before{content:""}.hn-arrow-circle-up-solid:before{content:""}.hn-arrow-down-solid:before{content:""}.hn-arrow-left-solid:before{content:""}.hn-arrow-right-solid:before{content:""}.hn-arrow-up-solid:before{content:""}.hn-at-solid:before{content:""}.hn-badge-check-solid:before{content:""}.hn-bank-solid:before{content:""}.hn-bars-solid:before{content:""}.hn-bell-exclaimation-solid:before{content:""}.hn-bell-mute-solid:before{content:""}.hn-bell-solid:before{content:""}.hn-bold-solid:before{content:""}.hn-bolt-solid:before{content:""}.hn-book-bookmark-solid:before{content:""}.hn-book-heart-solid:before{content:""}.hn-book-solid:before{content:""}.hn-bookmark-solid:before{content:""}.hn-box-heart-solid:before{content:""}.hn-box-usd-solid:before{content:""}.hn-bracket-curly-solid:before{content:""}.hn-bracket-round-solid:before{content:""}.hn-bracket-square-solid:before{content:""}.hn-branch-solid:before{content:""}.hn-briefcase-solid:before{content:""}.hn-brightness-high-solid:before{content:""}.hn-brightness-low-solid:before{content:""}.hn-broom-solid:before{content:""}.hn-bug-solid:before{content:""}.hn-bullet-list-solid:before{content:""}.hn-bullhorn-solid:before{content:""}.hn-calendar-alt-solid:before{content:""}.hn-calender-solid:before{content:""}.hn-camera-solid:before{content:""}.hn-cart-add-solid:before{content:""}.hn-cart-minus-solid:before{content:""}.hn-cassette-tape-solid:before{content:""}.hn-cc-solid:before{content:""}.hn-chart-line-solid:before{content:""}.hn-chart-network-solid:before{content:""}.hn-check-box-solid:before{content:""}.hn-check-circle-solid:before{content:""}.hn-check-list-solid:before{content:""}.hn-check-solid:before{content:""}.hn-chevron-down-solid:before{content:""}.hn-chevron-up-solid:before{content:""}.hn-circle-notch-solid:before{content:""}.hn-clipboard-solid:before{content:""}.hn-clock-solid:before{content:""}.hn-cloud-download-solid:before{content:""}.hn-cloud-fog-solid:before{content:""}.hn-cloud-rain-solid:before{content:""}.hn-cloud-upload-solid:before{content:""}.hn-code-block-solid:before{content:""}.hn-code-solid:before{content:""}.hn-cog-solid:before{content:""}.hn-coin-solid:before{content:""}.hn-coins-solid:before{content:""}.hn-collapse-solid:before{content:""}.hn-command-solid:before{content:""}.hn-comment-dots-solid:before{content:""}.hn-comment-quote-solid:before{content:""}.hn-comment-solid:before{content:""}.hn-comments-solid:before{content:""}.hn-copy-solid:before{content:""}.hn-credit-card-solid:before{content:""}.hn-crown-solid:before{content:""}.hn-disc-solid:before{content:""}.hn-divider-solid:before{content:""}.hn-dollar-solid:before{content:""}.hn-door-closed-solid:before{content:""}.hn-door-open-solid:before{content:""}.hn-download-alt-solid:before{content:""}.hn-download-solid:before{content:""}.hn-edit-solid:before{content:""}.hn-ellipses-horizontal-circle-solid:before{content:""}.hn-ellipses-horizontal-solid:before{content:""}.hn-ellipses-vertical-circle-solid:before{content:""}.hn-ellipses-vertical-solid:before{content:""}.hn-envelope-solid:before{content:""}.hn-exclaimation-solid:before{content:""}.hn-exclamation-triangle-solid:before{content:""}.hn-expand-solid:before{content:""}.hn-external-link-solid:before{content:""}.hn-eye-cross-solid:before{content:""}.hn-eye-snake-solid:before{content:""}.hn-eye-solid:before{content:""}.hn-face-angry-solid:before{content:""}.hn-face-grin-solid:before{content:""}.hn-face-heart-eyes-solid:before{content:""}.hn-face-laugh-squint-solid:before{content:""}.hn-face-sad-solid:before{content:""}.hn-face-thinking-solid:before{content:""}.hn-file-import-solid:before{content:""}.hn-filter-alt-circle-solid:before{content:""}.hn-filter-solid:before{content:""}.hn-fire-solid:before{content:""}.hn-flag-checkered-solid:before{content:""}.hn-flag-solid:before{content:""}.hn-folder-open-solid:before{content:""}.hn-folder-solid:before{content:""}.hn-fork-solid:before{content:""}.hn-glasses-solid:before{content:""}.hn-globe-americas-solid:before{content:""}.hn-globe-solid:before{content:""}.hn-graduation-cap-solid:before{content:""}.hn-grid-solid:before{content:""}.hn-handshake-solid:before{content:""}.hn-hashtag-solid:before{content:""}.hn-heading-1-solid:before{content:""}.hn-heading-2-solid:before{content:""}.hn-heading-3-solid:before{content:""}.hn-headphones-solid:before{content:""}.hn-heart-solid:before{content:""}.hn-highlight-solid:before{content:""}.hn-hockey-mask-solid:before{content:""}.hn-home-solid:before{content:""}.hn-image-solid:before{content:""}.hn-indent-solid:before{content:""}.hn-info-circle-solid:before{content:""}.hn-italics-solid:before{content:""}.hn-laptop-code-solid:before{content:""}.hn-laptop-solid:before{content:""}.hn-lightbulb-solid:before{content:""}.hn-line-height-solid:before{content:""}.hn-link-solid:before{content:""}.hn-location-pin-solid:before{content:""}.hn-lock-alt-solid:before{content:""}.hn-lock-open-solid:before{content:""}.hn-lock-solid:before{content:""}.hn-login-solid:before{content:""}.hn-logout-solid:before{content:""}.hn-medical-house-solid:before{content:""}.hn-merge-solid:before{content:""}.hn-message-dots-solid:before{content:""}.hn-message-solid:before{content:""}.hn-minus-solid:before{content:""}.hn-moon-solid:before{content:""}.hn-music-solid:before{content:""}.hn-newspaper-solid:before{content:""}.hn-notebook-solid:before{content:""}.hn-numbered-list-solid:before{content:""}.hn-octagon-check-solid:before{content:""}.hn-octagon-times-solid:before{content:""}.hn-outdent-solid:before{content:""}.hn-page-break-solid:before{content:""}.hn-paint-brush-solid:before{content:""}.hn-paperclip-solid:before{content:""}.hn-paragraph-solid:before{content:""}.hn-pause-solid:before{content:""}.hn-pc-solid:before{content:""}.hn-pen-nib-solid:before{content:""}.hn-pen-solid:before{content:""}.hn-pencil-ruler-solid:before{content:""}.hn-pencil-solid:before{content:""}.hn-people-carry-solid:before{content:""}.hn-phone-ringing-high-solid:before{content:""}.hn-phone-ringing-low-solid:before{content:""}.hn-plane-departure-solid:before{content:""}.hn-plane-solid:before{content:""}.hn-play-solid:before{content:""}.hn-playlist-solid:before{content:""}.hn-plus-solid:before{content:""}.hn-print-solid:before{content:""}.hn-pro-solid:before{content:""}.hn-pull-request-solid:before{content:""}.hn-question-circle-solid:before{content:""}.hn-question-solid:before{content:""}.hn-quote-left-solid:before{content:""}.hn-quote-right-solid:before{content:""}.hn-receipt-solid:before{content:""}.hn-refresh-solid:before{content:""}.hn-retro-camera-solid:before{content:""}.hn-retro-pc-solid:before{content:""}.hn-robot-solid:before{content:""}.hn-save-solid:before{content:""}.hn-search-solid:before{content:""}.hn-seedlings-solid:before{content:""}.hn-shapes-solid:before{content:""}.hn-share-alt-solid:before{content:""}.hn-share-solid:before{content:""}.hn-shop-solid:before{content:""}.hn-shopping-cart-solid:before{content:""}.hn-shuffle-solid:before{content:""}.hn-side-nav-collapse-solid:before{content:""}.hn-side-nav-expand-solid:before{content:""}.hn-sitemap-solid:before{content:""}.hn-sort-solid:before{content:""}.hn-sound-mute-solid:before{content:""}.hn-sound-on-solid:before{content:""}.hn-sparkles-solid:before{content:""}.hn-spinner-solid:before{content:""}.hn-spinner-third-solid:before{content:""}.hn-star-crescent-solid:before{content:""}.hn-star-solid:before{content:""}.hn-strike-through-solid:before{content:""}.hn-sun-solid:before{content:""}.hn-table-solid:before{content:""}.hn-tag-solid:before{content:""}.hn-text-slash-solid:before{content:""}.hn-themes-solid:before{content:""}.hn-thumbsdown-solid:before{content:""}.hn-thumbsup-solid:before{content:""}.hn-thumbtack-solid:before{content:""}.hn-times-circle-solid:before{content:""}.hn-times-solid:before{content:""}.hn-times-square-solid:before{content:""}.hn-translate-solid:before{content:""}.hn-trash-alt-solid:before{content:""}.hn-trash-solid:before{content:""}.hn-trending-solid:before{content:""}.hn-trophy-solid:before{content:""}.hn-underline-solid:before{content:""}.hn-unlock-alt-solid:before{content:""}.hn-unlock-solid:before{content:""}.hn-upload-alt-solid:before{content:""}.hn-upload-solid:before{content:""}.hn-user-check-solid:before{content:""}.hn-user-headset-solid:before{content:""}.hn-user-minus-solid:before{content:""}.hn-user-plus-solid:before{content:""}.hn-user-solid:before{content:""}.hn-users-crown-solid:before{content:""}.hn-users-solid:before{content:""}.hn-video-camera-solid:before{content:""}.hn-vote-yeah-solid:before{content:""}.hn-wallet-solid:before{content:""}.hn-wifi-solid:before{content:""}.hn-window-close-solid:before{content:""}.hn-window-restore-solid:before{content:""}
