.navbar{position:sticky;top:0;z-index:100;height:var(--nav-height);background:#0d0f14d9;-webkit-backdrop-filter:blur(16px) saturate(120%);backdrop-filter:blur(16px) saturate(120%);border-bottom:1px solid var(--ink-border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar__brand{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.01em}.navbar__brand-icon{color:var(--gold-primary);font-size:1.5rem}.navbar__brand-text{background:linear-gradient(135deg,var(--text-primary) 0%,var(--gold-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar__menu{display:flex;align-items:center;gap:var(--space-xs)}.nav-link{display:inline-flex;align-items:center;padding:var(--space-sm) var(--space-md);font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out-expo);letter-spacing:.02em}.nav-link:hover{color:var(--text-primary);background:#c9a96e0f}.nav-link--active{color:var(--gold-primary);background:#c9a96e1a}.nav-link--cta{margin-left:var(--space-md);padding:var(--space-sm) var(--space-lg);color:var(--ink-deep);background:var(--gold-primary);font-weight:600;border-radius:var(--radius-sm)}.nav-link--cta:hover{background:var(--gold-light);color:var(--ink-deep)}.navbar__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-sm)}.navbar__toggle span{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:1px;transition:all var(--duration-normal) var(--ease-out-expo)}.navbar__toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0}.navbar__toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.navbar__toggle{display:flex}.navbar__menu{position:fixed;top:var(--nav-height);left:0;right:0;flex-direction:column;background:#0d0f14f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--ink-border);padding:var(--space-lg);gap:var(--space-sm);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all var(--duration-normal) var(--ease-out-expo)}.navbar__menu--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-link{width:100%;padding:var(--space-md) var(--space-lg);font-size:.9rem}.nav-link--cta{margin-left:0;margin-top:var(--space-sm);text-align:center;justify-content:center}}.footer{margin-top:var(--space-4xl);padding:var(--space-3xl) 0 var(--space-xl);border-top:1px solid var(--ink-border);background:var(--ink-blue)}.footer__inner{display:flex;justify-content:space-between;gap:var(--space-3xl);margin-bottom:var(--space-2xl)}.footer__logo{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none;margin-bottom:var(--space-md)}.footer__logo-icon{color:var(--gold-primary)}.footer__tagline{font-size:.9rem;color:var(--text-muted);max-width:280px;margin-bottom:0}.footer__links{display:flex;gap:var(--space-3xl)}.footer__col{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__col-title{font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-xs)}.footer__col a{font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo)}.footer__col a:hover{color:var(--gold-primary)}.footer__bottom{display:flex;align-items:center;gap:var(--space-sm);padding-top:var(--space-lg);border-top:1px solid var(--ink-border);font-size:.75rem;color:var(--text-muted)}.footer__separator{color:var(--ink-muted)}@media (max-width: 768px){.footer__inner{flex-direction:column;gap:var(--space-2xl)}.footer__links{gap:var(--space-2xl)}.footer__bottom{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}.footer__separator{display:none}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;padding-top:var(--space-xl);padding-bottom:var(--space-2xl)}@media (max-width: 768px){.main-content{padding-top:var(--space-lg);padding-bottom:var(--space-xl)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal--visible{opacity:1;transform:translateY(0)}.section{padding:6rem 0}.section__header{text-align:center;margin-bottom:4rem}.section__eyebrow{display:inline-block;font-family:var(--font-mono);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-primary);margin-bottom:1rem;padding:.3rem .8rem;border:1px solid rgba(201,169,110,.25);border-radius:999px}.section__title{font-size:2.5rem;margin-bottom:.75rem}.section__subtitle{font-size:1.05rem;color:var(--text-muted);max-width:480px;margin:0 auto}.hero{position:relative;padding:7rem 0 5rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(201,169,110,.06) 0%,transparent 70%);pointer-events:none}.hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.6}.hero__inner{position:relative;text-align:center;max-width:720px;z-index:1}.hero__kicker,.hero__title,.hero__desc,.hero__actions,.hero__divider,.hero__stats{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.hero__kicker--show{opacity:1;transform:none;transition-delay:.1s}.hero__title--show{opacity:1;transform:none;transition-delay:.25s}.hero__desc--show{opacity:1;transform:none;transition-delay:.4s}.hero__actions--show{opacity:1;transform:none;transition-delay:.55s}.hero__divider--show{opacity:1;transform:none;transition-delay:.65s}.hero__stats--show{opacity:1;transform:none;transition-delay:.75s}.hero__kicker{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--gold-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;margin-bottom:1.5rem}.hero__title-accent{background:linear-gradient(135deg,var(--gold-primary),var(--gold-light),var(--gold-pale));background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero__desc{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2.5rem}.hero__actions{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem}.hero__divider{width:48px;height:1px;background:var(--gold-primary);margin:0 auto 3rem}.hero__stats{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.hero__stat{display:flex;flex-direction:column;align-items:center}.hero__stat--wide{flex-direction:column;gap:.2rem}.hero__stat-code{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-family:var(--font-mono);font-size:.85rem;background:var(--ink-deep);border:1px solid var(--ink-border);border-radius:var(--radius-sm);color:var(--text-primary);position:relative;overflow:hidden}.hero__stat-code:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(201,169,110,.06),transparent);animation:codeSweep 3s ease-in-out infinite}.hero__stat-prompt{color:var(--gold-primary);font-weight:600}.hero__stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold-primary);display:block}.hero__stat-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);border-color:var(--gold-primary);box-shadow:0 0 0 1px var(--gold-primary),0 12px 40px #0006}.feature-card__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#c9a96e1a;border-radius:var(--radius-sm);margin-bottom:1.25rem;transition:background .3s ease}.feature-card:hover .feature-card__icon{background:#c9a96e2e}.feature-card__icon svg{width:20px;height:20px;stroke:var(--gold-primary);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-card__title{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.feature-card__desc{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0}.architecture{background:var(--ink-blue);border-top:1px solid var(--ink-border);border-bottom:1px solid var(--ink-border)}.architecture__diagram{max-width:600px;margin:0 auto;display:flex;flex-direction:column}.arch-layer{display:flex;align-items:stretch;border:1px solid var(--ink-border);border-bottom:none;background:var(--ink-card);transition:background .25s ease,transform .25s ease}.arch-layer:last-child{border-bottom:1px solid var(--ink-border);border-radius:0 0 var(--radius-md) var(--radius-md)}.arch-layer:first-child{border-radius:var(--radius-md) var(--radius-md) 0 0}.arch-layer:hover{background:var(--ink-blue);transform:translate(4px)}.arch-layer__index{display:flex;align-items:center;justify-content:center;width:52px;flex-shrink:0;font-family:var(--font-mono);font-size:.7rem;font-weight:700;color:var(--gold-primary);background:#c9a96e0d;border-right:1px solid var(--ink-border)}.arch-layer__body{padding:1rem 1.5rem;flex:1}.arch-layer__label{font-family:var(--font-mono);font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:2px}.arch-layer__detail{font-size:.78rem;color:var(--text-muted);margin:0}.recent-posts__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.post-card{display:flex;flex-direction:column;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:2rem;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-4px);border-color:var(--ink-muted);box-shadow:var(--shadow-card)}.post-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.post-card__tag{font-family:var(--font-mono);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;color:var(--gold-primary);background:#c9a96e1a;border-radius:var(--radius-sm)}.post-card__date{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);margin-left:auto}.post-card__title{font-size:1.15rem;margin-bottom:.4rem;color:var(--text-primary);transition:color .2s ease}.post-card:hover .post-card__title{color:var(--gold-primary)}.post-card__excerpt{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__footer{display:flex;justify-content:space-between;align-items:center}.post-card__author{font-size:.8rem;color:var(--text-muted)}.post-card__read{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--gold-primary)}.post-card__arrow{transition:transform .2s ease;display:inline-block}.post-card:hover .post-card__arrow{transform:translate(4px)}.recent-posts__skeleton{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.skeleton-card{height:200px;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.recent-posts__empty{text-align:center;padding:4rem 0}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state p{color:var(--text-muted);margin:0}.recent-posts__more{text-align:center;margin-top:2.5rem}.cta__card{text-align:center;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-lg);padding:4rem 2.5rem;max-width:580px;margin:0 auto}.cta__title{font-size:1.75rem;margin-bottom:.75rem}.cta__text{color:var(--text-muted);margin-bottom:2rem}@keyframes codeSweep{0%,to{left:-100%}50%{left:100%}}.cta__prompt{color:var(--gold-primary)}.cta__actions{display:flex;justify-content:center;gap:1rem}@media (max-width: 1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section{padding:4rem 0}.section__title{font-size:1.75rem}.hero{padding:5rem 0 3rem}.hero__desc{font-size:1rem}.hero__stats{gap:1.5rem}.hero__stat-code{font-size:.75rem;padding:.4rem .8rem}.hero__stat-value{font-size:1.5rem}.features__grid,.recent-posts__grid,.recent-posts__skeleton{grid-template-columns:1fr}.architecture__diagram{max-width:100%}.cta__title{font-size:1.4rem}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--ink-deep: #0d0f14;--ink-blue: #141a26;--ink-card: #1a1f2e;--ink-border: #252b3a;--ink-muted: #3a4055;--gold-primary: #c9a96e;--gold-light: #e2c498;--gold-pale: #f0e0c8;--gold-burnish: #a6844c;--text-primary: #e8e4dd;--text-secondary: #b0aca5;--text-muted: #6b6760;--text-inverse: #1a1a1a;--accent-rust: #c47a4a;--accent-sage: #7a9a7e;--accent-rose: #b55a6c;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Source Serif 4", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 5rem;--space-4xl: 8rem;--max-width: 1200px;--content-width: 720px;--nav-height: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .3);--shadow-elevated: 0 8px 32px rgba(0, 0, 0, .4);--shadow-gold: 0 0 40px rgba(201, 169, 110, .08);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quint: cubic-bezier(.22, 1, .36, 1);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .6s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--ink-deep);color:var(--text-primary);line-height:1.75;min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,169,110,.04) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 80% 80%,rgba(20,26,38,.6) 0%,transparent 60%);pointer-events:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.25;color:var(--text-primary)}h1{font-size:3rem;letter-spacing:-.02em}h2{font-size:2.25rem;letter-spacing:-.01em}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:var(--space-lg);color:var(--text-secondary)}a{color:var(--gold-primary);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo)}a:hover{color:var(--gold-light)}code{font-family:var(--font-mono);font-size:.85em;background:var(--ink-blue);padding:.15em .4em;border-radius:var(--radius-sm);color:var(--gold-light)}pre{font-family:var(--font-mono);background:var(--ink-blue);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:var(--space-lg);overflow-x:auto;margin-bottom:var(--space-lg)}pre code{background:none;padding:0;color:var(--text-primary)}blockquote{border-left:3px solid var(--gold-primary);padding-left:var(--space-lg);margin:var(--space-xl) 0;font-style:italic;color:var(--text-secondary)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}.content-narrow{max-width:var(--content-width);margin:0 auto}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-family:var(--font-mono);font-size:.85rem;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:all var(--duration-fast) var(--ease-out-expo)}.btn--primary{background:var(--gold-primary);color:var(--ink-deep)}.btn--primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 20px #c9a96e40}.btn--ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--ink-border)}.btn--ghost:hover{color:var(--text-primary);border-color:var(--gold-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--ink-deep)}::-webkit-scrollbar-thumb{background:var(--ink-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-burnish)}::selection{background:#c9a96e4d;color:var(--gold-light)}:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px;border-radius:var(--radius-sm)}.quill-wrapper .ql-toolbar.ql-snow{background:var(--ink-blue);border:1px solid var(--ink-border)!important;border-radius:var(--radius-md) var(--radius-md) 0 0;padding:.5rem .75rem}.quill-wrapper .ql-container.ql-snow{background:var(--ink-card);border:1px solid var(--ink-border)!important;border-top:none!important;border-radius:0 0 var(--radius-md) var(--radius-md);font-family:var(--font-body);font-size:1rem;color:var(--text-primary);min-height:350px}.quill-wrapper .ql-editor{min-height:350px;line-height:1.8;color:var(--text-primary);padding:1rem 1.25rem}.quill-wrapper .ql-editor.ql-blank:before{color:var(--text-muted);font-style:italic}.quill-wrapper .ql-snow .ql-stroke{stroke:var(--text-secondary)!important}.quill-wrapper .ql-snow .ql-fill,.quill-wrapper .ql-snow .ql-stroke.ql-fill{fill:var(--text-secondary)!important}.quill-wrapper .ql-snow .ql-picker-label{color:var(--text-secondary)!important}.quill-wrapper .ql-snow .ql-picker-options{background:var(--ink-card)!important;border-color:var(--ink-border)!important;border-radius:var(--radius-sm)}.quill-wrapper .ql-snow .ql-picker-item{color:var(--text-secondary)!important}.quill-wrapper .ql-snow .ql-picker-item:hover{color:var(--gold-primary)!important}.quill-wrapper .ql-snow .ql-active .ql-stroke{stroke:var(--gold-primary)!important}.quill-wrapper .ql-snow .ql-active .ql-fill{fill:var(--gold-primary)!important}.quill-wrapper .ql-snow .ql-active{color:var(--gold-primary)!important}.quill-wrapper .ql-snow button:hover .ql-stroke{stroke:var(--gold-light)!important}.quill-wrapper .ql-snow button:hover .ql-fill{fill:var(--gold-light)!important}.quill-wrapper .ql-editor h1{font-family:var(--font-display);font-size:2rem;margin-bottom:.75rem;color:var(--text-primary)}.quill-wrapper .ql-editor h2{font-family:var(--font-display);font-size:1.6rem;margin-bottom:.6rem;color:var(--text-primary)}.quill-wrapper .ql-editor h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:.5rem;color:var(--text-primary)}.quill-wrapper .ql-editor p{margin-bottom:1rem;color:var(--text-secondary)}.quill-wrapper .ql-editor blockquote{border-left:3px solid var(--gold-primary);padding-left:1rem;margin:1rem 0;color:var(--text-muted)}.quill-wrapper .ql-editor pre.ql-syntax{background:var(--ink-deep);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:1rem;color:var(--text-primary)}.quill-wrapper .ql-editor img{max-width:100%;border-radius:var(--radius-md);margin:.75rem 0}.quill-wrapper .ql-editor a{color:var(--gold-primary)}.blog-content h1{font-family:var(--font-display);font-size:2rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text-primary);line-height:1.25}.blog-content h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;margin:1.75rem 0 .6rem;color:var(--text-primary);line-height:1.3}.blog-content h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin:1.5rem 0 .5rem;color:var(--text-primary);line-height:1.35}.blog-content p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.85;font-size:1.05rem}.blog-content strong{color:var(--text-primary);font-weight:600}.blog-content em{color:var(--text-secondary);font-style:italic}.blog-content ul,.blog-content ol{margin:1rem 0;padding-left:1.5rem;color:var(--text-secondary)}.blog-content li{margin-bottom:.4rem;line-height:1.75}.blog-content blockquote{border-left:3px solid var(--gold-primary);padding:1rem 1.25rem;margin:1.5rem 0;background:var(--ink-blue);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--text-muted)}.blog-content pre{background:var(--ink-deep);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:1rem 1.25rem;overflow-x:auto;margin:1.25rem 0}.blog-content pre code{background:none;padding:0;color:var(--text-primary)}.blog-content code{font-family:var(--font-mono);font-size:.85em;background:var(--ink-blue);padding:.15em .4em;border-radius:var(--radius-sm);color:var(--gold-light)}.blog-content img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1rem 0}.blog-content a{color:var(--gold-primary);text-decoration:underline;text-underline-offset:2px}.blog-content a:hover{color:var(--gold-light)}.blog-content pre.mermaid,.blog-content div.mermaid{background:none!important;border:none!important;overflow:visible!important;padding:0!important;margin:1.5rem auto!important;text-align:center;line-height:normal!important;font-size:0!important}.blog-content pre.mermaid svg,.blog-content div.mermaid svg{max-width:100%;height:auto;overflow:visible}.blog-content pre.mermaid .node rect,.blog-content pre.mermaid .node circle,.blog-content pre.mermaid .node polygon,.blog-content div.mermaid .node rect,.blog-content div.mermaid .node circle,.blog-content div.mermaid .node polygon{fill:none!important;stroke:#6b6760!important;stroke-width:1.2px!important}.blog-content pre.mermaid .nodeLabel,.blog-content div.mermaid .nodeLabel{color:#e8e4dd!important}.blog-content pre.mermaid .edgeLabel,.blog-content div.mermaid .edgeLabel{color:#b0aca5!important;background-color:transparent!important}.blog-content pre.mermaid .edgePath path,.blog-content div.mermaid .edgePath path{stroke:#6b6760!important}.blog-content pre.mermaid .edgePath marker path,.blog-content div.mermaid .edgePath marker path{fill:#6b6760!important;stroke:#6b6760!important}.blog-content pre.mermaid line,.blog-content div.mermaid line{stroke:#3a4055!important}.paywall-wrapper{position:relative;overflow:hidden}.paywall-fade{position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 100%);pointer-events:none}.paywall-prompt{margin-top:1rem;padding:2.5rem 2rem;text-align:center;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated)}.paywall-prompt__text{color:var(--text-secondary);font-size:1.05rem;margin:0 0 1.5rem}.paywall-prompt__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
