*,*:before,*:after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;-webkit-user-select:none;user-select:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}button,img{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root{--system-font: system-ui, sans-serif;--mono-font: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--bg-dark: oklch(.12 .015 258);--bg: oklch(.18 .015 258);--bg-light: oklch(.22 .015 258);--bg-lighter: oklch(.26 .015 258);--text: oklch(.96 .03 258);--text-muted: oklch(.76 .03 258);--text-disabled: oklch(.56 .03 258);--highlight: oklch(.5 .03 258);--border: oklch(.4 .03 258);--border-muted: oklch(.3 .03 258);--primary: oklch(.8 .18 78);--primary-hover: oklch(.85 .16 78);--secondary: oklch(.66 .18 258);--secondary-hover: oklch(.7 .16 258);--danger: oklch(.7 .05 30);--warning: oklch(.7 .05 100);--success: oklch(.7 .05 160);--info: oklch(.7 .05 260);--gradient: linear-gradient(0deg, var(--bg) 95%, var(--bg-light));--gradient-hover: linear-gradient(0deg, var(--bg) 50%, var(--bg-light));--gradient-light: linear-gradient(0deg, var(--bg-light) 95%, var(--bg-lighter));--gradient-light-hover: linear-gradient(0deg, var(--bg-light), var(--bg-lighter));--shadow: 0 2px 2px hsla(0, 0%, 0%, .24), 0 4px 4px hsla(0, 0%, 0%, .48);--size-l: 22px;--size-m: 14px;--size-s: 13px;font-family:var(--system-font);font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{background-color:var(--bg-dark);color:var(--text)}header.app-header{display:flex;justify-content:space-between;align-items:center;height:64px;padding:0 24px;background-color:var(--bg);border-bottom:solid 1px var(--border)}header.app-header .title-container{display:flex;align-items:baseline;gap:16px}header.app-header .title-container .address{font-size:var(--size-s);display:none}@media(min-width:560px){header.app-header .title-container .address{display:block}}header.app-header .user-info{display:flex;align-items:center;gap:16px;font-size:14px;font-weight:500}header.app-header button{display:inline-block}header.app-header a{color:var(--text-muted)}header.app-header a:hover{color:var(--text)}footer{margin:32px auto;padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px}footer a{color:var(--text-muted)}footer a:hover{color:var(--text)}#app{display:flex;flex-direction:column;min-height:100vh}main{flex:auto;display:flex;align-items:center;flex-direction:column;width:100%;margin:0 auto;z-index:1;min-height:100vh}p{cursor:default}.btn{font-weight:300}.btn.close-btn{position:absolute;top:8px;right:8px;border:solid 1px var(--highlight);border-radius:16px;corner-shape:squircle;outline:none;background-color:var(--bg-dark);color:var(--text-muted);width:30px;height:30px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}.btn.close-btn:hover{background-color:var(--bg)}.btn.close-btn:before{content:"";position:absolute;inset:0}.btn.close-btn:after{content:"×";position:absolute;inset:1px;font-size:18px;line-height:23px}h1.title{font-size:1.5em;line-height:1em}h1.title span{padding-left:2px;font-size:.5em;opacity:.6;font-weight:200}a{color:var(--text);text-decoration:none;transition:color .2s ease-in-out}.mono-font{font-family:var(--mono-font)}
