.xp{--xp-pane-bg: color-mix(in srgb, var(--bg-layer-2) 82%, transparent);display:flex;flex-direction:column;height:100%}html[data-transparency=off] .xp{--xp-pane-bg: var(--bg-layer-2)}.xp-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:8px 12px 6px;background:var(--bg-layer-2)}.xp-nav{width:32px;height:30px;border:0;border-radius:var(--radius-rect);background:transparent;color:var(--text-primary);font-size:14px;line-height:1;display:grid;place-items:center}.xp-nav:hover{background:var(--bg-hover)}.xp-addr{flex:1;min-width:0;height:30px;display:flex;align-items:center;border:1px solid var(--stroke-card);border-radius:var(--radius-rect);background:var(--bg-layer);padding:0 2px 0 8px}.xp-addr.is-bad{border-color:var(--close-hover)}.xp-addr:focus-within{border-color:var(--accent)}.xp-crumbs{flex:1;min-width:0;display:flex;align-items:center;gap:2px;overflow:hidden;white-space:nowrap}.xp-addr.is-editing .xp-crumbs{display:none}.xp-crumbs>.ico{flex:0 0 auto;margin-right:4px}.xp-crumb{border:0;background:transparent;border-radius:var(--radius-rect);color:var(--text-primary);font-size:13px;padding:3px 6px;white-space:nowrap}.xp-crumb:hover{background:var(--bg-hover)}.xp-crumb-sep{color:var(--text-secondary);font-size:12px;padding:0 1px}.xp-addr-input{flex:1;min-width:0;display:none;border:0;background:transparent;color:var(--text-primary);font:inherit;font-size:13px;padding:0 2px;outline:none;user-select:text}.xp-addr.is-editing .xp-addr-input{display:block}.xp-addr-clear{display:none;width:24px;height:24px;border:0;background:transparent;border-radius:var(--radius-rect);color:var(--text-secondary);place-items:center;margin-right:2px}.xp-addr.is-editing .xp-addr-clear{display:grid}.xp-addr-clear:hover{background:var(--bg-hover);color:var(--text-primary)}.xp-searchbox{flex:0 0 180px;height:30px;display:flex;align-items:center;border:1px solid var(--stroke-card);border-radius:var(--radius-rect);background:var(--bg-layer);padding:0 8px 0 0;color:var(--text-secondary)}.xp-searchbox:focus-within{border-color:var(--accent)}.xp-search{flex:1;min-width:0;height:100%;border:0;background:transparent;color:var(--text-primary);font:inherit;font-size:13px;padding:0 10px;outline:none;user-select:text}.xp-cmdbar{flex:0 0 auto;display:flex;align-items:center;gap:2px;padding:2px 12px 6px;border-bottom:1px solid var(--stroke-card);background:var(--bg-layer-2)}.xp-cmd{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;border-radius:var(--radius-rect);color:var(--text-primary);font-size:13px;padding:6px 9px}.xp-cmd:hover:not(:disabled){background:var(--bg-hover)}.xp-cmd:disabled{color:var(--text-disabled);opacity:.55}.xp-cmd-sep{width:1px;height:18px;background:var(--stroke-card);margin:0 6px}.xp-main{flex:1;display:flex;min-height:0;position:relative}.xp-marquee{position:absolute;background:var(--accent-select);border:1px solid var(--accent);border-radius:var(--radius-rect);pointer-events:none}.xp-side{flex:0 0 190px;overflow-y:auto;padding:8px 6px;border-right:1px solid var(--stroke-card);background:var(--xp-pane-bg)}.xp-side-group{font-size:12px;color:var(--text-secondary);padding:10px 10px 4px}.xp-side-sep{height:1px;background:var(--stroke-card);margin:8px 6px}.xp-side-item{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;border-radius:var(--radius-rect);padding:6px 10px;color:var(--text-primary);font-size:13px;text-align:left}.xp-side-item:hover{background:var(--bg-hover)}.xp-side-item.is-active{background:var(--bg-active)}.xp-side-item.is-drop{background:var(--accent-select);outline:1px solid var(--accent)}.xp-side-item.is-indent{padding-left:26px}.xp-list{flex:1;overflow-y:auto;padding:6px 10px;align-content:flex-start;background:var(--xp-pane-bg)}.xp-row{display:flex;align-items:center;gap:10px;width:100%;border:1px solid transparent;background:transparent;border-radius:var(--radius-rect);padding:6px 10px;color:var(--text-primary);text-align:left;font-size:13px}.xp-row:hover{background:var(--bg-hover)}.xp-row+.xp-row{margin-top:2px}.xp-row.is-selected{background:var(--selection-item-fill);border-color:var(--selection-item-stroke);border-radius:var(--radius-rect)}.xp-row.is-drop{background:var(--accent-select);border-color:var(--accent)}.xp-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:none}.xp-note{font-size:12px;color:var(--text-secondary);white-space:nowrap}.xp-col-date{flex:0 0 128px;text-align:left}.xp-col-type{flex:0 0 100px;text-align:left}.xp-col-size{flex:0 0 80px;text-align:right}.xp-ico{display:grid;place-items:center}.xp-head{display:flex;align-items:stretch;gap:10px;padding:0 10px 2px;border-bottom:1px solid var(--stroke-card);margin-bottom:2px}.xp-head-col{position:relative;display:flex;align-items:center;height:30px;border:0;background:transparent;color:var(--text-secondary);font-size:12px;font-family:inherit;text-align:left;padding:3px 0 0;border-radius:var(--radius-rect)}.xp-head-col:hover{background:var(--bg-hover);color:var(--text-primary)}.xp-head-col:active{background:var(--bg-active)}.xp-head-col:after{content:"";position:absolute;right:-5px;top:20%;height:60%;width:1px;background:var(--stroke-card)}.xp-head-col:last-child:after{display:none}.xp-head-arrow{position:absolute;top:1px;left:calc(50% - 6px);width:12px;font-size:12px;line-height:1;text-align:center;color:var(--text-secondary)}.xp-head .xp-name{flex:1;padding-left:0}.xp-head .xp-col-size{justify-content:flex-end}.xp-head .xp-col-sync{justify-content:center}.xp-list.is-list .xp-row{padding:3px 10px;font-size:13px;gap:8px}.xp-list.is-grid{display:flex;flex-wrap:wrap;gap:4px}.xp-tile{width:110px;border:1px solid transparent;background:transparent;border-radius:var(--radius-rect);padding:10px 6px 8px;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-primary)}.xp-tile:hover{background:var(--bg-hover)}.xp-tile.is-selected{background:var(--selection-item-fill);border-color:var(--selection-item-stroke);border-radius:var(--radius-rect)}.xp-tile.is-drop{background:var(--accent-select);border-color:var(--accent)}.xp-tile .xp-ico{width:64px;height:52px}.xp-tile .xp-name{width:100%;font-size:12px;text-align:center;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.xp-thumb{max-width:64px;max-height:52px;border-radius:var(--radius-rect);object-fit:cover}.xp-list.view-sm .xp-tile{width:82px;padding:6px 4px;gap:4px}.xp-list.view-sm .xp-tile .xp-ico{width:36px;height:34px}.xp-list.view-md .xp-tile{width:100px}.xp-list.view-md .xp-tile .xp-ico{width:52px;height:50px}.xp-list.view-md .xp-thumb{max-width:52px;max-height:50px}.xp-list.view-lg .xp-tile{width:124px}.xp-list.view-lg .xp-tile .xp-ico{width:72px;height:68px}.xp-list.view-lg .xp-thumb{max-width:72px;max-height:68px}.xp-list.view-xl .xp-tile{width:168px}.xp-list.view-xl .xp-tile .xp-ico{width:104px;height:100px}.xp-list.view-xl .xp-thumb{max-width:104px;max-height:100px}.xp-drive{width:260px;display:flex;align-items:center;gap:12px;border:1px solid transparent;background:transparent;border-radius:var(--radius-rect);padding:10px 12px;color:var(--text-primary);text-align:left}.xp-drive:hover{background:var(--bg-hover)}.xp-drive.is-selected{background:var(--selection-item-fill);border-color:var(--selection-item-stroke);border-radius:var(--radius-rect)}.xp-drive-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.xp-drive-bar{height:12px;border:1px solid var(--stroke-card);background:var(--bg-layer-2)}.xp-drive-fill{height:100%;background:var(--accent)}.xp-rename{flex:1;min-width:0;border:1px solid var(--accent);border-radius:var(--radius-rect);background:var(--bg-layer);color:var(--text-primary);font:inherit;font-size:13px;padding:2px 4px;outline:none;user-select:text}.xp-status{flex:0 0 28px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-top:1px solid var(--stroke-card);font-size:12px;color:var(--text-secondary);background:var(--xp-pane-bg)}.xp-stat-view{display:flex;gap:2px}.xp-view-btn{display:grid;place-items:center;width:26px;height:22px;border:0;padding:0;background:transparent;border-radius:var(--radius-rect);color:var(--text-secondary)}.xp-view-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.xp-view-btn.is-active{background:var(--bg-active);color:var(--text-primary)}.xp-empty{width:100%}.np{height:100%;display:flex;flex-direction:column}.np-menubar{flex:0 0 auto;display:flex;align-items:center;gap:2px;padding:3px 8px;background:var(--bg-layer-2);border-bottom:1px solid var(--stroke-card)}.np-menu{border:0;background:transparent;border-radius:var(--radius-rect);color:var(--text-primary);font-size:13px;padding:5px 10px}.np-menu:hover{background:var(--bg-hover)}.np-text{flex:1;min-height:0;border:0;outline:none;resize:none;background:var(--bg-layer);color:var(--text-primary);font:14px/1.6 Consolas,Microsoft YaHei,monospace;padding:12px 16px;user-select:text}.np-status{flex:0 0 24px;display:flex;align-items:center;justify-content:flex-end;background:var(--bg-layer-2);border-top:1px solid var(--stroke-card);font-size:12px;color:var(--text-secondary)}.np-stat{padding:0 12px;border-left:1px solid var(--stroke-card);white-space:nowrap}.np-stat:first-child{margin-right:auto;border-left:0}.ph{height:100%;display:flex;flex-direction:column;background:#0c0e12;color:#e8eaed;outline:none;user-select:none}.ph-top{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background:#14161cf0;border-bottom:1px solid rgba(255,255,255,.06)}.ph-top-left,.ph-top-right{display:flex;align-items:center;gap:6px}.ph.is-editing .ph-top .ph-btn{padding:5px 12px;font-size:13px}.ph-stage{flex:1;min-height:0;position:relative;overflow:hidden;display:grid;place-items:center;cursor:default;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(40,50,70,.35),transparent 70%),#0c0e12}.ph-img{position:absolute;left:50%;top:50%;max-width:none;max-height:none;transform-origin:center center;will-change:transform;pointer-events:none}.ph-img.is-alpha{background-image:conic-gradient(#ffffffeb 0 25%,#c8cbd1eb 0 50%,#ffffffeb 0 75%,#c8cbd1eb 0);background-size:24px 24px}.ph-stage.is-panning{cursor:grabbing}.ph-empty{display:flex;flex-direction:column;align-items:center;gap:14px;color:#ffffff8c;font-size:13px}.ph-arrow{position:absolute;top:calc(50% - 18px);width:36px;height:36px;border:0;border-radius:var(--radius-round);background:#181b229e;color:#ffffffd9;font-size:20px;line-height:1;cursor:pointer;opacity:0;transition:opacity .14s,background .14s}.ph-arrow-l{left:14px}.ph-arrow-r{right:14px}.ph-stage:hover .ph-arrow{opacity:1}.ph-arrow:hover{background:#3a404ce6}.ph-minimap{position:absolute;right:14px;bottom:14px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-rect);background:#0c0e12e0;box-shadow:0 8px 24px #00000059;cursor:crosshair;touch-action:none}.ph-minimap-img{position:absolute;left:50%;top:50%;transform-origin:center center;opacity:.92;pointer-events:none;user-select:none}.ph-minimap-frame{position:absolute;box-sizing:border-box;border:2px solid rgba(255,255,255,.75);border-radius:var(--radius-rect);box-shadow:0 0 0 1px #0006;pointer-events:none}.ph-top[hidden],.ph-stage[hidden],.ph-empty[hidden],.ph-img[hidden],.ph-edit[hidden],.ph-status[hidden],.ph-loading[hidden],.ph-minimap[hidden],.ph-arrow[hidden]{display:none!important}.ph-loading{position:absolute;left:50%;top:50%;width:34px;height:34px;margin:-17px 0 0 -17px;border-radius:var(--radius-round);border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffd9;animation:ph-spin .8s linear infinite;pointer-events:none}@keyframes ph-spin{to{transform:rotate(360deg)}}.ph-status{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background:#14161ceb;border-top:1px solid rgba(255,255,255,.06)}.ph-st-group{display:flex;align-items:center;gap:2px;min-width:0}.ph-st-meta{gap:10px;position:absolute;left:0;right:0;justify-content:center;pointer-events:none}.ph-st-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#ffffffc7;border-radius:var(--radius-rect);width:32px;height:28px;padding:0;cursor:pointer;transition:background .1s,color .1s}.ph-st-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.ph-st-btn:disabled{opacity:.32;cursor:default}.ph-st-btn.is-active{background:#ffffff24;color:#fff}.ph-st-label{font-size:12px;color:#ffffff8c;padding:0 4px;white-space:nowrap}.ph-zoom-box{display:inline-flex;align-items:center;height:26px;margin:0 3px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-rect);background:#ffffff0a;transition:border-color .1s,background .1s}.ph-zoom-box:hover{background:#ffffff12}.ph-zoom-box:focus-within{border-color:var(--accent, #3b82f6);background:#ffffff0f}.ph-zoom-input{width:46px;border:0;background:transparent;color:#ffffffd9;font-size:12px;text-align:center;outline:none;padding:0 0 0 4px}.ph-zoom-input:disabled{opacity:.32}.ph-zoom-drop{display:inline-flex;align-items:center;justify-content:center;width:18px;height:100%;border:0;border-left:1px solid rgba(255,255,255,.08);background:transparent;color:#fff9;cursor:pointer;border-radius:var(--radius-rect)}.ph-zoom-drop:hover:not(:disabled){background:#ffffff1a;color:#fff}.ph-zoom-drop:disabled{opacity:.32;cursor:default}.ph-st-sep{width:1px;height:16px;margin:0 6px;background:#ffffff1f}.ph-st-badge{font-size:12px;padding:2px 7px;border-radius:var(--radius-rect);background:#3b82f638;color:#93c5fd;white-space:nowrap}.ph-btn{border:0;background:#ffffff0f;color:#e8eaed;border-radius:var(--radius-rect);padding:6px 11px;font-size:13px;cursor:pointer}.ph-btn:hover{background:#ffffff1f}.ph-btn.is-primary,.ph-btn.is-accent{background:var(--accent, #3b82f6);color:var(--accent-text)}.ph-btn.is-primary:hover,.ph-btn.is-accent:hover{filter:brightness(1.08)}.ph-btn.is-danger:hover:not(:disabled){background:#ef444459;color:#fecaca}.ph-btn:disabled{opacity:.4;cursor:default}.ph-seg{display:inline-flex;padding:2px;border-radius:var(--radius-rect);background:#ffffff0f;gap:2px}.ph-seg-btn{border:0;background:transparent;color:#ffffffb3;border-radius:var(--radius-rect);padding:5px 12px;font-size:13px;cursor:pointer}.ph-seg-btn.is-icon{padding:6px 10px;display:inline-flex;align-items:center;justify-content:center}.ph-seg-btn.is-active{background:#ffffff24;color:#fff}.ph-edit{flex:1;min-height:0;display:flex;flex-direction:column;background:#10141c;position:relative}.ph-edit[hidden]{display:none!important}
