﻿:root{--background: #09090b;--foreground: #fafafa;--card: #0a0a0c;--card-foreground: #fafafa;--popover: #09090b;--popover-foreground: #fafafa;--primary: #fafafa;--primary-foreground: #18181b;--secondary: #27272a;--secondary-foreground: #fafafa;--muted: #27272a;--muted-foreground: #a1a1aa;--accent: #27272a;--accent-foreground: #fafafa;--destructive: #7f1d1d;--destructive-foreground: #fafafa;--border: #27272a;--input: #27272a;--ring: #d4d4d8;--radius: 0.5rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px -1px rgba(0, 0, 0, 0.4);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -4px rgba(0, 0, 0, 0.4);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-serif: "Georgia", "Times New Roman", serif;--transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);--max-width: 720px;--max-width-wide: 1100px;--nav-height: 64px}[data-theme=light]{--background: #ffffff;--foreground: #09090b;--card: #ffffff;--card-foreground: #09090b;--popover: #ffffff;--popover-foreground: #09090b;--primary: #18181b;--primary-foreground: #fafafa;--secondary: #f4f4f5;--secondary-foreground: #18181b;--muted: #f4f4f5;--muted-foreground: #71717a;--accent: #f4f4f5;--accent-foreground: #18181b;--destructive: #ef4444;--destructive-foreground: #fafafa;--border: #e4e4e7;--input: #e4e4e7;--ring: #a1a1aa;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column;transition:background-color var(--transition),color var(--transition)}a{color:var(--foreground);text-decoration:none;transition:color var(--transition),opacity var(--transition)}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--foreground)}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1.25rem;color:var(--foreground)}small{font-size:.875rem;color:var(--muted-foreground)}strong{font-weight:600}em{font-style:italic}code{font-family:var(--font-mono);font-size:.875em;background:var(--muted);color:var(--foreground);padding:.15em .4em;border-radius:calc(var(--radius)*.5)}pre{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem;line-height:1.6}pre code{background:none;padding:0;font-size:.85rem}blockquote{border-left:3px solid var(--border);padding-left:1.25rem;margin:1.5rem 0;color:var(--muted-foreground);font-style:italic}ul,ol{margin-bottom:1.25rem;padding-left:1.5rem}li{margin-bottom:.35rem}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}img{max-width:100%;height:auto;border-radius:var(--radius)}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--foreground);background:var(--muted)}::selection{background:var(--primary);color:var(--primary-foreground)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:calc(var(--radius)*.5)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.giallo-l{display:inline-block;min-height:1lh;width:100%}.giallo-ln{display:inline-block;user-select:none;margin-right:.4em;padding:0 .4em;min-width:3ch;text-align:right;opacity:.5}.nav{position:sticky;top:0;z-index:50;height:var(--nav-height);border-bottom:1px solid var(--border);background:rgba(9,9,11,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background var(--transition)}[data-theme=light] .nav{background:rgba(255,255,255,.8)}.nav__inner{max-width:var(--max-width-wide);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;letter-spacing:-.03em;color:var(--foreground);text-decoration:none}.nav__logo:hover{opacity:1}.nav__logo-img{height:28px;width:auto;display:block}.nav__links{display:flex;align-items:center;gap:1.75rem;list-style:none;margin:0;padding:0}.nav__links a{font-size:.875rem;color:var(--muted-foreground);font-weight:400;transition:color var(--transition);text-decoration:none}.nav__links a:hover,.nav__links a.active{color:var(--foreground);opacity:1}.nav__actions{display:flex;align-items:center;gap:.5rem}.mobile-menu-btn{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem;line-height:1}.mobile-menu-btn svg{width:20px;height:20px}@media (max-width: 768px){.mobile-menu-btn{display:block}}@media (max-width: 768px){.nav__links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;background:var(--background);border-bottom:1px solid var(--border);padding:1rem 1.5rem;gap:.75rem}.nav__links.open{display:flex}}.theme-toggle{background:none;border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;padding:.45rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:color var(--transition),background var(--transition),border-color var(--transition);line-height:1}.theme-toggle svg{width:16px;height:16px}.theme-toggle:hover{color:var(--foreground);background:var(--muted)}.search-toggle{background:none;border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;padding:.45rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:color var(--transition),background var(--transition),border-color var(--transition);line-height:1}.search-toggle svg{width:16px;height:16px}.search-toggle:hover{color:var(--foreground);background:var(--muted)}.search-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:none;align-items:flex-start;justify-content:center;padding-top:15vh}.search-overlay.open{display:flex}.search-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:90%;max-width:560px;box-shadow:var(--shadow-lg);overflow:hidden}.search-box__input{width:100%;padding:1rem 1.25rem;border:none;background:rgba(0,0,0,0);color:var(--foreground);font-family:var(--font-sans);font-size:1rem;outline:none;border-bottom:1px solid var(--border)}.search-box__input::placeholder{color:var(--muted-foreground)}.search-box__results{max-height:400px;overflow-y:auto;padding:.5rem}.search-box__result{display:block;padding:.75rem 1rem;border-radius:calc(var(--radius)*.75);text-decoration:none;transition:background var(--transition)}.search-box__result:hover{background:var(--muted)}.search-box__result h4{font-size:.9rem;font-weight:500;margin-bottom:.2rem}.search-box__result p{font-size:.8rem;color:var(--muted-foreground);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-box__empty{padding:2rem 1rem;text-align:center;color:var(--muted-foreground);font-size:.875rem}.hero{padding:5rem 1.5rem 3rem;text-align:center;max-width:var(--max-width-wide);margin:0 auto}.hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.04em;margin-bottom:1rem;line-height:1.15}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted-foreground);max-width:600px;margin:0 auto 2rem;line-height:1.7}.hero__divider{width:48px;height:2px;background:var(--border);margin:0 auto}.post-grid{max-width:var(--max-width-wide);margin:0 auto;padding:2rem 1.5rem 4rem;display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1.5rem}@media (max-width: 480px){.post-grid{grid-template-columns:1fr}}.post-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-decoration:none;display:flex;flex-direction:column;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.post-card:hover{border-color:var(--muted-foreground);box-shadow:var(--shadow-md);transform:translateY(-2px);opacity:1}.post-card__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.8rem;color:var(--muted-foreground)}.post-card__date{color:var(--muted-foreground)}.post-card__reading-time{color:var(--muted-foreground)}.post-card__reading-time::before{content:"·";margin-right:.75rem}.post-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--card-foreground);line-height:1.4}.post-card__excerpt{font-size:.9rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.post-list{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.post-list__item{padding:1.5rem 0;border-bottom:1px solid var(--border);display:block;text-decoration:none;transition:opacity var(--transition)}.post-list__item:hover{opacity:1}.post-list__item:last-child{border-bottom:none}.post-list__meta{font-size:.8rem;color:var(--muted-foreground);margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.post-list__title{font-size:1.15rem;font-weight:600;margin-bottom:.35rem;color:var(--foreground);letter-spacing:-.01em}.post-list__excerpt{font-size:.9rem;color:var(--muted-foreground);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:500;border-radius:calc(var(--radius)*3);background:var(--secondary);color:var(--secondary-foreground);text-decoration:none;transition:background var(--transition),color var(--transition);white-space:nowrap}.badge:hover{background:var(--accent);color:var(--accent-foreground);opacity:1}.article{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 5rem}.article__header{margin-bottom:2.5rem;text-align:center}.article__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.2}.article__meta{font-size:.875rem;color:var(--muted-foreground);display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.article__tags{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap}.article__body{font-size:1.05rem;line-height:1.8;color:var(--foreground)}.article__body h2{margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.article__body h3{margin-top:2rem;margin-bottom:.75rem}.article__body p{margin-bottom:1.5rem}.article__body a{color:var(--foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--muted-foreground);transition:text-decoration-color var(--transition)}.article__body a:hover{text-decoration-color:var(--foreground);opacity:1}.article__body ul,.article__body ol{margin-bottom:1.5rem;padding-left:1.5rem}.article__body li{margin-bottom:.5rem}.article__body img{display:block;max-width:100%;height:auto;margin:2rem auto;border:1px solid var(--border);border-radius:var(--radius)}.article__body figure{margin:2.5rem 0}.article__body figure img{margin:0 auto}.article__body figure figcaption{text-align:center;font-size:.85rem;color:var(--muted-foreground);margin-top:.75rem;font-style:italic}.article__body blockquote{margin:2rem 0;padding:1rem 1.5rem;background:var(--muted);border-radius:var(--radius);border-left:3px solid var(--muted-foreground)}.article__body blockquote p:last-child{margin-bottom:0}.post-nav{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 4rem;display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--border);padding-top:2rem}.post-nav__link{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;max-width:45%;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition)}.post-nav__link:hover{border-color:var(--muted-foreground);opacity:1}.post-nav__link--next{text-align:right;margin-left:auto}.post-nav__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.post-nav__title{font-size:.9rem;font-weight:500;color:var(--foreground)}.section-header{max-width:var(--max-width-wide);margin:0 auto;padding:3rem 1.5rem 1rem;text-align:center}.section-header__title{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.section-header__description{color:var(--muted-foreground);font-size:1rem;max-width:500px;margin:0 auto}.taxonomy{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 4rem}.taxonomy__title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em;text-align:center}.taxonomy__list{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;list-style:none;padding:0;margin:0}.taxonomy__item a{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--foreground);transition:background var(--transition),border-color var(--transition)}.taxonomy__item a:hover{background:var(--muted);border-color:var(--muted-foreground);opacity:1}.taxonomy__item a .count{font-size:.75rem;color:var(--muted-foreground);background:var(--muted);padding:.1rem .45rem;border-radius:calc(var(--radius)*3)}.pagination{max-width:var(--max-width-wide);margin:0 auto;padding:1rem 1.5rem 4rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.pagination__link,.pagination__current{padding:.5rem 1rem;font-size:.875rem;border-radius:var(--radius);text-decoration:none;transition:background var(--transition),border-color var(--transition)}.pagination__link{border:1px solid var(--border);color:var(--foreground)}.pagination__link:hover{background:var(--muted);opacity:1}.pagination__current{background:var(--primary);color:var(--primary-foreground);font-weight:500}.footer{margin-top:auto;border-top:1px solid var(--border);padding:2.5rem 1.5rem}.footer__inner{max-width:var(--max-width-wide);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.footer__links{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.footer__links a{font-size:.8rem;color:var(--muted-foreground);text-decoration:none;transition:color var(--transition)}.footer__links a:hover{color:var(--foreground);opacity:1}.footer__copy{font-size:.8rem;color:var(--muted-foreground)}.page-content{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 5rem}.page-content__title{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.page-content__date{font-size:.85rem;color:var(--muted-foreground);margin-bottom:2rem}.page-content__body{font-size:1.05rem;line-height:1.8}.page-content__body h2{margin-top:2.5rem;margin-bottom:.75rem;font-size:1.5rem}.page-content__body h3{margin-top:2rem;margin-bottom:.5rem;font-size:1.2rem}.page-content__body p{margin-bottom:1.25rem;color:var(--foreground)}.page-content__body a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--muted-foreground)}.page-content__body a:hover{text-decoration-color:var(--foreground);opacity:1}.page-content__body ul,.page-content__body ol{margin-bottom:1.25rem;padding-left:1.5rem}.page-content__body li{margin-bottom:.4rem}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem;text-align:center;flex-grow:1}.not-found__code{font-size:6rem;font-weight:800;letter-spacing:-.05em;color:var(--muted);line-height:1;margin-bottom:1rem}.not-found__title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.not-found__text{color:var(--muted-foreground);margin-bottom:2rem;max-width:400px}.not-found__link{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);text-decoration:none;transition:opacity var(--transition)}.not-found__link:hover{opacity:.9}.view-all{text-align:center;padding:0 1.5rem 3rem}.view-all a{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--muted-foreground);text-decoration:none;padding:.6rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);transition:color var(--transition),background var(--transition),border-color var(--transition)}.view-all a:hover{color:var(--foreground);background:var(--muted);border-color:var(--muted-foreground);opacity:1}.back-link{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 0}.back-link a{font-size:.85rem;color:var(--muted-foreground);text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;transition:color var(--transition)}.back-link a:hover{color:var(--foreground);opacity:1}.container{max-width:var(--max-width-wide);margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:var(--max-width)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--muted-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}