*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0c0707;--bg-2: #130b0b;--bg-3: #1c1010;--bg-4: #261616;--red: #cc1515;--red-light: #e83535;--red-glow: rgba(204, 21, 21, .35);--gold: #c8a030;--gold-light: #e0be58;--gold-dark: #8b6914;--text: #f2e8e0;--text-muted: #9a8070;--border: rgba(204, 21, 21, .22);--radius: 8px;--radius-lg: 14px;--shadow: 0 6px 32px rgba(0, 0, 0, .75);font-family:Segoe UI,system-ui,Arial,sans-serif;font-size:18px;line-height:1.5;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased}body{min-height:100vh;background-color:var(--bg)}#root{min-height:100vh}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-2)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--red)}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#000;border-bottom:2px solid var(--red);position:sticky;top:0;z-index:100;box-shadow:0 2px 24px #000000e6,0 0 40px var(--red-glow)}.header-inner{max-width:1600px;margin:0 auto;padding:.6rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-logo-img{height:216px;width:auto;object-fit:contain}.header-stat{text-align:center;background:#cc15151a;border:1px solid var(--border);border-radius:var(--radius);padding:.4rem .9rem}.header-stat-num{display:block;font-size:1.4rem;font-weight:700;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold) 50%,var(--gold-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-stat-label{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.layout{display:flex;flex:1;max-width:1600px;margin:0 auto;width:100%}.sidebar{width:260px;flex-shrink:0;background:var(--bg-2);border-right:1px solid var(--border);padding:1rem;position:sticky;top:220px;height:calc(100vh - 220px);overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.sidebar-title{font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(180deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reset-btn{font-size:.82rem;color:var(--text-muted);padding:.2rem .5rem;border:1px solid var(--border);border-radius:4px;transition:all .15s}.reset-btn:hover{color:var(--red-light);border-color:var(--red)}.filter-group{display:flex;flex-direction:column;gap:.4rem}.filter-label{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.filter-select{width:100%;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.5rem .6rem;font-size:.92rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%239a8070'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;cursor:pointer;transition:border-color .15s,box-shadow .15s}.filter-select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 2px var(--red-glow)}.attribute-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem}.attr-btn{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.35rem .1rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);font-size:.75rem;color:var(--text-muted);transition:all .15s;line-height:1.2}.attr-btn:hover{border-color:var(--red);color:var(--text)}.attr-btn.active{background:#cc151526;border-color:var(--red);color:var(--red-light)}.attr-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}.level-grid{display:flex;flex-wrap:wrap;gap:.3rem}.level-btn{width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--text-muted);transition:all .15s}.level-btn:hover{border-color:var(--red);color:var(--text)}.level-btn.active{background:#cc15152e;border-color:var(--red);color:var(--red-light)}.main{flex:1;padding:1.25rem 1.5rem;min-width:0}.search-bar{position:relative;margin-bottom:1rem}.search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);font-size:1rem;pointer-events:none}.search-input{width:100%;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);font-size:1.1rem;padding:.75rem 2.5rem;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow)}.search-clear{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.85rem;padding:.2rem;border-radius:50%;transition:color .15s}.search-clear:hover{color:var(--red-light)}.results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .1rem}.results-count{font-size:.95rem;color:var(--text-muted)}.results-count strong{background:linear-gradient(180deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.1rem}.results-total{opacity:.6}.clear-all-btn{font-size:.9rem;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .7rem;transition:all .15s}.clear-all-btn:hover{color:var(--red-light);border-color:var(--red)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(204px,1fr));gap:.75rem}.card-item{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .15s,box-shadow .15s,border-color .15s;text-align:left;display:flex;flex-direction:column}.card-item:hover{transform:translateY(-4px);border-color:var(--accent, var(--red));box-shadow:0 10px 28px #0009,0 0 0 1px var(--accent, var(--red)),0 0 16px var(--red-glow)}.card-image-wrap{position:relative;aspect-ratio:421/614;background:var(--bg-3);overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;display:block}.card-type-badge{position:absolute;bottom:0;left:0;right:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;padding:.2rem .4rem;text-align:center;background:#000000a6}.card-info{padding:.4rem .5rem;flex:1}.card-name{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-stats{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:48px;height:48px;border:3px solid var(--border);border-top-color:var(--red);border-radius:50%;animation:spin .9s linear infinite}.loader-text{color:var(--text-muted);font-size:1.05rem}.loader-hint{font-size:.9rem;color:var(--text-muted);opacity:.7}.loader-hint code{background:var(--bg-3);border-radius:4px;padding:.1em .4em;color:var(--gold);font-size:.95rem}.error-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.error-icon{font-size:3rem;margin-bottom:1rem;color:var(--red)}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-title{font-size:1.3rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.empty-sub{color:var(--text-muted);font-size:1rem}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;margin-top:2rem;padding-bottom:2rem}.page-btn{min-width:2.6rem;height:2.6rem;padding:0 .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text-muted);font-size:.95rem;font-weight:500;transition:all .15s}.page-btn:hover:not(:disabled){border-color:var(--red);color:var(--red-light)}.page-btn.active{background:var(--red);border-color:var(--red);color:#fff;font-weight:700;box-shadow:0 0 10px var(--red-glow)}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-ellipsis{color:var(--text-muted);padding:0 .2rem}.modal-overlay{position:fixed;inset:0;background:#000000e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--bg-2);border:1px solid var(--accent, var(--red));border-radius:var(--radius-lg);box-shadow:0 0 0 1px #ffffff0a,var(--shadow),0 0 40px var(--red-glow);max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:.75rem;right:.75rem;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--bg-4);border:1px solid var(--border);color:var(--text-muted);font-size:1.05rem;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .15s}.modal-close:hover{color:var(--red-light);border-color:var(--red)}.modal-body{display:flex;gap:1.5rem;padding:1.5rem}.modal-left{flex-shrink:0;width:497px;display:flex;flex-direction:column;gap:.75rem}.modal-image{width:100%;border-radius:var(--radius);box-shadow:0 4px 20px #000000b3;border:2px solid var(--accent, var(--red))}.modal-archetype{font-size:.88rem;color:var(--text-muted);text-align:center;padding:.3rem .6rem;background:var(--bg-3);border-radius:var(--radius);border:1px solid var(--border)}.modal-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.modal-header{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.modal-name{font-size:1.7rem;font-weight:800;color:var(--text);line-height:1.2}.modal-type-badge{display:inline-block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;padding:.25rem .75rem;border-radius:999px;width:fit-content}.modal-stats{background:var(--bg-3);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.stat-row:last-child{border-bottom:none}.stat-label{font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.stat-value{font-size:1rem;font-weight:600;color:var(--text)}.modal-desc-wrap{flex:1}.modal-desc-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.modal-desc--loading{opacity:.4;font-style:italic}.modal-desc{font-size:1rem;color:var(--text);line-height:1.6;white-space:pre-wrap;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.modal-link{display:inline-flex;align-items:center;font-size:.95rem;color:var(--gold);text-decoration:none;border:1px solid rgba(200,160,48,.3);border-radius:var(--radius);padding:.45rem .9rem;transition:all .15s;width:fit-content}.modal-link:hover{border-color:var(--gold);background:#c8a03014}@media(max-width:900px){.sidebar{width:220px}.modal-body{flex-direction:column}.modal-left{width:100%;flex-direction:row;align-items:flex-start}.modal-image{width:200px}}@media(max-width:680px){.sidebar{display:none}.card-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}}
