@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Creepster&display=swap);:root{--terraria-sky:#87ceeb;--terraria-dirt:#8b4513;--terraria-stone:#696969;--terraria-corruption:indigo;--terraria-crimson:#dc143c;--terraria-hallow:#ff69b4;--terraria-jungle:#228b22;--terraria-hell:#ff4500;--terraria-gold:gold;--terraria-silver:silver;--terraria-copper:#b87333;--light-text:#f5f5f5;--dark-text:#1a1a1a;--shadow-color:#0000004d;--glow-color:#ffd7004d;--rarity-white:#fff;--rarity-blue:#9696ff;--rarity-green:#96ff96;--rarity-orange:#ffc896;--rarity-light-red:#ff9696;--rarity-pink:#ff96ff;--rarity-light-purple:#d2a0ff;--rarity-lime:#96ff0a;--rarity-yellow:#ffff0a;--rarity-cyan:#05c8ff;--rarity-red:#ff2864;--rarity-purple:#b428ff}body,html{font-family:Cinzel,serif;margin:0;min-height:100vh;overflow-x:hidden;padding:0;position:relative}.app-background{position:fixed;z-index:-2}.app-background,.bg-corruption,.bg-hallow,.bg-overworld{height:100%;left:0;top:0;transition:opacity 1s ease-in-out;width:100%}.bg-corruption,.bg-hallow,.bg-overworld{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;position:absolute}.bg-corruption.active,.bg-hallow.active,.bg-overworld.active{opacity:1}.app-background:after{background:#0006;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes float-particle{0%,to{opacity:0;transform:translateY(0) rotate(0deg)}10%{opacity:.8}90%{opacity:.8}to{opacity:0;transform:translateY(-100vh) rotate(1turn)}}.particles{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.particle{animation:float-particle 8s ease-in-out infinite;border-radius:50%;bottom:-20px;height:8px;position:absolute;width:8px}.particle:first-child{animation-delay:0s;background:gold;background:var(--terraria-gold);left:10%}.particle:nth-child(2){animation-delay:1s;background:#05c8ff;background:var(--rarity-cyan);left:20%}.particle:nth-child(3){animation-delay:2s;background:#ff96ff;background:var(--rarity-pink);left:30%}.particle:nth-child(4){animation-delay:3s;background:gold;background:var(--terraria-gold);left:40%}.particle:nth-child(5){animation-delay:4s;background:#b428ff;background:var(--rarity-purple);left:50%}.particle:nth-child(6){animation-delay:5s;background:#96ff0a;background:var(--rarity-lime);left:60%}.particle:nth-child(7){animation-delay:6s;background:gold;background:var(--terraria-gold);left:70%}.particle:nth-child(8){animation-delay:7s;background:#05c8ff;background:var(--rarity-cyan);left:80%}.particle:nth-child(9){animation-delay:.5s;background:#ff96ff;background:var(--rarity-pink);left:90%}.particle:nth-child(10){animation-delay:2.5s;background:gold;background:var(--terraria-gold);left:15%}.container{align-items:center;box-sizing:border-box;color:#f5f5f5;color:var(--light-text);display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:2rem;position:relative;width:100%;z-index:1}.title{animation:glow 3s ease-in-out infinite alternate;color:gold;color:var(--terraria-gold);font-family:Creepster,cursive;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:3px 3px 0 #8b4513,-1px -1px 0 #8b4513,1px -1px 0 #8b4513,-1px 1px 0 #8b4513,0 0 20px #ffd7004d;text-shadow:3px 3px 0 var(--terraria-dirt),-1px -1px 0 var(--terraria-dirt),1px -1px 0 var(--terraria-dirt),-1px 1px 0 var(--terraria-dirt),0 0 20px var(--glow-color)}@keyframes glow{0%{text-shadow:3px 3px 0 #8b4513,-1px -1px 0 #8b4513,1px -1px 0 #8b4513,-1px 1px 0 #8b4513,0 0 20px #ffd7004d;text-shadow:3px 3px 0 var(--terraria-dirt),-1px -1px 0 var(--terraria-dirt),1px -1px 0 var(--terraria-dirt),-1px 1px 0 var(--terraria-dirt),0 0 20px var(--glow-color)}to{text-shadow:3px 3px 0 #8b4513,-1px -1px 0 #8b4513,1px -1px 0 #8b4513,-1px 1px 0 #8b4513,0 0 30px #ffd7004d,0 0 40px #ffd7004d;text-shadow:3px 3px 0 var(--terraria-dirt),-1px -1px 0 var(--terraria-dirt),1px -1px 0 var(--terraria-dirt),-1px 1px 0 var(--terraria-dirt),0 0 30px var(--glow-color),0 0 40px var(--glow-color)}}.main-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2ef2,#2d2d41f2 50%,#1a1a2ef2);border:4px solid gold;border:4px solid var(--terraria-gold);border-radius:15px;box-shadow:inset 0 0 30px #00000080,0 0 40px #ffd70033,0 10px 40px #00000080;max-width:700px;overflow:hidden;padding:0;position:relative;width:90%}.main-card:before{top:0}.main-card:after,.main-card:before{background:repeating-linear-gradient(90deg,gold,gold 8px,silver 0,silver 16px);background:repeating-linear-gradient(90deg,var(--terraria-gold) 0,var(--terraria-gold) 8px,var(--terraria-silver) 8px,var(--terraria-silver) 16px);content:"";height:4px;left:0;position:absolute;right:0}.main-card:after{bottom:0}.input-section{border-bottom:2px solid #ffd7004d;padding:1.5rem 2rem}.input-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.input-row:last-child{margin-bottom:0}.input-label{color:gold;color:var(--terraria-gold);font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;min-width:100px;text-shadow:1px 1px 2px #000c}.input-field{flex:1 1}.difficulty-toggle{display:flex;flex-wrap:wrap;gap:.5rem}.difficulty-btn{background:linear-gradient(135deg,#0009,#32324699);border:2px solid #696969;border:2px solid var(--terraria-stone);border-radius:8px;color:#f5f5f5;color:var(--light-text);cursor:pointer;font-family:Cinzel,serif;font-size:clamp(.8rem,1.5vw,1rem);font-weight:600;padding:.6rem 1.2rem;text-transform:capitalize;transition:all .3s ease}.difficulty-btn:hover{box-shadow:0 0 15px #ffd7004d;transform:translateY(-2px)}.difficulty-btn.active,.difficulty-btn:hover{border-color:gold;border-color:var(--terraria-gold)}.difficulty-btn.active{background:linear-gradient(135deg,#ffd7004d,#ffb4004d);box-shadow:0 0 20px #ffd70066,inset 0 0 10px #ffd70033;color:gold;color:var(--terraria-gold)}.difficulty-btn.classic.active{background:linear-gradient(135deg,#96ff964d,#64c8644d);border-color:#96ff96;border-color:var(--rarity-green);box-shadow:0 0 20px #96ff9666;color:#96ff96;color:var(--rarity-green)}.difficulty-btn.expert.active{background:linear-gradient(135deg,#ff96964d,#ff64644d);border-color:#ff9696;border-color:var(--rarity-light-red);box-shadow:0 0 20px #ff969666;color:#ff9696;color:var(--rarity-light-red)}.difficulty-btn.master.active{background:linear-gradient(135deg,#ff28644d,#c800504d);border-color:#ff2864;border-color:var(--rarity-red);box-shadow:0 0 20px #ff286466;color:#ff2864;color:var(--rarity-red)}.results-section{padding:1.5rem 2rem}.bullshit-meter-container,.results-section{align-items:center;display:flex;flex-direction:column}.bullshit-meter-container{padding:1rem}.meter-title{color:gold;color:var(--terraria-gold);font-family:Creepster,cursive;font-size:clamp(1.2rem,3vw,1.6rem);letter-spacing:2px;margin:0 0 1rem;text-shadow:2px 2px 4px #000c}.meter-wrapper{align-items:flex-start;display:flex;gap:.5rem;position:relative}.meter-svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));height:280px;width:100px}.liquid-fill{filter:url(#glow)}.liquid-glow{animation:pulse-glow 1s ease-in-out infinite}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 5px currentColor)}50%{filter:drop-shadow(0 0 15px currentColor) drop-shadow(0 0 25px currentColor)}}.wave{animation:wave-motion 2s ease-in-out infinite}@keyframes wave-motion{0%,to{transform:translateX(0)}50%{transform:translateX(3px)}}.meter-labels{display:flex;flex-direction:column;height:280px;justify-content:flex-start;position:relative}.meter-label{color:#696969;color:var(--terraria-stone);font-size:clamp(.6rem,1.5vw,.75rem);font-weight:600;padding-left:.5rem;position:absolute;text-shadow:1px 1px 2px #000c;transition:all .3s ease;white-space:nowrap}.meter-label.active{color:gold;color:var(--terraria-gold);text-shadow:0 0 10px #ffd7004d;text-shadow:0 0 10px var(--glow-color);transform:scale(1.1)}.meter-result{background:#0006;border:2px solid gold;border:2px solid var(--terraria-gold);border-radius:10px;margin-top:1rem;max-width:100%;padding:.8rem 1.2rem;text-align:center}.meter-result.high-bullshit{animation:high-bullshit-pulse 1.5s ease-in-out infinite;border-color:#dc143c;border-color:var(--terraria-crimson)}@keyframes high-bullshit-pulse{0%,to{box-shadow:0 0 10px #dc143c80}50%{box-shadow:0 0 25px #dc143ccc,0 0 40px #dc143c66}}.result-label{color:#dc143c;color:var(--terraria-crimson);display:block;font-family:Creepster,cursive;font-size:clamp(1rem,2.5vw,1.4rem);text-shadow:2px 2px 4px #000c}.odds-display{background:#00000080;border:2px solid gold;border:2px solid var(--terraria-gold);border-radius:10px;margin-top:1rem;padding:1rem 1.5rem;text-align:center}.odds-label{color:#f5f5f5;color:var(--light-text);font-size:clamp(.9rem,2vw,1.1rem);margin-bottom:.5rem}.odds-value{color:gold;color:var(--terraria-gold);font-family:Creepster,cursive;font-size:clamp(1.5rem,4vw,2.5rem);text-shadow:2px 2px 0 #1a1a1a,0 0 20px #ffd7004d;text-shadow:2px 2px 0 var(--dark-text),0 0 20px var(--glow-color)}.odds-value.error{color:#dc143c;color:var(--terraria-crimson);font-size:clamp(.9rem,2vw,1.1rem)}.terraria-input{background:linear-gradient(135deg,#0009,#32324699)!important;border:2px solid gold!important;border:2px solid var(--terraria-gold)!important;border-radius:8px!important;box-shadow:inset 0 0 10px #0000004d,0 0 15px #ffd70033!important;color:#f5f5f5!important;color:var(--light-text)!important;font-family:Cinzel,serif!important;font-size:clamp(.9rem,2vw,1.1rem)!important;font-weight:600!important;padding:.8rem 1rem!important;transition:all .3s ease!important;width:100%}.terraria-input:hover{box-shadow:inset 0 0 10px #0000004d,0 0 25px #ffd70066!important;transform:translateY(-2px)}.terraria-input:focus{box-shadow:inset 0 0 10px #0000004d,0 0 30px #ffd70099!important;outline:none!important}.terraria-input::placeholder{color:#ffffff80!important}.kill-count-input{max-width:150px}.container__entity-match{position:relative;width:100%}.dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2efa,#2d2d41fa);border:2px solid gold;border:2px solid var(--terraria-gold);border-radius:8px;box-shadow:0 10px 30px #0009,0 0 20px #ffd70033;display:none;left:0;margin-top:4px;max-height:250px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.dropdown.open{animation:dropdownSlide .2s ease-out;display:block}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown::-webkit-scrollbar{width:8px}.dropdown::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.dropdown::-webkit-scrollbar-thumb{background:gold;background:var(--terraria-gold);border-radius:4px}.dropdown::-webkit-scrollbar-thumb:hover{background:silver;background:var(--terraria-silver)}.dropdown-item{align-items:center;background:#0000;border:none;border-bottom:1px solid #ffd70026;color:#f5f5f5;color:var(--light-text);cursor:pointer;display:flex;font-family:Cinzel,serif;font-size:clamp(.85rem,1.5vw,1rem);font-weight:500;gap:.5rem;outline:none;padding:.8rem 1rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:before{content:"";transition:width .2s ease;width:0}.dropdown-item.highlighted,.dropdown-item:hover{background:linear-gradient(90deg,#ffd70033,#ffd7000d);color:gold;color:var(--terraria-gold);text-shadow:0 0 10px #ffd70066}.dropdown-item.highlighted:before,.dropdown-item:hover:before{color:gold;color:var(--terraria-gold);content:">";padding-right:.3rem;width:auto}.dropdown-item:last-child{border-bottom:none}.dropdown-empty{color:#696969;color:var(--terraria-stone);font-style:italic;padding:1rem;text-align:center}.terraria-input.valid{border-color:#96ff96!important;border-color:var(--rarity-green)!important;box-shadow:inset 0 0 10px #0000004d,0 0 15px #96ff964d!important}.terraria-input.invalid{border-color:#dc143c!important;border-color:var(--terraria-crimson)!important;box-shadow:inset 0 0 10px #0000004d,0 0 15px #dc143c4d!important}@media (max-width:768px){.container{padding:1rem}.main-card{width:95%}.input-section{padding:1rem}.input-row{align-items:flex-start;flex-direction:column;gap:.5rem}.input-label{min-width:auto}.input-field{width:100%}.difficulty-toggle{justify-content:stretch;width:100%}.difficulty-btn{flex:1 1;min-height:44px;min-width:44px;padding:.5rem .8rem}.results-section{padding:1rem}.meter-svg{width:80px}.meter-labels,.meter-svg{height:220px}.terraria-input{min-height:44px}.kill-count-input{max-width:100%}}@media (max-width:480px){.title{margin-bottom:1rem}.input-section,.results-section{padding:.8rem}.meter-svg{width:70px}.meter-labels,.meter-svg{height:180px}.meter-label{font-size:.6rem}}