:root{--brand-blue:#1446a0;--brand-cyan:#00b8f0;--brand-bg:#090d13;--brand-card:#131924;--radius:12px;--shadow:0 6px 16px rgba(2, 6, 23, .28);--theme:#f7f9fc;--entry:#ffffff;--primary:#0f172a;--secondary:#334155;--tertiary:#64748b;--content:#111827;--border:#e6e8ec;--link-color:var(--brand-blue);--link-hover:var(--brand-cyan);--grad-toread:linear-gradient(135deg, #17b65f, #28d97a);--grad-reading:linear-gradient(135deg, #faae24, #ff8a0d);--grad-read:linear-gradient(135deg, #56607c, #75809b)}body:not(.dark){--brand-bg:#f7f9fc;--brand-card:#ffffff;--shadow:0 6px 16px rgba(2, 6, 23, .12);color-scheme:light}body.dark{--theme:var(--brand-bg);--entry:var(--brand-card);--primary:#e7edf4;--secondary:#aab4c2;--tertiary:#7c8aa1;--content:#d8e0ea;--border:#2c3442;--link-color:var(--brand-cyan);--link-hover:#7bd7ff;color-scheme:dark}html,body{background-color:var(--theme);color:var(--content)}.post-content a,.page-content a{color:var(--link-color);transition:color .2s ease}.post-content a:hover{color:var(--link-hover)}.post-content h2,.post-content h3,.post-single .post-title{color:var(--primary)}.post-entry,.first-entry{border-radius:var(--radius);box-shadow:0 1px rgba(0,0,0,4%)}body:not(.dark) .post-entry,body:not(.dark) .first-entry{background-color:var(--entry)}body.dark .post-entry,body.dark .first-entry{box-shadow:0 2px 8px rgba(0,0,0,.3);background-color:var(--brand-card)}.accordion-section{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin:1rem 0;overflow:hidden;transition:background .3s ease,box-shadow .3s ease}body.dark .accordion-section:hover{box-shadow:0 8px 24px rgba(0,0,0,.4)}.accordion-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-weight:700;font-size:1.05rem;color:#fff;border:0;cursor:pointer;background:linear-gradient(180deg,var(--brand-blue),var(--brand-cyan))}.accordion-header::after{content:"+";margin-left:auto;font-weight:800;line-height:1}.accordion-section.open .accordion-header::after{content:"–"}.accordion-content{background:var(--entry);color:var(--content);overflow:hidden;max-height:0;padding:0 1.25rem;transition:max-height .35s ease,padding .3s ease}.accordion-section.open .accordion-content{padding:1rem 1.25rem}.accordion-content blockquote{border-left:3px solid var(--brand-blue);padding-left:.85rem;margin-left:.25rem;opacity:.95}.accordion-section[data-status=toread]>.accordion-header{background:var(--grad-toread)}.accordion-section[data-status=reading]>.accordion-header{background:var(--grad-reading)}.accordion-section[data-status]>.accordion-header{background:linear-gradient(180deg,var(--brand-blue),var(--brand-cyan))}.accordion-section[data-status=toread] .read-badge{background:var(--grad-toread)}.accordion-section[data-status=reading] .read-badge{background:var(--grad-reading)}.accordion-section[data-status=read] .read-badge{background:var(--grad-read)}.read-badge{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.25);outline:1px solid rgba(255,255,255,.16);box-shadow:0 2px 6px rgba(0,0,0,.18)}.accordion-header{display:flex;align-items:center;justify-content:flex-start;text-align:left}.accordion-header .read-badge{width:120px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--col-hex-ffffff);border-radius:10px;margin-right:14px;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 3px 10px var(--col-23624780);transition:all .35s ease;flex-shrink:0;background:linear-gradient(135deg,var(--col-hex-007bff),var(--col-hex-00c6ff))}.read-badge.active{background:linear-gradient(135deg,var(--col-hex-faae24),var(--col-hex-ff8a0d));box-shadow:0 0 12px var(--col-39672051);transform:scale(1.05)}.read-badge.read{background:linear-gradient(135deg,var(--col-hex-6c757d),var(--col-hex-9aa3ad));opacity:.75;box-shadow:none}.read-badge svg{width:18px;height:18px;margin-right:6px;stroke:currentColor;stroke-width:2.4;fill:none}.accordion-header .acc-title{flex:auto;min-width:0;margin:0 8px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;line-clamp:1;text-align:left}@media(max-width:640px){.accordion-header .acc-title{-webkit-line-clamp:2;line-clamp:2}}.accordion-header .anchor,.accordion-content .anchor,a.anchor[href^="#"]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}@media(prefers-color-scheme:dark){.read-badge{box-shadow:0 3px 10px var(--col-54290361)}.read-badge.read{opacity:.6}}#reading-progress{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,var(--col-hex-0066cc),var(--col-hex-00c6ff));box-shadow:0 0 8px var(--col-55975756);z-index:9999;transition:width .3s ease-in-out}@media(max-width:640px){.accordion-section{position:relative;border-left:none}.accordion-header{position:relative;padding:.7rem .3rem .7rem 1.6rem;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.accordion-header::before{content:attr(data-status);position:absolute;top:0;left:0;width:22px;height:100%;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;border-radius:4px;letter-spacing:.5px;padding:2px 0;z-index:1}.accordion-section[data-status=toread] .accordion-header::before{content:"NEXT";background:linear-gradient(135deg,#17b65f,#28d97a)}.accordion-section[data-status=reading] .accordion-header::before{content:"NOW";background:linear-gradient(135deg,#faae24,#ff8a0d)}.accordion-section[data-status=read] .accordion-header::before{content:"READ";background:linear-gradient(135deg,#6c757d,#9aa3ad)}.accordion-header .read-badge{display:none!important}.accordion-header .accordion-title{position:relative;z-index:2;flex:1;color:#fff;font-size:.92rem;font-weight:700;line-height:1.35;word-break:break-word}}.faq-accordion{margin-top:.5rem}.faq-item{border:1px solid var(--border,var(--col-hex-e5e5e5));background:var(--entry,var(--col-hex-fff));color:var(--content,var(--col-hex-222));border-radius:10px;box-shadow:0 1px 3px var(--col-19090127);overflow:hidden;margin:.5rem 0}.faq-q{width:100%;text-align:left;padding:.85rem 1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border:0;background:0 0;color:inherit;transition:background .2s ease,color .2s ease}.faq-q:hover{background:var(--col-15188202)}body.dark .faq-q:hover{background:var(--col-74974589)}.faq-q .label{display:flex;align-items:center;gap:.5rem}.faq-q .mark{font-size:1.1rem;line-height:1;transition:transform .22s ease;opacity:.9}.faq-item.open .faq-q .mark{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height 320ms cubic-bezier(.2,.7,.3,1)}.faq-a-inner{padding:0 1rem}.faq-item.open .faq-a-inner{padding:1rem}.faq-a-inner p{margin:0;display:flex;align-items:flex-start;gap:.5rem}.faq-a-inner p::before{content:"💡";flex-shrink:0}.faq-accordion{margin-top:.5rem}.faq-item{border:1px solid var(--border,var(--col-hex-e5e5e5));background:var(--entry,var(--col-hex-fff));color:var(--content,var(--col-hex-222));border-radius:10px;box-shadow:0 1px 3px var(--col-19090127);overflow:hidden;margin:.5rem 0}.faq-q{width:100%;text-align:left;padding:.85rem 1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border:0;background:0 0;color:inherit;transition:background .2s ease,color .2s ease}.faq-q:hover{background:var(--col-15188202)}body.dark .faq-q:hover{background:var(--col-74974589)}.faq-q .label{display:flex;align-items:center;gap:.5rem}.faq-q .mark{font-size:1.1rem;line-height:1;transition:transform .22s ease;opacity:.9}.faq-item.open .faq-q .mark{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height 320ms cubic-bezier(.2,.7,.3,1)}.faq-a-inner{padding:0 1rem}.faq-item.open .faq-a-inner{padding:1rem}.faq-a-inner p{margin:0;display:flex;align-items:flex-start;gap:.5rem}.faq-a-inner p::before{content:"💡";flex-shrink:0}@media(max-width:640px){.accordion-section{position:relative;border-left:none}.accordion-header{position:relative;padding:.7rem .3rem .7rem 1.6rem;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.accordion-header::before{content:attr(data-status);position:absolute;top:0;left:0;width:22px;height:100%;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;border-radius:4px;letter-spacing:.5px;padding:2px 0;z-index:1}.accordion-section[data-status=toread] .accordion-header::before{content:"NEXT";background:linear-gradient(135deg,#17b65f,#28d97a)}.accordion-section[data-status=reading] .accordion-header::before{content:"NOW";background:linear-gradient(135deg,#faae24,#ff8a0d)}.accordion-section[data-status=read] .accordion-header::before{content:"READ";background:linear-gradient(135deg,#6c757d,#9aa3ad)}.accordion-header .read-badge{display:none!important}.accordion-header .accordion-title{position:relative;z-index:2;flex:1;color:#fff;font-size:.92rem;font-weight:700;line-height:1.35;word-break:break-word}}@media(min-width:641px){.accordion-header .read-badge,.accordion-header .status-badge,.accordion-header .badge{display:inline-flex!important;align-items:center;gap:.5rem}.accordion-header svg,.accordion-header .chevron,.accordion-header .toggle{color:#fff!important;fill:currentColor!important;opacity:.95}}:root{--brand-blue:#1446a0;--brand-cyan:#00b8f0;--brand-bg:#090d13;--brand-card:#131924;--radius:12px;--shadow:0 6px 16px rgba(2, 6, 23, .28);--theme:#f7f9fc;--entry:#ffffff;--primary:#0f172a;--secondary:#334155;--tertiary:#64748b;--content:#111827;--border:#e6e8ec;--link-color:var(--brand-blue);--link-hover:var(--brand-cyan);--grad-toread:linear-gradient(135deg, #17b65f, #28d97a);--grad-reading:linear-gradient(135deg, #faae24, #ff8a0d);--grad-read:linear-gradient(135deg, #56607c, #75809b)}body:not(.dark){--brand-bg:#f7f9fc;--brand-card:#ffffff;--shadow:0 6px 16px rgba(2, 6, 23, .12);color-scheme:light}body.dark{--theme:var(--brand-bg);--entry:var(--brand-card);--primary:#e7edf4;--secondary:#aab4c2;--tertiary:#7c8aa1;--content:#d8e0ea;--border:#2c3442;--link-color:var(--brand-cyan);--link-hover:#7bd7ff;color-scheme:dark}html,body{background-color:var(--theme);color:var(--content)}.post-content a,.page-content a{color:var(--link-color);transition:color .2s ease}.post-content a:hover{color:var(--link-hover)}.post-content h2,.post-content h3,.post-single .post-title{color:var(--primary)}.post-entry,.first-entry{border-radius:var(--radius);box-shadow:0 1px rgba(0,0,0,4%)}body:not(.dark) .post-entry,body:not(.dark) .first-entry{background-color:var(--entry)}body.dark .post-entry,body.dark .first-entry{box-shadow:0 2px 8px rgba(0,0,0,.3);background-color:var(--brand-card)}.accordion-section{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin:1rem 0;overflow:hidden;transition:background .3s ease,box-shadow .3s ease}body.dark .accordion-section:hover{box-shadow:0 8px 24px rgba(0,0,0,.4)}.accordion-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-weight:700;font-size:1.05rem;color:#fff;border:0;cursor:pointer;background:linear-gradient(180deg,var(--brand-blue),var(--brand-cyan))}.accordion-header::after{content:"+";margin-left:auto;font-weight:800;line-height:1}.accordion-section.open .accordion-header::after{content:"–"}.accordion-content{background:var(--entry);color:var(--content);overflow:hidden;max-height:0;padding:0 1.25rem;transition:max-height .35s ease,padding .3s ease}.accordion-section.open .accordion-content{padding:1rem 1.25rem}.accordion-content blockquote{border-left:3px solid var(--brand-blue);padding-left:.85rem;margin-left:.25rem;opacity:.95}.accordion-section[data-status=toread]>.accordion-header{background:var(--grad-toread)}.accordion-section[data-status=reading]>.accordion-header{background:var(--grad-reading)}.accordion-section[data-status]>.accordion-header{background:linear-gradient(180deg,var(--brand-blue),var(--brand-cyan))}.accordion-section[data-status=toread] .read-badge{background:var(--grad-toread)}.accordion-section[data-status=reading] .read-badge{background:var(--grad-reading)}.accordion-section[data-status=read] .read-badge{background:var(--grad-read)}.read-badge{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.25);outline:1px solid rgba(255,255,255,.16);box-shadow:0 2px 6px rgba(0,0,0,.18)}header.header>nav.nav{max-width:calc(var(--nav-width) + var(--gap) * 2);margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}.post-list .post-entry,.home .post-entry,.terms .post-entry,.list .post-entry,.home .first-entry,.list .first-entry{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .2s ease,box-shadow .25s ease,border-color .25s ease}.post-entry:hover,.first-entry:hover{transform:translateY(-2px);box-shadow:0 10px 28px var(--col-19828488)}.post-entry .entry-header,.first-entry .entry-header{background:linear-gradient(135deg,var(--brand-blue),var(--brand-cyan));color:var(--col-hex-fff);padding:.9rem 1.05rem;border-bottom:1px solid var(--col-09648597)}.post-entry .entry-header a,.first-entry .entry-header a{color:var(--col-hex-fff)!important;text-decoration:none}.post-entry .entry-header h2,.first-entry .entry-header h2{margin:0;display:flex;align-items:center;gap:.65rem;font-weight:800;line-height:1.25}.read-pill{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 .6rem;font-size:.75rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;border-radius:999px;color:var(--col-hex-fff);background:var(--col-53726406);border:1px solid var(--col-13548539);box-shadow:0 3px 10px var(--col-24547377);flex-shrink:0}.read-pill.active{background:var(--col-30026693);border-color:var(--col-26208930)}.post-entry .entry-content,.first-entry .entry-content{padding:1rem 1.05rem}.post-entry .entry-footer,.first-entry .entry-footer{padding:.7rem 1.05rem;border-top:1px solid var(--border);color:var(--secondary)}@media(max-width:480px){.post-entry .entry-header,.first-entry .entry-header{padding:.8rem .85rem}.post-entry .entry-content,.first-entry .entry-content{padding:.85rem}.post-entry .entry-footer,.first-entry .entry-footer{padding:.6rem .85rem}}.post-entry,.first-entry{opacity:0;transform:translateY(8px)}.post-entry.fade-in,.first-entry.fade-in{opacity:1!important;transform:translateY(0)!important;transition:opacity .45s ease,transform .45s ease}.accordion-header{display:flex;align-items:center;justify-content:flex-start;text-align:left}.accordion-header .read-badge{width:120px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--col-hex-ffffff);border-radius:10px;margin-right:14px;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 3px 10px var(--col-23624780);transition:all .35s ease;flex-shrink:0;background:linear-gradient(135deg,var(--col-hex-007bff),var(--col-hex-00c6ff))}.read-badge.active{background:linear-gradient(135deg,var(--col-hex-faae24),var(--col-hex-ff8a0d));box-shadow:0 0 12px var(--col-39672051);transform:scale(1.05)}.read-badge.read{background:linear-gradient(135deg,var(--col-hex-6c757d),var(--col-hex-9aa3ad));opacity:.75;box-shadow:none}.read-badge svg{width:18px;height:18px;margin-right:6px;stroke:currentColor;stroke-width:2.4;fill:none}.accordion-header .acc-title{flex:auto;min-width:0;margin:0 8px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;line-clamp:1;text-align:left}@media(max-width:640px){.accordion-header .acc-title{-webkit-line-clamp:2;line-clamp:2}}.accordion-header .anchor,.accordion-content .anchor,a.anchor[href^="#"]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}@media(prefers-color-scheme:dark){.read-badge{box-shadow:0 3px 10px var(--col-54290361)}.read-badge.read{opacity:.6}}:root{--mascot-size:148px;--mascot-right:16px;--bubble-max:280px;--z:40;--ease:cubic-bezier(.2,.7,.3,1)}#mascot-guide{position:fixed;right:var(--mascot-right);bottom:18vh;width:var(--mascot-size);z-index:var(--z);pointer-events:none;contain:layout style paint}#mascot-guide .mascot-svg{width:100%;height:auto;filter:drop-shadow(0 6px 16px rgba(0,0,0,.25));transform-origin:50% 85%}@keyframes mascot-bounce{0%,100%{transform:translateY(0)rotate(0)}50%{transform:translateY(-3px)rotate(-.2deg)}}@keyframes arm-point{0%,100%{transform:rotate(0)}50%{transform:rotate(-6deg)}}#mascot-guide.scrolling .mascot-svg{animation:mascot-bounce 800ms var(--ease)infinite}#mascot-guide.scrolling .arm{transform-origin:36px 100px;animation:arm-point 900ms var(--ease)infinite}.mascot-bubble{position:absolute;top:-8px;left:calc(-1 * var(--bubble-max) - 16px);width:var(--bubble-max);max-width:70vw;background:#0a2540;color:#fff;border-radius:14px;box-shadow:0 10px 26px rgba(2,6,23,.28);padding:10px 12px;pointer-events:auto;transform:translateY(-12px);opacity:.96}.bubble-inner{display:flex;align-items:center;gap:.5rem}.bubble-text{font:600 14px/1.35 system-ui,-apple-system,segoe ui,Roboto,Arial}.bubble-hand{filter:drop-shadow(0 1px 0 rgba(0,0,0,.2))}.bubble-arrow{position:absolute;right:-10px;top:24px;width:0;height:0;border:10px solid transparent;border-left-color:#0a2540}.mascot-cta{position:absolute;bottom:-44px;left:calc(-1 * var(--bubble-max) - 16px);width:var(--bubble-max);max-width:70vw;display:none;background:linear-gradient(135deg,#1446a0,#00b8f0);color:#fff;text-decoration:none;border-radius:12px;padding:10px 12px;font:700 14px/1.2 system-ui,-apple-system,segoe ui,Roboto,Arial;box-shadow:0 10px 26px rgba(0,0,0,.28);pointer-events:auto}.mascot-cta:hover{filter:brightness(1.05)}.mascot-cta:active{transform:translateY(1px)}@media(prefers-reduced-motion:reduce){#mascot-guide.scrolling .mascot-svg,#mascot-guide.scrolling .arm{animation:none!important}}@media(max-height:560px){#mascot-guide{display:none}}#reading-progress{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,var(--col-hex-0066cc),var(--col-hex-00c6ff));box-shadow:0 0 8px var(--col-55975756);z-index:9999;transition:width .3s ease-in-out}.post-meta-with-icon{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.hero-icon-corner{flex-shrink:0;width:65px;height:65px;opacity:.9}.hero-icon-corner svg{width:100%;height:100%;fill:#fff;opacity:.85;transition:opacity .3s ease,transform .3s ease}body.dark .hero-icon-corner svg{fill:#dfe7f5;opacity:.9}.hero-icon-corner:hover svg{opacity:1;transform:scale(1.05)}@media(max-width:680px){.post-meta-with-icon{flex-direction:column;align-items:flex-start}.hero-icon-corner{align-self:flex-end;margin-top:.25rem}}.related-posts{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.related-posts h2{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:680px){.related-grid{grid-template-columns:1fr}}.related-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#002b70 0%,#003b8a 38%,#0050cc 100%);border-radius:14px;padding:1rem 1.2rem;text-decoration:none;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.35);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;min-height:74px;border:1px solid rgba(255,255,255,8%)}.related-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.45);filter:brightness(1.08)}.card-badge{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.14);border-radius:30px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;letter-spacing:.02em}.check{width:14px;height:14px;border:2px solid #26e26a;border-radius:3px;position:relative}.check:after{content:"";position:absolute;left:2px;top:0;width:6px;height:10px;border-right:2px solid #26e26a;border-bottom:2px solid #26e26a;transform:rotate(45deg)}.card-title{flex:1;font-size:1rem;font-weight:700;margin:0 1rem;line-height:1.3;text-shadow:0 1px 0 rgba(0,0,0,.25)}.card-plus{font-weight:900;font-size:1.3rem;opacity:.9}.post-content h3{position:relative;font-weight:700;font-size:1.15rem;line-height:1.3;margin:2rem 0 1rem;padding:10px 14px 10px 18px;color:var(--col-hex-0b2a4a);text-transform:uppercase;letter-spacing:.4px;border-radius:10px;background:linear-gradient(180deg,var(--col-51216252) 0%,var(--col-05952405) 100%);box-shadow:0 4px 14px var(--col-70011042);transition:all .25s ease}.post-content h3::before{content:"";position:absolute;left:0;top:6px;width:5px;height:calc(100% - 12px);background:linear-gradient(180deg,var(--col-hex-00c6ff),var(--col-hex-007bff));border-radius:3px;box-shadow:0 0 6px var(--col-32637359)}.post-content h3:hover{transform:translateY(-2px);box-shadow:0 8px 18px var(--col-50561278)}.post-content h3+p,.post-content h3+ul,.post-content h3+blockquote{margin-top:.8rem}.post-content ul{margin-left:1.2rem;padding-left:.2rem}.post-content ul li{position:relative;margin:.45rem 0;padding-left:1rem;line-height:1.6}.post-content ul li::before{content:"▹";position:absolute;left:0;color:var(--col-hex-00bfff);font-weight:700;font-size:1.05rem}.post-content blockquote{background:var(--col-hex-e9f5ff);border-left:5px solid var(--col-hex-007bff);padding:1.1rem 1.5rem;border-radius:10px;color:var(--col-hex-003366);font-style:italic;margin:1.5rem 0}@media(max-width:640px){.post-content h3{font-size:1.05rem;padding:8px 12px 8px 16px}}body.dark .post-content h3{color:var(--col-hex-d8ebff);background:linear-gradient(180deg,var(--col-32014078) 0%,var(--col-52733188) 100%);box-shadow:0 4px 14px var(--col-79908235)}body.dark .post-content blockquote{background:var(--col-91833749);border-left-color:var(--col-hex-00bfff);color:var(--col-hex-d6ecff)}.post-content p{text-align:justify;text-justify:inter-word}.post-content blockquote{border-left:4px solid var(--brand-cyan);background:rgba(0,184,240,8%);padding:.75rem 1rem;font-style:italic;border-radius:6px;margin:1rem 0;color:var(--primary)}.post-content blockquote p{margin:0}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{color:var(--primary);line-height:1.25;margin:2rem 0 1rem}.post-content h1,.page-content h1{font-size:1.9rem;font-weight:800}.post-content h2,.page-content h2{font-size:1.35rem;font-weight:750}.post-content h3,.page-content h3{position:relative;font-weight:700;font-size:1.15rem;line-height:1.3;margin:2rem 0 1rem;padding:10px 14px 10px 18px;color:#0b2a4a;text-transform:uppercase;letter-spacing:.4px;border-radius:10px;background:linear-gradient(180deg,rgba(0,198,255,7%) 0%,rgba(0,123,255,5%) 100%);box-shadow:0 4px 14px rgba(0,0,0,6%)}.post-content h3::before,.page-content h3::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;border-radius:6px;background:linear-gradient(180deg,var(--brand-cyan),var(--brand-blue));box-shadow:0 0 0 1px rgba(255,255,255,.3)inset,0 2px 6px rgba(0,0,0,8%)}.post-content h4,.page-content h4{font-size:1.05rem;font-weight:650}.post-content h5,.page-content h5{font-size:1rem;font-weight:600}.post-content h6,.page-content h6{font-size:.95rem;font-weight:600;opacity:.9}@media(max-width:640px){.post-content h1,.page-content h1{font-size:1.6rem}.post-content h2,.page-content h2{font-size:1.18rem}.post-content h3,.page-content h3{font-size:1.05rem;padding:8px 12px 8px 16px}}body.dark .post-content h3,body.dark .page-content h3{color:#d8ebff;background:linear-gradient(180deg,rgba(0,198,255,.12) 0%,rgba(0,123,255,.1) 100%)}@media(min-width:641px){.accordion-header .read-badge,.accordion-header .status-badge,.accordion-header .badge{display:inline-flex!important;align-items:center;gap:.5rem}.accordion-header svg,.accordion-header .chevron,.accordion-header .toggle{color:#fff!important;fill:currentColor!important;opacity:.95}}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{color:var(--primary);line-height:1.25;margin:2rem 0 1rem}.post-content h1,.page-content h1{font-size:1.9rem;font-weight:800}.post-content h2,.page-content h2{font-size:1.35rem;font-weight:750}.post-content h3,.page-content h3{position:relative;font-weight:700;font-size:1.15rem;line-height:1.3;margin:2rem 0 1rem;padding:10px 14px 10px 18px;color:#0b2a4a;text-transform:uppercase;letter-spacing:.4px;border-radius:10px;background:linear-gradient(180deg,rgba(0,198,255,7%) 0%,rgba(0,123,255,5%) 100%);box-shadow:0 4px 14px rgba(0,0,0,6%)}.post-content h3::before,.page-content h3::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;border-radius:6px;background:linear-gradient(180deg,var(--brand-cyan),var(--brand-blue));box-shadow:0 0 0 1px rgba(255,255,255,.3)inset,0 2px 6px rgba(0,0,0,8%)}.post-content h4,.page-content h4{font-size:1.05rem;font-weight:650}.post-content h5,.page-content h5{font-size:1rem;font-weight:600}.post-content h6,.page-content h6{font-size:.95rem;font-weight:600;opacity:.9}@media(max-width:640px){.post-content h1,.page-content h1{font-size:1.6rem}.post-content h2,.page-content h2{font-size:1.18rem}.post-content h3,.page-content h3{font-size:1.05rem;padding:8px 12px 8px 16px}}body.dark .post-content h3,body.dark .page-content h3{color:#d8ebff;background:linear-gradient(180deg,rgba(0,198,255,.12) 0%,rgba(0,123,255,.1) 100%)}