:root{--color-bg: #020617;--color-bg-secondary: #0f172a;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .12);--color-text: #f8fafc;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-accent: #ffffff;--color-accent-hover: #a0a0a0;--color-accent-light: rgba(35, 128, 244, .15);--gradient-accent: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1)}html[data-theme=light]{--color-bg: #f8fafc;--color-bg-secondary: #ffffff;--color-border: rgba(0, 0, 0, .08);--color-border-hover: rgba(0, 0, 0, .12);--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-accent: #3b82f6;--color-accent-hover: #2563eb;--color-accent-light: rgba(59, 130, 246, .1);--gradient-accent: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%)}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;background:#2380f41a;z-index:9999;opacity:0;transition:opacity var(--transition-base)}html[data-theme=light] .reading-progress{background:#2380f414}.progress-bar{height:100%;background:var(--gradient-accent);width:0%;transition:width .1s ease-out}.post-hero{position:relative;padding-top:120px;padding-bottom:40px}.hero-container{width:100%;max-width:1000px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:var(--color-text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;margin-bottom:32px;align-self:flex-start}html[data-theme=light] .back-btn{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#334155}.back-btn:hover{background:#ffffff1a;color:var(--color-text);border-color:#fff3}html[data-theme=light] .back-btn:hover{background:#00000014;border-color:#00000026}.back-btn svg{width:16px;height:16px}.hero-content{width:100%;max-width:800px;margin-bottom:48px}.hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px}.meta-date,.meta-category,.meta-author,.meta-readtime{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#ffffff08;border-radius:4px;font-size:11px;color:var(--color-text-secondary);border:1px solid rgba(255,255,255,.05);text-transform:uppercase;letter-spacing:.05em;font-weight:600}html[data-theme=light] .meta-date,html[data-theme=light] .meta-category,html[data-theme=light] .meta-author,html[data-theme=light] .meta-readtime{background:#0f172a0f;border-color:#0f172a1a;color:#475569}.hero-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;margin-bottom:20px;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:800px;margin-left:auto;margin-right:auto;text-wrap:balance}html[data-theme=light] .hero-title{background:linear-gradient(to right,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-excerpt{font-size:1.125rem;line-height:1.7;color:var(--color-text-secondary);max-width:650px;margin:0 auto}.hero-image-container{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px -10px #00000080;border:1px solid rgba(255,255,255,.1);background:#ffffff05;aspect-ratio:16/9}html[data-theme=light] .hero-image-container{box-shadow:0 20px 40px -10px #00000026;border:1px solid rgba(0,0,0,.1);background:#00000005}.featured-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-layout{display:grid;grid-template-columns:320px 1fr 320px;gap:60px;max-width:1800px;margin:0 auto;padding:80px 40px;align-items:start}.post-content{min-width:0;background:transparent}.content-wrapper{display:flex;flex-direction:column;align-items:flex-end;max-width:100%}.post-sidebar{position:relative;display:flex;flex-direction:column;gap:24px;width:100%}.left-sidebar,.right-sidebar{position:sticky;top:100px;width:100%}.sidebar-widget{background:#000;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base)}html[data-theme=light] .sidebar-widget{background:#fff;border-color:#00000014;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.sidebar-widget:hover{border-color:var(--color-border-hover)}html[data-theme=light] .sidebar-widget:hover{border-color:#00000026;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.sidebar-widget svg{color:var(--color-accent)}.widget-header{padding:18px 20px;border-bottom:1px solid var(--color-border)}html[data-theme=light] .widget-header{border-bottom-color:#0000000f;background:#f8fafc80}.widget-header h3{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#fff;margin:0}html[data-theme=light] .widget-header h3{color:#0f172a}.widget-header svg{width:18px;height:18px;color:var(--color-accent)}html[data-theme=light] .widget-header svg{color:#2563eb}.toc-widget{position:relative;transition:all .3s ease}.toc-widget.sticky{position:sticky;top:100px;z-index:10;background:#000!important;border-radius:var(--radius-lg);box-shadow:0 4px 20px #0000004d;border-color:var(--color-border);animation:tocStickyIn .3s ease forwards}.toc-widget.sticky .widget-header{background:transparent;border-bottom-color:var(--color-border);padding:24px 28px}html[data-theme=light] .toc-widget.sticky .widget-header{background:linear-gradient(135deg,#3b82f614,#2ecba00f);border-bottom-color:#3b82f626}.toc-widget.sticky .widget-header h3{color:#fff}html[data-theme=light] .toc-widget.sticky .widget-header h3{color:#0f172a}.toc-widget.sticky .widget-header svg{color:var(--color-accent)}.left-sidebar.sticky{position:sticky;top:100px;z-index:10}.toc-nav{padding:12px 0;max-height:calc(100vh - 140px);overflow-y:auto}.toc-widget.sticky .toc-nav{max-height:calc(100vh - 200px);padding:8px 0}.toc-list{list-style:none;margin:0;padding:0}.toc-item{margin:0}.toc-item a{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--color-text-secondary);font-size:13px;text-decoration:none;transition:all var(--transition-fast);border-left:2px solid transparent}.toc-item a:hover,.toc-item a.active{color:#fff;background:#2380f414;border-left-color:var(--color-accent)}html[data-theme=light] .toc-item a:hover,html[data-theme=light] .toc-item a.active{color:#0f172a;background:#2380f414}.toc-item.toc-h3 a{padding-left:36px;font-size:12px}.author-card{padding:20px;display:flex;gap:16px;align-items:flex-start}.author-avatar{width:56px;height:56px;border-radius:50%;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-avatar svg{width:28px;height:28px;color:#fff}.author-name{font-size:15px;font-weight:700;color:#fff;margin:0 0 8px}html[data-theme=light] .author-name{color:#0f172a}.author-bio{font-size:13px;color:var(--color-text-secondary);line-height:1.6;margin:0}.related-list{list-style:none;margin:0;padding:12px 0}.related-item{padding:0 12px;margin-bottom:8px}.related-link{display:flex;gap:14px;padding:12px;text-decoration:none;border-radius:var(--radius-md);transition:all var(--transition-fast)}.related-link:hover{background:#2380f414}.related-thumb{width:70px;height:50px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:#ffffff08}.related-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thumb-placeholder svg{width:24px;height:24px;color:var(--color-text-muted)}.related-info h4{font-size:13px;font-weight:600;color:#fff;margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html[data-theme=light] .related-info h4{color:#0f172a}.related-meta{font-size:11px;color:var(--color-text-muted)}.categories-list{list-style:none;margin:0;padding:8px 0}.category-link{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;text-decoration:none;color:var(--color-text-secondary);font-size:13px;font-weight:500;transition:all var(--transition-fast);border-radius:var(--radius-sm);margin:2px 8px}.category-link:hover{background:#2380f414;color:#fff;transform:translate(4px)}html[data-theme=light] .category-link:hover{background:#2563eb0f;color:#0f172a}.category-name{display:flex;align-items:center;gap:10px}.category-name svg{width:16px;height:16px;color:var(--color-accent);opacity:.7}.category-link:hover .category-name svg{opacity:1}.category-count{font-size:11px;padding:3px 10px;background:#ffffff0d;border-radius:50px;color:var(--color-text-muted)}html[data-theme=light] .category-count{background:#0f172a0f;color:#64748b}.tags-widget{padding:20px}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-link{padding:7px 13px;background:#ffffff08;color:var(--color-text-secondary);font-size:12px;border-radius:var(--radius-sm);text-decoration:none;transition:all var(--transition-fast);border:1px solid transparent}.tag-link:hover{background:#2380f41a;color:var(--color-accent);transform:translateY(-2px)}html[data-theme=light] .tag-link{background:#0f172a0a;color:#475569;border-color:transparent}html[data-theme=light] .tag-link:hover{background:#2563eb14;color:#2563eb;border-color:#2563eb33}.newsletter-widget{background:#000!important;border-color:var(--color-border)!important}html[data-theme=light] .newsletter-widget{background:#fff;border-color:#00000014}.newsletter-card{padding:24px;text-align:center}.newsletter-icon{width:52px;height:52px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:var(--radius-md)}.newsletter-icon svg{width:26px;height:26px;color:#fff}.newsletter-card h4{font-size:16px;font-weight:700;color:#fff;margin:0 0 8px}html[data-theme=light] .newsletter-card h4{color:#0f172a}.newsletter-card>p{font-size:13px;color:var(--color-text-secondary);margin:0 0 20px}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-input{width:100%;padding:12px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:#fff;font-size:14px;outline:none;transition:all var(--transition-fast)}html[data-theme=light] .newsletter-input{background:#fff;border:1px solid rgba(15,23,42,.12);color:#0f172a}.newsletter-input:focus{border-color:var(--color-accent);background:#ffffff14}html[data-theme=light] .newsletter-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.newsletter-input::-moz-placeholder{color:var(--color-text-muted)}.newsletter-input::placeholder{color:var(--color-text-muted)}html[data-theme=light] .newsletter-input::-moz-placeholder{color:#94a3b8}html[data-theme=light] .newsletter-input::placeholder{color:#94a3b8}.newsletter-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:var(--radius-sm);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.newsletter-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2380f44d}.newsletter-btn svg{width:16px;height:16px;transition:transform var(--transition-fast)}.newsletter-btn:hover svg{transform:translate(3px)}.newsletter-note{margin:12px 0 0;font-size:11px;color:var(--color-text-muted)}.share-widget{background:#000!important;border-color:var(--color-border)!important;padding-bottom:24px}.share-widget .widget-header{background:transparent;border-bottom-color:var(--color-border);padding:24px 28px}.share-widget .widget-header h3{color:#fff;font-size:16px;display:flex;align-items:center;gap:12px}html[data-theme=light] .share-widget{background:#fff!important;border-color:#0f172a14!important}html[data-theme=light] .share-widget .widget-header h3{color:#0f172a}.share-widget .widget-header svg{width:22px;height:22px}.share-buttons-sidebar{display:flex;flex-wrap:nowrap;gap:12px;padding:28px;justify-content:center;align-items:center}.share-buttons-sidebar .share-btn{width:52px;height:52px;border-radius:var(--radius-md)}.share-buttons-sidebar .share-btn svg{width:24px;height:24px}.share-buttons-sidebar .share-btn.copy .copy-feedback{top:50%;transform:translateY(-50%);margin-top:0;left:auto;right:100%;margin-right:12px;padding:8px 14px;font-size:12px}.post-content{background:transparent}.content-wrapper{position:relative;padding-bottom:60px}.content-body{font-size:19px;font-weight:500;line-height:1.9;color:#fff;max-width:100%}html[data-theme=light] .content-body{color:#334155}.content-body .blog-post,.content-body article,.content-body .blog-post *,.content-body article *{max-width:100%!important;width:auto!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;background-color:transparent!important;color:inherit!important;font-family:inherit!important}.content-body .content-section{margin:0!important;padding:0!important}.content-body img{max-width:100%;height:auto;border-radius:12px;margin:40px 0;box-shadow:0 20px 40px #0000004d;cursor:pointer;transition:transform .3s ease}.content-body img:hover{transform:scale(1.02)}.content-body figure,.content-body .wp-block-image,.content-body .wp-block-gallery{max-width:100%!important;margin:40px 0!important}.content-body h1,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6{margin-top:56px;margin-bottom:20px;line-height:1.3;color:#f3f4f6;font-weight:700;letter-spacing:-.01em}html[data-theme=light] .content-body h1,html[data-theme=light] .content-body h2,html[data-theme=light] .content-body h3,html[data-theme=light] .content-body h4,html[data-theme=light] .content-body h5,html[data-theme=light] .content-body h6{color:#0f172a}.content-body h1{font-size:42px}.content-body h2{font-size:32px}.content-body h3{font-size:26px}.content-body h4{font-size:22px}.content-body p{margin:0 0 32px}.content-body a{color:#a0a0a0;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.content-body a:hover{color:#fff;border-bottom-color:#fff}.content-body hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:64px 0}.content-body ul,.content-body ol{margin:0 0 36px;padding-left:32px}.content-body li{margin-bottom:14px;position:relative}.content-body ul li::marker{color:#a0a0a0}.content-body blockquote{position:relative;margin:56px 0;padding:36px 48px;background:linear-gradient(135deg,#2380f414,#2ecba00d);border:1px solid rgba(35,128,244,.15);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-md) var(--radius-md) 0}html[data-theme=light] .content-body blockquote{background:linear-gradient(135deg,#2380f40d,#2ecba008);border:1px solid rgba(35,128,244,.1)}.content-body blockquote:before{display:none}.content-body blockquote p{margin:0;font-size:19px;font-style:italic;line-height:1.8;color:#e5e7eb}html[data-theme=light] .content-body blockquote p{color:#334155}.content-body .accent-box,.content-body .analogy-box,.content-body .benefit-card,.content-body .step-box,.content-body .caution-box{background:linear-gradient(135deg,#2380f414,#2ecba00d)!important;border:1px solid rgba(35,128,244,.15)!important;border-left-width:4px!important;border-radius:var(--radius-md)!important;padding:22px!important;margin:36px 0!important;font-style:italic!important;color:#e5e7eb!important}html[data-theme=light] .content-body .accent-box,html[data-theme=light] .content-body .analogy-box,html[data-theme=light] .content-body .benefit-card,html[data-theme=light] .content-body .step-box,html[data-theme=light] .content-body .caution-box{background:linear-gradient(135deg,#2380f40d,#2ecba008)!important;border:1px solid rgba(35,128,244,.1)!important;color:#334155!important}.content-body .cta-section{background:linear-gradient(135deg,#2380f41a,#2ecba00d)!important;border:1px solid rgba(35,128,244,.2)!important;border-radius:var(--radius-lg)!important;padding:56px!important;margin:72px 0!important;text-align:center!important}.content-body .cta-section h2{margin-top:0!important;font-size:32px!important}.content-body .cta-button{display:inline-block!important;background:var(--gradient-accent)!important;color:#fff!important;padding:16px 40px!important;border-radius:50px!important;text-decoration:none!important;font-weight:600!important;font-size:16px!important;margin-top:28px!important;border:none!important;transition:all .3s ease!important}.content-body .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2380f459}.content-body pre{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:22px;overflow-x:auto;margin:36px 0}html[data-theme=light] .content-body pre{background:#f1f5f9;border:1px solid rgba(0,0,0,.08)}.content-body pre code{background:transparent;padding:0;font-size:13px;line-height:1.6;color:#e5e7eb}html[data-theme=light] .content-body pre code{color:#334155}.content-body code{background:#2380f41a;padding:3px 8px;border-radius:6px;font-size:13px;color:#fff}html[data-theme=light] .content-body code{background:#2563eb14;color:#1e40af}.content-body table{width:100%;border-collapse:collapse;margin:48px 0;border-radius:var(--radius-md);overflow:hidden}.content-body th,.content-body td{padding:18px 24px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}html[data-theme=light] .content-body th{background:#2380f414;color:#0f172a}.content-body th{background:#2380f41a;font-weight:600;color:#f3f4f6;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.content-body td{color:#d1d5db;font-size:14px}html[data-theme=light] .content-body td{color:#475569}.content-body tr:last-child td{border-bottom:none}.content-body tr:hover td{background:#ffffff05}html[data-theme=light] .content-body tr:hover td{background:#00000005}html[data-theme=light] .content-body th,html[data-theme=light] .content-body td{border-bottom-color:#0f172a14}html[data-theme=light] .content-body hr{border-top-color:#0f172a1a}html[data-theme=light] .content-body a{color:#2563eb}html[data-theme=light] .content-body a:hover{color:#1d4ed8;border-bottom-color:#1d4ed8}html[data-theme=light] .content-body ul li::marker{color:#2563eb}.post-footer{background:linear-gradient(to top,rgba(35,128,244,.04) 0%,transparent 100%);padding:60px 0;border-top:1px solid rgba(255,255,255,.05)}html[data-theme=light] .post-footer{background:linear-gradient(to top,rgba(35,128,244,.02) 0%,transparent 100%);border-top:1px solid rgba(0,0,0,.05)}.footer-wrapper{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.footer-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.footer-tag{padding:8px 16px;background:#ffffff08;border:1px solid var(--color-border);border-radius:50px;color:var(--color-text-secondary);font-size:12px;text-decoration:none;transition:all var(--transition-fast)}html[data-theme=light] .footer-tag{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#475569}.footer-tag:hover{background:#2380f41a;color:var(--color-accent);border-color:#2380f433}html[data-theme=light] .footer-tag:hover{background:#2380f414;color:var(--color-accent);border-color:#2380f426}.footer-back{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#2380f41a;border:1px solid rgba(35,128,244,.2);border-radius:50px;color:#a0a0a0;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s ease}html[data-theme=light] .footer-back{background:#2380f414;border:1px solid rgba(35,128,244,.15);color:#2563eb}.footer-back:hover{background:#2380f433;color:#fff;transform:translateY(-2px)}html[data-theme=light] .footer-back:hover{background:#2380f41f;color:#1d4ed8}.footer-back svg{width:18px;height:18px}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:40px;cursor:pointer}.lightbox-overlay img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-md)}.page-content{padding:80px 24px;background:var(--color-bg, #0a0a0c)}.page-wrapper{max-width:900px;margin:0 auto}.page-header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.page-title{font-size:42px;font-weight:700;color:#f3f4f6;margin:0;letter-spacing:-.02em}html[data-theme=light] .page-content{background:transparent}html[data-theme=light] .page-header{border-bottom-color:#0f172a14}html[data-theme=light] .page-title{color:#0f172a}.page-body{font-size:17px;line-height:1.8;color:#d1d5db}html[data-theme=light] .page-body{color:#334155}.page-body h1,.page-body h2,.page-body h3{margin-top:48px;margin-bottom:20px;color:#f3f4f6}html[data-theme=light] .page-body h1,html[data-theme=light] .page-body h2,html[data-theme=light] .page-body h3{color:#0f172a}.page-body p{margin:0 0 24px}.page-body a{color:#a0a0a0;text-decoration:none}html[data-theme=light] .page-body a{color:#2563eb}.page-body a:hover{text-decoration:underline}.page-body img{max-width:100%;height:auto;border-radius:12px;margin:32px 0}@media(max-width:1024px){.post-hero{min-height:50vh}.hero-title{font-size:40px}.post-layout{grid-template-columns:1fr;gap:56px;padding:64px 32px}.left-sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;order:2}.right-sidebar{order:3;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.post-content{order:1}.sidebar-widget.sticky{position:static}.toc-widget.sticky,.left-sidebar.sticky{position:sticky;top:100px}}@media(max-width:768px){.post-hero{min-height:auto;padding-top:100px}.hero-container{padding:0 24px 64px}.back-btn{margin-bottom:30px;padding:10px 20px;font-size:14px}.hero-meta{gap:16px}.meta-date,.meta-category,.meta-author,.meta-readtime{padding:8px 16px;font-size:13px}.hero-title{font-size:36px}.hero-excerpt{font-size:17px}.post-layout{padding:64px 24px;grid-template-columns:1fr;gap:48px}.left-sidebar{grid-template-columns:1fr}.post-content{order:1}.right-sidebar{order:3;grid-template-columns:1fr}.content-body{font-size:17px}.content-body h1{font-size:32px}.content-body h2{font-size:28px}.content-body h3{font-size:24px}.content-body blockquote{padding:28px 32px}.page-content{padding:60px 20px}.page-title{font-size:32px}.author-card{flex-direction:column;text-align:center}.related-link{flex-direction:row;align-items:center}}@media(max-width:480px){.hero-badge{padding:6px 12px;font-size:11px}.hero-cta{width:100%;justify-content:center}.load-more-btn{width:100%}}
