:root{--color-burgundy:#8B0000;--color-burgundy-dark:#5C0000;--color-gold:#D4AF37;--color-gold-light:#F4E4BA;--color-cream:#FDF8F0;--color-cream-dark:#F5EDE0;--color-ivory:#FFFFF0;--color-text-primary:#2C1810;--color-text-secondary:#5C4033;--color-text-muted:#8B7355;--color-success:#2E7D32;--color-warning:#C17900;--color-error:#B71C1C}.cloud-pattern-bg{background-color:var(--color-cream);background-image:radial-gradient(ellipse 80px 40px at 20% 30%,rgba(212,175,55,.08) 0,transparent 70%),radial-gradient(ellipse 60px 30px at 80% 20%,rgba(212,175,55,.06) 0,transparent 70%),radial-gradient(ellipse 100px 50px at 50% 70%,rgba(212,175,55,.07) 0,transparent 70%),radial-gradient(ellipse 70px 35px at 10% 80%,rgba(212,175,55,.05) 0,transparent 70%),radial-gradient(ellipse 90px 45px at 90% 60%,rgba(212,175,55,.06) 0,transparent 70%),url("data:image/svg+xml,%3Csvg width='200' height='100' viewBox='0 0 200 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 60 Q30 40 50 50 Q70 60 80 45 Q90 30 110 40 Q130 50 150 35 Q170 20 190 30' stroke='%23D4AF37' stroke-width='0.5' fill='none' opacity='0.15'/%3E%3Cpath d='M10 80 Q25 65 45 70 Q65 75 85 60 Q105 45 125 55 Q145 65 165 50 Q185 35 200 45' stroke='%23D4AF37' stroke-width='0.5' fill='none' opacity='0.12'/%3E%3C/svg%3E");background-size:400px 200px}.glass-card{background:rgba(253,248,240,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.3);transition:all .3s ease}.glass-card:hover{border-color:rgba(212,175,55,.5)}.glass-card-strong{background:rgba(253,248,240,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(212,175,55,.4)}.glass-nav{background:rgba(44,24,16,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}.gold-shimmer{background:linear-gradient(90deg,#d4af37 0,#f4e4ba 50%,#d4af37 100%);background-size:200% auto;animation:shimmer 3s linear infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gold-line-shimmer{background:linear-gradient(90deg,#d4af37 0,#f4e4ba 50%,#d4af37 100%);background-size:200% auto;animation:shimmer 4s linear infinite}.meander-border::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,#d4af37 0,#d4af37 8px,transparent 8px,transparent 12px,#d4af37 12px,#d4af37 16px,transparent 16px,transparent 20px)}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.text-text-muted{color:var(--color-text-muted)}.cloud-pattern-bg::-webkit-scrollbar,.glass-card::-webkit-scrollbar{width:8px}.cloud-pattern-bg::-webkit-scrollbar-track,.glass-card::-webkit-scrollbar-track{background:var(--color-cream-dark)}.cloud-pattern-bg::-webkit-scrollbar-thumb,.glass-card::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:4px}.cloud-pattern-bg::-webkit-scrollbar-thumb:hover,.glass-card::-webkit-scrollbar-thumb:hover{background:var(--color-burgundy)}.blog-post-card{transition:all .3s cubic-bezier(.4, 0, .2, 1)}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(212,175,55,.1),0 10px 10px -5px rgba(212,175,55,.04)}.blog-post-card:hover .post-image{transform:scale(1.05)}.post-image{transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer}.category-pill.active{background-color:var(--color-burgundy);color:var(--color-gold-light);box-shadow:0 4px 6px -1px rgba(139,0,0,.2)}.category-pill:not(.active){color:var(--color-text-secondary)}.category-pill:not(.active):hover{background-color:rgba(212,175,55,.1);color:var(--color-burgundy)}.prose h2{font-family:'Noto Serif SC',serif;font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-top:2rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.prose h2::before{content:'';display:inline-block;width:4px;height:24px;background:var(--color-burgundy);border-radius:2px}.prose h3{font-family:'Noto Serif SC',serif;font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-top:1.5rem;margin-bottom:.75rem}.prose p{color:var(--color-text-primary);line-height:1.8;margin-bottom:1rem}.prose a{color:var(--color-burgundy);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.prose a:hover{border-bottom-color:var(--color-burgundy)}.prose ul{list-style:none;padding:0;margin:1.5rem 0}.prose>.wp-block-list>li,.prose>ul>li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:rgba(245,237,224,.5);border-radius:.5rem;margin-bottom:.75rem}.prose ul li::before{content:'';display:none}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin:.5rem 0 .5rem 1.5rem}.prose ol ul li,.prose ul ul li{display:list-item;padding:.25rem 0;background:0 0;border-radius:0;margin-bottom:0;gap:0}.prose ol{list-style:none;counter-reset:ol-counter;padding:0;margin:1.5rem 0}.prose>.wp-block-list.is-ordered>li,.prose>ol>li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:rgba(245,237,224,.5);border-radius:.5rem;margin-bottom:.75rem;counter-increment:ol-counter}.prose>.wp-block-list.is-ordered>li::before,.prose>ol>li::before{content:counter(ol-counter);display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background:var(--color-burgundy);color:var(--color-gold-light);border-radius:50%;font-size:.8rem;font-weight:700}.prose ol ol li{display:list-item;padding:.25rem 0;background:0 0;border-radius:0;margin-bottom:0;gap:0}.prose ol ol li::before{display:none}.prose blockquote{border-left:4px solid var(--color-burgundy);background:rgba(245,237,224,.5);padding:1rem 1.5rem;border-radius:0 .5rem .5rem 0;margin:1.5rem 0;font-style:italic;color:var(--color-text-secondary)}.prose img{border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin:1.5rem 0}.prose strong{color:var(--color-burgundy);font-weight:600}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;overflow:hidden;border-radius:.5rem;border:1px solid rgba(212,175,55,.3)}.prose table thead{background:var(--color-burgundy);color:var(--color-gold-light)}.prose table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.85rem;letter-spacing:.02em}.prose table td{padding:.75rem 1rem;border-bottom:1px solid rgba(212,175,55,.15);color:var(--color-text-primary)}.prose table tbody tr:nth-child(2n){background:rgba(245,237,224,.3)}.prose table tbody tr:hover{background:rgba(212,175,55,.08)}.prose figure{margin:1.5rem 0}.prose figure img{margin:0}.prose .wp-element-caption,.prose figcaption{text-align:center;font-size:.85rem;color:var(--color-text-muted);margin-top:.5rem;font-style:italic}.prose code{background:rgba(139,0,0,.06);color:var(--color-burgundy);padding:.15rem .4rem;border-radius:.25rem;font-size:.875em;font-family:Menlo,Monaco,'Courier New',monospace}.prose pre{background:#1e1e2e;color:#cdd6f4;padding:1.25rem 1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0;font-size:.85rem;line-height:1.7;border:1px solid rgba(212,175,55,.2)}.prose pre code{background:0 0;color:inherit;padding:0;border-radius:0;font-size:inherit}.prose hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent);margin:2rem 0}.luundy-toc nav{display:flex;flex-direction:column;gap:.5rem}.luundy-toc a{display:block;padding:.5rem .75rem;font-size:.875rem;border-radius:.5rem;transition:all .3s ease;color:var(--color-text-secondary)}.luundy-toc a:hover{background:rgba(139,0,0,.05);color:var(--color-burgundy)}.luundy-toc a.active{background:rgba(139,0,0,.05);color:var(--color-burgundy);border-left:2px solid var(--color-burgundy)}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 1rem;border-radius:2px;font-size:.875rem;font-weight:500;transition:all .3s ease;border:2px solid rgba(212,175,55,.5)}.pagination .page-numbers:not(.current){background:rgba(253,248,240,.75);color:var(--color-burgundy)}.pagination .page-numbers:not(.current):hover{border-color:var(--color-gold);background:rgba(212,175,55,.1)}.pagination .page-numbers.current{background:var(--color-burgundy);color:var(--color-gold-light);border-color:var(--color-gold)}.related-posts-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.related-posts-grid{grid-template-columns:repeat(3,1fr)}}.related-post-card{border-radius:.75rem;overflow:hidden;transition:all .3s ease}.related-post-card:hover{box-shadow:0 10px 15px -3px rgba(212,175,55,.15)}.related-post-card:hover .related-post-image{transform:scale(1.05)}.related-post-image{transition:transform .5s ease}.hot-post-item{display:flex;align-items:flex-start;gap:.75rem;transition:all .3s ease}.hot-post-number{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;background:rgba(139,0,0,.1);color:var(--color-burgundy);transition:all .3s ease}.hot-post-item:hover .hot-post-number{background:var(--color-burgundy);color:var(--color-gold-light)}.hot-post-title{font-size:.875rem;font-weight:500;color:var(--color-text-primary);transition:color .3s ease}.hot-post-item:hover .hot-post-title{color:var(--color-burgundy)}.newsletter-form input[type=email]{width:100%;padding:.75rem 1rem;border:2px solid rgba(212,175,55,.3);border-radius:.5rem;background:var(--color-ivory);color:var(--color-text-primary);font-size:1rem;transition:all .3s ease}.newsletter-form input[type=email]:focus{border-color:var(--color-burgundy);outline:0;box-shadow:0 0 0 3px rgba(212,175,55,.2)}.newsletter-form input[type=email]::placeholder{color:var(--color-text-muted)}.newsletter-form button{width:100%;padding:.75rem 1.5rem;background:var(--color-burgundy);color:var(--color-gold-light);border:1px solid var(--color-gold);border-radius:2px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.newsletter-form button:hover{background:var(--color-burgundy-dark)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .4s ease-out}.animate-spin{animation:spin 1s linear infinite}@media (max-width:1024px){.blog-sidebar{position:static!important;width:100%!important;max-width:100%!important}.blog-content{max-width:100%!important}}@media (max-width:768px){.prose h2{font-size:1.25rem}.prose h3{font-size:1.125rem}.glass-card{backdrop-filter:blur(8px)}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}@media print{.cloud-pattern-bg{background:#fff}.glass-card,.glass-card-strong{background:#fff;border:1px solid #ccc;backdrop-filter:none}.gold-line-shimmer{animation:none;background:var(--color-gold)}.blog-sidebar{display:none}.blog-content{max-width:100%}}