@import"https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";:root{--form-bg: #ffffffb5;--glass-background: #ffffff2e;--foreground-light: #e4e4f0;--accent: #dfc01a}body{background:#1b1c2d;background:-webkit-linear-gradient(to left,#141524,#1b1c2d);font-family:Chakra Petch,sans-serif;font-weight:400;font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;color:var(--foreground-light);color:var(--accent)}h1{font-size:4rem;text-shadow:3px 3px 2px rgba(0,0,0,.9019607843)}p{font-size:1.2rem;color:var(--foreground-light)}label{font-size:.8rem;color:var(--accent)}a{color:#dfc01a}section{background:rgba(115,115,115,.1803921569);border-radius:8px;box-shadow:0 4px 30px #00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);padding:1rem;width:calc(100% - 2rem);margin:.5rem auto;min-height:4rem}.no-results-yet{font-size:1.6rem;color:var(--foreground-light);text-align:center;margin:1rem auto}.raid-app{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;max-width:1200px;margin:0 auto}.input-form{padding:1rem;display:flex;gap:1rem;width:calc(100% - 2rem);justify-content:center;align-items:end;flex-wrap:wrap}.input-form .form-row{display:flex;flex-direction:column}.input-form .form-row input{background:var(--form-bg);font-size:1.2rem;padding:.25rem .5rem;border:none;outline:none;border-radius:4px}.input-form button{background:var(--form-bg);border:none;border-radius:4px;padding:.25rem .5rem;font-family:Chakra Petch,sans-serif;font-size:1.2rem;cursor:pointer;background:var(--accent);font-weight:700}#raid-results table{width:100%;table-layout:fixed;text-align:left;font-size:1.2rem}#raid-results table th{cursor:pointer;color:var(--foreground-light)}#raid-results table tbody tr td{background:var(--form-bg);padding:.25rem .5rem;border-radius:4px}#raid-results table tbody tr td.red{border-left:5px solid #e6114d}#raid-results table tbody tr td.yellow{border-left:5px solid #dfc01a}#raid-results table tbody tr td.green{border-left:5px solid #15ca15}::selection{background:#dfc01a;color:#000}*{margin:0;padding:0}.context{width:100%;position:absolute;top:50vh}.context h1{text-align:center;color:#fff;font-size:50px}.area{background:#1b1c2d;background:-webkit-linear-gradient(to left,#141524,#1b1c2d);width:100%;height:100vh;position:absolute;top:0;z-index:-1}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(10,3,34,.3);animation:animate 25s linear infinite;bottom:-150px}.circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}
