body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{background-color:#2c2f33;font-family:Arial,sans-serif;height:100%;margin:0;padding:0}.container{align-items:flex-start;box-sizing:border-box;display:flex;height:100vh;justify-content:space-between;padding:20px}.game-window{align-items:center;border:none;display:flex;justify-content:center;position:relative;width:60%}.bot-panel{background-color:#36393f;border-radius:10px;margin-top:10px;padding:0;position:relative;width:35%}.title-bar{align-items:center;background-color:#23272a;border-radius:10px 10px 0 0;color:#fff;display:flex;justify-content:space-between;left:0;padding:10px;position:absolute;right:0;top:0}.title-bar h4{font-size:16px;margin:0}.title-bar-buttons{display:flex;gap:5px}.circle-button{border-radius:50%;height:12px;width:12px}.red{background-color:red}.yellow{background-color:#ff0}.green{background-color:green}.tabs{border-bottom:1px solid #444;display:flex;margin-top:50px}.tab{background-color:#23272a;border:1px solid #444;border-bottom:none;color:#fff;cursor:pointer;flex-grow:1;padding:10px;text-align:center}.tab.active{background-color:#36393f;font-weight:700}.tab-content{border:1px solid #444;margin-top:0;padding:20px}.status-panel,.tab-content{background-color:#36393f;border-radius:0 0 10px 10px}.status-panel{color:#fff;padding:20px 10px 10px}.settings-panel h4{color:#fff;font-size:16px;font-weight:700;margin-top:0}.status-box{display:flex;justify-content:space-between;margin-bottom:10px}button{background-color:#7289da;border:none;color:#fff;cursor:pointer;margin-top:10px;padding:10px;width:100%}button:hover{background-color:#5b6eae}.logs{background-color:#23272a;border:none;margin-top:10px;padding:10px}.logs,.skills-container{color:#fff;max-height:200px;overflow-y:auto}.skills-container{background-color:#36393f;border:1px solid #444;border-radius:5px;padding:20px}.skills-container label{color:#fff;font-family:Arial,sans-serif;font-size:14px}.skills-container input{margin-right:8px}.shop-panel{background-color:#2c2f33;border:1px solid #444;border-radius:10px;color:#fff;padding:20px}.shop-section{margin-bottom:20px}.shop-section h5{color:#fff;font-size:16px;margin-bottom:15px}.shop-items{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.shop-item{align-items:center;background-color:#36393f;border-radius:8px;box-shadow:0 2px 5px #0003;display:flex;flex-direction:column;justify-content:space-between;padding:10px;transition:transform .2s}.shop-item:hover{transform:translateY(-5px)}.shop-item img{height:40px;margin-bottom:10px;width:40px}.shop-item h6{color:#fff;font-size:14px;margin:0;text-align:center}.shop-item .price{color:#aaa;font-size:12px;margin:5px 0}.shop-item .buy-icon{color:#7289da;cursor:pointer;font-size:24px;transition:color .2s}.shop-item .buy-icon:hover{color:#5b6eae}@media (max-width:768px){.container{align-items:center;flex-direction:column}.bot-panel,.game-window{margin-bottom:20px;width:90%}}
/*# sourceMappingURL=main.6a41c2ac.css.map*/