*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b3a5c;--navy-dark:#122840;--navy-light:#2a5080;--gold:#c8922a;--gold-light:#e8a83a;--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:#16a34a;--green-light:#dcfce7;--red:#dc2626;--red-light:#fee2e2;--yellow-light:#fef9c3;--yellow:#ca8a04;--blue-light:#dbeafe;--blue:#2563eb;--sidebar-width:240px}body{background:var(--gray-50);color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}h1{font-size:1.5rem;font-weight:700}h2{font-size:1.25rem;font-weight:600}h3{font-size:1rem;font-weight:600}a{color:var(--navy);text-decoration:none}a:hover{color:var(--gold)}input,select,textarea{border:1px solid var(--gray-300);color:var(--gray-800);background:#fff;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 2px #1b3a5c26}button{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,opacity .15s}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{background:var(--navy-light)}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-light)}.btn-outline{color:var(--navy);border:1px solid var(--navy);background:#fff}.btn-outline:hover{background:var(--gray-50)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover{opacity:.85}.btn-sm{padding:5px 10px;font-size:12px}.btn-lg{padding:11px 22px;font-size:15px}.card{border:1px solid var(--gray-200);background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 3px #0000000f}.badge{text-transform:uppercase;letter-spacing:.3px;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge-green{background:var(--green-light);color:var(--green)}.badge-red{background:var(--red-light);color:var(--red)}.badge-yellow{background:var(--yellow-light);color:var(--yellow)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.badge-navy{color:var(--navy);background:#dbeafe}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{color:var(--navy)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:var(--gray-50);text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);border-bottom:1px solid var(--gray-200);padding:10px 14px;font-size:12px;font-weight:600}tbody td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:12px 14px}tbody tr:hover{background:var(--gray-50)}tbody tr:last-child td{border-bottom:none}.form-group{margin-bottom:16px}.form-group label{color:var(--gray-700);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.modal-header h2{color:var(--navy)}.modal-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:22px}.modal-close:hover{color:var(--gray-700)}.modal-footer{border-top:1px solid var(--gray-200);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;display:flex}.filters-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.filters-bar input,.filters-bar select{max-width:200px}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.metric-card{border:1px solid var(--gray-200);background:#fff;border-radius:10px;padding:20px}.metric-card .label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px;font-size:12px;font-weight:600}.metric-card .value{color:var(--navy);font-size:28px;font-weight:700}.metric-card .sub{color:var(--gray-400);margin-top:4px;font-size:12px}.alert{border-radius:6px;margin-bottom:14px;padding:10px 14px;font-size:13px}.alert-error{background:var(--red-light);color:var(--red)}.alert-success{background:var(--green-light);color:var(--green)}.alert-info{background:var(--blue-light);color:var(--blue)}.empty-state{text-align:center;color:var(--gray-400);padding:60px 20px}.empty-state p{font-size:15px}.priority-high{color:var(--red);font-weight:600}.priority-medium{color:var(--yellow);font-weight:600}.priority-low{color:var(--green);font-weight:600}.spinner{border:2px solid var(--gray-200);border-top-color:var(--navy);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.tabs{border-bottom:2px solid var(--gray-200);gap:0;margin-bottom:20px;display:flex}.tab-btn{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 18px;font-size:14px;font-weight:500}.tab-btn.active{color:var(--navy);border-bottom-color:var(--navy)}.tab-btn:hover{color:var(--navy)}.progress-bar-wrap{background:var(--gray-200);border-radius:4px;height:8px;overflow:hidden}.progress-bar-fill{background:var(--gold);border-radius:4px;height:100%;transition:width .5s}.app-layout{height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);background:var(--navy);flex-direction:column;flex-shrink:0;display:flex;overflow-y:auto}.sidebar-brand{border-bottom:1px solid #ffffff1f;padding:20px 20px 16px}.sidebar-brand .brand-name{color:var(--gold);font-size:15px;font-weight:700;line-height:1.3}.sidebar-brand .brand-sub{color:#ffffff80;margin-top:2px;font-size:11px}.sidebar-nav{flex:1;padding:10px 0}.nav-section-label{color:#ffffff59;text-transform:uppercase;letter-spacing:1px;padding:12px 20px 4px;font-size:10px;font-weight:700}.nav-item{color:#ffffffbf;cursor:pointer;align-items:center;gap:10px;padding:10px 20px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{color:#fff;border-right:3px solid var(--gold);background:#ffffff1f}.nav-item .nav-icon{text-align:center;width:20px;font-size:16px}.nav-badge{background:var(--red);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 4px;font-size:10px;font-weight:700;display:flex}.main-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.main-header{border-bottom:1px solid var(--gray-200);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 28px;display:flex}.main-header .page-title{color:var(--navy);font-size:16px;font-weight:600}.main-header .user-info{align-items:center;gap:10px;display:flex}.user-avatar{background:var(--navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.user-name{color:var(--gray-700);font-size:13px;font-weight:500}.user-role{color:var(--gray-400);font-size:11px}.page-content{flex:1;padding:28px}.login-page{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 60px #0000004d}.login-logo{text-align:center;margin-bottom:28px}.login-logo .brand-name{color:var(--navy);font-size:20px;font-weight:700;display:block}.login-logo .brand-sub{color:var(--gold);font-size:13px}.dashboard-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.activity-item{border-bottom:1px solid var(--gray-100);gap:10px;padding:10px 0;display:flex}.activity-item:last-child{border-bottom:none}.activity-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.activity-text{color:var(--gray-700);font-size:13px}.activity-time{color:var(--gray-400);margin-top:2px;font-size:11px}.kanban-board{gap:16px;padding-bottom:10px;display:flex;overflow-x:auto}.kanban-col{background:var(--gray-100);border-radius:8px;min-width:220px;max-width:220px}.kanban-col-header{color:var(--gray-700);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.kanban-col-body{flex-direction:column;gap:8px;min-height:100px;padding:8px;display:flex}.kanban-card{border:1px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:6px;padding:12px;transition:box-shadow .15s}.kanban-card:hover{box-shadow:0 2px 8px #0000001a}.kanban-card .card-name{color:var(--navy);margin-bottom:4px;font-size:13px;font-weight:600}.kanban-card .card-company{color:var(--gray-500);margin-bottom:6px;font-size:12px}.client-detail-header{border:1px solid var(--gray-200);background:#fff;border-radius:10px;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding:24px;display:flex}.client-name-large{color:var(--navy);font-size:22px;font-weight:700}.client-meta{flex-wrap:wrap;gap:20px;margin-top:8px;display:flex}.client-meta span{color:var(--gray-500);font-size:13px}.wizard-container{background:var(--gray-50);min-height:100vh}.wizard-header{background:var(--navy);padding:20px 28px}.wizard-header .brand{color:var(--gold);font-size:18px;font-weight:700}.wizard-progress-bar{background:#fff3;border-radius:2px;height:4px;margin-top:12px}.wizard-progress-fill{background:var(--gold);border-radius:2px;height:100%;transition:width .4s}.wizard-body{max-width:760px;margin:40px auto;padding:0 20px 60px}.wizard-step-title{color:var(--navy);margin-bottom:8px;font-size:22px;font-weight:700}.wizard-step-sub{color:var(--gray-500);margin-bottom:28px}.wizard-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin-bottom:20px;padding:28px}.wizard-nav{justify-content:space-between;margin-top:28px;display:flex}.refund-display{text-align:center;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:10px;margin-bottom:20px;padding:24px}.refund-amount{font-size:42px;font-weight:800}.refund-amount.positive{color:var(--green)}.refund-amount.negative{color:var(--red)}.drop-zone{border:2px dashed var(--gray-300);text-align:center;color:var(--gray-400);background:var(--gray-50);cursor:pointer;border-radius:10px;padding:40px;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.dragging{border-color:var(--navy);color:var(--navy);background:#f0f4f9}.drop-zone p{margin-top:8px;font-size:13px}.import-source-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.import-source-card{border:2px solid var(--gray-200);text-align:center;cursor:pointer;border-radius:10px;padding:24px;transition:border-color .15s}.import-source-card:hover{border-color:var(--navy)}.import-source-card.selected{border-color:var(--navy);background:#f0f4f9}.import-source-card .source-name{color:var(--navy);margin-top:10px;font-weight:600}.portal-layout{background:var(--gray-50);min-height:100vh}.portal-header{background:var(--navy);justify-content:space-between;align-items:center;padding:16px 28px;display:flex}.portal-header .brand{color:var(--gold);font-size:16px;font-weight:700}.portal-content{max-width:900px;margin:0 auto;padding:32px 20px}.portal-welcome{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:#fff;border-radius:12px;margin-bottom:24px;padding:28px}.portal-welcome h2{font-size:22px}.portal-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.status-step{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:12px 0;display:flex}.status-step:last-child{border-bottom:none}.step-circle{border:2px solid var(--gray-300);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.step-circle.done{background:var(--green);border-color:var(--green);color:#fff}.step-circle.active{background:var(--navy);border-color:var(--navy);color:#fff}.chart-bar-row{align-items:center;gap:12px;margin-bottom:8px;display:flex}.chart-bar-label{width:140px;color:var(--gray-600);text-align:right;flex-shrink:0;font-size:13px}.chart-bar-wrap{background:var(--gray-100);border-radius:4px;flex:1;height:24px;overflow:hidden}.chart-bar-fill{background:var(--navy);border-radius:4px;height:100%;transition:width .6s}.chart-bar-value{width:80px;color:var(--navy);font-size:13px;font-weight:600}.settings-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}
