.mn-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}.mn-head small{color:#8b5cf6;font-weight:700}.mn-head h2{margin:3px 0;font-size:28px}.mn-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:16px}.mn-tabs button{border:1px solid #e3e6ee;background:#fff;border-radius:999px;padding:9px 13px;color:#667085}.mn-tabs button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#8b5cf6,#3b82f6)}.mn-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.mn-primary{border:0;border-radius:12px;padding:10px 14px;color:#fff;background:linear-gradient(135deg,#8b5cf6,#3b82f6);font-weight:700;cursor:pointer}.mn-toolbar button:not(.mn-primary),.mn-row button,.mn-cancel{border:1px solid #e2e5ec;background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer}.mn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mn-card,.mn-list,section{background:#fff;border:1px solid #e8eaf1;border-radius:18px;padding:16px;box-shadow:0 12px 30px rgba(31,41,55,.05)}.mn-card h3{margin:12px 0 4px}.mn-card p{color:#748095}.mn-pill{display:inline-block;font-size:11px;padding:5px 8px;border-radius:999px;background:#f2edff;color:#7041c5}.mn-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 2px;border-bottom:1px solid #eef0f4}.mn-row:last-child{border:0}.mn-row b,.mn-row span,.mn-row small{display:block}.mn-row span,.mn-row small{color:#7b8799;font-size:12px;margin-top:3px}.mn-empty{padding:30px;text-align:center;color:#98a2b3}.mn-overlay{position:fixed;inset:0;background:rgba(15,23,42,.32);backdrop-filter:blur(5px);display:grid;place-items:center;z-index:120}.mn-modal{width:min(680px,94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:22px;box-shadow:0 30px 80px rgba(15,23,42,.22)}.mn-mh{display:flex;justify-content:space-between;align-items:center}.mn-close{border:0;background:#f3f4f7;border-radius:10px;padding:7px 10px;font-size:20px;cursor:pointer}.mn-modal label{display:block;margin:11px 0;color:#566276}.mn-modal input,.mn-modal select,.mn-modal textarea{display:block;width:100%;padding:10px;border:1px solid #dfe3eb;border-radius:10px;margin-top:5px}.mn-modal textarea{min-height:84px}.mn-check input{display:inline;width:auto}.mn-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.mn-err{color:#b42318}.mn-history{padding:12px 0;border-bottom:1px solid #eef0f4}.mn-history span{display:block;color:#7b8799;font-size:12px}.mn-toast{position:fixed;right:20px;bottom:20px;z-index:200;background:#172033;color:#fff;padding:11px 15px;border-radius:12px;box-shadow:0 15px 40px rgba(15,23,42,.25)}.mn-att>div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eef0f4}.mn-att button{border:1px solid #e1e5ed;background:#fff;border-radius:10px;padding:8px 11px;margin-left:5px}.mn-att button.present.active{background:#dcfce7;border-color:#22c55e;color:#166534}.mn-att button.absent.active{background:#fef3c7;border-color:#f59e0b;color:#92400e}section{margin-bottom:14px}section h3{margin-top:0}@media(max-width:900px){.mn-grid{grid-template-columns:1fr}.mn-head{flex-direction:column;align-items:stretch}.mn-row{align-items:flex-start;flex-direction:column}.mn-toolbar{flex-direction:column}.mn-toolbar button{width:100%}}