@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Poppins:wght@400;600;700&display=swap");:root,:root[data-theme=brown]{color-scheme:light;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:"Playfair Display",serif;--font-body:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fcf7f0;color:#3d2918;--page-bg:#fcf7f0;--page-alt:#fffaf5;--surface:#fffdfa;--surface-strong:#fef7ef;--text:#3d2918;--muted:#5d4333;--accent:#9a684a;--border:#e6d4c3;--shadow:rgba(81,44,22,0.08);--glass:rgba(255,255,255,0.06);--gold:#d4a55a;--muted-2:#8b6a50;--header-bg:rgba(255,250,245,0.96)}:root .post-card-body h4,:root[data-theme=brown] .post-card-body h4{color:#3d2918}:root .post-card-body p,:root[data-theme=brown] .post-card-body p{color:#5d4333}:root .card-meta,:root[data-theme=brown] .card-meta{color:#7a5a47}:root[data-theme=cream]{color-scheme:light;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:"Playfair Display",serif;--font-body:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f8f7f3;color:#3d2520;--page-bg:#f8f7f3;--page-alt:#fdfbf7;--surface:#ffffff;--surface-strong:#f5efe7;--text:#3d2520;--muted:#7a5f4b;--accent:#b47c4e;--border:#e8d8c8;--shadow:rgba(71,41,16,0.08);--glass:rgba(255,255,255,0.04);--gold:#c89a57;--muted-2:#8b6f58;--header-bg:rgba(255,253,248,0.96)}:root[data-theme=cream] .post-card-body h4{color:#3d2520}:root[data-theme=cream] .post-card-body p{color:#7a5f4b}:root[data-theme=cream] .card-meta{color:#a08070}:root[data-theme=midnight]{color-scheme:dark;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:"Playfair Display",serif;--font-body:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#12100d;color:#efe7dc;--page-bg:#12100d;--page-alt:#1b1815;--surface:#23201d;--surface-strong:#2f2b27;--text:#efe7dc;--muted:#bda48c;--accent:#d7a66a;--border:#3c3631;--shadow:rgba(0,0,0,0.45);--glass:rgba(255,255,255,0.02);--gold:#d7a66a;--muted-2:#a3886b;--header-bg:rgba(18,16,13,0.92)}:root[data-theme=midnight] .copy-button{background:#3c3631;border-color:#4a4540}:root[data-theme=midnight] .copy-button:focus-visible,:root[data-theme=midnight] .copy-button:hover{background:#d7a66a;border-color:#d7a66a;color:#12100d}:root[data-theme=midnight] .theme-buttons button{background:#2f2b27;color:#f6e8d8;border-color:#4a4540}:root[data-theme=midnight] .theme-buttons button.active{background:#d7a66a;color:#12100d;border-color:#f3c98e}:root[data-theme=midnight] .post-card-body h4{color:#efe7dc}:root[data-theme=midnight] .post-card-body p{color:#bda48c}:root[data-theme=midnight] .card-meta{color:#9a8370}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:var(--font-body)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.page-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:linear-gradient(180deg,rgba(255,255,255,.6),var(--header-bg));border-bottom:1px solid rgba(0,0,0,.04);-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%);box-shadow:0 6px 20px var(--shadow)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.brand-area{display:grid;grid-gap:.35rem;gap:.35rem}.brand{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text);font-family:var(--font-heading)}.brand-tagline{margin:0;color:var(--muted);font-size:.98rem}.site-nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.nav-link{color:var(--muted);font-weight:600;transition:color .2s ease}.nav-link:focus-visible,.nav-link:hover{color:var(--accent)}.theme-switcher{display:grid;grid-gap:.65rem;gap:.65rem;text-align:right;border-color:var(--text)}.theme-switcher span{color:var(--muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.theme-buttons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.theme-buttons button{border:1px solid transparent;background:var(--surface-strong);color:var(--text);padding:.55rem .9rem;border-radius:999px;font-size:.85rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;border-color:var(--border);box-shadow:0 1px 2px rgba(0,0,0,.06);min-width:1.2rem;min-height:1.2rem}.theme-buttons button:focus-visible,.theme-buttons button:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 30%,transparent);outline:none}.theme-buttons button.active{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 45%,white)}.menu-toggle{display:none;flex-direction:column;gap:.4rem;background:none;border:none;cursor:pointer;padding:.5rem;margin-right:.5rem}.menu-toggle span{width:24px;height:2.5px;background:var(--text);border-radius:2px;transition:all .3s ease}.menu-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg) translate(10px,10px)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}body{line-height:1.6;background:linear-gradient(180deg,var(--page-alt) 0,var(--page-bg) 100%)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#9a684a;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-section{margin-bottom:2.5rem;padding:2.5rem;border-radius:30px;background:linear-gradient(135deg,var(--surface) 0,var(--surface-strong) 100%);border:1px solid var(--border);box-shadow:0 20px 60px var(--shadow)}.about-hero{display:flex;align-items:flex-start}.about-intro{max-width:760px;width:100%}.about-section{margin-top:1rem}.about-card{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:280px minmax(0,1fr);align-items:start}.about-image-wrap{display:flex;justify-content:center}.about-copy p{margin-bottom:1rem;line-height:1.7}.about-paragraph{margin:0 0 1rem}.hero-section h1{margin:0;font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.05;color:#4a2d17;font-family:var(--font-heading);font-weight:800}.hero-section p{margin:1.2rem 0 0;max-width:42rem;color:#5d4333}.featured-post{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2rem;gap:2rem;align-items:stretch;margin-bottom:3rem}.featured-image-wrapper{overflow:hidden;border-radius:28px;min-height:360px}.featured-image-wrapper img{width:100%;height:100%;object-fit:cover}.featured-content{padding:2rem;border-radius:28px;background:linear-gradient(180deg,var(--surface),rgba(255,255,255,.02));box-shadow:0 26px 60px var(--shadow);border:1px solid rgba(0,0,0,.03)}.featured-content h2{margin:0 0 1rem;font-size:clamp(2rem,3vw,2.75rem);line-height:1.05;color:#3d2918;font-family:var(--font-heading);font-weight:800}.featured-content p{margin:0 0 1.75rem;color:#5d4333}.post-metadata{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.author-chip{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:999px;background:var(--surface-strong);color:var(--muted)}.author-chip.small{padding:.35rem .65rem}.author-chip img{width:40px;height:40px;border-radius:999px;object-fit:cover}.older-posts-section{margin-top:1rem}.older-posts-section h3{margin-bottom:1rem;font-size:1.4rem;color:var(--text);font-family:var(--font-heading);font-weight:700}.posts-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));list-style:none;padding:0;margin:0}.post-card{background:linear-gradient(180deg,var(--surface),rgba(0,0,0,.01));border-radius:24px;box-shadow:0 18px 48px var(--shadow);overflow:hidden;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%;min-height:380px}.post-card-link{gap:1rem;padding:1.25rem}.post-card-body,.post-card-link{display:flex;flex-direction:column;flex-grow:1}.post-card-body{min-height:0}.post-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(0,0,0,.18)}.post-card-link:hover .post-card-body h4{color:var(--accent)}.hero-section{position:relative}.hero-section:after{content:"";position:absolute;inset:0;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(255,255,255,0));pointer-events:none}.post-card-body h4{margin:0 0 .5rem;font-size:1.25rem;color:#3d2918;-webkit-line-clamp:2;min-height:2.5rem;font-family:var(--font-heading);font-weight:700}.post-card-body h4,.post-card-body p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.post-card-body p{margin:0 0 1rem;color:#5d4333;-webkit-line-clamp:3;flex-grow:1;min-height:2.8rem}.card-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;font-size:.95rem;color:#7a5a47;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border)}.back-link{display:inline-block;margin-bottom:1.75rem;color:#7a4b2f}.post-page .post-article{display:grid;grid-gap:2rem;gap:2rem;min-width:0;overflow-wrap:anywhere}.post-header-card{display:grid;grid-gap:1.75rem;gap:1.75rem;background:var(--surface);padding:2rem;border-radius:28px;box-shadow:0 22px 48px var(--shadow);min-width:0}.post-cover,.post-cover-picture{display:block;width:100%}.post-cover{min-height:320px;max-height:420px;object-fit:cover;border-radius:22px}.post-header-text h1{margin:0 0 1rem;font-size:clamp(2rem,3vw,3rem);line-height:1.05;color:#3d2918;font-family:var(--font-heading);font-weight:800;overflow-wrap:anywhere}.post-description{margin:0 0 1.5rem;color:#5d4333;max-width:52rem;overflow-wrap:anywhere}.post-info-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#7a5a47}.post-body{padding:2rem;border-radius:28px;background:var(--surface);box-shadow:0 22px 48px var(--shadow);min-width:0;overflow-wrap:anywhere}@media (max-width:768px){.post-header-card{padding:1.25rem;gap:1.25rem;border-radius:22px}.post-cover{min-height:220px;max-height:280px;border-radius:18px}.post-body{padding:1.25rem}.post-header-text h1{font-size:clamp(1.6rem,7vw,2.2rem)}.post-description{font-size:.98rem}}.post-body :where(h1,h2,h3,h4,h5,h6){margin-top:2rem;margin-bottom:1rem;color:#4a2d17;font-family:var(--font-heading);font-weight:700}.post-body p{margin:1rem 0;color:#5d4333;overflow-wrap:anywhere;word-break:break-word}.post-body ol,.post-body ul{margin:1rem 0;padding-left:1.2rem;list-style-position:outside}.post-body li{margin:.45rem 0;padding-left:.2rem}.post-body img{border-radius:18px;margin:1.5rem 0;max-width:100%;height:auto;display:block}.pre-highlight,code[class*=language-]{background:#f8efe2;color:#4a2d17;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;line-height:1.6}pre{margin:1.5rem 0;padding:1.35rem 1.5rem;overflow-x:auto;border-radius:20px;background:#f7ece1;box-shadow:inset 0 0 0 1px rgba(110,72,48,.08);max-width:100%;white-space:pre-wrap;word-break:break-word}code{border-radius:.45rem}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8c6a52}.token.punctuation{color:#874e2f}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#8b4c2c}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#5f3d25}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#5b3c2c}.token.atrule,.token.attr-value,.token.keyword{color:#6f512b}.token.class-name,.token.function{color:#4b2f1a}.token.important,.token.regex,.token.variable{color:#a26431}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.empty-state{color:#5d4333}@media (max-width:900px){.featured-post{grid-template-columns:1fr}.post-card-link{padding:1rem .85rem}.header-inner{flex-wrap:wrap;align-items:center;gap:.65rem;position:relative}.brand-area{flex:1 1 auto;min-width:0}.brand-tagline{display:none}.menu-toggle{display:flex;margin-left:auto;order:2}.site-nav{display:none;width:100%;order:3;flex-direction:column;align-items:flex-start;gap:.75rem;padding:.5rem 0 .25rem}.site-nav.open{display:flex}.theme-switcher{margin-left:auto;order:1}}.consent-banner{position:fixed;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--surface-strong),var(--surface));border-top:1px solid var(--border);box-shadow:0 -6px 20px rgba(0,0,0,.06);z-index:60}.consent-inner{display:flex;gap:1rem;align-items:center;padding:.75rem 1rem}.consent-text{flex:1 1 auto;color:var(--text)}.consent-actions{display:flex;gap:.5rem;align-items:center}.consent-link{color:var(--muted);margin-left:.5rem}.btn{padding:.45rem .9rem;border-radius:8px;font-weight:700;cursor:pointer}.btn-accept{background:var(--accent);color:#fff;border:none}.btn-reject{background:transparent;color:var(--text);border:1px solid var(--border)}.consent-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:70;background:rgba(0,0,0,.4)}.consent-modal-inner{background:var(--surface);padding:1.25rem;border-radius:12px;max-width:640px;width:100%}.consent-settings-actions{display:flex;gap:.5rem;margin-top:1rem}.footer-settings{cursor:pointer;color:var(--muted);margin-left:.5rem}.not-found-card{padding:3rem;border-radius:28px;background:white;box-shadow:0 22px 48px rgba(63,33,16,.08);text-align:center}.not-found-card h1{margin:0 0 1rem;color:#4a2d17;font-family:var(--font-heading);font-weight:800}.not-found-card p{margin:0 0 1.5rem;color:#5d4333}.not-found-card a{color:#7a4b2f;font-weight:700}.empty-state{color:#475569;text-align:center}@media (max-width:900px){.featured-post{grid-template-columns:1fr}.post-card-link{padding:1rem .85rem}}.site-footer{margin-top:3rem;border-top:1px solid var(--border);background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--surface) 92%,rgba(0,0,0,.02)));color:var(--muted)}.footer-inner{justify-content:space-between;padding:1.25rem 0}.footer-inner,.footer-links{display:flex;align-items:center;gap:1rem}.footer-links a{color:var(--muted);font-weight:600}.footer-copy{color:var(--muted-2,var(--muted));font-size:.95rem}@media (max-width:700px){.footer-inner{flex-direction:column;align-items:flex-start}}.ai-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ai-grid .post-card{min-height:280px}.ai-grid img{width:100%;height:auto;border-radius:12px}.code-block-wrapper{position:relative;margin:1.5rem 0}.code-block-wrapper pre{margin:0;padding-right:3rem}.copy-button{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-strong);color:var(--text);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:10}.copy-button:focus-visible,.copy-button:hover{background:var(--accent);color:white;border-color:var(--accent)}.copy-button:active{transform:scale(.95)}.copy-button svg{flex-shrink:0}@media (max-width:640px){.copy-button{padding:.4rem .6rem;font-size:.8rem}.copy-button svg{width:14px;height:14px}.code-block-wrapper pre{padding-right:2.5rem}}.related-tags-section{margin-bottom:1.5rem}.related-tags-title{font-size:1rem;margin-bottom:.75rem;color:var(--muted)}.related-tags-list{display:flex;flex-wrap:wrap;gap:.65rem;padding:0;margin:0;list-style:none}.related-tag-pill{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);text-decoration:none;font-size:.95rem;transition:background .18s ease,border-color .18s ease,transform .18s ease}.related-tag-pill:focus-visible,.related-tag-pill:hover{background:var(--surface-strong);border-color:var(--accent);transform:translateY(-1px);outline:none}@media (max-width:768px){.about-card{grid-template-columns:1fr}.about-image-wrap{justify-content:flex-start}.about-image-wrap img{max-width:240px}}@media (max-width:640px){.related-tags-title{font-size:.95rem}.related-tag-pill{font-size:.9rem;padding:.4rem .7rem}.hero-section{padding:1.5rem}.about-card{padding:1.25rem}}.ad-slot{padding:1rem 0;text-decoration:none;overflow:hidden}.ad-inner,.ad-placeholder,.ad-slot{display:flex;justify-content:center;width:100%}.ad-placeholder{max-width:970px;min-height:90px;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--surface-strong),var(--surface));border:1px solid var(--border);box-shadow:0 10px 24px rgba(0,0,0,.08);color:var(--text);font-weight:700;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-sizing:border-box;text-align:center;flex-wrap:wrap}.ad-placeholder:focus-visible,.ad-placeholder:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.12);border-color:var(--accent);outline:none}.ad-title{font-size:1rem}.ad-cta{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;border-radius:999px;background:var(--accent);color:white;font-size:.9rem;font-weight:700}@media (max-width:900px){.ad-placeholder{max-width:728px;min-height:90px}}@media (max-width:480px){.ad-slot{padding:.75rem 0}.ad-placeholder{max-width:100%;min-height:auto;border-radius:12px;font-size:.95rem;gap:.5rem;padding:.8rem .9rem;flex-direction:column}.ad-cta{font-size:.82rem;padding:.3rem .7rem}}.site-nav.open{display:flex;flex-direction:column;align-items:flex-start;position:static;width:100%;background:transparent;padding:.25rem 0 0;box-shadow:none}