@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#666}a{color:#00b8d4;text-decoration:none;transition:color .2s ease}a:hover{color:#0097a7}.btn{font-family:Inter,sans-serif;padding:.75rem 1.5rem;border:1px solid #00b8d4;background:transparent;color:#00b8d4;border-radius:4px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;text-align:center}.btn:hover,.btn-primary{background:#00b8d4;color:#fff}.btn-primary:hover{background:#0097a7;border-color:#0097a7}input,textarea,select{font-family:inherit;font-size:1rem;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;width:100%;transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#00b8d4}label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group{margin-bottom:1.5rem}table{width:100%;border-collapse:collapse;background:#fff}th{font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:1rem;border-bottom:2px solid #e0e0e0;color:#1a1a1a}td{padding:1rem;border-bottom:1px solid #f5f5f5}tr:hover{background:#fafafa}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.card-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}.status-dot.online{background:#00c853}.status-dot.offline{background:#e0e0e0}code{font-family:SF Mono,Monaco,Courier New,monospace;font-size:.875rem;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px}pre{font-family:SF Mono,Monaco,Courier New,monospace;background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}.text-center{text-align:center}.text-muted{color:#666}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #00b8d4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}
