.cpnApp{display:flex}.cpnApp,.mobile .cpnApp .toolbar{flex-direction:column}.mobile .cpnApp .toolbar>*+*{margin-left:0;margin-top:12px}.cpnBroadcast{display:flex;flex-direction:column;width:60vw}.cpnBroadcast .bottom{background-color:#505360;padding:24px}.cpnBroadcast textarea,.mobile .cpnBroadcast{width:100%}.cpnChangePassword,.cpnChangePassword .bottom{display:flex;flex-direction:column}.cpnChangePassword .bottom{background-color:#505360;padding:24px}.cpnChangePassword .bottom>*+*{margin-top:12px}.cpnCharacterInfo,.cpnCharacterInfo .bottom{display:flex;flex-direction:column}.cpnCharacterInfo .bottom{background-color:#505360;padding:24px}.cpnCharacterInfo .bottom .entry{display:flex;flex-direction:row;width:100%}.cpnCharacterInfo .bottom .entry .label{color:#c0c3cf;width:30%}.cpnCharacterInfo .bottom .entry .value{color:#fcfcfc}.cpnCharacterInfo .bottom .entry .value.clickable{color:#faac45;cursor:pointer}.cpnCharacterInfo .bottom .entry .value.clickable:hover{color:#ffeb38}.cpnCharacterInfo .bottom .entry+.entry{margin-top:12px}.cpnCharacterInfo .bottom .items{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:24px}.cpnCharacterInfo .bottom .items .item{background-color:#312136}.cpnCharacterInfo .bottom .items .item .icon{filter:brightness(100%) drop-shadow(0 -4px 0 #312136) drop-shadow(0 4px 0 #312136) drop-shadow(4px 0 0 #312136) drop-shadow(-4px 0 0 #312136);-moz-filter:brightness(100%) drop-shadow(0 -4px 0 #312136) drop-shadow(0 4px 0 #312136) drop-shadow(4px 0 0 #312136) drop-shadow(-4px 0 0 #312136)}.cpnChatLog{width:60vw}.cpnChatLog,.cpnChatLog .bottom{display:flex;flex-direction:column}.cpnChatLog .bottom{background-color:#505360;flex:1 1;justify-content:flex-start;overflow:auto;padding:24px}.cpnChatLog .bottom .headings{display:flex;flex-direction:row;width:100%}.cpnChatLog .bottom .headings .entry{box-sizing:border-box;color:#48edff;font-weight:700;margin-bottom:12px;padding:0 12px;width:300px}.cpnChatLog .bottom .headings .entry.wide{flex:1 1}.cpnChatLog .bottom .headings .entry.narrow{width:200px}.cpnChatLog .bottom .list{background-color:#505360;display:flex;flex:1 1;flex-direction:column;overflow:auto}.cpnChatLog .bottom .list .row{display:flex;flex-direction:row;width:100%}.cpnChatLog .bottom .list .row:nth-child(odd){background-color:hsla(0,0%,100%,.05)}.cpnChatLog .bottom .list .row:nth-child(2n){background-color:hsla(0,0%,100%,.15)}.cpnChatLog .bottom .list .row:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnChatLog .bottom .list .row .entry{box-sizing:border-box;color:#c0c3cf;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;padding:0 12px;transition-duration:.1s;transition-property:background-color,color;width:300px}.cpnChatLog .bottom .list .row .entry.wide{flex:1 1}.cpnChatLog .bottom .list .row .entry.narrow{width:200px}.cpnErrorLog{height:60vh}.cpnErrorLog,.cpnErrorLog .bottom{display:flex;flex-direction:column}.cpnErrorLog .bottom{background-color:#505360;flex:1 1;justify-content:flex-start;overflow:auto;padding:24px}.cpnErrorLog .bottom .headings{display:flex;flex-direction:row;width:100%}.cpnErrorLog .bottom .headings .entry{box-sizing:border-box;color:#48edff;font-weight:700;margin-bottom:12px;padding:0 12px;width:200px}.cpnErrorLog .bottom .headings .entry.wide{width:400px}.cpnErrorLog .bottom .headings .entry.narrow{width:150px}.cpnErrorLog .bottom .list{display:flex;flex:1 1;flex-direction:column;overflow:auto}.cpnErrorLog .bottom .list .row{display:flex;flex-direction:row;width:100%}.cpnErrorLog .bottom .list .row.even{background-color:hsla(0,0%,100%,.05)}.cpnErrorLog .bottom .list .row.odd{background-color:hsla(0,0%,100%,.15)}.cpnErrorLog .bottom .list .row:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnErrorLog .bottom .list .row .entry{word-wrap:break-word;box-sizing:border-box;color:#c0c3cf;display:flex;flex-direction:column;justify-content:center;min-height:32px;overflow-wrap:break-word;padding:8px 12px;transition-duration:.1s;transition-property:background-color,color;width:200px}.cpnErrorLog .bottom .list .row .entry.wide{width:400px}.cpnErrorLog .bottom .list .row .entry.narrow{width:150px}.cpnErrorLog .bottom .list .row .entry.error-text{color:#c0c3cf}.mobile .cpnErrorLog{height:100%;width:100%}.mobile .cpnErrorLog .bottom .headings .entry.wide{width:35%}.mobile .cpnErrorLog .bottom .headings .entry.narrow{width:15%}.mobile .cpnErrorLog .bottom .list .entry.wide{width:35%}.mobile .cpnErrorLog .bottom .list .entry.narrow{width:15%}.error-modal-overlay{align-items:center;background-color:rgba(80,83,96,.5);background-color:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.error-modal{background-color:#373041;max-height:calc(100vh - 200px);position:fixed;width:80%}.error-modal .modal-header{align-items:center;background-color:#505360;display:flex;justify-content:space-between;padding:16px}.error-modal .modal-header h3{color:#48edff;margin:0}.error-modal .modal-header .close-btn{align-items:center;background-color:#929398;border:none;color:#fcfcfc;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;width:32px}.error-modal .modal-header .close-btn:hover{background-color:#69696e}.error-modal .modal-body{color:#c0c3cf;padding:16px}.error-modal .modal-body .modal-section{margin-bottom:16px}.error-modal .modal-body .modal-section strong{color:#48edff;display:block;margin-bottom:8px}.error-modal .modal-body .modal-section pre{word-wrap:break-word;background-color:hsla(0,0%,100%,.05);border-radius:4px;color:#c0c3cf;max-height:200px;overflow:auto;padding:8px;white-space:pre-wrap}.details-btn{background-color:#3fa7dd;border:none;border-radius:4px;color:#fcfcfc;cursor:pointer;padding:6px 12px}.details-btn:hover{background-color:#3a71ba}.btn.disabled{cursor:not-allowed}.btn.disabled,.btn.disabled:hover{background-color:#fcfcfc;color:#c0c3cf}.first-btn{margin-left:auto!important}.page-btn{min-width:32px;text-align:center}.page-btn.current{background-color:#48edff;border:2px solid #3fa7dd;box-shadow:0 0 4px rgba(72,237,255,.5);color:#505360;font-weight:700}.page-btn.current:hover{background-color:#7bf2ff;box-shadow:0 0 6px rgba(72,237,255,.7)}.cpnInventory{display:flex;flex-direction:column}.cpnInventory .bottom{background-color:#373041;padding:12px}.cpnInventory .bottom .itemsContainer{display:flex;flex-direction:row;justify-content:space-between}.cpnInventory .bottom .itemsContainer .section{flex:1 1;margin-right:12px}.cpnInventory .bottom .itemsContainer .section:last-child{margin-right:0}.cpnInventory .bottom .itemsContainer .section .sectionTitle{color:#fcfcfc;font-weight:700;margin-bottom:8px}.cpnInventory .bottom .itemsContainer .section .itemsList{background-color:#373041;display:flex;flex-direction:row;flex-wrap:wrap;padding:0}.cpnInventory .bottom .itemsContainer .section .itemsList .item{background-color:#312136;margin-bottom:12px;margin-right:12px;position:relative}.cpnInventory .bottom .itemsContainer .section .itemsList .item .icon{filter:brightness(100%) drop-shadow(0 -4px 0 #312136) drop-shadow(0 4px 0 #312136) drop-shadow(4px 0 0 #312136) drop-shadow(-4px 0 0 #312136);-moz-filter:brightness(100%) drop-shadow(0 -4px 0 #312136) drop-shadow(0 4px 0 #312136) drop-shadow(4px 0 0 #312136) drop-shadow(-4px 0 0 #312136)}.cpnInventory .bottom .itemsContainer .section .itemsList .item .quantity{bottom:3px;color:#fcfcfc;filter:drop-shadow(0 -2px 0 #312136) drop-shadow(0 2px 0 #312136) drop-shadow(2px 0 0 #312136) drop-shadow(-2px 0 0 #312136);-moz-filter:drop-shadow(0 -2px 0 #312136) drop-shadow(0 2px 0 #312136) drop-shadow(2px 0 0 #312136) drop-shadow(-2px 0 0 #312136);left:6px;position:absolute}.cpnInventory .bottom .itemsContainer .section .itemsList .item .eq{color:#ffeb38;filter:drop-shadow(0 -2px 0 #312136) drop-shadow(0 2px 0 #312136) drop-shadow(2px 0 0 #312136) drop-shadow(-2px 0 0 #312136);-moz-filter:drop-shadow(0 -2px 0 #312136) drop-shadow(0 2px 0 #312136) drop-shadow(2px 0 0 #312136) drop-shadow(-4px 0 0 #312136);position:absolute;right:6px;top:3px}.tooltip{word-wrap:break-word;background-color:#505360;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.5);color:#fcfcfc;font-size:12px;max-width:300px;padding:8px;white-space:pre-line}.cpnLogin,.cpnLogin .bottom{display:flex;flex-direction:column}.cpnLogin .bottom{background-color:#505360;padding:24px}.cpnLogin .bottom>*+*{margin-top:12px}.mobile .cpnLogin{width:100%}.cpnLookupCharacter{display:flex;flex-direction:column}.cpnLookupCharacter .bottom{background-color:#505360;padding:24px}.cpnLookupUser{display:flex;flex-direction:column}.cpnLookupUser .bottom{background-color:#505360;padding:24px}.cpnModLog,.cpnModLog .bottom{display:flex;flex-direction:column}.cpnModLog .bottom{background-color:#505360;flex:1 1;justify-content:flex-start;overflow:auto;padding:24px}.cpnModLog .bottom .headings{display:flex;flex-direction:row;width:100%}.cpnModLog .bottom .headings .entry{box-sizing:border-box;color:#48edff;font-weight:700;margin-bottom:12px;padding:0 12px;width:300px}.cpnModLog .bottom .list{background-color:#505360;display:flex;flex:1 1;flex-direction:column;overflow:auto}.cpnModLog .bottom .list .row{display:flex;flex-direction:row;width:100%}.cpnModLog .bottom .list .row:nth-child(odd){background-color:hsla(0,0%,100%,.05)}.cpnModLog .bottom .list .row:nth-child(2n){background-color:hsla(0,0%,100%,.15)}.cpnModLog .bottom .list .row:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnModLog .bottom .list .row .entry{box-sizing:border-box;color:#c0c3cf;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;padding:0 12px;transition-duration:.1s;transition-property:background-color,color;width:300px}.cpnModLog .bottom .list .row .entry.clickable{color:#faac45;font-weight:700}.cpnModLog .bottom .list .row .entry.clickable:hover{color:#ffeb38}.cpnOnline{height:60vh}.cpnOnline,.cpnOnline .bottom{display:flex;flex-direction:column}.cpnOnline .bottom{background-color:#505360;flex:1 1;justify-content:flex-start;overflow:auto;padding:24px}.cpnOnline .bottom .headings{display:flex;flex-direction:row;width:100%}.cpnOnline .bottom .headings .entry{box-sizing:border-box;color:#48edff;font-weight:700;margin-bottom:12px;padding:0 12px;width:150px}.cpnOnline .bottom .headings .entry.wide{width:300px}.cpnOnline .bottom .headings .entry.narrow{width:100px}.cpnOnline .bottom .ipHashGroup{display:flex;flex-direction:row}.cpnOnline .bottom .ipHashGroup:nth-child(2n){background-color:hsla(0,0%,100%,.05)}.cpnOnline .bottom .ipHashGroup:nth-child(odd){background-color:hsla(0,0%,100%,.15)}.cpnOnline .bottom .ipHashGroup .ipHash{align-items:center;border-right:6px solid #505360;box-sizing:border-box;color:#fcfcfc;display:flex;padding:0 12px;width:150px}.cpnOnline .bottom .ipHashGroup .list{background-color:#505360;display:flex;flex:1 1;flex-direction:column;overflow:auto}.cpnOnline .bottom .ipHashGroup .list .row{display:flex;flex-direction:row;width:100%}.cpnOnline .bottom .ipHashGroup .list .row.even{background-color:hsla(0,0%,100%,.05)}.cpnOnline .bottom .ipHashGroup .list .row.odd{background-color:hsla(0,0%,100%,.15)}.cpnOnline .bottom .ipHashGroup .list .row:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnOnline .bottom .ipHashGroup .list .row .entry{box-sizing:border-box;color:#c0c3cf;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;padding:0 12px;transition-duration:.1s;transition-property:background-color,color;width:150px}.cpnOnline .bottom .ipHashGroup .list .row .entry.wide{width:300px}.cpnOnline .bottom .ipHashGroup .list .row .entry.narrow{width:100px}.cpnOnline .bottom .ipHashGroup .list .row .entry.clickable{color:#faac45;font-weight:700}.cpnOnline .bottom .ipHashGroup .list .row .entry.clickable:hover{color:#ffeb38}.mobile .cpnOnline{height:100%;width:100%}.mobile .cpnOnline .bottom .headings .entry.wide{width:40%}.mobile .cpnOnline .bottom .headings .entry.narrow{width:20%}.mobile .cpnOnline .bottom .list .entry.wide{width:40%}.mobile .cpnOnline .bottom .list .entry.narrow{width:20%}.cpnPatreonLog{display:flex;flex-direction:column;max-height:80vh;width:60vw}.cpnPatreonLog .bottom{background-color:#505360;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow:auto;padding:24px}.cpnPatreonLog .bottom .headings{display:flex;flex-direction:row;width:100%}.cpnPatreonLog .bottom .headings .entry{box-sizing:border-box;color:#48edff;font-weight:700;margin-bottom:12px;padding:0 12px;width:300px}.cpnPatreonLog .bottom .headings .entry.wide{flex:1 1}.cpnPatreonLog .bottom .headings .entry.narrow{width:200px}.cpnPatreonLog .bottom .list{background-color:#505360;display:flex;flex:1 1;flex-direction:column;overflow:auto}.cpnPatreonLog .bottom .list .row{display:flex;flex-direction:row;width:100%}.cpnPatreonLog .bottom .list .row:nth-child(odd){background-color:hsla(0,0%,100%,.05)}.cpnPatreonLog .bottom .list .row:nth-child(2n){background-color:hsla(0,0%,100%,.15)}.cpnPatreonLog .bottom .list .row:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnPatreonLog .bottom .list .row .entry{box-sizing:border-box;color:#c0c3cf;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;padding:0 12px;transition-duration:.1s;transition-property:background-color,color;width:300px}.cpnPatreonLog .bottom .list .row .entry.wide{flex:1 1}.cpnPatreonLog .bottom .list .row .entry.narrow{width:200px}.mobile .cpnModLog{height:100%;width:100%}.mobile .cpnModLog .bottom .headings .entry{width:50%}.mobile .cpnModLog .bottom .list .row .entry{overflow:hidden;width:50%}.cpChangePassword,.cpChangePassword .bottom{display:flex;flex-direction:column}.cpChangePassword .bottom{background-color:#505360;padding:24px}.cpChangePassword .bottom>*+*{margin-top:12px}.cpnUserInfo{display:flex;flex-direction:column;height:60vh}.cpnUserInfo .bottom{background-color:#505360;display:flex;flex:1 1;flex-direction:row;justify-content:space-around;overflow:auto;padding:24px}.cpnUserInfo .bottom .section{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.cpnUserInfo .bottom .section .section-title{color:#48edff;font-weight:700;height:48px;margin-bottom:12px;text-align:center}.cpnUserInfo .bottom .section .list{flex:1 1;overflow-y:auto;width:100%}.cpnUserInfo .bottom .section .entry{color:#c0c3cf;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;padding:0 12px;transition-duration:.1s;transition-property:background-color,color}.cpnUserInfo .bottom .section .entry:nth-child(odd){background-color:hsla(0,0%,100%,.05)}.cpnUserInfo .bottom .section .entry:nth-child(2n){background-color:hsla(0,0%,100%,.15)}.cpnUserInfo .bottom .section .entry:hover{background-color:hsla(0,0%,100%,.25);color:#48edff}.cpnUserInfo .bottom .section+.section{margin-left:24px}.mobile .cpnUserInfo{height:100%;width:100%}@font-face{font-family:bitty;src:url(/static/media/bitty.ed67d9fa50d78d4e9598.ttf)}*{font-family:bitty}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#2d2136;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;justify-content:center;margin:0}.centered{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.title{align-items:center;background-color:#3c3f4c;color:#ff6942;display:flex;justify-content:center;padding:24px 0}.disabled{opacity:.4;pointer-events:none}input,input:-internal-autofill-selected,textarea{-webkit-appearance:none!important;appearance:none!important;background-color:#373041!important;border:none;border-radius:0;box-sizing:border-box;color:#fcfcfc!important;font-size:16px;outline:0;padding:6px}.label{align-items:center;color:#3fa7dd;display:flex;justify-content:center}.toolbar{background-color:#3c3f4c;display:flex;flex-direction:row;justify-content:flex-end;padding:12px}.toolbar>*+*{margin-left:12px}.toolbar .btn{align-items:center;background-color:#3a71ba;color:#fcfcfc;cursor:pointer;display:flex;justify-content:center;padding:6px 12px}.toolbar .btn:hover{background-color:#42548d}.toolbar .btn.right{margin-left:auto}.toolbar .btn.gray{background-color:#929398}.toolbar .btn.gray:hover{background-color:#69696e}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background-color:#3c3f4c;border-radius:0}::-webkit-scrollbar-thumb{background:#929398;border-radius:0}.mobile .hideMobile{display:none!important}
/*# sourceMappingURL=main.cad5e41e.css.map*/