header.svelte-1kszfg6{display:flex;justify-content:space-between;view-transition-name:header;padding-left:1rem;min-height:4rem;width:calc(100dvw - 1.5rem);--background: lightskyblue;color:#000;text-transform:uppercase;font-size:1.5rem;font-weight:500}header.svelte-1kszfg6>:where(.svelte-1kszfg6){display:flex;flex:1;align-items:center}.right.svelte-1kszfg6{justify-content:flex-end}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html{line-height:1.5;text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}input::placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--font-ui: "Public Sans Variable", Helvetica, Arial, sans-serif;font-family:var(--font-ui);color:#000;background-color:var(--color-bg);color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}@property --background{syntax: "<color>"; inherits: false;}.noise{background:var( --background-gradient, linear-gradient(to left, var(--background, red) 100dvw, blue) ),url(../../../noise2.png),url(../../../noise3.png);background-blend-mode:overlay,difference;border-radius:1rem;background-attachment:fixed}.noise-overlay{pointer-events:none;position:absolute;height:100%;width:100%;background:url(../../../noise2.png),url(../../../noise3-light.png);background-blend-mode:overlay,difference;mix-blend-mode:overlay}.noise-light{background:var( --background-gradient, linear-gradient(to left, var(--background, red) 100dvw, blue) ),url(../../../noise4.png);background:var( --background-gradient, linear-gradient(to left, var(--background, red) 100dvw, blue) ),url(../../../noise2.png),url(../../../noise3-light.png);background-blend-mode:overlay,difference;background-attachment:fixed}.noise-film{background:var( --background-gradient, linear-gradient(to left, var(--background, red) 100dvw, blue) ),url(../../../noise4.png);background-blend-mode:overlay;background-attachment:fixed}ol,ul{list-style:none}.row{display:flex;justify-content:center;gap:.5rem}.col{display:flex;flex-direction:column;gap:1rem}.center{justify-content:center}.start{justify-content:flex-start}.space{justify-content:space-between}.align{align-items:center}.wrap{flex-wrap:wrap}.responsive-row{flex-direction:column}@media (min-width: 1024px){.responsive-row{flex-direction:row}}.flexible{flex:1}.hidden{display:none}*{scrollbar-width:thin;scrollbar-color:var(--color-scrollbar, #7a7a7a) transparent}::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar, #7a7a7a);border-radius:1rem}::-webkit-scrollbar-track{background-color:transparent}.hr,hr{display:block;height:2px;min-height:2px;width:100%;background-color:currentColor}.hr.thick,hr.thick{height:4px;min-height:4px}.mono{font-family:monospace}*:not(h3)>a:not(:has(h3)){text-decoration:underline}*:not(h3)>a:not(:has(h3)):hover{text-decoration-style:double}*::selection{color:var(--background, white);background-color:var(--color, black)}h3>a:hover,a:has(h3):hover{text-decoration:underline;text-decoration-thickness:4px}h1{font-size:6rem;line-height:1}h2{font-size:4rem;line-height:1}h3{line-height:1;font-size:3rem}h4{font-size:2rem}h5{font-size:1.75rem}input[type=text].inherit{font-size:inherit;padding:0;max-width:100%;display:block;outline:none;border:none;text-align:inherit}input[type=text].inherit:focus{outline:none}*:disabled{cursor:not-allowed}*:disabled{filter:brightness(75%)}button{border:1px solid transparent}input[type=text],input[type=number],textarea,.btn{border-radius:1rem;padding:.125rem .75rem;font-family:inherit;background-color:var(--color-secondary);transition:border-color .25s ease-in-out,background-color .25s ease-in-out,outline-offset .15s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}input[type=text]:hover,input[type=number]:hover,textarea:hover,.btn:hover{background-color:var(--color-secondary-highlighted)}a.btn{text-decoration:none}textarea{resize:none;min-height:5lh;width:25rem}label{display:inline-flex;align-items:center;justify-content:center;width:fit-content;gap:.5rem}label:has(input[type=checkbox]),label:has(textarea),input[type=checkbox],input[type=radio],input[type=color],.btn,.cursor{cursor:pointer}button{outline:none;outline-offset:0px;transition:outline-offset .15s ease-in-out}textarea:focus-visible,input:focus-visible,.btn:focus-visible,button:focus-visible{border:1px solid transparent;border-radius:8px;outline:var(--color-accent) solid 2px;outline-offset:2px}button:has(svg:only-child){min-height:1.5rem;min-width:1.5rem}.icon{display:inline}.icon-spacer{display:inline-block;height:1.2em;width:1.2em}.rotate{display:inline}.rotate>*{animation:rotate 1.5s linear infinite}.hover-rotate:hover>*{animation:rotate 1s ease-in-out}@keyframes rotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.hover-shake:hover>*{animation:shake 1s linear;transform-origin:75%}@keyframes shake{0%{transform:rotate(5deg)}25%{transform:rotate(10deg)}50%{transform:rotate(10eg)}75%{transform:rotate(-5deg)}to{transform:rotate(0)}}span.label{display:flex;align-items:center;justify-content:center;gap:.25rem}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:currentColor;outline:none;-webkit-transition:.2s;transition:opacity .2s;cursor:pointer}input[type=range]::-moz-range-thumb,input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:6px;border-radius:0;outline:none;border:1px solid var(--background, transparent);height:16px;background:currentColor}@font-face{font-family:Public Sans Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./public-sans-vietnamese-wght-normal.CtlIRbEm.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Public Sans Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./public-sans-latin-ext-wght-normal.DMdr36yP.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Public Sans Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./public-sans-latin-wght-normal.DdeTHZLK.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.screensaver.svelte-1cqrdzy{position:fixed;background-color:#00000021;width:100dvw;height:100dvh;z-index:255;pointer-events:none;top:0;display:none;background-color:#0006;color:#f5f5f5}.screensaver.showing.svelte-1cqrdzy{display:block}.screensaver.showing.svelte-1cqrdzy>p:where(.svelte-1cqrdzy)>span:where(.svelte-1cqrdzy){animation-play-state:running}span.svelte-1cqrdzy{position:absolute;top:-15%;left:0%;font-size:2rem;transform:translateZ(0);backface-visibility:hidden;perspective:1000;will-change:offset-distance;--offset: calc(var(--index) * 1rem);offset-distance:calc(var(--offset) - 25dvw);offset-path:path("M.36,513.53s259.11,275,615.37-160.06c275.98-337.02,826.06-205.57,594.65,10.7-99.61,93.09-449.38,172.76-510.99,337.82-77.62,207.96,88.97,318.26,296.25,318.26,288.48,0,291.07-398.68,790.42-388.11,209.12,4.43,376.14,133.43,376.14,133.43");animation-play-state:paused;animation:svelte-1cqrdzy-move 10s infinite forwards var(--delay, 0ms)}@keyframes svelte-1cqrdzy-move{to{offset-distance:calc(var(--offset) + 200dvw)}}@media (prefers-reduced-motion: reduce) or (update: slow){span.svelte-1cqrdzy{offset-distance:calc(var(--offset) + 50dvw);animation-play-state:paused!important}}#main.svelte-1echtxr{min-height:100dvh;--background: lightskyblue;--bg-root: lightskyblue;view-transition-name:body;padding-right:.5rem;padding-bottom:.001rem;border-radius:0}main.svelte-1echtxr{min-height:calc(100dvh - 4.5rem);width:calc(100dvw - 1.5rem);view-transition-name:main;padding:1rem;margin:0 .5rem .5rem;border-radius:1rem;--background: whitesmoke}
