:root { --base-font-size: 16px; }
body { background-image: url("./bg.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 85%;
	background-color: #000000;
	background-attachment: fixed; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #e0e0e0; background-color: #1a1a1a; padding: 20px; max-width: 950px; margin: auto; padding-bottom: 100px; font-size: var(--base-font-size); }
.search-container { position: sticky; top: 10px; z-index: 1000; background: #2a2a2a; padding: 15px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.7); margin-bottom: 30px; border: 1px solid #4a9eff; }
.search-row { display: flex; gap: 10px; align-items: center; }
#searchTerm { flex-grow: 1; padding: 12px; border-radius: 4px; border: none; background: #111; color: #fff; font-size: 1.1rem; }
.font-controls { display: flex; gap: 5px; margin-left: 10px; border-left: 1px solid #444; padding-left: 15px; }
.btn-font { background: #444; color: white; border: 1px solid #555; padding: 5px 12px; cursor: pointer; border-radius: 4px; font-weight: bold; transition: 0.2s; }
.btn-font:hover { background: #f8b800; color: #000; }
.btn { border: none; padding: 10px 15px; border-radius: 4px; cursor: pointer; font-weight: bold; color: white; transition: 0.3s; }
.btn-search { background: #4a9eff; }
.btn-reset { background: #e63946; }
#searchStats { font-size: 0.8rem; color: #f8b800; margin-top: 5px; height: 1em; font-weight: bold; }
h1 { color: #f8b800; text-align: center; text-shadow: 2px 2px #000; }
h2 { color: #4a9eff; border-left: 5px solid #4a9eff; padding-left: 10px; margin: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; }
.section { background: #2a2a2a; padding: 15px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
ul { list-style: none; padding: 0; }
li { padding: 8px 10px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center; }
.class-dk { color: #C41F3B; font-weight: bold; }
.class-paladin { color: #F58CBA; font-weight: bold; }
.class-warrior { color: #C79C6E; font-weight: bold; }
.class-druid { color: #FF7D0A; font-weight: bold; }
.class-shaman { color: #0070DE; font-weight: bold; }
.class-priest { color: #FFFFFF; font-weight: bold; }
.class-mage { color: #69CCF0; font-weight: bold; }
.class-warlock { color: #9482C9; font-weight: bold; }
.class-hunter { color: #ABD473; font-weight: bold; }
.class-rogue { color: #FFF569; font-weight: bold; }
.copy-btn { background: #444; color: #fff; border: none; padding: 5px 10px; border-radius: 4px; cursor: pointer; font-size: 0.7rem; }
.item-copy-btn { background: transparent; border: none; cursor: pointer; font-size: 1.2rem; filter: grayscale(1); }
.item-copy-btn:hover { filter: grayscale(0); }
.hidden { display: none !important; }
#backToTop { position: fixed; bottom: 30px; right: 30px; background: #f8b800; border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: none; }