.dashboard{display:flex;width:100%;height:100vh;overflow:hidden}.sidebar{width:300px;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;border-right:1px solid #34495e;overflow:hidden}.sidebar-header{padding:20px;border-bottom:1px solid #34495e;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:18px;font-weight:600}.refresh-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:5px 10px;border-radius:4px;transition:background-color .2s}.refresh-btn:hover{background-color:#34495e}.service-list{flex:1;overflow-y:auto;padding:10px}.service-item{padding:12px 15px;margin-bottom:8px;background-color:#34495e;border-radius:6px;cursor:pointer;transition:background-color .2s}.service-item:hover{background-color:#3d566e}.service-item.active{background-color:#3498db}.service-name{font-weight:600;margin-bottom:5px;font-size:14px}.service-info{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#bdc3c7}.server-name{color:#95a5a6;font-size:11px}.status-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:12px;display:inline-flex;align-items:center;gap:4px}.status-badge.available{color:#2ecc71;background-color:#2ecc711a}.status-badge.unavailable{color:#e74c3c;background-color:#e74c3c1a}.main-content{flex:1;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.content-header{padding:20px 30px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa}.content-header h1{margin:0;font-size:24px;font-weight:600;color:#2c3e50}.content-header .server-name{margin-top:5px;font-size:14px;color:#7f8c8d}.tabs{display:flex;border-bottom:2px solid #e0e0e0;background-color:#fff;padding:0 30px}.tab{padding:15px 25px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#7f8c8d;transition:all .2s;margin-right:20px}.tab:hover{color:#2c3e50;background-color:#f8f9fa}.tab.active{color:#3498db;border-bottom-color:#3498db}.log-container{flex:1;overflow-y:auto;padding:20px 30px;background-color:#1e1e1e;color:#d4d4d4;font-family:Courier New,monospace;font-size:13px;line-height:1.6}.log-lines{display:flex;flex-direction:column}.log-line{padding:2px 0;white-space:pre-wrap;word-break:break-all;border-bottom:1px solid rgba(255,255,255,.05)}.log-line:hover{background-color:#ffffff0d}.empty-logs,.no-selection{display:flex;align-items:center;justify-content:center;height:100%;color:#7f8c8d;font-size:16px}.loading,.error,.empty{padding:20px;text-align:center;color:#bdc3c7}.error{color:#e74c3c}.service-list::-webkit-scrollbar,.log-container::-webkit-scrollbar{width:8px}.service-list::-webkit-scrollbar-track,.log-container::-webkit-scrollbar-track{background:#2c3e50}.service-list::-webkit-scrollbar-thumb,.log-container::-webkit-scrollbar-thumb{background:#34495e;border-radius:4px}.service-list::-webkit-scrollbar-thumb:hover,.log-container::-webkit-scrollbar-thumb:hover{background:#3d566e}.app{width:100%;height:100vh;display:flex;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{width:100%;height:100vh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
