@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700;800&family=DM+Mono:wght@400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f0f2f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.app{background:#f0f2f5;font-family:DM Sans,Segoe UI,sans-serif;min-height:100vh}.topbar{align-items:center;background:#29006d;display:flex;gap:16px;height:56px;padding:0 28px}.topbar__title{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.5px}.topbar__nav{display:flex;gap:4px;margin-left:24px}.topbar__link{border-radius:6px;color:#ffffff8c;font-size:13px;font-weight:700;padding:6px 14px;text-decoration:none;transition:background .15s,color .15s}.topbar__link:hover{background:#ffffff1a;color:#fff}.topbar__link--active{background:#ffffff2e;color:#fff}.topbar__spacer{flex:1 1}.topbar__status{color:#ffffff8c;font-family:DM Mono,monospace;font-size:12px}.profile{margin-left:12px;position:relative}.profile__btn{align-items:center;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:700;height:34px;justify-content:center;transition:border-color .15s,background .15s;width:34px}.profile__btn:hover{background:#ffffff40;border-color:#fff9}.profile__dropdown{animation:slidein .15s ease;background:#fff;border-radius:10px;box-shadow:0 8px 30px #0000002e;min-width:240px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.profile__info{align-items:center;display:flex;gap:12px;padding:16px}.profile__avatar{align-items:center;background:#29006d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:40px;justify-content:center;width:40px}.profile__details{display:flex;flex-direction:column;overflow:hidden}.profile__name{color:#222;font-size:14px;font-weight:700}.profile__email,.profile__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile__email{color:#888;font-size:12px}.profile__divider{background:#eee;height:1px;margin:0 12px}.profile__logout{background:none;border:none;border-radius:0 0 10px 10px;color:#c62828;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:12px 16px;text-align:left;transition:background .15s;width:100%}.profile__logout:hover{background:#fef2f2}.summary-cards{display:flex;flex-wrap:wrap;padding:18px 28px 8px}.summary-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;flex:1 1;min-width:130px;padding:16px 20px}.summary-card__label{color:#888;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.summary-card__value{font-size:32px;font-weight:800;line-height:1.2;margin-top:4px}.summary-card__sub{color:#aaa;font-size:11px;margin-top:2px}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding:10px 28px}.toolbar__search{padding:8px 14px;width:280px}.toolbar__filter,.toolbar__search{border:1.5px solid #dde;border-radius:8px;font-family:inherit;font-size:13px;outline:none}.toolbar__filter{padding:8px 12px}.toolbar__spacer{flex:1 1}.toolbar__count{color:#999;font-size:12px}.toolbar__add-btn{background:#1a237e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:8px 18px;transition:background .15s}.toolbar__add-btn:hover{background:#283593}.table-wrap{background:#fff;border-radius:12px;box-shadow:0 2px 20px #00000014;margin:0 28px 28px;overflow-x:auto}.table-inner{display:flex;flex-direction:column}.group-header-row{background:#111;display:flex}.group-header-spacer{min-width:80px;width:80px}.group-header-cell{border-right:2px solid #fff;color:#fff;font-size:10px;font-weight:800;letter-spacing:2px;padding:6px 0;text-align:center;-webkit-user-select:none;user-select:none}.col-header-row{background:#263238;border-bottom:2px solid #1a237e;display:flex}.col-header-num{align-items:center;display:flex;justify-content:center;min-width:80px;padding:0 8px;width:80px}.col-header-num span{color:#607d8b;font-size:10px;font-weight:700}.col-header-cell{border-right:1px solid #37474f;color:#b0bec5;font-size:11px;font-weight:700;letter-spacing:.5px;padding:8px;-webkit-user-select:none;user-select:none}.data-row{align-items:center;border-bottom:1px solid #eee;display:flex;transition:background .1s}.data-row:nth-child(odd){background:#fff}.data-row:nth-child(2n){background:#fafbfc}.data-row:hover{background:#f5f8ff}.data-row:hover .del-btn{opacity:1}.row-meta{align-items:center;display:flex;gap:6px;justify-content:center;min-width:80px;width:80px}.row-num{color:#bbb;font-family:DM Mono,monospace;font-size:11px}.del-btn{background:none;border:none;color:#ef5350;cursor:pointer;font-size:14px;line-height:1;opacity:0;padding:2px;transition:opacity .15s}.cell{align-items:center;box-sizing:border-box;color:#222;cursor:pointer;display:flex;font-family:DM Mono,monospace;font-size:13px;height:36px;overflow:hidden;padding:0 8px}.cell--num{font-weight:700;justify-content:center}.cell--open{color:#c62828}.cell--inprogress{color:#e65100}.cell--completed{color:#2e7d32}.cell--default-num{color:#555}.cell__text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell__empty{color:#ccc}.status-badge{align-items:center;border-radius:20px;display:flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.5px;padding:2px 10px}.status-dot{border-radius:50%;display:inline-block;height:6px;width:6px}.cell-input{color:#222;font-size:13px}.cell-input,.cell-select{background:#0000;border:none;font-family:inherit;outline:none;width:100%}.cell-select{font-size:12px}.state-empty,.state-loading{color:#aaa;font-size:14px;padding:40px;text-align:center}.state-empty{padding:48px}.new-row{background:#fffde7;border-bottom:1px solid #ffe082;border-top:2px solid #ffd54f}.new-row,.new-row__actions{align-items:center;display:flex}.new-row__actions{gap:4px;justify-content:center;min-width:80px;width:80px}.new-row__save{background:#2e7d32;font-weight:700;padding:3px 8px}.new-row__cancel,.new-row__save{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px}.new-row__cancel{background:#c62828;padding:3px 6px}.new-row__cell{padding:0 4px}.new-row__input{background:#0000;padding:4px 6px}.new-row__input,.new-row__select{border:1px solid #ffd54f;border-radius:4px;font-family:inherit;font-size:12px;width:100%}.new-row__select{padding:4px}.toast{animation:slidein .2s ease;border-radius:8px;bottom:28px;box-shadow:0 4px 20px #0003;color:#fff;font-size:13px;font-weight:600;padding:10px 20px;position:fixed;right:28px;z-index:9999}.toast--success{background:#1b5e20}.toast--warn{background:#e65100}@keyframes slidein{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-container{align-items:center;display:flex;height:80vh;justify-content:center}.login-card{background:#1e1e2f;border-radius:12px;box-shadow:0 10px 30px #0006;padding:40px;text-align:center;width:350px}.login-card h2{margin-bottom:10px}.login-card p{color:#aaa;margin-bottom:25px}.login-btn{background:#0078d4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:.2s;width:100%}.login-btn:hover{background:#106ebe}.summary-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(7,1fr);margin-bottom:24px}.status-overview{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:20px}.status-overview__title{color:#1a237e;font-size:16px;font-weight:600;margin:0 0 16px}.status-overview__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.status-overview__item{display:flex;flex-direction:column;gap:8px}.status-overview__badge{align-items:center;border-radius:4px;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.status-overview__count{color:#1a237e;font-size:24px;font-weight:700;text-align:center}.module-breakdowns{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}.status-breakdown{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px}.status-breakdown__title{color:#1a237e;font-size:14px;font-weight:600;margin-bottom:12px}.status-breakdown__grid{display:flex;flex-direction:column;gap:8px}.status-item{align-items:center;display:flex;justify-content:space-between}.status-badge-small{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px}.status-dot-small{border-radius:50%;height:6px;width:6px}.status-count{color:#1a237e;font-size:14px;font-weight:600}.cell--overdue{color:#c62828;font-weight:600}.mv-data-row{height:36px;position:relative}.mv-cell{align-items:center;border-right:1px solid #f0f0f0;box-sizing:border-box;color:#222;cursor:pointer;display:flex;font-family:DM Mono,monospace;font-size:12px;height:36px;overflow:hidden;padding:0 8px}.mv-cell__text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mv-cell__empty{color:#ccc}.mv-status-badge{border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:2px 8px;white-space:nowrap}.mv-cell-input{color:#222;font-size:12px}.mv-cell-input,.mv-cell-select{background:#0000;border:none;font-family:inherit;outline:none;width:100%}.mv-cell-select{font-size:11px}.group-toggle-btn{background:none;border:none;color:#ffffffd9;cursor:pointer;flex-shrink:0;font-size:12px;line-height:1;padding:0 4px}.group-toggle-btn:hover{color:#fff}.group-header-cell--collapsed{padding:0}.mv-info-icon{background:#e3f2fd;border-radius:50%;color:#1565c0;cursor:pointer;display:none;font-size:10px;font-style:normal;height:16px;line-height:16px;position:absolute;right:2px;text-align:center;top:2px;width:16px;z-index:2}.mv-cell{position:relative}.mv-cell:hover .mv-info-icon{display:block}.mv-info-icon:hover{background:#1565c0;color:#fff}.audit-popup{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 24px #00000026;display:flex;flex-direction:column;font-family:DM Mono,monospace;max-height:300px;max-width:440px;min-width:320px;position:fixed;z-index:1000}.audit-popup__header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:8px 12px}.audit-popup__title{color:#333;font-size:12px;font-weight:700}.audit-popup__close{background:none;border:none;color:#999;cursor:pointer;font-size:14px;line-height:1;padding:0 4px}.audit-popup__close:hover{color:#333}.audit-popup__list{overflow-y:auto;padding:4px 0}.audit-entry{align-items:center;border-bottom:1px solid #f5f5f5;color:#444;display:flex;font-size:11px;gap:10px;padding:6px 12px}.audit-entry:last-child{border-bottom:none}.audit-entry--empty{color:#999;font-style:italic;justify-content:center;padding:16px 12px}.audit-entry__time{color:#888;flex-shrink:0;white-space:nowrap}.audit-entry__change{color:#222;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-entry__user{color:#1565c0;flex-shrink:0;white-space:nowrap}.group-header-cell--collapsed{font-weight:600;justify-content:center}
/*# sourceMappingURL=main.d427e937.css.map*/