:root{--color-bg:#fffdfb;--color-bg-alt:#f8f5f1;--color-text:#1a1614;--color-text-muted:#5c554d;--color-accent:#c45c3e;--color-accent-hover:#a84d32;--color-accent-light:#f5e8e4;--color-border:#e8e2dc;--color-card:#fff;--font-serif:"Source Serif 4", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif;--shadow-sm:0 1px 3px #1a16140f;--shadow-md:0 4px 12px #1a161414;--shadow-lg:0 8px 24px #1a16141a;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.article-content{font-family:var(--font-serif);font-size:1.125rem}.article-content p{margin-bottom:1.25rem}.article-content h2{color:var(--color-text);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}.article-content h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content strong{font-weight:600}.article-content a{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}.article-content a:hover{color:var(--color-accent-hover)}.main{min-height:60vh}.home{padding-bottom:3rem}.home .hero{background:linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-bg-alt) 100%);text-align:center;padding:3rem 1.5rem}.home .hero-inner{max-width:700px;margin:0 auto}.home .hero h1{color:var(--color-accent);margin-bottom:.5rem;font-size:2.5rem}.home .slogan{color:var(--color-text-muted);font-size:1.2rem}.home .content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home .featured-main{margin-top:2rem}.home .featured-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.home .latest{margin-top:3rem}.home .latest h2{margin-bottom:1.5rem;font-size:1.5rem}.home .posts-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.home .more{text-align:center;margin-top:2rem}.home .more a{color:var(--color-accent);font-weight:600}.home .more a:hover{text-decoration:underline}@media (max-width:1024px){.home .featured-grid,.home .posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home .hero h1{font-size:1.75rem}.home .slogan{font-size:1rem}.home .featured-grid,.home .posts-grid{grid-template-columns:1fr}}.article-page{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem}.article-page .article-header{margin-bottom:2rem}.article-page .category-link{color:var(--color-accent);margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:inline-block}.article-page .category-link:hover{text-decoration:underline}.article-page .article-header h1{margin-bottom:1rem;font-size:2.25rem;line-height:1.25}.article-page .meta{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem}.article-page .article-image{aspect-ratio:16/10;border-radius:var(--radius);position:relative;overflow:hidden}.article-page .article-body{margin-top:2rem}.article-page .faq{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:2rem}.article-page .faq h2{margin-bottom:1.5rem;font-size:1.5rem}.article-page .faq-item{margin-bottom:1.5rem}.article-page .faq-item dt{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.article-page .faq-item dd{color:var(--color-text-muted);margin-left:0}@media (max-width:768px){.article-page .article-header h1{font-size:1.75rem}}.category-page,.articole-page{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.category-header,.page-header{text-align:center;padding:2rem 0}.category-header h1,.page-header h1{margin-bottom:.5rem;font-size:2rem}.category-header h1{color:var(--color-accent)}.category-header p,.page-header p{color:var(--color-text-muted);font-size:1.1rem}.category-page .posts-grid,.articole-page .posts-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pagination{border-top:1px solid var(--color-border);justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.pagination a{color:var(--color-accent);font-weight:600}.pagination a:hover{text-decoration:underline}.page-info{color:var(--color-text-muted);font-size:.95rem}@media (max-width:1024px){.category-page .posts-grid,.articole-page .posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.category-header h1,.page-header h1{font-size:1.5rem}.category-page .posts-grid,.articole-page .posts-grid{grid-template-columns:1fr}}
.Header-module__Af2_WG__header{background:var(--color-card);border-bottom:1px solid var(--color-border);z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.Header-module__Af2_WG__headerInner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module__Af2_WG__logo{font-family:var(--font-serif);color:var(--color-accent);align-items:center;gap:.65rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-flex}.Header-module__Af2_WG__logo:hover{color:var(--color-accent-hover)}.Header-module__Af2_WG__logoImage{object-fit:contain;flex-shrink:0;width:44px;height:44px}.Header-module__Af2_WG__logoText{line-height:1.1}.Header-module__Af2_WG__nav{flex-wrap:wrap;gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.Header-module__Af2_WG__nav a{color:var(--color-text-muted)}.Header-module__Af2_WG__nav a:hover{color:var(--color-accent)}@media (max-width:768px){.Header-module__Af2_WG__headerInner{flex-direction:column;align-items:flex-start}.Header-module__Af2_WG__nav{gap:1rem}}
.Footer-module__EZoWya__footer{background:var(--color-text);color:#c9c4be;margin-top:4rem;padding:3rem 1.5rem 2rem}.Footer-module__EZoWya__footerInner{max-width:1200px;margin:0 auto}.Footer-module__EZoWya__brand{margin-bottom:2rem}.Footer-module__EZoWya__logo{font-family:var(--font-serif);color:#fff;font-size:1.5rem;font-weight:700}.Footer-module__EZoWya__slogan{color:#a39e98;margin-top:.5rem;font-size:.95rem}.Footer-module__EZoWya__categories h4{text-transform:uppercase;letter-spacing:.05em;color:#a39e98;margin-bottom:1rem;font-size:.85rem}.Footer-module__EZoWya__categories ul{flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;display:flex}.Footer-module__EZoWya__categories a{color:#c9c4be}.Footer-module__EZoWya__categories a:hover{color:#fff}.Footer-module__EZoWya__legal{color:#8a8580;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;font-size:.85rem}.Footer-module__EZoWya__rssLink{color:#a39e98}.Footer-module__EZoWya__rssLink:hover{color:#fff}@media (max-width:768px){.Footer-module__EZoWya__categories ul{flex-direction:column}}
