*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f1e35;--navy-light:#1a2f4e;--gold:#c9a84c;--gold-light:#e8d5a3;--gold-pale:#faf6ec;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--green:#059669;--green-light:#d1fae5;--red:#dc2626;--red-light:#fee2e2;--yellow:#d97706;--yellow-light:#fef3c7;--blue:#2563eb;--blue-light:#dbeafe;--sidebar-w:240px;--topbar-h:60px;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06)}body,html{height:100%;font-family:Georgia,serif;background:var(--gray-50);color:var(--gray-800);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit;font-size:inherit}.app-shell{min-height:100vh}.sidebar{background:var(--navy);color:var(--white);position:fixed;top:0;left:0;width:var(--sidebar-w);height:100vh;z-index:100;overflow-y:auto}.main-area,.sidebar{display:flex;flex-direction:column}.main-area{margin-left:var(--sidebar-w);min-height:100vh;min-width:0;overflow-x:hidden}.topbar{height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.page-content{flex:1 1;padding:1.5rem}.sidebar-logo{padding:1.25rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.sidebar-logo-title{font-size:15px;font-weight:600;letter-spacing:.02em;color:var(--white)}.sidebar-logo-sub{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-light);margin-top:2px}.nav-section{padding:.75rem 0}.nav-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.35);padding:.3rem 1rem .4rem}.nav-item{display:flex;align-items:center;gap:10px;padding:.55rem 1rem;font-size:13.5px;color:hsla(0,0%,100%,.7);transition:all .15s;border-left:2px solid transparent;cursor:pointer}.nav-item:hover{color:var(--white);background:hsla(0,0%,100%,.07)}.nav-item.active{color:var(--white);background:rgba(201,168,76,.15);border-left-color:var(--gold);font-weight:500}.nav-item svg{width:16px;height:16px;flex-shrink:0}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-title{font-size:14px;font-weight:600;color:var(--gray-800)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:1.5rem}.metric-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow)}.metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.35rem}.metric-value{font-size:24px;font-weight:600;color:var(--gray-800);font-family:Georgia,serif}.metric-sub{font-size:11px;color:var(--gray-400);margin-top:3px}.btn{display:inline-flex;align-items:center;gap:6px;padding:.4rem .9rem;border-radius:var(--radius);border:1px solid var(--gray-300);background:var(--white);color:var(--gray-700);font-size:13px;font-weight:500;transition:all .15s;white-space:nowrap}.btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-primary{background:var(--navy);border-color:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-light)}.btn-gold{background:var(--gold);border-color:var(--gold);color:var(--white)}.btn-gold:hover{background:#b8973b}.btn-sm{padding:.28rem .65rem;font-size:12px}.btn-danger{background:var(--red);border-color:var(--red);color:var(--white)}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);font-weight:500}.form-input{padding:.45rem .75rem;border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-800);font-size:13.5px;transition:border-color .15s}.form-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,168,76,.15)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px;gap:12px}.form-section{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);padding:.6rem 0 .5rem;border-bottom:1px solid var(--gray-200);margin:1.25rem 0 .75rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:.6rem .75rem;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);border-bottom:1px solid var(--gray-200);font-weight:600;white-space:nowrap}td{padding:.65rem .75rem;border-bottom:1px solid var(--gray-100);color:var(--gray-700)}tr:last-child td{border-bottom:none}tr:hover td{background:var(--gray-50)}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:500;padding:.2rem .6rem;border-radius:100px;white-space:nowrap}.badge-active{background:var(--green-light);color:#065f46}.badge-default{background:var(--red-light);color:#991b1b}.badge-payoff{background:var(--blue-light);color:#1e40af}.badge-pending{background:var(--yellow-light);color:#92400e}.badge-paid{background:var(--gray-100);color:var(--gray-600)}.badge-good{background:var(--green-light);color:#065f46}.badge-underpaid{background:var(--red-light);color:#991b1b}.badge-overpaid{background:var(--blue-light);color:#1e40af}.search-bar{display:flex;gap:8px;margin-bottom:1.25rem}.search-bar input{flex:1 1}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:20px;font-weight:600;color:var(--gray-800)}.page-header p{font-size:13px;color:var(--gray-500);margin-top:2px}.auth-page{min-height:100vh;background:var(--navy);display:flex;align-items:center;justify-content:center}.auth-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--shadow-md)}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-title{font-size:20px;font-weight:700;color:var(--navy)}.auth-logo-sub{font-size:12px;color:var(--gray-400);margin-top:4px}.auth-divider{width:40px;height:3px;background:var(--gold);margin:.75rem auto 0;border-radius:2px}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:13px;margin-bottom:1rem}.alert-error{background:var(--red-light);color:#991b1b;border:1px solid #fca5a5}.alert-success{background:var(--green-light);color:#065f46;border:1px solid #6ee7b7}.mono{font-family:Courier New,monospace;font-size:12px}.text-muted{color:var(--gray-400)}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--gray-400);font-size:13px}