:root{--lw-text:#1e1e1e;--lw-accent:#2563eb;--lw-accent-strong:#1d4ed8;--lw-border:rgba(0,0,0,.12);--lw-invert-bg:#232323;--lw-invert-text:#fff}.logj-window-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(20,20,25,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.logj-window-popup-overlay.is-open{display:flex}.logj-window-popup-box{background:rgba(255,255,255,.62);-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.55);max-width:600px;width:90%;max-height:80vh;border-radius:0;position:relative;box-shadow:0 16px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.5);font-family:'Roboto Slab',Georgia,serif;color:var(--lw-text);display:flex;flex-direction:column;text-align:left;overflow:visible;transition:width .18s ease,height .18s ease,max-width .18s ease,max-height .18s ease}.logj-window-popup-box.is-maximized{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.logj-window-popup-header{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:6px;flex-shrink:0;height:30px !important;box-sizing:border-box !important;padding:0 4px 0 0;margin:0 !important;background:rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logj-window-popup-title{flex:1 1 auto !important;min-width:0 !important;height:100% !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;margin:0 !important;padding:0 0 0 12px !important;box-sizing:border-box !important}.logj-window-popup-title-text{display:block !important;max-width:100% !important;width:100% !important;font-family:'Roboto Slab',Georgia,serif !important;font-size:12px !important;font-weight:600 !important;letter-spacing:.01em !important;line-height:1 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.logj-window-popup-window-controls{display:flex;align-items:center;gap:2px;flex-shrink:0;height:100%}.logj-window-popup-max,.logj-window-popup-close{width:30px;height:30px;flex-shrink:0;border-radius:0;background:0 0;border:none;padding:0;margin:0;cursor:pointer;color:var(--lw-invert-bg);display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.logj-window-popup-max:hover,.logj-window-popup-close:hover{color:var(--lw-invert-text);background:var(--lw-invert-bg)}.logj-window-popup-max-icon,.logj-window-popup-close-icon{position:relative;width:10px;height:10px;box-sizing:border-box}.logj-window-popup-max-icon{border:1.4px solid currentColor}.logj-window-popup-box.is-maximized .logj-window-popup-max-icon{width:7px;height:7px;margin:3px 0 0 3px}.logj-window-popup-box.is-maximized .logj-window-popup-max-icon:before{content:'';position:absolute;top:-4px;left:-4px;width:7px;height:7px;border:1.4px solid currentColor;box-sizing:border-box}.logj-window-popup-close-icon:before,.logj-window-popup-close-icon:after{content:'';position:absolute;top:50%;left:0;width:100%;height:1.4px;background:currentColor}.logj-window-popup-close-icon:before{transform:translateY(-50%) rotate(45deg)}.logj-window-popup-close-icon:after{transform:translateY(-50%) rotate(-45deg)}.logj-window-popup-content{font-size:17px;line-height:1.6;padding:22px 26px 26px 28px;overflow-y:auto;text-align:left}.logj-window-popup-content a{color:var(--lw-accent)}.logj-window-popup-content img,.logj-window-popup-content video,.logj-window-popup-content iframe,.logj-window-popup-content embed,.logj-window-popup-content object{max-width:100%;height:auto}.logj-window-popup-content img,.logj-window-popup-content video{display:block}.logj-window-popup-content .wp-embed-responsive .wp-has-aspect-ratio,.logj-window-popup-content .wp-block-embed__wrapper{max-width:100%}.logj-window-stacked-block+.logj-window-stacked-block{margin-top:20px}.logj-window-popup-content{scrollbar-width:thin;scrollbar-color:rgba(30,30,30,.4) transparent}.logj-window-popup-content::-webkit-scrollbar{width:3px}.logj-window-popup-content::-webkit-scrollbar-track{background:rgba(0,0,0,.08);width:1px}.logj-window-popup-content::-webkit-scrollbar-thumb{background-color:rgba(30,30,30,.4);border-radius:3px}.logj-window-popup-content::-webkit-scrollbar-thumb:hover{background-color:rgba(30,30,30,.6)}.logj-window-popup-footer{display:none;position:absolute;right:0;bottom:100%;margin-bottom:10px;z-index:5}.logj-window-popup-overlay.is-auto-popup .logj-window-popup-footer{display:block}.logj-window-popup-dismiss-today{display:inline-flex;align-items:center;background:var(--logj-dismiss-bg-color,rgba(255,255,255,.92));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:9px 18px;margin:0;color:var(--lw-text);font-family:'Roboto Slab',Georgia,serif;font-size:12px;line-height:1.3;text-align:left;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18);transition:opacity .15s ease,transform .15s ease,color .15s ease}.logj-window-popup-dismiss-today:hover{color:var(--logj-dismiss-hover-color,var(--lw-accent-strong));transform:translateY(-1px)}@media (min-width:1200px){.logj-window-popup-overlay{padding:60px}.logj-window-popup-box{max-width:760px;width:100%;max-height:calc(100vh - 120px)}.logj-window-popup-box.is-maximized{max-width:100%;max-height:100%}.logj-window-popup-content{padding:28px 34px 34px 36px}}@media (max-width:782px){.logj-window-popup-overlay{padding:12px}.logj-window-popup-box{width:100%;max-height:88vh}.logj-window-popup-header{padding:0 2px 0 0;height:40px}.logj-window-popup-max,.logj-window-popup-close{width:40px;height:40px}.logj-window-popup-content{font-size:15px;padding:16px 18px 20px 16px}.logj-window-popup-footer{left:0;right:0;bottom:100%;margin-bottom:8px;text-align:center}.logj-window-popup-dismiss-today{max-width:calc(100% - 16px);text-align:center;justify-content:center;font-size:11px;padding:8px 14px;white-space:normal}}@media (max-width:480px){.logj-window-popup-overlay{padding:0}.logj-window-popup-box{width:100%;height:100%;max-height:100%;border-radius:0}}.logj-window-accordion{margin-top:4px;border:1px solid var(--lw-border);border-radius:0;overflow:hidden}.logj-window-accordion-item{border-bottom:1px solid var(--lw-border)}.logj-window-accordion-item:last-child{border-bottom:none}.logj-window-accordion-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:0 0;border:none;border-radius:0;margin:0;padding:12px 12px 12px 16px;font-family:'Roboto Slab',Georgia,serif;font-size:17px;font-weight:600;text-align:left;color:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.logj-window-accordion-header:hover,.logj-window-accordion-item.is-open>.logj-window-accordion-header{background:var(--lw-invert-bg);color:var(--lw-invert-text)}.logj-window-accordion-icon-box{flex-shrink:0;width:18px;height:18px;border-radius:0;border:1.3px solid currentColor;display:flex;align-items:center;justify-content:center}.logj-window-accordion-icon{position:relative;display:block;width:9px;height:9px}.logj-window-accordion-icon:before,.logj-window-accordion-icon:after{content:'';position:absolute;top:50%;left:50%;background:currentColor;transform:translate(-50%,-50%)}.logj-window-accordion-icon:before{width:9px;height:1.4px}.logj-window-accordion-icon:after{width:1.4px;height:9px;transition:transform .15s ease,opacity .15s ease}.logj-window-accordion-item.is-open .logj-window-accordion-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.logj-window-accordion-panel{max-height:0;overflow:hidden;transition:max-height .2s ease}.logj-window-accordion-item.is-open .logj-window-accordion-panel{max-height:2000px}.logj-window-accordion-panel-inner{padding:4px 16px 16px;font-size:15px;line-height:1.6}.logj-window-accordion-panel-inner a{color:var(--lw-accent)}