.widget-visitor,.widget-calendar,.widget-countdown{display:block!important;visibility:visible!important}.post-toc-sidebar{display:block!important;visibility:visible!important;opacity:1!important}@media(min-width:992px){.has-toc .layout-grid{grid-template-columns:var(--sidebar-width,280px)1fr var(--sidebar-width,260px)!important;gap:30px!important}.post-toc-sidebar{position:sticky!important;top:calc(var(--header-offset,64px) + 20px)!important;max-height:calc(100vh - var(--header-offset,64px) - 40px)!important;height:fit-content!important;overflow-y:auto!important}}@media(min-width:768px) and (max-width:991px){.has-toc .layout-grid{grid-template-columns:240px 1fr!important;gap:20px!important}.post-toc-sidebar{position:relative!important;order:3!important;margin-top:20px!important}}.header-clock{display:inline-flex;align-items:center;gap:.5rem;font-size:14px;font-weight:500;font-family:monaco,menlo,consolas,monospace;color:var(--text-primary,#1e293b);opacity:.85;transition:opacity .25s ease}.header-clock:hover{opacity:1}.header-clock .clock-time{display:inline-flex;align-items:center}.header-clock .separator{margin:0 2px;animation:blink 1s ease-in-out infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}[data-theme=dark] .header-clock{color:var(--text-primary,#e2e8f0)}.tk-calendar-card{width:100%;max-width:100%;box-sizing:border-box}.tk-calendar-body{display:flex;gap:.75rem;padding:.5rem .75rem;width:100%;box-sizing:border-box;align-items:stretch}.tk-calendar-left{flex:none;min-width:120px;display:flex;flex-direction:column;justify-content:space-between;padding-right:.75rem;padding-left:.25rem;border-right:1px solid var(--border-color,#e5e7eb)}.calendar-row-1{display:flex;justify-content:space-between;align-items:flex-start;font-size:.75rem;color:var(--text-secondary,#6b7280);font-weight:500}.calendar-row-2{text-align:center;margin:.15rem 0}.calendar-day{font-size:2.5rem;font-weight:700;color:#0e7490;line-height:1}.calendar-row-3{display:flex;gap:.4rem;font-size:.8rem;color:var(--text-secondary,#6b7280);font-weight:500}.calendar-row-4{display:flex;gap:.4rem;font-size:.75rem;color:var(--text-secondary,#6b7280);flex-wrap:wrap;align-items:flex-end}.tk-calendar-right{flex:1;display:flex;align-items:center;justify-content:center}.calendar-mini{width:100%;max-width:160px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.15rem;margin-bottom:.3rem}.calendar-weekdays span{text-align:center;font-size:.7rem;font-weight:600;color:var(--text-secondary,#6b7280);padding:.2rem 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.15rem}.calendar-day-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--text-primary,#1f2937);border-radius:50%;transition:background-color .2s ease,color .2s ease}.calendar-day-cell.empty{visibility:hidden}.calendar-day-cell.today{background:#0e7490;color:#fff;font-weight:700;box-shadow:0 2px 6px rgba(14,116,144,.3)}[data-theme=dark] .tk-calendar-left{border-color:rgba(56,189,248,.35)}[data-theme=dark] .calendar-day{color:#22d3ee}[data-theme=dark] .calendar-day-cell{color:var(--text-primary,#e2e8f0)}[data-theme=dark] .calendar-day-cell.today{background:#0891b2;box-shadow:0 2px 6px rgba(8,145,178,.3)}.post-reward{text-align:center;padding:1.5rem;background:var(--bg-secondary,#f1f5f9);border-radius:16px;margin-top:1rem}.reward-text{margin:0 0 1rem;color:var(--text-secondary,#6b7280);font-size:.95rem}.reward-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 14px rgba(102,126,234,.35)}.reward-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.45);opacity:.95}.reward-btn:active{transform:translateY(0)}.reward-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999!important}.reward-modal.active{display:block!important}.reward-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.reward-modal-content{position:relative;background:var(--bg-primary,#ffffff);max-width:480px;width:90%;margin:5vh auto 0;padding:2rem;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out;z-index:1000000!important}.reward-modal-close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;padding:.5rem;color:var(--text-tertiary,#9ca3af);cursor:pointer;transition:color .2s;border-radius:50%}.reward-modal-close:hover{color:var(--text-primary,#1e293b)}.reward-modal-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:var(--text-primary,#1e293b);text-align:center}.reward-qrcodes{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.reward-qrcode-item{text-align:center;flex:1;min-width:160px;max-width:200px}.reward-qrcode-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,8%)}.reward-qrcode-label{display:block;margin-top:.75rem;font-size:.9rem;font-weight:600;color:var(--text-secondary,#6b7280)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .post-reward{background:rgba(255,255,255,6%)}[data-theme=dark] .reward-modal-content{background:var(--bg-primary,#0f172a)}[data-theme=dark] .reward-modal-close:hover{color:var(--text-primary,#e2e8f0)}[data-theme=dark] .reward-modal-title{color:var(--text-primary,#e2e8f0)}[data-theme=dark] .reward-qrcode-item img{box-shadow:0 2px 8px rgba(0,0,0,.2)}.widget-newest-comments .newest-comments-card{width:100%}.widget-newest-comments .comments-list{display:flex;flex-direction:column;gap:0}.widget-newest-comments .comment-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;text-decoration:none;color:inherit;border-radius:8px;transition:background-color .2s ease}.widget-newest-comments .comment-item:hover{background:var(--bg-secondary,rgba(0,0,0,4%))}[data-theme=dark] .widget-newest-comments .comment-item:hover{background:rgba(255,255,255,5%)}.widget-newest-comments .comment-item:hover .comment-text{color:var(--primary-color,#667eea)}.widget-newest-comments .comment-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.widget-newest-comments .comment-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.widget-newest-comments .comment-text{font-size:.875rem;color:var(--text-primary,#1f2937);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}[data-theme=dark] .widget-newest-comments .comment-text{color:var(--text-primary,#e2e8f0)}.widget-newest-comments .comment-meta{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .widget-newest-comments .comment-meta{color:var(--text-tertiary,#6a6a71)}.widget-newest-comments .comment-author{font-weight:500}.widget-newest-comments .comment-divider{opacity:.5}.widget-newest-comments .comment-time{opacity:.8}.widget-newest-comments .comments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:.75rem;color:var(--text-secondary,#67676c)}.widget-newest-comments .loading-spinner{width:24px;height:24px;border:3px solid var(--bg-secondary,rgba(0,0,0,.1));border-top-color:var(--primary-color,#667eea);border-radius:50%;animation:spin .8s linear infinite}.widget-newest-comments .comments-loading span{font-size:.875rem}.widget-newest-comments .comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:.75rem;color:var(--text-tertiary,#929295)}.widget-newest-comments .comments-empty span{font-size:.875rem}.widget-newest-comments .comments-error{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;color:#b8272c;font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.widget-newest-comments .comment-avatar{width:36px;height:36px}.widget-newest-comments .comment-text{font-size:.8125rem}.widget-newest-comments .comment-meta{font-size:.7rem}}.lazy-load-wrapper{position:relative;display:inline-block;overflow:hidden;background:var(--bg-secondary,#f0f0f0);min-height:1px}.lazy-load-wrapper:not(.has-custom-placeholder)::before{content:'';position:absolute;inset:0;background:linear-gradient( 90deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,.5) 40%,rgba(255,255,255,.3) 60%,transparent 100% );background-size:200% 100%;animation:lazyShimmer 1.5s ease-in-out infinite;z-index:1;pointer-events:none}[data-theme=dark] .lazy-load-wrapper:not(.has-custom-placeholder)::before{background:linear-gradient( 90deg,transparent 0%,rgba(255,255,255,5%) 20%,rgba(255,255,255,.1) 40%,rgba(255,255,255,5%) 60%,transparent 100% );background-size:200% 100%}@keyframes lazyShimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.lazy-load-wrapper img[data-lazy-src]{opacity:0!important;visibility:hidden}.lazy-load-wrapper img.lazy-loaded{opacity:1!important;visibility:visible!important;animation:lazyFadeIn .4s ease-out forwards}@keyframes lazyFadeIn{from{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.lazy-load-wrapper.loaded::before{animation:lazyFadeOut .3s ease-out forwards}@keyframes lazyFadeOut{to{opacity:0}}.lazy-placeholder-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:48px;height:48px;max-width:48px;max-height:48px;color:var(--text-muted,#999);opacity:.5;animation:lazyPulse 1.5s ease-in-out infinite}.lazy-loaded~.lazy-placeholder-icon,.loaded .lazy-placeholder-icon{display:none}@keyframes lazyPulse{0%,100%{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.1)}}.article-card .article-image,.list-item .article-image{position:relative}.article-card .article-image .lazy-load-wrapper,.list-item .article-image .lazy-load-wrapper{display:block!important;width:100%;height:100%}.article-card .article-image img,.list-item .article-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.banner-slide-image{transition:opacity .5s ease!important}.banner-slide-image.lazy-loading{opacity:0!important}.banner-slide-image.lazy-loaded{opacity:1!important}.sidebar .profile-avatar,.widget img{transition:opacity .3s ease}.gallery-item img,.gallery-card img{transition:opacity .4s ease,transform .4s ease}.gallery-item .lazy-load-wrapper,.gallery-card .lazy-load-wrapper{display:block!important;width:100%;height:100%}.related-post-cover{position:relative;overflow:hidden}.related-post-cover .lazy-load-wrapper{display:block!important;width:100%;height:100%}.related-post-cover img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.lazy-load-wrapper.has-custom-placeholder::before{display:none!important}.lazy-load-wrapper.custom-placeholder-mode{background-color:var(--bg-secondary,#f5f5f5)}.lazy-load-wrapper.custom-placeholder-mode img.lazy-loading{opacity:0!important}.lazy-load-wrapper.custom-placeholder-mode.loaded{background-image:none!important}.post-comments{margin-top:32px;padding:28px 32px;background:var(--bg-card,#ffffff);border:1px solid var(--border-light,#e5e7eb);border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,4%)}[data-theme=dark] .post-comments{background:rgba(30,41,59,.7);border-color:rgba(71,85,105,.3);box-shadow:0 2px 12px rgba(0,0,0,.15)}.list-page{background:var(--bg-card);border-radius:16px;padding:32px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.single-post>.post-comments,.list-page:not(.explore-page)>.post-comments{background:0 0;border:none;box-shadow:none;padding:0}.comments-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-light,#e5e7eb);position:relative}.comments-header::after{content:'';position:absolute;bottom:-1px;left:0;width:48px;height:3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:3px}.cmt-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:10px;font-size:14px;box-shadow:0 3px 10px rgba(102,126,234,.3);flex-shrink:0}.comments-title-text{font-size:1.1rem;font-weight:700;color:var(--text-primary,#1e293b);margin:0;letter-spacing:.02em}[data-theme=dark] .comments-title-text{color:#f1f5f9}.comments-subtitle{font-size:.82rem;color:var(--text-muted,#9ca3af);font-weight:400;margin-left:4px}[data-theme=dark] .comments-subtitle{color:#64748b}[data-theme=dark] .comments-header{border-bottom-color:rgba(71,85,105,.3)}.comments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:var(--text-muted,#9ca3af)}.comments-loading-spinner{position:relative;width:40px;height:40px;margin-bottom:16px}.comments-loading-spinner .spinner-ring{position:absolute;inset:0;border:3px solid var(--border-light,#e5e7eb);border-top-color:#667eea;border-radius:50%;animation:commentsSpin .9s cubic-bezier(.4,0,.2,1)infinite}.comments-loading-spinner .spinner-dot{position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;animation:commentsPulse 1.2s ease-in-out infinite}.comments-loading-text{font-size:.85rem;color:var(--text-muted,#9ca3af);margin:0;letter-spacing:.05em}.comments-loading-text::after{content:'';animation:commentsDots 1.5s steps(4,end)infinite}@keyframes commentsSpin{to{transform:rotate(360deg)}}@keyframes commentsPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.4}}@keyframes commentsDots{0%{content:''}25%{content:'.'}50%{content:'..'}75%{content:'...'}}.comments-error{display:flex;flex-direction:column;align-items:center;padding:32px 20px;background:rgba(239,68,68,4%);border:1px solid rgba(239,68,68,.12);border-radius:14px;text-align:center}.comments-error i{font-size:1.8rem;color:#ef4444;margin-bottom:12px}.comments-error p{font-size:.9rem;color:var(--text-secondary,#6b7280);margin:4px 0}.comments-error--warn{background:rgba(245,158,11,4%);border-color:rgba(245,158,11,.12)}.comments-error--warn i{color:#f59e0b}.comments-error-hint{font-size:.82rem!important;color:var(--text-muted,#9ca3af)!important;line-height:1.6;margin-top:8px!important}[data-theme=dark] .comments-error{background:rgba(239,68,68,8%);border-color:rgba(239,68,68,.15)}[data-theme=dark] .comments-error--warn{background:rgba(245,158,11,8%);border-color:rgba(245,158,11,.15)}.twikoo .tk-comments-count{font-size:.9rem;color:var(--text-secondary,#6b7280);font-weight:500}.twikoo .tk-submit{background:var(--bg-card,#ffffff);border:1px solid var(--border-color,#e5e7eb);border-radius:16px;padding:24px 26px;margin-bottom:28px;box-shadow:0 2px 8px rgba(0,0,0,4%);transition:box-shadow .3s ease,border-color .3s ease}.twikoo .tk-submit:hover{box-shadow:0 4px 16px rgba(0,0,0,8%);border-color:var(--border-light,#f1f5f9)}[data-theme=dark] .twikoo .tk-submit{background:rgba(30,41,59,.6);border-color:rgba(71,85,105,.3)}[data-theme=dark] .twikoo .tk-submit:hover{background:rgba(30,41,59,.8);border-color:rgba(71,85,105,.4);box-shadow:0 4px 16px rgba(0,0,0,.2)}.twikoo .tk-submit-icon{width:48px!important;height:48px!important;border-radius:50%!important;border:none!important;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.twikoo .tk-submit-icon:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.twikoo .tk-submit-icon img{width:100%!important;height:100%!important;object-fit:cover}.twikoo .tk-input{width:100%;padding:10px 4px;border:none!important;border-bottom:2px solid var(--border-light,#e5e7eb)!important;border-radius:0!important;font-size:.95rem;transition:border-color .25s ease,background-color .25s ease;background:0 0!important;color:var(--text-primary,#1f2937)}.twikoo .tk-input:focus{outline:none!important;border-color:#667eea!important;box-shadow:none!important;background:0 0!important}.twikoo .tk-input::placeholder{color:var(--text-muted,#9ca3af)}.twikoo .tk-textarea{min-height:120px;resize:vertical;line-height:1.6;padding:16px 8px!important;border:none!important;border-bottom:2px solid var(--border-light,#e5e7eb)!important;border-radius:0!important;background:0 0!important;transition:border-color .25s ease,background-color .25s ease}.twikoo .tk-textarea:focus{outline:none!important;border-color:#667eea!important;box-shadow:none!important;background:rgba(102,126,234,2%)!important}.twikoo .tk-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px rgba(102,126,234,.35);position:relative;overflow:hidden}.twikoo .tk-btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .5s,height .5s}.twikoo .tk-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.45)}.twikoo .tk-btn:hover::before{width:300px;height:300px}.twikoo .tk-btn:active{transform:translateY(0)}.twikoo .tk-btn-icon{margin-right:4px}.twikoo .tk-preview-container{border:none!important;border-bottom:2px solid var(--border-light,#e5e7eb)!important;border-radius:0!important;padding:16px 8px 20px!important;background:0 0!important;margin-top:12px}.twikoo .tk-emoji-preview{border-radius:8px!important;border:none!important;background:var(--bg-secondary,#f9fafb)}.twikoo .tk-emoji-list{border:1px solid var(--border-color,#e5e7eb)!important;border-radius:12px!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important}.twikoo .tk-comments{margin-top:0;padding:0}.twikoo .tk-comment{position:relative;background:var(--bg-card,#ffffff);border:1px solid var(--border-color,#e5e7eb);border-radius:16px;padding:20px 22px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,4%);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1);animation:commentFadeIn .5s ease backwards}@keyframes commentFadeIn{from{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.twikoo .tk-comment:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 12px 28px rgba(0,0,0,8%),0 4px 12px rgba(102,126,234,8%);border-color:rgba(102,126,234,.2)}.twikoo .tk-comment::before{content:'';position:absolute;left:0;top:20px;bottom:20px;width:3px;background:linear-gradient(180deg,#667eea 0%,#764ba2 100%);border-radius:0 3px 3px 0;opacity:0;transition:opacity .3s ease}.twikoo .tk-comment:hover::before{opacity:1}.twikoo .tk-comment .tk-comment{background:var(--bg-secondary,#f9fafb);margin-left:20px;margin-top:14px;border-width:1.5px;animation-delay:.05s}.twikoo .tk-comment .tk-comment:hover{background:var(--bg-card);border-color:rgba(102,126,234,.15)}.twikoo .tk-comment .tk-comment .tk-comment{background:var(--bg-tertiary,#f3f4f6);margin-left:16px}[data-theme=dark] .twikoo .tk-comment{background:rgba(30,41,59,.6);border-color:rgba(71,85,105,.3)}[data-theme=dark] .twikoo .tk-comment:hover{background:rgba(30,41,59,.8);border-color:rgba(139,92,246,.3);box-shadow:0 12px 28px rgba(0,0,0,.3),0 4px 12px rgba(139,92,246,.15)}[data-theme=dark] .twikoo .tk-comment .tk-comment{background:rgba(15,23,42,.5)}[data-theme=dark] .twikoo .tk-comment .tk-comment:hover{background:rgba(15,23,42,.7)}.twikoo .tk-avatar{width:46px!important;height:46px!important;border-radius:50%!important;border:3px solid transparent;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(135deg,#667eea 0%,#764ba2 100%)border-box;padding:2px;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.twikoo .tk-avatar:hover{transform:scale(1.15)rotate(5deg);box-shadow:0 4px 12px rgba(102,126,234,.4)}.twikoo .tk-avatar[src*=default],.twikoo .tk-avatar:not([src]){background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.twikoo .tk-main{flex:1;min-width:0;margin-left:14px}.twikoo .tk-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.twikoo .tk-nick{font-size:.95rem;font-weight:600;color:var(--text-primary,#1f2937)!important;text-decoration:none;transition:color .25s ease;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twikoo .tk-nick:hover{color:#667eea!important}.twikoo .tk-time{font-size:.78rem;color:var(--text-muted,#94a3b8);font-weight:400;flex-shrink:0}.twikoo .tk-actions{display:flex;align-items:center;gap:6px;margin-top:0}.twikoo .tk-action{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-size:.82rem;color:var(--text-secondary,#6b7280)!important;text-decoration:none!important;border-radius:8px;transition:color .25s ease,background-color .25s ease,border-color .25s ease,transform .25s ease;border:1px solid transparent;font-weight:500}.twikoo .tk-action:hover{color:#667eea!important;background:rgba(102,126,234,8%);border-color:rgba(102,126,234,.2);transform:translateY(-1px)}.twikoo .tk-action:active{transform:scale(.96)}.twikoo .tk-action--like:hover{color:#ef4444!important;background:rgba(239,68,68,8%);border-color:rgba(239,68,68,.2)}.twikoo .tk-action--dislike:hover{color:#3b82f6!important;background:rgba(59,130,246,8%);border-color:rgba(59,130,246,.2)}.twikoo .tk-action--reply:hover{color:#10b981!important;background:rgba(16,185,129,8%);border-color:rgba(16,185,129,.2)}.twikoo .tk-action svg{width:15px;height:15px;transition:transform .25s ease}.twikoo .tk-action:hover svg{transform:scale(1.2)}.twikoo .tk-action.is-active{color:#667eea!important;font-weight:600}.twikoo .tk-content{margin-top:10px;padding:0;background:0 0!important;border-radius:0;line-height:1.8;font-size:.93rem;color:var(--text-primary,#374151);word-break:break-word;border-left:none!important;transition:color .3s ease,padding-left .3s ease}.twikoo .tk-content:hover{color:var(--text-secondary,#4b5563);padding-left:6px;background:0 0!important;border-left:none!important}[data-theme=dark] .twikoo .tk-content{background:0 0!important;color:#cbd5e1}[data-theme=dark] .twikoo .tk-content:hover{background:0 0!important;color:#94a3b8;border-left:none!important}.twikoo .tk-content blockquote{border-left:3px solid #667eea;padding:10px 16px;margin:12px 0;background:rgba(102,126,234,4%);border-radius:0 8px 8px 0;font-style:italic}.twikoo .tk-content pre{background:#1e293b!important;border-radius:10px;padding:16px;overflow-x:auto;margin:12px 0;border:1px solid rgba(255,255,255,.1)}.twikoo .tk-content code{font-family:monaco,menlo,consolas,monospace;font-size:.88em}.twikoo .tk-content a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s ease}.twikoo .tk-content a:hover{border-bottom-color:#667eea}.twikoo .tk-content img{max-width:100%;height:auto;border-radius:10px;margin:10px 0;box-shadow:0 4px 12px rgba(0,0,0,8%);transition:transform .3s ease}.twikoo .tk-content img:hover{transform:scale(1.02)}.twikoo .tk-extras{display:flex;align-items:center;gap:12px;margin-top:12px;padding-top:10px;border-top:1px dashed var(--border-light,#e5e7eb);font-size:.76rem;color:var(--text-muted,#9ca3af);flex-wrap:wrap}.twikoo .tk-extra{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--bg-secondary,#f3f4f6);border-radius:6px;transition:background-color .2s ease,color .2s ease}.twikoo .tk-extra:hover{background:rgba(102,126,234,8%);color:#667eea}.twikoo .tk-extra svg{width:13px;height:13px}[data-theme=dark] .twikoo .tk-extras{border-top-color:rgba(71,85,105,.2)}[data-theme=dark] .twikoo .tk-extra{background:rgba(71,85,105,.2)}[data-theme=dark] .twikoo .tk-extra:hover{background:rgba(139,92,246,.15);color:#a78bfa}.twikoo .tk-reply-container{margin-top:14px;padding:16px;background:var(--bg-secondary,#f9fafb);border:2px dashed var(--border-color,#e5e7eb);border-radius:12px;animation:slideDown .3s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.twikoo .tk-cancel-reply{float:right;padding:4px 12px;font-size:.82rem;color:var(--text-muted,#9ca3af)!important;background:0 0;border:1px solid var(--border-color,#e5e7eb);border-radius:6px;cursor:pointer;transition:color .25s ease,border-color .25s ease,background-color .25s ease}.twikoo .tk-cancel-reply:hover{color:#ef4444!important;border-color:#fecaca;background:#fef2f2}.twikoo .tk-more{display:block;text-align:center;padding:14px;margin-top:20px;background:var(--bg-card,#ffffff);border:2px dashed var(--border-color,#e5e7eb);border-radius:12px;color:var(--text-secondary,#6b7280);font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .3s ease,color .3s ease,background-color .3s ease,transform .3s ease,box-shadow .3s ease}.twikoo .tk-more:hover{border-color:#667eea;border-style:solid;color:#667eea;background:rgba(102,126,234,4%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.1)}.twikoo .tk-empty{text-align:center;padding:60px 20px;color:var(--text-muted,#9ca3af)}.twikoo .tk-error{text-align:center;padding:40px 20px;color:#ef4444;background:#fef2f2;border-radius:12px;margin-top:20px}.twikoo .tk-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding:16px}.twikoo .tk-pagination button{min-width:40px;height:40px;padding:0 16px;border:2px solid var(--border-color,#e5e7eb);border-radius:10px;background:var(--bg-card,#ffffff);color:var(--text-primary,#1f2937);font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.twikoo .tk-pagination button:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.15)}.twikoo .tk-pagination button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.post-comments{margin-top:24px;padding:20px 18px;border-radius:14px}.comments-header{margin-bottom:16px;padding-bottom:12px}.comments-header::after{width:36px;height:2.5px}.cmt-icon{width:30px;height:30px;font-size:12px;border-radius:8px}.comments-title-text{font-size:1rem}.comments-subtitle{font-size:.78rem}.comments-loading{padding:36px 16px}.comments-loading-spinner{width:34px;height:34px;margin-bottom:12px}.twikoo .tk-comment{padding:16px 18px;margin-bottom:12px;border-radius:14px}.twikoo .tk-avatar{width:40px!important;height:40px!important}.twikoo .tk-main{margin-left:12px}.twikoo .tk-nick{font-size:.9rem;max-width:120px}.twikoo .tk-time{font-size:.75rem}.twikoo .tk-content{padding:0;font-size:.9rem;line-height:1.8}.twikoo .tk-actions{gap:4px}.twikoo .tk-action{padding:4px 10px;font-size:.8rem}.twikoo .tk-submit{padding:18px 16px;border-radius:14px}.twikoo .tk-input{padding:8px 4px;font-size:.9rem}.twikoo .tk-textarea{min-height:100px;padding:14px 6px!important}.twikoo .tk-btn{padding:10px 20px;font-size:.9rem}.twikoo .tk-comment .tk-comment{margin-left:12px;padding:14px 16px}.twikoo .tk-comment .tk-comment .tk-comment{margin-left:10px}.twikoo .tk-extras{gap:8px;font-size:.72rem}.twikoo .tk-extra{padding:2px 6px;font-size:.72rem}}@media(max-width:480px){.twikoo .tk-nick{max-width:90px;font-size:.86rem}.twikoo .tk-actions{flex-wrap:wrap}.twikoo .tk-content img{border-radius:8px}}.twikoo .tk-comment:nth-child(1){animation-delay:0s}.twikoo .tk-comment:nth-child(2){animation-delay:.07s}.twikoo .tk-comment:nth-child(3){animation-delay:.14s}.twikoo .tk-comment:nth-child(4){animation-delay:.21s}.twikoo .tk-comment:nth-child(5){animation-delay:.28s}.twikoo .tk-comment:nth-child(n+6){animation-delay:.35s}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}.twikoo .tk-loading{animation:pulse 1.5s ease-in-out infinite}@keyframes successBounce{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.twikoo .tk-success{animation:successBounce .4s ease}@media print{.twikoo .tk-comment::before{display:none}.twikoo .tk-comment:hover{transform:none;box-shadow:none}}{{ if site.Params.cursor.enable }}body[data-cursor-theme]{--cursor-default:var(--cursor-arrow);--cursor-pointer:var(--cursor-hand);--cursor-text:text;--cursor-zoom:var(--cursor-magnify);--cursor-grab:grab;--cursor-grabbing:grabbing;--cursor-not-allowed:not-allowed}body[data-cursor-theme=default]{--cursor-arrow:auto;--cursor-hand:pointer;--cursor-magnify:zoom-in}body[data-cursor-theme=custom]{--cursor-arrow:url(/mouse/default.cur), auto;--cursor-hand:url(/mouse/pointer.cur), pointer;--cursor-magnify:zoom-in}body[data-cursor-theme]{cursor:var(--cursor-default)}body[data-cursor-theme] a,body[data-cursor-theme] button,body[data-cursor-theme] [role=button],body[data-cursor-theme] input[type=submit],body[data-cursor-theme] .tag-link,body[data-cursor-theme] .category-link,body[data-cursor-theme] .post-nav-item,body[data-cursor-theme] .sidebar a,body[data-cursor-theme] .widget-item a{cursor:var(--cursor-pointer)}body[data-cursor-theme] input[type=text],body[data-cursor-theme] input[type=email],body[data-cursor-theme] input[type=url],body[data-cursor-theme] input[type=search],body[data-cursor-theme] textarea,body[data-cursor-theme] [contenteditable=true]{cursor:var(--cursor-text)}body[data-cursor-theme] img,body[data-cursor-theme] a>img,body[data-cursor-theme] .post-content img,body[data-cursor-theme] .eq-card-img,body[data-cursor-theme] .gallery-image,body[data-cursor-theme] .lazy-load-wrapper img{cursor:var(--cursor-zoom)}body[data-cursor-theme] code,body[data-cursor-theme] pre,body[data-cursor-theme] kbd{cursor:var(--cursor-text)}body[data-cursor-theme] [disabled],body[data-cursor-theme] .disabled{cursor:var(--cursor-not-allowed)}body[data-cursor-theme] .draggable,body[data-cursor-theme] [draggable=true]{cursor:var(--cursor-grab)}body[data-cursor-theme] .draggable:active,body[data-cursor-theme] [draggable=true]:active{cursor:var(--cursor-grabbing)}{{ end }}.ad-global-banner{position:relative;max-width:960px;margin:0 auto;padding:6px 36px 6px 12px;background:var(--bg-secondary,#f9fafb);border-bottom:1px solid var(--border-color,#e5e7eb);text-align:center;min-height:40px;line-height:1.4;transition:background .2s}.ad-global-banner .ad-global-inner{max-height:48px;overflow:hidden}.ad-global-banner .ad-global-close{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:0 0;border:none;color:var(--text-muted,#9ca3af);cursor:pointer;padding:4px 8px;font-size:14px;border-radius:4px;line-height:1;transition:color .2s,background .2s}.ad-global-banner .ad-global-close:hover{color:var(--text-primary,#1f2937);background:rgba(0,0,0,6%)}[data-theme=dark] .ad-global-banner{background:rgba(255,255,255,4%);border-bottom-color:rgba(255,255,255,6%)}[data-theme=dark] .ad-global-banner .ad-global-close:hover{color:#e2e8f0;background:rgba(255,255,255,8%)}.ad-home_banner_below{max-width:960px;margin:0 auto 20px;padding:10px 0;text-align:center;min-height:40px}.ad-home_banner_below .ad-inner{max-height:60px;overflow:hidden}@media(min-width:769px){.sidebar-left .ad-home_banner_below,.sidebar-right .ad-home_banner_below{max-width:calc(100% - 320px - 24px)}}.sidebar-widget-ad-wrap{margin-bottom:16px}.widget-ad-title{font-size:13px;font-weight:500;color:var(--text-muted,#9ca3af);text-align:center;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.sidebar-widget-ad-wrap .ad-sidebar_widget{overflow:hidden;border-radius:8px}.sidebar-widget-ad-wrap .ad-inner{display:flex;justify-content:center}.sidebar-widget-ad-wrap .ad-item{display:none}.sidebar-widget-ad-wrap .ad-item.active{display:block}.ad-rotate .ad-item{display:none}.ad-rotate .ad-item.active{display:block}@media(max-width:768px){.ad-global-banner{padding:4px 28px 4px 8px;min-height:32px;font-size:12px}.ad-global-banner .ad-global-inner{max-height:36px}.ad-home_banner_below{margin:0 auto 12px;padding:6px 0;min-height:32px}.ad-home_banner_below .ad-inner{max-height:40px}.ad-content_before,.ad-content_after{margin:12px 0;padding:8px 0}.ad-post_bottom{margin:12px 0}.ad-footer_above{margin:0 auto 16px;padding:6px 0}}.ad-content_before,.ad-content_after{margin:20px 0;padding:12px 0;text-align:center;border-top:1px dashed var(--border-color,#e5e7eb);border-bottom:1px dashed var(--border-color,#e5e7eb)}.ad-content_before .ad-inner,.ad-content_after .ad-inner{max-height:90px;overflow:hidden}.ad-post_bottom{margin:20px 0;text-align:center}.ad-post_bottom .ad-inner{max-height:90px;overflow:hidden}.ad-list_between{width:100%;margin:8px 0}.ad-list_between .ad-inner{width:100%}.toc-ad-wrap{margin-top:20px}.toc-ad-wrap .ad-toc_sidebar{overflow:hidden;border-radius:8px}.toc-ad-wrap .ad-inner{display:flex;justify-content:center}.ad-footer_above{max-width:960px;margin:0 auto 32px;padding:12px 0;text-align:center}.ad-footer_above .ad-inner{max-height:80px;overflow:hidden}.ad-test-label{font-size:13px;color:var(--text-muted,#9ca3af)}[data-theme=dark] .ad-content_before,[data-theme=dark] .ad-content_after{border-color:rgba(255,255,255,8%)}[data-theme=dark] .ad-list_between .ad-test-label{background:rgba(255,255,255,3%)!important;border-color:rgba(255,255,255,6%)!important;color:#94a3b8}