:root{--navy:#1a2744;--navy-light:#243356;--navy-dark:#111b30;--red:#c00;--red-light:#e53e3e;--gold:#c9a84c;--gold-light:#e8c86a;--white:#fff;--gray-50:#f8f9fc;--gray-100:#f0f2f7;--gray-200:#e2e6ef;--gray-300:#c8cedc;--gray-400:#9aa3b8;--gray-500:#6b7494;--gray-600:#4a5270;--gray-700:#2d3550;--text:#1a2035;--text-muted:#6b7494;--border:#e2e6ef;--shadow-sm:0 1px 3px #1a274414;--shadow:0 4px 16px #1a27441f;--shadow-lg:0 8px 32px #1a274429;--radius:10px;--radius-sm:6px;--radius-lg:16px;font-family:DM Sans,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8f9fc;background:var(--gray-50);color:#1a2035;color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}.app-layout{display:flex;min-height:100vh}.sidebar{background:#1a2744;background:var(--navy);box-shadow:4px 0 20px #00000026;flex-direction:column;left:0;position:fixed;top:0;width:240px;z-index:100}.main-content,.sidebar{display:flex;min-height:100vh}.main-content{flex:1 1;flex-direction:column;margin-left:240px}.top-bar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e2e6ef;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #1a274414;box-shadow:var(--shadow-sm);display:flex;height:60px;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.page-content{flex:1 1;padding:24px}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 20px 16px}.sidebar-logo .logo-maple{font-size:24px}.sidebar-logo .logo-title{color:#fff;color:var(--white);font-size:15px;font-weight:700;line-height:1.2;margin-top:8px}.sidebar-logo .logo-sub{color:#ffffff73;font-size:11px;letter-spacing:.5px;margin-top:2px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:12px 0}.nav-section-label{color:#ffffff4d;font-size:10px;font-weight:600;letter-spacing:1.2px;padding:12px 20px 4px;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;color:#ffffffa6;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:10px;padding:10px 20px;text-align:left;text-decoration:none;transition:all .15s;width:100%}.nav-item:hover{background:#ffffff0f;color:#fff;color:var(--white)}.nav-item.active{background:#c9a84c26;border-right:3px solid #c9a84c;border-right:3px solid var(--gold);color:#e8c86a;color:var(--gold-light)}.nav-item .nav-icon{font-size:16px;text-align:center;width:20px}.nav-badge{background:#c00;background:var(--red);border-radius:10px;color:#fff;font-size:10px;font-weight:700;margin-left:auto;padding:2px 6px}.sidebar-user{border-top:1px solid #ffffff14;gap:10px;padding:14px 20px}.sidebar-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:#c9a84c;background:var(--gold);border-radius:50%;color:#1a2744;color:var(--navy);flex-shrink:0;font-size:12px;font-weight:700;height:32px;justify-content:center;width:32px}.user-info .user-name{color:#fff;color:var(--white);font-size:13px;font-weight:500}.user-info .user-role{color:#fff6;font-size:11px}.logout-btn{background:none;border:none;border-radius:4px;color:#ffffff59;cursor:pointer;font-size:16px;margin-left:auto;padding:4px}.logout-btn:hover{color:#e53e3e;color:var(--red-light)}.card{background:#fff;background:var(--white);border:1px solid #e2e6ef;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #1a274414;box-shadow:var(--shadow-sm)}.card-header{align-items:center;border-bottom:1px solid #e2e6ef;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.card-title{color:#1a2744;color:var(--navy);font-size:15px;font-weight:600}.card-body{padding:20px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{align-items:flex-start;background:#fff;background:var(--white);border:1px solid #e2e6ef;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #1a274414;box-shadow:var(--shadow-sm);display:flex;gap:14px;padding:20px;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #1a27441f;box-shadow:var(--shadow)}.stat-icon{align-items:center;border-radius:6px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;width:44px}.stat-value{color:#1a2744;color:var(--navy);font-size:28px;font-weight:700;line-height:1}.stat-label{color:#6b7494;color:var(--text-muted);font-size:12px;font-weight:500;margin-top:4px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th{border-bottom:2px solid #e2e6ef;border-bottom:2px solid var(--border);color:#6b7494;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}td{border-bottom:1px solid #f0f2f7;border-bottom:1px solid var(--gray-100);font-size:13.5px;padding:12px 16px;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#f8f9fc;background:var(--gray-50)}.btn{align-items:center;border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .15s}.btn-primary{background:#1a2744;background:var(--navy);color:#fff}.btn-primary:hover{background:#243356;background:var(--navy-light)}.btn-red{background:#c00;background:var(--red);color:#fff}.btn-red:hover{background:#e53e3e;background:var(--red-light)}.btn-outline{background:#0000;border:1px solid #e2e6ef;border:1px solid var(--border);color:#4a5270;color:var(--gray-600)}.btn-outline:hover{background:#f8f9fc;background:var(--gray-50);border-color:#c8cedc;border-color:var(--gray-300)}.btn-ghost{background:#0000;color:#6b7494;color:var(--gray-500)}.btn-ghost:hover{background:#f0f2f7;background:var(--gray-100);color:#1a2035;color:var(--text)}.btn-sm{font-size:12.5px;padding:5px 11px}.btn-icon{border-radius:6px;border-radius:var(--radius-sm);padding:7px}.form-group{margin-bottom:16px}.form-label{color:#4a5270;color:var(--gray-600);display:block;font-size:12.5px;font-weight:600;margin-bottom:6px}.form-input,.form-select,.form-textarea{background:#fff;background:var(--white);border:1px solid #e2e6ef;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1a2035;color:var(--text);font-family:DM Sans,sans-serif;font-size:13.5px;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1a2744;border-color:var(--navy);box-shadow:0 0 0 3px #1a274414}.form-textarea{min-height:80px;resize:vertical}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11.5px;font-weight:600;padding:3px 8px}.badge-new{background:#e8f4fd;color:#1a6fa8}.badge-in-progress{background:#fff3cd;color:#856404}.badge-pending{background:#fff0f0;color:#a02020}.badge-completed{background:#d4edda;color:#155724}.badge-closed{background:#f0f2f7;background:var(--gray-100);color:#6b7494;color:var(--gray-500)}.badge-escalated,.badge-urgent{background:#fde8e8;color:#9b1c1c}.badge-high{background:#fff3cd;color:#856404}.badge-normal{background:#e8f4fd;color:#1a6fa8}.badge-low{background:#f0f2f7;background:var(--gray-100);color:#6b7494;color:var(--gray-500)}.badge-ircc{background:#e8f0fd;color:#1a3fa8}.badge-cra{background:#fdf0e8;color:#a84a1a}.badge-service_canada{background:#e8fdf0;color:#1a7840}.badge-canadian_firearms{background:#fde8e8;color:#a81a1a}.badge-provincial{background:#f0e8fd;color:#6a1aa8}.badge-municipal{background:#e8fdfc;color:#1a7878}.badge-other{background:#f0f2f7;background:var(--gray-100);color:#6b7494;color:var(--gray-500)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal{animation:modalIn .2s ease;background:#fff;background:var(--white);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #1a274429;box-shadow:var(--shadow-lg);max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.modal-lg{max-width:800px}.modal-header{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e2e6ef;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:20px 24px;position:sticky;top:0;z-index:1}.modal-title{color:#1a2744;color:var(--navy);font-size:17px;font-weight:700}.modal-close{background:none;border:none;border-radius:4px;color:#9aa3b8;color:var(--gray-400);cursor:pointer;font-size:20px;padding:4px}.modal-close:hover{background:#f0f2f7;background:var(--gray-100);color:#1a2035;color:var(--text)}.modal-body{padding:24px}.modal-footer{border-top:1px solid #e2e6ef;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}@keyframes modalIn{0%{opacity:0;transform:scale(.97) translateY(-8px)}to{opacity:1;transform:none}}.search-bar{align-items:center;background:#f8f9fc;background:var(--gray-50);border:1px solid #e2e6ef;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);display:flex;gap:8px;min-width:260px;padding:7px 12px}.search-bar input{background:none;border:none;font-family:DM Sans,sans-serif;font-size:13.5px;outline:none;width:100%}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-title{color:#1a2744;color:var(--navy);font-size:22px;font-weight:700}.page-subtitle{color:#6b7494;color:var(--text-muted);font-size:13px;margin-top:2px}.tabs{border-bottom:2px solid #e2e6ef;border-bottom:2px solid var(--border);display:flex;gap:0;margin-bottom:20px}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#6b7494;color:var(--text-muted);cursor:pointer;font-size:13.5px;font-weight:500;margin-bottom:-2px;padding:10px 18px;transition:all .15s}.tab.active,.tab:hover{color:#1a2744;color:var(--navy)}.tab.active{border-bottom-color:#1a2744;border-bottom-color:var(--navy);font-weight:600}.login-page{align-items:center;background:#1a2744;background:var(--navy);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #1a274429;box-shadow:var(--shadow-lg);max-width:400px;padding:40px;width:100%}.login-logo{margin-bottom:32px;text-align:center}.login-maple{font-size:40px}.login-title{color:#1a2744;color:var(--navy);font-size:20px;font-weight:700;margin-top:12px}.login-sub{color:#6b7494;color:var(--text-muted);font-size:13px;margin-top:4px}.alert{border-radius:6px;border-radius:var(--radius-sm);font-size:13.5px;margin-bottom:16px;padding:12px 16px}.alert-error{background:#fff0f0;border:1px solid #fcc;color:#a02020}.alert-success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.alert-info{background:#ebf8ff;border:1px solid #bee3f8;color:#2c5282}.empty-state{color:#6b7494;color:var(--text-muted);padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.4}.empty-title{color:#4a5270;color:var(--gray-600);font-size:16px;font-weight:600}.empty-desc{font-size:13px;margin-top:6px}.spinner{animation:spin .7s linear infinite;border:3px solid #e2e6ef;border-top-color:#1a2744;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--navy);display:block;height:32px;margin:40px auto;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.filters-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.canada-bar{background:linear-gradient(90deg,#c00,#c00 33%,#fff 0,#fff 67%,#c00 0);background:linear-gradient(90deg,var(--red) 0,var(--red) 33%,#fff 33%,#fff 67%,var(--red) 67%);height:3px}.text-muted{color:#6b7494;color:var(--text-muted)}.text-sm{font-size:12.5px}.text-right{text-align:right}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.flex{display:flex}.flex-1{flex:1 1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#c8cedc;background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9aa3b8;background:var(--gray-400)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.main-content{margin-left:0}.form-grid,.form-grid-3{grid-template-columns:1fr}}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:#0000;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
/*# sourceMappingURL=main.d2324c06.css.map*/