*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{margin:0 auto;max-width:1400px;min-height:100vh;padding:20px}.header{align-items:center;border-bottom:2px solid #1e293b;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.header h1{color:#60a5fa;font-size:2rem}.status-indicator{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;gap:8px}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:10px;width:10px}.status-dot.connected{background-color:#10b981}.status-dot.disconnected{background-color:#ef4444}.error,.loading{font-size:1.2rem;padding:50px;text-align:center}.error{color:#ef4444}.stats-grid{display:flex;flex-direction:column;gap:30px;margin-bottom:30px}.section{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.section h2{color:#60a5fa;font-size:1.5rem;margin-bottom:20px}.cards-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.activity-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.activity-column{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.full-width-section{margin-top:20px}@media (max-width:768px){.activity-section,.cards-row{grid-template-columns:1fr}}.orders-list{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.orders-list h3{color:#60a5fa;font-size:1.3rem;margin-bottom:20px}.tabs{border-bottom:1px solid #334155;display:flex;gap:10px;margin-bottom:15px}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;font-size:.95rem;padding:10px 20px;transition:all .2s}.tab:hover{color:#e2e8f0}.tab.active{border-bottom-color:#60a5fa;color:#60a5fa}.orders-container{max-height:400px;overflow-y:auto}.order-item{background:#0f172a;border:1px solid #334155;border-radius:6px;margin-bottom:10px;padding:15px;transition:border-color .2s}.order-item:hover{border-color:#60a5fa}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.order-id{color:#e2e8f0;font-family:monospace;font-weight:600}.order-amount{color:#10b981;font-size:1.1rem;font-weight:700}.order-details{display:flex;flex-direction:column;gap:5px}.order-product{color:#94a3b8;font-size:.9rem}.order-product strong{color:#e2e8f0}.order-date{color:#64748b;font-size:.85rem}.empty-orders{color:#64748b;font-style:italic;padding:40px;text-align:center}.error-logs{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.error-logs-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.error-logs-header h3{color:#60a5fa;font-size:1.3rem;margin:0}.error-summary{display:flex;gap:15px}.error-count,.error-count-hour{border-radius:6px;font-size:.9rem;font-weight:600;padding:5px 12px}.error-count{background:#1e293b;border:1px solid #ef4444;color:#ef4444}.error-count-hour{background:#1e293b;border:1px solid #f59e0b;color:#f59e0b}.error-types-breakdown{border-bottom:1px solid #334155;margin-bottom:25px;padding-bottom:20px}.error-types-breakdown h4{color:#94a3b8;font-size:1rem;margin-bottom:12px}.error-types-list{display:flex;flex-wrap:wrap;gap:10px}.error-type-item{align-items:center;background:#0f172a;border:1px solid #334155;border-radius:6px;display:flex;font-size:.9rem;gap:8px;padding:8px 12px}.error-type-dot{border-radius:50%;height:8px;width:8px}.error-type-name{color:#e2e8f0}.error-type-count{color:#94a3b8;font-weight:600}.recent-errors-section h4{color:#94a3b8;font-size:1rem;margin-bottom:12px}.errors-list{max-height:400px;overflow-y:auto}.error-item{background:#0f172a;border:1px solid #334155;border-radius:6px;cursor:pointer;margin-bottom:8px;padding:12px;transition:all .2s}.error-item:hover{background:#0f172a}.error-item.expanded,.error-item:hover{border-color:#60a5fa}.error-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.error-type-badge{border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase}.error-time{color:#64748b;font-size:.85rem}.error-message{color:#e2e8f0;font-size:.9rem;word-break:break-word}.error-details{border-top:1px solid #334155;display:flex;flex-direction:column;gap:6px;margin-top:12px;padding-top:12px}.error-detail{color:#94a3b8;font-size:.85rem}.error-detail strong{color:#e2e8f0;margin-right:5px}.empty-errors{color:#64748b;font-style:italic;padding:40px;text-align:center}.all-queues{background:#1e293b;border:1px solid #334155;border-radius:12px;max-height:80vh;overflow-y:auto;padding:20px}.all-queues-header{margin-bottom:20px}.all-queues-header h3{color:#60a5fa;font-size:1.3rem;margin:0}.queues-listing{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.queue-section{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:15px}.queue-section-header{align-items:center;border-bottom:1px solid #334155;display:flex;gap:10px;margin-bottom:15px;padding-bottom:10px}.queue-icon{font-size:1.3rem}.queue-name{color:#e2e8f0;flex:1 1;font-size:1rem;font-weight:600}.queue-count-badge{background:#1e293b;border-radius:12px;color:#60a5fa;font-size:.85rem;font-weight:600;padding:4px 10px}.empty-queue{color:#64748b;font-size:.9rem;font-style:italic;padding:20px;text-align:center}.queue-items-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-height:400px;overflow-y:auto}.queue-item{background:#1e293b;border:1px solid #334155;border-radius:6px;padding:12px}.queue-item-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.queue-item-id{color:#60a5fa;font-size:.9rem;font-weight:600}.queue-item-username{color:#94a3b8;font-size:.85rem}.queue-item-progress{margin-top:8px}.progress-text{color:#94a3b8;display:block;font-size:.85rem;margin-bottom:4px}.queue-progress-bar{background:#334155;border-radius:3px;height:6px;margin-top:6px;overflow:hidden;width:100%}.queue-progress-fill{background:linear-gradient(90deg,#60a5fa,#3b82f6);height:100%;transition:width .3s ease}.queue-item-status{color:#94a3b8;font-size:.8rem;margin-top:8px}.status-completed{color:#10b981}.status-pending{color:#f59e0b}.status-failed{color:#ef4444}@media (max-width:768px){.all-queues{max-height:70vh}.queue-items-list,.queues-listing{grid-template-columns:1fr}.queue-items-list{max-height:300px}}.system-health{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.system-health h2{color:#60a5fa;font-size:1.5rem;margin-bottom:20px}.system-overview{grid-gap:15px;background:#0f172a;border-radius:8px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:30px;padding:15px}.overview-item{display:flex;flex-direction:column;gap:5px}.overview-item .label{color:#94a3b8;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.overview-item .value{color:#e2e8f0;font-size:1.2rem;font-weight:600}.overview-item .value.warning{color:#fbbf24}.overview-item .value.status-running{color:#10b981}.overview-item .value.status-stopped{color:#94a3b8}.services-list h3{color:#60a5fa;font-size:1.2rem;margin-bottom:15px}.services-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.service-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:15px;transition:all .2s}.service-card:hover{border-color:#60a5fa;transform:translateY(-2px)}.service-header{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.service-name{color:#e2e8f0;font-size:1rem;font-weight:600;text-transform:capitalize}.service-status-dot{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.service-details{display:flex;flex-direction:column;gap:8px}.service-detail{display:flex;font-size:.9rem;justify-content:space-between}.detail-label{color:#94a3b8}.detail-value{color:#e2e8f0;font-weight:500}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.services-grid,.system-overview{grid-template-columns:1fr}}.historical-charts{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-top:20px;padding:20px}.historical-charts.loading{color:#94a3b8;padding:50px;text-align:center}.charts-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.charts-header h2{color:#60a5fa;font-size:1.5rem;margin:0}.days-selector{display:flex;gap:10px}.days-selector button{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .2s}.days-selector button:hover{border-color:#60a5fa;color:#60a5fa}.days-selector button.active{background:#60a5fa;border-color:#60a5fa;color:#0f172a;font-weight:600}.charts-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.charts-section{display:block;margin-bottom:40px}.charts-section:last-child{margin-bottom:0}.chart-container{background:#0f172a;border:1px solid #334155;border-radius:8px;display:flex;flex-direction:column;padding:20px}.chart-container h3{color:#60a5fa;font-size:1.1rem;margin-bottom:20px;text-align:center;width:100%}@media (max-width:768px){.charts-header{align-items:flex-start;flex-direction:column;gap:15px}.charts-grid{grid-template-columns:1fr}}.user-activity{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-top:20px;padding:20px}.user-activity.loading{color:#94a3b8;padding:50px;text-align:center}.user-activity h2{color:#60a5fa;font-size:1.5rem;margin-bottom:20px}.activity-stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:20px;text-align:center}.stat-label{color:#94a3b8;font-size:.85rem;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.stat-value{color:#60a5fa;font-size:2rem;font-weight:700}.charts-section{margin-bottom:30px}.chart-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:20px}.chart-card h3{color:#60a5fa;font-size:1.1rem;margin-bottom:20px}.top-users{margin-top:30px}.top-users h3{color:#60a5fa;font-size:1.2rem;margin-bottom:15px}.users-list{background:#0f172a;border:1px solid #334155;border-radius:8px;overflow:hidden}.user-item{grid-gap:15px;align-items:center;border-bottom:1px solid #334155;display:grid;gap:15px;grid-template-columns:50px 1fr auto;padding:15px 20px;transition:background .2s}.user-item:last-child{border-bottom:none}.user-item:hover{background:#1e293b}.user-rank{color:#60a5fa;font-size:1.1rem;font-weight:700}.user-id{color:#e2e8f0;font-family:Courier New,monospace;font-size:.9rem}.user-commands{color:#94a3b8;font-size:.9rem}@media (max-width:768px){.activity-stats,.user-item{grid-template-columns:1fr}.user-item{gap:5px}}
/*# sourceMappingURL=main.efb8af3c.css.map*/