:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #1c2129;--bg-hover: #21262d;--bg-card: #1a1f27;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--accent-blue: #58a6ff;--accent-gold: #e8c547;--accent-green: #3fb950;--accent-red: #f85149;--accent-purple: #bc8cff;--border: #30363d;--border-light: #21262d;--radius: 8px;--radius-lg: 12px;--shadow: 0 2px 8px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition: .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);line-height:1.5;min-height:100vh}.app-header{background:linear-gradient(135deg,#0d1117,#161b22,#1a1520);border-bottom:1px solid var(--border);padding:1.25rem 2rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-content{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-left h1{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent-blue),var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-branding{display:flex;align-items:center;gap:.6rem}.header-logo{height:32px;width:auto;object-fit:contain}.header-icon{margin-right:.4rem}.header-subtitle{font-size:.85rem;color:var(--text-secondary);margin-top:.15rem}.type-toggle{display:flex;gap:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.toggle-btn{background:var(--bg-secondary);color:var(--text-secondary);border:none;padding:.6rem 1.4rem;font-family:var(--font);font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.toggle-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.toggle-btn.active{background:linear-gradient(135deg,#58a6ff26,#e8c5471a);color:var(--accent-blue);box-shadow:inset 0 -2px 0 var(--accent-blue)}.app-main{margin:0 auto;padding:1.5rem 2rem 3rem}.characters-section{margin-bottom:1.5rem}.characters-section h2{font-size:1.1rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.char-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.char-input-row input{flex:1;max-width:360px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem 1rem;color:var(--text-primary);font-family:var(--font);font-size:.9rem;outline:none;transition:border-color var(--transition)}.char-input-row input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff1a}.char-input-row input::placeholder{color:var(--text-muted)}.char-input-row button{background:linear-gradient(135deg,var(--accent-blue),#4090d0);color:#fff;border:none;border-radius:var(--radius);padding:.6rem 1.2rem;font-family:var(--font);font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition);white-space:nowrap}.char-input-row button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff4d}.char-input-row button:disabled{opacity:.5;cursor:not-allowed}.char-loading{color:var(--text-secondary);padding:.5rem 0;font-style:italic}.sync-container{display:flex;align-items:center;gap:.5rem}#sync-chars-btn{background:transparent;color:var(--accent-gold);border:1px solid var(--accent-gold);border-radius:var(--radius);padding:.6rem 1.2rem;font-family:var(--font);font-size:.85rem;font-weight:600;cursor:pointer;transition:all var(--transition);white-space:nowrap}#sync-chars-btn:hover:not(:disabled){background:#e8c5471a;box-shadow:0 0 8px #e8c54733}#sync-chars-btn.syncing{opacity:.7;cursor:wait}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.tooltip-icon{color:var(--text-muted);font-size:1.1rem;cursor:help;transition:color var(--transition);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.tooltip-icon:hover{color:var(--accent-blue);background:#58a6ff1a}.tooltip-content{position:absolute;bottom:125%;left:50%;transform:translate(-50%) translateY(10px);width:220px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;box-shadow:var(--shadow-lg);pointer-events:none;opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:200;text-align:left}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border-width:6px;border-style:solid;border-color:var(--border) transparent transparent transparent}.tooltip-wrapper:hover .tooltip-content{opacity:1;transform:translate(-50%) translateY(0)}.tooltip-content strong{display:block;font-size:.9rem;color:var(--accent-blue);margin-bottom:.25rem}.tooltip-content p{font-size:.8rem;color:var(--text-secondary);line-height:1.4;margin:0}.tooltip-warning{margin-top:.5rem!important;color:var(--accent-gold)!important;font-weight:500}.char-cards{display:flex;gap:.6rem;flex-wrap:wrap}.char-card{display:flex;align-items:center;gap:.6rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.5rem .75rem;transition:all var(--transition);animation:fadeIn .3s ease}.char-card:hover{border-color:var(--accent-blue);box-shadow:0 0 12px #58a6ff14}.char-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.char-info{display:flex;flex-direction:column;gap:0}.char-name{font-weight:600;font-size:.85rem;color:var(--text-primary)}.char-world{font-size:.75rem;color:var(--text-muted)}.char-remove-btn{background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;padding:.2rem .3rem;border-radius:4px;transition:all var(--transition);line-height:1}.char-remove-btn:hover{color:var(--accent-red);background:#f851491a}.table-section{border-radius:var(--radius-lg);overflow:hidden}.table-container{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.table-toolbar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.search-input{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .85rem;color:var(--text-primary);font-family:var(--font);font-size:.85rem;min-width:200px;outline:none;transition:border-color var(--transition)}.search-input:focus{border-color:var(--accent-blue)}.search-input::placeholder{color:var(--text-muted)}.source-select{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .85rem;color:var(--text-primary);font-family:var(--font);font-size:.85rem;outline:none;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.hide-owned-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.hide-owned-toggle input[type=checkbox]{accent-color:var(--accent-blue);width:15px;height:15px;cursor:pointer}.table-count{margin-left:auto;font-size:.8rem;color:var(--text-muted);white-space:nowrap}.table-scroll{overflow-x:auto;max-height:calc(100vh - 300px);overflow-y:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}thead{position:sticky;top:0;z-index:10}th{background:var(--bg-tertiary);color:var(--text-secondary);font-weight:600;text-align:left;padding:.6rem .75rem;border-bottom:2px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}tr:nth-child(odd){background-color:var(--bg-tertiary)}th.sortable{cursor:pointer}th.sortable:hover{color:var(--accent-blue)}.th-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.th-label{display:flex;align-items:center;gap:.4rem;flex:1;height:100%}.th-with-filter{display:flex;align-items:center;justify-content:space-between;gap:.4rem;width:100%}.filter-wrapper{position:relative;display:flex;align-items:center}.filter-trigger{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;transition:all var(--transition)}.filter-trigger:hover{background:#58a6ff1a;color:var(--accent-blue)}.filter-trigger.active{color:var(--accent-blue);background:#58a6ff26}.filter-popover{position:absolute;top:calc(100% + 8px);right:-8px;width:240px;background:#1c2129f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:1000;display:flex;flex-direction:column;animation:fadeIn .2s ease;overflow:hidden}.filter-popover-header{padding:.75rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:700;color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase}.filter-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;line-height:1}.filter-close:hover{color:var(--accent-red)}.toolbar-btn{background:var(--bg-primary);border:1px solid var(--border);color:var(--text-secondary);padding:.5rem;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.toolbar-btn:hover{border-color:var(--accent-blue);color:var(--text-primary);background:var(--bg-hover)}.toolbar-btn.active{color:var(--accent-blue);border-color:var(--accent-blue);background:#58a6ff1a}.visibility-wrapper{position:relative;display:flex;align-items:center}.visibility-popover{width:220px;right:auto;left:0}.filter-popover-toolbar{padding:.75rem;border-bottom:1px solid var(--border-light);display:flex;flex-direction:column;gap:.5rem}.filter-search-input{width:100%;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:.4rem .75rem;color:var(--text-primary);font-family:var(--font);font-size:.85rem;outline:none}.filter-actions{display:flex;gap:.4rem}.filter-actions button{flex:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;padding:.2rem;font-size:.7rem;color:var(--text-secondary);cursor:pointer}.filter-actions button:hover{border-color:var(--accent-blue);color:var(--text-primary)}.filter-popover-body{padding:.5rem;max-height:280px;overflow-y:auto}.filter-popover-body.checklist{display:flex;flex-direction:column}.filter-checkbox-item{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;border-radius:var(--radius);cursor:pointer;transition:background var(--transition);font-size:.85rem}.filter-checkbox-item:hover{background:var(--bg-hover)}.filter-checkbox-item input[type=checkbox]{accent-color:var(--accent-blue)}.active-filters-summary{display:flex;align-items:center}.clear-all-filters{background:#f851491a;color:var(--accent-red);border:1px solid rgba(248,81,73,.2);border-radius:var(--radius);padding:.35rem .75rem;margin:0rem .5rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.clear-all-filters:hover{background:#f8514933}td{padding:.5rem .75rem;border-bottom:1px solid var(--border-light);color:var(--text-primary);vertical-align:middle}tbody tr{transition:background var(--transition)}tbody tr:hover{background:var(--bg-hover)}.collectable-name{font-weight:500;text-transform:capitalize;display:flex;align-items:center}.collectable-icon{width:24px;height:24px;border-radius:4px;margin-right:8px;object-fit:contain}.source-badge{display:inline-block;padding:.15rem .6rem;border-radius:100px;font-size:.75rem;font-weight:600;background:#58a6ff1a;color:var(--accent-blue);white-space:nowrap}.source-13{background:#f851491a;color:var(--accent-red)}.source-11{background:#bc8cff1a;color:var(--accent-purple)}.source-5{background:#e8c5471a;color:var(--accent-gold)}.source-10{background:#3fb9501a;color:var(--accent-green)}.source-7{background:#e8c54714;color:#d4a843}.source-4{background:#f8514914;color:#e06050}.source-2{background:#3fb95014;color:#50b060}.source-20{background:#bc8cff14;color:#a080e0}.source-1{background:#58a6ff14;color:#70b0e0}.source-22{background:#e8c5471f;color:var(--accent-gold)}.source-12{background:#3fb9501f;color:#60c070}.obtainable-yes{color:var(--accent-green);font-weight:500}.obtainable-no{color:var(--accent-red);font-weight:500}.howto-cell{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.8rem;color:var(--text-secondary);max-width:280px}.char-col-header{display:flex;flex-direction:column;align-items:center;gap:.2rem}.char-col-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.char-col-name{font-size:.7rem;max-width:70px;overflow:hidden;text-overflow:ellipsis}.owned-yes{color:var(--accent-green);font-weight:700;font-size:1rem}.owned-no{color:var(--text-muted);font-size:1rem}.missing-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;border-radius:50%;font-weight:700;font-size:.8rem;background:#f851491a;color:var(--accent-red)}.missing-zero{background:#3fb9501a;color:var(--accent-green)}.missing-all{background:#f8514933;color:var(--accent-red)}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-secondary);gap:1rem}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.app-header{padding:1rem}.header-content{flex-direction:column;align-items:flex-start}.app-main{padding:1rem}.char-input-row{flex-direction:column}.char-input-row input{max-width:100%}.table-toolbar{flex-direction:column;align-items:stretch}.table-count{margin-left:0}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.toast-container{position:fixed;top:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:1000;pointer-events:none}.toast{pointer-events:auto;min-width:280px;max-width:400px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toastIn .3s cubic-bezier(.4,0,.2,1);transition:all .2s ease}.toast-success{border-left:4px solid var(--accent-green)}.toast-error{border-left:4px solid var(--accent-red)}.toast-info{border-left:4px solid var(--accent-blue)}.toast-icon{font-size:1.2rem;line-height:1}.toast-message{flex:1;font-size:.9rem;line-height:1.4;color:var(--text-primary)}.toast-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.2rem;font-size:1rem;line-height:1;transition:color var(--transition)}.toast-close:hover{color:var(--text-primary)}@keyframes toastIn{0%{opacity:0;transform:translate(40px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.title-name{display:flex;align-items:center;gap:.4rem}.title-indicator{font-size:1.1rem;line-height:0;color:var(--accent-gold);opacity:.6;-webkit-user-select:none;user-select:none;position:relative;top:-.2rem}.achievement-points{background:#e8c5471a;color:var(--accent-gold);padding:.1rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem;border:1px solid rgba(232,197,71,.2)}.achievement-name{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.legacy-badge{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:100px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#bc8cff1f;color:var(--accent-purple);border:1px solid rgba(188,140,255,.3);white-space:nowrap;flex-shrink:0}.nonlegacy-label{color:var(--text-muted)}.global-owned-badge{padding:2px 6px;border-radius:4px;font-size:.85em;font-weight:600;display:inline-block;text-align:center;min-width:48px}.global-owned-legendary{background-color:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.global-owned-epic{background-color:#a855f726;color:#c084fc;border:1px solid rgba(168,85,247,.3)}.global-owned-rare{background-color:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.global-owned-uncommon{background-color:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.global-owned-common{background-color:#9ca3af26;color:#d1d5db;border:1px solid rgba(156,163,175,.3)}.global-owned-very-common{background-color:#6b728026;color:#9ca3af;border:1px solid rgba(107,114,128,.3)}.global-owned-unknown{color:var(--text-muted)}.search-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.search-modal{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000080;overflow:hidden}.search-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.search-modal-header h3{margin:0;font-size:1.25rem;color:var(--text-primary)}.search-modal-close{background:transparent;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1}.search-modal-close:hover{color:var(--text-primary)}.search-modal-disclaimer{padding:1rem 1.5rem;background:#58a6ff0d;border-bottom:1px solid var(--border-light);font-size:.85rem;color:var(--text-secondary);line-height:1.4}.search-modal-disclaimer p{margin:0 0 .5rem}.search-modal-disclaimer p:last-child{margin:0}.search-modal-disclaimer a{color:var(--accent-blue);text-decoration:none}.search-modal-disclaimer a:hover{text-decoration:underline}.search-results-list{padding:.5rem;overflow-y:auto;max-height:400px}.search-no-results{padding:2rem;text-align:center;color:var(--text-muted)}.search-result-item{display:flex;align-items:center;padding:.75rem 1rem;gap:1rem;cursor:pointer;border-radius:var(--radius);transition:background var(--transition)}.search-result-item:hover{background:var(--bg-hover)}.search-result-avatar{width:40px;height:40px;border-radius:4px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.search-result-info{display:flex;flex-direction:column}.search-result-name{font-weight:600;color:var(--text-primary)}.search-result-id{font-size:.8rem;color:var(--text-muted)}.options-list{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.option-btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#ffffff0d;border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text-primary);text-decoration:none;font-weight:500;cursor:pointer;transition:all var(--transition);font-size:.95rem}.option-btn:hover{background:var(--bg-hover);text-decoration:none}.option-btn.danger{margin-top:.5rem;background:#ef44441a;color:#ef4444;border-color:#ef444433}.option-btn.danger:hover{background:#ef444433}.view-host{display:flex;flex-direction:column;height:100%}.view-host-toolbar{display:flex;align-items:center;padding:.5rem .75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.view-host .view-host-toolbar+* .table-container,.view-host .view-host-toolbar~.table-container{border-top-left-radius:0;border-top-right-radius:0}.achievement-view-switcher{display:flex;gap:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);margin-right:.5rem}.view-switch-btn{background:var(--bg-primary);color:var(--text-secondary);border:none;padding:.4rem 1rem;font-family:var(--font);font-size:.82rem;font-weight:500;cursor:pointer;transition:all var(--transition);white-space:nowrap}.view-switch-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.view-switch-btn.active{background:linear-gradient(135deg,#58a6ff33,#e8c5471f);color:var(--accent-blue);box-shadow:inset 0 -2px 0 var(--accent-blue)}.weapons-view{padding:1rem 1.25rem 2rem}.weapons-view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light);flex-wrap:wrap;gap:.5rem}.weapons-view-info{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.weapons-count{font-weight:700;color:var(--accent-blue)}.weapons-series-count{color:var(--text-muted)}.weapons-legend{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.weapons-view-empty{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;color:var(--text-muted);font-size:.9rem}.weapons-loading-info{display:flex;flex-direction:column;align-items:center;gap:1rem}.weapons-series-list{display:flex;flex-direction:column;gap:1rem}.weapons-view-note{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem 1rem;margin-bottom:.75rem;background:#58a6ff0f;border:1px solid rgba(88,166,255,.18);border-left:3px solid var(--accent-blue);border-radius:var(--radius);font-size:.8rem;color:var(--text-secondary);line-height:1.5}.weapons-view-note strong{color:var(--text-primary);font-weight:600}.weapons-view-note-icon{font-size:.95rem;flex-shrink:0;margin-top:.05rem}.weapon-series-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition)}.weapon-series-card:hover{border-color:#58a6ff40}.weapon-series-header{width:100%;background:linear-gradient(135deg,var(--bg-tertiary) 0%,rgba(28,33,41,.95) 100%);border:none;border-bottom:1px solid var(--border-light);padding:.85rem 1.25rem;cursor:pointer;text-align:left;transition:background var(--transition)}.weapon-series-header:hover{background:linear-gradient(135deg,var(--bg-hover) 0%,rgba(33,38,45,.95) 100%)}.weapon-series-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.weapon-series-title{font-size:1rem;font-weight:700;color:var(--text-primary);flex:1;text-align:left}.expand-chevron{font-size:.7rem;color:var(--text-muted);transition:transform var(--transition)}.expansion-badge{display:inline-block;padding:.15rem .55rem;border-radius:100px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.exp-arr{background:#ffc86426;color:#ffc864;border:1px solid rgba(255,200,100,.3)}.exp-hw{background:#96c8ff26;color:#96c8ff;border:1px solid rgba(150,200,255,.3)}.exp-sb{background:#ff786426;color:#ff7864;border:1px solid rgba(255,120,100,.3)}.exp-shb{background:#b464ff26;color:#b464ff;border:1px solid rgba(180,100,255,.3)}.exp-ew{background:#64dcb426;color:#64dcb4;border:1px solid rgba(100,220,180,.3)}.exp-dt{background:#58a6ff26;color:var(--accent-blue);border:1px solid rgba(88,166,255,.3)}.weapon-series-progress-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.series-char-progress{display:flex;align-items:center;gap:.4rem;min-width:120px}.series-char-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.series-progress-bar-wrap{flex:1;height:6px;background:var(--bg-primary);border-radius:100px;overflow:hidden;min-width:60px}.series-progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-blue),var(--accent-green));border-radius:100px;transition:width .4s ease}.series-progress-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.weapon-series-body{padding:.75rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;overflow-x:auto}.weapon-grid-header{display:grid;align-items:end;gap:.4rem;padding:0 0 .5rem;border-bottom:2px solid var(--border-light);margin-bottom:.25rem}.weapon-grid-header-job-col{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-align:center}.weapon-job-code{font-size:.72rem;font-weight:700;color:var(--accent-blue);letter-spacing:.05em;text-transform:uppercase}.weapon-job-name{font-size:.6rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:68px}.weapon-stage-row{display:grid;align-items:center;gap:.4rem;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.weapon-stage-row:last-child{border-bottom:none}.weapon-stage-label{font-size:.7rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;padding-right:.5rem;white-space:nowrap}.weapon-type-row{display:grid;align-items:center;gap:.4rem}.weapon-type-label{display:flex;flex-direction:column;gap:.1rem;padding-right:.5rem}.weapon-ach-slot-empty{width:52px;height:52px;border-radius:var(--radius);background:#ffffff05;border:1px dashed var(--border-light);justify-self:center}.weapon-ach-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;width:auto;justify-self:center;cursor:default;transition:transform var(--transition)}.weapon-ach-card:hover{transform:translateY(-2px)}.weapon-card-icon-wrap{position:relative;width:52px;height:52px;border-radius:var(--radius);overflow:visible}.weapon-card-icon{width:52px;height:52px;border-radius:var(--radius);object-fit:cover;border:2px solid var(--border);transition:border-color var(--transition),box-shadow var(--transition);display:block}.all-owned .weapon-card-icon{border-color:var(--accent-green);box-shadow:0 0 8px #3fb95059}.partial-owned .weapon-card-icon{border-color:var(--accent-gold);box-shadow:0 0 6px #e8c54740}.none-owned .weapon-card-icon{border-color:var(--border);filter:grayscale(.5) brightness(.7)}.weapon-card-icon-placeholder{width:52px;height:52px;border-radius:var(--radius);background:var(--bg-tertiary);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.weapon-card-char-dots{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);display:flex;gap:3px;flex-wrap:wrap;justify-content:center;max-width:60px}.char-dot{display:inline-block;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--bg-primary);flex-shrink:0}.dot-owned{background:var(--accent-green)}.dot-missing{background:#f85149b3}.weapon-card-name{font-size:.64rem;color:var(--text-muted);text-align:center;line-height:1.2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:68px;margin-top:.4rem}.weapon-card-global-owned{font-size:.6rem;color:var(--text-muted);text-align:center;opacity:.7}.profile-toggle-btn{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:490;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.85rem .6rem;background:linear-gradient(180deg,#58a6ff24,#e8c5471a);border:1px solid var(--border);border-right:none;border-radius:var(--radius-lg) 0 0 var(--radius-lg);color:var(--text-secondary);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:-4px 0 16px #0000004d;writing-mode:horizontal-tb}.profile-toggle-btn:hover,.profile-toggle-btn--open{color:var(--accent-blue);border-color:var(--accent-blue);background:linear-gradient(180deg,#58a6ff33,#e8c5471f);box-shadow:-4px 0 20px #58a6ff26}.profile-toggle-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transform:rotate(180deg);line-height:1}.profile-toggle-count{min-width:18px;height:18px;background:var(--accent-gold);color:#0d1117;border-radius:100px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.profile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:498;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-panel{position:fixed;top:0;right:0;height:100dvh;width:clamp(300px,28vw,420px);background:#12161df7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--border);box-shadow:-8px 0 32px #00000080;z-index:499;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.profile-panel--open{transform:translate(0)}.profile-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#58a6ff0f,#e8c5470a);flex-shrink:0}.profile-panel-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.profile-close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.3rem;border-radius:var(--radius);display:flex;align-items:center;transition:all var(--transition)}.profile-close-btn:hover{color:var(--accent-red);background:#f851491a}.profile-panel-body{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:0}.profile-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.65rem;display:flex;align-items:center;gap:.4rem}.profile-count-badge{background:#58a6ff26;color:var(--accent-blue);border-radius:100px;padding:.05rem .45rem;font-size:.65rem;font-weight:700}.profile-divider{height:1px;background:var(--border);margin:1.25rem 0;flex-shrink:0}.profile-save-section{flex-shrink:0}.profile-save-row{display:flex;gap:.5rem}.profile-name-input{flex:1;min-width:0;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:.55rem .85rem;color:var(--text-primary);font-family:var(--font);font-size:.875rem;outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.profile-name-input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff1a}.profile-name-input::placeholder{color:var(--text-muted)}.profile-save-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:linear-gradient(135deg,var(--accent-blue),#4090d0);color:#fff;border:none;border-radius:var(--radius);font-family:var(--font);font-size:.825rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all var(--transition)}.profile-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff4d}.profile-save-btn:disabled{opacity:.4;cursor:not-allowed}.profile-list-section{flex-shrink:0}.profile-list{display:flex;flex-direction:column;gap:.6rem}.profile-empty{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.75rem 1rem;color:var(--text-muted);text-align:center;font-size:.82rem;line-height:1.5}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease;animation:fadeIn .25s ease}.profile-card:hover{border-color:#58a6ff4d;background:#1a1f27e6}.profile-card--active{border-color:var(--accent-gold);background:#e8c5470a;box-shadow:0 0 12px #e8c54714}.profile-card-header{display:flex;align-items:center;gap:.5rem}.profile-card-name{flex:1;font-weight:600;font-size:.9rem;color:var(--text-primary);cursor:default;display:flex;align-items:center;gap:.45rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-active-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-gold);flex-shrink:0;box-shadow:0 0 6px #e8c54799;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.profile-rename-input{flex:1;background:var(--bg-primary);border:1px solid var(--accent-blue);border-radius:var(--radius);padding:.3rem .6rem;color:var(--text-primary);font-family:var(--font);font-size:.875rem;font-weight:600;outline:none;box-shadow:0 0 0 3px #58a6ff1a}.profile-icon-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;transition:all var(--transition);flex-shrink:0}.profile-icon-btn:hover{color:var(--accent-blue);background:#58a6ff1a}.profile-card-meta{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-muted)}.profile-card-actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.profile-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:var(--radius);font-family:var(--font);font-size:.775rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all var(--transition);white-space:nowrap}.profile-btn--load{background:#3fb9501f;color:var(--accent-green);border-color:#3fb95040}.profile-btn--load:hover{background:#3fb95033;border-color:var(--accent-green)}.profile-btn--export{background:#58a6ff1a;color:var(--accent-blue);border-color:#58a6ff33}.profile-btn--export:hover{background:#58a6ff2e;border-color:var(--accent-blue)}.profile-btn--danger{background:#f851491a;color:var(--accent-red);border-color:#f8514933;margin-left:auto}.profile-btn--danger:hover{background:#f8514933;border-color:var(--accent-red)}.profile-btn--ghost{background:var(--bg-secondary);color:var(--text-secondary);border-color:var(--border)}.profile-btn--ghost:hover{color:var(--text-primary);border-color:var(--text-secondary)}.profile-confirm-delete{display:flex;align-items:center;gap:.35rem;margin-left:auto;font-size:.775rem;color:var(--accent-red);font-weight:600}.profile-import-section{flex-shrink:0}.profile-drop-zone{border:1.5px dashed var(--border);border-radius:var(--radius-lg);padding:1.2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.8rem;text-align:center;cursor:pointer;transition:all .2s ease;line-height:1.5}.profile-drop-zone:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#58a6ff0a}.profile-drop-zone--active{border-color:var(--accent-blue);background:#58a6ff14;color:var(--accent-blue);transform:scale(1.01)}.profile-drop-zone code{background:#ffffff0f;border-radius:4px;padding:.05rem .35rem;font-size:.78rem}.profile-drop-zone u{text-decoration-color:currentColor}@media(max-width:640px){.profile-panel{width:clamp(280px,90vw,420px)}.profile-toggle-label{display:none}.profile-toggle-btn{padding:.75rem .5rem}}.trial-expansion-body{display:flex;flex-direction:column;gap:0;padding:.75rem 1.25rem 1.25rem}.trial-boss-card{display:flex;flex-direction:column;gap:.6rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.trial-boss-card:last-child{border-bottom:none;padding-bottom:0}.trial-boss-header{display:flex;align-items:center;gap:.5rem}.trial-boss-sword{font-size:.85rem;flex-shrink:0;opacity:.7}.trial-boss-name{font-size:.82rem;font-weight:600;color:var(--text-secondary);letter-spacing:.01em}.trial-boss-mounts{display:flex;flex-wrap:wrap;gap:1rem;padding-left:1.5rem}.trial-mount-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:default;transition:transform var(--transition);width:72px}.trial-mount-card:hover{transform:translateY(-3px)}.trial-mount-icon-wrap{position:relative;width:64px;height:64px;border-radius:var(--radius);overflow:visible}.trial-mount-icon{width:64px;height:64px;border-radius:var(--radius);object-fit:cover;border:2px solid var(--border);transition:border-color var(--transition),box-shadow var(--transition);display:block}.trial-mount-card.all-owned .trial-mount-icon{border-color:var(--accent-green);box-shadow:0 0 10px #3fb95066}.trial-mount-card.partial-owned .trial-mount-icon{border-color:var(--accent-gold);box-shadow:0 0 8px #e8c5474d}.trial-mount-card.none-owned .trial-mount-icon{border-color:var(--border);filter:grayscale(.6) brightness(.65)}.trial-mount-icon-placeholder{width:64px;height:64px;border-radius:var(--radius);background:var(--bg-tertiary);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.6rem}.trial-mount-name{font-size:.65rem;color:var(--text-secondary);text-align:center;line-height:1.3;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:72px}.trial-mount-global-owned{font-size:.6rem;color:var(--text-muted);text-align:center;opacity:.7}.trial-exp-mount-count{font-size:.75rem;color:var(--text-muted);font-weight:500}
