@import "https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap";body{margin:0;padding:0;overflow:hidden;font-family:"Archivo Black",sans-serif;font-weight:400;font-style:normal}@keyframes blinker{50%{opacity:0}}@keyframes revealRight{from{transform:translateX(-150%)}to{transform:translateX(0%)}}@keyframes xpDrop{0%{bottom:0;opacity:0;visibility:visible}50%{opacity:1}100%{bottom:100px;opacity:0}}h1,h2,h3,h4,h5,h6{margin:0}h5{font-size:16px}img.blinking{animation:blinker 1.25s linear infinite}#overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:transparent;display:flex;flex-direction:column;align-items:start;justify-content:center}#error{color:red;text-shadow:1px 1px #000;font-size:15px;font-weight:400;width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:end;justify-content:center;flex-direction:row;padding:20px;box-sizing:border-box;user-select:none;pointer-events:none}#panel + #error{background:#110;align-items:center;z-index:2000}#notifications{position:absolute;z-index:1000;bottom:110px;left:0;width:100%;height:50px;background:transparent;text-align:center;font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:1px 1px #000}@media only screen and (max-width : 900px){#notifications{bottom:0;font-size:13px}}#notifications p{position:absolute;bottom:0;left:50%;transform:translateX(-50%);padding:0;margin:0;opacity:0;visibility:hidden;animation:xpDrop 2.5s forwards}#raid{min-height:50px;max-height:100px;width:auto;padding:0;display:flex;flex-direction:row;gap:0;align-items:stretch;justify-content:start;background:transparent;text-decoration:none;user-select:none;pointer-events:all}#raid.joined{pointer-events:none;user-select:none}#raid.joined img{opacity:.5}#raid > #raidImage{height:auto;padding:4px;background:#000;display:flex;flex-direction:row;align-items:center;z-index:10}#raid > #raidImage > img{width:50px;height:50px}#raid > #raidDetails{display:none;transform:translateX(-150%);animation:none;flex-direction:column;align-items:center;color:#fff;padding:4px;z-index:8;background:rgba(0,0,0,0.4)}#raid:hover > #raidDetails,#raid > #raidDetails:hover{display:flex;transform:translateX(0%);animation:revealRight 1s forwards}#raid #raidDetails #raidTitle{display:block;font-weight:700;font-size:14px}#raid #raidDetails #raidConsumes{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;font-size:9px;text-transform:uppercase;max-width:150px}#raid #raidDetails #raidConsumes img{height:30px;width:auto}#raidCounter{width:50px;height:30px;padding:4px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:bolder;pointer-events:all;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,0.6),2px 2px 0 rgba(0,0,0,0.5),3px 3px 0 rgba(0,0,0,0.4)}a#enemy{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);text-decoration:none;user-select:none}a#enemy img{width:auto;height:100px;pointer-events:all}a#enemy.bigfella img{height:200px}@media only screen and (max-width : 700px){a#enemy img{height:50px}a#enemy.bigfella img{height:100px}}@media only screen and (min-width : 701px) and (max-width : 990px){a#enemy img{height:75px}a#enemy.bigfella img{height:150px}}a#enemy .hpbar{width:100%;height:10px;border:1px solid #989E9E;background:#000;padding:1px;display:flex;gap:8px;flex-direction:row;align-items:center;justify-content:center;font-weight:700;font-size:13px;position:relative;z-index:1;overflow:hidden}a#enemy .hpbar .hpbar-color{height:100%;background:#951101;position:absolute;left:0;top:0;bottom:0;z-index:-1}#loot{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}#loot a{width:auto;height:50px;pointer-events:all;position:absolute;top:0;left:0;text-decoration:none}#loot img{width:auto;height:100%}.tooltip{position:absolute;padding:8px;background-color:#333;color:#fff;text-align:center;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility .3s;z-index:1000000;font-size:14px}.scroll{overflow-y:scroll}.scroll::-webkit-scrollbar{width:12px}.scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,1);border-radius:0}.scroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px #989E9E}.rotate{transform:rotate(360deg)}#panel{height:400px;height:100vh;background:#222;color:#ccb;font-size:16px}#panel #panel-heading{height:100px;background:#110}#panel #panel-heading #panel-nav{height:67px;display:flex;flex-direction:row;align-items:center;justify-content:space-around;font-weight:700;font-size:18px}#panel #panel-heading #panel-nav .logo{user-select:none}#panel #panel-heading #panel-nav .logo,#panel #panel-heading #panel-nav #refreshBtn{color:#ccb}#panel #panel-heading #panel-nav > a{text-decoration:none;color:#634628;font-weight:400;font-size:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;opacity:1}#panel #panel-heading #panel-nav > a.active{color:#d59654}#panel #panel-heading #panel-nav > a[disabled]{opacity:.6;pointer-events:none;user-select:none}#panel #panel-heading #panel-expbar{height:25px;border:2px solid #989E9E;background:#000;padding:2px;display:flex;gap:8px;flex-direction:row;align-items:center;justify-content:center;font-weight:700;font-size:13px;position:relative;z-index:1;overflow:hidden}#panel #panel-heading #panel-expbar #panel-expbar-color{height:100%;background:#006D54;position:absolute;left:0;top:0;bottom:0;z-index:-1}#panel #panel-body{height:300px}#panel #panel-body > ul{height:100%;padding:0;list-style:none;margin:0;font-size:13px}#panel #panel-body > #leaders{height:100%;padding:0;margin:0;font-size:13px}#panel #panel-body > #leaders ul{padding:0;list-style:none;margin:0;overflow:hidden}#panel #panel-body > #leaders ul.leadersTabs{font-size:16px;height:30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#141414}#panel #panel-body > #leaders ul.leadersTabs li{padding:0;margin:0;width:33.33%;flex-grow:1;text-align:center}#panel #panel-body > #leaders ul.leadersTabs li:hover{background:#47615e}#panel #panel-body > #leaders ul.leadersTabs li.active{background:#3c4e4c}#panel #panel-body > #leaders ul.leadersTabs li a{color:#ccb;text-decoration:none;display:block;width:100%;height:100%;padding:5px}#panel #panel-body > #leaders table#leadersList{height:240px;display:block}#panel #panel-body > #leaders table#leadersList thead tr th,#panel #panel-body > #leaders table#leadersList tbody tr td{padding:5px;word-break:break-word}#panel #panel-body > #leaders table#leadersList thead{background:#120f0b;font-size:10px;text-transform:uppercase}#panel #panel-body > #leaders table#leadersList th,#panel #panel-body > #leaders table#leadersList td{text-align:left}#panel #panel-body > #leaders table#leadersList th:last-child,#panel #panel-body > #leaders table#leadersList td:last-child{text-align:right}#panel #panel-body > #leaders table#leadersList td:first-child{font-size:155%}#panel #panel-body > #leaders table#leadersList td:nth-child(2){font-size:90%}ul#inventory li.inventory-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;border-bottom:1px solid #989e9e}ul#inventory li.inventory-item:hover{background:#000}ul#inventory li.inventory-item.weapon:not(.preferedWeapon){cursor:pointer}ul#inventory li.inventory-item.preferredWeapon{background:#494949}ul#inventory li.inventory-item > div:first-child{width:50%;text-align:center;background:rgba(255,255,255,.05)}ul#inventory li.inventory-item > div > img{width:auto;height:50px;max-width:125px;aspect-ratio:auto;object-fit:contain;user-select:none;pointer-events:none}ul#inventory li.inventory-item div.qtyWrap{display:flex;flex-direction:row;align-items:end;justify-content:space-between;padding:0;gap:10px}ul#inventory li.inventory-item .ammoWrap{display:flex;flex-direction:row;align-items:end;justify-content:end;font-size:13px;color:#68686b;gap:2px}ul#inventory li.inventory-item img.ammo{width:auto;height:25px;user-select:none;pointer-events:none}ul#inventory li.inventory-item > div:nth-child(2){width:49%;width:calc(50% - 10px);text-align:left;padding:0 5px}ul#progress li.progress-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:10px;font-weight:700;border-bottom:1px solid #989e9e}ul#progress li.progress-item > span:nth-child(2){color:#d59654}ul#progress li.progress-item:first-child > span:nth-child(2){color:#006d54}ul#progress li.progress-item .progress-label{font-weight:700;color:#68686b}ul#progress li.progress-item ul#indRaids{list-style:none;padding:0;margin:0;width:100%}ul#progress li.progress-item ul#indRaids li.raids-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0}ul#logs .event-subtitle{display:block;font-size:10px;text-transform:uppercase;padding:10px 10px 0;text-align:center}ul#logs .event-title{display:block;font-size:20px;padding:2px 10px;text-align:center}ul#logs .event-summary{font-size:15px;padding:2px 10px 10px;text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}ul#logs .event-img{height:75px;width:auto;max-width:100%}ul#logs .event-summary img{height:25px;width:auto}ul#logs .event-log{display:flex;flex-direction:row;align-items:start;justify-content:space-between;padding:10px;border-top:1px solid #989e9e}ul#logs .event-log.header{background:#000;text-align:center;padding:2px 10px}ul#logs .event-log.enemy,ul#logs .event-log.lara > div:last-child{text-align:right}ul#logs .event-log > div{flex-grow:1;width:50%;padding:0 5px 0 0}ul#logs .event-log > div:last-child{padding:0 0 0 5px}ul#logs .event-log .event-detail{padding:4px 0 0;font-size:12px}ul#logs .event-log .event-detail.small{font-size:10px}ul#logs .event-log .event-raidedinfo{text-align:center;font-size:12px;font-style:italic}ul#logs .event-hpbar{width:100%;height:10px;border:1px solid #989E9E;background:#000;padding:1px;display:flex;gap:8px;flex-direction:row;align-items:center;justify-content:center;font-weight:700;font-size:13px;position:relative;z-index:1;overflow:hidden}ul#logs .event-hpbar .event-hpbar-color{height:100%;background:#951101;position:absolute;left:0;top:0;bottom:0;z-index:-1}ul#logs .event-gainedExp,ul#logs .event-died,ul#logs .event-drop{padding:16px 4px;text-align:center;background:#f7ae61;color:#000;font-size:13px}ul#logs .event-drop{background:#000;color:#f7ae61;font-size:11px}ul#logs .event-died{background:#61140a;color:#fff;font-size:20px}ul#logs .event-gainedExp span,ul#logs .event-died span{font-size:20px}ul#about{font-size:11px!important}ul#about a{color:#d59654}