.reimb-toolbar-row {
  flex-wrap: wrap;
}

.reimb-new-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 90, 0, 0.28);
  background: rgba(255, 90, 0, 0.08);
  color: var(--accent);
  cursor: pointer;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.reimb-amount {
  font-weight: 800;
  color: #ff5a00;
}

.reimb-amount-pending {
  font-weight: 800;
  color: #a06a00;
}

.reimb-details-panel {
  background: #ffffff;
  border-color: rgba(255, 90, 0, 0.22);
}

.reimb-details-title {
  color: #111111;
}

.reimb-details-close {
  background: rgba(255, 90, 0, 0.1);
  border: 1px solid rgba(255, 90, 0, 0.24);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #ff5a00;
  cursor: pointer;
}

.reimb-details-body {
  padding-bottom: 8px;
}

.reimb-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.reimb-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.38);
  margin-bottom: 6px;
}

.reimb-req {
  color: var(--accent);
}

.reimb-field input[type="text"],
.reimb-field input[type="email"],
.reimb-field input[type="number"],
.reimb-field input[type="date"],
.reimb-field select,
.reimb-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f9f9fb;
  color: #111;
  font-size: 15px;
  font-family: var(--font);
  outline: none;
  box-sizing: border-box;
}

.reimb-field input,
.reimb-field select {
  height: 44px;
  padding: 0 14px;
}

.reimb-field textarea {
  padding: 10px 14px;
  resize: vertical;
}

.reimb-hint {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #b42318;
}

.reimb-file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px dashed rgba(255, 90, 0, 0.28);
  background: rgba(255, 90, 0, 0.06);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.reimb-file-label input {
  display: none;
}

.reimb-file-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reimb-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface2);
}

.reimb-file-name {
  font-size: 13px;
  font-weight: 600;
}

.reimb-file-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.reimb-file-remove {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
}

.reimb-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 49px;
  height: auto;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.reimb-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.reimb-submit-btn.is-loading .reimb-btn-label {
  opacity: 0.7;
}

.reimb-drive-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 90, 0, 0.08);
  border: 1px solid rgba(255, 90, 0, 0.2);
  color: #ff5a00;
  font-weight: 700;
  text-decoration: none;
}

.reimb-file-link {
  color: #ff5a00;
  font-weight: 600;
  text-decoration: none;
}
