*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%;min-height:100%}html{font-size:16px}@media(max-width:992px){html{font-size:15px}}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit}#root,#__next{isolation:isolate}body{margin:0;min-height:100vh;display:flex;flex-direction:column;scrollbar-gutter:stable;color:var(--text);font-family:Cinzel,serif;font-optical-sizing:auto;font-variation-settings:"GRAD" 0;background-image:url(/razor-hill.webp);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;background-color:#050a14}.text{font-family:Google Sans,Arial,sans-serif}.marbot{margin-bottom:.8rem}.disclaimer{font-family:Google Sans,Arial,sans-serif}a{text-decoration:none;color:var(--horde-gold)}a:hover{color:var(--horde-orange)}h2{display:inline-block;text-transform:uppercase;margin-top:0;margin-bottom:.7rem;border-bottom:1px solid var(--text)}h3{margin-bottom:.25rem}section{margin:1.25rem 0}@media(max-width:480px){section{margin:1rem 0}}section:first-child{margin-top:0}.page-content{flex:1;width:min(1100px,100%);margin:0 auto;padding:1.75rem 1.5rem 3rem;border-radius:3px;background-color:#000000e0}.two-col,.layout-two-col{display:flex;gap:1rem}.two-col{flex-wrap:wrap}.two-col>div{flex:1 1 calc(50% - 1rem);min-width:250px}.layout-two-col{margin-top:1.5rem;flex-wrap:wrap}.layout-two-col .left-col{flex:1;min-width:0;border-right:1px solid rgba(255,255,255,.25);padding-right:1rem}.layout-two-col .right-col{flex:0 1 200px;font-family:Google Sans,Arial,sans-serif}@media(max-width:1100px){.layout-two-col .right-col{flex:0 1 180px}}@media(max-width:768px){.layout-two-col .right-col{flex:0 1 150px}}ul,ol{max-width:777px;margin-left:.9rem;padding-left:.9rem}li{line-height:1.375;margin-bottom:.5rem}li:first-child{margin-top:0!important}.right-col ul{margin-left:.85rem;padding-left:.9rem}.right-col li{font-size:.925rem}.about-links{font-family:Google Sans,Arial,sans-serif;margin:1rem 0 1.25rem;list-style-type:disc}.about-links li{margin-bottom:.5rem;line-height:1.5}@media(max-width:1100px){.page-content{padding:1.75rem 1.25rem 2.5rem}.two-col,.layout-two-col{gap:1.25rem}.layout-two-col{margin-top:1.25rem}}@media(max-width:768px){.page-content{padding:1rem 1rem 1.5rem}.two-col,.layout-two-col{gap:.5rem;flex-wrap:wrap}.layout-two-col{margin-top:1rem}.layout-two-col .left-col{border-right:none;padding-right:0}.layout-two-col .right-col{width:100%;flex:1 0 auto}}:root{--text: #f6f3e7;--bg: #000000;--content-bg: #121212;--level-red: #ff0000;--level-orange: #ff8000;--level-yellow: #ffff00;--level-green: #00ff00;--level-grey: #808080;--xp: #9a4dcc;--xp-rested: #47a3ff;--gold: #d4af37}.level-red{color:var(--level-red)}.level-orange{color:var(--level-orange)}.level-yellow{color:var(--level-yellow)}.level-green{color:var(--level-green)}.level-grey{color:var(--level-grey)}:root{--horde-red: #a41e3a;--horde-gold: #c7b377;--horde-orange: #d97e1c;--horde-dark: #4a3728;--horde-accent: #ff6b35}.level-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.5rem;margin:1.25rem 0 .25rem}.level-card{text-align:center;color:var(--gold);border:2px solid var(--gold);border-radius:5px;transition:color .2s ease,border-color .2s ease,text-shadow .2s ease;font-weight:500;padding:.7rem .25rem;font-size:1rem;transition:all .2s;background-color:#0000006b}.level-card:hover{color:#ffed4e;border-color:#ffed4e;text-shadow:0 0 12px #ffed4e,0 0 24px #ff8000;transform:translateY(-2px)}.level-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.level-header span{color:var(--xp);font-size:1.8rem;font-weight:700}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:1100px){.content-grid{gap:1.25rem}}@media(max-width:720px){.content-grid{gap:1rem}}.content-grid li{line-height:1;margin:.2rem 0}.enemy-list{color:var(--level-yellow)}.guide-list{font-family:Google Sans,Arial,sans-serif}.quest{color:var(--gold);font-weight:500;border-bottom:1px dotted var(--gold);padding:0 2px;transition:all .2s ease;cursor:copy}.copy-toast{position:fixed;display:flex;align-items:center;gap:.3rem;padding:.5rem .6rem;border:1px solid #90ee90;border-radius:7px;background-color:#000000e6;color:#90ee90;pointer-events:none;z-index:9999;box-shadow:0 0 10px #90ee904d;font-size:.8rem;font-weight:500;white-space:nowrap;animation:fadeIn .2s ease,fadeOut .2s ease .8s forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{to{opacity:0;transform:scale(.9)}}.quest:hover{text-shadow:0 0 8px rgba(196,179,119,.5);border-bottom-style:solid}[data-copy]{cursor:copy}iframe{width:100%;max-width:624px;margin:0!important;height:auto;border-radius:8px;aspect-ratio:16/9;margin-top:1rem;display:block}code{background-color:#d4af3726;color:var(--gold);padding:.2rem .4rem;border-radius:3px;font-size:.95em;font-family:Courier New,monospace}.level-colors-list{margin:.2rem 0;font-size:1.2rem;list-style-type:square}.level-colors-list li{margin-bottom:0;line-height:1.2}.level-intro{margin:.75rem 0 1.25rem}.level-intro p{font-size:1rem;line-height:1.7;color:var(--text);opacity:.9}.faq-section{margin-top:2rem;border-top:1px solid rgba(196,179,119,.2);padding-top:1.5rem}.faq-item{margin-bottom:1.25rem}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.3rem;color:var(--gold);font-family:Cinzel,serif}.faq-item p{font-size:.95rem;line-height:1.65;opacity:.9}.site-header{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#1f1a14,#2c241ac2);background-size:cover;background-position:center;border-bottom:1px solid var(--gold)}.site-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%}.header-links{display:flex;gap:.25rem;align-items:center}.header-link{color:var(--text);text-decoration:none;font-family:Google Sans,Arial,sans-serif;font-size:.9rem;padding:.35rem .75rem;border-radius:5px;border:1px solid transparent;transition:color .2s ease,border-color .2s ease}.header-link:hover{color:var(--gold);border-color:#d4af3766}@media(max-width:450px){.header-link{padding:.35rem .5rem}}.site-header-inner{width:min(1100px,100%);margin:0 auto;padding:.42rem 1.5rem}@media(max-width:720px){.site-header-inner{padding:.42rem 1rem}}.site-logo{padding:.55rem .8rem .3rem;display:inline-block;font-family:Cinzel,serif;font-size:2rem;font-weight:700;line-height:1;letter-spacing:.03em;text-decoration:none;white-space:nowrap;color:var(--gold);background-color:#000c;border:1px solid var(--gold);border-radius:7px;transition:color .2s ease,border-color .2s ease,text-shadow .2s ease}.site-logo:hover{color:#ffed4e;border-color:#ffed4e;text-shadow:0 0 12px #ffed4e,0 0 24px #ff8000}@media(max-width:520px){.site-header-inner{justify-content:center}.site-logo{font-size:1.42rem}}.site-footer{position:relative;margin-top:1.25rem;border-top:1px solid var(--gold);text-align:center;background-color:#000000bf;background:linear-gradient(180deg,#2c241ac2,#1f1a14);background-size:cover;background-position:center}.site-footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;pointer-events:none}.site-footer-inner{position:relative;width:min(1100px,100%);margin:0 auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;text-align:center;z-index:5}.site-footer-inner span,.footer-content span{color:var(--gold)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-section{margin:0;font-family:Google Sans,Arial,sans-serif;font-size:.9rem;color:var(--text)}.footer-section a{color:var(--gold);text-decoration:underline}.footer-nav{display:flex;justify-content:center;align-items:center;gap:.5rem;font-family:Google Sans,Arial,sans-serif;font-size:.9rem}.footer-nav a{color:var(--gold);text-decoration:underline}.footer-nav a:hover{color:var(--horde-orange)}.footer-nav span{color:var(--text);opacity:.5}.footer-disclaimer{font-family:Google Sans,Arial,sans-serif;font-size:.75rem;color:var(--text);opacity:.55;max-width:500px;margin:0 auto}.footer-section a:hover{color:var(--horde-orange)}@media(max-width:720px){.site-footer-inner{flex-direction:column}}.ad-unit[data-astro-cid-njgxqwbk]{display:flex;justify-content:center;align-items:center;max-width:900px;width:100%;margin:.5rem auto;padding:0 .5rem}ins[data-astro-cid-njgxqwbk].adsbygoogle{display:block;width:100%}ins[data-astro-cid-njgxqwbk].adsbygoogle[data-ad-status=unfilled],ins[data-astro-cid-njgxqwbk].adsbygoogle:empty:not([data-ad-status=filled]){display:none!important}.ad-top-banner[data-astro-cid-njgxqwbk]{min-height:90px}@media(max-width:767px){.ad-top-banner[data-astro-cid-njgxqwbk]{min-height:50px}}.ad-top-banner[data-astro-cid-njgxqwbk] ins[data-astro-cid-njgxqwbk].adsbygoogle[data-ad-status=unfilled]+.ad-top-banner[data-astro-cid-njgxqwbk],.ad-top-banner[data-astro-cid-njgxqwbk]:has(ins[data-ad-status=unfilled]){min-height:1rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,#2c241ad6,#1f1a14f0);border-top:1px solid var(--gold);padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cookie-text{margin:0;font-family:Google Sans,Arial,sans-serif;font-size:.85rem;color:var(--text);max-width:680px;text-align:center}.cookie-text a{color:var(--gold);text-decoration:underline}.cookie-btn{background:transparent;border:1px solid var(--gold);color:var(--gold);font-family:Google Sans,Arial,sans-serif;font-size:.85rem;padding:.4rem 1.25rem;border-radius:5px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.cookie-btn:hover{background-color:var(--gold);color:#1f1a14}
