/* NovaMic Mesh Control Plane - standalone stylesheet.
   No dependencies on admin_dashboard or saas styles.
   Palette: navy #0a2540, green #00c853. */

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
}

a {
    color: #0a2540;
}

a:hover {
    color: #00c853;
}

h1 {
    color: #0a2540;
    font-size: 24px;
    margin: 0 0 20px 0;
}

h2 {
    color: #0a2540;
    font-size: 18px;
    margin: 0 0 12px 0;
}

button, .mesh-btn {
    background: #00c853;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
}

button:hover, .mesh-btn:hover {
    background: #00a844;
}

.mesh-status-active { color: #00c853; font-weight: 600; }
.mesh-status-inactive { color: #6b7280; }
.mesh-status-provisioning { color: #f59e0b; }
