*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;font-size:14px;background:#f5f5f5;color:#1a1a1a}.nav{background:#1e3a5f;color:#fff;padding:0 1.5rem;display:flex;align-items:center;gap:2rem;height:52px;position:sticky;top:0;z-index:100}.nav-title{font-size:1.1rem;font-weight:700;letter-spacing:.5px}.nav-link{color:#fffc;text-decoration:none;font-size:.875rem;padding:.25rem 0;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:#fff;border-bottom-color:#fff}.main{padding:1.5rem;max-width:1400px;margin:0 auto}.page-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem}.card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1.25rem;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:.8125rem;font-weight:500;white-space:nowrap}.btn:hover:not(:disabled){background:#f0f0f0}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.btn-primary:hover:not(:disabled){background:#16304f}.btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{padding:.2rem .55rem;font-size:.75rem}.form-group{margin-bottom:.875rem}.form-label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.3rem;color:#444}.form-input,.form-select{width:100%;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:.8125rem;background:#fff}.form-input:focus,.form-select:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f26}.filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem;background:#fff;padding:.875rem;border:1px solid #e0e0e0;border-radius:6px}.filter-item{display:flex;flex-direction:column;gap:.25rem;min-width:130px}.filter-item .form-input,.filter-item .form-select{width:160px}.table-wrap{overflow-x:auto;border:1px solid #e0e0e0;border-radius:6px}table{width:100%;border-collapse:collapse;background:#fff;font-size:.8125rem}th{padding:.55rem .75rem;text-align:left;background:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;white-space:nowrap}td{padding:.45rem .75rem;border-bottom:1px solid #f0f0f0}tr:last-child td{border-bottom:none}tr:hover td{background:#fafafa}.positive{color:#15803d;font-weight:600}.negative{color:#dc2626;font-weight:600}.transfer{color:#6b7280}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:.75rem;font-size:.875rem}.alert-success{background:#dcfce7;border:1px solid #86efac;color:#166534}.alert-error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.alert-warning{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.alert-info{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.spinner{width:28px;height:28px;border:3px solid #e0e0e0;border-top-color:#1e3a5f;border-radius:50%;animation:spin .7s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.badge-review{background:#fef3c7;color:#92400e}.badge-ok{background:#dcfce7;color:#166534}.badge-transfer{background:#e0e7ff;color:#3730a3}.flex{display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.text-sm{font-size:.8125rem}.text-muted{color:#6b7280}.text-right{text-align:right}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.stat-label{font-size:.75rem;color:#6b7280;margin-bottom:.3rem}.stat-value{font-size:1.5rem;font-weight:700}.tabs{display:flex;gap:0;border-bottom:2px solid #e0e0e0;margin-bottom:1rem}.tab{padding:.5rem 1.25rem;cursor:pointer;border:none;background:none;font-size:.875rem;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px}.tab.active{color:#1e3a5f;border-bottom-color:#1e3a5f;font-weight:600}.tab:hover:not(.active){color:#374151}
