img.blendup-lightbox-trigger{cursor:pointer;transition:opacity .2s ease-in-out,transform .3s ease-in-out}img.blendup-lightbox-trigger:hover{opacity:.9;transform:scale(1.02)}.blendup-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(17,24,39,.95);z-index:9999;display:none;opacity:0;transition:opacity .3s ease-in-out;backdrop-filter:blur(8px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;pointer-events:auto}.blendup-lightbox.active{display:flex;opacity:1}.blendup-lightbox-content{display:flex;width:100%;height:100vh;box-sizing:border-box;gap:1.5rem;padding:1.5rem;pointer-events:auto}.blendup-lightbox-left{flex:0 0 65%;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;height:100%;pointer-events:auto}.blendup-lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transition:opacity .3s ease-in-out,transform .3s ease-in-out;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:auto}.blendup-lightbox-image.loading{opacity:.7;transform:scale(.98)}.blendup-lightbox-image.loaded{opacity:1;transform:scale(1)}.blendup-lightbox-caption{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);background:linear-gradient(135deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.75) 100%);color:#fff;padding:1rem 1.5rem;border-radius:.75rem;font-size:.875rem;line-height:1.5;max-width:calc(100% - 4rem);min-width:200px;text-align:center;display:none;z-index:5;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:all .3s ease-in-out;word-wrap:break-word;hyphens:auto;cursor:pointer;user-select:none}.blendup-lightbox-caption:after{content:'';position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:rgba(255,255,255,.3);border-radius:50%;opacity:.6;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.blendup-lightbox-caption.show{opacity:1;transform:translateX(-50%) translateY(0)}.blendup-lightbox-caption.hide{opacity:0;transform:translateX(-50%) translateY(10px)}@media (max-width:1024px){.blendup-lightbox-caption{bottom:1rem;font-size:.8rem;padding:.75rem 1.25rem;max-width:calc(100% - 2rem);min-width:150px}}@media (max-width:768px){.blendup-lightbox-caption{bottom:.75rem;font-size:.75rem;padding:.5rem 1rem;max-width:calc(100% - 1.5rem);min-width:120px;line-height:1.4}.blendup-lightbox-caption:after{width:6px;height:6px}}.blendup-lightbox-caption:hover{background:linear-gradient(135deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 100%);transform:translateX(-50%) translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.blendup-lightbox-caption:hover:after{opacity:1;transform:scale(1.3)}.blendup-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:#fff;border:none;border-radius:9999px;font-size:24px;line-height:1;cursor:pointer;opacity:.9;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:10;color:#1f2937;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blendup-lightbox-nav:hover{opacity:1;background-color:#f3f4f6;transform:translateY(-50%) scale(1.05)}.blendup-lightbox-prev{left:1.5rem}.blendup-lightbox-next{right:1.5rem}.blendup-lightbox-right{flex:0 0 35%;background-color:#fff;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);height:100%;max-height:none}.blendup-lightbox-right-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;padding-right:1rem;&::-webkit-scrollbar{width:6px}&::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}&::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}&::-webkit-scrollbar-thumb:hover{background:#9ca3af}}.blendup-lightbox-title{font-size:1.75rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:0;flex-shrink:0;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.blendup-lightbox-ad{display:flex;justify-content:center;align-items:center;padding:1rem 0;margin:0}.blendup-lightbox-related{display:grid;gap:1rem}.blendup-lightbox-related-post{display:flex;gap:1rem;padding:1rem;background-color:#f9fafb;border-radius:1rem;transition:all .2s ease-in-out;border:1px solid #e5e7eb}.blendup-lightbox-related-post:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-color:#d1d5db}.blendup-lightbox-related-image{width:100px;height:100px;object-fit:cover;border-radius:.75rem;transition:opacity .3s ease-in-out;background-color:#f3f4f6}.blendup-lightbox-related-image.lazy-loading{opacity:.6;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.blendup-lightbox-related-image.lazy-loaded{opacity:1}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.blendup-lightbox-related-content{flex:1;display:flex;flex-direction:column;justify-content:center}.blendup-lightbox-related-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.blendup-lightbox-related-excerpt{font-size:.875rem;color:#6b7280;line-height:1.5}.blendup-lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:3rem;height:3rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;z-index:10000;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blendup-lightbox-close:hover{background-color:#f3f4f6;transform:scale(1.05)}.blendup-lightbox-close:before,.blendup-lightbox-close:after{content:'';position:absolute;width:1.5rem;height:2px;background-color:#111827;transform-origin:center}.blendup-lightbox-close:before{transform:rotate(45deg)}.blendup-lightbox-close:after{transform:rotate(-45deg)}.blendup-lightbox-related-title-section{font-size:1.25rem;font-weight:600;color:#111827;margin:.5rem 0 .75rem;padding-top:.5rem;border-top:1px solid #e5e7eb}@media (max-width:1024px){.blendup-lightbox-content{flex-direction:column;padding:1rem;height:100vh;overflow:hidden}.blendup-lightbox-left{height:60vh}.blendup-lightbox-right{height:40vh;padding:1.25rem;margin-top:0}.blendup-lightbox-related-title-section{font-size:1.125rem;margin:.25rem 0 .5rem}.blendup-lightbox-nav{width:40px;height:40px;font-size:20px}.blendup-lightbox-prev{left:.75rem}.blendup-lightbox-next{right:.75rem}.blendup-lightbox-related-image{width:100px;height:100px}.blendup-lightbox-title{font-size:1.5rem;padding-bottom:.5rem}.blendup-lightbox-ad{padding:.75rem 0}}@media (max-width:768px){.blendup-lightbox-content{flex-direction:column;padding:.5rem;gap:.5rem}.blendup-lightbox-left{height:70vh;padding:.5rem}.blendup-lightbox-right{height:30vh;padding:1rem;border-radius:1rem 1rem 0 0}.blendup-lightbox-caption{bottom:1rem;font-size:.8rem;padding:.75rem 1rem;max-width:calc(100% - 2rem);min-width:140px;line-height:1.4;min-height:44px;display:flex;align-items:center;justify-content:center}.blendup-lightbox-caption:after{width:10px;height:10px;top:-4px;right:-4px}.blendup-lightbox-nav{width:44px;height:44px;font-size:18px;min-width:44px;min-height:44px}.blendup-lightbox-prev{left:.5rem}.blendup-lightbox-next{right:.5rem}.blendup-lightbox-close{top:1rem;right:1rem;width:44px;height:44px;min-width:44px;min-height:44px}.blendup-lightbox-image{max-height:85vh;border-radius:.5rem}.blendup-lightbox-related-post{padding:.75rem;gap:.75rem}.blendup-lightbox-related-image{width:80px;height:80px;border-radius:.5rem}.blendup-lightbox-related-title{font-size:1rem;line-height:1.3}.blendup-lightbox-related-excerpt{font-size:.8rem;line-height:1.4}.blendup-lightbox-title{font-size:1.25rem;line-height:1.3}}@media (max-width:480px){.blendup-lightbox-content{padding:.25rem}.blendup-lightbox-left{height:75vh;padding:.25rem}.blendup-lightbox-right{height:25vh;padding:.75rem}.blendup-lightbox-caption{bottom:.75rem;font-size:.75rem;padding:.5rem .75rem;max-width:calc(100% - 1rem);min-width:120px;min-height:40px}.blendup-lightbox-nav{width:40px;height:40px;font-size:16px}.blendup-lightbox-prev{left:.25rem}.blendup-lightbox-next{right:.25rem}.blendup-lightbox-close{top:.75rem;right:.75rem;width:40px;height:40px}.blendup-lightbox-related-post{flex-direction:column;text-align:center;padding:.5rem}.blendup-lightbox-related-image{width:100%;height:120px;margin:0 auto}.blendup-lightbox-title{font-size:1.125rem}.blendup-lightbox-help-tooltip{display:none}}.blendup-lightbox-fade-in{animation:fadeIn .3s ease-in-out}.blendup-lightbox-fade-out{animation:fadeOut .3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.blendup-lightbox-help-tooltip{position:absolute;left:50%;bottom:.5rem;transform:translateX(-50%);background:rgba(59,130,246,.9);color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:6;pointer-events:none;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2)}.blendup-lightbox-help-tooltip.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-10px)}@media (max-width:768px){.blendup-lightbox-help-tooltip{font-size:.7rem;padding:.375rem .75rem;bottom:.25rem}}