.home{min-height:100vh;display:flex;flex-direction:column}.hero{padding:4rem 0 3rem;background:linear-gradient(135deg,transparent 0%,rgba(201,162,39,.03) 100%),var(--bg-primary);border-bottom:3px double var(--border-color)}.hero-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.hero-content{animation:slideIn .6s ease-out}.hero-label{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.5rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.hero-title-main{display:block;font-style:italic}.hero-title-divider{display:inline-block;color:var(--accent-primary);margin:0 .25rem}.hero-title-sub{display:block;font-size:.4em;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);margin-top:.5rem}.hero-tagline{font-size:1.1rem;color:var(--text-secondary);max-width:400px}.hero-decoration{text-align:center;animation:fadeIn .8s ease-out .3s both}.hero-stamp{width:120px;height:120px;border:3px solid var(--border-dark);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-weight:700;transform:rotate(-12deg);background:var(--bg-primary);box-shadow:4px 4px 0 var(--border-dark),inset 0 0 0 2px var(--bg-primary),inset 0 0 0 4px var(--border-dark)}.hero-stamp span:first-child{font-size:1.5rem;line-height:1}.hero-stamp span:nth-child(2){font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.hero-stamp span:last-child{font-size:.9rem}.hero-disclaimer{font-size:.7rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 0}.featured{padding-bottom:3rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.article-card-inner{background:var(--bg-card);border:1px solid var(--border-color);padding:2rem;height:100%;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.article-card:hover .article-card-inner{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.article-card--featured .article-card-inner{border-width:2px;border-color:var(--border-dark)}.article-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.article-tag{font-size:.75rem;color:var(--text-muted);transition:color .2s ease;cursor:pointer}.article-read-more{font-size:.85rem;font-weight:600;color:var(--text-primary);display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s ease}.see-more-container{text-align:center;padding:2rem 0 1rem}.see-more-link{display:inline-block;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);padding:.75rem 2rem;border:2px solid var(--border-dark);transition:all .3s ease}.see-more-link:hover{background:var(--border-dark);color:var(--bg-primary)}.categories-section{padding:2rem 0 4rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.category-card{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border-color);display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease;animation:slideUp .4s ease-out both;position:relative;overflow:hidden}.category-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.category-card:hover{border-color:var(--accent)}.category-card:hover:after{transform:scaleX(1)}.category-name{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700}.category-count{font-size:.8rem;color:var(--text-muted)}@media (max-width: 768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.hero-inner{flex-direction:column;text-align:center}.hero-tagline{margin:0 auto}.hero-decoration{margin-top:1rem}.articles-grid{grid-template-columns:1fr}.article-card-inner{padding:1.5rem}}.tag-page{min-height:100vh;display:flex;flex-direction:column}.tag-header{padding:3rem 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.tag-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.5rem}.tag-count{font-size:1rem;color:var(--text-secondary)}.tag-articles{padding:3rem 0;flex-grow:1}.no-articles{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.no-articles .back-home{display:inline-block;margin-top:1rem;color:var(--accent-primary)}.other-tags{padding:2rem 0 4rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.tag-chip{font-size:.9rem;padding:.5rem 1rem;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);transition:all .2s ease}.tag-chip:hover{border-color:var(--accent-secondary);color:var(--accent-secondary)}.article-page{min-height:100vh;display:flex;flex-direction:column}.article-header{padding:3rem 0 2rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.back-link{font-size:.85rem;color:var(--text-muted);display:inline-block;margin-bottom:1.5rem;transition:color .2s ease}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.article-read-time{font-size:.8rem;color:var(--text-muted)}.article-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.2;margin-bottom:1.5rem;max-width:800px}.article-tags{display:flex;flex-wrap:wrap;gap:.75rem}.article-tag{font-size:.85rem;color:var(--text-secondary);transition:color .2s ease}.article-content{padding:3rem 0 4rem;flex-grow:1}.loading{text-align:center;color:var(--text-muted);padding:2rem}.prose{max-width:700px;font-size:1.1rem;line-height:1.8;color:var(--text-primary)}.prose p{margin-bottom:1.5rem}.prose h2{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-primary)}.prose h3{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text-primary)}.prose strong{font-weight:600;color:var(--text-primary)}.prose em{font-style:italic}.prose blockquote{border-left:3px solid var(--accent-primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-secondary)}.prose ul,.prose ol{margin:1.5rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-secondary)}.prose hr{border:none;border-top:1px solid var(--border-color);margin:3rem 0}.prose code{font-family:JetBrains Mono,monospace;font-size:.9em;background:var(--bg-secondary);padding:.2em .4em;border-radius:3px}.prose pre{background:var(--border-dark);color:var(--bg-primary);padding:1.5rem;border-radius:4px;overflow-x:auto;margin:2rem 0}.prose pre code{background:none;padding:0;color:inherit}.article-not-found{padding:4rem 0;text-align:center}.article-not-found h1{font-family:Playfair Display,Georgia,serif;font-size:2rem;margin-bottom:1rem}.article-not-found p{color:var(--text-secondary);margin-bottom:2rem}.back-home{color:var(--accent-primary);font-weight:600}.related-articles{padding:2rem 0 4rem;border-top:1px solid var(--border-color)}.section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.related-card{background:var(--bg-card);border:1px solid var(--border-color);padding:1.5rem;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem}.related-card:hover{border-color:var(--accent-primary);transform:translateY(-2px)}.related-category{font-family:JetBrains Mono,monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary)}.related-title{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700;line-height:1.3}.related-read-time{font-size:.75rem;color:var(--text-muted)}@media (max-width: 768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.prose{font-size:1rem}.article-title{font-size:1.6rem}}.archive-page{min-height:100vh;display:flex;flex-direction:column}.archive-header{padding:3rem 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.archive-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.5rem}.archive-count{font-size:1rem;color:var(--text-secondary)}.archive-articles{padding:3rem 0;flex-grow:1}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.article-date,.article-read-time{font-size:.75rem;color:var(--text-muted)}.article-tag{font-size:.75rem;color:var(--text-muted);transition:color .2s ease}.article-tag:hover{color:var(--accent-secondary)}@media (max-width: 768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.article-card-inner{padding:1.5rem}.article-card:hover .article-card-inner{transform:none}}.categories-page{min-height:100vh;display:flex;flex-direction:column}.categories-header{padding:3rem 0 2rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.categories-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.5rem}.categories-subtitle{font-size:1rem;color:var(--text-secondary)}.tags-section{padding:2rem 0;text-align:center}.tags-cloud{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.tag-chip{font-family:"Source Serif 4",Georgia,serif;font-size:.95rem;padding:.6rem 1.25rem;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.tag-chip:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.tag-chip--active{background:var(--border-dark);border-color:var(--border-dark);color:var(--bg-primary)}.tag-chip--active:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--bg-primary)}.filter-status{font-size:.9rem;color:var(--text-muted);margin-top:1rem}.section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0}.divider-ornament{color:var(--accent-gold);font-size:.8rem}.divider-text{font-family:Playfair Display,Georgia,serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.categories-articles{padding:2rem 0 3rem;flex-grow:1}.articles-list{display:flex;flex-direction:column;gap:2rem;max-width:800px}.article-card{animation:slideUp .5s ease-out both}.article-card-inner{background:var(--bg-card);border:1px solid var(--border-color);padding:2rem;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.article-card-inner:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--accent-primary);transition:height .3s ease}.article-card:hover .article-card-inner{transform:translate(8px);box-shadow:0 8px 30px #0000000f}.article-card:hover .article-card-inner:before{height:100%}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.article-category{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);background:#c41e3a14;padding:.25rem .5rem}.article-read-time{font-size:.75rem;color:var(--text-muted)}.article-title{font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.article-title a{transition:color .2s ease}.article-title a:hover{color:var(--accent-primary)}.article-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.article-tag{font-family:"Source Serif 4",Georgia,serif;font-size:.75rem;color:var(--text-muted);background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.article-tag:hover{color:var(--accent-primary)}.article-tag--active{color:var(--accent-primary);font-weight:600}.article-read-more{font-size:.85rem;font-weight:600;color:var(--text-primary);display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s ease,color .2s ease}.article-read-more:hover{gap:.5rem;color:var(--accent-primary)}@media (max-width: 768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.article-card-inner{padding:1.5rem}.article-card:hover .article-card-inner{transform:none}.tag-chip{padding:.5rem 1rem;font-size:.85rem}}.about-page{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;font-style:italic;letter-spacing:-.02em}.nav{display:flex;gap:2rem}.nav-link{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);transition:color .2s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent-primary);transition:width .2s ease}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:after{width:100%}.nav-link--active{color:var(--text-primary)}.nav-link--active:after{width:100%}.about-header{padding:3rem 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.back-link{font-size:.85rem;color:var(--text-muted);display:inline-block;margin-bottom:1rem;transition:color .2s ease}.back-link:hover{color:var(--accent-primary)}.about-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900}.about-content{padding:3rem 0;flex-grow:1}.about-main{max-width:680px}.about-main h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-primary)}.about-main h2:first-of-type{margin-top:2rem}.about-main p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.etymology-box{background:var(--bg-card);border:2px solid var(--border-dark);padding:2rem;margin-bottom:2rem}.etymology-word{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:900;font-style:italic;margin-bottom:.25rem}.etymology-pronunciation{font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.etymology-type{font-style:italic;color:var(--text-secondary);margin-bottom:1rem}.etymology-origin{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.etymology-origin em{color:var(--accent-primary)}.stamp-container{margin-top:3rem;text-align:center}.about-stamp{width:140px;height:140px;border:3px solid var(--border-dark);border-radius:50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-weight:700;transform:rotate(-12deg);background:var(--bg-primary);box-shadow:4px 4px 0 var(--border-dark),inset 0 0 0 2px var(--bg-primary),inset 0 0 0 4px var(--border-dark)}.about-stamp span:first-child{font-size:1.75rem;line-height:1}.about-stamp span:nth-child(2){font-size:1.1rem;text-transform:uppercase;letter-spacing:.1em}.about-stamp span:last-child{font-size:1rem}.stamp-disclaimer{font-size:.75rem;color:var(--text-muted);margin-top:.75rem;font-style:italic}.footer{margin-top:auto;background:var(--border-dark);color:var(--bg-primary);padding:3rem 0}.footer-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:900;font-style:italic}.footer-tagline{font-size:.9rem;opacity:.7;margin-top:.25rem}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.85rem;opacity:.7;transition:opacity .2s ease}.footer-links a:hover{opacity:1}.footer-copyright{font-size:.75rem;opacity:.5}@media (max-width: 768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.etymology-box{padding:1.5rem}.etymology-word{font-size:1.5rem}}:root{--bg-primary: #faf7f2;--bg-secondary: #f0ebe3;--bg-card: #ffffff;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #7a7a7a;--accent-primary: #c41e3a;--accent-secondary: #1e3a5f;--accent-gold: #c9a227;--border-color: #e0dcd4;--border-dark: #1a1a1a}*{margin:0;padding:0;box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth}body{font-family:"Source Serif 4",Georgia,serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}::selection{background-color:var(--accent-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
