Smart bioreactor (M-TIS) operation & management
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f7f6; color: #2c3e50; margin: 0; padding: 20px; display: flex; justify-content: center; } .m-tis-card { background: #ffffff; max-width: 700px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; border-right: 8px solid #2980b9; } .header { background-color: #2980b9; color: white; padding: 25px; text-align: center; } .header h2 { margin: 0; font-size: 1.5em; letter-spacing: 1px; } .content { padding: 30px; } .section-box { margin-bottom: 25px; padding: 20px; border-radius: 10px; background: #fdfdfd; border: 1px solid #ebf0f1; } .section-title { color: #2980b9; font-weight: bold; font-size: 1.2em; margin-bottom: 15px; display: flex; align-items: center; } .section-title::befo…