@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Cherry+Bomb+One&display=swap";.corner-logo.svelte-1hygdey{top:1.5rem;left:1.5rem;width:3.5rem;height:3.5rem}.corner-logo.svelte-1hygdey a:where(.svelte-1hygdey){display:flex;align-items:center;justify-content:center;width:100%;height:100%}.logo.svelte-1hygdey{height:3rem;width:auto;max-width:3.5rem;margin-right:1rem;display:block}.header-content.svelte-1hygdey{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;padding:0 2rem;min-height:100px;width:100%}.title-section.svelte-1hygdey{flex:1;display:flex;flex-direction:column;align-items:flex-start}.header.svelte-1hygdey h1:where(.svelte-1hygdey){font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:2rem;font-weight:600;letter-spacing:.5px;background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent;padding:.6rem 0}.header.svelte-1hygdey p:where(.svelte-1hygdey){color:#718096;padding:0}.hamburger-btn.svelte-1hygdey{z-index:1001;display:flex;flex-direction:column;justify-content:space-around;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer}.hamburger-btn.svelte-1hygdey .line:where(.svelte-1hygdey){width:40px;height:3px;background:var(--accent);border-radius:10px;transition:all .4s cubic-bezier(.25,1,.5,1)}.header.open.svelte-1hygdey .hamburger-btn:where(.svelte-1hygdey) .line:where(.svelte-1hygdey):nth-child(1){background:var(--accent2);transform:rotate(45deg) translate(13px,13px)}.header.open.svelte-1hygdey .hamburger-btn:where(.svelte-1hygdey) .line:where(.svelte-1hygdey):nth-child(2){opacity:0}.header.open.svelte-1hygdey .hamburger-btn:where(.svelte-1hygdey) .line:where(.svelte-1hygdey):nth-child(3){background:var(--accent2);transform:rotate(-45deg) translate(6px,-6px)}nav#main-menu.svelte-1hygdey{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.25,1,.5,1),visibility .4s,transform .4s cubic-bezier(.25,1,.5,1);z-index:1000}nav#main-menu.open.svelte-1hygdey{opacity:1;visibility:visible;transform:translateY(0)}nav#main-menu.svelte-1hygdey ul:where(.svelte-1hygdey){list-style:none;padding:0;margin:0;text-align:center}nav#main-menu.svelte-1hygdey li:where(.svelte-1hygdey){margin:1.5rem 0}nav#main-menu.svelte-1hygdey a:where(.svelte-1hygdey){display:inline-block;color:#222;text-decoration:none;font-size:2.2rem;font-weight:600;padding:.5rem 2.5rem;border-radius:12px;transition:background .2s,color .2s}nav#main-menu.svelte-1hygdey a:where(.svelte-1hygdey):hover{background:#00ccff14;color:var(--accent2)}nav#main-menu.svelte-1hygdey li[aria-current=page]:where(.svelte-1hygdey) a:where(.svelte-1hygdey){color:var(--accent);background:#00ccff1f}.auth-section.svelte-1hygdey{display:flex;align-items:center;gap:.75rem;z-index:1002}.loading-spinner.svelte-1hygdey{color:var(--accent);font-size:1rem}.auth-buttons.svelte-1hygdey{display:flex;gap:.75rem;align-items:center}.btn-auth.svelte-1hygdey{padding:.5rem .9rem;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-login.svelte-1hygdey{background:#00ccff14;color:var(--accent);border:1px solid rgba(0,204,255,.12)}.btn-signup.svelte-1hygdey{background:linear-gradient(135deg,var(--accent),#0099cc);color:#fff;border:none}.user-menu.svelte-1hygdey{position:relative;padding-right:1em}.user-avatar-button.svelte-1hygdey{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#161b22cc;border:1px solid #30363d;border-radius:50%;color:var(--text);cursor:pointer}.user-avatar.svelte-1hygdey{width:32px;height:32px;border-radius:50%;border:2px solid #30363d;object-fit:cover}.user-avatar-placeholder.svelte-1hygdey{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0d111799;color:#8b949e;font-size:.875rem;border:2px solid #30363d}.user-dropdown.svelte-1hygdey{display:none;position:absolute;top:48px;right:0;min-width:220px;background:#161b22fa;border:1px solid #30363d;border-radius:12px;box-shadow:0 8px 24px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;z-index:1003}.user-menu.svelte-1hygdey:hover .user-dropdown:where(.svelte-1hygdey),.user-menu.svelte-1hygdey:focus-within .user-dropdown:where(.svelte-1hygdey){display:block}.user-info.svelte-1hygdey{display:flex;align-items:center;gap:.5rem;padding:.75rem;color:#8b949e;font-size:.9rem;border-bottom:1px solid #30363d;margin-bottom:.25rem}.dropdown-item.svelte-1hygdey{display:flex;align-items:center;gap:.5rem;width:100%;padding:.7rem .75rem;border:none;background:transparent;color:var(--text);text-decoration:none;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.dropdown-item.svelte-1hygdey:hover{background:#0d111799;transform:translate(2px)}.dropdown-item.danger.svelte-1hygdey{color:#fca5a5}@media (max-width: 640px){.header.svelte-1hygdey h1:where(.svelte-1hygdey){font-size:1.5rem}}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-cyrillic-ext-400-normal.B04YIrm4.woff2) format("woff2"),url(./fira-mono-cyrillic-ext-400-normal.0xXfcOOq.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-cyrillic-400-normal.36-45Uyg.woff2) format("woff2"),url(./fira-mono-cyrillic-400-normal.Dq7SlH2J.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-greek-ext-400-normal.CsqI23CO.woff2) format("woff2"),url(./fira-mono-greek-ext-400-normal.BEhC8Nsh.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-greek-400-normal.C3zng6O6.woff2) format("woff2"),url(./fira-mono-greek-400-normal.DUeQbRz0.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-latin-ext-400-normal.D6XfiR-_.woff2) format("woff2"),url(./fira-mono-latin-ext-400-normal.lWlD_NAB.woff) format("woff");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:Fira Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./fira-mono-latin-400-normal.DKjLVgQi.woff2) format("woff2"),url(./fira-mono-latin-400-normal.g4W12wf9.woff) format("woff");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}:root{--font-body: "Baloo 2", sans-serif;--font-mono: "Fira Mono", monospace;--background-color: #040000;--default-color: #f8f8f8;--accent-color: #e59d02;--surface-color: #191919;--heading-color: #ffffff;--contrast-color: #ffffff;--alert-color: rgb(190, 57, 57);--danger-color: var(--alert-color);--error-color: var(--alert-color);--success-color: #458645;--warning-color: #e59d02;--info-color: #087fe7;--muted-color: #aeaeae;--color-bg-1: #a1e971;--color-bg-2: hsl(31, 82%, 55%);--color-theme-1: #ff3e00;--color-theme-2: #4075a6;--color-text: #f8f8f8;--column-width: 42rem;--column-margin-top: 4rem;font-family:var(--font-body);color:var(--color-text)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{min-width:fit-content;background-color:var(--background-color)}p{padding:1em 0}.main-contents{position:relative;z-index:10;padding:100px 50px;max-width:1200px;margin:0 auto}.vignette{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,transparent 40%,rgba(0,0,0,.4) 100%);z-index:-1}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--accent-color);padding:1rem 0 .5rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1rem}h6{font-size:.8rem}p{font-weight:400;line-height:1.5}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}pre{font-size:16px;font-family:var(--font-mono);background-color:#ffffff73;border-radius:3px;box-shadow:2px 2px 6px #ffffff40;padding:.5em;overflow-x:auto;color:var(--color-text)}.text-column{display:flex;max-width:48rem;flex:.6;flex-direction:column;justify-content:center;margin:0 auto}input,button{font-size:inherit;font-family:inherit}button{background-color:var(--color-bg-0)}button:focus:not(:focus-visible){outline:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.app.svelte-gx9lcf{display:flex;flex-direction:column;min-height:100vh}main.svelte-gx9lcf{flex:1;display:flex;flex-direction:column;width:100%;margin:0 auto;box-sizing:border-box}
