@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";body,#root,.App{font-family:Inter,Roboto,Source Sans Pro,Segoe UI,Arial,sans-serif;font-weight:400;background:#23272a!important;color:#e3e5e8;margin:0!important;border:none!important;box-shadow:none!important}body{margin:0;padding:0}.character-comparison-container{display:flex;overflow-x:auto;gap:12px;padding:8px 12px;background:#23272a;color:#fff;margin-top:0;min-height:unset;height:auto}.character-column{min-width:260px;max-width:260px;flex-shrink:0;background:#2c2f33;border-radius:8px;padding:10px 10px 16px;box-shadow:0 2px 8px #1416191a;border:none;display:flex;flex-direction:column;align-items:stretch;color:#e3e5e8;margin-right:0}.character-header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.character-info-left{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.character-name{font-size:18px;font-weight:700;margin-bottom:8px;color:#fff}.character-image{width:64px;height:64px;object-fit:contain;border-radius:4px;margin-bottom:8px;display:block;margin-left:auto;margin-right:auto}.character-remove-btn{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s;margin-top:6px}.character-remove-btn:hover{background:#c82333}.bank-slots{margin-top:8px;width:100%;background:#23272a;border-radius:4px;font-size:14px;line-height:1.2;text-align:left;min-height:unset;color:#e3e5e8}.gold-table{margin:0;align-self:flex-end;padding:6px 8px;background:#23272a;border-radius:4px;font-size:13px;line-height:1.2;text-align:left;color:#e3e5e8}.character-column>.gold-table:last-child,.character-column>.bank-slots:last-child{margin-bottom:0}.items-container{background:#23272a;border-radius:4px;max-height:none;overflow-y:visible;color:#e3e5e8}.item{display:flex;align-items:center;width:100%;max-width:100%;padding:2px 8px;margin-bottom:2px;background:#36393f;border-radius:4px;font-size:14px;transition:background .15s;cursor:default;box-sizing:border-box;min-height:28px;color:#e3e5e8}.item-image{width:18px;height:18px;margin-right:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-image img{max-width:100%;max-height:100%}.item-name{flex:0 1 95%;white-space:nowrap;font-size:14px;overflow:hidden;text-overflow:ellipsis;max-width:95%}.item-name.long{cursor:pointer}.item-count{flex:0 1 5%;background:none;color:#f6e27a;font-size:11px;font-weight:400;text-align:right;margin-left:4px;display:flex;align-items:center;justify-content:flex-end;height:18px;padding:0;min-width:0;font-family:Roboto Mono,Menlo,DejaVu Sans Mono,Consolas,Liberation Mono,"monospace";font-variant-numeric:tabular-nums;letter-spacing:.01em}.item.duplicate{background:#fff3b0!important;color:#23272a!important}.item.duplicate .item-count{color:#23272a!important}.character-comparison-container::-webkit-scrollbar{height:8px}.character-comparison-container::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.character-comparison-container::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.character-comparison-container::-webkit-scrollbar-thumb:hover{background:#888}.centered{text-align:center}.char{font-weight:700;color:#fff}.char.outdated{opacity:.4}.spacer{margin-right:16px}#root{width:100%;overflow-x:auto;background:#23272a!important;color:#e3e5e8;margin:0!important;border:none!important;box-shadow:none!important}.search-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;background:#2c2f33;color:#e3e5e8;border-radius:8px;padding:6px 14px;margin:0 auto 8px;font-size:1.1rem;font-weight:500;box-shadow:0 1px 4px #1416191a;max-width:1100px}.search-container>*{margin:0 2px}.search-container input,.search-container button,.search-container select{margin:0 4px;font-size:15px;padding:3px 8px;border-radius:4px;border:1px solid #202225;background:#23272a;color:#e3e5e8}.search-container button{background:#7289da;color:#fff;border:none;font-weight:500;cursor:pointer;transition:background .15s;margin-right:4px}.search-container button:hover{background:#99aab5;color:#23272a}.search-container label{color:#e3e5e8;font-size:15px;margin:0 6px 0 2px;font-weight:400}.search-container input[type=checkbox]{width:18px;height:18px;margin:0 4px 0 0;accent-color:#7289da;vertical-align:middle}*{background-color:inherit;box-shadow:none;border:none}.total-gold-banner{display:flex;flex-direction:row;align-items:center;justify-content:center;background:#2c2f33;color:#e3e5e8;border-radius:8px;padding:6px 14px;margin:0 auto 8px;font-size:1.1rem;font-weight:500;box-shadow:0 1px 4px #1416191a;max-width:340px;gap:8px}.total-gold-img{height:22px;width:auto;margin:0;display:block}.total-gold-text{font-size:1.1rem;font-weight:500}.message,.error{display:block;text-align:center;margin:0 auto 6px;min-height:16px;font-size:13px;font-weight:500;width:100%;max-width:340px;border-radius:6px;padding:1px 0}.error{color:#ff5c5c;background:transparent}.message{color:#ffd166;background:transparent}.checkbox-container-outer{background:transparent;color:#e3e5e8;width:100%}.checkbox-container-inner{display:grid;grid-template-columns:repeat(2,auto);gap:24px 32px;align-items:flex-start;justify-content:center;width:100%}.checkbox-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.checkbox-group-label{font-size:11px;color:#b9bbbe;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-weight:500}.checkbox-label{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:15px;color:#e3e5e8;white-space:nowrap}.gold-table-modern{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#23272a;border-radius:8px;max-width:180px;min-width:140px;margin:0 auto;padding:4px;box-sizing:border-box;box-shadow:0 1px 4px #1416191a;font-family:inherit;font-weight:400}.gold-table-title{text-align:center;font-weight:400;text-decoration:underline;margin-bottom:4px;color:#e3e5e8;font-size:12px;letter-spacing:.01em}.gold-table-values{width:100%;display:flex;flex-direction:column;align-items:center;gap:2px}.gold-table-row{display:flex;flex-direction:row;justify-content:space-between;width:100%;min-width:0;font-size:12px;color:#e3e5e8;white-space:nowrap;font-weight:400;letter-spacing:.01em}.gold-table-label{font-weight:400;color:#b9bbbe;margin-right:8px;font-family:inherit;font-variant-numeric:tabular-nums}.gold-table-value{font-weight:400;color:#e3e5e8;text-align:right;font-family:Roboto Mono,Menlo,DejaVu Sans Mono,Consolas,Liberation Mono,"monospace";font-variant-numeric:tabular-nums;letter-spacing:.01em}.banked-underline{display:inline-flex;align-items:baseline;border-bottom:1px solid #b9bbbe;padding-bottom:1px;gap:0;justify-content:space-between;width:100%}.banked-underline .gold-table-value{text-align:right;margin-left:8px;flex:1}.gold-table-total .gold-table-label{font-weight:400;color:#b9bbbe}.gold-table-total .gold-table-value{font-weight:500;color:#e3e5e8}.search-bar-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.search-checkbox-row{margin-top:12px;margin-bottom:8px}.character-header-centered{justify-content:center!important}.search-loading{opacity:.7;pointer-events:none}.search-loading .search-bar-row,.search-loading .search-checkbox-row{pointer-events:none}.bank-slots-used{display:flex;align-items:center;justify-content:flex-end;gap:4px;background:none;padding:0;font-size:12px;color:#b0b3b8;margin:0 10px 0 0;border-radius:0;min-height:unset;font-family:inherit;font-weight:400;position:static}.bank-slots-used span{line-height:1.2;font-weight:500;color:#f6e27a}.bank-slots-used .slots-label{color:#b0b3b8;font-weight:400;margin-left:3px}
