.core2-container{height:180px;display:flex;justify-content:center;align-items:center;height:100vh;background-image:url(/assets/bg-CNp_LQF7.jpg);background-size:cover;background-position:center}.pokedex{display:flex;flex-direction:column;background-color:#2121218e;border:4px solid #750000;border-radius:20px;overflow:hidden;box-shadow:0 0 20px #0009;max-width:800px;margin:20px}.content-container{display:flex;width:100%}.user-list{flex:1;padding:20px;overflow-y:auto}.user-list h2{color:red;font-size:24px;text-align:center;margin-bottom:10px}.user-list ul{list-style-type:none;padding:0;margin:0}.user-list li{display:flex;justify-content:space-between;align-items:center;padding:10px;margin:5px;background-color:#444;color:#fff;border-radius:10px;cursor:pointer;transition:background-color .3s}.user-list li:hover{background-color:#666}.json-editor{flex:1;padding:20px}.json-editor h2{color:#0f0;font-size:24px;text-align:center}.json-viewer{position:relative}.json-viewer .json-textarea{width:100%;height:180px;resize:none;border:2px solid #00ff00;border-radius:10px;background-color:#222;color:#0f0;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:700;padding:10px}.refresh-container{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.refresh-btn{width:100%;padding:8px 16px;background-color:#0f0;color:#000;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s;margin-bottom:5px}.refresh-btn:hover{background-color:#090}.params{display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px}.params input[type=text]{width:calc(50% - 20px);margin:0 10px 10px 0;padding:8px;border:2px solid #0f0;border-radius:5px;background-color:#222;color:#0f0}.params button{flex:1;padding:10px 16px;margin:0 10px 10px 0;background-color:#0f0;color:#000;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.params button:hover{background-color:#090}.clear-btn{width:100%;padding:10px;background-color:red;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s;margin-top:20px}.clear-btn:hover{background-color:#00c5cc}.error-message{background-color:#f44336;color:#fff;padding:10px;text-align:center;border-radius:5px;margin:10px}button{border-radius:4px;border:1px solid transparent;padding:.3em .8em;font-size:1em;font-weight:300;font-family:inherit;background-color:#0f0;cursor:pointer;transition:border-color .25s}button:hover{border-color:#0f0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
