.gallery-window{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:900px;height:600px;background:#1c1c20d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 25px 50px -12px #00000080;z-index:100004;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1)}.gallery-window.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.gallery-window.maximized{width:100%;height:calc(100% - 36px);top:36px;left:0;transform:none;border-radius:0}.gallery-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1c1c204d;border-bottom:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-header:active{cursor:grabbing}.gallery-title-bar{display:flex;align-items:center;gap:10px}.gallery-title{color:#fff;font-size:13px;font-weight:500;letter-spacing:-.2px}.gallery-window-buttons{display:flex;gap:8px}.gallery-window-btn{width:28px;height:24px;border:none;background:transparent;color:#fff3;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;transition:all .15s}.gallery-window-btn:hover{background:#ffffff1a;color:#fff}.gallery-window-btn.close:hover{background:#ff5f5f;color:#fff}.gallery-main-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.gallery-viewer{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:#0000001a;overflow:hidden}.gallery-main-image{max-width:99%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease;cursor:pointer;border-radius:8px;box-shadow:0 4px 20px #0000004d}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#0009;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s;color:#fff}.gallery-viewer:hover .gallery-nav-btn{opacity:1}.gallery-nav-btn:hover{background:#729fcfcc;transform:translateY(-50%) scale(1.1)}.gallery-nav-btn.prev{left:20px}.gallery-nav-btn.next{right:20px}.gallery-info{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;backdrop-filter:blur(8px);padding:6px 14px;border-radius:20px;display:flex;gap:10px;color:#ffffffe6;font-size:12px;font-family:monospace;pointer-events:none;border:1px solid rgba(255,255,255,.1)}.info-separator{color:#fff6}.gallery-toolbar-bottom{display:flex;justify-content:center;gap:20px;padding:10px 16px;background:#1c1c20b3;border-top:1px solid rgba(255,255,255,.08)}.toolbar-group{display:flex;gap:6px;align-items:center}.gallery-tool-btn{padding:8px;background:transparent;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.gallery-tool-btn:hover{background:#729fcf33;color:#729fcf}.zoom-level{color:#fff9;font-size:11px;min-width:45px;text-align:center;font-family:monospace}.gallery-loading{position:absolute;display:flex;flex-direction:column;align-items:center;gap:12px;color:#fff}.loading-spinner{width:32px;height:32px;border:3px solid rgba(114,159,207,.2);border-top-color:#729fcf;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.gallery-window{width:95%;height:85%}.gallery-nav-btn{width:36px;height:36px}.gallery-info{font-size:10px;bottom:10px}}@media(max-width:480px){.gallery-nav-btn{opacity:1;width:32px;height:32px}.gallery-nav-btn.prev{left:8px}.gallery-nav-btn.next{right:8px}.toolbar-group:first-child,.toolbar-group:last-child{display:none}}
