.blog-detail-loader{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#64748b}.blog-detail-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#003593;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bd-hero{position:relative;min-height:520px;background:linear-gradient(135deg,#00143d,#003593);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding-bottom:70px;overflow:hidden}.bd-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00143d73,#00143dd9)}.bd-hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:80px 30px 5px;width:100%}.bd-back-link{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;text-decoration:none;font-size:.9rem;font-weight:600;margin-bottom:24px;transition:all .25s;border:1px solid rgba(255,255,255,.2);padding:7px 16px;border-radius:50px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14}.bd-back-link:hover{color:#fff;background:#ffffff29;transform:translate(-3px)}.bd-category-pill{display:inline-block;color:#fff;padding:5px 16px;border-radius:50px;font-size:.78rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:18px;box-shadow:0 2px 10px #0003}.bd-title{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:#fff;line-height:1.2;margin:0 0 20px;letter-spacing:-.03em;text-shadow:0 2px 20px rgba(0,0,0,.3)}.bd-meta{display:flex;align-items:center;gap:12px;color:#ffffffbf;font-size:.9rem;font-weight:500;flex-wrap:wrap}.bd-meta i{color:#d4a017;margin-right:5px}.bd-meta-sep{color:#ffffff4d}.bd-breadcrumb-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 24px}.bd-breadcrumb-inner{max-width:1200px;margin:0 auto}.bd-breadcrumb-bar .breadcrumb-list{margin-top:0}.bd-breadcrumb-bar .breadcrumb-current{max-width:600px}.bd-container{max-width:1100px;margin:-40px auto 0;padding:0 30px 80px;position:relative;z-index:2}.bd-body-layout{display:grid;grid-template-columns:1fr 300px;gap:36px;align-items:start}.bd-content{background:#fff;border-radius:20px;padding:44px 50px;box-shadow:0 8px 40px #00359314;border:1px solid rgba(0,53,147,.06);min-width:0}.bd-lead{font-size:1.25rem;font-style:italic;color:#334155;line-height:1.7;border-left:4px solid #d4a017;padding-left:22px;margin-bottom:36px;font-family:Georgia,serif}.bd-text p{font-family:Georgia,serif;font-size:1.1rem;color:#334155;line-height:1.9;margin-bottom:24px}.blog-rich-content{font-size:1.1rem;line-height:1.8;color:#334155;word-break:normal;overflow-wrap:normal;min-width:0;max-width:100%}.blog-rich-content img{max-width:100%;height:auto;display:block;border-radius:8px}.blog-rich-content pre,.blog-rich-content code{overflow-x:auto;white-space:pre-wrap;word-break:break-all;max-width:100%}.blog-rich-content table{width:100%;max-width:100%;overflow-x:auto;display:block}.blog-rich-content h2{font-size:1.7rem;margin-top:40px;margin-bottom:20px;color:var(--primary-blue, #003593);font-weight:800;font-family:Montserrat,sans-serif}.blog-rich-content h2:first-child{margin-top:0}.blog-rich-content h3{font-size:1.35rem;margin-top:30px;margin-bottom:15px;color:var(--primary-blue, #003593);font-weight:700;font-family:Montserrat,sans-serif}.blog-rich-content p{font-family:Georgia,serif;margin-bottom:24px;line-height:1.9}.blog-rich-content ul,.blog-rich-content ol{margin:20px 0;padding-left:24px;font-family:Georgia,serif}.blog-rich-content li{margin-bottom:10px;line-height:1.8}.blog-rich-content ul li{list-style-type:disc}.blog-rich-content ol li{list-style-type:decimal}.blog-rich-content a{color:var(--primary-blue, #003593);text-decoration:underline;font-weight:600;transition:color .3s ease;overflow-wrap:anywhere;word-break:normal}.blog-rich-content a:hover{color:var(--accent-yellow, #d4a017)}.blog-rich-content strong{font-weight:700;color:#1e293b}.blog-rich-content em{font-style:italic}.bd-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}.bd-sidebar-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 30px #00359314;border:1px solid rgba(0,53,147,.06)}.bd-sidebar-card h4{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:800;color:#003593;margin:0 0 16px;display:flex;align-items:center;gap:8px}.bd-sidebar-card h4 i{color:#d4a017}.bd-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.bd-sidebar-list li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#475569;font-weight:500}.bd-sidebar-list li i{color:#003593;width:16px;text-align:center}.bd-sidebar-cta{background:linear-gradient(135deg,#003593,#0047bf);border-radius:16px;padding:26px 22px;text-align:center;color:#fff}.bd-sidebar-cta>i{font-size:2rem;color:#d4a017;margin:0 auto 10px;display:block}.bd-sidebar-cta h4{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;margin:0 0 8px}.bd-sidebar-cta p{font-size:.85rem;color:#ffffffbf;margin:0 0 16px;line-height:1.5}.bd-cta-btn{display:inline-block;background:#d4a017;color:#fff;text-decoration:none;padding:10px 22px;border-radius:50px;font-weight:700;font-size:.9rem;transition:all .25s}.bd-cta-btn:hover{background:#f5c842;transform:translateY(-2px)}.bd-footer{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:40px;padding-top:24px;border-top:2px solid #f1f5f9;flex-wrap:wrap}.bd-footer .share-buttons-container{margin-top:0;padding:0;border-top:none}.bd-btn-back{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #003593;border-radius:50px;color:#003593;text-decoration:none;font-weight:700;font-size:.9rem;transition:all .25s}.bd-btn-back:hover{background:#003593;color:#fff}.bd-btn-share{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#22c55e;border-radius:50px;color:#fff;text-decoration:none;font-weight:700;font-size:.9rem;transition:all .25s;border:2px solid #22c55e}.bd-btn-share:hover{background:#16a34a;border-color:#16a34a;transform:translateY(-2px)}.bd-gallery-section{margin-top:40px;padding-top:32px;border-top:1px solid #e2e8f0}.bd-gallery-title{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:20px;display:flex;align-items:center;gap:10px}.bd-gallery-title i{color:var(--primary-blue)}.bd-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.bd-gallery-item{aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;background:#f1f5f9}.bd-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bd-gallery-item:hover img{transform:scale(1.05)}.bd-lightbox{position:fixed;inset:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.bd-lightbox-content{position:relative;max-width:90vw;max-height:90vh}.bd-lightbox-content img{max-width:100%;max-height:90vh;border-radius:8px;object-fit:contain}.bd-lightbox-close{position:absolute;top:-16px;right:-16px;width:36px;height:36px;border-radius:50%;background:#fff;color:#1e293b;border:none;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.bd-related{background:linear-gradient(135deg,#f8fbff,#f0f4fa);padding:70px 30px 80px;border-top:1px solid rgba(0,53,147,.08)}.bd-related-inner{max-width:1100px;margin:0 auto}.bd-related-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:900;color:#003593;text-align:center;margin:0 0 40px;display:flex;align-items:center;gap:16px;justify-content:center}.bd-related-title span{flex:1;max-width:80px;height:2px;background:linear-gradient(90deg,transparent,#d4a017);border-radius:2px;display:block}.bd-related-title span:last-child{background:linear-gradient(90deg,#d4a017,transparent)}.bd-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.bd-related-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;border:1px solid rgba(0,53,147,.08);box-shadow:0 4px 20px #0035930f;transition:all .3s;display:flex;flex-direction:column}.bd-related-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #00359324;border-color:#00359326}.bd-related-img{height:160px;overflow:hidden;position:relative}.bd-related-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.bd-related-card:hover .bd-related-img img{transform:scale(1.06)}.bd-related-no-img{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#cbd5e1}.bd-related-cat{position:absolute;top:10px;left:10px;color:#fff;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:50px;text-transform:uppercase;letter-spacing:.5px}.bd-related-body{padding:18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.bd-related-body h3{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;color:#1e293b;margin:0;line-height:1.4}.bd-related-body p{font-size:.85rem;color:#64748b;margin:0;line-height:1.5}.bd-related-read{font-size:.82rem;font-weight:700;color:#003593;margin-top:auto;display:flex;align-items:center;gap:6px;transition:gap .2s}.bd-related-card:hover .bd-related-read{gap:10px}@media(max-width:1100px){.bd-body-layout{grid-template-columns:1fr 260px;gap:28px}}@media(max-width:900px){.bd-body-layout{grid-template-columns:1fr}.bd-sidebar{position:static;max-width:480px;width:100%;margin-left:auto;margin-right:auto}.bd-content{padding:32px 28px}.bd-container{padding:0 20px 60px}}@media(max-width:768px){.bd-breadcrumb-bar{padding:0 16px}.bd-breadcrumb-bar .breadcrumb-current{max-width:360px}.bd-hero{min-height:400px}.bd-hero-content{padding:70px 20px 40px}.bd-content{padding:24px 20px}.bd-lead{font-size:1.05rem;padding-left:14px}.bd-container{padding:0 16px 50px}.bd-related{padding:50px 16px 60px}.bd-related-grid{grid-template-columns:1fr}.bd-footer{flex-direction:column;align-items:center}}@media(max-width:480px){.bd-breadcrumb-bar{padding:0 12px}.bd-breadcrumb-bar .breadcrumb-current{max-width:200px}.bd-hero{min-height:340px}.bd-hero-content{padding:60px 16px 30px}.bd-back-link{font-size:.78rem;padding:6px 12px}.bd-content{padding:30px 20px}.bd-container{padding:0 15px 40px;margin-top:-20px}.blog-rich-content{font-size:1rem;line-height:1.6}}@media(max-width:390px){.bd-hero{min-height:300px}.bd-hero-content{padding:55px 12px 24px}.bd-back-link{font-size:.73rem;padding:5px 10px}.bd-content{padding:25px 15px}.bd-container{padding:0 12px 32px;margin-top:-16px}.blog-rich-content{font-size:1rem;line-height:1.6}.bd-related{padding:40px 12px 50px}}.ht-master-container{background:#fdfbf7;background-image:url(https://www.transparenttextures.com/patterns/paper-fibers.png)}.ht-banner{position:relative;width:100%;height:320px;overflow:hidden;background:linear-gradient(135deg,#001a4d,#003593 40%,#00205c);border-bottom:3px solid rgba(196,153,26,.35)}.ht-banner-svg-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.ht-banner-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(212,160,23,.06) 0%,transparent 60%),radial-gradient(circle at 20% 80%,rgba(255,255,255,.03) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.03) 0%,transparent 40%);z-index:2}.ht-banner-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000a2826,#000a2880);pointer-events:none;z-index:3}.ht-banner-corner{position:absolute;width:50px;height:50px;border-color:#d4a01766;border-style:solid;border-width:0;z-index:4}.ht-corner-tl{top:20px;left:20px;border-top-width:2px;border-left-width:2px}.ht-corner-tr{top:20px;right:20px;border-top-width:2px;border-right-width:2px}.ht-corner-bl{bottom:20px;left:20px;border-bottom-width:2px;border-left-width:2px}.ht-corner-br{bottom:20px;right:20px;border-bottom-width:2px;border-right-width:2px}.ht-banner-content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:10px}.ht-banner-sub{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:4px;color:#d4a017a6;text-transform:uppercase}.ht-banner-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:900;color:#d4a017;letter-spacing:8px;text-transform:uppercase;text-align:center;margin:0;text-shadow:0 2px 30px rgba(0,0,0,.5),0 0 80px rgba(212,160,23,.12);position:relative}.ht-banner-title:before,.ht-banner-title:after{content:"";position:absolute;top:50%;width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,160,23,.5))}.ht-banner-title:before{right:calc(100% + 20px)}.ht-banner-title:after{left:calc(100% + 20px);background:linear-gradient(90deg,rgba(212,160,23,.5),transparent)}.ht-portrait-section{max-width:1060px;margin:0 auto;padding:60px 36px 50px;display:flex;gap:60px;align-items:flex-start}.ht-portrait-frame{position:relative;flex-shrink:0;width:340px}.ht-portrait-img{width:340px;height:440px;object-fit:cover;object-position:top center;border-radius:10px;display:block;box-shadow:0 25px 50px #00000040,0 0 0 1px #c4991a26;position:relative;z-index:2;border:5px solid #fff;filter:contrast(1.04) saturate(.92);transition:transform .5s cubic-bezier(.25,.8,.25,1)}.ht-portrait-frame:hover .ht-portrait-img{transform:scale(1.02)}.ht-portrait-ornament{position:absolute;top:18px;left:18px;width:340px;height:440px;border:2px solid rgba(196,153,26,.45);border-radius:10px;z-index:1;background:repeating-linear-gradient(45deg,rgba(196,153,26,.02),rgba(196,153,26,.02) 2px,transparent 2px,transparent 10px);transition:transform .5s cubic-bezier(.25,.8,.25,1)}.ht-portrait-frame:hover .ht-portrait-ornament{transform:translate(4px,4px)}.ht-like-btn{position:absolute;bottom:-20px;right:-20px;width:66px;height:66px;background:#fff;border:2px solid rgba(196,153,26,.15);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #0000001f;cursor:pointer;z-index:10;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.ht-like-btn:hover{transform:scale(1.12);box-shadow:0 12px 35px #0000002e;border-color:#ef44444d}.ht-like-btn i{font-size:1.4rem;color:#cbd5e1;transition:color .3s,transform .3s}.ht-like-btn:hover i{color:#f87171}.ht-like-btn.liked i{color:#ef4444}.ht-like-btn.liked{border-color:#ef444433;background:#fff5f5}.ht-like-count{font-size:.75rem;font-weight:800;color:#64748b;margin-top:1px}.ht-floating-heart{position:absolute;color:#ef4444;pointer-events:none}.ht-portrait-info{flex:1;padding-top:8px}.ht-category-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#854d0e,#a16207);color:#fef3c7;font-size:.72rem;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;padding:8px 20px;border-radius:4px;margin-bottom:28px;box-shadow:0 4px 12px #854d0e33}.ht-title{font-family:Playfair Display,Montserrat,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:#1a1a1a;line-height:1.15;margin:0 0 28px;position:relative;padding-bottom:20px}.ht-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#c4991a,transparent);border-radius:3px}.ht-quote-box{position:relative;padding:24px 28px 24px 54px;background:linear-gradient(135deg,#c4991a0d,#c4991a17);border-left:4px solid #c4991a;margin-bottom:32px;border-radius:0 16px 16px 0;box-shadow:0 4px 20px #0000000a}.ht-quote-icon{position:absolute;top:22px;left:18px;font-size:1.8rem;color:#c4991a;opacity:.35;z-index:0;transform:none;width:auto;height:auto;background:transparent;box-shadow:none}.ht-subtitle{position:relative;z-index:1;font-family:Georgia,serif;font-size:1.15rem;font-style:italic;color:#334155;line-height:1.7;margin:0}.ht-meta{display:flex;align-items:center;gap:15px;color:#94a3b8;font-size:.88rem;font-weight:500}.ht-meta i{color:#c4991a}.ht-rich-content p{font-size:1.15rem;color:#2d3748;line-height:2;margin-bottom:28px;font-family:Georgia,serif}.ht-rich-content h2{font-family:Playfair Display,serif;font-size:1.8rem;color:#854d0e;border-bottom:1px solid rgba(196,153,26,.2);padding-bottom:12px;margin-top:40px}.ht-rich-content blockquote{border-left:3px solid #c4991a;margin:30px 0;padding:20px 28px;background:#c4991a0a;border-radius:0 10px 10px 0;font-style:italic;color:#475569}.ht-rich-content img{border-radius:10px;box-shadow:0 10px 30px #0000001f}@media(max-width:900px){.ht-banner{height:260px}.ht-banner-corner{width:35px;height:35px}.ht-corner-tl,.ht-corner-tr{top:14px}.ht-corner-bl,.ht-corner-br{bottom:14px}.ht-corner-tl,.ht-corner-bl{left:14px}.ht-corner-tr,.ht-corner-br{right:14px}.ht-banner-title:before,.ht-banner-title:after{display:none}.ht-portrait-section{flex-direction:column;align-items:center;padding:40px 20px 20px;gap:40px;text-align:center}.ht-portrait-frame{width:300px}.ht-portrait-img,.ht-portrait-ornament{width:300px;height:380px}.ht-title:after{left:50%;transform:translate(-50%)}.ht-quote-box{text-align:left}.ht-meta{justify-content:center}}@media(max-width:480px){.ht-banner{height:220px}.ht-banner-corner{width:25px;height:25px}.ht-corner-tl,.ht-corner-tr{top:10px}.ht-corner-bl,.ht-corner-br{bottom:10px}.ht-corner-tl,.ht-corner-bl{left:10px}.ht-corner-tr,.ht-corner-br{right:10px}.ht-banner-sub{font-size:.65rem;letter-spacing:3px}.ht-portrait-frame{width:240px}.ht-portrait-img,.ht-portrait-ornament{width:240px;height:300px}.ht-like-btn{width:56px;height:56px;bottom:-14px;right:-14px}.ht-title{font-size:1.6rem}.ht-rich-content p:first-of-type:first-letter{font-size:2.5rem}}
