.theme-toggle{--icon-fill: var(--yellow);--icon-fill-hover: var(--orange);background:none;border:none;padding:4px;inline-size:2.5rem;block-size:2.5rem;aspect-ratio:1;border-radius:50%;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;outline-offset:5px;display:flex;justify-content:center;align-items:center}.theme-toggle>svg{inline-size:100%;block-size:100%;stroke-linecap:round}[data-theme=dark] .theme-toggle{--icon-fill: var(--primary-900);--icon-fill-hover: var(--primary-800)}.theme-toggle:hover{--icon-fill: var(--icon-fill-hover)}.sun-and-moon>:is(.moon,.sun,.sun-beams){transform-origin:center center}.sun-and-moon>:is(.moon,.sun){fill:var(--icon-fill)}.sun-and-moon>.sun-beams{stroke:var(--icon-fill);stroke-width:2px}[data-theme=dark] .sun-and-moon>.sun{transform:scale(1.75)}[data-theme=dark] .sun-and-moon>.sun-beams{opacity:0}[data-theme=dark] .sun-and-moon>.moon>circle{transform:translate(-7px)}@supports (cx: 1){[data-theme=dark] .sun-and-moon>.moon>circle{cx:17;transform:translate(0)}}.sun-and-moon>.sun{transition:transform .5s cubic-bezier(.5,1.5,.75,1.25)}.sun-and-moon>.sun-beams{transition:transform .5s cubic-bezier(.5,1.5,.75,1.25),opacity .5s cubic-bezier(.25,0,.3,1)}.sun-and-moon .moon>circle{transition:transform .25s cubic-bezier(0,0,0,1)}@supports (cx: 1){.sun-and-moon .moon>circle{transition:cx .25s cubic-bezier(0,0,0,1)}}[data-theme=dark] .sun-and-moon>.sun{transform:scale(1.75);transition-timing-function:cubic-bezier(.25,0,.3,1);transition-duration:.25s}[data-theme=dark] .sun-and-moon>.sun-beams{transform:rotate(-25deg);transition-duration:.15s}[data-theme=dark] .sun-and-moon>.moon>circle{transition-delay:.25s;transition-duration:.5s}button[data-astro-cid-aftalxji]{background-color:var(--magenta);color:#fff;border-radius:12px;border:none;cursor:pointer;height:2.25rem;padding:.375rem 1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;transition:background-color .3s ease}button[data-astro-cid-aftalxji]:hover{background-color:var(--magenta-hover)}button[data-astro-cid-aftalxji] svg[data-astro-cid-aftalxji]{width:1.25rem;height:1.25rem}.hamburger{cursor:pointer;background-color:transparent;border:none;width:36px;height:36px;padding:6px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hamburger .line{width:24px;height:5px;margin:3px 0;background-color:var(--primary-800);display:block;transition:all .3s ease-in-out}.hamburger.active .line:nth-child(2){opacity:0}.hamburger.active .line:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media screen and (min-width: 768px){.hamburger{display:none}}.sidebar{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:4;left:0;top:0;height:100dvh;width:100%;list-style:none;background-color:var(--primary-100);will-change:clip-path;clip-path:ellipse(100% 0% at 50% 0%);transition:clip-path .5s cubic-bezier(.88,.51,.46,.95) 0s}.sidebar nav{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;opacity:0;transition:opacity .3s ease-in-out}.sidebar nav a{font-size:2rem;font-weight:700;color:var(--primary-800);text-decoration:none;margin:1rem;transform:translateY(25%);opacity:.1;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.sidebar nav a:nth-child(1){transition-delay:.22s}.sidebar nav a:nth-child(2){transition-delay:.38s}.sidebar nav a:nth-child(3){transition-delay:.46s}.sidebar nav a:nth-child(4){transition-delay:.54s}.sidebar .sidebar-footer{display:flex;align-items:center;width:100%;justify-content:center;gap:2rem;padding:2rem;overflow:hidden;& button{transition-delay:.62s;transition:transform .3s ease-in-out,opacity .3s ease-in-out;opacity:.1}& button:nth-child(1){transform:translate(250px)}& button:nth-child(2){transform:translate(200px)}}.sidebar.active{clip-path:ellipse(200% 100% at 50% 50%)}.sidebar.active nav{opacity:1}.sidebar.active nav a{transform:translateY(0);opacity:1}.sidebar.active .sidebar-footer button{transform:translate(0);opacity:1}.sidebar:not(.active) .sidebar-footer button{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.sidebar:not(.active) .sidebar-footer button:nth-child(1){transform:translate(-250px)}.sidebar:not(.active) .sidebar-footer button:nth-child(2){transform:translate(200px)}@media screen and (min-width: 768px){.sidebar{display:none}}header{display:flex;flex-direction:column;align-items:center;width:100%;position:sticky;top:0;background-color:var(--primary-50);z-index:3;transition:transform .3s ease-in-out}.header-menu{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:80rem;padding:1rem;z-index:50}a{color:var(--primary-600)}.logo{font-weight:700;color:var(--primary-900);text-decoration:none}.desktop-menu{display:none}@media screen and (min-width: 768px){.desktop-menu{display:flex;align-items:center;gap:1.5rem}.desktop-menu nav a{margin-right:1.5rem;color:var(--primary-600);text-decoration:none;transition:color .3s ease-in-out}.desktop-menu nav a:hover{color:var(--primary-800);font-weight:600}.desktop-menu hr{height:30px}}.nav-item.active,.nav-item-sidebar.active{color:var(--contrast-color);font-weight:700}footer{display:flex;flex-direction:column;align-items:center;width:100%;background-color:var(--primary-50)}.footer-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:80rem;padding:1.5rem 1rem}.footer-content a{text-decoration:none;color:var(--primary-600)}.made-with-love{display:flex;flex-direction:column;align-items:center;gap:.25rem;& svg{height:.875rem;color:red;animation:heart-beat 1s infinite;filter:drop-shadow(0 0 5px rgba(255,0,0,.5));transition:filter .3s ease}&:hover{color:var(--contrast-color)}}.signature{display:flex;flex-direction:column;align-items:center}.signature svg{transition:transform .3s;width:50px;height:auto;&:hover{transform:scale(1.1);color:var(--contrast-color)}.text{animation:text 4s ease infinite forwards;stroke-dasharray:313;stroke-dashoffset:313}.point{animation:point 4s ease infinite forwards;stroke-dasharray:26;stroke-dashoffset:26}.dash{animation:dash 4s ease infinite forwards;stroke-dasharray:108;stroke-dashoffset:108}}@media (min-width: 768px){.made-with-love{flex-direction:row}}@keyframes heart-beat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes text{0%{stroke-dashoffset:313}60%{stroke-dashoffset:0}70%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes point{0%{stroke-dashoffset:26}60%{stroke-dashoffset:26}70%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:108}70%{stroke-dashoffset:108}to{stroke-dashoffset:0}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{color-scheme:dark light;--default: #fff;--primary-50: #f9fafb;--primary-100: #f3f4f6;--primary-200: #e5e7eb;--primary-300: #d1d5db;--primary-400: #9ca3af;--primary-500: #6b7280;--primary-600: #4b5563;--primary-700: #374151;--primary-800: #1f2937;--primary-900: #111827;--primary-950: #030712;--orange: #ffb300;--magenta: #e6007e;--magenta-hover: #c20066;--green: #00ff00;--green-hover: #00c200;--yellow: #ffd700;--blue: #3b82f6;--toast-background-success: #2f855a;--toast-background-error: #c53030;--toast-background-info: #0ea5e9;--toast-text-color: #fff;--contrast-color: var(--magenta)}[data-theme=dark]{--default: #000;--primary-50: #111827;--primary-100: #1f2937;--primary-200: #374151;--primary-300: #4b5563;--primary-400: #6b7280;--primary-500: #9ca3af;--primary-600: #d1d5db;--primary-700: #e5e7eb;--primary-800: #f3f4f6;--primary-900: #f9fafb;--primary-950: #ffffff;--toast-background-success: #2f855a;--toast-background-error: #c53030;--toast-background-info: #0ea5e9;--toast-text-color: #fff;--contrast-color: var(--orange)}@font-face{font-display:swap;font-family:inter;font-weight:300;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff")}@font-face{font-display:swap;font-family:inter;font-weight:400;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:inter;font-weight:500;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:inter;font-weight:600;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:inter;font-weight:700;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff")}html{font-family:inter,system-ui,sans-serif;scroll-behavior:smooth}body{background:var(--primary-50);color:var(--primary-900);margin:0;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}*,*:before,*:after{box-sizing:border-box;font:inherit}img,svg{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance;margin:0}p{text-wrap:pretty}body.no-scroll{overflow:hidden}main{display:grid;grid-template-columns:[contend-start] 1fr [content-end];overflow-x:hidden}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto;animation-duration:0s}}#toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.toast{color:var(--toast-text-color);align-self:center;padding:12px 20px;border-radius:4px;margin-top:10px;opacity:0;transform:translateY(50px);transition:opacity .3s,transform .3s}.toast.show{opacity:1;transform:translateY(0)}.toast.success{background-color:var(--toast-background-success)}.toast.error{background-color:var(--toast-background-error)}.toast.info{background-color:var(--toast-background-info)}.container-wrapper[data-astro-cid-d6puh33w]{width:100%;padding:4rem 0}.container-wrapper[data-astro-cid-d6puh33w]:nth-of-type(2n){background-color:var(--primary-100)}.container-wrapper[data-astro-cid-d6puh33w]:nth-of-type(odd){background-color:var(--primary-50)}.container-content[data-astro-cid-d6puh33w]{max-width:42rem;padding:0 1rem;margin:0 auto}.container-content[data-astro-cid-d6puh33w].full-width{max-width:none;width:100%}@media (min-width: 768px){.container-wrapper[data-astro-cid-d6puh33w]{padding:6rem 0}.container-content[data-astro-cid-d6puh33w]:not(.full-width){max-width:56rem}}
