@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");.header-controls{position:fixed;top:1.5rem;right:2rem;display:flex;align-items:center;gap:1.5rem;z-index:1000}.theme-toggle{background:none;border:none;padding:0;margin:0;cursor:pointer;font-size:1.2rem;line-height:1;opacity:0.7;transition:opacity 0.3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{opacity:1;transform:none !important;background:none !important}.lang-switch{display:flex;list-style:none;padding:0;margin:0;gap:0.5rem}.lang-switch li{margin:0;padding:0}.lang-switch a{font-family:monospace;font-weight:bold;font-size:0.95rem;text-decoration:none !important;opacity:0.7;color:currentColor;border:none !important;background:none !important;padding:0 !important}.lang-switch a:hover{opacity:1;text-decoration:underline !important}body[a="dark"]{background-color:#000;color:#fff}body[a="dark"] a{color:currentColor;opacity:0.7;transition:opacity 0.3s ease}body[a="dark"] a:hover{opacity:1;text-decoration:none}body[a="dark"] a:visited{color:currentColor}body[a="dark"] details{border:thin solid #fff}body[a="dark"] details summary{color:#fff}body[a="dark"] details[open] summary{border-bottom:1px solid #fff}body[a="dark"] pre{background:#000}body[a="dark"] code:not(pre>code){background-color:#fff;color:#000}body[a="dark"] *:target{background:#333;color:#fff}body[a="dark"] table,body[a="dark"] th,body[a="dark"] td{border:thin solid #fff}body[a="dark"] .toc{border:thin solid #fff;padding:1rem}body[a="dark"] figcaption{color:#000}body[a="dark"] blockquote{border:thin solid #fff}body[a="light"]{background-color:#fff;color:#000}body[a="light"] a{color:currentColor;opacity:0.7;transition:opacity 0.3s ease}body[a="light"] a:hover{opacity:1;text-decoration:none}body[a="light"] a:visited{color:currentColor}body[a="light"] details{border:thin solid #000}body[a="light"] details summary{color:#000}body[a="light"] details[open] summary{border-bottom:1px solid #000}body[a="light"] pre{background:#fff}body[a="light"] code:not(pre>code){background-color:#000;color:#fff}body[a="light"] *:target{background:#e0e0e0;color:#000}body[a="light"] table,body[a="light"] th,body[a="light"] td{border:thin solid #000}body[a="light"] .toc{border:thin solid #000;padding:1rem}body[a="light"] figcaption{color:#595959}body[a="light"] blockquote{border:thin solid #000}@media (prefers-color-scheme: dark){body[a="auto"]{background-color:#000;color:#fff}body[a="auto"] a{color:currentColor;opacity:0.7;transition:opacity 0.3s ease}body[a="auto"] a:hover{opacity:1;text-decoration:none}body[a="auto"] a:visited{color:currentColor}body[a="auto"] details{border:thin solid #fff}body[a="auto"] details summary{color:#fff}body[a="auto"] details[open] summary{border-bottom:1px solid #fff}body[a="auto"] pre{background:#000}body[a="auto"] code:not(pre>code){background-color:#fff;color:#000}body[a="auto"] *:target{background:#333;color:#fff}body[a="auto"] table,body[a="auto"] th,body[a="auto"] td{border:thin solid #fff}body[a="auto"] .toc{border:thin solid #fff;padding:1rem}body[a="auto"] figcaption{color:#000}body[a="auto"] blockquote{border:thin solid #fff}}@media (prefers-color-scheme: light){body[a="auto"]{background-color:#fff;color:#000}body[a="auto"] a{color:currentColor;opacity:0.7;transition:opacity 0.3s ease}body[a="auto"] a:hover{opacity:1;text-decoration:none}body[a="auto"] a:visited{color:currentColor}body[a="auto"] details{border:thin solid #000}body[a="auto"] details summary{color:#000}body[a="auto"] details[open] summary{border-bottom:1px solid #000}body[a="auto"] pre{background:#fff}body[a="auto"] code:not(pre>code){background-color:#000;color:#fff}body[a="auto"] *:target{background:#e0e0e0;color:#000}body[a="auto"] table,body[a="auto"] th,body[a="auto"] td{border:thin solid #000}body[a="auto"] .toc{border:thin solid #000;padding:1rem}body[a="auto"] figcaption{color:#595959}body[a="auto"] blockquote{border:thin solid #000}}html{height:100%}body{font-family:monospace;font-size:16px;line-height:1.4;margin:0;min-height:100%;overflow-wrap:break-word}h2,h3,h4,h5,h6{margin-top:1.5rem}p{margin:1rem 0}li{margin:0.4rem 0}a{text-decoration:none}a:hover{text-decoration:underline}hr{text-align:center;border:0;margin:2rem 0}hr:before{content:'/////'}hr:after{content:attr(data-content) "/////"}pre{padding:1em;overflow-x:auto}table{width:100%}table,th,td{border-collapse:collapse;padding:0.4rem}code{text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}code:not(pre>code){padding:0.1em 0.2em;font-size:90%}code.has-jax{-webkit-font-smoothing:antialiased;background:inherit !important;border:none !important;font-size:100%}blockquote{padding:1rem}blockquote p{margin:0}img{max-width:100%;display:block;margin:0 auto}figcaption{text-align:center;opacity:0.5}details{padding:1rem}details summary{text-decoration:none}details[open] summary{margin-bottom:0.5em;padding-bottom:0.5em}.header{padding:2rem 0}.nav{display:flex;flex-direction:column;align-items:center;gap:2rem}.logo{font-size:1.5rem;letter-spacing:-0.05em}.logo a{font-family:monospace;font-weight:800;color:currentColor;text-transform:uppercase;letter-spacing:0.1rem;font-size:1.5rem}.logo a:hover{text-decoration:none;opacity:0.8}#menu{display:flex;list-style:none;padding:0;margin:0;gap:1.5rem}#menu a{font-family:monospace;font-size:0.95rem;font-weight:bold;text-transform:lowercase;text-decoration:none !important;opacity:0;transform:translateY(10px);animation:revealQuote 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards}#menu a:before{content:"/";opacity:0.5;margin-right:0.2rem}#menu .active{background-color:transparent;color:currentColor;font-weight:900;border-bottom:2px solid currentColor;padding-bottom:2px}.w{max-width:720px;margin:0 auto;padding:0 2rem 4rem;opacity:0;transform:translateY(10px);animation:revealQuote 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards}.toc{padding:1rem}.breadcrumbs{margin:0 0 1rem 0;font-size:0.95rem}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.25rem;align-items:center}.breadcrumbs li{display:inline-flex;align-items:center}.breadcrumbs li+li:before{content:"/";opacity:0.6;margin:0 0.4rem}.breadcrumbs a{text-decoration:none}.lang-switch-container{position:fixed;top:1rem;right:calc(1rem + 2.5rem + 0.5rem);z-index:1000}.lang-switch{display:inline-flex;list-style:none;gap:0.5rem;padding:0;margin:0}.lang-switch li{margin:0;padding:0}.lang-switch a{display:inline-block;padding:0.2rem 0.5rem;border:thin solid currentColor;border-radius:999px;text-decoration:none}@media (max-width: 768px){.lang-switch-container{top:0.5rem;right:calc(0.5rem + 2rem + 0.5rem)}}.home-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;padding:4rem 1rem;text-align:center}.home-quote{font-family:'Cormorant Garamond', serif;font-size:2.5rem;font-weight:300;line-height:1.2;font-style:italic;max-width:800px;margin:0;padding:0;border:none !important;opacity:0;transform:translateY(20px);animation:revealQuote 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards}.home-quote cite{display:block;font-size:1.1rem;font-style:normal;font-family:monospace;font-weight:normal;margin-top:2rem;opacity:0.6;letter-spacing:0.1em;text-transform:uppercase}@keyframes revealQuote{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-quote{font-size:1.8rem}}
