:root{--surface2:var(--surface-alt);--border2:var(--border-strong);--muted:var(--text-muted);--dim:var(--text-dim);--purple:var(--primary);--purple-l:var(--violet-300);--pink:var(--accent);--green:var(--success);--font-head:var(--font-display);--radius:var(--radius-md)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);background:var(--bg);color:var(--text);height:100%}#app{height:calc(100dvh - var(--nav-h,56px) - var(--footer-h,0px));display:flex;overflow:hidden}#panel-lib{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;width:300px;min-height:0;display:flex;overflow:visible}#panel-wl{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}#mob-pages,#mobile-nav{display:none}.lib-search-row{flex-shrink:0;padding:8px 8px 4px}.lib-grid{scrollbar-width:thin;scrollbar-color:var(--border2) transparent;flex:1;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));align-content:start;gap:6px;padding:6px;display:grid;overflow-y:auto}.lib-card{border-radius:var(--radius);background:var(--surface2);border:1.5px solid var(--border2);flex-direction:column;transition:border-color .12s;display:flex;overflow:visible}.lib-card:hover{border-color:var(--purple-l)}.lib-card.in-wl{border-color:var(--green)}.lib-img-wrap{aspect-ratio:5/7;border-radius:calc(var(--radius) - 1.5px) calc(var(--radius) - 1.5px) 0 0;background:var(--surface2);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.lib-img-wrap img{object-fit:contain;width:100%;height:100%;display:block}.lib-ph{color:var(--dim);justify-content:center;align-items:center;font-size:1.3rem;display:none;position:absolute;inset:0}.lib-badge{z-index:2;background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;font-weight:900;display:flex;position:absolute;top:3px;right:3px;box-shadow:0 1px 4px #00000059}.lib-ctrl{background:var(--surface);border-top:1px solid var(--border2);border-radius:0 0 calc(var(--radius) - 1.5px) calc(var(--radius) - 1.5px);gap:3px;padding:3px;display:flex}.lib-ctrl .wl-btn{flex:1;width:auto}.lib-more{text-align:center;color:var(--dim);grid-column:1/-1;padding:10px 0;font-size:.68rem;font-style:italic}.wl-hdr{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;padding:8px 12px;display:flex}.wl-title{font-family:var(--font-head);color:var(--purple-l);font-size:1.1rem}.wl-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 12px;font-size:.76rem;font-weight:800;line-height:1;transition:opacity .15s,transform .1s;display:inline-flex}.btn:active{transform:scale(.95)}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{opacity:.9}.btn-secondary{background:var(--surface);border:1px solid var(--border2);color:var(--muted)}.btn-secondary:hover{border-color:var(--purple);color:var(--purple);background:var(--surface2)}.btn-danger{background:var(--danger-100);color:var(--danger);border:1px solid #0000}.btn-danger:hover{border-color:var(--danger)}#stats-bar,#stats-bar-m{border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;flex-shrink:0;align-items:stretch;gap:6px;padding:7px 10px;display:flex}.stat-chip{background:var(--surface2);border:1px solid var(--border2);border-radius:var(--radius);flex-direction:column;align-items:center;min-width:66px;padding:6px 12px;display:flex}.stat-chip .sv{font-family:var(--font-head);color:var(--text);font-size:1.05rem;font-weight:800;line-height:1.1}.stat-chip .sl{text-transform:uppercase;letter-spacing:.08em;color:var(--dim);margin-top:2px;font-size:.56rem}.stat-chip.complete-chip .sv{color:var(--green)}.rarity-chip-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.rarity-chip{white-space:nowrap;border:1px solid;border-radius:20px;padding:2px 6px;font-size:.58rem;font-weight:800}#toolbar,#toolbar-m{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:5px;padding:6px 10px;display:flex}.toolbar-sep{background:var(--border2);width:1px;height:20px;margin:0 2px}.tb-row{align-items:center;gap:5px;display:flex}.filter-pill{background:var(--surface);border:1px solid var(--border2);color:var(--muted);cursor:pointer;border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:800;transition:all .15s}.filter-pill.active{background:var(--purple);border-color:var(--purple);color:#fff}.filter-pill:hover:not(.active){border-color:var(--purple);color:var(--purple)}#toolbar .dd-wrap,#toolbar-m .dd-wrap{flex:unset}.sort-opt{justify-content:flex-start}.sort-opt:hover{background:var(--surface2);color:var(--purple);font-weight:700}#wishlist-grid,#wishlist-grid-m{scrollbar-width:thin;scrollbar-color:var(--border2) transparent;flex:1;grid-template-columns:repeat(auto-fill,140px);grid-auto-rows:min-content;place-content:start;gap:10px;min-height:0;padding:10px;display:grid;overflow-y:auto}@media (width<=899px){#app{display:none!important}#mob-pages{height:calc(100dvh - var(--nav-h,56px));flex-direction:column;padding-bottom:52px;display:flex}#mobile-nav{background:var(--surface);border-top:1px solid var(--border);z-index:500;height:52px;display:flex;position:fixed;bottom:0;left:0;right:0}.mnav-btn{cursor:pointer;color:var(--muted);font-family:var(--font-body);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;transition:color .15s;display:flex}.mnav-btn.active,.mnav-btn:hover{color:var(--purple)}.mnav-icon{font-size:1.15rem;line-height:1}.mnav-label{text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:800}}.mob-page{flex-direction:column;flex:1;min-height:0;display:none;overflow:visible}.mob-page.active{display:flex}@media (width<=899px){#wishlist-grid-m{grid-template-columns:repeat(4,1fr);grid-auto-rows:min-content;gap:6px;padding:6px}#toolbar-m{flex-direction:column;gap:5px;padding:6px 10px}.tb-row{align-items:center;gap:5px;width:100%;display:flex}.tb-row .dd-wrap:last-child{margin-left:auto}}.wl-tile{background:var(--surface);border:1.5px solid var(--border2);border-radius:var(--radius-lg);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.wl-tile:hover{border-color:var(--purple-l);box-shadow:var(--shadow-md)}.wl-tile.complete{border-color:var(--green)}.wl-img-wrap{aspect-ratio:5/7;background:var(--surface2);flex:none;position:relative;overflow:hidden}.wl-img-wrap img{object-fit:contain;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.wl-ph{color:var(--dim);z-index:0;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.2rem;display:none;position:absolute;inset:0}.wl-rm-btn{z-index:3;color:var(--danger);cursor:pointer;opacity:1;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;display:flex;position:absolute;top:6px;left:6px}.wl-rm-btn:hover{background:#dc2626d9}.wl-detail-btn{z-index:3;color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .15s;display:flex;position:absolute;bottom:8px;right:6px}.wl-detail-btn:hover{background:#6d5bffe6}.wl-detail-btn svg{width:15px;height:15px}.wl-qty-badge{z-index:3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000ad;border:1.5px solid #ffffff38;border-radius:20px;padding:3px 8px;font-size:.68rem;font-weight:900;line-height:1;position:absolute;top:6px;right:6px}.wl-tile.complete .wl-qty-badge{background:#16a34ad9;border-color:#4ade8080}.wl-img-bar{z-index:2;background:#ffffff26;height:5px;position:absolute;bottom:0;left:0;right:0}.wl-img-bar-fill{background:var(--primary);height:100%;transition:width .35s}.wl-tile.complete .wl-img-bar-fill{background:var(--success)}.wl-info{flex-direction:column;flex:1;gap:4px;min-height:0;padding:6px 8px;display:flex;overflow:hidden}.wl-name{font-family:var(--font-head);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.2;overflow:hidden}.wl-meta{color:var(--dim);font-size:.6rem}.wl-qty-rows{flex-direction:column;gap:4px;display:flex}.wl-qty-row{align-items:center;gap:4px;display:flex}.wl-qty-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;flex:0 0 34px;font-size:.62rem;font-weight:700}.wl-qty-ctrl{flex:1;align-items:center;gap:4px;display:flex}.wl-btn{cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.85rem;font-weight:900;transition:opacity .1s,transform .1s;display:flex}.wl-btn:not(:disabled):active{transform:scale(.88)}.wl-btn:disabled{opacity:.2;cursor:default}.wl-btn-minus{background:var(--danger-100);color:var(--danger)}.wl-btn-plus{background:var(--success-100);color:var(--success)}.wl-btn-minus:not(:disabled):hover,.wl-btn-plus:not(:disabled):hover{filter:brightness(.95)}.wl-qty-val{color:var(--text);text-align:center;min-width:18px;font-size:.82rem;font-weight:900}.modal-overlay{z-index:600;-webkit-backdrop-filter:blur(3px);background:#2a21406b;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal-box{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);width:100%;max-width:500px;max-height:85vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.modal-title{font-family:var(--font-head);color:var(--text);font-size:1.05rem}.modal-close{color:var(--dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1rem}.modal-close:hover{background:var(--surface2);color:var(--text)}.modal-hint{color:var(--dim);flex-shrink:0;padding:8px 16px 4px;font-size:.72rem}.modal-hint code{background:var(--surface2);color:var(--purple-l);border-radius:4px;padding:1px 5px;font-size:.7rem}.modal-actions{border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;gap:7px;padding:10px 16px 14px;display:flex}.wl-detail-box{max-width:560px}.wl-detail{gap:16px;padding:16px;display:flex;overflow-y:auto}.wl-detail-img{aspect-ratio:5/7;background:var(--surface2);border:1px solid var(--border2);border-radius:10px;flex:0 0 190px;position:relative;overflow:hidden}.wl-detail-img img{object-fit:contain;width:100%;height:100%;display:block}.wl-detail-info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.wl-detail-name{font-family:var(--font-head);color:var(--text);font-size:1.15rem;line-height:1.2;font-weight:var(--fw-semibold)}.wl-detail-meta{color:var(--dim);font-size:.78rem;font-weight:700}.wl-detail-sub{color:var(--muted);font-size:.74rem;font-weight:700}.wl-detail-stats{color:var(--text);flex-wrap:wrap;gap:10px;font-size:.8rem;font-weight:800;display:flex}.wl-detail-ability{color:var(--muted);background:var(--surface2);border:1px solid var(--border2);white-space:pre-wrap;border-radius:8px;padding:8px 10px;font-size:.8rem;line-height:1.5}.wl-detail-ability.th{color:var(--dim)}@media (width<=520px){.wl-detail{flex-direction:column;align-items:center}.wl-detail-img{flex-basis:auto;width:62%;max-width:220px}.wl-detail-info{width:100%}}.io-textarea{resize:vertical;background:var(--surface2);border:1px solid var(--border2);color:var(--text);border-radius:8px;flex:1;min-height:160px;margin:6px 16px;padding:10px;font-family:monospace;font-size:.74rem}.io-textarea:focus{border-color:var(--purple);outline:none}.io-textarea:focus-visible{outline:2px solid var(--purple);outline-offset:2px}.toast-wrap{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;gap:5px;display:flex;position:fixed;bottom:70px;left:50%;transform:translate(-50%)}.toast{background:var(--surface2);border:1px solid var(--border2);color:var(--text);opacity:0;white-space:nowrap;border-radius:20px;padding:7px 16px;font-size:.78rem;font-weight:700;transition:opacity .22s,transform .22s;transform:translateY(8px)}.toast.show{opacity:1;transform:translateY(0)}.toast.t-ok{border-color:var(--success);color:var(--success)}.toast.t-warn{border-color:var(--warning);color:var(--warning)}.toast.t-err{border-color:var(--danger);color:var(--danger)}#empty-state{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:10px;padding:70px 24px;display:flex}.empty-icon{font-size:3.5rem}.empty-msg{font-family:var(--font-head);color:var(--muted);font-size:1.1rem}.empty-sub{color:var(--dim);font-size:.82rem}@media (width<=480px){.stat-chip{min-width:58px;padding:5px 8px}.stat-chip .sv{font-size:.95rem}}@media (width<=899px){.wl-tile{border-radius:var(--radius)}.wl-rm-btn{width:18px;height:18px;font-size:.6rem;top:3px;left:3px}.wl-detail-btn{width:22px;height:22px;bottom:6px;right:3px}.wl-detail-btn svg{width:12px;height:12px}.wl-qty-badge{padding:2px 5px;font-size:.55rem;top:3px;right:3px}.wl-info{gap:3px;padding:5px 5px 4px}.wl-name{font-size:.65rem}.wl-meta{font-size:.5rem}.wl-qty-rows{gap:2px}.wl-qty-label{flex:0 0 24px;font-size:.52rem}.wl-qty-val{min-width:14px;font-size:.72rem}.wl-btn{width:18px;height:18px;font-size:.78rem}}@media (width<=430px){#wishlist-grid-m{grid-template-columns:repeat(4,minmax(0,1fr))}.wl-info{padding:5px 4px 4px}.wl-qty-row{gap:3px}.wl-qty-label{letter-spacing:0;flex:none;min-width:0;font-size:.5rem}.wl-qty-ctrl{gap:3px;min-width:0}.wl-qty-val{min-width:10px}.wl-qty-ctrl .wl-btn{flex:1 1 0;width:auto;min-width:0;max-width:20px}}.panel-title,.wl-title,.wl-name,.modal-title,.empty-msg,.stat-chip .sv{font-weight:var(--fw-semibold)}
