.searchbox{position:relative;width:240px}.searchbox svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted);pointer-events:none}.searchbox input{padding-left:34px}@media (max-width: 520px){.searchbox{width:100%}}.uploadbar{display:flex;gap:16px;align-items:stretch}.uploadbar .dropzone{flex:1;margin:0}.uploadside{width:240px;display:flex;flex-direction:column;gap:10px;justify-content:center;flex:none}@media (max-width: 640px){.uploadbar{flex-direction:column}.uploadside{width:100%}}.dropzone{display:flex;align-items:center;gap:14px;padding:20px;border:1.5px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-2);cursor:pointer;transition:border-color .15s,background .15s}.dropzone:hover,.dropzone.drag{border-color:var(--brand);background:var(--brand-weak)}.dropzone.has{border-style:solid;border-color:var(--ok);background:var(--ok-weak)}.dropzone svg{width:30px;height:30px;color:var(--brand);flex:none}.auth{--login-blue: #1f5ae8;--login-navy: #0d237c;min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:#fff}.auth-brandpanel{background:radial-gradient(1100px 480px at -8% -12%,#eaf0ff,#fff 58%);padding:44px;display:flex;flex-direction:column;justify-content:center;gap:40px;border-right:1px solid #eef1fa}.auth-copy{max-width:400px}.auth-logo{display:inline-flex;align-self:flex-start}.auth-logo img{display:block;width:240px;height:auto}.auth-logo-rule{width:240px;height:3px;margin-top:16px;border-radius:2px;background:linear-gradient(90deg,var(--login-blue),rgba(31,90,232,0))}.auth-logo-mobile{display:none;width:190px;height:auto;margin-bottom:22px}.auth-headline{color:var(--login-navy);font-size:1.9rem;line-height:1.25}.auth-sub{color:#4b5568;margin-top:14px;max-width:340px}.auth-feats{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:10px}.auth-feats li{color:#2c3550;position:relative;padding-left:26px;font-size:.92rem;font-weight:500}.auth-feats li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background:var(--login-blue);color:#fff;display:grid;place-items:center;font-size:.68rem;font-weight:700}.auth-formpanel{display:grid;place-items:center;padding:30px;background:#fff}.auth-form{width:100%;max-width:360px}.auth-btn{background:var(--login-blue);border-color:var(--login-blue)}.auth-btn:hover{background:#1a4bc7}@media (max-width: 820px){.auth{grid-template-columns:1fr}.auth-brandpanel{display:none}.auth-logo-mobile{display:block}}.shell{display:grid;grid-template-columns:256px 1fr;min-height:100vh}.sidebar{background:var(--sidebar);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:50}.sidebar-brand{padding:20px 20px 14px}.nav{flex:1;padding:8px 12px;overflow-y:auto}.nav-label{color:var(--sidebar-muted);font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:10px 12px 6px}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--sidebar-text);font-weight:550;font-size:.9rem;cursor:pointer;margin-bottom:2px;transition:background .12s,color .12s}.nav-item:hover{background:var(--sidebar-2);color:#fff;text-decoration:none}.nav-item.active{background:linear-gradient(90deg,#3b5bdb40,#3b5bdb14);color:#fff;box-shadow:inset 2px 0 0 var(--brand)}.nav-item svg{width:18px;height:18px;flex:none;opacity:.85}.nav-count{margin-left:auto;background:var(--sidebar-2);color:var(--sidebar-text);font-size:.7rem;font-weight:700;padding:1px 7px;border-radius:999px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:14px;border-top:1px solid var(--sidebar-line)}.avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(150deg,#3b5bdb,#6f5bd6);color:#fff;display:grid;place-items:center;font-weight:700;flex:none;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.icon-btn{background:transparent;border:none;color:var(--sidebar-muted);cursor:pointer;padding:7px;border-radius:8px;display:grid;place-items:center}.icon-btn:hover{background:var(--sidebar-2);color:#fff}.icon-btn svg{width:18px;height:18px}.icon-btn.dark{color:var(--text-2)}.icon-btn.dark:hover{background:var(--surface-3);color:var(--text)}.main{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;background:#f3f4f8d1;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;padding:12px 26px}.topbar #menuBtn{display:none}.crumb{font-size:.72rem;color:var(--muted);font-weight:600;letter-spacing:.02em}.content{padding:24px 26px 60px;width:100%}.scrim{display:none}@media (max-width: 900px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;width:256px;transform:translate(-100%);transition:transform .22s ease}.shell.open .sidebar{transform:none;box-shadow:var(--shadow-lg)}.shell.open .scrim{display:block;position:fixed;inset:0;background:#0a0c1480;z-index:40}.topbar #menuBtn{display:grid}#berandaGrid{grid-template-columns:1fr!important}}@media (max-width: 720px){.content{padding:18px 16px 50px}.topbar{padding:12px 16px}.grid[style*="1fr 1fr"],.grid[style*="380px"],.grid[style*="1.6fr"],.grid[style*="350px"]{grid-template-columns:1fr!important}.stats{grid-template-columns:1fr 1fr!important}}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow-sm)}.stat .ico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;margin-bottom:12px}.stat .ico svg{width:19px;height:19px}.stat .num{font-size:1.7rem;font-weight:700;letter-spacing:-.02em}.stat .lbl{color:var(--muted);font-size:.82rem;margin-top:2px}.ic-blue{background:var(--brand-weak);color:var(--brand)}.ic-amber{background:var(--warn-weak);color:var(--warn)}.ic-green{background:var(--ok-weak);color:var(--ok)}.ic-violet{background:#efe9fb;color:#6d4bc7}.list{display:flex;flex-direction:column}.list-row{display:flex;align-items:center;gap:14px;padding:14px 22px;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row .ficon{width:40px;height:40px;border-radius:10px;background:var(--surface-3);display:grid;place-items:center;flex:none;color:var(--text-2)}.list-row .ficon svg{width:19px;height:19px}.list-row .meta{min-width:0;flex:1}.list-row .meta .t{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty{text-align:center;padding:46px 20px;color:var(--muted)}.empty svg{width:40px;height:40px;opacity:.5;margin-bottom:10px}.filegrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}.pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}.pager-nums{display:flex;align-items:center;gap:4px}.pager-num{width:34px;height:34px;padding:0;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-2);font-weight:600;font-size:.85rem;cursor:pointer}.pager-num:hover{background:var(--surface-2)}.pager-num.active{background:var(--brand);border-color:var(--brand);color:#fff}.pager-ellipsis{color:var(--muted);padding:0 4px}.filecard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .15s,border-color .15s,transform .05s;display:flex;flex-direction:column}.filecard:hover{border-color:var(--brand);box-shadow:var(--shadow)}.filecard:active{transform:translateY(1px)}.filethumb{position:relative;height:132px;background:var(--surface-3);display:grid;place-items:center;overflow:hidden}.filethumb img{width:100%;height:100%;object-fit:cover}.filethumb .fbig{color:var(--muted)}.filethumb .fbig svg{width:46px;height:46px}.filethumb .badge{position:absolute;top:8px;left:8px;box-shadow:var(--shadow-sm)}.fileinfo{padding:11px 13px 4px}.fileinfo .t{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fileact{display:flex;gap:8px;padding:10px 13px 13px;margin-top:auto;align-items:center}.fileact .btn.sm{justify-content:center}.tplpick{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}.tplpick-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:9px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;transition:border-color .12s,background .12s}.tplpick-item:hover{border-color:var(--brand-weak)}.tplpick-item.active{border-color:var(--brand);background:var(--brand-weak)}.tplpick-item .sw{width:100%;height:52px;border-radius:7px;display:grid;place-items:center}.tplpick-item .sw .dotgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.tplpick-item .sw .dotgrid i{width:6px;height:6px}.tplpick-item .nm{font-size:.78rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.qr-preview{width:108px;height:108px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px dashed var(--border-strong);display:grid;place-items:center;overflow:hidden}.qr-preview img{width:100%;height:100%;object-fit:contain;display:none}.qr-preview img[src]{display:block}.qr-preview img[src]+span{display:none}.stage{position:relative;width:100%;min-width:0;max-width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-3);min-height:140px;max-height:620px;overflow:auto;user-select:none}.stage-inner{position:relative;display:inline-block;min-width:100%}.stage .media{display:block;height:auto;border-radius:var(--radius-sm)}.stage-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-size:.85rem;background:var(--surface-2);border-radius:var(--radius-sm);z-index:5}.zoomctl{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;padding:3px 4px}.zoombtn{width:24px;height:24px;border-radius:50%;border:none;background:var(--surface-2);color:var(--text);font-size:1rem;font-weight:700;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.zoombtn:hover{background:var(--brand-weak);color:var(--brand)}#zoomLabel{min-width:38px;text-align:center;color:var(--text-2)}.qrbox{position:absolute;box-sizing:border-box;border:2px solid var(--brand);background:#3b5bdb1a;box-shadow:0 0 0 2px #ffffffa6,0 6px 18px #00000047;cursor:grab;touch-action:none;display:grid;place-items:center;border-radius:3px}.qrbox:active{cursor:grabbing}.qrbox img{width:100%;height:100%;object-fit:contain;pointer-events:none;display:none}.qrbox img[src]{display:block}.qrbox img[src]+.qr-ph{display:none}.qr-ph{color:var(--brand);font-weight:700;font-size:.8rem;letter-spacing:.04em;pointer-events:none}.qr-handle{position:absolute;right:-8px;bottom:-8px;width:17px;height:17px;border-radius:50%;background:var(--brand);border:2.5px solid #fff;box-shadow:0 2px 6px #0000004d;cursor:nwse-resize;touch-action:none}.linklike{background:none;border:none;color:var(--brand);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;padding:0;width:auto}.linklike:hover{text-decoration:underline}.pagechecks{display:flex;flex-wrap:wrap;gap:6px 12px;margin:8px 0 14px}.pagecheck{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:500;color:var(--text-2);width:auto;cursor:pointer}.pagecheck input{width:auto}.pagetabs{display:flex;flex-wrap:wrap;gap:6px}.pagetab{font:inherit;font-size:.78rem;font-weight:600;padding:5px 11px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-2);cursor:pointer;width:auto}.pagetab.active{background:var(--brand);border-color:var(--brand);color:#fff}.linkrow{border:1px solid var(--border);border-radius:var(--radius-sm);padding:13px 15px;margin-bottom:10px;background:var(--surface-2)}.linkrow:last-child{margin-bottom:0}.copyfield{display:flex;gap:8px;margin-top:9px}.copyfield input{background:var(--surface);font-size:.82rem}.scopepick{display:flex;flex-direction:column;gap:8px}.scopeopt{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:auto}.scopeopt:has(input:checked){border-color:var(--brand);background:var(--brand-weak)}.scopeopt input{width:auto;margin-top:3px}.scopeopt div{display:flex;flex-direction:column;gap:2px}.codeblock{background:#12131c;color:#d7dbe8;border-radius:var(--radius-sm);padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;line-height:1.6;overflow-x:auto;white-space:pre}.codeblock span{color:#9fb2ff}.kv{display:grid;gap:6px 14px;font-size:.84rem}.kv dt{color:var(--muted)}.kv dd{margin:0;word-break:break-word}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.tpl-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;text-align:center;background:var(--surface-2)}.tpl-swatch{aspect-ratio:1;border-radius:8px;display:grid;place-items:center;margin-bottom:10px;overflow:hidden;padding:6px}.tpl-swatch img{width:100%;height:100%;object-fit:contain;display:block}
