*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a4f8a;--green:#4caf50;--navy:#12243a;--red:#e24b4a;--amber:#ba7517;--purple:#534ab7;--bg:#f5f0eb;--white:#fff;--gray-1:#f7f5f2;--gray-2:#ede9e4;--gray-3:#bbbab6;--text:#12243a;--muted:#6b6965;--border:#00000014;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--radius:10px;--shadow:0 1px 4px #00000014}body{background:#f5f0eb;background:var(--bg);color:#12243a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-family:var(--font);font-size:14px;line-height:1.5}.app-layout{display:flex;min-height:100vh}.sidebar{background:#fff;background:var(--white);border-right:1px solid #00000014;border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:220px;width:220px}.main-content{flex:1 1;overflow-y:auto;padding:24px}.sidebar-brand{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);gap:10px;padding:20px 16px}.brand-logo,.sidebar-brand{align-items:center;display:flex}.brand-logo{background:#1a4f8a;background:var(--blue);border-radius:8px;color:#fff;flex-shrink:0;font-size:18px;font-weight:700;height:36px;justify-content:center;width:36px}.brand-name{color:#12243a;color:var(--navy);font-size:14px;font-weight:600}.brand-sub{color:#6b6965;color:var(--muted);font-size:11px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:12px 8px}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#6b6965;color:var(--muted);cursor:pointer;display:flex;font-size:13px;gap:10px;padding:9px 12px;text-align:left;transition:background .12s,color .12s;width:100%}.nav-item:hover{background:#f7f5f2;background:var(--gray-1);color:#12243a;color:var(--text)}.nav-item.active{background:#eaf2ff;color:#1a4f8a;color:var(--blue);font-weight:600}.nav-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.nav-badge{background:#e24b4a;background:var(--red);border-radius:20px;color:#fff;font-size:11px;font-weight:600;margin-left:auto;padding:1px 6px}.sidebar-footer{border-top:1px solid #00000014;border-top:1px solid var(--border);padding:12px 16px}.user-info{gap:8px;margin-bottom:8px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:#1a4f8a;background:var(--blue);border-radius:50%;color:#fff;font-size:13px;font-weight:600;height:32px;justify-content:center;width:32px}.user-name{font-size:13px;font-weight:500}.user-role{font-size:11px;text-transform:capitalize}.logout-btn,.user-role{color:#6b6965;color:var(--muted)}.logout-btn{background:none;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:12px;padding:6px;width:100%}.logout-btn:hover{background:#f7f5f2;background:var(--gray-1)}.login-page{align-items:center;background:#f5f0eb;background:var(--bg);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 1px 4px #00000014;box-shadow:var(--shadow);padding:40px;width:360px}.login-logo{align-items:center;background:#1a4f8a;background:var(--blue);border-radius:12px;color:#fff;display:flex;font-size:24px;font-weight:700;height:52px;justify-content:center;margin:0 auto 20px;width:52px}.login-title{font-size:20px;font-weight:600;margin-bottom:6px;text-align:center}.login-sub{color:#6b6965;color:var(--muted);font-size:13px;margin-bottom:28px;text-align:center}.form-group{margin-bottom:16px}.form-label{color:#6b6965;color:var(--muted);display:block;font-size:12px;font-weight:500;margin-bottom:5px}.form-input{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:8px;color:#12243a;color:var(--text);font-size:14px;padding:9px 12px;width:100%}.form-input:focus{border-color:#1a4f8a;border-color:var(--blue);outline:none}.btn-primary{background:#1a4f8a;background:var(--blue);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:10px;width:100%}.btn-primary:hover{background:#14407a}.login-error{background:#fdecea;border-radius:6px;color:#c62828;font-size:13px;margin-bottom:16px;padding:8px 12px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.page-title{font-size:20px;font-weight:600}.metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.metric-card{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);padding:16px}.metric-label{color:#6b6965;color:var(--muted);font-size:12px;margin-bottom:6px}.metric-value{font-size:28px;font-weight:600}.metric-sub{color:#6b6965;color:var(--muted);font-size:11px;margin-top:3px}.card{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);margin-bottom:16px}.card-header{align-items:center;border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 16px}.card-title{font-size:13px;font-weight:600}.filters{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px}.filter-btn{background:none;border:1px solid #00000014;border:1px solid var(--border);border-radius:20px;color:#6b6965;color:var(--muted);cursor:pointer;font-size:12px;padding:4px 12px}.filter-btn:hover{background:#f7f5f2;background:var(--gray-1)}.filter-btn.active{background:#eaf2ff;border-color:#b5d4f4;color:#1a4f8a;color:var(--blue);font-weight:500}.search-bar{display:flex;gap:8px;margin-bottom:16px}.search-input{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:8px;color:#12243a;color:var(--text);flex:1 1;font-size:13px;padding:8px 12px}.search-input:focus{border-color:#1a4f8a;border-color:var(--blue);outline:none}.entry{align-items:flex-start;border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background .1s}.entry:last-child{border-bottom:none}.entry:hover{background:#f7f5f2;background:var(--gray-1)}.entry-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.entry-body{flex:1 1;min-width:0}.entry-name{font-size:13px;font-weight:600;margin-bottom:2px}.entry-meta{color:#6b6965;color:var(--muted);font-size:12px}.entry-msg{color:#12243a;color:var(--text);font-size:12px;margin-top:3px;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px;text-align:right}.entry-time{color:#6b6965;color:var(--muted);font-size:11px}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;padding:2px 8px}.badge-blue{background:#eaf2ff;color:#185fa5}.badge-green{background:#eaf3de;color:#3b6d11}.badge-amber{background:#faeeda;color:#854f0b}.badge-red{background:#fcebeb;color:#a32d2d}.badge-purple{background:#eeedfe;color:#3c3489}.badge-gray{background:#ede9e4;background:var(--gray-2);color:#6b6965;color:var(--muted)}.detail-panel{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);margin-top:12px;padding:20px}.detail-title{font-size:15px;font-weight:600;gap:12px;margin-bottom:16px}.detail-row,.detail-title{align-items:center;display:flex}.detail-row{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);font-size:13px;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-label{color:#6b6965;color:var(--muted)}.detail-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.btn-sm{background:none;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;color:#12243a;color:var(--text);cursor:pointer;font-size:12px;padding:6px 14px}.btn-sm:hover{background:#f7f5f2;background:var(--gray-1)}.btn-sm-blue{background:#eaf2ff;border-color:#b5d4f4;color:#1a4f8a;color:var(--blue)}.btn-sm-green{background:#eaf3de;border-color:#c0dd97;color:#3b6d11}.detail-message{background:#f7f5f2;background:var(--gray-1);border-radius:8px;font-size:13px;font-style:italic;line-height:1.6;margin-top:12px;padding:12px}.detail-message,.status-select{color:#12243a;color:var(--text)}.status-select{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:12px;padding:4px 8px}.empty-state{color:#6b6965;color:var(--muted);padding:48px 24px;text-align:center}.empty-icon{font-size:40px;margin-bottom:12px}.empty-text,.loading{font-size:14px}.loading{color:#6b6965;color:var(--muted);padding:40px;text-align:center}.live-dot{align-items:center;background:#eaf3de;border-radius:20px;color:#3b6d11;display:inline-flex;font-size:12px;gap:5px;padding:3px 10px}.live-dot:before{background:#4caf50;background:var(--green);border-radius:50%;content:"";display:block;height:6px;width:6px}
/*# sourceMappingURL=main.f4f8aa83.css.map*/