body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background:url(/assets/cosmic_blue-BVOa_qOI.jpg) no-repeat center center fixed;background-size:cover;font-family:Arial,sans-serif;color:#fff;overflow-x:hidden}#root{width:100%;max-width:1200px;box-sizing:border-box;overflow:hidden}.w-screen.h-screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;background-color:transparent}.success-message{color:green;font-size:14px;margin-bottom:10px}.error-message{color:red;font-size:14px;margin-bottom:10px}.user-info{position:absolute;top:10px;right:10px;font-size:14px;font-weight:700}h1{font-size:2.5rem;color:#d1cdc7;margin-bottom:1rem}.main-header{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem;position:absolute;top:0;color:#d1cdc7}.input-field{padding:.5rem;font-size:1rem;border-radius:5px;border:1px solid #555;margin-right:.5rem;margin-bottom:.5rem;color:#6f6b6a;background-color:#2b2a33}.btn-primary{padding:.5rem 1rem;font-size:1rem;background-color:#33373a;color:#e8e6e3;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.btn-primary:hover{background-color:#666}.friends-button{position:absolute;top:15rem;right:15rem;padding:.5rem 1rem;background-color:#5a5b9e;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.friends-button:hover{background-color:#666}.friends-panel{position:fixed;right:-300px;top:0;width:300px;height:100vh;background-color:#1a1a1a;color:#fff;border-left:1px solid #333;z-index:100;transition:right .3s ease}.friends-panel.visible{right:0}.friends-toggle{position:fixed;right:20px;top:5rem;z-index:101;padding:10px 20px;background-color:#272471;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s ease}.friends-toggle:hover{background-color:#323291}.friends-title{padding:20px;margin:0;font-size:1.5rem;background-color:#272471;color:#fff;text-align:center}.friends-content{height:calc(100vh - 76px);overflow-y:auto;padding:35px;scrollbar-width:thin;scrollbar-color:#272471 #1a1a1a}.friends-content::-webkit-scrollbar{width:8px}.friends-content::-webkit-scrollbar-track{background:#1a1a1a}.friends-content::-webkit-scrollbar-thumb{background-color:#272471;border-radius:4px}.friend-entry{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #333}.friend-name{margin:0 0 5px;color:#272471;font-size:1.2rem}.friend-status{margin:0 0 15px;color:#888;font-size:.9rem}.friend-actions{display:flex;gap:10px;margin-top:10px}.friend-actions button{padding:8px;border:none;cursor:pointer;border-radius:4px}.friend-actions .accept{background-color:#28a745;color:#fff}.friend-actions .reject{background-color:#dc3545;color:#fff}.friend-actions .accept:hover{background-color:#218838}.friend-actions .reject:hover{background-color:#c82333}.tab-button{padding:.5rem 1rem;margin-right:.5rem;border:none;border-radius:5px;background-color:#33373a;color:#e8e6e3;cursor:pointer;transition:background-color .3s ease}.tab-button:hover{background-color:#666}.tab-button.active{background-color:#272471;color:#fff}.add-player-section{display:flex;justify-content:center;align-items:center;margin-top:1rem;padding-top:5rem}.tabs{justify-content:center;align-items:center}.player-list-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:.5rem;background-color:#2b2a3380;border-radius:5px;cursor:pointer;transition:background-color .2s ease}.player-list-item:hover{background-color:#2724714d}.player-name{margin-right:auto;font-weight:700}.player-points{margin-left:1rem}.refresh-button{margin-left:1rem;padding:.2rem .5rem;background-color:#5a5b9e;color:#fff;border:none;border-radius:3px;cursor:pointer}.refresh-button:hover{background-color:#48488c}.bar-chart-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:95%;max-width:800px;padding:1rem;margin-top:0rem}.bar-chart-container canvas{max-width:100%;height:auto}.btn{padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;cursor:pointer;transition:background-color .2s ease-in-out}.btn-add{background-color:#005792;color:#fff}.btn-add:hover{background-color:#00204a}.btn-remove{background-color:#9b3535;color:#fff}.btn-remove:hover{background-color:#c45511}.btn-delete{background-color:#4a5568;color:#fff}.btn-delete:hover{background-color:#c53030}.btn-close{background-color:#4a5568;color:#fff}.btn-close:hover{background-color:#2d3748}.app-container{display:flex;min-height:100vh;width:100%}.main-content{flex:1;padding:20px;margin-left:0;transition:margin-left .3s ease}.main-content.shifted{margin-left:300px}@media (max-width: 768px){.patch-notes-panel{width:250px;left:-250px}.main-content.shifted{margin-left:250px}}._login-container_1a00r_2{text-align:center;margin-top:50px}._login-container_1a00r_2 input{display:block;margin:10px auto;padding:8px}._login-container_1a00r_2 button{padding:10px 15px;background-color:#00f;color:#fff;border:none;cursor:pointer}._register-container_1wywf_1{width:300px;margin:100px auto;padding:20px;background:#f4f4f4;border-radius:8px;text-align:center;box-shadow:0 4px 8px #0000001a}._register-container_1wywf_1 h2{margin-bottom:20px}._register-container_1wywf_1 input{width:90%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:5px}._register-container_1wywf_1 button{width:100%;padding:10px;background:green;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}._register-container_1wywf_1 button:hover{background:#006400}._patch-notes-panel_1eb27_1{position:fixed;left:-300px;top:0;width:300px;height:100vh;background-color:#1a1a1a;color:#fff;border-right:1px solid #333;z-index:100;transition:left .3s ease}._patch-notes-panel_1eb27_1._visible_1eb27_14{left:0}._patch-notes-toggle_1eb27_18{position:fixed;left:20px;top:20px;z-index:101;padding:10px 20px;background-color:#272471;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s ease}._patch-notes-toggle_1eb27_18:hover{background-color:#323291}._patch-notes-title_1eb27_37{padding:20px;margin:0;font-size:1.5rem;background-color:#272471;color:#fff;text-align:center}._patch-notes-content_1eb27_46{height:calc(100vh - 76px);overflow-y:auto;padding:35px;scrollbar-width:thin;scrollbar-color:#272471 #1a1a1a}._patch-notes-content_1eb27_46::-webkit-scrollbar{width:8px}._patch-notes-content_1eb27_46::-webkit-scrollbar-track{background:#1a1a1a}._patch-notes-content_1eb27_46::-webkit-scrollbar-thumb{background-color:#272471;border-radius:4px}._patch-note_1eb27_1{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #333}._patch-version_1eb27_74{margin:0 0 5px;color:#272471;font-size:1.2rem}._patch-date_1eb27_80{margin:0 0 15px;color:#888;font-size:.9rem}._patch-changes_1eb27_86{margin:0;padding-left:20px}._patch-changes_1eb27_86 li{margin-bottom:8px;line-height:1.4;color:#ddd}._modal-overlay_6r3o0_2{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:flex-end;z-index:50}._modal-container_6r3o0_12{background-color:#2b2a33;width:25%;height:35%;padding:1.5rem;margin-right:1rem;max-width:400px;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}._modal-title_6r3o0_27{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#d1cdc7}._modal-grid_6r3o0_34{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem;margin-bottom:1rem;margin-right:1rem}._modal-item_6r3o0_42{display:flex;align-items:center;gap:1.5rem}._modal-footer_6r3o0_48{margin-top:1rem;display:flex;justify-content:space-between}._matchCard_1mrlz_3{border:2px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:16px;transition:background-color .2s ease}._matchCard_1mrlz_3:hover{background-color:#272471}._green-text_1mrlz_15{color:#38a169}._red-text_1mrlz_19{color:#e53e3e}._text-gray_1mrlz_23{color:#4a5568}._match-logs-panel_ao0td_1{position:fixed;left:0;top:10%;width:300px;height:80%;color:#fff;padding:20px;z-index:9999;overflow:hidden;border-radius:8px;scroll-behavior:smooth}._match-logs-panel_ao0td_1 ._content_ao0td_15{height:100%;overflow-y:auto;padding-right:10px}._match-logs-panel_ao0td_1 h2{margin-top:0;text-align:center;font-size:24px}._match-logs-panel_ao0td_1 ._match-item_ao0td_27{display:flex;justify-content:space-between;margin-bottom:10px}._friendsPanel_9d66l_1{position:fixed;top:0;right:0;width:240px;height:100vh;background:#010a13f2;color:#a09b8c;padding:15px;overflow-y:auto;border-left:1px solid #1e2328}._friendsPanel_9d66l_1 h2{font-size:14px;text-transform:uppercase;color:#f0e6d2;margin:15px 0 10px;font-weight:600;letter-spacing:.05em}._friendList_9d66l_23{list-style:none;padding:0;margin:0 0 15px}._friendItem_9d66l_29{padding:8px 10px;margin:2px 0;border-radius:3px;background:#1e232880;transition:background .2s;display:flex;align-items:center;justify-content:space-between}._friendItem_9d66l_29:hover{background:#1e2328cc}._friendItem_9d66l_29 button{background:#0ac8b9;color:#1e2328;border:none;padding:4px 12px;border-radius:2px;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;transition:background .2s}._friendItem_9d66l_29 button:hover{background:#0ff3d6}._friendItem_9d66l_29 button:last-child{background:#1e2328;color:#a09b8c;margin-left:6px}._friendItem_9d66l_29 button:last-child:hover{background:#282e35}._friendsPanel_9d66l_1 input{width:100%;padding:8px 10px;background:#1e2328;border:1px solid #463714;border-radius:3px;color:#f0e6d2;font-size:13px;margin-bottom:8px}._friendsPanel_9d66l_1 input::placeholder{color:#5b5a56}._friendsPanel_9d66l_1 input:focus{outline:none;border-color:#785a28}._error_9d66l_91{color:#ff4655;padding:8px;background:#ff46551a;border-radius:3px;font-size:12px;margin-top:8px}._searchResults_9d66l_100{list-style:none;padding:0;margin:5px 0;background:#1e2328;border-radius:3px;border:1px solid #463714}._searchResults_9d66l_100 li{padding:8px 10px;color:#c8aa6e;cursor:pointer;transition:background .2s}._searchResults_9d66l_100 li:hover{background:#c8aa6e1a}
