.minube-app { display: flex; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); font-family: sans-serif; }
.minube-sidebar { width: 240px; background: #1a2a3a; color: #fff; padding: 20px; }
.minube-sidebar ul { list-style: none; padding: 0; margin-top: 30px; }
.minube-sidebar li { padding: 12px; cursor: pointer; border-radius: 5px; margin-bottom: 5px; }
.minube-sidebar li.active { background: #00a859; }
.minube-sidebar a { color: white; text-decoration: none; }

.minube-body { flex: 1; padding: 30px; background: #f8f9fa; }
.minube-table { width: 100%; border-collapse: collapse; background: #fff; }
.minube-table th { background: #eee; padding: 12px; text-align: left; }
.minube-table td { padding: 12px; border-bottom: 1px solid #eee; }

.btn-primary { background: #00a859; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; }
.btn-action { color: #00a859; font-weight: bold; text-decoration: none; }

.minube-login-container { display: flex; justify-content: center; align-items: center; height: 60vh; }
.login-card { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; }