*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}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:#0f1419;color:#e0e0e0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.admin-container{display:flex;height:100vh;background:#0f1419}.admin-sidebar{width:240px;background:#1a1f2e;border-right:1px solid #2a3142;padding:1rem;overflow-y:auto}.admin-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.admin-header{background:#1a1f2e;border-bottom:1px solid #2a3142;padding:1rem;display:flex;justify-content:space-between;align-items:center}.admin-content{flex:1;overflow-y:auto;padding:1.5rem}button{padding:.5rem 1rem;background:#0d9488;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s}button:hover{background:#0f766e}button:disabled{background:#4b5563;cursor:not-allowed}button.secondary{background:#4b5563}button.secondary:hover{background:#5a6578}button.danger{background:#dc2626}button.danger:hover{background:#b91c1c}table{width:100%;border-collapse:collapse;background:#1a1f2e;border:1px solid #2a3142;border-radius:4px;overflow:hidden}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #2a3142}th{background:#0f1419;font-weight:600;color:#b0b8c8}tr:hover{background:#232b3a}.card{background:#1a1f2e;border:1px solid #2a3142;border-radius:6px;padding:1rem;margin-bottom:1rem}.card h3{margin-bottom:.75rem;color:#e0e0e0}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.badge.online{background:#10b981;color:#fff}.badge.offline{background:#ef4444;color:#fff}.badge.authenticated{background:#0d9488;color:#fff}.badge.unauthenticated{background:#6b7280;color:#fff}.loading{display:inline-block;width:16px;height:16px;border:2px solid #4b5563;border-top-color:#0d9488;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}textarea{width:100%;min-height:200px;padding:.75rem;background:#0f1419;color:#e0e0e0;border:1px solid #2a3142;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;resize:vertical}textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 2px #0d94881a}.sidebar-nav{list-style:none}.sidebar-nav li{margin-bottom:.25rem}.sidebar-nav button{width:100%;text-align:left;padding:.75rem;background:transparent;color:#b0b8c8;border:1px solid transparent;border-radius:4px}.sidebar-nav button:hover{background:#2a3142;color:#e0e0e0}.sidebar-nav button.active{background:#0d9488;color:#fff}
