:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--bg-dim: #232a2e;--bg0: #2d353b;--bg1: #343f44;--bg2: #3d484d;--bg3: #475258;--bg-green: #425047;--bg-yellow: #4d4c43;--fg: #d3c6aa;--green: #a7c080;--aqua: #83c092;--yellow: #dbbc7f;--grey1: #859289;--grey2: #9da9a0;--app-bg: var(--bg-dim);--surface: var(--bg0);--surface-soft: var(--bg1);--surface-raised: var(--bg2);--border: rgba(157, 169, 160, .28);--border-strong: rgba(211, 198, 170, .36);--text: var(--fg);--muted: var(--grey2);--accent: var(--green);--accent-2: var(--aqua);--warning: var(--yellow);color:var(--text);background:var(--app-bg)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at 16% 0%,rgba(167,192,128,.1),transparent 31rem),radial-gradient(circle at 88% 12%,rgba(127,187,179,.08),transparent 28rem),linear-gradient(180deg,var(--bg-dim) 0%,#20272b 100%);color:var(--text)}::selection{background:#543a48;color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--border);border-radius:10px;padding:.65rem .9rem;color:var(--text);background:linear-gradient(180deg,var(--surface-soft),var(--surface));box-shadow:0 1px #d3c6aa0f inset}button:hover{color:var(--fg);border-color:var(--accent);background:linear-gradient(180deg,var(--surface-raised),var(--surface-soft))}button.active,button.primary{color:#1f2a1f;border-color:var(--green);background:linear-gradient(180deg,var(--green),#8fb36a);box-shadow:0 10px 22px #a7c08029}button:disabled{opacity:.58;cursor:not-allowed}.app-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.25rem;background:#232a2ee0;border-bottom:1px solid var(--border);box-shadow:0 10px 30px #10181b47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-header strong{display:block;color:var(--fg);font-size:1.1rem}.app-header span{color:var(--muted);font-size:.85rem}nav{display:flex;gap:.5rem;flex-wrap:wrap}.public-index-tabs{justify-content:flex-end;margin-left:auto}.public-index-tabs button{min-width:108px;place-items:center;text-align:center}main{max-width:1280px;margin:0 auto;padding:1.5rem;color:var(--text)}.page-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.page-header h1{margin:0 0 .25rem;color:var(--fg)}.page-header p,.muted{margin:0;color:var(--muted)}.panel{margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:16px;background:#2d353beb;box-shadow:0 16px 40px #0d121438;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.grid{display:grid;gap:.85rem}.index-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.index-filter-grid.has-extra-filter{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:.35rem}.field span{color:var(--fg);font-size:.88rem;font-weight:700}input,select,textarea{width:100%;padding:.65rem .75rem;color:var(--fg);border:1px solid var(--border);border-radius:10px;background:var(--bg1);caret-color:var(--green)}input::placeholder,textarea::placeholder{color:var(--grey1)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(167,192,128,.22);border-color:var(--green);box-shadow:0 0 0 4px #a7c08014}.pill{border:1px solid var(--border);border-radius:999px;padding:.25rem .65rem;color:var(--fg);background:var(--bg2);font-size:.85rem;box-shadow:0 1px #d3c6aa0d inset}.toast{position:sticky;bottom:1rem;margin:1rem 0;padding:.9rem 1rem;color:var(--fg);border:1px solid rgba(167,192,128,.35);border-radius:12px;background:var(--bg-green);box-shadow:0 18px 36px #10181b61}.star-effect-list,.rarity-effect-list{margin-top:.9rem;display:grid;gap:.75rem}.star-effect-list{gap:.65rem}.star-effect-row{display:grid;grid-template-columns:52px 1fr;gap:.8rem;align-items:start;padding:.75rem;border:1px solid var(--border);border-radius:12px;background:#343f44c7}.star-badge{padding:.35rem .25rem;border:1px solid var(--border);border-radius:999px;color:var(--fg);background:var(--bg2);font-weight:800;text-align:center}.star-effect-copy strong{display:block;margin-bottom:.2rem}.star-effect-copy p{margin:.2rem 0 0;color:var(--muted);line-height:1.45}.rarity-effect-row{display:block;padding:.85rem .95rem;border:1px solid var(--border);border-radius:12px;background:#343f44c7}.rarity-effect-title{display:block;margin-bottom:.35rem;color:var(--fg);font-weight:800}.rarity-effect-row p{margin:0;color:var(--muted);line-height:1.5;white-space:pre-line}.equip-skill-section{margin-top:1rem}.equip-skill-heading{display:block;margin-bottom:.55rem;color:var(--fg);font-size:.98rem}.small-note{margin-top:8px;font-size:.92rem}.gem-percent-value{color:var(--fg)}.gem-rarity-title{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.gem-rarity-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(10,14,16,.24))}.index-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;align-items:stretch}.index-item-card{min-width:0;min-height:150px;aspect-ratio:1 / 1;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;text-align:center;border:1px solid var(--border);border-radius:18px;color:#f8f3dd;background:var(--rarity-card-color, linear-gradient(180deg, rgba(61,72,77,.96), rgba(45,53,59,.96)));box-shadow:0 14px 34px #0d121438}.index-item-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--rarity-card-color, var(--green)) 68%,white);background:var(--rarity-card-color, linear-gradient(180deg, var(--bg-green), var(--bg2)));box-shadow:0 18px 42px #0d121457;filter:brightness(1.05)}.index-item-name{display:block;width:100%;min-width:0;max-width:100%;color:inherit;font-weight:800;line-height:1.2;padding:0 .15rem;text-shadow:0 1px 2px rgba(0,0,0,.82),0 0 5px rgba(0,0,0,.56);overflow-wrap:anywhere;word-break:break-word}.index-item-image{display:block;object-fit:contain;flex:0 0 auto}.index-item-image-card{width:clamp(54px,48%,82px);height:clamp(54px,48%,82px);margin-bottom:.1rem;filter:drop-shadow(0 10px 14px rgba(10,14,16,.26))}.index-card-grid-gem .index-item-card{height:auto;min-height:190px;aspect-ratio:auto;padding:.8rem;overflow:hidden}.index-card-grid-gem .index-item-image-card{width:48px;height:48px}.index-card-grid-gem .index-item-name{font-size:.78rem;line-height:1.3;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty}.index-card-grid-mythic_treasure .index-item-card{height:auto;min-height:178px;aspect-ratio:auto;padding:.8rem;overflow:hidden}.index-card-grid-mythic_treasure .index-item-image-card{width:54px;height:54px}.index-card-grid-mythic_treasure .index-item-name{font-size:.82rem;line-height:1.28;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty}.index-item-card small,.index-item-equipment{padding:0;color:inherit;opacity:.88;text-shadow:0 1px 2px rgba(0,0,0,.78),0 0 5px rgba(0,0,0,.5);font-size:.78rem}.index-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:1.25rem;background:#141b1dc2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.index-modal{width:min(880px,100%);max-height:min(86vh,900px);overflow:auto;border:1px solid var(--border-strong);border-radius:22px;background:var(--surface);box-shadow:0 28px 88px #0a0e10a8}.index-modal-header{position:sticky;top:0;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#2d353bf0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.index-modal-header h2{margin:.45rem 0 0;color:var(--fg)}.index-modal-title{display:flex;align-items:center;gap:.85rem;min-width:0}.index-item-image-modal{width:72px;height:72px;filter:drop-shadow(0 12px 16px rgba(10,14,16,.28))}.index-modal-body{padding:1.25rem}.index-modal .rarity-effect-row,.index-modal .star-effect-row{border-color:var(--border);background:var(--bg1)}.changelog-list{display:grid;gap:.85rem}.changelog-entry{display:grid;grid-template-columns:9rem minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:14px;background:#2d353beb;box-shadow:0 16px 40px #0d12142e}.changelog-date{color:var(--green);font-weight:800;font-variant-numeric:tabular-nums}.changelog-entry h2{margin:0 0 .55rem;color:var(--fg);font-size:1.08rem}.changelog-entry ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.55}.changelog-entry li+li{margin-top:.25rem}.mythic-stat-table-wrap{width:min(100%,780px);margin-inline:auto;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--bg1)}.mythic-stat-table{width:100%;min-width:520px;table-layout:fixed;border-collapse:collapse;font-variant-numeric:tabular-nums}.mythic-stat-table th,.mythic-stat-table td{padding:.68rem .78rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:right}.mythic-stat-table th:last-child,.mythic-stat-table td:last-child{border-right:0}.mythic-stat-table tbody tr:last-child th,.mythic-stat-table tbody tr:last-child td{border-bottom:0}.mythic-stat-table thead th{vertical-align:bottom;color:var(--fg);background:var(--bg2);font-size:.82rem;line-height:1.25}.mythic-stat-table thead th:first-child,.mythic-stat-table tbody th{width:4.5rem;text-align:left}.mythic-stat-table tbody th{color:var(--green)}.mythic-stat-table tbody tr:hover{background:#a7c08012}.mythic-effect-table-wrap{margin-top:.65rem}.mythic-effect-table thead th:last-child,.mythic-effect-table tbody td{text-align:left}.mythic-effect-table tbody td{color:var(--fg);line-height:1.5}.public-index-header{justify-content:space-between}.public-index-footer{max-width:1280px;margin:0 auto;padding:0 1.5rem 1.5rem;color:var(--grey1);font-size:.78rem;line-height:1.5}@media(max-width:900px){.app-header,.page-header{flex-direction:column;align-items:stretch}.index-filter-grid,.index-filter-grid.has-extra-filter{grid-template-columns:1fr}}@media(max-width:650px){.public-index-tabs{width:100%}.public-index-tabs button{flex:1;min-width:0}.index-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.index-item-card{min-height:130px}.index-modal-header{flex-direction:column}.index-modal-header button{width:100%}.index-item-image-modal{width:60px;height:60px}.changelog-entry{grid-template-columns:1fr}}@media(prefers-reduced-motion:no-preference){button,.index-item-card{transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease,color .14s ease}}
