*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#085041;--teal-mid:#0F6E56;--teal-light:#E1F5EE;--teal-accent:#9FE1CB;--amber:#BA7517;--amber-light:#FAEEDA;--red:#A32D2D;--red-light:#FCEBEB;--green:#3B6D11;--green-light:#EAF3DE;--blue:#185FA5;--blue-light:#E6F1FB;--purple:#534AB7;--purple-light:#EEEDFE;--gray-50:#F8F9FA;--gray-100:#F1F3F5;--gray-200:#E9ECEF;--gray-400:#ADB5BD;--gray-600:#6C757D;--gray-800:#343A40;--gray-900:#212529;--border:1px solid #E9ECEF;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gray-100);color:var(--gray-900);font-size:14px;line-height:1.5;min-height:100vh}.header{background:var(--teal);color:#fff;padding:0 20px;height:54px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;box-shadow:var(--shadow-md)}.header-brand{display:flex;align-items:center;gap:10px}.hlogo{width:32px;height:32px;background:#ffffff26;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--teal-accent)}.htitle{font-size:15px;font-weight:600}.hsub{font-size:11px;color:var(--teal-accent)}.user-chip{display:flex;align-items:center;gap:7px;background:#ffffff1f;border-radius:20px;padding:4px 12px 4px 6px;font-size:13px;color:#fff}.uavatar{width:24px;height:24px;border-radius:50%;background:var(--teal-accent);color:var(--teal);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.body-layout{display:flex;flex:1}.sidebar{width:220px;background:#fff;border-right:var(--border);padding:14px 10px;position:sticky;top:54px;height:calc(100vh - 54px);overflow-y:auto;flex-shrink:0}.main-content{flex:1;padding:24px;overflow-x:hidden}.slabel{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--gray-400);padding:0 8px;margin-bottom:6px;margin-top:14px;display:block}.nav-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius);cursor:pointer;font-size:13px;color:var(--gray-600);transition:all .12s;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.nav-item.active{background:var(--teal-light);color:var(--teal);font-weight:600}.nbadge{margin-left:auto;font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px}.nbadge.r{background:var(--red-light);color:var(--red)}.nbadge.a{background:var(--amber-light);color:var(--amber)}.nbadge.g{background:var(--green-light);color:var(--green)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px;gap:12px;flex-wrap:wrap}.page-title{font-size:18px;font-weight:700}.page-sub{font-size:13px;color:var(--gray-600);margin-top:3px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.stat-card{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow)}.stat-label{font-size:12px;color:var(--gray-600);margin-bottom:6px}.stat-value{font-size:26px;font-weight:700;line-height:1}.stat-sub{font-size:11px;color:var(--gray-400);margin-top:5px}.stat-card.amber .stat-value{color:var(--amber)}.stat-card.red .stat-value{color:var(--red)}.stat-card.green .stat-value{color:var(--green)}.stat-card.blue .stat-value{color:var(--blue)}.card{background:#fff;border:var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden}.card-p{padding:20px}.card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:var(--border)}.card-title{font-size:14px;font-weight:600}.tw{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead th{padding:9px 14px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);background:var(--gray-50);border-bottom:var(--border);white-space:nowrap}tbody tr{border-bottom:var(--border);transition:background .1s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:var(--gray-50)}td{padding:10px 14px;vertical-align:middle}td strong{font-weight:600}.meta{font-size:11px;color:var(--gray-400);margin-top:1px}.amount-cell{font-weight:600;font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;border:var(--border);background:#fff;color:var(--gray-800);transition:all .12s;white-space:nowrap;font-family:inherit;text-decoration:none}.btn:hover{background:var(--gray-100)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--teal);color:#fff;border-color:var(--teal)}.btn-primary:hover{background:var(--teal-mid)}.btn-success{background:var(--green-light);color:var(--green);border-color:#c0dd97}.btn-success:hover{background:#d5ecb3}.btn-danger{background:var(--red-light);color:var(--red);border-color:#f7c1c1}.btn-amber{background:var(--amber-light);color:var(--amber);border-color:#fac775}.btn-blue{background:var(--blue-light);color:var(--blue);border-color:#b5d4f4}.btn-sm{padding:5px 10px;font-size:12px}.btn-xs{padding:3px 8px;font-size:11px}.pill{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.pill-overdue{background:var(--red-light);color:var(--red)}.pill-due-today{background:var(--amber-light);color:var(--amber)}.pill-due-soon{background:#fef9c3;color:#854d0e}.pill-scheduled{background:var(--blue-light);color:var(--blue)}.pill-processed{background:var(--green-light);color:var(--green)}.pill-waived{background:var(--gray-100);color:var(--gray-600)}.pill-failed{background:var(--red-light);color:var(--red)}.pill-active{background:var(--green-light);color:var(--green)}.pill-draft{background:var(--gray-100);color:var(--gray-600)}.pill-finalized{background:var(--blue-light);color:var(--blue)}.pill-filed{background:var(--green-light);color:var(--green)}.pill-federal{background:#e0e7ff;color:#3730a3}.pill-provincial{background:#f0fdf4;color:#166534}.pill-band{background:#fef3c7;color:#92400e}.pill-self{background:var(--gray-100);color:var(--gray-600)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group.full{grid-column:1/-1}.form-group.third{grid-column:span 1}label{font-size:12px;font-weight:600;color:var(--gray-600)}input,select,textarea{padding:8px 11px;border:var(--border);border-radius:var(--radius);font-size:13px;color:var(--gray-900);background:#fff;width:100%;font-family:inherit;transition:border-color .12s,box-shadow .12s;-webkit-appearance:none}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #08504114}input::placeholder,textarea::placeholder{color:var(--gray-400)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236C757D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px}textarea{resize:vertical}.form-actions{display:flex;gap:10px;margin-top:8px;padding-top:18px;border-top:var(--border)}input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--teal)}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.search-input{max-width:240px}.filter-chips{display:flex;gap:6px;flex-wrap:wrap}.fchip{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;border:var(--border);background:#fff;color:var(--gray-600);transition:all .12s}.fchip:hover{background:var(--gray-100)}.fchip.active{background:var(--teal);color:#fff;border-color:var(--teal)}.action-bar{display:flex;align-items:center;gap:12px;background:var(--teal-light);border:1px solid #9FE1CB;border-radius:var(--radius);padding:10px 16px;margin-bottom:12px;font-size:13px;color:var(--teal);flex-wrap:wrap}.banner{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--radius);margin-bottom:14px;font-size:13px;line-height:1.5}.banner-amber{background:var(--amber-light);color:#633806;border:1px solid #FAC775}.banner-red{background:var(--red-light);color:#500000;border:1px solid #F7C1C1}.banner-green{background:var(--green-light);color:#173404;border:1px solid #C0DD97}.banner-blue{background:var(--blue-light);color:#042c53;border:1px solid #B5D4F4}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:#fff;border-radius:var(--radius-lg);box-shadow:0 20px 60px #0003;width:100%;max-width:620px;max-height:90vh;overflow-y:auto}.modal-lg{max-width:820px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:var(--border)}.modal-title{font-size:15px;font-weight:700}.modal-body{padding:22px}.modal-footer{padding:14px 22px;border-top:var(--border);display:flex;gap:10px;justify-content:flex-end}.ledger-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:18px}.ledger-box{background:var(--gray-50);border:var(--border);border-radius:var(--radius);padding:14px}.ledger-label{font-size:11px;color:var(--gray-600);margin-bottom:4px}.ledger-value{font-size:18px;font-weight:700}.timeline{display:flex;flex-direction:column}.tl-item{display:flex;gap:12px;padding:12px 0;border-bottom:var(--border)}.tl-item:last-child{border-bottom:none}.tl-dot{width:9px;height:9px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:4px}.tl-action{font-size:13px;color:var(--gray-800)}.tl-time{font-size:11px;color:var(--gray-400);margin-top:2px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--teal);padding:20px}.login-card{background:#fff;border-radius:var(--radius-lg);padding:40px;width:100%;max-width:380px;box-shadow:0 20px 60px #00000040}.login-logo{width:52px;height:52px;background:var(--teal-light);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:var(--teal);margin:0 auto 18px;letter-spacing:.5px}.portal-hero{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-mid) 100%);color:#fff;padding:32px;border-radius:var(--radius-lg);margin-bottom:20px}.portal-hero h2{font-size:22px;font-weight:700;margin-bottom:4px}.portal-hero p{font-size:14px;opacity:.85}.progress-wrap{background:var(--gray-200);border-radius:10px;height:8px;overflow:hidden}.progress-bar{height:8px;border-radius:10px;background:var(--teal);transition:width .4s ease}.divider{height:1px;background:var(--gray-200);margin:16px 0}.spinner{width:18px;height:18px;border:2px solid rgba(8,80,65,.2);border-top-color:var(--teal);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:40px 20px;color:var(--gray-400)}.empty-icon{font-size:34px;margin-bottom:10px}.empty-title{font-size:15px;font-weight:600;color:var(--gray-600);margin-bottom:5px}.empty-sub{font-size:13px}.toast{position:fixed;bottom:22px;right:22px;background:var(--teal);color:#fff;padding:11px 17px;border-radius:var(--radius);font-size:13px;z-index:999;display:flex;align-items:center;gap:8px;box-shadow:var(--shadow-md);animation:slideUp .2s ease;max-width:320px}.toast.err{background:var(--red)}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.mob-menu-btn{display:none}.section-title{font-size:13px;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.tab-bar{display:flex;border-bottom:var(--border);margin-bottom:20px;gap:0}.tab{padding:9px 18px;font-size:13px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;color:var(--gray-600);transition:all .12s;margin-bottom:-1px}.tab.active{border-bottom-color:var(--teal);color:var(--teal)}.tab:hover{color:var(--gray-900)}@media (max-width:768px){.sidebar{display:none;position:fixed;top:54px;left:0;bottom:0;z-index:100;height:calc(100vh - 54px);width:240px;box-shadow:var(--shadow-md)}.sidebar.open{display:block}.mob-menu-btn{display:flex}.main-content{padding:14px}.form-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.two-col,.three-col{grid-template-columns:1fr}.hsub{display:none}table{font-size:12px}td,thead th{padding:8px 10px}}
