.login-page{align-items:center;background:linear-gradient(135deg,#3b0084,#2a005e);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-width:380px;padding:40px;text-align:center;width:100%}.login-logo{display:flex;justify-content:center;margin-bottom:20px}.login-card h1{font-size:20px;font-weight:600;margin-bottom:10px}.login-card p{color:var(--gray-500);font-size:14px;line-height:1.5;margin-bottom:28px}.login-btn{display:block;font-size:15px;padding:11px;width:100%}.app-shell{display:flex;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--gray-200);bottom:0;display:flex;flex-direction:column;flex-shrink:0;left:0;position:fixed;top:0;width:230px;z-index:100}.sidebar-logo{align-items:center;border-bottom:1px solid var(--gray-200);color:var(--purple-dark);display:flex;font-size:13px;font-weight:700;gap:10px;line-height:1.3;padding:16px}.sidebar-nav{flex:1 1;justify-content:space-between;padding:12px 8px}.sidebar-nav,.sidebar-nav-bottom,.sidebar-nav-top{display:flex;flex-direction:column;gap:2px}.sidebar-nav-bottom{padding-bottom:4px}.nav-item{align-items:center;border-radius:var(--radius);color:var(--gray-700);display:flex;font-size:14px;font-weight:500;gap:9px;padding:9px 10px;text-decoration:none;transition:background .12s}.nav-item:hover{background:var(--gray-100);text-decoration:none}.nav-item.active{background:var(--purple-light);color:var(--purple)}.sidebar-user{border-top:1px solid var(--gray-200);gap:8px;padding:12px}.sidebar-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:var(--purple);border-radius:50%;color:#fff;flex-shrink:0;font-size:12px;font-weight:600;height:32px;justify-content:center;width:32px}.user-info{flex:1 1;min-width:0}.user-name{font-size:13px;font-weight:500}.user-name,.user-upn{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-upn{color:var(--gray-500);font-size:11px}.main-content{flex:1 1;margin-left:230px;max-width:1200px;padding:28px 32px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-title{font-size:20px;font-weight:600}.page-subtitle{color:var(--gray-500);font-size:13px;margin-top:2px}.ms-signin-btn{align-items:center;background:#fff;border:1px solid #8c8c8c;border-radius:4px;color:#5e5e5e;cursor:pointer;display:inline-flex;font-family:Segoe UI,system-ui,sans-serif;font-size:15px;font-weight:600;gap:12px;justify-content:center;padding:10px 20px;text-decoration:none;transition:background .15s;width:100%}.ms-signin-btn:hover{background:#f3f3f3;color:#5e5e5e;text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--purple:#3b0084;--purple-dark:#2a005e;--purple-mid:#5c0db5;--purple-light:#ede7f6;--purple-hover:#f3effe;--green:#107c10;--green-light:#dff6dd;--orange:#ed8732;--orange-light:#fef0e0;--red:#a4262c;--red-light:#fde7e9;--gray-50:#fafafa;--gray-100:#f3f3f3;--gray-200:#e1e1e1;--gray-300:#c8c8c8;--gray-500:#737373;--gray-700:#3b3b3b;--gray-900:#1a1a1a;--radius:6px;--radius-lg:10px;--shadow:0 1px 3px #00000014,0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a;--font:"Segoe UI",system-ui,-apple-system,sans-serif;--blue:var(--purple);--blue-dark:var(--purple-dark);--blue-light:var(--purple-light)}body{background:#f3f3f3;background:var(--gray-100);color:#1a1a1a;color:var(--gray-900);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:14px;line-height:1.5}a{color:#3b0084;color:var(--purple);text-decoration:none}a:hover{text-decoration:underline}button{border:none;border-radius:6px;border-radius:var(--radius);cursor:pointer;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:14px;transition:background .15s,opacity .15s}button:disabled{cursor:not-allowed;opacity:.5}input,select,textarea{background:#fff;border:1px solid #c8c8c8;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius);color:#1a1a1a;color:var(--gray-900);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-family:var(--font);font-size:14px;outline:none;padding:7px 10px;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:#3b0084;border-color:var(--purple);box-shadow:0 0 0 3px #3b00841f}label{color:#3b3b3b;color:var(--gray-700);display:block;font-size:13px;font-weight:500;margin-bottom:4px}.card{background:#fff;border-radius:10px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;box-shadow:var(--shadow);padding:20px 24px}.btn-primary{background:#3b0084;background:var(--purple);color:#fff;font-weight:500;padding:8px 18px}.btn-primary:hover{background:#2a005e;background:var(--purple-dark)}.btn-secondary{background:#f3f3f3;background:var(--gray-100);border:1px solid #e1e1e1;border:1px solid var(--gray-200);color:#3b3b3b;color:var(--gray-700);font-weight:500;padding:8px 18px}.btn-secondary:hover{background:#e1e1e1;background:var(--gray-200)}.btn-danger{background:#fde7e9;background:var(--red-light);color:#a4262c;color:var(--red);font-weight:500;padding:6px 14px}.btn-danger:hover{background:#fbd0d3}.btn-ghost{background:#0000;color:#737373;color:var(--gray-500);padding:6px 10px}.btn-ghost:hover{background:#f3f3f3;background:var(--gray-100);color:#3b3b3b;color:var(--gray-700)}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:3px 9px}.badge-ok{background:#dff6dd;background:var(--green-light);color:#107c10;color:var(--green)}.badge-due{background:#fef0e0;background:var(--orange-light);color:#7a3c00}.badge-overdue{background:#fde7e9;background:var(--red-light);color:#a4262c;color:var(--red)}.badge-info{background:#ede7f6;background:var(--purple-light);color:#2a005e;color:var(--purple-dark)}.badge-neutral{background:#f3f3f3;background:var(--gray-100);color:#737373;color:var(--gray-500)}.form-group{margin-bottom:16px}.form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.form-actions{border-top:1px solid #e1e1e1;border-top:1px solid var(--gray-200);display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:16px}.spinner{animation:spin .6s linear infinite;border:2px solid #e1e1e1;border-top-color:#3b0084;border:2px solid var(--gray-200);border-radius:50%;border-top-color:var(--purple);display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{color:#737373;color:var(--gray-500);padding:48px 24px;text-align:center}.empty-state h3{color:#3b3b3b;color:var(--gray-700);font-size:16px;font-weight:500;margin-bottom:6px}.modal-backdrop{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal{background:#fff;border-radius:10px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);max-height:96vh;max-width:1040px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e1e1e1;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:18px 24px}.modal-header h2{font-size:16px;font-weight:600}.modal-body{padding:20px 24px 24px}.dropdown-list{background:#fff;border:1px solid #e1e1e1;border:1px solid var(--gray-200);border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md);left:0;max-height:220px;overflow-y:auto;position:absolute;top:calc(100% + 4px);width:100%;z-index:200}.dropdown-item{cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:9px 12px}.dropdown-item:hover{background:#f3effe;background:var(--purple-hover)}.dropdown-item .name{font-size:13px;font-weight:500}.dropdown-item .sub{color:#737373;color:var(--gray-500);font-size:12px}
/*# sourceMappingURL=main.660b2c7c.css.map*/