@import"https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap";*{box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;color:#faf9f6;background-color:#121212;margin:0}.home_header{display:flex;justify-content:space-between;align-items:center;padding:1em}.home_header .header_right_items{display:flex;align-items:center;gap:1rem;margin-left:auto}.home_image img{width:3em;height:3em}.hamburger_menu{position:relative}.hamburger_menu button{font-size:2em;background:none;border:none;color:#60a5fa;cursor:pointer;padding:0}.home_link a{text-decoration:none;font-weight:700;color:#60a5fa}.home_link button{background:none;border:none;cursor:pointer;font-size:inherit;padding:0;text-decoration:none;font-weight:700;color:#60a5fa}.home_link a:hover,.home_link button:hover{text-decoration:underline}.home_search{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;font-size:3em;padding-top:2em}.home_title h1{margin:0;background-image:linear-gradient(to right,#1e3a8a,#3b82f6,#60a5fa,#93c5fd,#60a5fa,#3b82f6,#2563eb,#1e3a8a,#3b82f6,#60a5fa,#93c5fd,#60a5fa,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200%;animation:animate 4s ease infinite}@keyframes animate{0%{background-position:0}to{background-position:200%}}.home_title h2{margin:0;font-size:1.2em}.home_search input[type=text]{width:50%;padding:12px 20px;margin:1em 0;box-sizing:border-box;font-size:.5em}#root{display:flex;flex-direction:column;min-height:100vh}.home_container{flex:1;display:flex;flex-direction:column}.home_footer{margin-top:auto;padding:1rem;color:#faf9f6;text-align:center;font-family:Calligraffitti,cursive}.light-mode .home_footer{color:#333}.go_back{display:flex;justify-content:space-between;align-items:center;padding:1em}.counters_header{display:flex;flex-direction:column;text-align:center;font-size:3em}.counters_header h1{margin:0;background-image:linear-gradient(to right,#1e3a8a,#3b82f6,#60a5fa,#93c5fd,#60a5fa,#3b82f6,#2563eb,#1e3a8a,#3b82f6,#60a5fa,#93c5fd,#60a5fa,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200%}.counters{display:flex;flex-direction:column;gap:2rem;justify-content:center;text-align:center}.defense-counter-container{display:flex;flex-direction:row;width:95%;gap:2rem;padding:2rem;margin:2rem auto;border:2px solid #333;border-radius:1em;background-color:#121212;box-shadow:0 4px 10px #0000000d}.defense-section,.counter-section{flex:1;display:flex;flex-direction:column;align-items:center}.monster-row{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;border:2px solid #333;padding:1em;border-radius:1em;box-shadow:0 4px 10px #0000000d;gap:2rem;justify-content:center;margin-bottom:5rem}.counters-row{display:flex;flex-wrap:wrap;padding:1em;gap:2rem;justify-content:center}.monster-card{text-align:center;background-color:#121212;width:10em;border:2px solid #333;padding:1em;border-radius:1em;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}.monster-card p{margin:0;margin-top:.1rem}.monster-card:hover{transform:scale(1.05)}.monster-card img{width:100%;height:auto;max-height:4em;object-fit:contain}.counter-block{background-color:#121212;width:100%;box-sizing:border-box;margin-bottom:1em;border:2px solid #333;border-radius:1em;box-shadow:0 4px 10px #0000000d}.info-card-container{padding:.5em;text-align:left;font-size:.85em;margin-bottom:0}.orders{margin-bottom:1.2em}.runes{margin-top:1em;margin-bottom:1em}.runes ul{list-style:none;margin:.2rem;padding:0}.runes ul li{margin:.4rem}.runes p.info-card-titles{margin:0;padding:0}.strategy{margin-top:1em;padding-left:1em}.strategy p{margin:.4rem;padding:0}.center-text{text-align:center}.left-text{text-align:left}.about{display:flex;flex-direction:row;justify-content:space-between;gap:2rem;width:90%;margin:0 auto;padding:2rem 0;flex-wrap:wrap}.about_me,.about_faq{flex:1;min-width:300px;text-align:justify;background-color:#121212;padding:1.5rem;border:2px solid #333;border-radius:1em;box-shadow:0 4px 10px #0000000d}.about_faq h2{text-align:left}.about_me h4{text-indent:2em}.about_me img{display:block;margin-top:1rem;max-width:100%;height:auto}.about_footer{text-align:center;margin-bottom:2em}body{transition:background-color 1s ease,color 1s ease}.dark-mode{background-color:#121212;color:#faf9f6}.light-mode{background-color:#faf9f6;color:#121212}.theme-button{width:3rem;height:3rem;border-radius:50%;border:none;outline:none;background-color:#60a5fa;transition:background-color 1s ease,box-shadow .5s ease;cursor:pointer}.light-mode .theme-button{background-color:#ccc}hr{border-color:#333}.light-mode hr{border-color:#ccc}a{text-decoration:none;font-weight:700;color:#60a5fa;transition:color 1s ease}.light-mode a{color:#333}button{background:none;border:none;cursor:pointer;font-size:inherit;padding:0;text-decoration:none;font-weight:700;color:#60a5fa;transition:color 1s ease}.light-mode button{color:#333}div{background-color:#121212}.light-mode div{background-color:#faf9f6}.light-mode .about_me,.light-mode .about_faq,.light-mode .defense-counter-container,.light-mode .monster-row,.light-mode .monster-card,.light-mode .counter-block{border:2px solid #ccc;box-shadow:0 4px 10px #0000000d}.password_gate_container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2em}.password_gate_container h1,.password_gate_container h2{margin:.4em;font-size:.4em;background-image:linear-gradient(to right,#3b82f6,#60a5fa,#93c5fd,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200%;animation:animate 4s ease}.password_form{margin-top:.25em;display:flex;flex-direction:column;align-items:center;gap:.75em}.password_form input[type=password]{padding:.5em;font-size:1em;width:250px;border:2px solid #333;border-radius:1em;background-color:#1e1e1e;color:#faf9f6}.password_form button{padding:.8em 2em;font-size:1em;background-color:#60a5fa;color:#fff;border:none;border-radius:1em;cursor:pointer;transition:background-color .3s ease}.password_form button:hover{background-color:#3b82f6}.error_message{color:red;font-size:.9em}@media (max-width: 550px){.counters_header{font-size:2em;padding:0 1em}.counters_header h1{text-align:center}.home_header{flex-direction:row;justify-content:end;gap:.5em}.home_search{font-size:1.5em;padding-top:2em;width:100%;text-align:center}.home_search input[type=text]{width:90%;font-size:.7em}.home_search input[type=text]::placeholder{font-size:1em}.defense-counter-container{gap:1rem;padding:.4rem}.defense-section,.counter-section{flex:1;min-width:0;overflow:hidden}.monster-row,.counters-row{overflow-x:auto;flex-wrap:wrap}.defense-counter-container{width:100%;max-width:600px;overflow:hidden}body{max-width:100vw;overflow-x:hidden}}
